body{
font-family:Poppins,sans-serif;
background:#0d1f1a;
color:#fff;
overflow-x:hidden;
}

.top-bar{
background:#04110d;
padding:10px 0;
font-size:14px;
}

.top-bar a{
color:#d4af37;
text-decoration:none;
}

iframe {
    border-radius: 10px;
    filter: drop-shadow(0px 2px 4px white);
}


.navbar{background: rgb(241 51 111);backdrop-filter:blur(10px);}

.navbar-brand{
font-size:32px;
font-weight:700;
color:#d4af37!important;
}

.nav-link{
color:#fff!important;
margin:0 10px;
}

.nav-link:hover{
color:#d4af37!important;
}

.carousel-item{
background-size:cover;
background-position:center;
position:relative;
}

.carousel-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
}

.carousel-caption{
bottom:30%;
z-index:10;
}

.carousel-caption h1{
font-size:60px;
font-weight:700;
}

.btn-gold{
background:#d4af37;
color:#000;
padding:12px 30px;
border-radius:50px;
font-weight:600;
}

.section-title{
font-size:45px;
font-family:Cinzel,serif;
color:#d4af37;
margin-bottom:20px;
}

.about-section{padding: 30px 0;text-align:center;}

.service-card{
background:#132822;
border-radius:20px;
overflow:hidden;
transition:0.4s;
box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card img{
width:100%;
height:250px;
object-fit:cover;
}

.service-card .content{
padding:25px;
}

.parallax-section{
background:url('images/parallax.jpg') center center fixed;
background-size:cover;
padding:120px 0;
position:relative;
}

.parallax-section::before{
content:'';
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
top:0;
left:0;
}

.parallax-content{
position:relative;
z-index:2;
}

.gallery img{
width:100%;
border-radius:15px;
transition:0.4s;
}

.gallery img:hover{
transform:scale(1.05);
}

.package-card{background: #202322;padding:40px 30px;border-radius:25px;text-align:center;transition:0.4s;}

.package-card:hover{
background:#d4af37;
color:#000;
transform:translateY(-10px);
}

.testimonial{background: #141616;padding:30px;border-radius:20px;}

.footer{background: #060606;padding:80px 0 30px;}

.footer a{color:#fff;text-decoration:none;line-height: 39px;}

.whatsapp-btn{position:fixed;right:20px;bottom:20px;background:#25D366;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size: 17px;color:#fff;z-index:999;}

@media(max-width:768px){
.carousel-caption h1{
font-size:35px;
}

.section-title{
font-size:32px;
}
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

/* Smooth Animation */
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Dropdown Item Style */
.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background: #f5f5f5;
    color: #000;
}

.why-choose-list{
    padding:0;
    margin:0;
}

.why-choose-list li{
    list-style:none;
    background:#fff;
    margin-bottom:15px;
    padding: 4px 20px;
    border-radius:12px;
    font-size: 15px;
    font-weight:500;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.3s ease;
    display:flex;
    align-items:center;
    gap:12px;
    color: #000;
}

.why-choose-list li:hover{
    transform:translateY(-5px);
}

.why-choose-list li i{
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align:center;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    font-size: 16px;
}

.gallery-img{cursor:pointer;transition:0.4s;/* height:250px; */width:100%;object-fit:cover;}

.gallery-img:hover{
transform:scale(1.05);
}

.modal-content{
border-radius:20px;
overflow:hidden;
}

.copyright{
color:#ccc;
font-size:14px;
letter-spacing:0.5px;
}

.copyright p{
margin:0;
}

.copyright a{
color:#d4af37;
text-decoration:none;
}

.copyright a:hover{
color:#fff;
}

.floating-buttons{
position:fixed;
right:20px;
bottom:20px;
display:flex;
flex-direction:column;
gap:15px;
z-index:9999;
}

.float-btn{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 18px;
border-radius:50px;
color:#fff;
text-decoration:none;
font-weight:600;
border:none;
min-width:180px;
box-shadow:0 8px 20px rgba(0,0,0,0.3);
transition:0.4s;
}

.float-btn:hover{
transform:translateY(-5px);
color:#fff;
}

.float-btn i{
font-size:20px;
}

.call-btn{
background:#d4af37;
}

.whatsapp-btn{
background:#25D366;
position:relative !important;
right:auto !important;
bottom:auto !important;
width:auto !important;
height:auto !important;
}

.book-btn{
background:#000;
cursor:pointer;
}

/* Popup */

.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background: rgb(0 0 0 / 96%);display:none;justify-content:center;align-items:center;z-index:99999;padding:20px;}

.popup-box{background: #5d0427;padding:40px 30px;border-radius:25px;width:100%;max-width:420px;position:relative;animation:popupZoom 0.4s ease;box-shadow:0 10px 40px rgba(0,0,0,0.5);}

.popup-box h3{text-align:center;color:#d4af37;margin-bottom: 16px;font-size: 23px;}

.popup-box input{width:100%;height: 39px;border:none;border-radius:12px;padding:0 15px;margin-bottom:18px;outline:none;background:#fff;}

.submit-btn{width:100%;height: 44px;border:none;border-radius:50px;background:#d4af37;font-weight:700;font-size: 14px;transition:0.4s;}

.submit-btn:hover{
background:#fff;
}

.close-popup{
position:absolute;
right:15px;
top:10px;
background:none;
border:none;
font-size:35px;
color:#fff;
cursor:pointer;
}

/* Animation */

@keyframes popupZoom{
from{
transform:scale(0.7);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}

/* Mobile Responsive */

@media(max-width:768px){

.floating-buttons{
right:15px;
bottom:15px;
gap:10px;
}

.float-btn{width:55px;height: 55px !important;min-width:auto;padding:0;border-radius:50%;}

.float-btn span{
display:none;
}

.popup-box{
padding:30px 20px;
}

.popup-box h3{font-size: 16px;}

}

/* About Banner */

.about-banner{
height:450px;
background:
linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
url('images/about-banner.jpg');
background-size:cover;
background-position:center;
color:#fff;
}

.about-banner h1{
font-size:65px;
font-weight:700;
color:#d4af37;
margin-bottom:15px;
font-family:Cinzel, serif;
}

.about-banner p{
font-size:22px;
letter-spacing:3px;
}

/* About Page */

.about-page{
background:#0d1f1a;
color:#fff;
}

.about-img img{
width:100%;
height:550px;
object-fit:cover;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.about-content h5{color:#d4af37;letter-spacing:2px;margin-bottom: 8px;font-size: 15px;}

.about-content h2{font-size:48px;font-weight:700;margin-bottom: 8px;line-height:1.3;}

.about-content p{font-size: 15px;line-height:1.9;color:#ddd;margin-bottom: 12px;}

.about-points{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top: 20px;}

.point-box{
display:flex;
align-items:center;
gap:15px;
background:#132822;
padding:18px;
border-radius:15px;
transition:0.4s;
}

.point-box:hover{
transform:translateY(-5px);
background:#d4af37;
color:#000;
}

.point-box i{
font-size:24px;
}

/* Button */

.about-btn{
display:inline-block;
margin-top:35px;
padding:15px 35px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.about-btn:hover{
background:#fff;
color:#000;
}

/* Why Choose */

.why-about{
background:#132822;
color:#fff;
}

.why-about h5{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
}

.why-about h2{font-size:48px;font-weight:700;margin-bottom: 7px;line-height:1.3;}

.why-about p{font-size: 15px;line-height:1.9;color:#ddd;margin-bottom: 17px;}

.why-list{display:flex;flex-direction:column;gap: 11px;}

.why-item{display:flex;align-items:center;gap: 15px;background:#0d1f1a;padding: 10px 20px;border-radius:15px;}

.why-item i{
color:#d4af37;
font-size:18px;
}

/* Responsive */

@media(max-width:768px){

.about-banner{
height:300px;
padding:20px;
text-align:center;
}

.about-banner h1{
font-size:38px;
}

.about-banner p{
font-size:16px;
}

.about-content h2,
.why-about h2{
font-size:32px;
}

.about-img img{
height:auto;
}

.about-points{
grid-template-columns:1fr;
}

}


.breadcrumb-section{position:relative;height:420px;background: url('../assets/img/bg-inner.jpg');background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;overflow:hidden;}

/* Dark Overlay */

.breadcrumb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
}

/* Content */

.breadcrumb-content{
position:relative;
z-index:2;
color:#fff;
}

.breadcrumb-content p{font-size: 31px;font-weight:700;color:#d4af37;margin-bottom:15px;font-family:Cinzel, serif;text-transform:uppercase;letter-spacing:2px;}

.breadcrumb-list{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
padding:0;
margin:0;
list-style:none;
}

.breadcrumb-list li{
font-size:18px;
color:#fff;
}

.breadcrumb-list li a{
color:#fff;
text-decoration:none;
transition:0.4s;
}

.breadcrumb-list li a:hover{
color:#d4af37;
}

/* Responsive */

@media(max-width:768px){

.breadcrumb-section{height: 170px;background-attachment:scroll;padding:20px;}

.top-bar {display:none;}

.breadcrumb-content h1{
font-size:38px;
}

.breadcrumb-list li{
font-size:15px;
}

}

/* Section Background */

.vision-section{
background:#0d1f1a;
position:relative;
overflow:hidden;
}

/* Heading */

.sub-heading{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
text-transform:uppercase;
}

.main-heading{
font-size:52px;
font-weight:700;
color:#fff;
font-family:Cinzel, serif;
margin-bottom:20px;
}

.section-text{
max-width:750px;
margin:auto;
color:#ccc;
font-size:17px;
line-height:1.8;
}

/* Box Design */

.vision-box{
position:relative;
background:#132822;
padding:50px 35px;
border-radius:30px;
text-align:center;
overflow:hidden;
transition:0.5s;
height:100%;
z-index:1;
box-shadow:0 10px 30px rgba(0,0,0,0.35);
}

.vision-box:hover{
transform:translateY(-12px);
}

/* Hover Glow */

.vision-box::before{
content:'';
position:absolute;
top:-100%;
left:-100%;
width:300px;
height:300px;
background:rgba(212,175,55,0.08);
border-radius:50%;
transition:0.6s;
z-index:-1;
}

.vision-box:hover::before{
top:-50px;
left:-50px;
}

/* Icon */

.vision-icon{
width:90px;
height:90px;
margin:auto;
margin-bottom:25px;
background:#d4af37;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:35px;
color:#000;
transition:0.5s;
box-shadow:0 10px 25px rgba(212,175,55,0.3);
}

.vision-box:hover .vision-icon{
transform:rotateY(360deg);
}

/* Content */

.vision-box h3{
font-size:30px;
font-weight:700;
margin-bottom:20px;
color:#fff;
}

.vision-box p{
font-size:16px;
line-height:1.9;
color:#ccc;
}

/* Bottom Shape */

.vision-shape{
position:absolute;
bottom:-60px;
right:-60px;
width:160px;
height:160px;
background:rgba(212,175,55,0.08);
border-radius:50%;
transition:0.5s;
}

.vision-box:hover .vision-shape{
transform:scale(1.2);
}

/* Responsive */

@media(max-width:768px){

.main-heading{
font-size:34px;
}

.vision-box{
padding:40px 25px;
}

.vision-box h3{
font-size:25px;
}

}

/* Contact Section */

.contact-page{background: #ffffff;color:#fff;overflow:hidden;}

/* Heading */

.contact-subtitle{
color:#d4af37;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:15px;
}

.contact-title{font-size:55px;font-weight:700;font-family:Cinzel, serif;margin-bottom:20px;color: #000;}

.contact-text{max-width:750px;margin:auto;color: #000000;font-size:17px;line-height:1.9;}

/* Contact Info */

.contact-info-box{background: #59001c;padding:45px 35px;border-radius:30px;height:100%;box-shadow:0 10px 30px rgba(0,0,0,0.35);}

.contact-info-box h3{
font-size:35px;
margin-bottom:20px;
color:#d4af37;
}

.contact-info-box p{
color:#ccc;
line-height:1.8;
}

/* Info Item */

.info-item{
display:flex;
gap:20px;
margin-top:35px;
align-items:flex-start;
}

.info-icon{
min-width:65px;
height:65px;
background:#d4af37;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:#000;
transition:0.4s;
}

.info-item:hover .info-icon{
transform:rotateY(360deg);
}

.info-content h5{
font-size:22px;
margin-bottom:8px;
color:#fff;
}

.info-content p,
.info-content a{
color:#ccc;
text-decoration:none;
line-height:1.8;
}

/* Social */

.social-contact{
display:flex;
gap:15px;
margin-top:40px;
}

.social-contact a{
width:50px;
height:50px;
background:#d4af37;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#000;
font-size:18px;
transition:0.4s;
text-decoration:none;
}

.social-contact a:hover{
background:#fff;
transform:translateY(-5px);
}

/* Form */

.contact-form-box{background: #151616;padding:45px 35px;border-radius:30px;box-shadow:0 10px 30px rgba(0,0,0,0.35);height:100%;}

.contact-form-box h3{
font-size:35px;
margin-bottom:30px;
color:#d4af37;
}

/* Input */

.contact-form-box .form-control{
height:58px;
border:none;
border-radius:15px;
padding:15px 20px;
background:#fff;
box-shadow:none;
}

.contact-form-box textarea.form-control{
height:auto;
}

/* Button */

.contact-btn{
width:100%;
height:58px;
border:none;
border-radius:50px;
background:#d4af37;
font-size:18px;
font-weight:700;
transition:0.4s;
}

.contact-btn:hover{
background:#fff;
}

/* Map */

.map-section iframe{
width:100%;
height:450px;
border:0;
border-radius:30px;
}

/* Direction Button */

.direction-btn{
display:inline-block;
padding:15px 40px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.direction-btn:hover{
background:#fff;
color:#000;
}

/* Responsive */

@media(max-width:768px){

.contact-title{
font-size:38px;
}

.contact-info-box,
.contact-form-box{
padding:35px 25px;
}

.info-item{
flex-direction:column;
gap:15px;
}

.map-section iframe{
height:300px;
}

}

.service-details{background: #ffffff;color:#fff;}

.service-image{
position:relative;
overflow:hidden;
border-radius:30px;
}

.service-image img{
width:100%;
height:650px;
object-fit:cover;
border-radius:30px;
transition:0.5s;
}

.service-image:hover img{
transform:scale(1.08);
}

.floating-badge{
position:absolute;
bottom:25px;
left:25px;
background:#d4af37;
padding:12px 25px;
border-radius:50px;
font-weight:700;
color:#000;
box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.service-content h5{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
}

.service-content h2{font-size:52px;font-weight:700;line-height:1.3;margin-bottom:25px;color: #000;}

.service-content p{font-size:17px;line-height:1.9;color: #000000;margin-bottom:20px;}

/* Features */

.service-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:35px;
}

.feature-item{display:flex;align-items:center;gap:12px;background: #161818;padding: 2px;border-radius:15px;transition:0.4s;}

.feature-item:hover{
background:#d4af37;
color:#000;
transform:translateY(-5px);
}

.feature-item i{font-size: 18px;color: #fff !important;}

.service-btn{
display:inline-block;
margin-top:35px;
padding:15px 40px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.service-btn:hover{
background:#fff;
}

/* Benefits */

.benefits-section{
background:#132822;
color:#fff;
}

.section-subtitle{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
text-transform:uppercase;
}

.section-title{
font-size:50px;
font-weight:700;
font-family:Cinzel, serif;
}

.benefit-box{
background:#0d1f1a;
padding:40px 25px;
border-radius:25px;
text-align:center;
transition:0.5s;
height:100%;
}

.benefit-box:hover{
transform:translateY(-10px);
background:#d4af37;
color:#000;
}

.benefit-icon{
width:90px;
height:90px;
background:#d4af37;
border-radius:50%;
margin:auto;
margin-bottom:25px;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#000;
transition:0.5s;
}

.benefit-box:hover .benefit-icon{
background:#000;
color:#fff;
transform:rotateY(360deg);
}

.benefit-box h4{margin-bottom:15px;font-size: 18px;}

/* Pricing */

.pricing-section{
background:#0d1f1a;
color:#fff;
}

.pricing-box{
position:relative;
background:#132822;
padding:50px 35px;
border-radius:30px;
text-align:center;
transition:0.5s;
overflow:hidden;
height:100%;
}

.pricing-box:hover{
transform:translateY(-12px);
}

.active-price{
border:2px solid #d4af37;
}

.recommended{position:absolute;top: 40px;right: -52px;background:#d4af37;padding:8px 40px;color:#000;font-weight:700;transform:rotate(45deg);}

.pricing-box h3{
font-size:32px;
margin-bottom:20px;
}

.price{
font-size:55px;
font-weight:700;
color:#d4af37;
margin-bottom:25px;
}

.pricing-box ul{
list-style:none;
padding:0;
margin:0 0 30px;
}

.pricing-box ul li{
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,0.08);
}

.pricing-btn{
display:inline-block;
padding:14px 35px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.pricing-btn:hover{
background:#fff;
color:#000;
}

/* Responsive */

@media(max-width:768px){

.service-banner{
height:400px;
background-attachment:scroll;
padding:20px;
}

.service-banner-content h1{
font-size:40px;
}

.service-banner-content p{
font-size:16px;
letter-spacing:1px;
}

.service-content h2,
.section-title{
font-size:34px;
}

.service-image img{
height:auto;
}

.service-features{
grid-template-columns:1fr;
}

.pricing-box{
padding:40px 25px;
}

}

.location-banner{
height:550px;
background:
linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65)),
url('images/location-banner.jpg');
background-size:cover;
background-position:center;
background-attachment:fixed;
display:flex;
align-items:center;
justify-content:center;
position:relative;
overflow:hidden;
}

.location-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
}

.location-banner-content{
position:relative;
z-index:2;
color:#fff;
}

.location-banner-content h1{
font-size:72px;
font-weight:700;
font-family:Cinzel, serif;
color:#d4af37;
margin-bottom:20px;
}

.location-banner-content p{
font-size:22px;
letter-spacing:2px;
margin-bottom:35px;
}

.location-btn{
display:inline-block;
padding:15px 40px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.location-btn:hover{
background:#fff;
color:#000;
}

/* About */

.location-about{
background:#0d1f1a;
color:#fff;
}

.location-image{
position:relative;
overflow:hidden;
border-radius:30px;
}

.location-image img{
width:100%;
height:650px;
object-fit:cover;
border-radius:30px;
transition:0.5s;
}

.location-image:hover img{
transform:scale(1.08);
}

.location-badge{
position:absolute;
bottom:25px;
left:25px;
background:#d4af37;
padding:12px 25px;
border-radius:50px;
font-weight:700;
color:#000;
}

.location-content h5{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
}

.location-content h2{
font-size:52px;
font-weight:700;
line-height:1.3;
margin-bottom:25px;
}

.location-content p{
font-size:17px;
line-height:1.9;
color:#ccc;
margin-bottom:20px;
}

/* Features */

.location-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:35px;
}

.feature-box{
display:flex;
align-items:center;
gap:12px;
background:#132822;
padding:18px;
border-radius:15px;
transition:0.4s;
}

.feature-box:hover{
background:#d4af37;
color:#000;
transform:translateY(-5px);
}

.location-main-btn{
display:inline-block;
margin-top:35px;
padding:15px 40px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.location-main-btn:hover{
background:#fff;
color:#000;
}

/* Services */

.location-services{
background:#132822;
color:#fff;
}

.section-subtitle{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
text-transform:uppercase;
}

.section-title{
font-size:50px;
font-family:Cinzel, serif;
font-weight:700;
}

.service-box{
background:#0d1f1a;
padding:45px 30px;
border-radius:25px;
text-align:center;
transition:0.5s;
height:100%;
}

.service-box:hover{
transform:translateY(-10px);
background:#d4af37;
color:#000;
}

.service-icon{
width:90px;
height:90px;
background:#d4af37;
border-radius:50%;
margin:auto;
margin-bottom:25px;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#000;
transition:0.5s;
}

.service-box:hover .service-icon{
background:#000;
color:#fff;
transform:rotateY(360deg);
}

.service-box h3{
font-size:28px;
margin-bottom:15px;
}

/* Why Choose */

.location-why{
background:#0d1f1a;
color:#fff;
}

.location-why h5{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
}

.location-why h2{
font-size:52px;
font-weight:700;
line-height:1.3;
margin-bottom:25px;
}

.location-why p{
font-size:17px;
line-height:1.9;
color:#ccc;
margin-bottom:25px;
}

.why-list{
display:flex;
flex-direction:column;
gap:18px;
}

.why-item{
display:flex;
align-items:center;
gap:15px;
background:#132822;
padding:18px 20px;
border-radius:15px;
}

.why-item i{
color:#d4af37;
font-size:18px;
}

/* CTA */

.location-cta{
padding:100px 0;
background:
linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
url('images/cta-bg.jpg');
background-size:cover;
background-position:center;
background-attachment:fixed;
}

.cta-box{
color:#fff;
}

.cta-box h2{
font-size:58px;
font-family:Cinzel, serif;
margin-bottom:20px;
}

.cta-box p{
font-size:18px;
max-width:750px;
margin:auto;
margin-bottom:35px;
line-height:1.9;
}

.cta-btn{
display:inline-block;
padding:16px 45px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.cta-btn:hover{
background:#fff;
color:#000;
}

/* Responsive */

@media(max-width:768px){

.location-banner{
height:420px;
background-attachment:scroll;
padding:20px;
}

.location-banner-content h1{
font-size:42px;
}

.location-banner-content p{
font-size:16px;
letter-spacing:1px;
}

.location-content h2,
.section-title,
.location-why h2,
.cta-box h2{
font-size:34px;
}

.location-image img{
height:auto;
}

.location-features{
grid-template-columns:1fr;
}

.service-box{
padding:35px 25px;
}

}

.location-intro{
background:#0d1f1a;
color:#fff;
}

.intro-content h5{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
}

.intro-content h2{
font-size:54px;
font-weight:700;
line-height:1.3;
margin-bottom:25px;
}

.intro-content p{
font-size:17px;
line-height:1.9;
color:#ccc;
margin-bottom:20px;
}

/* Experience Box */

.experience-box{
background:#132822;
padding:60px 40px;
border-radius:35px;
text-align:center;
position:relative;
overflow:hidden;
}

.experience-box::before{
content:'';
position:absolute;
top:-50px;
right:-50px;
width:160px;
height:160px;
background:rgba(212,175,55,0.08);
border-radius:50%;
}

.experience-box h3{
font-size:90px;
color:#d4af37;
font-weight:700;
margin-bottom:10px;
}

.experience-box span{
font-size:24px;
font-weight:600;
display:block;
margin-bottom:20px;
}

/* Highlight Strip */

.highlight-strip{
background:#d4af37;
padding:40px 0;
}

.highlight-box{
text-align:center;
}

.highlight-box h3{
font-size:50px;
font-weight:700;
color:#000;
margin-bottom:10px;
}

.highlight-box p{
font-size:18px;
color:#000;
margin:0;
}

/* Features */

.spa-features{
background:#132822;
color:#fff;
}

.section-subtitle{
color:#d4af37;
letter-spacing:2px;
margin-bottom:15px;
text-transform:uppercase;
}

.section-title{
font-size:52px;
font-family:Cinzel, serif;
font-weight:700;
}

.feature-card{
background:#0d1f1a;
padding:50px 35px;
border-radius:30px;
position:relative;
overflow:hidden;
transition:0.5s;
height:100%;
}

.feature-card:hover{
transform:translateY(-10px);
}

.feature-number{
font-size:80px;
font-weight:700;
color:rgba(212,175,55,0.12);
line-height:1;
margin-bottom:20px;
}

.feature-card h3{
font-size:30px;
margin-bottom:20px;
}

.feature-card p{
line-height:1.9;
color:#ccc;
}

/* CTA */

.location-cta{
padding:120px 0;
background:
linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),
url('images/spa-cta.jpg');
background-size:cover;
background-position:center;
background-attachment:fixed;
}

.cta-wrapper{
max-width:850px;
margin:auto;
color:#fff;
}

.cta-wrapper h2{
font-size:62px;
font-family:Cinzel, serif;
margin-bottom:25px;
}

.cta-wrapper p{
font-size:18px;
line-height:1.9;
margin-bottom:35px;
color:#ddd;
}

.cta-btn{
display:inline-block;
padding:16px 45px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
}

.cta-btn:hover{
background:#fff;
color:#000;
}

/* Responsive */

@media(max-width:768px){

.location-hero{
height:auto;
padding:120px 20px;
}

.location-hero-content h1{
font-size:42px;
}

.location-hero-content p{
font-size:16px;
}

.floating-card{
display:none;
}

.intro-content h2,
.section-title,
.cta-wrapper h2{
font-size:34px;
}

.experience-box{
margin-top:30px;
padding:40px 25px;
}

.experience-box h3{
font-size:60px;
}

.highlight-box{
margin-bottom:25px;
}

.highlight-box h3{
font-size:36px;
}

.feature-card{
padding:40px 25px;
}

.location-cta{
background-attachment:scroll;
padding:80px 20px;
}

}

.spa-location-content{
background:#0d1f1a;
color:#fff;
position:relative;
overflow:hidden;
}

/* Box */

.content-box{
background:#132822;
padding:70px 50px;
border-radius:35px;
position:relative;
box-shadow:0 10px 40px rgba(0,0,0,0.35);
overflow:hidden;
}

/* Glow Effect */

.content-box::before{
content:'';
position:absolute;
top:-80px;
right:-80px;
width:250px;
height:250px;
background:rgba(212,175,55,0.05);
border-radius:50%;
}

.content-box::after{
content:'';
position:absolute;
bottom:-80px;
left:-80px;
width:250px;
height:250px;
background:rgba(212,175,55,0.05);
border-radius:50%;
}

/* Subtitle */

.section-subtitle{
color:#d4af37;
letter-spacing:3px;
text-transform:uppercase;
margin-bottom:18px;
font-size:16px;
position:relative;
z-index:2;
}

/* Title */

.section-title{font-size: 35px;font-weight:700;font-family:Cinzel, serif;line-height:1.3;margin-bottom: 10px;position:relative;z-index:2;}

/* Paragraph */

.content-box p{font-size: 15px;line-height:2;color:#ddd;margin-bottom: 14px;position:relative;z-index:2;}

/* Button */

.content-btn{
display:inline-block;
margin-top:15px;
padding:16px 42px;
background:#d4af37;
color:#000;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:0.4s;
position:relative;
z-index:2;
}

.content-btn:hover{
background:#fff;
color:#000;
transform:translateY(-5px);
}

/* Responsive */

@media(max-width:768px){

.content-box{padding: 45px 10px;border-radius:25px;}

.section-title{font-size: 26px;}

.content-box p{
font-size:15px;
line-height:1.9;
}

}


.about-text,
.why-text{
    color:#666;
    line-height:1.9;
    font-size:16px;
}

/* About Section */
.about-section{
    background:#fff5fa;
}

.about-img{
    overflow:hidden;
}

.about-img img{
    width:100%;
    transition:0.5s;
}

.about-img:hover img{
    transform:scale(1.05);
}

.experience-box{
    position:absolute;
    bottom:20px;
    left:20px;
    background:#ff4fa0;
    color:#fff;
    padding:20px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.experience-box h3{
    margin:0;
    font-size:32px;
    font-weight:700;
}

.info-box{
    background: #0d6efd;
    padding:25px 20px;
    border-radius:20px;
    text-align:center;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    height:100%;
}

.info-box:hover{
    transform:translateY(-8px);
    background:#ff4fa0;
    color:#fff;
}

.info-box h4{
    font-weight:600;
    margin-bottom:12px;
}

/* Button */
.theme-btn{
    display:inline-block;
    background:#ff4fa0;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.4s;
}

.theme-btn:hover{
    background:#222;
    color:#fff;
}

/* Why Choose */
.why-choose-section{
    background:#fff;
}

.feature-box{
    background:#fff5fa;
    padding: 15px 8px;
    border-radius:12px;
    font-weight:500;
    color:#222;
    transition:0.4s;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    font-size: 15px;
}

.feature-box:hover{
    background:#ff4fa0;
    color:#fff;
    transform:translateY(-5px);
}

.why-img img{
    width:100%;
    transition:0.5s;
}

.why-img:hover img{
    transform:scale(1.03);
}

/* Responsive */
@media(max-width:991px){

    .section-title h1,
    .section-title h2{
        font-size:32px;
    }

    .experience-box{
        padding:15px 20px;
    }
}

@media(max-width:767px){

    .section-title h1,
    .section-title h2{
        font-size:28px;
    }

    .about-text,
    .why-text{
        font-size:15px;
    }

    .experience-box{
        position:relative;
        left:0;
        bottom:0;
        margin-top:20px;
        width:fit-content;
    }
}

.about-heading{
     font-weight:700;
     color:#222;
     line-height:1.3;
     margin-top:10px;
     font-size: 30px;
}

/* Why Choose Us Heading */
.whychoose-heading{
    font-weight:700;
    color:#222;
    line-height:1.3;
    /* margin-top:10px; */
    font-size: 27px;
}

.gallery {background:#fff;}
.testimonials {background:#fff;}
.packages {background: #5f0a25;}

.floating-badge{
    position:absolute;
    bottom:15px;
    left:15px;
    background:#c2185b;
    color:#fff;
    padding:8px 15px;
    border-radius:20px;
    font-size:13px;
}

/* Features */
.service-features{
    margin-top:20px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap: 4px;
    margin-bottom: -4px;
    font-size:15px;
}

/* Button */
.btn-spa{
    background:#c2185b;
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    transition:0.3s;
}

.btn-spa:hover{
    background:#a3154c;
    color:#fff;
}

/* Benefit Box */
.benefit-box{
    background: #8b002c;
    padding:25px;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    text-align:center;
    transition:0.3s;
}

.benefit-box:hover{
    transform:translateY(-5px);
}

/* Process Box */
.process-box{
    background:#fff;
    padding:25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    transition:0.3s;
}

.process-box h5{
    color:#c2185b;
    font-size:20px;
}

.process-box:hover{
    transform:translateY(-5px);
}

/* CTA */
.cta-section{
    background:linear-gradient(rgba(194,24,91,0.9), rgba(194,24,91,0.9)),
    url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874') center/cover;
}

.why-box{
    background:#fff;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    border-left:5px solid #c2185b;
}

.why-box h2{
    color:#c2185b;
}

.why-box p{
    color:#555;
    line-height:1.8;
    font-size:16px;
}

.location-hero{
    background:#fff0f5;
}

.location-hero h1{
    color:#c2185b;
    font-size:36px;
}

.location-hero h2{
    color: #c2185b;
    font-size: 26px;
    margin: 0 0 12px 0;
}


.spa-list{
    padding-left:20px;
}

.spa-list li{
    padding:6px 0;
    font-size:16px;
    color:#444;
}

.spa-cta{
    background:linear-gradient(135deg,#c2185b,#a3154c);
    color:#fff;
}

.spa-cta h2,
.spa-cta h4{
    color:#fff;
}