:root {
    --green: #225f12;
    --green2: #77a915;
    --dark: #071a18;
    --lime: #9cc824;
    --soft: #f4f9f1;
    --text: #101b25
}

* {
    box-sizing: border-box
}

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 15% 20%, #eef8e9, transparent 24%), #fff;
    overflow-x: hidden
}

a {
    text-decoration: none
}

.section-pad {
    padding: 45px 0
}

.glass-nav {
    padding: 12px 0;
    background: rgba(255, 255, 255, .78);
    background: linear-gradient(135deg, rgba(45, 111, 24, .16), rgba(25, 101, 157, .13));
    background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255));
    backdrop-filter: blur(18px);
       box-shadow: 0px -7px 139px;
    transition: .35s;
    z-index: 99
}

.glass-nav.scrolled {
    padding: 10px 0;
    box-shadow: 0 15px 45px rgba(20, 77, 14, .10)
}

.navbar-brand img {
    width: 170px
}

.nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #101820 !important;
    position: relative
}

.nav-link:after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: var(--green);
    transition: .3s
}

.nav-link:hover:after,
.nav-link.active:after {
    width: 24px
}

.btn-green {
    background: linear-gradient(135deg, #2b7515, #103e09);
    border: 0;
    color: #fff;
    border-radius: 999px;
    padding: 15px 16px;
    font-weight: 700;
    box-shadow: 0 15px 30px rgba(33, 95, 18, .25);
}

.btn-green:hover {
    color: #fff;
    transform: translateY(-2px)
}

.btn-light {
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 800;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08)
}

.hero-section {
    position: relative;
    padding-top: 35px
}

.hero-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0 48%, rgba(255, 255, 255, .3) 48%), radial-gradient(circle at 85% 25%, #dbeeff, transparent 22%)
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #e9f3df;
    border-radius: 999px;
    color: #234d1a;
    padding: 9px 17px;
    font-size: 13px;
    font-weight: 800
}

.hero-copy h1 {
    font-size: clamp(42px, 6vw, 55px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 24px 0 18px
}

.hero-copy h1 span {
    color: var(--green)
}

.hero-copy p {
    max-width: 540px;
    font-size: 17px;
    line-height: 1.8;
    color: #31414b
}

.hero-art {
    position: relative;
    margin-top: 20px;
    border-radius: 170px 0 0 170px;
    overflow: visible
}

.hero-art:before {
    content: "";
    position: absolute;
    inset: -27px 0 -4px -43px;
    border-radius: 190px 0 0 190px;
    background: linear-gradient(135deg, rgba(45, 111, 24, .16), rgba(25, 101, 157, .13));
    z-index: -1
}

.hero-art img {
    width: 100%;
    border-radius: 170px 0 0 170px;
    filter: saturate(1.08) contrast(1.05);
    box-shadow: 0 30px 80px rgba(13, 58, 13, .23)
}

.community-card {
    position: absolute;
    right: 17px;
    bottom: -30px;
    background: linear-gradient(135deg, rgba(7, 24, 20, .93), rgba(16, 41, 24, .94));
    color: #fff;
    border: 1px solid rgba(154, 204, 40, .5);
    border-radius: 22px;
    padding: 24px 18px;
    width: 304px;
}

.community-card i {
    font-size: 48px;
    color: var(--lime);
    float: left;
    margin-right: 16px
}

.community-card h4 {
    font-weight: 900
}

.community-card span {
    display: block;
    width: 60px;
    height: 2px;
    background: var(--lime);
    margin: 18px 0
}

.community-card p {
    font-size: 13px;
    color: #e6f1df
}

.features {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 44px
}

.features div {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 10px;
    align-items: center
}

.features i {
    grid-row: span 2;
    color: var(--green);
    font-size: 28px
}

.features b {
    font-size: 13px
}

.features small {
    font-size: 11px
}

.stats-panel {
    position: relative;
    margin: -15px auto 0;
    max-width: 1120px;
    background: linear-gradient(90deg, #0d3d13, #082414);
    border-radius: 18px;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(4, 49, 14, .28)
}

.stats-panel div {
    padding: 26px 40px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, .16)
}

.stats-panel i {
    grid-row: span 2;
    color: var(--lime);
    font-size: 36px
}

.stats-panel strong {
    font-size: 32px;
    line-height: 1;
    font-weight: 900
}

.stats-panel strong:after {
    content: "+"
}

.stats-panel strong:last-child:after {
    content: ""
}

.stats-panel span {
    font-size: 12px
}

.section-kicker {
    color: var(--green);
    font-weight: 900;
    letter-spacing: .08em
}

h2 {
    font-weight: 900;
    letter-spacing: -.7px
}

.about-section {
    background: #fff
}

.about-section p,
.why p {
    color: #4b5960;
    line-height: 1.8
}

.value-grid {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 55px rgba(10, 53, 10, .09);
    border: 1px solid #e7eee3
}

.value-card {
    padding: 36px 28px;
    border-right: 1px solid #e4e9e2;
    transition: .35s
}

.value-card:hover {
    transform: translateY(-10px);
    background: #fbfff7
}

.value-card i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #eaf4df;
    color: var(--green);
    font-size: 28px;
    margin-bottom: 26px
}

.value-card h5 {
    font-weight: 900
}

.value-card p {
    font-size: 13px
}

.value-card:after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: var(--green);
    margin-top: 18px
}

.products {
    background: linear-gradient(135deg, rgba(45, 111, 24, .16), rgba(25, 101, 157, .13));
}

#projects {
    background: #e9f3df;

}



.product-card {
    height: 100%;
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .08);
    position: relative;
    transition: .4s
}

.product-card:hover {
    transform: translateY(-12px) scale(1.015);
    box-shadow: 0 28px 65px rgba(7, 44, 20, .16)
}

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

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

.product-card .icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    /* background: #fff; */
    background: linear-gradient(135deg, #2b7515, #103e09);
    border: 6px solid #fff;
    color: white !important;
    position: absolute;
    top: 136px;
    left: 22px;
    font-size: 25px
}

.icon.green {
    color: #51a01d
}

.icon.cyan {
    color: #149c95
}

.icon.blue {
    color: #1488c6
}

.icon.orange {
    color: #e67918
}

.product-card h4 {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    padding: 48px 24px 8px
}

.product-card ul {
    padding: 0 24px 0 42px;
    margin: 0;
    min-height: 145px;
    font-size: 13px;
    line-height: 2
}

.product-card li::marker {
    content: '›  ';
    color: #17853c;
    font-weight: bold
}

.orange-list li::marker {
    color: #df7418
}

.product-card a {
    display: inline-block;
    margin: 10px 24px 24px;
    color: #24731c;
    font-weight: 900;
    font-size: 13px
}

.blue-text {
    color: #107ec1 !important
}

.orange-text {
    color: #df7418 !important
}

.industries {
    background: radial-gradient(circle at 50% -10%, rgba(126, 180, 40, .22), transparent 35%), linear-gradient(90deg, #082b0e, #031a11);
    color: #fff;
    border-radius: 0 90px 0 0;
    text-align: center;
    padding: 50px 0
}

.industries small {
    color: var(--lime);
    font-weight: 900
}

.industry-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin-top: 32px
}

.industry-row div {
    padding: 8px 22px;
    border-right: 1px solid rgba(255, 255, 255, .18)
}

.industry-row i {
    display: block;
    color: var(--lime);
    font-size: 33px;
    margin-bottom: 10px
}

.industry-row b {
    font-size: 13px
}

.video-card {
    position: relative;
    border-radius: 70px 0 0 0;
    overflow: hidden;
    min-height: 260px;
    color: #fff;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .18)
}

.video-card img {
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
    filter: brightness(.75)
}

.video-card h4 {
    position: absolute;
    left: 28px;
    top: 44px;
    font-weight: 900
}

.play {
    position: absolute;
    left: 28px;
    bottom: 26px;
    width: 64px;
    height: 64px;
    border: 2px solid var(--lime);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 32px;
    background: rgba(12, 57, 14, .7)
}

.pill-grid {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 28px
}

.pill-grid span {
    background: #f3f7f1;
    border: 1px solid #e2ebdd;
    border-radius: 10px;
    padding: 13px 22px;
    font-weight: 800;
    font-size: 13px
}

.pill-grid i {
    color: var(--green);
    font-size: 22px;
    margin-right: 8px
}

.cta {
    background: url(../img/footer_leaves.png) center / cover, linear-gradient(90deg, #154b0a, #2b7619);
    padding: 45px 0;
    color: #fff;
    background-position: 88% 21%;
    background-repeat: no-repeat;
}

.cta .container-xl {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.cta h2 {
    font-size: 39px
}

.cta p {
    color: #eaf5e2
}

footer {
    background: linear-gradient(110deg, #061517, #082516);
    color: #c9d6ca;
    padding: 50px 0 16px
}

.foot-logo {
    width: 165px;
    filter: brightness(1.15)
}

footer h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 18px
}

footer a {
    display: block;
    color: #c9d6ca;
    margin-bottom: 8px;
    font-size: 13px
}

footer p {
    font-size: 13px;
    line-height: 2.1;
}

.social i {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #1d6113;
    border-radius: 50%;
    margin-right: 8px
}

.copyright {
    border-top: 1px solid rgba(157, 199, 50, .28);
    margin-top: 30px;
    padding-top: 16px;
    font-size: 14px;
    text-align: center;
}

.copyright span {
    float: right
}

.top-btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    background: var(--green);
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    opacity: 0;
    transform: translateY(20px);
    transition: .3s;
    z-index: 100
}

.top-btn.show {
    opacity: 1;
    transform: none
}

.floaty {
    animation: floaty 4s ease-in-out infinite
}

.pulse {
    animation: pulse 1.8s infinite
}

@keyframes floaty {
    50% {
        transform: translateY(-12px)
    }
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 18px rgba(156, 200, 36, .12)
    }
}

.cursor-glow {
    position: fixed;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(126, 180, 40, .14), transparent 60%);
    pointer-events: none;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.leaf {
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 35% 35%, #cfe8bf, #fff0 70%);
    filter: blur(8px);
    animation: floaty 6s ease-in-out infinite
}

.leaf-1 {
    left: -30px;
    bottom: 25%
}

.leaf-2 {
    right: 20px;
    bottom: 20%
}

@media(max-width:991px) {

    .stats-panel,
    .value-grid,
    .industry-row {
        grid-template-columns: 1fr 1fr
    }

    .hero-section:before {
        background: #fff
    }

    .community-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -80px;
        margin-left: auto
    }

    .cta .container-xl {
        display: block
    }

    .copyright span {
        float: none;
        display: block;
        margin-top: 8px
    }
}

@media(max-width:575px) {

    .stats-panel,
    .value-grid,
    .industry-row {
        grid-template-columns: 1fr 1fr;
    }

    .stats-panel {
        margin-top: 20px
    }

    .hero-copy h1 {
        font-size: 42px
    }

    .section-pad {
        padding: 55px 0
    }

    .navbar-brand img {
        width: 135px
    }
}

/* Enhanced responsive intro and testimonials sections */
.about-intro {
    position: relative;
    background: linear-gradient(135deg, #f8fcf5 0%, #fff 48%, #eff8e8 100%);
    overflow: hidden
}

.about-intro:before {
    content: "";
    position: absolute;
    right: -120px;
    top: 40px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(119, 169, 21, .18), transparent 68%)
}

.intro-visual {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(11, 55, 16, .18);
    min-height: 390px
}

.intro-visual img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
    transition: .7s
}

.intro-visual:hover img {
    transform: scale(1.06)
}

.intro-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: rgba(7, 26, 24, .9);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(156, 200, 36, .5);
    border-radius: 20px;
    color: #fff;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 12px;
    min-width: 205px
}

.intro-badge i {
    grid-row: span 2;
    color: var(--lime);
    font-size: 36px
}

.intro-badge strong {
    font-size: 18px
}

.intro-badge span {
    font-size: 12px;
    color: #dfeeda
}

.intro-list {
    display: grid;
    gap: 14px;
    margin: 24px 0
}

.intro-list div {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2ebdd;
    border-radius: 16px;
    padding: 15px 17px;
    box-shadow: 0 12px 30px rgba(14, 74, 14, .06);
    transition: .3s
}

.intro-list div:hover {
    transform: translateX(8px);
    border-color: rgba(119, 169, 21, .55)
}

.intro-list i {
    color: var(--green);
    font-size: 22px
}

.intro-list span {
    font-weight: 700;
    color: #31414b;
    font-size: 14px;
    line-height: 1.6
}

.testimonials {
    background: radial-gradient(circle at 20% 15%, #eaf6df, transparent 28%), linear-gradient(#fff, #f8fcf4);
    position: relative;
    overflow: hidden
}

.testimonials .text-center p {
    max-width: 680px;
    color: #506066;
    line-height: 1.75
}

.testimonial-card {
    height: 100%;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(14px);
    border: 1px solid #dfe9da;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 22px 55px rgba(9, 58, 17, .1);
    position: relative;
    overflow: hidden;
    transition: .4s
}

.testimonial-card:before {
    content: '“';
    position: absolute;
    right: 24px;
    top: -18px;
    font-size: 118px;
    font-weight: 900;
    color: rgba(119, 169, 21, .12);
    line-height: 1
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(9, 58, 17, .17)
}

.stars {
    color: #77a915;
    letter-spacing: 3px;
    margin-bottom: 16px;
    font-size: 17px
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #33434a;
    min-height: 110px
}

.client {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px
}

.client i {
    font-size: 42px;
    color: var(--green)
}

.client b {
    display: block;
    font-weight: 900;
    color: #12222a
}

.client span {
    font-size: 12px;
    color: #68767b
}

.testimonials .carousel {
    padding: 0 55px 54px
}

.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 43%;
    border-radius: 50%;
    background: linear-gradient(135deg, #2b7515, #103e09);
    opacity: 1
}

.testimonials .carousel-control-prev {
    left: 0
}

.testimonials .carousel-control-next {
    right: 0
}

.testimonials .carousel-indicators {
    bottom: 0;
    margin-bottom: 0
}

.testimonials .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green)
}

@media(max-width:1199px) {
    .navbar-nav {
        gap: .55rem !important
    }

    .nav-link {
        font-size: 13px
    }

    .hero-copy h1 {
        letter-spacing: -1px
    }

    .stats-panel div {
        padding: 24px 24px
    }

    .product-card h4 {
        font-size: 17px
    }

    .product-card ul {
        min-height: 160px
    }
}

@media(max-width:991px) {
    .glass-nav {
        padding: 12px 0
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, .96);
        border: 1px solid #e4ecd9;
        border-radius: 20px;
        padding: 16px;
        margin-top: 12px;
        box-shadow: 0 20px 45px rgba(12, 57, 14, .12)
    }

    .hero-section {
        padding-top: 95px
    }

    .hero-art,
    .hero-art img {
        border-radius: 44px
    }

    .hero-art:before {
        border-radius: 56px;
        inset: -18px
    }

    .features {
        gap: 16px
    }

    .stats-panel {
        max-width: 100%;
        margin: 20px auto 0
    }

    .about-section .col-lg-4 {
        text-align: center
    }

    .intro-visual,
    .intro-visual img {
        min-height: 320px
    }

    .industry-row div:nth-child(even) {
        border-right: 0
    }

    .cta .container-xl {
        text-align: center
    }

    .cta .btn {
        margin-top: 16px
    }

    .testimonials .carousel {
        padding: 0 50px 52px
    }

    .testimonial-extra-md {
        display: none
    }
}

@media(max-width:767px) {
    .hero-section .row {
        min-height: auto !important;
        padding-bottom: 45px
    }

    .hero-copy {
        text-align: center
    }

    .hero-copy p {
        margin-left: auto;
        margin-right: auto
    }

    .hero-copy .d-flex,
    .features {
        justify-content: center
    }

    .features div {
        background: #fff;
        border: 1px solid #e1ecd9;
        border-radius: 15px;
        padding: 12px 14px;
        box-shadow: 0 10px 28px rgba(11, 55, 16, .07)
    }

    .stats-panel div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14)
    }

    .value-grid {
        border-radius: 20px
    }

    .product-card img {
        height: 210px
    }

    .industries {
        border-radius: 0 45px 0 0
    }

    .video-card {
        border-radius: 40px 0 0 0
    }

    .intro-badge {
        left: 18px;
        right: 18px;
        bottom: 18px
    }

    .testimonial-extra-sm {
        display: none
    }

    .testimonials .carousel {
        padding: 0 0 50px
    }

    .testimonials .carousel-control-prev,
    .testimonials .carousel-control-next {
        display: none
    }

    .testimonial-card p {
        min-height: auto
    }

    .cta h2 {
        font-size: 31px
    }

    footer {
        text-align: center
    }

    .social {
        margin-bottom: 14px
    }

    .product-card .icon {

        top: 185px;
        left: 22px;
        font-size: 25px;
    }

    .pill-grid {
        display: grid;
        gap: 18px;
        flex-wrap: wrap;
        margin-top: 28px;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media(max-width:575px) {
    body {
        background: #fff
    }

    .hero-copy h1 {
        font-size: 38px
    }

    .eyebrow {
        font-size: 11px;
        padding: 8px 13px
    }

    .btn-lg {
        font-size: 14px;
        padding: 12px 18px;
        border: 1px solid;
    }

    .community-card {
        width: 100%;
        margin-top: -45px
    }

    .stats-panel strong {
        font-size: 28px
    }

    .product-card h4 {
        padding-top: 50px
    }

    .intro-list div:hover {
        transform: none
    }

    .section-kicker {
        font-size: 12px
    }

    .testimonials h2,
    .about-intro h2 {
        font-size: 28px
    }

    .copyright {
        font-size: 12px
    }
}

/* Requested refinements */
.nav-link {
    display: inline-block
}

.nav-link:after {
    left: 8px;
    bottom: 2px;
    width: 0;
    max-width: 50%;
    height: 3px;
    border-radius: 99px
}

.nav-link:hover:after,
.nav-link.active:after {
    width: 50%
}

.dropdown-toggle::after {
    vertical-align: .12em
}

.navbar .dropdown-toggle.nav-link:after {
    max-width: 42%;
    width: 0
}

.navbar .dropdown-toggle.nav-link:hover:after,
.navbar .dropdown-toggle.nav-link.active:after {
    width: 42%
}

.about-section {
    position: relative;
    overflow: hidden
}

.about-section:before {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -160px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(119, 169, 21, .12), transparent 68%)
}

.about-section .col-lg-4,
.value-grid {
    position: relative;
    z-index: 1
}

.about-section .col-lg-4 {
    transition: .45s ease
}

.about-section .col-lg-4:hover {
    transform: translateY(-6px)
}

.value-card {
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.value-card:before {
    content: "";
    position: absolute;
    inset: auto -40px -90px -40px;
    height: 120px;
    background: radial-gradient(circle at 50% 0, rgba(119, 169, 21, .22), transparent 70%);
    opacity: 0;
    transition: .45s;
    z-index: -1
}

.value-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: linear-gradient(180deg, #fff, #f8fff2);
    box-shadow: 0 24px 58px rgba(20, 86, 13, .13)
}

.value-card:hover:before {
    opacity: 1;
    transform: translateY(-25px)
}

.value-card:hover i {
    transform: rotate(10deg) scale(1.12);
    box-shadow: 0 16px 28px rgba(34, 95, 18, .18)
}

.value-card i,
.value-card h5,
.value-card p {
    transition: .35s
}

.value-card:hover h5 {
    color: var(--green)
}

.value-card:after {
    transition: .35s
}

.value-card:hover:after {
    width: 58px;
    background: var(--lime)
}

.testimonial-swiper-wrap {
    position: relative;
    padding: 0 64px 58px
}

.testimonialSwiper {
    overflow: hidden
}

.testimonialSwiper .swiper-wrapper {
    align-items: stretch
}

.testimonialSwiper .swiper-slide {
    height: auto
}

.testimonial-card {
    min-height: 100%
}

.testimonial-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 5;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #2b7515, #103e09);
    color: #fff;
    font-size: 28px;
    display: grid;
    place-items: center;
    box-shadow: 0 16px 32px rgba(16, 62, 9, .28);
    transition: .3s
}

.testimonial-arrow:hover {
    transform: translateY(-50%) scale(1.08)
}

.testimonial-prev {
    left: 0
}

.testimonial-next {
    right: 0
}

.testimonial-pagination {
    bottom: 0 !important
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--green);
    opacity: .45
}

.testimonial-pagination .swiper-pagination-bullet-active {
    height: 28px;
    border-radius: 99px;
    opacity: 1
}

.testimonialSwiper {
    cursor: grab
}

.testimonialSwiper:active {
    cursor: grabbing
}

@media(max-width:991px) {
    .nav-link:after {
        bottom: 0
    }

    .testimonial-swiper-wrap {
        padding: 0 48px 54px
    }

    .testimonial-arrow {
        width: 44px;
        height: 44px;
        font-size: 24px
    }

    .value-card:hover {
        transform: translateY(-8px) scale(1.01)
    }
}



.copyright {
    border-top: 1px solid rgba(157, 199, 50, .28);
    margin-top: 30px;
    padding-top: 16px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.copyright a {
    display: inline;
    color: inherit;
    text-decoration: none;
}





@media(max-width:767px) {
    .testimonial-swiper-wrap {
        padding: 0 0 50px
    }

    .testimonial-arrow {
        display: none
    }

    .value-grid {
        gap: 14px;
        border: 0;
        background: transparent;
        box-shadow: none
    }

    .value-card {
        border: 1px solid #e4e9e2;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 16px 38px rgba(10, 53, 10, .08)
    }

    .copyright {
        border-top: 1px solid rgba(157, 199, 50, .28);
        margin-top: 30px;
        padding-top: 16px;
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
        padding-bottom: 60px;
    }

    .copyright a {
        white-space: nowrap;
    }
}



html,
body {
    overflow-x: hidden !important;
    max-width: 100%;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


@media (max-width: 768px) {
    .about-floating-card {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        max-width: 100%;
    }

    .hero-art {
        position: relative;
        margin-top: 61px;
        border-radius: 170px 0 0 170px;
        overflow: visible;
    }

    .community-card h4 {
        font-weight: 900;
        font-size: 18px;
    }

    .hide {
        display: none;
    }

    .mobile-top {
        margin-top: 20px;
    }

    .community-card {
        padding: 13px 18px;
        position: relative;
        right: 6%;
        bottom: -17px;
        width: 59%;
        margin-top: -80px;
        margin-left: auto;

    }

    .stats-panel strong {
        font-size: 25px;
    }

    .navbar .dropdown-toggle.nav-link:after {
        display: none;
    }

}


.overflow-safe-section {
    overflow-x: hidden;
    width: 100%;
}

/* Inner page system - extends approved home design without changing the visual identity */
.stats-panel div:last-child strong:after {
    content: "";
}

footer .social a {
    display: inline-block;
    margin: 0;
}

footer .footer-inline-link {
    display: inline;
    color: #dcebd7;
    margin: 0;
}

footer .footer-inline-link:hover {
    color: var(--lime);
}

.dropdown-menu {
    border: 1px solid #e4ecd9;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 20px 45px rgba(12, 57, 14, .12);
}

.dropdown-item {
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #17261f;
    padding: 10px 14px;
}

.dropdown-item:hover {
    background: #edf7e7;
    color: var(--green);
}

.inner-hero {
    position: relative;
    overflow: hidden;
    padding: 155px 0 75px;
    background: radial-gradient(circle at 82% 20%, rgba(119, 169, 21, .18), transparent 30%), radial-gradient(circle at 15% 15%, rgba(25, 101, 157, .12), transparent 25%), linear-gradient(135deg, #fbfff7 0%, #fff 52%, #eef8e9 100%);
}

.inner-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .92) 0 45%, rgba(255, 255, 255, .26) 45% 100%);
    pointer-events: none;
}

.inner-hero .container-xl {
    position: relative;
    z-index: 1;
}

.breadcrumb-lite {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #e9f3df;
    color: #234d1a;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.breadcrumb-lite a {
    color: #234d1a;
}

.inner-hero h1 {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.8px;
    margin-bottom: 18px;
}

.inner-hero h1 span {
    color: var(--green);
}

.inner-hero p {
    max-width: 670px;
    color: #31414b;
    font-size: 17px;
    line-height: 1.8;
}

.inner-hero-visual {
    position: relative;
    min-height: 360px;
    border-radius: 42px 0 42px 0;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(13, 58, 13, .18);
    background: linear-gradient(135deg, rgba(45, 111, 24, .18), rgba(25, 101, 157, .12));
}

.inner-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.04);
    transition: .7s;
}

.inner-hero-visual.product-art {
    display: grid;
    place-items: center;
    padding: 40px;
}

.inner-hero-visual.product-art img {
    width: min(78%, 380px);
    min-height: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 32px rgba(11, 55, 16, .18));
}

.inner-hero-visual:hover img {
    transform: scale(1.04);
}

.hero-floating-card {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(7, 26, 24, .9);
    color: #fff;
    border: 1px solid rgba(156, 200, 36, .48);
    border-radius: 20px;
    padding: 18px 20px;
    min-width: 220px;
    backdrop-filter: blur(16px);
}

.hero-floating-card i {
    color: var(--lime);
    font-size: 32px;
    margin-right: 10px;
}

.hero-floating-card b {
    display: block;
    font-weight: 900;
}

.hero-floating-card span {
    display: block;
    font-size: 12px;
    color: #e6f1df;
}

.hero-mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-mini-stats div {
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 18px;
    padding: 16px 18px;
    min-width: 140px;
    box-shadow: 0 14px 35px rgba(7, 44, 20, .08);
}

.hero-mini-stats strong {
    display: block;
    color: var(--green);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.hero-mini-stats span {
    display: block;
    color: #526067;
    font-size: 12px;
    font-weight: 800;
    margin-top: 5px;
}

.section-subtitle {
    max-width: 750px;
    margin: 0 auto;
    color: #506066;
    line-height: 1.75;
}

.content-panel {
    background: #fff;
    border: 1px solid #e2ebdd;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 20px 55px rgba(10, 53, 10, .08);
}

.content-panel h3,
.content-panel h4 {
    font-weight: 900;
}

.content-panel p {
    color: #4b5960;
    line-height: 1.8;
}

.check-list {
    display: grid;
    gap: 13px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    gap: 12px;
    color: #33434a;
    font-weight: 700;
    line-height: 1.55;
}

.check-list li i {
    color: var(--green);
    font-size: 21px;
    flex: 0 0 auto;
}

.service-card,
.solution-card,
.process-card,
.faq-soft-card,
.contact-card {
    height: 100%;
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .08);
    transition: .38s;
    position: relative;
    overflow: hidden;
}

.service-card:before,
.solution-card:before,
.process-card:before,
.contact-card:before {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(119, 169, 21, .18), transparent 70%);
    transition: .4s;
}

.service-card:hover,
.solution-card:hover,
.process-card:hover,
.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 65px rgba(7, 44, 20, .14);
}

.service-card:hover:before,
.solution-card:hover:before,
.process-card:hover:before,
.contact-card:hover:before {
    transform: scale(1.25);
}

.card-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2b7515, #103e09);
    color: #fff;
    font-size: 27px;
    margin-bottom: 20px;
    box-shadow: 0 14px 28px rgba(33, 95, 18, .18);
}

.service-card h4,
.solution-card h4,
.process-card h4,
.contact-card h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
}

.service-card p,
.solution-card p,
.process-card p,
.contact-card p {
    color: #506066;
    line-height: 1.72;
    font-size: 14px;
    margin-bottom: 0;
}

.service-card a,
.solution-card a {
    color: var(--green);
    font-size: 13px;
    font-weight: 900;
    display: inline-block;
    margin-top: 18px;
}

.soft-bg {
    background: linear-gradient(135deg, rgba(45, 111, 24, .12), rgba(25, 101, 157, .08));
}

.dark-band {
    background: radial-gradient(circle at 50% -10%, rgba(126, 180, 40, .22), transparent 35%), linear-gradient(90deg, #082b0e, #031a11);
    color: #fff;
}

.dark-band p {
    color: #dfeeda;
}

.dark-band .section-kicker {
    color: var(--lime);
}

.dark-band .solution-card {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    color: #fff;
    backdrop-filter: blur(10px);
}

.dark-band .solution-card p {
    color: #dfeeda;
}

.dark-band .card-icon {
    background: rgba(156, 200, 36, .16);
    border: 1px solid rgba(156, 200, 36, .4);
    color: var(--lime);
}

.solution-image {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    min-height: 390px;
    box-shadow: 0 30px 80px rgba(11, 55, 16, .16);
}

.solution-image img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
    transition: .7s;
    filter: saturate(1.08) contrast(1.04);
}

.solution-image:hover img {
    transform: scale(1.06);
}

.image-note {
    position: absolute;
    left: 22px;
    bottom: 22px;
    right: 22px;
    background: rgba(7, 26, 24, .88);
    color: #fff;
    border: 1px solid rgba(156, 200, 36, .45);
    border-radius: 18px;
    padding: 18px;
    backdrop-filter: blur(14px);
}

.image-note b {
    display: block;
    font-weight: 900;
}

.image-note span {
    color: #dfeeda;
    font-size: 13px;
}

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

.equipment-item {
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 18px;
    padding: 21px;
    box-shadow: 0 14px 35px rgba(7, 44, 20, .07);
    transition: .35s;
}

.equipment-item:hover {
    transform: translateY(-7px);
    border-color: rgba(119, 169, 21, .55);
}

.equipment-item i {
    color: var(--green);
    font-size: 30px;
    margin-bottom: 14px;
    display: inline-block;
}

.equipment-item h5 {
    font-size: 16px;
    font-weight: 900;
}

.equipment-item p {
    color: #506066;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

.step-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.step-timeline:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: #dcebd4;
}

.step-box {
    position: relative;
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: start;
}

.step-no {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2b7515, #103e09);
    color: #fff;
    border-radius: 50%;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(33, 95, 18, .20);
}

.step-content {
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 18px;
    padding: 21px;
    box-shadow: 0 14px 35px rgba(7, 44, 20, .07);
}

.step-content h5 {
    font-weight: 900;
    margin-bottom: 8px;
}

.step-content p {
    color: #506066;
    line-height: 1.65;
    margin: 0;
    font-size: 14px;
}

.accordion.biogics-faq .accordion-item {
    border: 1px solid #dfe8dd;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 12px 30px rgba(7, 44, 20, .06);
}

.accordion.biogics-faq .accordion-button {
    font-weight: 900;
    color: #12222a;
    padding: 18px 22px;
}

.accordion.biogics-faq .accordion-button:not(.collapsed) {
    background: #edf7e7;
    color: var(--green);
    box-shadow: none;
}

.accordion.biogics-faq .accordion-body {
    color: #506066;
    line-height: 1.75;
}

.contact-card a {
    color: #17261f;
    font-weight: 800;
}

.contact-card a:hover {
    color: var(--green);
}

.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea {
    border: 1px solid #dfe8dd;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 14px;
    box-shadow: none;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 .2rem rgba(34, 95, 18, .12);
}

.map-placeholder {
    min-height: 330px;
    border-radius: 28px;
    overflow: hidden;
    background: radial-gradient(circle at 70% 20%, rgba(119, 169, 21, .28), transparent 30%), linear-gradient(135deg, #0d3d13, #082414);
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 35px;
    box-shadow: 0 25px 70px rgba(4, 49, 14, .24);
}

.map-placeholder i {
    color: var(--lime);
    font-size: 54px;
    margin-bottom: 14px;
}

.map-placeholder h3 {
    font-weight: 900;
}

.map-placeholder p {
    color: #dfeeda;
    max-width: 560px;
    margin: 0 auto;
}

.product-overview-card {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 100%;
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .08);
    transition: .38s;
}

.product-overview-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 65px rgba(7, 44, 20, .14);
}

.product-overview-card img {
    width: 118px;
    height: 95px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 14px 18px rgba(7, 44, 20, .12));
}

.product-overview-card h4 {
    font-size: 18px;
    font-weight: 900;
}

.product-overview-card p {
    color: #506066;
    line-height: 1.65;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-overview-card a {
    color: var(--green);
    font-weight: 900;
    font-size: 13px;
}

.gallery-strip {
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr;
    gap: 18px;
}

.gallery-strip img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .09);
}

.gallery-strip img:nth-child(2) {
    height: 320px;
}

@media(max-width:1199px) {
    .equipment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:991px) {
    .inner-hero {
        padding: 125px 0 60px;
    }

    .inner-hero:before {
        background: rgba(255, 255, 255, .84);
    }

    .inner-hero-visual,
    .inner-hero-visual img {
        min-height: 310px;
    }

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

    .gallery-strip {
        grid-template-columns: 1fr;
    }

    .gallery-strip img,
    .gallery-strip img:nth-child(2) {
        height: 260px;
    }
}

@media(max-width:767px) {
    .inner-hero {
        text-align: center;
        padding-top: 112px;
    }

    .inner-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-mini-stats {
        justify-content: center;
    }

    .hero-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -55px 18px 0;
        text-align: left;
    }

    .content-panel {
        padding: 24px;
        border-radius: 22px;
    }

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

    .product-overview-card {
        display: block;
        text-align: center;
    }

    .product-overview-card img {
        margin-bottom: 18px;
    }

    .step-timeline:before {
        left: 23px;
    }

    .step-box {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .step-no {
        width: 48px;
        height: 48px;
    }
}

@media(max-width:575px) {
    .inner-hero h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hero-mini-stats div {
        min-width: 130px;
        padding: 14px;
    }

    .hero-mini-stats strong {
        font-size: 25px;
    }

    .service-card,
    .solution-card,
    .process-card,
    .contact-card {
        padding: 22px;
    }
}

/* Clean inner page title section - updated client-ready layout */
.page-title-section {
    position: relative;
    overflow: hidden;
    padding: 145px 0 64px;
    background:
        radial-gradient(circle at 12% 20%, rgba(119, 169, 21, .20), transparent 26%),
        radial-gradient(circle at 88% 18%, rgba(25, 101, 157, .13), transparent 28%),
        linear-gradient(135deg, #fbfff7 0%, #ffffff 52%, #eef8e9 100%);
}

.page-title-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .66));
    pointer-events: none;
}

.page-title-section:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -72px;
    transform: translateX(-50%);
    width: min(980px, 92%);
    height: 150px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(135deg, rgba(34, 95, 18, .10), rgba(119, 169, 21, .08));
    filter: blur(.2px);
}

.page-title-box {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(223, 232, 221, .92);
    border-radius: 34px;
    padding: 34px 38px 38px;
    box-shadow: 0 28px 75px rgba(7, 44, 20, .10);
    backdrop-filter: blur(18px);
}

.page-title-box .breadcrumb-lite {
    margin-bottom: 18px;
}

.page-title-box .section-kicker {
    margin-bottom: 12px;
}

.page-title-box h1 {
    font-size: clamp(34px, 4.7vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.6px;
    margin: 0 auto 16px;
    color: var(--text);
    max-width: 880px;
}

.page-title-box h1 span {
    color: var(--green);
}

.page-title-box p {
    max-width: 780px;
    margin: 0 auto;
    color: #31414b;
    font-size: 16.5px;
    line-height: 1.8;
}

.page-title-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

@media(max-width:991px) {
    .page-title-section {
        padding: 125px 0 52px;
    }

    .page-title-box {
        padding: 30px 25px 32px;
        border-radius: 28px;
    }
}

@media(max-width:575px) {
    .page-title-section {
        padding: 112px 0 42px;
    }

    .page-title-box {
        padding: 24px 18px 28px;
        border-radius: 24px;
    }

    .page-title-box h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

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



/* Updated inner page title with background image */
.page-title-section.page-title-bg {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: end;
    padding: 150px 0 74px;
    background-image: linear-gradient(90deg, rgba(3, 26, 17, .82) 0%, rgba(8, 43, 14, .62) 46%, rgba(8, 43, 14, .28) 100%), var(--title-bg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.page-title-section.page-title-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 25%, rgba(156, 200, 36, .26), transparent 28%), linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .20));
    pointer-events: none;
}

.page-title-section.page-title-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--green), var(--lime), rgba(255, 255, 255, .65));
}

.page-title-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    color: #fff;
}

.page-title-content .breadcrumb-lite {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .24);
    backdrop-filter: blur(12px);
}

.page-title-content .breadcrumb-lite a,
.page-title-content .breadcrumb-lite span,
.page-title-content .breadcrumb-lite i {
    color: #fff;
}

.page-title-content .section-kicker {
    display: inline-block;
    color: var(--lime);
    margin-bottom: 12px;
}

.page-title-content h1 {
    font-size: clamp(42px, 5.5vw, 72px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0;
    color: #fff;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .28);
}

/* Projects gallery */
.gallery-intro-card {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 24px;
    padding: 22px 24px;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .08);
}

.gallery-intro-card i {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2b7515, #103e09);
    color: #fff;
    font-size: 26px;
}

.gallery-intro-card strong {
    display: block;
    font-weight: 900;
    color: #10231d;
}

.gallery-intro-card span {
    display: block;
    color: #506066;
    font-size: 14px;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 18px;
}

.project-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #dfe8dd;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .10);
    background: #fff;
}

.project-gallery-item.tall {
    grid-row: span 2;
}

.project-gallery-item.wide {
    grid-column: span 2;
}

.project-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .65s;
    filter: saturate(1.08) contrast(1.04);
}

.project-gallery-item:nth-child(n+6) img {
    object-fit: cover;
    /* padding: 38px; */
    background: linear-gradient(135deg, #f4f9f1, #fff);
}

.project-gallery-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, .72) 100%);
    z-index: 1;
}

.project-gallery-item span {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-gallery-item:hover img {
    transform: scale(1.08);
}

.project-gallery-modal .modal-content {
    background: rgba(7, 26, 24, .96);
    border: 1px solid rgba(156, 200, 36, .35);
    border-radius: 28px;
    overflow: hidden;
    padding: 14px;
}

.project-gallery-modal .carousel-item img {
    height: min(78vh, 720px);
    object-fit: contain;
    background: #06110e;
    border-radius: 18px;
}

.gallery-close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 9;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 12px;
}

/* Redesigned industries page */
.industries-modern-section {
    background: #fff;
}

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

.industry-modern-card {
    min-height: 250px;
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .08);
    transition: .38s;
    position: relative;
    overflow: hidden;
}

.industry-modern-card:after {
    content: "";
    position: absolute;
    right: -76px;
    top: -76px;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(119, 169, 21, .18), transparent 70%);
}

.industry-modern-card>i,
.industry-modern-content i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2b7515, #103e09);
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    box-shadow: 0 14px 28px rgba(33, 95, 18, .18);
}

.industry-modern-card h4 {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 12px;
}

.industry-modern-card p {
    color: #506066;
    line-height: 1.72;
    font-size: 14px;
    margin: 0;
}

.industry-modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 65px rgba(7, 44, 20, .14);
}

.industry-modern-card.featured {
    grid-row: span 2;
    padding: 0;
    color: #fff;
    min-height: 522px;
}

.industry-modern-card.featured img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.62) saturate(1.08);
    transition: .65s;
}

.industry-modern-card.featured:hover img {
    transform: scale(1.06);
}

.industry-modern-content {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    background: rgba(7, 26, 24, .82);
    border: 1px solid rgba(156, 200, 36, .45);
    border-radius: 22px;
    padding: 24px;
    backdrop-filter: blur(14px);
}

.industry-modern-card.featured h4,
.industry-modern-card.featured p {
    color: #fff;
}

.industry-solution-matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.industry-solution-matrix div {
    background: #fff;
    border: 1px solid #dfe8dd;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(7, 44, 20, .08);
}

.industry-solution-matrix span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e9f3df;
    color: var(--green);
    font-weight: 900;
    margin-bottom: 14px;
}

.industry-solution-matrix h5 {
    font-weight: 900;
}

.industry-solution-matrix p {
    color: #506066;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.industry-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.industry-check-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    padding: 16px 18px;
    color: #fff;
    font-weight: 800;
}

.industry-check-list i {
    color: var(--lime);
    font-size: 21px;
}

/* Contact map and WhatsApp */
.contact-address-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #f4f9f1;
    border: 1px solid #dfe8dd;
    border-radius: 20px;
    padding: 18px;
    margin-top: 22px;
}

.contact-address-box>i {
    color: var(--green);
    font-size: 30px;
}

.contact-address-box h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.contact-address-box p {
    margin: 0;
    font-size: 14px;
}

.google-map-box {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(4, 49, 14, .18);
    border: 1px solid #dfe8dd;
    min-height: 430px;
}

.google-map-box iframe {
    width: 100%;
    height: 430px;
    display: block;
    border: 0;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 100;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    box-shadow: 0 18px 45px rgba(37, 211, 102, .38);
    animation: whatsappPulse 1.8s infinite;
}

.floating-whatsapp i {
    font-size: 31px;
    line-height: 1;
}

.floating-whatsapp span {
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%);
    background: #071a18;
    color: #fff;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    white-space: nowrap;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: translateY(-4px);
}

.floating-whatsapp:hover span {
    opacity: 1;
    visibility: visible;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .45), 0 18px 45px rgba(37, 211, 102, .38);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0), 0 18px 45px rgba(37, 211, 102, .38);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 18px 45px rgba(37, 211, 102, .38);
    }
}

@media(max-width:1199px) {
    .project-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

@media(max-width:991px) {
    .page-title-section.page-title-bg {
        min-height: 330px;
        padding: 128px 0 56px;
    }

    .project-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 210px;
    }

    .industry-modern-card.featured {
        grid-row: auto;
        min-height: 400px;
        grid-column: span 2;
    }
}

@media(max-width:575px) {
    .page-title-section.page-title-bg {
        min-height: 285px;
        padding: 112px 0 44px;
    }

    .page-title-content h1 {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .project-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 235px;
    }

    .project-gallery-item.wide,
    .project-gallery-item.tall {
        grid-column: auto;
        grid-row: auto;
    }

    .industry-modern-grid,
    .industry-solution-matrix {
        grid-template-columns: 1fr;
    }

    .industry-modern-card.featured {
        grid-column: auto;
        min-height: 380px;
    }

    .google-map-box,
    .google-map-box iframe {
        min-height: 340px;
        height: 340px;
    }

    .floating-whatsapp {
        right: 18px;
        bottom: 84px;
        width: 56px;
        height: 56px;
    }

    .floating-whatsapp i {
        font-size: 28px;
    }
}


/* Client requested fixes: premium hover dropdown, visible page title image, left WhatsApp */
.products-dropdown {
    position: relative;
}

.product-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}

.product-menu-toggle i {
    font-size: 12px;
    transition: .28s ease;
}

.products-dropdown:hover .product-menu-toggle i {
    transform: rotate(180deg);
}

.product-mega-dropdown {
    width: min(650px, 92vw);
    padding: 16px;
    border: 1px solid rgba(223, 232, 221, .95);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 75px rgba(7, 44, 20, .18);
    backdrop-filter: blur(18px);
}

.product-mega-dropdown:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translateX(-50%) rotate(45deg);
    background: rgba(255, 255, 255, .96);
    border-left: 1px solid rgba(223, 232, 221, .95);
    border-top: 1px solid rgba(223, 232, 221, .95);
}

.product-mega-head,
.product-mega-link {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: #14221a;
    border-radius: 18px;
    transition: .28s ease;
}

.product-mega-head {
    padding: 16px 18px;
    margin-bottom: 12px;
    background: linear-gradient(135deg, rgba(34, 95, 18, .10), rgba(156, 200, 36, .14));
    border: 1px solid rgba(156, 200, 36, .22);
}

.product-mega-head span,
.product-mega-link>i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #2b7515, #103e09);
    color: #fff;
    box-shadow: 0 12px 24px rgba(33, 95, 18, .20);
}

.product-mega-head strong,
.product-mega-link strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px;
}

.product-mega-head small,
.product-mega-link small {
    display: block;
    color: #52625c;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 600;
}

.product-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.product-mega-link {
    padding: 15px;
    border: 1px solid rgba(223, 232, 221, .9);
    background: #fff;
}

.product-mega-head:hover,
.product-mega-link:hover {
    color: var(--green);
    transform: translateY(-3px);
    background: #f4f9f1;
    box-shadow: 0 16px 34px rgba(7, 44, 20, .10);
}

@media (min-width: 992px) {
    .navbar .products-dropdown .product-mega-dropdown {
        display: block;
        top: calc(100% + 1px);
        left: 50%;
        transform: translateX(-50%) translateY(12px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    }

    .navbar .products-dropdown:hover .product-mega-dropdown,
    .navbar .products-dropdown .product-mega-dropdown.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }
}

.page-title-section.page-title-bg {
    min-height: 420px;
    align-items: center;
    padding: 158px 0 86px;
    background-image: linear-gradient(90deg, rgba(4, 28, 18, .62) 0%, rgba(4, 28, 18, .34) 46%, rgba(4, 28, 18, .10) 100%), var(--title-bg) !important;
    background-size: cover !important;
    background-position: center center !important;
}

.page-title-section.page-title-bg:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .16));
}

.page-title-content.page-title-only {
    max-width: 100%;
    text-align: left;
}

.page-title-content.page-title-only h1 {
    display: inline-block;
    position: relative;
    padding: 0 0 18px;
}

.page-title-content.page-title-only h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 86px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lime), #fff);
}

.floating-whatsapp {
    left: 22px;
    right: auto;
    bottom: 92px;
}

.floating-whatsapp span {
    left: 72px;
    right: auto;
}

@media(max-width:991px) {
    .product-mega-dropdown {
        width: 100%;
        border-radius: 18px;
        padding: 12px;
        box-shadow: none;
        margin-top: 10px;
    }

    .product-mega-dropdown:before {
        display: none;
    }

    .product-mega-grid {
        grid-template-columns: 1fr;
    }

    .product-mega-head,
    .product-mega-link {
        padding: 13px;
    }

    .page-title-section.page-title-bg {
        min-height: 330px;
        padding: 128px 0 60px;
    }
}

@media(max-width:575px) {
    .page-title-section.page-title-bg {
        min-height: 300px;
        padding: 112px 0 48px;
    }

    .page-title-content.page-title-only h1 {
        font-size: 38px;
    }

    .floating-whatsapp {
        left: 18px;
        right: auto;
        bottom: 84px;
    }

    .floating-whatsapp span {
        left: 66px;
        right: auto;
    }
}

/* Client requested final title background visibility + breadcrumb */
.page-title-section.page-title-bg {
    min-height: 430px !important;
    display: flex !important;
    align-items: center !important;
    padding: 152px 0 82px !important;
    background-image: linear-gradient(90deg, rgba(3, 22, 13, .66) 0%, rgba(3, 22, 13, .36) 42%, rgba(3, 22, 13, .06) 100%), var(--title-bg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.page-title-section.page-title-bg:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .10)) !important;
}

.page-title-section.page-title-bg:after {
    height: 7px !important;
    background: linear-gradient(90deg, var(--lime), var(--green), rgba(255, 255, 255, .6)) !important;
}

.page-title-content.page-title-only {
    max-width: 860px !important;
    text-align: left !important;
}

.page-title-content.page-title-only .title-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 11px 18px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .32);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(10px);
}

.page-title-content.page-title-only .title-breadcrumb a,
.page-title-content.page-title-only .title-breadcrumb span,
.page-title-content.page-title-only .title-breadcrumb i {
    color: #fff !important;
    font-weight: 700;
}

.page-title-content.page-title-only h1 {
    color: #fff !important;
    text-shadow: 0 16px 42px rgba(0, 0, 0, .42);
}

/* About page mission, vision and values image grid */
.mv-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf0 100%);
}

.mv-image-grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    grid-template-rows: repeat(2, 280px);
    gap: 24px;
}

.mv-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 280px;
    box-shadow: 0 24px 70px rgba(14, 56, 22, .13);
    border: 1px solid rgba(255, 255, 255, .55);
}

.mv-card-large {
    grid-row: span 2;
}

.mv-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform .7s ease;
}

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

.mv-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06) 0%, rgba(4, 42, 18, .78) 100%);
    z-index: 1;
}

.mv-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

.mv-card-content span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(165, 224, 47, .22);
    border: 1px solid rgba(255, 255, 255, .24);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.mv-card-content h3 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: clamp(24px, 2.2vw, 34px);
}

.mv-card-content p {
    color: rgba(255, 255, 255, .88);
    margin: 0;
    line-height: 1.7;
}

@media(max-width: 991px) {
    .page-title-section.page-title-bg {
        min-height: 350px !important;
        padding: 128px 0 60px !important;
    }

    .mv-image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .mv-card,
    .mv-card-large {
        grid-row: auto;
        min-height: 320px;
    }
}

@media(max-width: 575px) {
    .page-title-section.page-title-bg {
        min-height: 310px !important;
        padding: 112px 0 48px !important;
    }

    .page-title-content.page-title-only .title-breadcrumb {
        margin-bottom: 16px;
        padding: 9px 14px;
        font-size: 13px;
    }

    .mv-card {
        border-radius: 22px;
        min-height: 300px;
    }

    .mv-card-content {
        padding: 22px;
    }
}

/* Final compact inner page title - requested background assets/img/54159.jpg */
body:not(.home-page) .page-title-section.page-title-bg {
    min-height: 285px !important;
    padding: 100px 0 42px !important;
    display: flex !important;
    align-items: center !important;
    background-image: linear-gradient(90deg, rgba(5, 21, 12, .72) 0%, rgba(5, 21, 12, .42) 44%, rgba(5, 21, 12, .12) 100%), var(--title-bg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body:not(.home-page) .page-title-section.page-title-bg:before {
    background: rgba(0, 0, 0, .03) !important;
}

body:not(.home-page) .page-title-section.page-title-bg:after {
    height: 6px !important;
}

body:not(.home-page) .page-title-content.page-title-only {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    text-align: left !important;
}

body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 11px 18px !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .38) !important;
    border: 1px solid rgba(255, 255, 255, .25) !important;
    backdrop-filter: blur(10px) !important;
}

body:not(.home-page) .page-title-content.page-title-only h1 {
    margin: 0 !important;
    line-height: 1.05 !important;
    font-size: clamp(42px, 5.2vw, 72px) !important;
    color: #fff !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .42) !important;
}

body:not(.home-page) .page-title-content.page-title-only h1:after {
    margin-top: 13px !important;
    width: 92px !important;
    height: 5px !important;
}

@media (max-width: 991px) {
    body:not(.home-page) .page-title-section.page-title-bg {
        min-height: 250px !important;
        padding: 92px 0 36px !important;
        background-position: center center !important;
    }

    body:not(.home-page) .page-title-content.page-title-only {
        gap: 14px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1 {
        font-size: 44px !important;
    }
}

@media (max-width: 767px) {
    body:not(.home-page) .page-title-section.page-title-bg {
        min-height: 225px !important;
        padding: 82px 0 32px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only {
        display: block !important;
    }

    body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb {
        display: inline-flex !important;
        margin-bottom: 14px !important;
        padding: 9px 14px !important;
        font-size: 13px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1 {
        font-size: 36px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1:after {
        width: 72px !important;
        height: 4px !important;
        margin-top: 10px !important;
    }
}

/* Final clean inner page title layout - requested layout change */
body:not(.home-page) .page-title-section.page-title-bg {
    min-height: 235px !important;
    padding: 118px 0 42px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    background-image:
        linear-gradient(90deg, rgba(8, 34, 18, .78) 0%, rgba(8, 34, 18, .58) 36%, rgba(8, 34, 18, .18) 72%, rgba(8, 34, 18, .08) 100%),
        var(--title-bg) !important;
    background-size: cover !important;
    background-position: center 52% !important;
    background-repeat: no-repeat !important;
}

body:not(.home-page) .page-title-section.page-title-bg:before {
    display: none !important;
}

body:not(.home-page) .page-title-section.page-title-bg:after {
    height: 5px !important;
    background: linear-gradient(90deg, var(--green), rgba(165, 222, 42, .15)) !important;
}

body:not(.home-page) .page-title-content.page-title-only {
    width: auto !important;
    max-width: 780px !important;
    display: block !important;
    text-align: left !important;
    padding: 0 !important;
}

body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 12px 0 !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .16) !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16) !important;
    backdrop-filter: blur(10px) !important;
}

body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb a,
body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb span,
body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb i {
    color: #fff !important;
}

body:not(.home-page) .page-title-content.page-title-only h1 {
    display: inline-block !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(40px, 5vw, 64px) !important;
    line-height: .98 !important;
    letter-spacing: -2px !important;
    text-shadow: 0 14px 34px rgba(0, 0, 0, .42) !important;
}

body:not(.home-page) .page-title-content.page-title-only h1:after {
    content: '' !important;
    display: block !important;
    width: 94px !important;
    height: 5px !important;
    margin-top: 14px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--green), #fff) !important;
}

@media (max-width: 991px) {
    body:not(.home-page) .page-title-section.page-title-bg {
        min-height: 215px !important;
        padding: 104px 0 36px !important;
        background-position: center center !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1 {
        font-size: 42px !important;
    }
}

@media (max-width: 767px) {
    body:not(.home-page) .page-title-section.page-title-bg {
        min-height: 200px !important;
        padding: 92px 0 32px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only {
        max-width: 100% !important;
    }

    body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb {
        margin-bottom: 10px !important;
        padding: 8px 13px !important;
        font-size: 12px !important;
        gap: 7px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1 {
        font-size: 34px !important;
        letter-spacing: -1px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1:after {
        width: 68px !important;
        height: 4px !important;
        margin-top: 10px !important;
    }
}

/* FINAL TITLE SECTION FIX - direct image, clean alignment, responsive */
body:not(.home-page) .page-title-section.page-title-bg {
    position: relative !important;
    min-height: 300px !important;
    padding: 118px 0 46px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    background-image:
        linear-gradient(90deg, rgba(5, 23, 13, .70) 0%, rgba(5, 23, 13, .46) 38%, rgba(5, 23, 13, .12) 70%, rgba(255, 255, 255, .04) 100%),
        url('../img/54159.jpg') !important;
    background-size: cover !important;
    background-position: center 58% !important;
    background-repeat: no-repeat !important;
}

body:not(.home-page) .page-title-section.page-title-bg::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(circle at left center, rgba(10, 75, 22, .22), transparent 46%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

body:not(.home-page) .page-title-section.page-title-bg::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, var(--green), var(--lime), rgba(255, 255, 255, .15)) !important;
    z-index: 1 !important;
}

body:not(.home-page) .page-title-section.page-title-bg .container-xl {
    position: relative !important;
    z-index: 2 !important;
}

body:not(.home-page) .page-title-content.page-title-only {
    width: 100% !important;
    max-width: 760px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb {
    order: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 9px 16px !important;
    border-radius: 50px !important;
    background: rgba(0, 0, 0, .38) !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
    backdrop-filter: blur(8px) !important;
    line-height: 1 !important;
}

body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb a,
body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb span,
body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb i {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body:not(.home-page) .page-title-content.page-title-only h1 {
    order: 2 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: clamp(42px, 5vw, 48px) !important;
    line-height: 1 !important;
    letter-spacing: -2px !important;
    text-align: left !important;
    text-shadow: 0 16px 35px rgba(0, 0, 0, .45) !important;
}

body:not(.home-page) .page-title-content.page-title-only h1::after {
    content: '' !important;
    display: block !important;
    width: 86px !important;
    height: 5px !important;
    margin-top: 14px !important;
    border-radius: 50px !important;
    background: linear-gradient(90deg, var(--lime), #ffffff) !important;
}

@media (max-width: 991px) {
    body:not(.home-page) .page-title-section.page-title-bg {
        min-height: 225px !important;
        padding: 106px 0 38px !important;
        background-position: center center !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1 {
        font-size: 44px !important;
        letter-spacing: -1px !important;
    }
}

@media (max-width: 575px) {
    body:not(.home-page) .page-title-section.page-title-bg {
        min-height: 205px !important;
        padding: 96px 0 32px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only {
        gap: 10px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb {
        padding: 8px 13px !important;
        gap: 7px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb a,
    body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb span,
    body:not(.home-page) .page-title-content.page-title-only .title-breadcrumb i {
        font-size: 12px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1 {
        font-size: 34px !important;
    }

    body:not(.home-page) .page-title-content.page-title-only h1::after {
        width: 66px !important;
        height: 4px !important;
        margin-top: 10px !important;
    }
}



body:not(.home-page) .page-title-content.page-title-only h1::after {
    display: none !important;
}

.project-gallery-item span {
    display: none;
}

@media (max-width: 575px) {
    .testimonials h2, .about-intro h2 {
        font-size: 23px;
        font-weight: 700;
    }
     .service-card {
        text-align: center;
    }

    .service-card .card-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
    }

    .service-card h4,
    .service-card p {
        text-align: center;
    }
    .h5, h5 {
    font-size: 1.05rem;
    font-weight: 800 !important;
}
    .cta h2 {
        font-size: 24px;
    }
    .h2, h2 {
    font-size: calc(1.125rem + .9vw);
}
h2 {
    font-weight: 800;
    letter-spacing: -.7px;
}
.check-list li {
    display: flex;
    gap: 12px;
    color: #33434a;
    font-weight: 700;
    line-height: 1.55;
    font-size: 14px;
}
.equipment-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .equipment-item i {
        margin: 0 auto 15px;
        display: block;
    }

    .equipment-item h5,
    .equipment-item p {
        text-align: center;
    }

      .solution-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .solution-card .card-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
    }

    .solution-card h4,
    .solution-card p {
        text-align: center;
    }

    .industry-modern-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .industry-modern-card i {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
    }

    .industry-modern-card h4,
    .industry-modern-card p {
        text-align: center;
    }

     .industry-solution-matrix > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .industry-solution-matrix > div span {
        margin-bottom: 15px;
    }

    .industry-solution-matrix > div h5,
    .industry-solution-matrix > div p {
        text-align: center;
    }
    .industry-modern-content{
        display: none;
    }
     .waste-coloumn {
        text-align: center;
    }

    .waste-coloumn .btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto 0;
    }
     .contact-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-card .card-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
    }

    .contact-card h4,
    .contact-card p,
    .contact-card p a {
        text-align: center;
    }
    
    
    .value-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .value-grid .value-card {
        width: calc(50% - 10px);
        max-width: 180px;
    }

    /* Center the last card */
    .value-grid .value-card:last-child {
        margin-left: auto;
        margin-right: auto;
    }
}