.carousel-item {
    position: relative;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Siyah + %40 opaklık */
    z-index: 1;
}

.carousel-caption.custom-caption {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.carousel-item .carousel-caption h2{
    font-size: 3em;
}

.impl_header_wrapper .impl_logo img{
    height: 70px;
}

.impl_menu_inner .impl_logo_responsive img{
    
    height: 70px;
}

.impl_search_box {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), 
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-radius: 20px;
    padding: 40px;
    margin: 30px auto;
    max-width: 800px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-top: -35px;
    border: 2px solid rgba(254, 219, 55, 0.3);
    z-index: 2;
}

.impl_search_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.impl_search_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.search-box-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.search-title {
    margin-bottom: 30px;
}

.search-title i {
    font-size: 48px;
    color: #FEDB37;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.search-title h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-weight: 700;
    letter-spacing: 1px;
}

.search-title p {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.btn-vip {
    display: inline-block;
    padding: 15px 40px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #1a1a1a, #333333);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-vip:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    color: #FEDB37;
    background: linear-gradient(45deg, #333333, #1a1a1a);
}

.btn-vip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(254, 219, 55, 0.1) 0%, rgba(254, 219, 55, 0) 100%);
    z-index: 1;
}

@media (max-width: 768px) {
    .impl_search_box {
        padding: 30px;
        margin: 20px auto;
    }
    
    .search-title h2 {
        font-size: 28px;
    }
    
    .search-title p {
        font-size: 16px;
    }
    
    .btn-vip {
        padding: 12px 30px;
        font-size: 16px;
    }
}

.search-box-content a:nth-of-type(3) {
	color: #25D366;
	background-color: #e6f9f0;
	font-weight: bold;
}

.impl_facility_wrapper img{
    width: 100%;
}

.btn-gold {
  background-color: #d4af37;
  color: white;
  border: none;
  padding: 8px 20px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-gold:hover {
  background-color: #c29e2d;
}

.float-call {
	position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	right:50px;
	background-color:#d32525;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}
	
.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:50px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}


.my-float {
	margin-top:16px;
}
	
.float-left-btn {
    position: fixed;
    bottom: 100px;
    left: 0;
    background-color: #d4af37; /* gold */
    color: white;
    padding: 12px 20px 12px 16px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 1000;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease, left 0.3s ease;
}

.float-left-btn:hover {
    background-color: #c19c2d;
}

@media (max-width: 768px) {
    .float-left-btn {
        font-size: 14px;
        padding: 10px 16px 10px 12px;
        bottom: 50px;
    }
}