:root{
    --green-deep:#144A2A;
    --green-light:#5E8646;
    --charcoal:#2b2d33;
    --offwhite:#f6f4ee;
    --gold:#e1af4a;
    --muted:#6e6e76;
    --border:#e3dfd6;
    --font-serif:"Fraunces", "Times New Roman", serif;
    --font-sans:"Sora", system-ui, sans-serif;
}
*{
    -webkit-font-smoothing:antialiased;
}
html{
    scroll-behavior:smooth;
    width:100%;
    overflow-x: hidden
}
body{
    font-family:var(--font-sans);
    font-weight:300;
    letter-spacing:.01em;
    background:var(--offwhite);
    color:var(--green-deep);
    width:100%;
    overflow-x: hidden
}
h1,h2,h3,h4{
    font-family:var(--font-serif);
    font-weight:400;
    letter-spacing:-.01em;
}
p{
    color: #2f3339
}
.eyebrow{
    font-family:var(--font-sans);
    font-size: .75rem;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:.32em;
    color:var(--gold);
}
.hairline{
    display:inline-block;
    width:3.5rem;
    height:1px;
    background:var(--gold);
    vertical-align:middle;
}
.text-gold{
    color:var(--gold)!important;
}
.text-gold{
    color:var(--gold)!important;
}
.text-offwhite{
    color:var(--offwhite)!important;
}
.text-muted-2{
    color:var(--muted);
}
.bg-navy{
    background:var(--green-deep);
    color:var(--offwhite);
}
.bg-charcoal{
    background:var(--charcoal);
    color:var(--offwhite);
}
.bg-offwhite{
    background:var(--offwhite);
}
.serif{
    font-family:var(--font-serif);
}
.lh-rel{
    line-height:1.85;
}

/* Buttons */
.btn-bbn{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    padding: .95rem 1.5rem;
    font-size:.78rem;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing: 1px;
    border-radius:0;
    border:1px solid var(--offwhite);
    background:var(--green-deep);
    color: #fff;
    transition:all .4s ease;
    text-decoration:none;
    border-radius: 100px;
}
.btn-bbn:hover{
    background:#fff;
    color:var(--green-deep);
    border:1px solid var(--green-deep);
}
.btn-bbn.btn-bbn-gold{
    margin-top: 50px;
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
}
.btn-bbn.btn-bbn-gold:hover{
    background: var(--gold);
    color: #fff;
    border: 1px solid var(--gold);
}
.btn-ghost{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    padding: .95rem 1.5rem;
    font-size:.78rem;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing: 1px;
    background:transparent;
    color:var(--green-deep);
    border:1px solid var(--green-deep);
    border-radius:0;
    transition:all .4s ease;
    text-decoration:none;
    border-radius: 100px;
}
.btn-ghost:hover{
    border-color:var(--gold);
    color:#fff;
    background: var(--green-deep)
}
.btn-dark-bbn{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    padding:.95rem 2rem;
    font-size:.78rem;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:.2em;
    background:var(--green-deep);
    color:var(--offwhite);
    border:1px solid var(--green-deep);
    border-radius:0;
    transition:all .4s ease;
    text-decoration:none;
}
.btn-dark-bbn:hover{
    background:transparent;
    color:var(--green-deep);
}
.section-space{
    padding-top: 70px;
    padding-bottom: 70px
}
.heading-sub{
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--green-deep);
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: 600;
    display: inline-flex;
}
.main-heading{
    font-size: 3rem;
    color: #000;
}
.heading-margin{
    margin-bottom: 50px
}
/* Header */
.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1050;
    background: rgb(255 255 255 / 94%);
    backdrop-filter: blur(12px);
    border-bottom:1px solid rgba(12,22,50,.08);
    transition:.4s ease;
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-header.scrolled{
    background: #ffffff;
    box-shadow: 0 10px 30px rgb(160 160 160 / 15%);
}
.site-header .navbar{
    padding-top: 3px;
    padding-bottom: 3px
}
.navbar-brand img{
    width: 180px;
}
.nav-link-bbn{
    color: #000000 !important;
    font-size:.72rem;
    text-transform:uppercase;
    letter-spacing: .12em;
    font-weight:500;
    transition:.3s;
}

.nav-link-bbn:hover{
    color: var(--green-deep)!important;
}

.enquire-link{
    color: var(--green-deep);
    font-size:.72rem;
    text-transform:uppercase;
    letter-spacing:.22em;
    text-decoration:none;
    border: 1px solid var(--green-deep);
    padding: .95rem 1.5rem;
    font-weight: 500;
    transition: .3s;
    border-radius: 100px;
}

.enquire-link:hover{
    color: var(--offwhite);
    background: var(--green-deep);
}

.navbar-toggler{
    padding:0;
}

.navbar-toggler:focus{
    box-shadow:none;
}
/* Animated Mobile Menu Button */
.bbn-navbar-toggler{
    width:44px;
    height:44px;
    border:none;
    background:transparent;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:6px;
    position:relative;
    z-index:1100;
}

.bbn-toggler-line{
    width:28px;
    height:2px;
    background:#fff;
    border-radius:10px;
    transition:all .35s ease;
    transform-origin:center;
}

/* Open State */
.bbn-navbar-toggler.active .bbn-toggler-line:nth-child(1){
    transform:translateY(8px) rotate(45deg);
}

.bbn-navbar-toggler.active .bbn-toggler-line:nth-child(2){
    opacity:0;
    transform:scaleX(0);
}

.bbn-navbar-toggler.active .bbn-toggler-line:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
}

/* Hover Effect */
.bbn-navbar-toggler:hover .bbn-toggler-line{
    background:var(--gold);
}
.heading-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
/* Hero */
.hero{
    position:relative;
    height:100vh;
    min-height:850px;
    overflow:hidden;
}
.hero .hero-con-div{
    padding-top: 100px
}
.hero-bg{
    position:absolute;
    inset:0;
    background:url('../../site_assets/img/hero-bg.jpg') center center/cover no-repeat;
    animation:heroZoom 18s ease-in-out infinite alternate;
    transform-origin:center center;
}

@keyframes heroZoom{
    from{
        transform:scale(1);
    }
    to{
        transform:scale(1.4);
    }
}
.hero .overlay-1{
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, #2e7d3278 0%, #1346158c 45%, #144A2A 100%);
}
.hero .overlay-2{
    position:absolute;
    inset:0;
    background: radial-gradient(ellipse at center, transparent 0%, #00000070 80%);
}
.hero-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    flex-direction:column;
}
.hero h1{
    color:var(--offwhite);
    font-size:clamp(3.5rem,6vw,5rem);
    line-height:1.05;
}
.hero .btn-bbn{
    background-color: #fff;
    color: var(--green-deep)
}
.hero .btn-bbn:hover{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}
.hero .btn-ghost{
    border: 1px solid #fff;
    color: #ffff
}
.hero .btn-ghost:hover{
    border: 1px solid var(--gold);
    color: var(--gold);
    background-color: transparent
}
.hero h1 .sub{
    display: ;
    font-style:italic;
    color:var(--gold);
    /* letter-spacing:.02em; */
}
.hero p.lead-c{
    color: rgb(255 255 255);
    font-weight:300;
    max-width: 52rem;
}
.hero-banner{
    position:relative;
}

.hero-features{
    width:100%;
    z-index:10;
    background: rgb(0 0 0 / 0%);
    /* backdrop-filter:blur(5px); */
    margin-bottom: 30px;
}

.hero-feature-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding: 18px 30px;
    min-height: 100px;
    border-right:1px solid rgba(255,255,255,.2);
}

.hero-feature-item img{
    width: 58px;
    height: 58px;
    object-fit:contain;
    filter:brightness(0) invert(1);
    flex-shrink:0;
}

.hero-feature-item h5{
    color: var(--gold);
    margin:0;
    font-size: 18px;
    font-weight:600;
    line-height:1.4;
    font-family: var(--font-serif);
}

@media(max-width:991px){

    .hero-features{
        position:relative;
        background:#091321;
    }

    .hero-feature-item{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.15);
        min-height:auto;
        padding:22px;
    }

    .hero-feature-item.border-0{
        border-bottom:none;
    }

    .hero-feature-item h5{
        font-size:20px;
    }

}
.category-card{
    background:#fff;
    border:1px solid #d8ddd6;
    border-radius:26px;
    overflow:hidden;
    height:100%;
    transition:.35s;
    display: block;
    text-decoration: none;
    color: #000;
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.category-img{
    overflow:hidden;
}

.category-img img{
    width:100%;
    height: 215px;
    object-fit:cover;
    transition:.5s;
}

.category-card:hover .category-img img{
    transform:scale(1.08);
}

.category-content{
    padding:26px;
}

.category-content h3{
    font-size: 19px;
    font-weight: 600;
    color:#111;
    line-height:1.3;
    margin-bottom:15px;
}
.category-card:hover h3{
    color: var(--green-deep)
}
.category-content p{
    font-size: 15px;
    color: #2f3339;
    line-height:1.6;
    margin:0;
}
.rel-div{
    display: flex;
    gap: 50px
}
@media(max-width:1199px){

    .category-content h3{
        font-size:28px;
    }

    .category-content p{
        font-size:18px;
    }

    .category-img img{
        height:220px;
    }

}

@media(max-width:767px){

    .category-img img{
        height:200px;
    }

    .category-content{
        padding:22px;
    }

    .category-content h3{
        font-size:24px;
    }

    .category-content p{
        font-size:17px;
    }

}
.rel-div{
    display:flex;
    align-items:center;
    gap:50px;
    margin-top: 50px;
}

.rel-img{

    flex-shrink:0;

    width: 300px;

    height: 190px;

    border-radius: 16px;
}

.rel-img img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 26px;
}

.rel-content{
    width: 100%;
    border-left: 1px solid var(--green-deep);
    padding-left: inherit;
    padding: 40px 0px 40px 50px;
    height: 100%;
}

.rel-content h3{
    font-size: 19px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
    margin-bottom: 15px;
}

.rel-content p{
    font-size: 15px;
    color: #2f3339;
    line-height: 1.6;
    margin: 0;
}

@media (max-width:991px){

    .rel-div{
        flex-direction:column;
        gap:30px;
    }

    .rel-img,
    .rel-content{
        width:100%;
    }

    .rel-img img{
        height:350px;
    }

    .rel-content h3{
        font-size:32px;
    }

}
.service-sec{
    background-color: #efeadb;
}
.service-sec .sub-p{
    width: 50%;
    margin-left: auto;
    margin-right: auto
}
.service-card{
    position:relative;
    height:100%;
    background:#fff;
    border:1px solid var(--border);
    border-radius:20px;
    padding:28px;
    transition:.35s ease;
    overflow:hidden;
}

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,var(--green-deep),var(--green-light));
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(20,74,42,.12);
}

.service-card:hover::before{
    transform:scaleX(1);
}

.service-icon{
    width:52px;
    height:52px;
    border-radius:14px;
    background:rgba(20,74,42,.08);
    color:var(--green-deep);

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:18px;
}

.service-icon i{
    font-size:22px;
}

.service-card h3{
    font-family:var(--font-serif);
    font-size: 19px;
    font-weight:600;
    line-height:1.35;
    color:var(--charcoal);
    margin-bottom:10px;
}

.service-subtitle{
    font-size:15px;
    color:var(--muted);
    margin-bottom: 48px;
    line-height:1.6;
    height: 50px;
}

.service-card ul{
    margin:0 0 22px;
    padding-left:18px;
    display: none;
}

.service-card ul li{
    font-size:15px;
    color:var(--muted);
    line-height:1.8;
    margin-bottom:6px;
}

.service-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 18px;

    border-radius:50px;
    background:var(--green-deep);
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;

    transition:.3s;
}

.service-btn:hover{
    background:var(--green-light);
    color:#fff;
}

.service-btn i{
    font-size:13px;
    transition:.3s;
}

.service-btn:hover i{
    transform:translateX(4px);
}
.cta-section{
    padding:80px 0;
}

.cta-box{
    background:var(--green-deep);
    border-radius:32px;
    padding:70px 70px;
    position:relative;
    overflow:hidden;
}

/* Optional subtle glow */
.cta-box::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    right:-180px;
    top:-180px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
}

.cta-content{
    position:relative;
    z-index:2;
}

.cta-content h2{
    font-family:var(--font-serif);
    color:#fff;
    font-size: 37px;
    line-height:1.15;
    margin-bottom:20px;
    font-weight:600;
}

.cta-content p{
    color:rgba(255,255,255,.75);
    font-size: 15px;
    line-height:1.7;
    max-width: 70%;
    margin:0;
    font-family:var(--font-sans);
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;
    background:var(--gold);
    color:var(--green-deep);
    padding: .95rem 1.5rem;
    border-radius:60px;
    text-decoration:none;
    font-family:var(--font-sans);
    font-size: 14px;
    font-weight:600;
    transition:.35s;
    position:relative;
    z-index:2;
}

.cta-btn:hover{
    background:#f0bd56;
    color:var(--green-deep);
    transform:translateY(-3px);
}

.cta-btn i{
    font-size:22px;
    transition:.3s;
}

.cta-btn:hover i{
    transform:translateX(6px);
}

/* Responsive */

@media(max-width:991px){

    .cta-box{
        padding:50px 35px;
        border-radius:24px;
    }

    .cta-content h2{
        font-size:40px;
    }

    .cta-content p{
        font-size:18px;
    }

    .cta-btn{
        width:100%;
        justify-content:center;
    }

}

@media(max-width:575px){

    .cta-box{
        padding:40px 25px;
    }

    .cta-content h2{
        font-size:32px;
    }

    .cta-content p{
        font-size:16px;
    }

    .cta-btn{
        font-size:17px;
        padding:16px 28px;
    }

}
.footer{

    background:linear-gradient(180deg,#144A2A 0%,#103d22 100%);

    color:#fff;

    padding:90px 0 30px;

    margin-top: 30px;

    border-radius:60px 60px 0 0;

    position:relative;

    overflow:hidden;
}

.footer::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    background:rgba(255,255,255,.04);

    border-radius:50%;

    right:-220px;

    top:-220px;

}

.footer-logo-txt{
    display:inline-block;
    text-decoration:none;
    margin-bottom:35px;
}

.footer-logo-txt h4{
  
letter-spacing:-0.5px;
  
transition:.3s;
  
margin-bottom: 10px !important;
}

.footer-logo-txt span{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:12px;

    font-family:var(--font-sans);
    font-size:13px;
    font-weight:500;
    letter-spacing:3px;
    text-transform:uppercase;

    color:rgba(255,255,255,.72);
}

.footer-logo-txt span::before{
    content:"";
    width:45px;
    height:2px;
    background:var(--gold);
    border-radius:10px;
}

.footer-logo-txt:hover h4{
    color:var(--gold);
}

.footer-logo-txt:hover span{
    color:#fff;
}

.footer-logo-txt:hover span::before{
    width:60px;
    transition:.35s;
}

.footer-about{

color:rgba(255,255,255,.75);

line-height:1.9;

margin-bottom:35px;

max-width:360px;

font-size: 15px;
}

.footer h4{

    font-family:var(--font-serif);

    font-size:28px;

    margin-bottom:25px;

    color:#fff;

}

.footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer ul li{

    margin-bottom:15px;

}

.footer ul li a{

color:rgba(255,255,255,.75);

text-decoration:none;

transition:.3s;

font-size: 14px;
}

.footer ul li a:hover{

    color:var(--gold);

    padding-left:8px;

}

.footer-contact li{

display:flex;

align-items: center;

gap:12px;

color:rgba(255,255,255,.75);

line-height:1.8;

font-size: 14px;
}

.footer-contact i{

color:var(--gold);

font-size: 16px;

margin-top:4px;
}

.footer-social{

    display:flex;

    gap:12px;

}

.footer-social a{

width: 38px;

height: 38px;

border-radius:50%;

background:rgba(255,255,255,.08);

display:flex;

align-items:center;

justify-content:center;

color:#fff;

transition:.35s;

text-decoration:none;

font-size: 13px;
}

.footer-social a:hover{

    background:var(--gold);

    color:var(--green-deep);

    transform:translateY(-5px);

}

.footer-bottom{

    margin-top:70px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.footer-bottom p{

margin:0;

color:rgba(255,255,255,.65);

font-size: 14px;
}

.footer-bottom a{

color:rgba(255,255,255,.65);

text-decoration:none;

transition:.3s;

font-size: 14px;
}

.footer-bottom a:hover{

    color:var(--gold);

}

.footer-bottom span{

    color:rgba(255,255,255,.35);

    margin:0 12px;

}

@media(max-width:991px){

    .footer{

        border-radius:35px 35px 0 0;

        padding:70px 0 25px;

    }

    .footer-bottom{

        text-align:center;

        justify-content:center;

    }

}