/*=========================
BASE
=========================*/

body{
font-family:Poppins,sans-serif;
}

:root{
--green:#0F4D3A;
--gold:#C8A23A;
--cream:#F9F6ED;
--text:#2b2b2b;
}

/*==================
TOP BAR
===================*/

.top-bar{
background:var(--green);
color:#fff;
padding:8px 0;
font-size:14px;
}

.top-bar a{
color:#fff;
text-decoration:none;
}

.top-bar i{
color:var(--gold);
margin-right:6px;
}

/*==================
HEADER
===================*/

.main-header{
background:var(--cream);
padding:20px 0;
border-bottom:1px solid #ececec;
}

.logo img{
height:90px;
width:auto;
object-fit:contain;
}

.logo-title{
font-family:'Playfair Display',serif;
font-size:30px;
font-weight:700;
color:var(--green);
line-height:1.1;
white-space:nowrap;
}

.tagline{
color:#8c6d2d;
font-size:14px;
white-space:nowrap;
}

.feature{
text-align:center;
}

.feature i{
font-size:34px;
color:var(--gold);
}

.feature h6{
margin-top:10px;
font-weight:600;
}

.feature p{
font-size:13px;
margin:0;
}

.call-btn{
background:var(--green);
color:#fff;
padding:12px 25px;
border-radius:10px;
text-decoration:none;
font-weight:600;
}

.call-btn:hover{
background:#08382a;
color:#fff;
}

/*==================
NAVBAR
===================*/

.navbar{
background:var(--green);
padding:0;
}

.navbar .container{
display:flex;
align-items:center;
justify-content:space-between;
}

.navbar-collapse{
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}

.navbar-nav{
display:flex;
flex-direction:row;
flex-wrap:wrap;
gap:4px;
}

.navbar .nav-link{
color:#fff!important;
font-weight:500;
padding:20px 16px;
position:relative;
transition:.3s;
}

.navbar .nav-link:hover{
color:#FFD56A!important;
}

.navbar .nav-link::after{
content:'';
position:absolute;
left:16px;
right:16px;
bottom:14px;
height:2px;
background:#FFD56A;
transform:scaleX(0);
transition:.3s;
}

.navbar .nav-link:hover::after{
transform:scaleX(1);
}

.book-btn{
background:var(--gold)!important;
color:#fff!important;
padding:10px 24px!important;
border-radius:8px;
white-space:nowrap;
}

.book-btn::after{
display:none;
}

.book-btn:hover{
background:#b88b15!important;
}

@media(max-width:991px){
.navbar-collapse{
justify-content:flex-start;
padding:15px 0;
}
.navbar-nav{
flex-direction:column;
width:100%;
}
.book-btn{
margin-top:10px;
display:inline-block;
}
}

/*=========================
WHY CHOOSE
=========================*/

.why-section{

background:#F9F6ED;

}

.why-box{

background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;
height:100%;

}

.why-box:hover{

transform:translateY(-8px);

}

.why-box i{

font-size:45px;
color:#C8A23A;
margin-bottom:15px;

}

.why-box h5{

color:#0F4D3A;
font-weight:700;

}

.counter-card{

background:#0F4D3A;
color:#fff;
padding:35px 20px;
border-radius:18px;
margin-top:20px;

}

.counter-card h2{

font-size:45px;
font-weight:700;
color:#C8A23A;

}

.counter-card p{

margin:0;
font-size:16px;

}
/*=====================
PROGRAMS
======================*/

.program-section{

background:#ffffff;

}

.program-card{

background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;

}

.program-card:hover{

transform:translateY(-10px);

}

.program-card img{

width:100%;
height:250px;
object-fit:cover;

}

.program-content{

padding:25px;
text-align:center;

}

.program-content h4{

font-weight:700;
color:#0F4D3A;

}

.program-content p{

color:#666;
margin:20px 0;

}

.program-content a{

display:inline-block;
padding:12px 28px;
background:#0F4D3A;
color:#fff;
border-radius:8px;
text-decoration:none;
font-weight:600;

}

.program-content a:hover{

background:#C8A23A;
color:#fff;

}
/*=========================
 MEMBERSHIP
==========================*/

.membership-section{

background:#F9F6ED;

}

.membership-card{

background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
text-align:center;
position:relative;
transition:.4s;

}

.membership-card:hover{

transform:translateY(-10px);

}

.membership-card h5{

font-size:28px;
color:#0F4D3A;
font-weight:700;

}

.membership-card h2{

font-size:50px;
color:#C8A23A;
margin:20px 0;

}

.membership-card ul{

padding:0;
margin:30px 0;
list-style:none;

}

.membership-card ul li{

padding:10px 0;
border-bottom:1px solid #eee;

}

.membership-card i{

color:#0F4D3A;
margin-right:8px;

}

.featured{

border:3px solid #C8A23A;
transform:scale(1.05);

}

.badge-plan{

position:absolute;
top:-15px;
left:50%;
transform:translateX(-50%);
background:#C8A23A;
color:#fff;
padding:8px 20px;
border-radius:30px;
font-size:14px;
font-weight:600;

}

.btn-membership{

background:#0F4D3A;
color:#fff;
padding:14px 35px;
border-radius:8px;
font-weight:600;

}

.btn-membership:hover{

background:#C8A23A;
color:#fff;

}
/*==========================
FACILITIES
==========================*/

.facilities-section{

background:#ffffff;

}

.facility-card{

background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;

}

.facility-card:hover{

transform:translateY(-10px);

}

.facility-card img{

width:100%;
height:220px;
object-fit:cover;

}

.facility-content{

padding:25px;
text-align:center;

}

.facility-content i{

font-size:40px;
color:#C8A23A;
margin-bottom:15px;

}

.facility-content h5{

color:#0F4D3A;
font-weight:700;

}

.facility-content p{

color:#666;
margin-top:10px;

}
/*=========================
TESTIMONIALS
=========================*/

.testimonial-section{

background:#F9F6ED;

}

.testimonial-card{

background:#fff;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-card img{

width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin-bottom:20px;
border:4px solid #C8A23A;

}

.testimonial-card h5{

font-weight:700;
color:#0F4D3A;

}

.testimonial-card span{

color:#888;

}

.stars{

margin:15px 0;

}

.stars i{

color:#FFC107;

}

.review-counter{

background:#0F4D3A;
color:#fff;
padding:35px 20px;
border-radius:18px;

}

.review-counter h2{

color:#C8A23A;
font-size:45px;
font-weight:700;

}

.review-counter p{

margin:0;

}
/*=========================
GALLERY
==========================*/

.gallery-section{

background:#ffffff;

}

.gallery-item{

display:block;
position:relative;
overflow:hidden;
border-radius:18px;

}

.gallery-item img{

width:100%;
height:280px;
object-fit:cover;
transition:.5s;

}

.gallery-item:hover img{

transform:scale(1.1);

}

.gallery-overlay{

position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(15,77,58,.65);

display:flex;
justify-content:center;
align-items:center;

opacity:0;
transition:.4s;

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay i{

font-size:45px;
color:#fff;

}

.btn-gallery{

background:#0F4D3A;
color:#fff;
padding:14px 35px;
border-radius:8px;
font-weight:600;

}

.btn-gallery:hover{

background:#C8A23A;
color:#fff;

}
/*=========================
BLOG SECTION
=========================*/

.blog-section{

background:#F9F6ED;

}

.blog-card{

background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
height:100%;

}

.blog-card:hover{

transform:translateY(-8px);

}

.blog-card img{

width:100%;
height:250px;
object-fit:cover;

}

.blog-content{

padding:25px;

}

.blog-date{

color:#C8A23A;
font-size:14px;
font-weight:600;

}

.blog-content h4{

margin:18px 0;

}

.blog-content h4 a{

text-decoration:none;
color:#0F4D3A;
font-weight:700;

}

.blog-content p{

color:#666;
line-height:1.7;

}

.read-btn{

text-decoration:none;
color:#0F4D3A;
font-weight:600;

}

.read-btn:hover{

color:#C8A23A;

}

.btn-blog{

background:#0F4D3A;
color:#fff;
padding:14px 35px;
border-radius:8px;

}

.btn-blog:hover{

background:#C8A23A;
color:#fff;

}
/*=========================
CONTACT
=========================*/

.contact-section{

background:#ffffff;

}

.contact-box{

margin-top:30px;

}

.contact-item{

display:flex;
align-items:flex-start;
margin-bottom:25px;

}

.contact-item i{

width:65px;
height:65px;
line-height:65px;
text-align:center;
background:#0F4D3A;
color:#fff;
border-radius:50%;
font-size:24px;
margin-right:20px;

}

.contact-item h5{

font-weight:700;
color:#0F4D3A;

}

.contact-form{

background:#F9F6ED;
padding:40px;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.contact-form .form-control{

height:55px;
border-radius:10px;
border:1px solid #ddd;

}

.contact-form textarea{

height:auto!important;

}

.btn-contact{

background:#0F4D3A;
color:#fff;
padding:14px 40px;
border-radius:8px;
font-weight:600;

}

.btn-contact:hover{

background:#C8A23A;
color:#fff;

}
/*=========================
FOOTER
==========================*/

.footer{

background:#0F4D3A;
color:#fff;
padding:80px 0 20px;

}

.footer h4{

margin-bottom:25px;
color:#C8A23A;

}

.footer ul{

padding:0;
list-style:none;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#ddd;
text-decoration:none;

}

.footer ul li a:hover{

color:#C8A23A;

}

.footer p{

color:#ddd;

}

.footer i{

color:#C8A23A;
margin-right:8px;

}

.social-icons{

margin-top:25px;

}

.social-icons a{

width:45px;
height:45px;
display:inline-flex;
justify-content:center;
align-items:center;
border-radius:50%;
background:#ffffff15;
color:#fff;
margin-right:10px;
transition:.3s;

}

.social-icons a:hover{

background:#C8A23A;

}

.footer-btn{

display:inline-block;
background:#C8A23A;
padding:14px 28px;
border-radius:8px;
color:#fff;
text-decoration:none;
margin-top:10px;

}

.footer-btn:hover{

background:#fff;
color:#0F4D3A;

}

.whatsapp{

position:fixed;
right:25px;
bottom:25px;
width:60px;
height:60px;
border-radius:50%;
background:#25D366;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
z-index:999;

}

.top-btn{

position:fixed;
right:25px;
bottom:95px;
width:55px;
height:55px;
background:#C8A23A;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
z-index:999;

}
.hero-video{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.hero-video video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
    display:flex;
    align-items:center;
}