

.about-banner{
    position:relative;
    width:100%;
    height:500px;

    background:url("images/about-banner.jpg") center center/cover no-repeat;
    overflow:hidden;
}

.about-banner .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.about-banner .container{
    position:relative;
    z-index:2;
}

.breadcrumb-text{
    font-size:15px;
}

.breadcrumb-text a{
    color:#9ad44a;
    text-decoration:none;
}

.breadcrumb-text span{
    color:#9ad44a;
    margin:0 8px;
}

.title{
    font-size:60px;
    font-weight:700;
    line-height:1.1;
}

.title span{
    color:#8cc63f;
}

.about-banner p{
    max-width:430px;
    font-size:18px;
    line-height:1.8;
    color:#f5f5f5;
}

/* Responsive */

@media(max-width:991px){

.about-banner{
    height:650px;
    background-position:center;
}

.title{
    font-size:45px;
}

.about-banner p{
    font-size:16px;
}

}

@media(max-width:576px){

.about-banner{
    height:520px;
}

.title{
    font-size:35px;
}

.breadcrumb-text{
    font-size:13px;
}

.about-banner p{
    font-size:15px;
    line-height:1.6;
}

}





.story-section{
    padding:80px 0;
}

.sub-title{
    color:#6cab36;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.main-title{
    font-size:46px;
    font-weight:700;
    color:#1b1b1b;
    line-height:1.2;
    margin:10px 0 25px;
}

.main-title span{
    color:#6cab36;
}

.story-section p{
    color:#555;
    line-height:1.9;
    font-size:16px;
    margin-bottom:20px;
}

.journey-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 28px;
    background:#071b22;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.journey-btn:hover{
    background:#0d2b35;
    color:#fff;
}

.image-box{
    position:relative;
}

.image-box img{
    width:100%;
    border-radius:18px;
    display:block;
}

/* Play Button */

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:72px;
    height:72px;
    border-radius:50%;
    background:#fff;
    color:#000;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

/* Bottom Info Card */

.info-card{
    position:absolute;
    left:25px;
    bottom:25px;

    display:flex;
    align-items:center;
    gap:15px;

    background:rgba(12,18,20,.92);

    color:#fff;

    padding:18px 22px;

    border-radius:12px;

    width:360px;
}

.icon{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#20342b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#74c043;
}

/* Responsive */

@media(max-width:991px){

.main-title{
    font-size:36px;
}

.info-card{
    position:relative;
    left:0;
    bottom:0;
    width:100%;
    margin-top:20px;
}

.play-btn{
    width:60px;
    height:60px;
    font-size:22px;
}

}

@media(max-width:576px){

.story-section{
    padding:60px 0;
}

.main-title{
    font-size:30px;
}

.info-card{
    padding:15px;
    font-size:14px;
}

.journey-btn{
    padding:12px 22px;
}

}


.impact-section{
    padding:70px 0;
    background:#fff;
}

.section-title{
    color:#72a93d;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.impact-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:15px 25px;

    display:flex;
    align-items:center;
    gap:18px;

    height:100%;

    transition:.3s;
}

.impact-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.icon{
    width:60px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#72a93d;
    font-size:34px;
}

.content h2{
    margin:0;
    font-size:30px;
    font-weight:700;
    color:#16212b;
}

.content p{
    margin:4px 0 0;
    color:#666;
    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

.content h2{
    font-size:34px;
}

}

@media(max-width:576px){

.impact-card{
    justify-content:center;
    text-align:center;
    flex-direction:column;
}

.content h2{
    font-size:30px;
}

.icon{
    font-size:30px;
}

}









.why-choose{
    background:#fff;
}

.section-title{
    color:#6b8f2a;
    font-size:28px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:0;
}

.top-line{
    width:100%;
    height:1px;
    background:#d8d8d8;
    margin-bottom:25px;
}

.feature-box{
    align-items:flex-start;
    gap:18px;
    transition:.3s;
}

.icon-box{
    min-width:55px;
}

.icon-box i{
    font-size:42px;
    color:#6b8f2a;
}

.content h5{
    font-size:17px;
    font-weight:700;
    margin-bottom:8px;
    color:#222;
}

.content p{
    margin:0;
    color:#555;
    font-size:14px;
    line-height:1.7;
}

.feature-box:hover{
    transform:translateY(-6px);
}

.feature-box:hover .icon-box i{
    color:#496d12;
}



@media(max-width:576px){

    .section-title{
        font-size:22px;
    }

    .feature-box{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .icon-box{
        margin-bottom:10px;
    }

}


.why-choose{
    padding:80px 0;
    background: linear-gradient(
        180deg,
        #faf9f4 0%,
        #f5f4ef 50%,
        #f9f9f6 100%
    );
    position:relative;
    overflow:hidden;
}

/* Left glow */
.why-choose::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:radial-gradient(circle, rgba(198,182,145,.18), transparent 70%);
    top:-180px;
    left:-180px;
}

/* Right glow */
.why-choose::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:radial-gradient(circle, rgba(198,182,145,.18), transparent 70%);
    bottom:-180px;
    right:-180px;
}

.why-choose .container{
    position:relative;
    z-index:2;
}






.commitment-section{
    padding:90px 0;
    background:#06191b;
    position:relative;
    overflow:hidden;
}

/* Mountain Outline */
.commitment-section::after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-20px;
    width:500px;
    height:220px;
    background:url("img/mountain-outline.png") no-repeat center;
    background-size:contain;
    opacity:.18;
}

.image-wrapper{
    position:relative;
    width:100%;
    max-width:420px;
}

.main-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:18px;
    border:2px solid rgba(255,255,255,.15);
}

.small-image{
    position:absolute;
    right:-40px;
    bottom:-35px;
    width:48%;
}

.small-image img{
    width:100%;
    height:190px;
    object-fit:cover;
    border-radius:18px;
    border:2px solid #fff;
}

.sub-title{
    color:#8db83d;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
}

.commitment-section h2{
    color:#fff;
    font-size:50px;
    font-weight:700;
    margin:15px 0 20px;
    line-height:1.15;
}

.commitment-section h2 span{
    color:#8db83d;
}

.commitment-section p{
    color:#d3d3d3;
    line-height:1.8;
    max-width:560px;
    margin-bottom:35px;
}

.theme-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#8db83d;
    color:#fff;
    padding:15px 34px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.theme-btn:hover{
    background:#7ba22f;
    color:#fff;
    transform:translateY(-3px);
}






.partner-section{
    padding:45px 0;
    background:linear-gradient(90deg,#2f6664,#4f9b7e);
}

.partner-content{
    gap:22px;
}

.partner-icon{
    width:72px;
    height:72px;
    border:1.5px solid rgba(255,255,255,.6);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.partner-icon i{
    font-size:34px;
    color:#fff;
}

.partner-text h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    margin-bottom:8px;
}

.partner-text p{
    color:rgba(255,255,255,.85);
    font-size:18px;
    line-height:1.7;
    margin:0;
}

.partner-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:#fff;
    color:#24504f;
    text-decoration:none;
    padding:18px 36px;
    border-radius:8px;
    font-weight:700;
    transition:.3s;
}

.partner-btn:hover{
    background:#f3f3f3;
    color:#24504f;
    transform:translateY(-3px);
}

.partner-btn i{
    font-size:18px;
}




@media(max-width:991px){

    .partner-content{
        flex-direction:column;
        text-align:center;
    }

    .partner-text h2{
        font-size:30px;
    }

    .partner-text p{
        font-size:16px;
    }

}

@media(max-width:576px){

    .partner-section{
        padding:35px 0;
    }

    .partner-icon{
        width:60px;
        height:60px;
    }

    .partner-icon i{
        font-size:28px;
    }

    .partner-text h2{
        font-size:24px;
    }

    .partner-btn{
        width:100%;
        padding:16px 20px;
    }

}







/*==========================
   CONTACT HERO SECTION
==========================*/

.contact-hero{
    position: relative;
    background: url("img/contact-bg.jpg") center center/cover no-repeat;
    min-height: 760px;
    overflow: hidden;
}

.contact-hero .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.82) 0%,
        rgba(0,0,0,.65) 35%,
        rgba(0,0,0,.30) 70%,
        rgba(0,0,0,.10) 100%
    );
    z-index:1;
}

.contact-hero .container{
    position:relative;
    z-index:2;
}

/* Hero Height */

.hero-height{
    min-height:620px;
    align-items:center;
}

/* Small Heading */

.hero-subtitle{
    display:inline-block;
    color:#8dc63f;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

/* Main Heading */

.hero-title{
    color:#fff;
    font-size:72px;
    font-weight:700;
    line-height:1.05;
    margin-bottom:28px;
}

.hero-title span{
    color:#8dc63f;
}

/* Paragraph */

.hero-text{
    color:rgba(255,255,255,.92);
    font-size:22px;
    line-height:1.8;
    max-width:520px;
    margin-bottom:0;
}

/* Selection */

.contact-hero ::selection{
    background:#8dc63f;
    color:#fff;
}





@media(max-width:991px){

    .contact-hero{
        min-height:auto;
        padding:100px 0 250px;
    }

    .hero-height{
        min-height:auto;
    }

    .hero-title{
        font-size:52px;
    }

    .hero-text{
        font-size:18px;
    }

}

@media(max-width:576px){

    .contact-hero{
        padding:80px 0 280px;
    }

    .hero-title{
        font-size:38px;
    }

    .hero-text{
        font-size:16px;
        line-height:1.7;
    }

    .hero-subtitle{
        font-size:13px;
    }

}





/*=====================================
        CONTACT INFO BOX
======================================*/

.contact-info-box{
    position:absolute;
    left:0;
    right:0;
   
    margin:auto;
    width:100%;
    background:rgba(7,28,24,.82);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

/*=========================
      INFO ITEM
==========================*/

.info-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:35px 28px;
    height:100%;
    border-right:1px solid rgba(255,255,255,.12);
    transition:.35s;
}

.info-item:hover{
    background:rgba(255,255,255,.04);
}

/*=========================
        ICON
==========================*/

.info-icon{
    min-width:58px;
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8dc63f;
    font-size:38px;
}

/*=========================
        TEXT
==========================*/

.info-item h5{
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:8px;
}

.info-item p{
    color:rgba(255,255,255,.78);
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/*=========================
      HOVER EFFECT
==========================*/

.info-item:hover .info-icon{
    transform:scale(1.08);
    transition:.3s;
}

.info-item:hover h5{
    color:#8dc63f;
}

/* Last Border Remove */

.border-0{
    border-right:none !important;
}




@media(max-width:991px){

    .contact-info-box{
        position:relative;
        bottom:auto;
        margin-top:60px;
    }

    .info-item{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.10);
    }

    .info-item:last-child{
        border-bottom:none;
    }

}

@media(max-width:767px){

    .info-item{
        flex-direction:column;
        text-align:center;
        padding:30px 20px;
    }

    .info-icon{
        margin-bottom:12px;
        font-size:34px;
    }

    .info-item h5{
        font-size:18px;
    }

    .info-item p{
        font-size:14px;
    }

}

@media(max-width:576px){

    .contact-info-box{
        border-radius:14px;
    }

    .hero-title{
        font-size:36px;
    }

    .hero-text{
        font-size:15px;
    }

}







/*=============================
      CONTACT SECTION
==============================*/

.contact-section{
    padding:100px 0;
    background:#ffffff;
}

/*=============================
      LEFT SIDE
==============================*/

.section-subtitle{
    display:block;
    color:#7dbb2f;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-title{
    font-size:48px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
    line-height:1.2;
}

.section-title span{
    color:#7dbb2f;
}

.title-line{
    width:60px;
    height:3px;
    background:#7dbb2f;
    margin-bottom:45px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:35px;
}

.contact-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#7dbb2f;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.contact-icon i{
    color:#fff;
    font-size:22px;
}

.contact-text h5{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.contact-text p{
    margin:0;
    color:#555;
    line-height:1.8;
    font-size:16px;
}

/*=============================
      SOCIAL ICONS
==============================*/

.social-icons{
    display:flex;
    gap:12px;
    margin-top:12px;
}

.social-icons a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#7dbb2f;
    transform:translateY(-3px);
}

/*=============================
      FORM BOX
==============================*/

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:16px;
    border:1px solid #e6e6e6;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.form-subtitle{
    display:block;
    color:#7dbb2f;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}

.form-title{
    font-size:40px;
    font-weight:700;
    color:#222;
    margin-bottom:35px;
}

/*=============================
      FORM CONTROLS
==============================*/

.form-control,
.form-select{
    height:56px;
    border-radius:10px;
    border:1px solid #dddddd;
    padding:0 18px;
    box-shadow:none;
    font-size:15px;
}

.form-control:focus,
.form-select:focus{
    border-color:#7dbb2f;
    box-shadow:0 0 0 .15rem rgba(125,187,47,.15);
}

textarea.form-control{
    height:180px;
    resize:none;
    padding-top:15px;
}

/*=============================
      CHECKBOX
==============================*/

.form-check-label{
    color:#666;
    font-size:15px;
}

.form-check-label a{
    color:#7dbb2f;
    text-decoration:none;
}

.form-check-label a:hover{
    text-decoration:underline;
}

/*=============================
      BUTTON
==============================*/

.submit-btn{
    border:none;
    color:#fff;
    font-weight:600;
    padding:16px 34px;
    border-radius:8px;
    background:linear-gradient(90deg,#01251c,#0b3f2f);
    transition:.3s;
}

.submit-btn:hover{
    background:linear-gradient(90deg,#0b3f2f,#01251c);
    transform:translateY(-2px);
}

.submit-btn i{
    margin-left:8px;
}







/*=================================
      RESPONSIVE DESIGN
==================================*/

@media (max-width:1199px){

    .section-title{
        font-size:42px;
    }

    .form-title{
        font-size:34px;
    }

    .contact-form-box{
        padding:35px;
    }

}

@media (max-width:991px){

    .contact-section{
        padding:80px 0;
    }

    .contact-left{
        margin-bottom:50px;
    }

    .section-title{
        font-size:38px;
    }

    .form-title{
        font-size:30px;
    }

    .contact-form-box{
        padding:30px;
    }

}

@media (max-width:767px){

    .contact-section{
        padding:60px 0;
    }

    .section-title{
        font-size:32px;
    }

    .form-title{
        font-size:28px;
        margin-bottom:25px;
    }

    .title-line{
        margin-bottom:30px;
    }

    .contact-item{
        gap:15px;
        margin-bottom:28px;
    }

    .contact-icon{
        width:50px;
        height:50px;
    }

    .contact-icon i{
        font-size:20px;
    }

    .contact-text h5{
        font-size:18px;
    }

    .contact-text p{
        font-size:15px;
    }

    .social-icons{
        gap:10px;
    }

    .social-icons a{
        width:38px;
        height:38px;
    }

    .contact-form-box{
        padding:25px;
    }

    .form-control,
    .form-select{
        height:52px;
    }

    textarea.form-control{
        height:160px;
    }

    .submit-btn{
        width:100%;
        justify-content:center;
        display:flex;
        align-items:center;
    }

}

@media (max-width:576px){

    .section-title{
        font-size:28px;
    }

    .form-title{
        font-size:24px;
    }

    .contact-form-box{
        padding:20px;
        border-radius:12px;
    }

    .contact-item{
        align-items:center;
    }

    .contact-icon{
        width:46px;
        height:46px;
    }

    .contact-icon i{
        font-size:18px;
    }

    .contact-text h5{
        font-size:17px;
    }

    .contact-text p{
        font-size:14px;
        line-height:1.7;
    }

    .social-icons a{
        width:36px;
        height:36px;
        font-size:14px;
    }

}






/*=====================================
            FAQ SECTION
======================================*/

.faq-section{
    padding:90px 0;
    background:#fff;
}

.faq-subtitle{
    display:block;
    color:#7DBA33;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:10px;
}

.faq-title{
    font-size:48px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
    line-height:1.2;
}

.faq-title span{
    color:#7DBA33;
}

.faq-line{
    width:55px;
    height:3px;
    background:#7DBA33;
}

.faq-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 28px;
    border:1px solid #7DBA33;
    border-radius:8px;
    text-decoration:none;
    color:#7DBA33;
    font-weight:600;
    transition:.35s;
}

.faq-btn:hover{
    background:#7DBA33;
    color:#fff;
}



/*=====================================
        ACCORDION
======================================*/

.custom-accordion .accordion-item{
    border:1px solid #e6e6e6;
    border-radius:10px !important;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:none;
}

.custom-accordion .accordion-button{
    background:#fff;
    font-size:18px;
    font-weight:600;
    color:#222;
    padding:22px 60px 22px 24px;
    box-shadow:none;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#222;
    box-shadow:none;
}

.custom-accordion .accordion-body{
    padding:0 24px 24px;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/* Remove Bootstrap Arrow */

.custom-accordion .accordion-button::after{
    display:none;
}



.custom-accordion .accordion-button{
    position:relative;
}

.custom-accordion .accordion-button::before{

    content:"+";
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    font-weight:300;
    color:#7DBA33;
    transition:.3s;
}

.custom-accordion .accordion-button:not(.collapsed)::before{

    content:"−";
    font-size:30px;
}



.custom-accordion .accordion-item{
    transition:.35s;
}

.custom-accordion .accordion-item:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.custom-accordion .accordion-button:hover{
    color:#7DBA33;
}



@media(max-width:991px){

    .faq-title{
        font-size:38px;
    }

    .faq-btn{
        margin-top:20px;
    }

}

@media(max-width:767px){

    .faq-section{
        padding:70px 0;
    }

    .faq-title{
        font-size:30px;
    }

    .faq-btn{
        width:100%;
        justify-content:center;
    }

    .custom-accordion{
        margin-bottom:20px;
    }

    .custom-accordion .accordion-button{
        font-size:16px;
        padding:18px 50px 18px 18px;
    }

}