@media (max-width: 767px) {
    .industries-section {
        padding: 50px 0px 50px 0px !important;
    }
}

section.hero.innerPage.solutionsPage{height: 800px}
        .solutionsPage .contactBox .btn {
    width: auto;    padding-right: 50px;
}.solutionsPage .contactBox {
    position: relative;
}.solutionsPage .btn-circle {
    position: absolute;
    right: 3px;
    width: 37px;
}.solutionsPage .d-flex { margin-top: 20px;
    display: flex;    gap: 15px;
    align-items: center;
}
.solutionsPage .contactBox .btn-border {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}.challenge-section{
    padding:80px 20px;
}

.container{
    max-width:1320px;
    margin:auto;
}

.section-tag{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#8dc63f;
    text-transform:uppercase;
    margin-bottom:12px;
}

.challenge-section h2{
    font-size:32px;
    line-height:1.2;
    font-weight:600;
    color:#444;
    margin-bottom:12px;
}

.section-desc{
    font-size:19px;
    color:#666;
    margin-bottom:50px;
}

.challenge-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.challenge-card{
    background:#f7f7f7;
    border-radius:18px;
    padding:35px 30px;
    position:relative;
    overflow:hidden;
    transition:.35s;
}

.challenge-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:8px;
    height:100%;
    background:#8dc63f;
}

.challenge-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.icon{
    width:60px;
    height:60px;
    margin-bottom:22px;
}

.icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.challenge-card h3{
    font-size:20px;
    font-weight:600;
    color:#444;
    line-height:1.3;
    margin-bottom:5x;
}

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

/* Tablet */

@media(max-width:991px){

.challenge-grid{
    grid-template-columns:repeat(2,1fr);
}

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

.challenge-card h3{
    font-size:26px;
}

}

/* Mobile */

@media(max-width:767px){

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

.challenge-section{
    padding:60px 15px;
}

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

.section-desc{
    font-size:16px;
}

.challenge-card{
    padding:30px 25px;
}

.challenge-card h3{
    font-size:22px;
}

.challenge-card p{
    font-size:16px;
}

}.engineering-section{
    padding:90px 20px;background: #F3F3F3;
}

.container{
    max-width:1320px;
    margin:auto;
}

.engineering-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.engineering-content{
    flex:0 0 42%;
}

.engineering-image{
    flex:0 0 52%;
}

.engineering-image img{
    width:100%;
    display:block;
}

.section-subtitle{
    display:inline-block;
    color:#8bc53f;
    font-size:15px;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:18px;
}

.engineering-content h2{
           font-size: 31px;
    line-height: 1.05;
    font-weight: 600;
    color: #444;
    margin-bottom: 18px;
}

.intro-text{
    color:#555;
    line-height:1.8;
    margin-bottom:45px;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:25px;
    margin-bottom:40px;
}

.feature-icon{
    width:70px;
    flex-shrink:0;
}

.feature-icon img{
    width:100%;
}

.feature-content h3{
    font-size:24px;
    color:#444;
    margin-bottom:10px;
    font-weight:600;
}

.feature-content p{
    line-height:1.7;
    color:#666;
}

/* Tablet */


@media (max-width: 1400px) {.container{max-width: 1130px}

/*.nav-links,button.custom-btn { white-space: nowrap;}*/
.hero h1 {  font-size: 60px;}

}
@media (max-width: 1200px) {
    .hero h1 {
        font-size: 50px;
    }.service-tab {
    padding: 17px 6px;
    font-size: 13px;
}.left h2 {
        font-size: 32px;
    }
    .section-title h2,.section-heading h2,.cta-footer h2 {  font-size: 34px !important;}
    .container{max-width: 960px}

}
@media(max-width:1100px){

.engineering-wrapper{
    gap:40px;
}

.engineering-content h2{
    font-size:42px;
}

.feature-content h3{
    font-size:28px;
}

.intro-text,
.feature-content p{
    font-size:18px;
}

}

/* Mobile */

@media(max-width:768px){

.engineering-wrapper{
    flex-direction:column;
}

.engineering-content,
.engineering-image{
    flex:100%;
}
    .assessment-card {
       
        padding: 10px;
    }
.engineering-content h2{
    font-size:24px;
}

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

.intro-text{
    font-size:14px;
}

.feature-item{
    gap:18px;
    margin-bottom:30px;
}

.feature-icon{
    width:55px;
}

.feature-content h3{
    font-size:22px;
}

.feature-content p{
    font-size:16px;
}

}.Advanced{margin: 0}
        .feature1 {
    background: url(assets/newFeat1.png) no-repeat;
    width: 572px;
    min-height: 602px;
    background-size: contain;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: flex-end;
    padding: 50px;
}.featureBox h3 {
    color: #8ABE46;
    font-size: 28px;
    font-weight: 400;
}.featureBox p {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
}.featureSecInner {
    display: flex;
    align-items: flex-start;position: relative;
}
.featureBox{   position: relative;}
.feature2 {
   position: absolute;
    left: 440px;
    width: 500px;
    bottom: 40px;
}.featureBoxCont p {
    font-size: 15px;
}
.featureBoxCont {
    position: absolute;
    width: 310px;
    bottom: 60px;
    color: #fff;
    left: 130px;
}.feature3.featureBox {
    position: absolute;
    right: 0;
    width: 420px;
    bottom: 140px;
}.feature3.featureBox .featureBoxCont {
    left: 100px;
    bottom: 130px;
    width: 260px;
}.feature4.featureBox .featureBoxCont ,.feature5.featureBox .featureBoxCont {
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 80px;
}.feature4.featureBox .featureBoxCont h3 ,.feature5.featureBox .featureBoxCont h3 {
    font-size: 24px;
}.feature4.featureBox {
    width: 270px;
    position: absolute;
    bottom: -40px;
    right: 0;
}
.feature5.featureBox {
       width: 270px;
    position: absolute;
    bottom: -100px;
    right: 220px;
}section#featureSec {
    padding: 50px 0 140px;background: #494848;
}/*==========================
    Section
==========================*/



/*==========================
    Tabs
==========================*/

.service-tabs {
   
    background: #efefef;
    margin-bottom: 70px;
    overflow-x: auto;
    scrollbar-width: none;
}

.service-tabs::-webkit-scrollbar {
    display: none;
}

.service-tab {
    position: relative;
    border: none;
    background: transparent;
    padding: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #9a9a9a;
    cursor: pointer;
    white-space: nowrap;
    transition: .3s;
}

.service-tab:hover {
    color: #444;
}

.service-tab.active {
    color: #444;
    font-weight: 600;
}

.service-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #86bf3e;
}

/*==========================
    Tab Content
==========================*/

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn .4s ease;
}

@keyframes fadeIn {

    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.left {
    width: 45%;
}
.industry-tabs .btn-circle img {
    width: 35px;
}
.industry-tabs .btn-circle {
    position: absolute;
    right: 6px;
    top: 5px;
}
.right {
    width: 50%;    flex-direction: column;    align-items: flex-start;
    display: flex; position: relative; max-width: 500px;
    justify-content: end;
}.right_img img {
    border-radius: 18px;
    max-width: 500px;
}
.right_img{position: relative;}
.right_img:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 86%;
    background: rgba(138, 190, 70, 1);
    left: -40px;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    top: 7%;
}
.industry-tabs button.btn.btn-primary {
    width: auto;
    border: 2px solid #000;    padding-right: 50px;

} .content-grid {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.industry-tabs .contactBox{margin-top: 20px; align-self: center;}
/*==========================
    Typography
==========================*/

.subtitle {
    display: inline-block;
    color: #86bf3e;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.left h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
}

.left>p {
    
    margin-bottom: 35px;
}

/*==========================
    Checklist
==========================*/

.check-list {
    list-style: none;
    margin-bottom: 35px;
}

.check-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #555;
}

.check-list li:last-child {
    margin-bottom: 0;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background:url(assets/check.png) no-repeat;    background-size: 100%;
   
}

/*==========================
    Project Box
==========================*/

.project-box {
    background: #f5f5f5;
    border-radius: 18px;
    padding: 30px;
}

.project-box span {
    display: inline-block;
    color: #86bf3e;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.project-box h3 {
   
    color: #444;
    margin-bottom: 12px;
    font-weight: 600;
}

.project-box p {
   
    line-height: 1.7;
}section.industry-tabs {
    padding-bottom: 50px;
}

/*==========================
    Responsive
==========================*/

@media (max-width:1199px) {

    .left h2 {
        font-size: 42px;
    }

    .left>p,
    .check-list li {
        font-size: 18px;
    }

    .project-box h3 {
        font-size: 28px;
    }

}

@media (max-width:991px) {

    .content {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
    }

    .right {
        order: -1;
    }

    .service-tabs {
        justify-content: flex-start;
    }

}

@media (max-width:767px) {

    .industry-tabs {
        padding: 0 0;
    }

    .service-tab {
        padding: 18px 22px;
        font-size: 16px;
    }

    .left h2 {
        font-size: 24px;
    }

    .left>p {
        font-size: 16px;
    }

    .check-list li {
        font-size: 16px;
        padding-left: 34px;
    }

    .project-box {
        padding: 20px;
    }

    .project-box h3 {
        font-size: 22px;
    }

    .project-box p {
        font-size: 15px;
    }

}
        .solutionsPage h1 span{display: block; color: #8ABE46;    font-size: 20px !important;}
        /*=========================
    Workflow Section
=========================*/

.workflow-section{
    padding:90px 0 220px;
    background:#4b4949;
}

/*=========================
    Heading
=========================*/

.section-heading{
    text-align:center;
    margin-bottom:70px;
}

.section-subtitle{
    display:inline-block;
    color:#95d13c;
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:34px;
    font-weight:600;
    margin-bottom:18px;
}
.workflow-section .section-heading h2{color: #fff}
.workflow-section .section-heading p{
    color:#d4d4d4;
}

/*=========================
    Workflow
=========================*/

.workflow-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    flex-wrap:nowrap;
}

.workflow-item{
    position:relative;
    flex:1;
    text-align:center;
}

.workflow-icon{
    width:64px;
    height:64px;
    
    margin:0 auto 18px;
    transition:.35s;
}





.workflow-item:hover .workflow-icon img,
.workflow-item.active .workflow-icon img{
    filter:brightness(0) invert(1);
}

.workflow-item h3{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}

.workflow-item span{
    display:block;
    font-size:14px;
    color:#d6d6d6;
    line-height:1.6;
}

.workflow-arrow{
    margin-top:18px;
}

.workflow-arrow img{
    width:26px;
}

/*=========================
    Tooltip
=========================*/

.workflow-tooltip{
    position:absolute;
    top:165px;
    left:50%;
    transform:translateX(-50%);
    width:250px;
    background:transparent;
    border:1px solid #95d13c;
    border-radius:14px;
    padding:18px;
    color:#ececec;
    font-size:15px;
    line-height:1.8;
    display:none; opacity: 0;
}

.workflow-tooltip::before{
    content:"";
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
    width:1px;
    height:16px;
    background:#95d13c;
}
.workflow-item:hover .workflow-tooltip{display: block; opacity: 1
}

/*=========================
    Hover
=========================*/

.workflow-item{
    transition:.3s;
}

.workflow-item:hover h3{
    color:#9BE244;
}

/*=========================
    Tablet
=========================*/

@media(max-width:1199px){

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

.workflow-item h3{
    font-size:18px;
}

.workflow-item span{
    font-size:15px;
}

.workflow-tooltip{
    width:220px;
    font-size:14px;
}

}

/*=========================
    Mobile
=========================*/

@media(max-width:991px){

.workflow-wrapper{
    flex-wrap:wrap;
    justify-content:center;
    gap:5px;
}

.workflow-item{
            width: 32.33%;
    flex:none;
}

.workflow-arrow{
    display:none;
}

.workflow-tooltip{
    position: relative;
        top: auto;
        left: 0;
        transform: none;
        width: 100%;
        display: block;
        margin-top: 10px;
        opacity: 1;
        padding: 10px;
        margin: 10px 0;
}
.workflow-section {
    padding: 50px 0;}
.workflow-tooltip::before{
    display:none;
}
.newsletter-inner a.gd-cta-btn {
    margin: 5px 0;
}
}

@media(max-width:576px){

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

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

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

.section-heading p{
    font-size:16px;
}

.workflow-item{
    width:100%;
}

.workflow-icon{
    width:58px;
    height:58px;
}



.workflow-item h3{
    font-size:20px;
}

.workflow-item span{
    font-size:15px;
}

}

/*==================================
    Industries Section
==================================*/

.industries-section{
    padding:90px 0;
    position:relative;
    background:#fff url("assets/indBg.png") center center/cover no-repeat;
}
.industries-section span.section-subtitle ,.industries-section .section-heading h2 ,.industries-section .section-heading p  {
    color: #494848;
}


/*==================================
    Heading
==================================*/


/*==================================
    Grid
==================================*/

.industries-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

/*==================================
    Card
==================================*/

.industry-card {
    background: #fff;
    border: 1.5px solid #9ed04d;
    border-radius: 18px;
    padding: 20px 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .35s;
}

.industry-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    background:#82b93b;
}

.industry-card:hover h3{
    color:#fff;
}

.industry-card:hover img{
    filter:brightness(0) invert(1);
}

/*==================================
    Icon
==================================*/

.industry-icon{
    width:62px;
    height:62px;
    margin-bottom:13px;
}

.industry-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:.3s;
}

/*==================================
    Title
==================================*/

.industry-card h3{
    font-size:18px;
    font-weight:500;
    color:#444;
    line-height:1.4;
    transition:.3s;
}

/*==================================
    Responsive
==================================*/

@media(max-width:1200px){

.industries-grid{
    grid-template-columns:repeat(4,1fr);
}

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

}

@media(max-width:991px){

.industries-grid{
    grid-template-columns:repeat(3,1fr);
}

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

.section-heading p{
    font-size:18px;
}

.industry-card{
    min-height:170px;
}

}

@media(max-width:767px){



}

@media(max-width:480px){

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

.industry-card{
    min-height:140px;
}

}


/*========================*/

.why-green{
    padding:90px 0;
}

.why-green .section-title {
    text-align: left;
}
/*========================
Counter
========================*/

.counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 45px;
    background: #F4F4F4;
}

.counter-item{
    padding:45px 20px;
    text-align:center;
    position:relative;
}

.counter-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:70px;
    background:#ddd;
}

.counter-item h3{
    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
        color: #8dbf44;
}

.counter-item p{
    font-size:16px;
    line-height:1.6;
    color:#555;
}

/*========================
Cards
========================*/

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.feature-card{
       position: relative;
    position: relative;
    transition: var(--transition);
    box-shadow: 0px 26px 49px 0px rgba(0, 0, 0, 0.15);
}

.green-top{
    height:12px;
    background:#87BE43;
}

.feature-card h3{
    font-size:22px;
    font-weight:600;
    padding:25px 25px 15px;
    color:#444;
}

.feature-card p{
  font-size: 16px;
    line-height: 1.6;
    color:#666;
    padding:0 25px 30px;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}


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




/* Accordion */
.faq-section .section-heading {
    text-align: left;
}
.faq-item{

         border: 1px solid rgba(73, 72, 72, 0.15);
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    padding:5px 10px;
}

.faq-item:last-child{
    border-bottom:1px solid #ddd;
}

.faq-question{
    width:100%;
    border:none;
    background:none;
    padding:28px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    text-align:left;


   
}

.faq-question span{
    font-size:18px;
    font-weight:500;
    color:#222;
    line-height:1.5;
}
.faq-section h2{
    font-size: 20px !important;
    font-weight: 500;
}
.faq-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#f2f2f2;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
    transition:.3s;
}

.faq-icon span{
    font-size:30px;
    font-weight:300;
    transition:.3s;
}

.faq-item.active .faq-icon{
    background:#87BE43;
    color:#fff;
}

.faq-item.active .faq-icon span {
    transform: rotate(180deg);
    filter: invert(1);
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.faq-answer p{
    padding:0 50px 20px 0;
    font-size:14px;
    line-height:1.8;
    color:#666;
}

.faq-item.active .faq-answer{
    max-height:500px;
}

/* Responsive */





.service-content,.inner-content{display:none}
.service-content.active,.inner-content.active{display:block}
.waste-tabs{display:flex;gap:30px}
.tab-menu{display:flex;flex-direction:column;gap:10px;width:450px}
.inner-tab-content {
    flex: 1;
    border: 1px solid #8ABE46;
    padding: 20px;
    border-radius: 13px;
}
button.tab-btnser {
    border: 1px solid #8ABE46;
    height: 60px;
    border-radius: 8px;
    font-size: 16px;    text-align: left;
    padding: 0 10px;
    font-weight: 500;background: #fff;
    cursor: pointer;
}
button.tab-btnser span {
    height: 30px;
    display: inline-block;
    width: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
button.tab-btnser.active {
    background: #8ABE46;
    color: white;
}
button.tab-btnser.active  span{
   background: #8ABE46; color: #fff;
}

.inner-tab-content .d-flex li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
    font-size: 14px;
}
.inner-tab-content .d-flex {
    display: flex;margin: 20px 0;
    gap: 20px;
}.newsletter-inner {
    background: #F4F4F4;
    max-width: 800px;
    margin: auto;
    padding: 60px;text-align: center;
    border-radius: 10px;
}.newsletter-inner h2 {
    font-size: 37px;
    color: #444;
    text-transform: capitalize;
    font-weight: 500;
}.newsletter-inner p {
    font-size: 18px;
    color: #000;
    margin: 20px 0;
}
.newsletter-inner .btn-circle {
    position: absolute;
    right: 6px;
}.newsletter-inner .contactBox {
    display: inline-block;
}
.newsletter{padding: 100px 0; background: url(https://greendimen.com/demo/public/assets/img/newsletter.png); background-size: cover;}
.newsletter-inner .contactBox .btn {
    width: auto;
    padding-right: 60px;
}.assessment-section{
    position:relative;
    max-width:1200px;
    margin:auto;
    min-height:620px;
}

.bg-image{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1;
    pointer-events:none;
}

.bg-image img{
    width:420px;
    opacity:.18;
}

/**/

.engineering-image {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.assessment-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

/* Flip Container */
.assessment-card {
    background-color: transparent;
    perspective: 1200px;
    height: 280px; /* Fixed standard desktop height */
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

/* Inner Flip Wrapper */
.assessment-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.25, 1, 0.35, 1);
    border-radius: 20px;
}

/* Desktop Hover & Mobile Click/Toggle */
.assessment-card:hover .assessment-card-inner,
.assessment-card.is-flipped .assessment-card-inner {
    transform: rotateY(180deg);
}

/* Common Faces */
.assessment-card-front, 
.assessment-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 24px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* 1. FRONT FACE (Only Title Centered) */
.assessment-card-front {
    background: #ffffff;
    color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform: rotateY(0deg);
}

.assessment-card-front h3 {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.35;
    text-align: center;
}

/* 2. BACK FACE (Title + Description) */
.assessment-card-back {
    background: #8abe46;
    color: #ffffff;
    transform: rotateY(180deg);
    box-shadow: 0 14px 30px rgba(138, 190, 70, 0.3);
    overflow-y: auto; /* Agar mobile par content zyada ho to cut hone se bachata hai */
    scrollbar-width: none; /* Firefox */
}

.assessment-card-back::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.assessment-card-back h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #ffffff;
    line-height: 1.3;
}

.assessment-card-back p {
    font-size: 14.5px;
    line-height: 1.55;
    width: 100%;
    margin: 0;
    color: #ffffff;
}

/* ====================================================
   MOBILE & TABLET RESPONSIVE FIX (Height & Content Fit)
==================================================== */

@media (max-width: 992px) {
    .assessment-grid {
        gap: 20px;
    }
    
    .assessment-card {
        height: 270px;
    }
}

@media (max-width: 768px) {
    .assessment-grid {
        grid-template-columns: 1fr; /* Single column */
        gap: 16px;
    }

    .assessment-card {
        height: 260px; /* Mobile safe height taaki description pura dikhe */
    }

    .assessment-card-front, 
    .assessment-card-back {
        padding: 20px 18px;
    }

    .assessment-card-front h3 {
        font-size: 18px;
    }

    .assessment-card-back h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .assessment-card-back p {
        font-size: 13.5px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .assessment-card {
        height: 250px; /* Choti mobile screen ke liye perfect */
    }

    .assessment-card-front h3 {
        font-size: 17px;
    }

    .assessment-card-back h3 {
        font-size: 16px;
    }

    .assessment-card-back p {
        font-size: 13px;
    }
}


/*========================
Responsive
========================*/


@media(max-width:991px){
    
    .tab-content{
    margin-top:30px;
    }
    .engineering-wrapper {
    /*flex-wrap: wrap;*/
}.engineering-content, .engineering-image {
    flex: auto;
}.engineering-content h2 {
        font-size: 32px;
    }.intro-text, .feature-content p {
        font-size: 15px;
        margin: 0;
    }
    .section-heading h2{
    font-size:42px;
}

.section-heading p{
    font-size:18px;
}

.faq-question span{
    font-size:18px;
}

.faq-answer p{
    font-size:17px;
}
 .section-title h2, .section-heading h2, .cta-footer h2 {
        font-size: 28px !important;
    }
    .tab-menu{width: 250px}
    button.tab-btnser {
    font-size: 13px;
    line-height: 18px;
    height: auto;
    padding: 16px 10px;
}
.solutions-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
    padding: 0 10px;
}
.solution-card h3 {
    font-size: 18px !important;
    padding: 0 20px !important;
}
.solution-card .icon {
   width: auto !important;
        height: 80px !important;
}
.solution-card-inner {
        padding: 10px;
    }
    .assessment-grid {
        grid-template-columns: repeat(1, 1fr);
    }

.bg-image{
    display:none;
}

.assessment-card{
    min-height:auto;
    padding:45px 30px;
}

.assessment-card h3{
    font-size:18px;
}
.service-tabs .container {
    overflow: auto;
    display: flex;
}.left h2 {
        font-size: 22px;
    }.left>p, .check-list li {
        font-size: 15px;
    }
.assessment-card p{
    font-size:15px;
}
.counter-wrapper{
    grid-template-columns:repeat(2,1fr);
}

.counter-item:nth-child(2)::after{
    display:none;
}

.feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }

.section-title h2{
    font-size:42px;
}
.container {
    max-width: 700px;
}    .faq-answer p {
        font-size: 15px;
        line-height: normal;
    }.faq-question {
    padding: 10px 0;
}
.faq-question span {
    font-size: 15px;
}
    .feature-card h3 {
        font-size: 15px;
    }.faq-icon {padding: 10px !important;
        width: 38px !important;
        height: 38px !important;}


    .faq-icon span {
    padding: 0 !important;
}
    .newsletter-inner h2 {
    font-size: 26px;}
.feature-card p {   font-size: 14px; padding: 0 15px 15px;}
}

@media(max-width:767px){

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

.industries-grid{
    grid-template-columns:repeat(2,1fr);
}

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

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

.section-heading p{
    font-size:16px;
}

.industry-card{
    padding:30px 15px;
    min-height:150px;
}

.industry-icon{
    width:50px;
    height:50px;
    margin-bottom:18px;
}

.industry-card h3{
    font-size:18px;
}
.why-green{
    padding:60px 0;
}

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

.section-title p{
    font-size:17px;
}

.counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin: auto;
    }

.counter-item::after{
    display:none !important;
}

.counter-item{
    border-bottom:1px solid #ddd;
}

.counter-item:last-child{
    border:none;
}

.counter-item h3{
    font-size:42px;
}
.feature-grid {
    margin: 15px auto;
    width: 90%;
}ss
.counter-item p{
    font-size:18px;
}

.feature-card h3{
    font-size:24px;
}

.feature-card p{
    font-size:16px;
}
.faq-section{
    padding:60px 0;
}

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

.section-heading p{
    font-size:16px;
}

.faq-question{
    padding:20px 0;
}

.faq-question span{
    font-size:18px;
    padding-right:15px;
}

.faq-icon{
    width:40px;
    height:40px;
}

.faq-answer p{
    padding-right:0;
    font-size:15px;
}
.hero h1, .hero-content h1 span {
        font-size: 26px !important;        margin: 10px 0;
    }
    .hero-content .d-flex.mt-3 {
    flex-wrap: wrap;
}    .feature-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 45px;
        width: 80%;
        margin: auto;
    }.section-title h2, .section-heading h2, .cta-footer h2 {
        font-size: 22px !important;
    }.engineering-section {    padding: 20px;}
        .section-title p {
        font-size: 14px;
    }.service-tabs {margin-bottom: 0;}
    .waste-tabs {flex-wrap: wrap;}
    .tab-menu {     width: 100%;    }
    .industries-section {
        padding: 0;
    }
}

@media(max-width:580px){
    .feature-card:before,.solution-card:before{display: none;}
    .solution-card {
    background: #fff;
    border-radius: 10px;
}.solutions-grid.sol-card-zigzag {
    max-width: 100%;    gap: 15px;        padding: 0 10px;
}.solution-card .icon {
        width: auto !important;
        height: 50px !important;
    }    .solution-card h3 {
        font-size: 15px !important;}
    .hero-content-outer {
        margin-top: 0;
    }.solutions-grid {        grid-template-columns: repeat(1, 1fr) !important;}
        .section-title p {margin: 0 0 15px;}
        .feature-card h3 {
        font-size: 20px;
        padding: 0;
    }.feature-card-inner {
    padding: 15px;
    border-radius: 10px;
}    .feature-card p {
        font-size: 14px;
        padding: 0;
    }    .feature-grid {
       
        gap: 15px;
        width: 100%;
        margin: auto;
        margin-top: 25px;
    }.newsletter-inner h2 {
        font-size: 20px;
    }.newsletter {
    padding: 30px 0;}
    .newsletter-inner p { font-size: 14px; margin: 9px 0;}
    .newsletter-inner{padding: 20px}
    .right_img:before{display: none;}
    .right_img img{max-width: 95%}
        .assessment-card {    min-height: auto;     padding: 20px;    }
}


@media(max-width:480px){
        .industry-icon {
        width: 40px;
        height: 30px;
        margin-bottom: 8px;
    }    .industry-card h3 {
        font-size: 14px;
        margin: 0;
    }.industry-card {
        padding: 10px;
        min-height: 90px;
        border-radius: 5px;
    }    .feature-card h3 {
        font-size: 17px;}.section-heading p {
        font-size: 14px;
        margin: 0;
    }
.inner-tab-content .d-flex {
    flex-wrap: wrap;
}.inner-tab-content .d-flex >div {
    width: 100%;
}.counter-item p {
        font-size: 13px;
    }    .counter-item h3 {
        font-size: 22px;
        margin: 0 0 5px;
    }.counter-item {
    padding: 15px;}
        .faq-question {
        padding: 10px 0;
    }    .faq-question span {font-size: 15px;}
.solutions-grid {        grid-template-columns: repeat(1, 1fr) !important;}
}

.filter-row {
   
    margin-top: 16px;
   display: block;
    box-shadow: 0px 0 16px #0000002e;
    padding: 20px;
    margin-top: -30px;
    z-index: 9;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.filter-row-outer{ display: flex;
    grid-template-columns: 1fr 300px; align-items: center;
    justify-content: space-between;
    gap: 16px;}

.search-field, .select-field { width: 100%;}
.resetOption { white-space: nowrap;}
.py-4 { padding: 50px 0;}
aside.sidebar-nav{max-height: 800px !important; }
.mt-4 {  margin-top: 20px;}
.projectsouter{padding: 50px 0;}
.projects{

    max-width:1400px;
    margin:auto;    
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.project-card{

    background:#fff;
    border-radius:18px;
    overflow:hidden;

    border:1px solid #ececec;

    box-shadow:0 5px 15px rgba(0,0,0,.06);

    transition:.35s;
}

.project-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.project-image{

    height:220px;
    overflow:hidden;
}

.project-image img{

    width:100%;
    height:100%;
    object-fit:cover;

    transition:.6s;
}

.project-card:hover img{

    transform:scale(1.08);
}

.project-content{

    padding:22px;
}

.category{

    display:inline-block;

    padding:8px 14px;

    background:#eef8dd;

    color:#78a944;

    border-radius:8px;

    font-size:13px;

    font-weight:600;

    margin-bottom:18px;
}

.project-content h3{

    font-size: 20px;
    line-height: 28px;

    color:#263238;

    font-weight:700;

    margin-bottom:10px;
}

.meta{

    display:flex;
    gap:30px;

    flex-wrap:wrap;

    margin-bottom:10px;
}

.meta span{

    color:#7b7b7b;

    font-size:15px;

    display:flex;
    align-items:center;
    gap:8px;
}

.meta i{

    color:#d2a74d;
}

.project-content p{

    color:#616161;

   font-size: 16px;
    line-height: 24px;

    margin-bottom:15px;
}

.read-more{

    text-decoration:none;

    color:#89bd46; 

    font-weight:700;

    font-size:16px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.read-more i{

    transition:.3s;
}

.project-card:hover .read-more i{

    transform:translate(4px,-4px);
}

@media(max-width:1100px){

.projects{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){


.projects{

grid-template-columns:1fr;

}

.project-content h3{

font-size:26px;

}

}.custom-pagination{
    display:flex;
    align-items:center; justify-content: center;
    gap:16px; margin: 15px 0 0;
}

.custom-pagination a,
.custom-pagination span{

    width:42px;
    height:42px;

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

    border-radius:12px;

    text-decoration:none;

    font-size:16px;
    font-weight:600;

    transition:.3s;
}

/* Number Buttons */

.page{

    color:#444;
    background:#fff;

    border:1px solid #ececec;

    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.page:hover{

    background:#8BC34A;
    color:#fff;
    border-color:#8BC34A;
}

/* Active */

.page.active{

    background:#7DB343;
    color:#fff;
    border-color:#7DB343;
}

/* Dots */

.dots{

    color:#888;
    font-weight:600;
    cursor:default;
}

/* Next */

.next{

    width:40px;
    height:40px;

    color:#7DB343;

    font-size:22px;

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

    text-decoration:none;
}

.next:hover{

    transform:translateX(4px);
}
.contact-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -100px;
    position: relative;
    z-index: 999;
    width: 100%;
    gap: 20px;
}

.contact-card{

    background:#fff;
    border-radius:18px;

    padding:30px 15px 15px;

    display:flex;
    gap:18px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;
}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.contact-card-icon{

       width: 50px;
    height: 50px;

    flex-shrink:0;

    border-radius:50%;

    background:#f3f7ea;

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

.contact-card-icon i{

    font-size:24px;
    color:#82B440;
}

.contact-card-content{

    flex:1;
}

.contact-card-content h3{

    font-size:20px;
    font-weight:700;
   
}

.contact-card-content p{

    font-size:15px;
    
}

.contact-card-content a{

    color:#4B8F35; font-size:15px; font-weight: 700;
    
}

.closed{

    margin-top:18px;
    margin-bottom:0;
}

@media(max-width:1100px){

.contact-info{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.contact-info{

grid-template-columns:1fr;

}

.contact-card{

padding:25px;

}

.contact-card-content h3{

font-size:22px;

}

.contact-card-content a{

font-size:18px;

}

.contact-card-icon{

width:60px;
height:60px;

}

.contact-card-icon i{

font-size:28px;

}

}.contact-section{

    max-width:1400px;
    margin:80px auto;

    display:grid;
    grid-template-columns:1fr 1.2fr;

    gap:60px;

    align-items:center;
}

/* Left */

.subtitle{

    color:#7BAE39;

    font-weight:700;

    font-size:14px;

    letter-spacing:1px;

    display:block;

    margin-bottom:15px;
}

.contact-left h2{

    font-size:52px;

    line-height:1.15;

    color:#1e1e1e;

    margin-bottom:25px;

    font-weight:800;
}

.contact-left p{

    color:#666;

    line-height:1.8;

    margin-bottom:35px;

    font-size:17px;
}

/* Form */

.form-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:18px;
}

.form-group{

    width:100%;
}

.form-group input,
.form-group select,
.form-group textarea{

    width:100%;

    padding:18px;

    border:1px solid #e4e4e4;

    border-radius:10px;

    font-size:15px;

    outline:none;

    transition:.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus{

    border-color:#80b53e;
}

.form-group textarea{

    height:180px;

    resize:none;
}

.full{

    margin-bottom:18px;
}

.btn-submit{

    background:rgb(138, 190, 70);

    color:#fff;

    border:none;

    padding:16px 30px;

    border-radius:8px;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    display:inline-flex;

    align-items:center;

    gap:10px;

    transition:.3s;
}

.btn-submit:hover{

    background:rgb(138, 190, 70);
}

/* Right */

.contact-right{

    position:relative;
}

.contact-right img{

    width:100%;

    border-radius:24px;

    display:block;
}

.floating-box{

    position:absolute;

    right:-20px;

    bottom:25px;

    width:340px;

    background:rgb(138, 190, 70);

    color:#fff;

    border-radius:20px;

    padding:30px;

    display:flex;

    gap:20px;

    align-items:flex-start;

    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.floating-box .icon{

    width:55px;

    height:55px;

    border-radius:50%;


    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:24px;
}

.floating-box p{

    margin:0;

    color:#fff;

    line-height:1.8;

    font-size:16px;
}

/* Responsive */

@media(max-width:992px){

.contact-section{

grid-template-columns:1fr;

gap:40px;

padding:20px;

}

.contact-left h2{

font-size:40px;

}

.floating-box{

position:static;

margin-top:20px;

width:100%;

}

}

@media(max-width:768px){

.form-grid{

grid-template-columns:1fr;

}

.contact-left h2{

font-size:34px;

}

}

.office-section{

    max-width:1400px;
    margin:70px auto;

    display:grid;
    grid-template-columns:355px 1fr 0px;

    gap:25px;
}

/* Cards */

.office-card,
.map-card,
.qr-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

/* Left */

.sub-title{

    display:block;

    color:#7DB343;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:10px;
}

.office-card h2{

    margin-bottom:20px;

}

.office-info{

    list-style:none;
}

.office-info li{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:22px;
}

.office-info i{

    color:#6FA43D;

    font-size:18px;

    margin-top:5px;
}





/* Map */

.map-card{

    padding:0;

    overflow:hidden;
}

.map-card iframe{

    width:100%;

    height:100%;

    min-height:360px;

    border:none;
}

/* QR */

.qr-card{

    text-align:center;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;
}

.qr-card h3{

      color: #7DB343;
}

.qr-card img{

    width:150px;

}



/* Responsive */

@media(max-width:1100px){

.office-section{

grid-template-columns:1fr;

}

.map-card iframe{

height:400px;

}

.qr-card{

padding:40px;

}

}