:root {
    --primary: #159A13;
    --dark-green: #001B70;
    --light-green: #E8FBE5;
    --accent: #0089D6;
    --logo-green: #30B400;
    --logo-blue: #003399;
    --water-blue: #00AEEF;
    --white: #FFFFFF;
    --text: #111827;
    --muted: #5b6778;
    --line: rgba(17, 24, 39, .1);
    --shadow: 0 22px 70px rgba(0, 27, 112, .14);
    --radius: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f8fbf9;
    line-height: 1.65;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; height: auto; }

.navbar {
    padding: 18px 0;
    background: transparent;
    transition: all .25s ease;
}

.premium-nav .container {
    padding: 0;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(14, 122, 61, .1);
    border-radius: 8px;
    box-shadow: 0 18px 55px rgba(17, 24, 39, .075);
    backdrop-filter: blur(20px);
}

.navbar.scrolled {
    padding: 8px 0;
}

.navbar.scrolled .container {
    box-shadow: 0 14px 42px rgba(17, 24, 39, .12);
}

.navbar-brand img {
    display: block;
}

.brand-logo {
    width: 244px;
    height: auto;
    max-height: 76px;
    object-fit: contain;
    border-radius: 8px;
}

.navbar-collapse {
    margin-right: 10px;
}

.nav-shell {
    gap: 22px;
    padding: 20px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.nav-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    color: #1f2937;
    font-weight: 800;
    font-size: .93rem;
    line-height: 1;
    position: relative;
    padding: .75rem 0 !important;
    border-radius: 0;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.nav-link:hover {
    color: var(--primary);
    background: transparent;
}

.nav-link.active {
    color: var(--primary);
    background: transparent;
    box-shadow: none;
}

.nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}

.nav-link:hover::before,
.nav-link.active::before {
    transform: scaleX(1);
}

.nav-link.active::after { display: none; }

.dropdown-toggle::after {
    margin-left: .45rem;
    vertical-align: middle;
}

.service-menu {
    width: min(860px, calc(100vw - 32px));
    padding: 18px;
    margin-top: 18px;
    border: 1px solid rgba(14, 122, 61, .12);
    border-top: 4px solid var(--primary);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 28px 80px rgba(17, 24, 39, .14);
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,249,.98)),
        radial-gradient(circle at 90% 0, rgba(34,197,94,.12), transparent 32%);
}

.service-menu-feature {
    padding: 18px 20px;
    margin-bottom: 14px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(6, 95, 70, .98), rgba(14, 122, 61, .92)),
        radial-gradient(circle at 90% 0, rgba(209,250,229,.35), transparent 30%);
    border-radius: 6px;
}

.service-menu-feature:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--accent));
}

.service-menu-feature strong,
.service-menu-feature span {
    display: block;
}

.service-menu-feature span {
    color: rgba(255,255,255,.78);
    font-size: .86rem;
}

.service-menu-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 14px;
    margin: 3px 0;
    border-radius: 6px;
    border: 1px solid transparent;
    white-space: normal;
}

.service-menu-item span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    background:
        linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(14,122,61,.18);
}

.service-menu-item strong {
    display: block;
    color: var(--text);
    font-size: .94rem;
}

.service-menu-item small {
    display: block;
    color: var(--muted);
    line-height: 1.35;
}

.service-menu-item:hover {
    background: #eefbf4;
    border-color: rgba(14, 122, 61, .12);
    transform: translateX(4px);
}

.nav-cta .btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding-inline: 1.05rem;
    border-radius: 0;
}

.btn {
    border-radius: 8px;
    font-weight: 800;
    padding: .78rem 1.15rem;
}

.btn-brand {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), #e56027);
    border: 0;
    box-shadow: 0 14px 32px rgba(14, 122, 61, .23);
}

.btn-brand:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(14, 122, 61, .3);
}

.hero,
.page-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(110deg, rgb(101, 20, 23), rgb(134, 93, 37) 48%, rgba(14, 122, 61, .42)), radial-gradient(circle at 80% 20%, rgba(34, 197, 94, .35), transparent 32%), linear-gradient(135deg, #fbba60, #111827);
}

.hero { min-height: 760px; }

.hero::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, #000, transparent);
    opacity: .7;
}

.hero-slider,
.hero-slider .carousel-inner,
.hero-slider .carousel-item,
.hero-slide {
    min-height: 760px;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: stretch;
}

.hero-slide-bg,
.hero-slide-overlay {
    position: absolute;
    inset: 0;
}

.hero-slide-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
}

.hero-slide-overlay {
    background:
        linear-gradient(92deg, rgba(1, 23, 18, .88) 0%, rgba(3, 46, 34, .74) 45%, rgba(3, 46, 34, .3) 100%),
        radial-gradient(circle at 78% 22%, rgba(69, 211, 122, .24), transparent 28%);
}

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

.hero-slider-control {
    width: 84px;
    opacity: 1;
}

.hero-slider-control:hover .hero-slider-icon,
.hero-slider-control:focus .hero-slider-icon {
    transform: scale(1.06);
    background: rgba(255,255,255,.24);
}

.hero-slider-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: rgba(3, 46, 34, .42);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 48px rgba(0,0,0,.22);
    transition: transform .25s ease, background-color .25s ease;
}

.hero-slider-icon svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

.hero-carousel-shell {
    --card-gap: 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-carousel-viewport {
    overflow: hidden;
}

.hero-carousel-track {
    display: flex;
    gap: var(--card-gap);
    transition: transform .7s ease;
    will-change: transform;
}

.hero-card {
    position: relative;
    flex: 0 0 calc((100% - (var(--card-gap) * 3)) / 4);
    min-height: 360px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 22px 60px rgba(0,0,0,.24);
}

.hero-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

.hero-card-copy {
    position: absolute;
    inset: auto 0 0;
    padding: 20px 18px 18px;
    z-index: 1;
}

.hero-card-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 1.32rem;
    line-height: 1.15;
}

.hero-card-copy p {
    margin: 0 0 8px;
    color: rgba(255,255,255,.82);
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.hero-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
}

.hero-nav-prev {
    left: -16px;
}

.hero-nav-next {
    right: -16px;
}

.hero-nav .hero-slider-icon {
    width: 58px;
    height: 58px;
}

.hero-home2 {
    min-height: auto;
    padding: 138px 0 84px;
}

.hero-home2-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(0, 17, 74, .92), rgba(3, 46, 34, .76) 52%, rgba(0, 0, 0, .34)),
        radial-gradient(circle at 18% 14%, rgba(232, 251, 229, .16), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(0, 174, 239, .18), transparent 22%);
    z-index: 0;
}

.hero-home2-shell {
    position: relative;
    z-index: 1;
}

.hero-home2-carousel {
    margin-bottom: 34px;
}

.hero-home2-card {
    min-height: 400px;
}

.hero-home2-card img {
    min-height: 400px;
}

.hero-home2-copy {
    width: 100%;
    max-width: none;
    padding: 28px 32px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--radius);
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 60px rgba(0,0,0,.16);
}

.hero-home2-copy h1 {
    max-width: none;
    margin-bottom: 1rem;
    font-size: clamp(2.1rem, 4.2vw, 3.7rem);
}

.page-home2 .hero-home2::before {
    opacity: .38;
}

@keyframes slowSpin {
    to { transform: rotate(360deg); }
}

@keyframes floatPanel {
    50% { transform: translateY(-14px); }
}

@keyframes meterPulse {
    50% { width: 94%; }
}

.hero .container,
.page-hero .container { position: relative; z-index: 1; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    color: #bfffd8;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eyebrow.dark { color: var(--primary); }

.hero h1,
.page-hero h1 {
    max-width: 780px;
    margin: 0 0 1.2rem;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: .95;
    font-weight: 900;
}

.hero p,
.page-hero p {
    max-width: 690px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-panel {
    margin-left: auto;
    max-width: 390px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(20px);
    border-radius: var(--radius);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
}

.panel-metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.panel-metric:last-child { border-bottom: 0; }

.panel-metric strong { font-size: 2rem; line-height: 1; }
.panel-metric span { color: rgba(255,255,255,.77); text-align: right; }

.page-hero {
    min-height: 470px;
    display: flex;
    align-items: center;
    padding-top: 110px;
}

.about-page-hero {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .84), rgba(3, 46, 34, .62) 52%, rgba(0, 0, 0, .24)),
        url("../images/banners/about-water-treatment-plant.jpg") center/cover no-repeat;
}

.contact-hero {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .86), rgba(3, 46, 34, .64) 54%, rgba(0, 0, 0, .28)),
        url("../images/banners/contact-water-treatment-plant.jpg") center/cover no-repeat;
}

.service-hero-air-pollution-control {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .88), rgba(3, 46, 34, .66) 54%, rgba(0, 0, 0, .32)),
        url("../images/banners/service-air-pollution-control.jpg") center/cover no-repeat;
}

.service-hero-industrial-wastewater-treatment {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .86), rgba(3, 46, 34, .64) 54%, rgba(0, 0, 0, .28)),
        url("../images/banners/service-industrial-wastewater-treatment.jpg") center/cover no-repeat;
}

.service-hero-sewage-treatment-plants {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .84), rgba(3, 46, 34, .62) 54%, rgba(0, 0, 0, .24)),
        url("../images/banners/service-sewage-treatment-plants.jpg") center/cover no-repeat;
}

.service-hero-continuous-emission-monitoring {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .88), rgba(3, 46, 34, .68) 54%, rgba(0, 0, 0, .3)),
        url("../images/banners/service-continuous-emission-monitoring.jpg") center/cover no-repeat;
}

.service-hero-continuous-effluent-monitoring {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .88), rgba(3, 46, 34, .66) 54%, rgba(0, 0, 0, .3)),
        url("../images/banners/service-continuous-effluent-monitoring.jpg") center/cover no-repeat;
}

.service-hero-waste-recovery-recycling {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .86), rgba(3, 46, 34, .64) 54%, rgba(0, 0, 0, .28)),
        url("../images/banners/service-waste-recovery-recycling.jpg") center/cover no-repeat;
}

.about-hero-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    width: min(22vw, 190px);
    aspect-ratio: 1;
    transform: translateY(-35%);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    box-shadow: 0 28px 80px rgba(0,0,0,.18);
    backdrop-filter: blur(18px);
}

.about-hero-icon svg {
    width: 76%;
    height: 76%;
    overflow: visible;
}

.about-hero-icon-ring {
    fill: none;
    stroke: rgba(255,255,255,.32);
    stroke-width: 4;
    stroke-dasharray: 8 8;
}

.about-hero-icon-drop {
    fill: rgba(0, 137, 214, .9);
}

.about-hero-icon-leaf {
    fill: rgba(232, 251, 229, .95);
}

.about-hero-icon-check {
    fill: none;
    stroke: #fff;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section { padding: 96px 0; }
.section-soft { background: linear-gradient(180deg, #eefbf4, #fff); }

.section-heading {
    max-width: 790px;
    margin-bottom: 38px;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.05;
    font-weight: 900;
    color: var(--text);
}

h3 { font-weight: 850; }

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

.feature-card,
.service-card,
.value-card,
.premium-service-card,
.contact-form,
.contact-panel,
.trust-card {
    border: 1px solid rgba(14, 122, 61, .11);
    background: rgba(255, 255, 255, .86);
    border-radius: var(--radius);
    box-shadow: 0 12px 44px rgba(17, 24, 39, .06);
}

.feature-card {
    padding: 28px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover,
.service-card:hover,
.premium-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.icon-badge,
.service-icon,
.premium-icon {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), #F8B85E);
    border-radius: 8px;
}

.service-svg-icon {
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-svg-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
    transition: transform .25s ease;
}

.service-card:hover .service-svg-icon {
    transform: translateY(-4px) rotate(-4deg);
    box-shadow: 0 16px 34px rgba(0,137,214,.24);
}

.service-card:hover .service-svg-icon svg {
    transform: scale(1.08);
}

.feature-card h3,
.service-card h3,
.premium-service-card h2 { font-size: 1.25rem; margin-bottom: .8rem; }

.feature-card p,
.service-card p,
.premium-service-card p,
.value-card p,
.trust-card p { color: var(--muted); margin-bottom: 0; }

.service-card {
    height: 100%;
    padding: 30px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card-visual {
    margin: -12px -12px 24px;
}

.service-card-visual.compact .service-visual {
    min-height: 190px;
}

.service-image-visual .service-visual {
    background-position: center;
    background-size: cover;
}

.service-image-visual .service-visual-air {
    background-image:
        linear-gradient(135deg, rgba(0, 17, 74, .74), rgba(6, 95, 70, .5)),
        url("../images/banners/service-air-pollution-control.jpg");
}

.service-image-visual .service-visual-water {
    background-image:
        linear-gradient(135deg, rgba(0, 17, 74, .72), rgba(6, 95, 70, .52)),
        url("../images/banners/service-industrial-wastewater-treatment.jpg");
}

.service-image-visual .service-visual-stp {
    background-image:
        linear-gradient(135deg, rgba(0, 17, 74, .7), rgba(6, 95, 70, .5)),
        url("../images/banners/service-sewage-treatment-plants.jpg");
}

.service-image-visual .service-visual-cems {
    background-image:
        linear-gradient(135deg, rgba(0, 17, 74, .76), rgba(6, 95, 70, .54)),
        url("../images/banners/service-continuous-emission-monitoring.jpg");
}

.service-image-visual .service-visual-ocems {
    background-image:
        linear-gradient(135deg, rgba(0, 17, 74, .78), rgba(6, 95, 70, .56)),
        url("../images/banners/service-continuous-effluent-monitoring.jpg");
}

.service-image-visual .service-visual-recovery {
    background-image:
        linear-gradient(135deg, rgba(0, 17, 74, .74), rgba(6, 95, 70, .52)),
        url("../images/banners/service-waste-recovery-recycling.jpg");
}

.service-image-visual .service-visual-om {
    background-image:
        linear-gradient(135deg, rgba(0, 17, 74, .76), rgba(6, 95, 70, .54)),
        url("../images/banners/contact-water-treatment-plant.jpg");
}

.service-card a,
.premium-service-card a,
.link-arrow {
    display: inline-flex;
    margin-top: 1.3rem;
    color: var(--primary);
    font-weight: 900;
}

.service-card a::after,
.premium-service-card a::after,
.link-arrow::after {
    content: "->";
    margin-left: .45rem;
    transition: transform .2s ease;
}

.service-card:hover a::after,
.premium-service-card:hover a::after,
.link-arrow:hover::after { transform: translateX(4px); }

.stats-band,
.dark-section {
    padding: 78px 0;
    color: #fff;
    background:
        radial-gradient(circle at 20% 10%, rgba(34, 197, 94, .32), transparent 30%), linear-gradient(135deg, #E55F28, #621416);
}

.stat-item {
    padding: 24px;
    border-radius: var(--radius);
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.14);
}

.stat-item strong {
    display: block;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.stat-item span { color: rgba(255,255,255,.82); font-weight: 700; }

.industry-cloud,
.capability-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.industry-cloud span,
.capability-list span,
.footer-badges span {
    display: inline-flex;
    padding: 12px 18px;
    border: 1px solid rgba(14, 122, 61, .16);
    background: #fff;
    border-radius: 8px;
    color: var(--dark-green);
    font-weight: 850;
    box-shadow: 0 10px 30px rgba(17, 24, 39, .05);
}

.cta-band { padding: 0 0 96px; }

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 56px;
    color: #fff;
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(6, 95, 70, .96), rgba(14, 122, 61, .9)),
        radial-gradient(circle at 85% 15%, rgba(209, 250, 229, .38), transparent 28%);
    box-shadow: var(--shadow);
}

.cta-inner h2 { color: #fff; }
.cta-inner p { margin-bottom: 0; color: rgba(255,255,255,.82); }

.project-advisory-cta {
    background:
        linear-gradient(110deg, rgba(0, 17, 74, .88), rgba(3, 46, 34, .7) 54%, rgba(0, 0, 0, .32)),
        url("../images/banners/service-industrial-wastewater-treatment.jpg") center/cover no-repeat;
}

.service-detail-cta {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-cta-air-pollution-control {
    background-image:
        linear-gradient(110deg, rgba(0, 17, 74, .88), rgba(3, 46, 34, .7) 54%, rgba(0, 0, 0, .34)),
        url("../images/banners/service-air-pollution-control.jpg");
}

.service-cta-industrial-wastewater-treatment {
    background-image:
        linear-gradient(110deg, rgba(0, 17, 74, .86), rgba(3, 46, 34, .68) 54%, rgba(0, 0, 0, .3)),
        url("../images/banners/service-industrial-wastewater-treatment.jpg");
}

.service-cta-sewage-treatment-plants {
    background-image:
        linear-gradient(110deg, rgba(0, 17, 74, .84), rgba(3, 46, 34, .66) 54%, rgba(0, 0, 0, .28)),
        url("../images/banners/service-sewage-treatment-plants.jpg");
}

.service-cta-continuous-emission-monitoring {
    background-image:
        linear-gradient(110deg, rgba(0, 17, 74, .88), rgba(3, 46, 34, .7) 54%, rgba(0, 0, 0, .32)),
        url("../images/banners/service-continuous-emission-monitoring.jpg");
}

.service-cta-continuous-effluent-monitoring {
    background-image:
        linear-gradient(110deg, rgba(0, 17, 74, .88), rgba(3, 46, 34, .7) 54%, rgba(0, 0, 0, .32)),
        url("../images/banners/service-continuous-effluent-monitoring.jpg");
}

.service-cta-waste-recovery-recycling {
    background-image:
        linear-gradient(110deg, rgba(0, 17, 74, .86), rgba(3, 46, 34, .68) 54%, rgba(0, 0, 0, .3)),
        url("../images/banners/service-waste-recovery-recycling.jpg");
}

.testimonial-wrap {
    padding: 54px 78px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

blockquote { margin: 0; text-align: center; }
blockquote p { font-size: clamp(1.3rem, 3vw, 2rem); color: var(--text); font-weight: 750; }
blockquote cite { color: var(--primary); font-weight: 850; font-style: normal; }

.image-card {
    min-height: 440px;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    color: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 46, 34, .05), rgba(3, 46, 34, .86)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='650' viewBox='0 0 900 650'%3E%3Crect width='900' height='650' fill='%23E8FBE5'/%3E%3Cpath d='M0 520c120-80 190-90 320-30 160 75 300-30 580-50v210H0z' fill='%230089D6' opacity='.55'/%3E%3Cg fill='%23001B70' opacity='.78'%3E%3Crect x='500' y='250' width='80' height='220'/%3E%3Crect x='605' y='180' width='55' height='290'/%3E%3Crect x='675' y='320' width='130' height='150'/%3E%3Crect x='520' y='215' width='36' height='35'/%3E%3Cpath d='M430 470h420v54H430z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23159A13' stroke-width='16' opacity='.8'%3E%3Ccircle cx='250' cy='450' r='86'/%3E%3Ccircle cx='150' cy='465' r='48'/%3E%3C/g%3E%3C/svg%3E") center/cover;
    box-shadow: var(--shadow);
}

.image-card-content {
    padding: 24px;
    width: 100%;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: var(--radius);
}

.image-card-content strong { display: block; font-size: 1.4rem; }
.image-card-content span { color: rgba(255,255,255,.78); }

.value-card { padding: 36px; height: 100%; }

.value-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.value-title h2 {
    margin: 0;
}

.value-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(14,122,61,.18);
}

.value-icon svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
}

.process-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

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

.process-line article {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 12px 44px rgba(17,24,39,.06);
}

.process-line span {
    color: var(--accent);
    font-size: 2.2rem;
    font-weight: 900;
}

.process-line .approach-icon {
    width: 58px;
    height: 58px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(14,122,61,.18);
}

.approach-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.trust-card {
    height: 100%;
    padding: 32px;
    background: rgba(255,255,255,.09);
    border-color: rgba(255,255,255,.16);
}

.trust-card h3 { color: #fff; }
.trust-card p { color: rgba(255,255,255,.78); }

.key-persons-hero {
    background:
        linear-gradient(110deg, rgba(0, 27, 112, .94), rgba(6, 95, 70, .74) 54%, rgba(0, 137, 214, .42)),
        radial-gradient(circle at 82% 18%, rgba(232, 251, 229, .28), transparent 32%),
        linear-gradient(135deg, #00114A, #064e3b);
}

.leadership-stack {
    display: grid;
    gap: 34px;
}

.leader-profile {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: 38px;
    align-items: stretch;
    padding: 28px;
    border: 1px solid rgba(14, 122, 61, .11);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.leader-profile:nth-child(even) .leader-photo {
    order: 2;
}

.leader-photo {
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--radius);
    background: #e5eef0;
}

.leader-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.leader-content {
    align-self: center;
    padding: 14px 10px;
}

.leader-content h2 {
    margin-bottom: .45rem;
}

.leader-role {
    margin-bottom: 1.35rem;
    color: var(--primary);
    font-size: 1.04rem;
    font-weight: 900;
}

.mandate-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.mandate-item {
    padding: 18px 20px;
    border: 1px solid rgba(14, 122, 61, .12);
    border-left: 4px solid var(--accent);
    border-radius: var(--radius);
    background: linear-gradient(180deg, #f8fbf9, #fff);
}

.mandate-item strong {
    display: block;
    color: var(--dark-green);
    margin-bottom: 3px;
}

.mandate-item span {
    color: var(--muted);
}

.key-philosophy-card p + p {
    margin-top: 1rem;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.timeline article {
    padding: 28px;
    border-left: 4px solid var(--accent);
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 12px 44px rgba(17,24,39,.06);
}

.timeline span { color: var(--primary); font-weight: 900; }
.timeline p { margin: .8rem 0 0; color: var(--muted); }

.premium-service-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 34px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.premium-service-card .service-card-visual {
    margin: -18px -18px 24px;
}

.premium-service-card::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 140px;
    height: 140px;
    background: var(--light-green);
    border-radius: 50%;
    transition: transform .35s ease;
}

.premium-service-card:hover::after { transform: scale(1.5); }
.premium-service-card > * { position: relative; z-index: 1; }

.service-visual {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.34);
    background:
        radial-gradient(circle at 22% 24%, rgba(34, 197, 94, .36), transparent 23%),
        radial-gradient(circle at 82% 30%, rgba(0, 119, 255, .34), transparent 26%),
        linear-gradient(135deg, #00114A, #159A13 48%, #001B70);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 22px 60px rgba(6,95,70,.18);
    isolation: isolate;
}

.service-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .48;
}

.visual-skyline {
    position: absolute;
    right: 10%;
    bottom: 23%;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    opacity: .88;
}

.visual-skyline span {
    width: 34px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(209,250,229,.28));
}

.visual-skyline span:nth-child(1) { height: 92px; }
.visual-skyline span:nth-child(2) { height: 132px; }
.visual-skyline span:nth-child(3) { height: 72px; }

.visual-orbit {
    position: absolute;
    left: 10%;
    top: 18%;
    width: 176px;
    height: 176px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 50%;
    animation: spinOrbit 14s linear infinite;
}

.visual-orbit i {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E8FBE5;
    box-shadow: 0 0 24px rgba(209,250,229,.9);
}

.visual-orbit i:nth-child(1) { left: 50%; top: -8px; }
.visual-orbit i:nth-child(2) { right: 4px; bottom: 24px; }
.visual-orbit i:nth-child(3) { left: 8px; bottom: 18px; }

.visual-core {
    position: absolute;
    left: calc(50% - 54px);
    top: calc(50% - 54px);
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.32);
    backdrop-filter: blur(12px);
}

.visual-drop {
    width: 44px;
    height: 58px;
    border-radius: 50% 50% 50% 8px;
    background: linear-gradient(160deg, #68e8ff, #0077ff);
    transform: rotate(-45deg);
    animation: floatDrop 2.8s ease-in-out infinite;
}

.visual-leaf {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: 48px;
    height: 28px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, #E8FBE5, #0089D6);
    transform: rotate(-18deg);
}

.visual-pipes {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 12%;
    display: grid;
    gap: 10px;
}

.visual-pipes span {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(209,250,229,.2), rgba(209,250,229,.9), rgba(34,197,94,.25));
    background-size: 200% 100%;
    animation: flowLine 2.4s linear infinite;
}

.visual-pipes span:nth-child(2) { width: 74%; animation-delay: .25s; }
.visual-pipes span:nth-child(3) { width: 54%; animation-delay: .5s; }

.service-visual-air .visual-drop { background: linear-gradient(160deg, #E8FBE5, #0089D6); }
.service-visual-cems .visual-orbit,
.service-visual-ocems .visual-orbit,
.service-visual-iot .visual-orbit { animation-duration: 8s; }
.service-visual-om .visual-pipes span { background: linear-gradient(90deg, rgba(255,255,255,.2), #fef3c7, rgba(34,197,94,.4)); }
.service-visual-recovery .visual-core { box-shadow: 0 0 0 18px rgba(34,197,94,.12); }

@keyframes spinOrbit {
    to { transform: rotate(360deg); }
}

@keyframes floatDrop {
    50% { transform: translateY(-8px) rotate(-45deg); }
}

@keyframes flowLine {
    to { background-position: -200% 0; }
}

.service-detail-hero {
    min-height: 620px;
}

.service-hero-heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 1.2rem;
}

.service-hero-heading h1 {
    margin-bottom: 0;
}

.service-detail-icon {
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    margin-top: 8px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
}

.service-detail-icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.detail-list,
.process-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 26px;
}

.detail-list span,
.process-mini span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    color: var(--dark-green);
    font-weight: 850;
    background: #fff;
    border: 1px solid rgba(14,122,61,.14);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17,24,39,.05);
}

.detail-list svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    fill: var(--primary);
}

.service-card-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #bfffd8;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.service-specialty-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-specialty-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(14,122,61,.11);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 44px rgba(17,24,39,.06);
}

.service-specialty-icon {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 8px;
}

.service-specialty-icon svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
}

.service-specialty-card h3 {
    font-size: 1.15rem;
}

.service-specialty-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.service-insight-card {
    height: 100%;
    padding: 34px;
    color: #fff;
    border-radius: 8px;
    background:
        radial-gradient(circle at 90% 10%, rgba(34,197,94,.34), transparent 28%),
        linear-gradient(135deg, #00114A, #001B70);
    box-shadow: var(--shadow);
}

.service-insight-card h3 {
    margin-bottom: 1.2rem;
    color: #fff;
}

.service-insight-card ul {
    padding-left: 1.1rem;
    margin: 0;
}

.service-insight-card li {
    margin-bottom: .75rem;
    color: rgba(255,255,255,.82);
}

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

.benefit-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(14,122,61,.11);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 44px rgba(17,24,39,.06);
}

.benefit-card span {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 8px;
}

.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 750;
}

.service-image-shell {
    display: grid;
    gap: 20px;
    align-items: stretch;
}

.service-image-shell .service-visual {
    min-height: 300px;
}

.contact-panel,
.contact-form { padding: 36px; }

.contact-panel {
    height: auto;
}

.contact-panel-compact {
    padding-bottom: 26px;
}

.contact-side-visual .service-visual {
    width: 100%;
    min-height: 300px;
}

.contact-form {
    height: auto;
}

.contact-detail {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.contact-detail strong {
    display: block;
    margin-bottom: .2rem;
    color: var(--dark-green);
}

.contact-detail a,
.contact-detail span { color: var(--muted); font-weight: 700; }

.form-control,
.form-select {
    min-height: 54px;
    border-radius: 8px;
    border: 1px solid rgba(17, 24, 39, .13);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 .2rem rgba(34, 197, 94, .16);
}

.form-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: .92rem;
}

.map-placeholder,
.map-embed {
    min-height: 340px;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid rgba(14,122,61,.16);
    background: #fff;
    box-shadow: var(--shadow);
}

.map-placeholder {
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--dark-green);
}

.map-placeholder strong { display: block; font-size: 1.35rem; }
.map-placeholder span { color: var(--muted); }

.map-embed iframe {
    display: block;
    width: 100%;
    height: 450px;
}

.site-footer {
    color: rgba(255,255,255,.8);
    background: #000;
}

.footer-main { padding: 70px 0 44px; }
.footer-logo {
    width: 100px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 8px;
}
.footer-copy { max-width: 440px; color: rgba(255,255,255,.72); }
.footer-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-badges span { background: rgba(255,255,255,.08); color: #dfffee; border-color: rgba(255,255,255,.13); box-shadow: none; padding: 8px 12px; }

.site-footer h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin-bottom: .55rem; }
.site-footer a:hover { color: #fff; }

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: .92rem;
}

.float-action,
.back-to-top {
    position: fixed;
    z-index: 50;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 0;
    box-shadow: 0 12px 30px rgba(17,24,39,.2);
}

.float-action svg,
.back-to-top svg { width: 22px; height: 22px; fill: #fff; }

.whatsapp { right: 22px; bottom: 92px; background: #25D366; }
.call { right: 22px; bottom: 150px; background: var(--primary); }
.chat { right: 22px; bottom: 208px; background: #0ea5e9; }

.back-to-top {
    right: 22px;
    bottom: 28px;
    background: #111827;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}

.back-to-top.show { opacity: 1; visibility: visible; }

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        background: #fff;
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .premium-nav .container {
        border-radius: 8px;
    }

    .nav-shell {
        align-items: stretch !important;
        gap: 4px;
        padding: 8px 0;
    }

    .nav-link {
        width: 100%;
        justify-content: space-between;
        padding: .9rem .25rem !important;
    }

    .hero,
    .hero-slider,
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item,
    .hero-slide { min-height: auto; }
    .hero { padding: 130px 0 70px; }
    .hero .min-vh-100 { min-height: auto !important; }
    .hero-panel { margin: 42px 0 0; max-width: none; }
    .hero-slider-control {
        width: 68px;
    }
    .hero-slider-icon {
        width: 52px;
        height: 52px;
    }
    .hero-card {
        flex-basis: calc((100% - var(--card-gap)) / 2);
        min-height: 320px;
    }
    .hero-card img {
        min-height: 320px;
    }
    .hero-home2 {
        padding: 128px 0 74px;
    }
    .hero-home2-card,
    .hero-home2-card img {
        min-height: 340px;
    }
    .hero-home2-copy {
        padding: 24px;
    }
    .hero-nav-prev {
        left: 8px;
    }
    .hero-nav-next {
        right: 8px;
    }
    .about-hero-icon {
        position: relative;
        right: auto;
        top: auto;
        width: 132px;
        margin-top: 28px;
        transform: none;
    }
    .feature-grid,
    .service-grid,
    .benefit-grid,
    .service-specialty-grid,
    .process-line,
    .timeline,
    .detail-list,
    .process-mini { grid-template-columns: repeat(2, 1fr); }
    .leader-profile,
    .leader-profile:nth-child(even) {
        grid-template-columns: 1fr;
    }
    .leader-profile:nth-child(even) .leader-photo {
        order: 0;
    }
    .leader-photo {
        min-height: 460px;
    }
    .cta-inner { align-items: flex-start; flex-direction: column; padding: 36px; }
    .service-menu {
        width: 100%;
        max-height: 68vh;
        overflow: auto;
        box-shadow: none;
    }
    .service-detail-hero { min-height: auto; padding: 130px 0 70px; }
}

@media (max-width: 767.98px) {
    .navbar-brand img { width: 205px; }
    .section { padding: 68px 0; }
    .hero { padding: 118px 0 60px; }
    .hero-slider-control {
        width: 56px;
    }
    .hero-slider-icon {
        width: 44px;
        height: 44px;
    }
    .hero-slider-icon svg {
        width: 18px;
        height: 18px;
    }
    .hero-card {
        flex-basis: 100%;
        min-height: 280px;
    }
    .hero-card img {
        min-height: 280px;
    }
    .hero-card-copy {
        padding: 16px;
    }
    .hero-card-copy h2 {
        font-size: 1.15rem;
    }
    .hero-nav {
        width: 48px;
        height: 48px;
    }
    .hero-nav .hero-slider-icon {
        width: 46px;
        height: 46px;
    }
    .hero-home2 {
        padding: 116px 0 60px;
    }
    .hero-home2-card,
    .hero-home2-card img {
        min-height: 300px;
    }
    .hero-home2-copy {
        padding: 20px 18px;
    }
    .page-hero { min-height: 390px; }
    .feature-grid,
    .service-grid,
    .benefit-grid,
    .service-specialty-grid,
    .process-line,
    .timeline,
    .detail-list,
    .process-mini { grid-template-columns: 1fr; }
    .service-visual { min-height: 260px; }
    .service-card-visual.compact .service-visual { min-height: 170px; }
    .leader-profile {
        gap: 22px;
        padding: 18px;
    }
    .leader-photo {
        min-height: 360px;
    }
    .leader-content {
        padding: 0;
    }
    .mandate-item {
        padding: 16px;
    }
    .service-hero-heading { gap: 12px; }
    .service-detail-icon {
        width: 52px;
        height: 52px;
        margin-top: 4px;
    }
    .service-detail-icon svg {
        width: 28px;
        height: 28px;
    }
    .service-menu-item { grid-template-columns: 38px 1fr; }
    .testimonial-wrap { padding: 36px 24px; }
    .contact-panel,
    .contact-form { padding: 26px; }
    .float-action,
    .back-to-top { width: 44px; height: 44px; right: 16px; }
    .whatsapp { bottom: 82px; }
    .call { bottom: 136px; }
    .chat { bottom: 190px; }
    .back-to-top { bottom: 24px; }
}

/* =========================================
   MOBILE WIDTH FIX ONLY
   Does NOT affect desktop
========================================= */

@media screen and (max-width: 767.98px) {

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

    /* Make the main page full mobile width */
    main {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* HOME HERO */
    .hero-home2,
    .page-home2 .hero-home2 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .hero-home2-shell,
    .hero-home2-carousel {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Bootstrap container inside hero */
    .hero-home2 .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Hero carousel */
    .hero-home2 .carousel,
    .hero-home2 .carousel-inner,
    .hero-home2 .carousel-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Hero card */
    .hero-home2-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Hero background */
    .hero-home2-bg {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Header should remain full width */
    .main-header,
    .premium-nav {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Logo size only on mobile */
    .navbar-brand img {
        width: 205px;
        max-width: 100%;
        height: auto;
    }
}
