/********** Template CSS **********/
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #87ab3f;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

#homeSlider {
    position: relative;
}

#homeSlider .owl-dots {
    position: absolute;
    bottom: 50%;
    right: 20px;
    left: auto;
    transform: translateY(50%);
    z-index: 10;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

#homeSlider .owl-dot {
    display: block;
}

#homeSlider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    margin: 0;
    border-radius: 50%;
}

#homeSlider .owl-dot.active span {
    background: #e29021;
}
    
    .SliderImage img {
    height: 70vh;
    width: 100% !important;
    object-fit: contain !important;
}
    
    @media (max-width: 768px) {
    .SliderImage img {
        height: 50vh;  
    }
}

 
    @media (max-width: 576px) {
        .SliderImage img {
            height: 30vh;  
        }
    }

/*** Header ***/
/*.owl-carousel-inner {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: rgba(0, 0, 0, .1);*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*    .header-carousel .owl-dots{*/
/*        display: none !important;*/
/*    }*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .header-carousel .owl-carousel-item {*/
/*        position: relative;*/
/*        min-height: 500px;*/
/*    }*/

/*    .header-carousel .owl-carousel-item img {*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/

/*    .header-carousel .owl-carousel-item p {*/
/*        font-size: 16px !important;*/
/*    }*/
/*}*/

/*.header-carousel .owl-dots {*/
/*    position: absolute;*/
/*    width: 60px;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    right: 30px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.header-carousel .owl-dots .owl-dot {*/
/*    position: relative;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    margin: 5px 0;*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0 0 30px rgba(255, 255, 255, .9);*/
/*    border-radius: 45px;*/
/*    transition: .5s;*/
/*}*/

/*.header-carousel .owl-dots .owl-dot.active {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*}*/

/*.header-carousel .owl-dots .owl-dot img {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    padding: 2px;*/
/*    border-radius: 45px;*/
/*    transition: .5s;*/
/*}*/

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/* =========================
   FOOTER
========================= */

.sci-footer{
    background:#1A2A36;
    padding:80px 0 25px;
    color:#fff;
}

.footer-title{
    font-size:30px;
    font-weight:700;
    color:#fff;
    margin-bottom:12px;
}

.footer-line{
    width:60px;
    height:3px;
    background:#d48b52;
    margin-bottom:25px;
}

.sci-footer p{
    font-size:18px;
    line-height:2;
    color:#fff;
    margin-bottom:0;
}

.sci-footer a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.sci-footer a:hover{
    color:#fff;
}

.footer-hours{
    font-size:20px;
    color:#fff;
    max-width:300px;
}

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

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

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

.footer-bottom{
    margin-top:60px;
    padding-top:25px;
    border-top:1px solid rgba(0,0,0,.08);
    color:#777;
    font-size:15px;
}

/* Mobile */
@media (max-width:768px){

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

    .footer-hours{
        flex-direction:column;
        gap:10px;
    }

    .sci-footer{
        text-align:center;
    }

    .footer-line{
        margin:0 auto 20px;
    }

    .social-icons{
        justify-content:center;
    }
}

.about-section{
    padding:100px 0;
    background:#fff;
}

.about-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:100%;
    min-height:550px;
}

.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:25px;
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#7da63d;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.experience-box h2{
    font-size:40px;
    font-weight:700;
    margin:0;
    color:#fff;
}


.about-tag{
    color:#7da63d;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.about-content h2{
    color: #6d4214;
    font-size:35px;
    font-weight:700;
    margin:15px 0;
    line-height:1.2;
}

.about-content p {
    color: #000;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: justify;
}

.about-features{
    margin-top:30px;
}

.about-features li{
    list-style:none;
    margin-bottom:12px;
    font-weight:500;
    color:#333;
}

.about-features li i{
    color:#7da63d;
    margin-right:10px;
}

.about-btn{
    display:inline-block;
    margin-top:20px;
    background:#7da63d;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    transition:.4s;
}

.about-btn:hover{
    background:#5e8127;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){
    
    .about-section{
        padding: 50px 0;
    }
    
    /*.about-content{*/
    /*    padding:40px 15px 0;*/
    /*}*/

    .about-content h2{
        font-size:25px;
    }

    /*.about-image{*/
    /*    min-height:400px;*/
    /*}*/
}

.products-section{
    padding:100px 0;
    background:#fff;
}

.section-title{
    margin-bottom:60px;
}

.section-title span{
    color:#7da63d;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin-top:10px;
    margin-bottom:15px;
}

/*.section-title p{*/
/*    max-width:700px;*/
/*    margin:auto;*/
/*    color:#666;*/
/*}*/

.product-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.product-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.product-img{
    overflow:hidden;
    background:#f5f5f5;
}

.product-img img{
    width:100%;
    height:300px;
    object-fit:contain;
    transition:.5s;
}

.product-card:hover .product-img img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
    text-align:center;
}

.product-content h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

.product-content p{
    color:#666;
    line-height:1.7;
    margin-bottom:0;
}

@media(max-width:767px){

    .products-section{
        padding:50px 0;
    }
    
    .section-title h2{
        font-size:30px;
    }

    .product-img img{
        height:250px;
    }
}

.partners-section{
    padding:100px 0;
    /*background:linear-gradient(135deg,#f7fbf4,#ffffff);*/
    position:relative;
    overflow:hidden;
}

.section-heading{
    margin-bottom:60px;
}

.section-heading span{
    color:#7ea43c;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:3px;
}

.section-heading h2{
    font-size:48px;
    font-weight:700;
    margin:15px 0;
    color:#222;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
}

.partner-card{
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(10px);
    border-radius:25px;
    padding:40px 25px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid rgba(126,164,60,.15);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.partner-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(126,164,60,.20);
    border-color:#7ea43c;
}

.partner-card img{
    width:100%;
    max-width:180px;
    height:140px;
    object-fit:contain;
    margin-bottom:25px;
    transition:.4s;
}

.partner-card:hover img{
    transform:scale(1.08);
}

.partner-card h4{
    font-size:24px;
    font-weight:700;
    margin:0;
    color:#222;
}

.partner-card::after{
    content:"🤝";
    position:absolute;
    opacity:0;
}

@media(max-width:767px){

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

    .section-heading h2{
        font-size:34px;
    }

    .partner-card{
        padding:15px;
    }

    .partner-card img{
        height:80px;
        margin-bottom:15px;
    }
}

.sdg-section{
    padding:100px 0;
    background:linear-gradient(135deg,#f7fbf4,#ffffff);
}

.sdg-section .section-title{
    margin-bottom:60px;
}

.sdg-section .section-title span{
    color:#7da63d;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
}

.sdg-section .section-title h2{
    font-size:48px;
    font-weight:700;
    margin:10px 0;
}

.sdg-section .section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
}

.sdg-card{
    background:#fff;
    border-radius:20px;
    padding:20px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.sdg-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(125,166,61,.20);
}

.sdg-card img{
    width:100%;
    height:140px;
    object-fit:contain;
    margin-bottom:15px;
    transition:.4s;
}

.sdg-card:hover img{
    transform:scale(1.08);
}

.sdg-card h5{
    font-size:15px;
    font-weight:600;
    line-height:1.5;
    margin:0;
}

@media(max-width:767px){

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

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

    .sdg-card{
        padding:15px;
    }

    .sdg-card img{
        height:100px;
    }

    .sdg-card h5{
        font-size:13px;
    }
}

.services-section{
    padding:100px 0;
    background:#f8faf7;
}

.section-title{
    margin-bottom:60px;
}

.section-title span{
    color:#7da63d;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title h2{
    font-size:48px;
    font-weight:700;
    margin:10px 0;
}

/*.section-title p{*/
/*    max-width:700px;*/
/*    margin:auto;*/
/*    color:#666;*/
/*}*/

.service-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:550px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.service-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.service-card:hover img{
    transform:scale(1.1);
}

.service-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.95) 10%,
        rgba(0,0,0,.45) 50%,
        rgba(0,0,0,.10) 100%
    );
    z-index:1;
}

.service-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:35px 25px;
    z-index:2;
    color:#fff;
    transition:.4s;
}

.service-card:hover .service-overlay{
    bottom:15px;
}

.service-overlay h3{
    font-size:30px;
    color: #fff;
    font-weight:700;
    margin-bottom:15px;
}

.service-overlay p{
    font-size:16px;
    line-height:1.8;
    margin:0;
    opacity:.95;
}

.service-card:hover{
    transform:translateY(-10px);
    transition:.4s;
}

@media(max-width:767px){

    .services-section{
        padding:50px 0;
    }

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

    .service-card{
        height:450px;
    }

    .service-overlay h3{
        font-size:24px;
    }

    .service-overlay p{
        font-size:14px;
    }
}

.our-story-section{
    padding:100px 0;
    background:#fff;
    position:relative;
}

.section-header{
    max-width:800px;
    margin:0 auto 60px;
}

.section-header .sub-title{
    color:#6aa84f;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-header h2{
    font-size:48px;
    font-weight:700;
    color:#1f3d1f;
    margin:10px 0 20px;
}

.section-header p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.story-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.story-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    transition:.4s;
    border-top:5px solid #7fbf3f;
}

.story-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.story-card h4{
    color:#24512f;
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;
}

.story-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:0;
}

.story-card ul{
    padding-left:20px;
    margin:0;
}

.story-card ul li{
    margin-bottom:12px;
    color:#555;
}

@media(max-width:991px){

    .story-wrapper{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:38px;
    }
}

@media(max-width:576px){

    .our-story-section{
        padding:70px 0;
    }

    .section-header h2{
        font-size:30px;
    }

    .story-card{
        padding:25px;
    }
}

.leadership-section{
    padding:100px 0;
    background:linear-gradient(
        180deg,
        #f8fbf2 0%,
        #ffffff 50%,
        #eef8d8 100%
    );
    overflow:hidden;
}

.section-heading{
    max-width:800px;
    margin:auto;
    margin-bottom:70px;
}

.section-heading span{
    display:inline-block;
    color:#7ba53c;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-heading h2{
    font-size:55px;
    font-weight:800;
    color:#3f2b13;
    margin-bottom:15px;
}

.section-heading p{
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.team-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin-bottom: 30px;
}

.leader-card{
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(15px);
    border-radius:30px;
    padding:35px;
    display:flex;
    align-items:center;
    gap:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.4s;
}

.leader-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.leader-img{
    flex-shrink:0;
}

.leader-img img{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.badge-team{
    display:inline-block;
    padding:8px 18px;
    background:#7b4a12;
    color:#fff;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.badge-team.green{
    background:#79a93a;
}

.leader-content h3{
    font-size:30px;
    margin-bottom:12px;
    color:#222;
}

.leader-content p{
    color:#666;
    line-height:1.8;
    margin:0;
}

.advisor-title{
    text-align:center;
    margin:90px 0 50px;
}

.advisor-title h3{
    font-size:42px;
    color:#7b4a12;
    font-weight:700;
}

@media(max-width:991px){

    .team-grid{
        grid-template-columns:1fr;
    }

    .leader-card{
        flex-direction:column;
        text-align:center;
    }

    .section-heading h2{
        font-size:42px;
    }
}

@media(max-width:576px){

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

    .section-heading h2{
        font-size:32px;
    }

    .leader-img img{
        width:120px;
        height:120px;
    }

    .leader-content h3{
        font-size:24px;
    }

    .advisor-title h3{
        font-size:30px;
    }
}
.iti{
    width:100%;
}

.iti input{
    width:100%;
    height:58px;
}

.iti__country-list{
    z-index:9999;
}

.iti--separate-dial-code .iti__selected-flag{
    background:#fff;
}

.achievement-section{
    padding:100px 0;
    background:#f8fbf4;
}

.sub-title{
    color:#7eb33d;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title h2{
    font-size:45px;
    font-weight:700;
    color:#6d4214;
    margin:10px 0 15px;
}

/*.section-title p{*/
/*    max-width:700px;*/
/*    margin:auto;*/
/*    color:#666;*/
/*}*/
.achievement{
    padding: 100px 0;
}
/*.achievement-card{*/
/*    background:#fff;*/
/*    border-radius:20px;*/
/*    overflow:hidden;*/
/*    box-shadow:0 10px 35px rgba(0,0,0,.08);*/
/*    transition:.4s;*/
/*    height:100%;*/
/*}*/

/*.achievement-card:hover{*/
/*    transform:translateY(-10px);*/
/*    box-shadow:0 20px 45px rgba(0,0,0,.12);*/
/*}*/

/*.achievement-img{*/
/*    position:relative;*/
/*    overflow:hidden;*/
/*}*/

/*.achievement-img img{*/
/*    width:100%;*/
/*    height:260px;*/
/*    object-fit:cover;*/
/*    transition:.5s;*/
/*}*/

/*.achievement-card:hover .achievement-img img{*/
/*    transform:scale(1.08);*/
/*}*/

/*.achievement-badge{*/
/*    position:absolute;*/
/*    top:15px;*/
/*    left:15px;*/
/*    background:#7eb33d;*/
/*    color:#fff;*/
/*    padding:7px 16px;*/
/*    border-radius:30px;*/
/*    font-size:12px;*/
/*    font-weight:600;*/
/*}*/

/*.achievement-content{*/
/*    padding:25px;*/
/*}*/

/*.achievement-meta{*/
/*    display:flex;*/
/*    gap:20px;*/
/*    font-size:13px;*/
/*    color:#777;*/
/*    margin-bottom:15px;*/
/*}*/

/*.achievement-content h4{*/
/*    font-size:18px;*/
/*    line-height:1.5;*/
/*    color:#222;*/
/*    margin-bottom:15px;*/
/*}*/

.read-more{
    color:#7eb33d;
    font-weight:600;
    text-decoration:none;
}

.read-more i{
    margin-left:5px;
    transition:.3s;
}

.read-more:hover i{
    transform:translateX(5px);
}

.blog-hero{
    position:relative;
    padding:180px 0 120px;
    background-size:cover;
    background-position:center;
}

.blog-tag{
    background:#8DB63F;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
}

.blog-hero h1{
    font-size:58px;
    font-weight:800;
    max-width:900px;
    margin-top:25px;
}

.blog-meta{
    margin-top:25px;
    display:flex;
    gap:25px;
}

.blog-content{
    padding:80px 0;
}

.blog-content .lead{
    font-size:24px;
    line-height:1.8;
    color:#333;
    font-weight:500;
}

.blog-content h2{
    margin-top:50px;
    margin-bottom:20px;
    color:#6d4214;
    font-weight:700;
}

.blog-content p{
    line-height:2;
    color:#555;
    font-size:17px;
}

blockquote{
    background:#f8fbf4;
    border-left:5px solid #8DB63F;
    padding:30px;
    border-radius:12px;
    font-size:22px;
    font-style:italic;
    margin:40px 0;
}

.blog-sidebar{
    position:sticky;
    top:100px;
}

.sidebar-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color:#000;
    line-height: 1.8;
}
.list li a{
    color:#000;
}
.list li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-weight: bold;
}
 

.gallery-card-new{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #ececec;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.gallery-card-new:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

/* Gallery Hover Fix */
.gallery-card-new .portfolio-img{
    position: relative;
    overflow: hidden;
}

.gallery-card-new .portfolio-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.gallery-card-new .portfolio-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;

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

    background: rgba(0,0,0,.55);

    opacity: 0;
    transition: .4s ease;
}

.gallery-card-new:hover .portfolio-btn{
    opacity: 1;
}

.gallery-content-new{
    padding:22px;
}

.gallery-content-new h5{
    margin:0;
    color:#222;
    font-size:17px;
    font-weight:600;
    line-height:1.7;
}

@media(max-width:991px){

.gallery-card-new .portfolio-img img{
    height:240px;
}

.gallery-content-new{
    padding:18px;
}

.gallery-content-new h5{
    font-size:16px;
}

}

@media(max-width:576px){

.gallery-card-new .portfolio-img img{
    height:220px;
}

.gallery-content-new h5{
    font-size:15px;
    line-height:1.6;
}

}
 
.publication-section{
    padding: 100px 0;
}

.pub-subtitle{
    display:inline-block;
    padding:8px 18px;
    background:#8ab041;
    color:#0d6efd;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.pub-title{
    font-size:40px;
    font-weight:700;
}

.publication-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.publication-card{
    display:flex;
    gap:20px;
    background:#fff;
    padding:25px;
    border-radius:15px;
    border-left:5px solid #8ab041;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    margin-bottom:0;
}

@media(max-width:991px){
    .publication-list{
        grid-template-columns:1fr;
    }
}

.publication-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.pub-number{
    min-width:70px;
    width:70px;
    height:70px;
    background:#8ab041;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.pub-content{
    flex:1;
}

.pub-content p{
    margin:0;
    color:#555;
    line-height:1.9;
    font-size:16px;
}

.pub-content strong{
    color:#222;
}

.journal-name{
    display:inline-block;
    margin-top:10px;
    background:#f1f5ff;
    color:#0d6efd;
    padding:5px 12px;
    border-radius:30px;
    font-weight:600;
}

.pub-link{
    display:inline-block;
    margin-top:15px;
    color:#8ab041;
    font-weight:600;
    text-decoration:none;
}

.pub-link:hover{
    color:#084298;
}

@media(max-width:768px){

.publication-card{
    flex-direction:column;
    text-align:center;
}

.pub-number{
    margin:auto;
}

.pub-title{
    font-size:30px;
}
.section-title h2{
    font-size:30px;
}
.space {
        margin-bottom: 0 !important;
    }
    
    .section-title {
    margin-bottom: 30px;
}
.partner-card h4{
    font-size:15px;
}
.achievement {
    padding: 50px 0;
}
.achievement-card{
    margin-bottom:15px;
    height: auto;
}

}

.space{
    margin-bottom:50px;
}

.products-section{
    background:#f8fafc;
}


.product-card-new{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.product-card-new:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.product-img{
    width:170px;
    height:170px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #eef7df;
}

.product-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.product-card-new:hover .product-img img{
    transform:scale(1.1);
}

.product-card-new h4{
    margin-top:25px;
    font-weight:700;
}

.product-card-new p{
    margin-top:10px;
    color:#666;
}

.consultancy-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.consultancy-img{
    width:170px;
    height:170px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #eef7df;
}

.consultancy-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.consultancy-list{
    list-style:none;
    padding:0;
    margin:0;
}

.consultancy-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:18px;
    font-size:18px;
    color:#000;
    font-weight:600;
}

.consultancy-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#8ab041;
    color:#fff;
    font-size:14px;
    display:flex;
    justify-content:center;
    align-items:center;
}

@media(max-width:991px){

.product-img,
.consultancy-img{
    width:140px;
    height:140px;
}

.consultancy-box{
    padding:25px;
}

}

@media(max-width:576px){

.product-card-new{
    padding:25px;
}

.product-img,
.consultancy-img{
    width:120px;
    height:120px;
}

.consultancy-list li{
    font-size:16px;
}

}

.contact-map{
    width: 100%;
    height: 700px;
}

@media (max-width: 991.98px){
    .contact-map{
        height: 350px;
    }
}

@media (max-width: 575.98px){
    .contact-map{
        height: 280px;
    }
    .title {
    font-size: 30px !important;
    font-weight: bold;
    color: #fff;
}
}
.title {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}