/*
Theme Name: Husaina Global Final Animation
Theme URI: https://husainaglobal.com
Author: Husaina Global Inc
Description: Modern, image-led sourcing and import WordPress theme.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: husaina-global
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
    --g0: #002d28;
    --g1: #06483e;
    --g2: #0a6d5d;
    --teal: #099b82;
    --mint: #25c49b;
    --gold: #f7ad27;
    --orange: #f07f2f;
    --cream: #f7f8f5;
    --ink: #101918;
    --muted: #5f6b68;
    --line: #e4e9e6;
    --white: #fff;
    --radius: 12px;
    --radius-sm: 9px;
    --radius-lg: 18px;
    --radius-xl: 24px;
    --shadow: 0 14px 35px rgba(0, 45, 40, 0.1);
    --shadow-sm:0 2px 16px 0 rgb(0 45 40 / 8%);
    --shadow-hover:0 2px 16px 0 rgb(0 45 40 / 8%);
    --font-display: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: #fff;
    line-height: 1.58;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
input,
textarea,
select {
    font: inherit;
}
img {
    max-width: 100%;
    display: block;
}
.container {
    width: min(1200px, calc(100% - 48px));
    margin: auto;
}

/* Header */
.topbar {
    background: #001f1b;
    color: #c8ded8;
    text-align: center;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(0, 36, 31, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav {
    height: 76px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.brand img {
    width: 320px;
    height: auto;
}
.links {
      margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.links a {
    opacity: 0.88;
    position: relative;
    transition: 0.2s;
}
.links a:not(.nav-cta):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: 0.2s;
}
.links a:hover,
.links a.active {
    opacity: 1;
    color: #fff;
}
.links a:hover:after,
.links a.active:after {
    transform: scaleX(1);
}
.nav-cta {
    background: var(--gold);
    color: #12211c !important;
    padding: 11px 19px;
    border-radius: 5px;
    font-weight: 800;
    box-shadow: 0 7px 20px rgba(247, 173, 39, 0.2);
    transition:
        0.2s transform,
        0.2s background;
}
.nav-cta:hover {
    background: #ffc34f;
    transform: translateY(-2px);
}
.menu-btn {
    display: none;
    margin-left: auto;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9px;
    padding: 9px 12px 2px;
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0;
    background: #021e1b;
}
.hero-slider {
    position: relative;
    min-height: 575px;
}
.hero-slide {
    display: none;
    position: relative;
    min-height: 575px;
    align-items: center;
    overflow: hidden;
    padding: 72px 0 88px;
}
.hero-slide.active {
    display: flex;
    animation: heroIn 0.7s ease;
}
.hero-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}
.hero-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        #000 0%,
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.4) 50%,
        transparent 75%
    ) !important;
}
.hero-slide > div {
    position: relative;
    z-index: 2;
}
.hero-slide > div:first-child {
    width: min(720px, 60%);
}
.hero-visual {
    display: none !important;
}
.eyebrows {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.pill {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
}
.pill.teal {
    background: rgba(8, 157, 132, 0.34);
    border-color: rgba(8, 157, 132, 0.6);
}
.pill.gold {
    background: rgba(247, 173, 39, 0.16);
    border-color: rgba(247, 173, 39, 0.68);
    color: #ffd36e;
}
.gold {
    color: var(--gold);
}
h1,
h2,
h3 {
    margin: 0 0 15px;
    line-height: 0.98;
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: 0.005em;
}
h1 {
    font-size: clamp(48px, 5.6vw, 76px);
    text-transform: uppercase;
}
h2 {
    font-size: clamp(34px, 4vw, 54px);
}
h3 {
    font-size: 24px;
}
.hero p {
    font-size: 16px;
    color: #e0ebe8;
    max-width: 650px;
}
.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 25px;
    margin: 22px 0;
       max-width: 700px;
}
.check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 16px;
    font-weight: 600;
}
.check i {
    font-style: normal;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #0bb27d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    flex: none;
    box-shadow: 0 2px 6px rgba(11, 178, 125, 0.25);
    transition: all 0.2s ease;
}
.actions {
    display: flex;
    gap: 11px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border-radius: 9px;
    border: 0;
    cursor: pointer;
    background: var(--gold);
    color: #14211d;
    font-weight: 800;
    font-size: 16px;
    box-shadow: var(--shadow-sm);
    transition:
        0.2s transform,
        0.2s box-shadow,
        0.2s background;
}
.btn:hover {
    transform: translateY(-2px);
    background: #ffc451;
    box-shadow: var(--shadow-hover);
}
.btn.dark {
    background: var(--g0);
    color: #fff;
}
.btn.dark:hover {
    background: #075146;
}
.btn.ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
}
.btn.ghost:hover {
    background: rgba(255, 255, 255, 0.1);
}
.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 27px;
    z-index: 5;
    display: flex;
    gap: 7px;
}
.hero-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: 0.25s;
}
.hero-dot.active {
    width: 28px;
    border-radius: 5px;
    background: var(--gold);
}
@keyframes heroIn {
    from {
        opacity: 0;
        transform: translateY(9px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Trust */
.trust-strip {
    position: relative;
    z-index: 8;
    padding-top: 35px;
    background: #f6f9f7;
}
.trust-inner {
    background: #fff;
    border: 1px solid #e8ece9;
    border-radius: 5px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden; 
}
.trust-item {
    padding: 19px 21px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-right: 1px solid var(--line);
}
.trust-item:last-child {
    border: 0;
}
.trust-icon {
    width: 43px;
    height: 43px;
    border-radius: 5px;
    background: #edf8f4;
    display: grid;
    place-items: center;
    flex: none;
}
.trust-icon img {
    width: 30px;
    height: 30px;
}

.trust-item strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
}
.trust-item span {
    font-size: 14px;
    color: var(--muted);
}

/* Sections */
section {
    padding: 74px 0;
}
.soft {
    background: #fbfcfa;
}
.dark {
    background: radial-gradient(circle at 78% 5%, rgba(15, 155, 130, 0.24), transparent 30%),
        linear-gradient(135deg, #002c27, #004239);
    color: #fff;
}
.section-head {
    max-width: 800px;
    margin-bottom: 28px;
}
.section-head .kicker {
    margin-bottom: 7px;
}
.kicker {
    color: var(--teal);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
.dark .kicker {
    color: #42d8b4;
}
.section-head p {
    color: var(--muted);
    font-size: 16px;
    margin: 0;
        /*margin-bottom: 35px!important;*/
}
.dark .section-head p {
    color: #c8dbd6;
}

/* Category carousel */
.category-shell.reveal.show {
    width: 100% !important;
}
.category-shell {
    position: relative;
}
.category-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 2px 14px;
    scrollbar-width: none;
    touch-action: pan-x;
}
.category-track::-webkit-scrollbar {
    display: none;
}
.cat-card { 
    flex: 0 0 184px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e7ebe8;
    border-radius: 5px;
    overflow: hidden;
    /*box-shadow: var(--shadow-sm);*/
    transition:
        0.25s transform,
        0.25s box-shadow;
}
.cat-card:hover {
    box-shadow: var(--shadow-hover);
}
.cat-art {
    height: 125px;
    position: relative;
    overflow: hidden;
    background: #eef5f1;
}
.cat-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 30, 26, 0.25));
}
.cat-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s transform;
}
.cat-card:hover .cat-art img {
    transform: scale(1.07);
}
.cat-body {
    padding: 14px 14px 16px;
    text-align: center;
}
.cat-body h3 {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 7px;
}
.cat-body p {
    font-size: 14px;
    line-height: 1.45;
    color: var(--muted);
    min-height: 33px;
    margin: 0 0 10px;
}
.learn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border-radius: 5px !important;
    border: 0;
    cursor: pointer;
    background: var(--gold);
    color: #14211d !important;
    font-weight: 800;
    font-size: 16px;
    box-shadow: var(--shadow-sm);
    transition:
        0.2s transform,
        0.2s box-shadow,
        0.2s background;
}
.carousel-controls {
    display: flex;
    gap: 8px;
    position: absolute;
    right: -2px;
    top: -54px;
}
.circle-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dfe6e2;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    transition:
        0.2s border-color,
        0.2s color,
        0.2s transform;
    box-shadow: var(--shadow-sm);
}
.circle-btn:hover {
    border-color: var(--teal);
    color: var(--teal);
    transform: scale(1.04);
}

/* Process */
.process-grid {
    display: grid;
    grid-template-columns: 0.82fr 2fr;
    gap: 45px;
    align-items: center;
}
.process-copy p {
    color: #c8dad4;
    max-width: 440px;
}
.process-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin:0px!important ;
    width: 100% !important;
}
.process-flow.reveal-stagger.reveal.show{
     width: 100% !important;
}
.process-step {
    position: relative;
    text-align: center;
    padding: 12px 8px;
}
.step-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 13px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.05);
}
.process-step:nth-child(2) .step-icon {
    background: rgba(247, 173, 39, 0.18);
    border-color: rgba(247, 173, 39, 0.8);
}
.process-step h3 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}
.process-step p {
    font-size: 14px;
    line-height: 1.45;
    color: #bcd0ca;
    margin: 0;
}
.stats {
    margin-top: 26px;
    border: 1px solid rgba(55, 207, 169, 0.48);
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}
.stat {
    padding: 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.stat:last-child {
    border: 0;
}
.stat b {
    display: block;
    font-size: 27px;
    color: #fff;
    font-family: var(--font-body);
    font-weight: 800;
}
.stat span {
    font-size: 16px;
    color: #bcd0ca;
}

/* Partnership */
.partner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 445px;
    overflow: hidden;
}
.partner-copy {
    padding: 70px max(32px, calc((100vw - 1200px) / 2));
    padding-right: 55px;
    background: #fff;
}
.partner-copy h2 {
    max-width: 510px;
}
.partner-visual {
    background: #0b5146;
    color: #fff;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    min-height: 445px;
}
.partner-visual-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9);
}
.partner-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 46, 40, 0.05), rgba(0, 34, 29, 0.42));
}
.partner-badge {
    border-radius: 0px !important;
    position: absolute;
    bottom: 28px;
    left: 30px;
    right: 30px;
    background: #f7ad2733;
    backdrop-filter: blur(12px);
    border: 1px solid #f7ad27;
    padding: 14px 18px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    z-index: 2;
}
.bullet-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 22px;
    margin: 21px 0; 
    width: 100% !important;
}
.partner-copy .bullet-grid.reveal-stagger.reveal.show {
    width: 100% !important;
    margin-bottom: 20px!important;
}

.bullet-grid .check { 
    font-size: 16px;
    color: #263b34;
}
.bullet-grid .check i {
    background: #149d79;
    color: #fff;
}

/* Engagement models */
.models {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 35px !important;
}
.model {
    min-height: 175px;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    transition:all 0.3s ease;
}
.model:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.model:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(247, 173, 39, 0.35);
    /*transform: translateY(-5px);*/ 
    /*box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);*/
}
.model .emoji {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.model .emoji img {
    width: 32px!important;
    height: 32px!important;
}
.model h3 {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 7px;
}
.model p {
    font-size: 16px;
    line-height: 1.45;
    color: #b9d0c9; 
    margin: 0;
}

/* Inner page heroes */
.page-hero {
    position: relative;
    padding: 72px 0;
    color: #fff;
    overflow: hidden;
    background-color: #01352f;
    background-image: linear-gradient(90deg, rgba(0, 34, 29, 0.94), rgba(0, 54, 47, 0.72)),
        url("https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=1800&auto=format&fit=crop");
    background-size: cover;
    background-position: center;
}
.page-hero .lead {
    max-width: 760px;
    color: #d5e5df;
    font-size: 16px;
}
.breadcrumbs {
    font-size: 16px;
    color: #9bc2b8;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
}
.page-hero--about {
    background-image: linear-gradient(90deg, rgba(0, 34, 29, 0.95), rgba(0, 54, 47, 0.66)),
        url("https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=1800&auto=format&fit=crop");
}
.page-hero--work {
    background-image: linear-gradient(90deg, rgba(0, 34, 29, 0.95), rgba(0, 54, 47, 0.62)),
        url("https://images.unsplash.com/photo-1586528116493-da8b2e6e1b7b?q=80&w=1800&auto=format&fit=crop");
}
.page-hero--quality {
    background-image: linear-gradient(90deg, rgba(0, 34, 29, 0.95), rgba(0, 54, 47, 0.62)),
        url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?q=80&w=1800&auto=format&fit=crop");
}
.page-hero--resources {
    background-image: linear-gradient(90deg, rgba(0, 34, 29, 0.95), rgba(0, 54, 47, 0.62)),
        url("https://images.unsplash.com/photo-1556761175-b413da4baf72?q=80&w=1800&auto=format&fit=crop");
}
.page-hero--contact {
    background-image: linear-gradient(90deg, rgba(0, 34, 29, 0.95), rgba(0, 54, 47, 0.62)),
        url("https://images.unsplash.com/photo-1521791055366-0d553872125f?q=80&w=1800&auto=format&fit=crop");
}
.page-hero--product {
    background-image: linear-gradient(90deg, rgba(0, 34, 29, 0.95), rgba(0, 54, 47, 0.6)),
        url("https://images.unsplash.com/photo-1613690399151-65ea69478674?q=80&w=1800&auto=format&fit=crop");
}

/* Cards/content */
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
     margin-top: 35px!important; 
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 25px;
    /*box-shadow: var(--shadow-sm);*/
    transition:all 0.3s ease;
}
.card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}
.card-icon {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: #eef8f4;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}
.card h3 {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}
.card p {
    color: var(--muted);
    font-size: 16px;
}
.dark .card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.14);
}
.dark .card p {
    color: #bfd3cd;
}
.dark .card-icon {
    background: rgba(255, 255, 255, 0.08);
}
.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.quote {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--font-display);
    color: var(--g1);
    padding-left: 22px;
    border-left: 4px solid var(--gold);
}
.notice {
    padding: 17px 18px;
    border-radius: 5px;
    background: #fff6df;
    border: 1px solid #efd19a;
    color: #6b5220;
}

/* Product page */
.product-toolbar {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
      margin-bottom: 24px !important;
    margin-left: 0px !important;
}
.product-toolbar input {
    flex: 1;
    min-width: 230px;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 9px;
}
.filter-btn {
    padding: 9px 14px;
    border-radius: 5px;
    border: 1px solid var(--line);
    background: #fff;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    transition:all 0.3s ease;
}
.filter-btn.active {
    background: var(--g0);
    color: #fff;
    border-color: var(--g0);
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}
.product-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}
.product-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}
.product-card small {
    font-size: 16px;
    color: var(--orange);
    font-weight: 800;
    text-transform: uppercase;
}
.product-card h3 {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.25;
    margin: 7px 0 8px;
}
.product-card p {
    font-size: 16px;
    color: var(--muted);
}

/* Forms */
form {
    display: grid;
    gap: 12px;
}
.adc-contact-form input,
.adc-contact-form textarea,
.adc-contact-form select {
    width: 100%!important;
    padding: 13px 15px!important;
    border: 1px solid #d7e0dc!important;
    border-radius: 9px!important;
    background: #fff!important;
    outline: none!important;
    transition:
        0.2s border-color,
        0.2s box-shadow!important;
}
.adc-contact-form input:focus,
.adc-contact-form textarea:focus,
.adc-contact-form select:focus {
    border-color: var(--teal)!important;
    box-shadow: 0 0 0 3px rgba(9, 155, 130, 0.12)!important;
}
.adc-contact-form textarea {
    min-height: 150px!important;
    resize: vertical!important;
}
.adc-contact-form label.sf-label {
    display: none!important;
}
/* Footer */
footer {
    background: #001f1c;
    color: #fff;
    padding: 50px 0 25px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 44px;
}
footer img {
    width: 300px!important;
}
footer h3 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 800;
}
footer p,
footer a {
    color: #aac4bb;
    font-size: 16px;
}
.fine {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
    color: #75958a;
}
.wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e1a012;
    color: #fff;
    font-size: 24px;
    z-index: 90;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transition: 0.2s transform;
}
.wa:hover {
    transform: translateY(-3px) scale(1.04);
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: 0.65s ease;
}
.reveal.show {
    opacity: 1;
    transform: none;
    width: min(1200px, calc(100% - 48px)) !important;
    margin: auto;
}

@media (max-width: 1080px) {
    .links {
        gap: 17px;
    }
    .models {
        grid-template-columns: repeat(4, 1fr);
    }
    .model {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .hero-slide > div:first-child {
        width: min(680px, 68%);
    }
    .process-grid {
        grid-template-columns: 1fr;
    }
    .process-copy p {
        max-width: 650px;
    }
}
@media (max-width: 980px) {
    .links {
        display: none;
        position: absolute;
        left: 16px;
        right: 16px;
        top: 74px;
        background: #03332e;
        padding: 18px;
        border-radius: 5px;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: var(--shadow);
    }
    .links.open {
        display: flex;
    }
    .links a:not(.nav-cta):after {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .hero-slide {
        min-height: 540px;
    }
    .hero-slide > div:first-child {
        width: 100%;
        max-width: 720px;
    }
    .trust-inner {
        grid-template-columns: 1fr 1fr;
    }
    .process-flow {
        grid-template-columns: repeat(2, 1fr);
    }
    .process-step:not(:last-child):after {
        display: none;
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat:nth-child(2) {
        border-right: 0;
    }
    .stat:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .partner {
        grid-template-columns: 1fr;
    }
    .partner-copy {
        padding: 60px 32px;
    }
    .partner-visual {
        min-height: 390px;
    }
    .cards,
    .product-grid {
        grid-template-columns: 1fr 1fr;
    }
    .models {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 620px) {
    .container {
        width: min(100% - 28px, 1200px);
    }
    .topbar {
        font-size: 14px;
    }
    .nav {
        height: 68px;
    }
    .brand img {
        width: 230px;
    }
    .hero-slider,
    .hero-slide {
        min-height: 610px;
    }
    .hero-slide {
        padding: 55px 0 70px;
    }
    .hero-slide:after {
        background: linear-gradient(90deg, rgba(0, 31, 27, 0.74), rgba(0, 39, 34, 0.34)),
            linear-gradient(0deg, rgba(0, 25, 22, 0.2), transparent);
    }
    h1 {
        font-size: clamp(43px, 12vw, 61px);
    }
    h2 {
        font-size: 39px;
    }
    .hero p {
        font-size: 16px;
    }
    .check-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .hero-dots {
        bottom: 24px;
    }
    .trust-inner {
        grid-template-columns: 1fr;
    }
    .trust-item {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 15px;
    }
    .trust-item:last-child {
        border-bottom: 0;
    }
    section {
        padding: 56px 0;
    }
    .section-head {
        margin-bottom: 22px;
    }
    .section-head p {
        font-size: 16px;
    }
    .carousel-controls {
        display: none;
    }
    .category-track {
        gap: 11px;
    }
    .cat-card {
        flex-basis: 174px;
    }
    .cat-art {
        height: 115px;
    }
    .process-flow,
    .stats,
    .models,
    .cards,
    .product-grid,
    .two {
        grid-template-columns: 1fr;
    }
    .model {
        border-right: 0;
    }
    .model:last-child {
        border-bottom: 0;
    }
    .partner-copy {
        padding: 52px 20px;
    }
    .partner-visual {
        min-height: 330px;
    }
    .partner-badge {
        left: 16px;
        right: 16px;
        bottom: 18px;
        border-radius: 5px;
    }
    .bullet-grid {
        grid-template-columns: 1fr;
    }
    .page-hero {
        padding: 56px 0;
    }
    .page-hero .lead {
        font-size: 16px;
    }
    .page-hero h1 {
        font-size: 48px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .wa {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .hero-slide {
        animation: none;
    }
    .reveal {
        transition: none;
    }
}

/* =========================================================
   Modern visual refresh — v1.3
   ========================================================= */
:root {
    --section-space: clamp(64px, 7vw, 80px);
    --radius-card: 18px;
}
section {
    padding: var(--section-space) 0;
}
section.soft {
    background: linear-gradient(180deg, #f8faf8 0%, #f1f6f3 100%);
}
section.soft.bg {
    background: linear-gradient(346deg, #f8faf8 0%, #c6efd66b 100%);
}

section.dark {
    background: linear-gradient(135deg, #002d28 0%, #06483e 55%, #063b34 100%);
}
.section-head {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}
.section-head .kicker {
    justify-content: center;
}
.kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--teal);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-head p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--muted);
}
.dark .section-head p {
    color: #c6d8d3;
}

.hero {
    background: #092f2a;
}
.hero-slider {
    border-radius: 0 0 22px 22px;
    overflow: hidden;
}
.hero-slide {
    min-height: 610px;
}
.hero-slide:before {
    transition: transform 8s ease;
}
.hero-slide.active:before {
    transform: scale(1.06);
}

.hero-slide html.hg-js .reveal, .hero-slide html.hg-js .reveal1{
    opacity: 1!important;
}

.hero-slide h1 {
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.18);
}
.hero-slide p {
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}
.hero-slide > div:first-child {
    width: min(760px, 64%);
}
.actions .btn {
    min-height: 46px;
}
.btn {
    border-radius: 5px;
}
.btn.dark {
    background: #073c35;
}
.btn.ghost {
    backdrop-filter: blur(8px);
}

.trust-inner {
    border-radius: 0px !important;
}
.trust-item {
    padding: 21px 22px;
    transition: 0.2s;
    background: #fff;
}
.trust-item:hover {
    background: #f8fbf9;
}
.trust-item strong {
    display: block;
    font-size: 16px;
}
.trust-item span {
    display: block;
    color: #72817d;
    font-size: 14px;
    margin-top: 2px;
}

.category-shell {
    position: relative;
    margin-top:35px!important ;
}
.category-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 2px 18px;
    scrollbar-width: none;
    touch-action: pan-x;
}
.category-track::-webkit-scrollbar {
    display: none;
}
.cat-card {
    flex: 0 0 clamp(245px, 29vw, 285px);
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e3e9e6;
    border-radius: 5px;
    overflow: hidden;
    /*box-shadow: 0 8px 25px rgba(0, 45, 40, 0.07);*/
    transition: all 0.3s ease;
}
.cat-card:hover {
    box-shadow: 0 4px 16px rgba(0, 45, 40, 0.06);
}
.cat-art {
    height: 180px;
    background: #edf4f1;
    overflow: hidden;
}
.cat-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.cat-card:hover .cat-art img {
    transform: scale(1.06);
}
.cat-body {
    padding: 20px;
}
.cat-body h3 {
    font-family: var(--font-body);
    font-size: 18px;
    margin-bottom: 8px;
}
.cat-body p {
    min-height: 44px;
    color: var(--muted);
    font-size: 16px;
}
/*.learn{display:inline-flex;margin-top:6px;color:var(--teal);font-size:12px;font-weight:900}*/
.carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 12px;
}
.circle-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #dce5e1;
    background: #fff;
    color: var(--g1);
    font-size: 22px;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: 0.2s;
}
.circle-btn:hover {
    background: var(--g1);
    color: #fff;
    transform: translateY(-2px);
}

.process-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 58px;
    align-items: center;
}
.process-copy h2 {
    max-width: 500px;
}
.process-copy p {
    max-width: 570px;
    color: #c7d9d4;
}
.process-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.process-step {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    /*background: rgba(255, 255, 255, 0.055);*/
    min-height: 190px;
}
.process-step:hover {
    background: rgba(255, 255, 255, 0.09);
}
.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: rgba(247, 173, 39, 0.14);
    display: grid;
    place-items: center;
    margin-bottom: 15px;
}
.process-step h3 {
    font-family: var(--font-body);
    font-size: 18px;
    color: #fff;
    margin-bottom: 7px;
}
.process-step p {
    margin: 0;
    color: #abc6bf;
    font-size: 16px;
}
.stats {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    overflow: hidden;
}
.stat {
    padding: 19px 14px;
    background: rgba(0, 0, 0, 0.08);
}
.stat b {
    font-size: 24px;
}
.stat span {
    font-size: 16px;
}

.partner {
    min-height: 560px;
}
.partner-copy {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
}
.partner-visual {
    min-height: 560px;
}
.partner-badge {
    border-radius: 5px;
    text-align: left;
    line-height: 1.45;
}
.bullet-grid .check {
    padding: 8px 0;
}

.page-hero {
    padding: clamp(70px, 9vw, 120px) 0;
}
.page-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 39, 34, 0.52), rgba(0, 55, 47, 0.1) 70%, transparent);
    pointer-events: none;
}
.page-hero .container {
    position: relative;
    z-index: 2;
}
.page-hero h1 {
    max-width: 900px;
}
.page-hero .lead {
    max-width: 720px;
}

.cards,
.product-grid {
    gap: 22px;
}
.card,
.product-card {
    border-radius: 5px;
    padding: 27px;
    /*box-shadow: 0 8px 26px rgba(0, 45, 40, 0.06);*/
}
.card:hover,
.product-card:hover {
    /*transform: translateY(-6px);*/
}
.card-icon {
    border-radius: 13px;
    width: 50px;
    height: 50px;
}
.card-icon img {
    width: 30px;
    height: 30px;
}
.product-card img {
    border-radius: 5px;
}
.notice {
    border-radius: 5px;
}

form {
    gap: 14px;
}
input,
textarea,
select {
    border-radius: 5px;
    padding: 14px 16px;
}
input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 4px rgba(9, 155, 130, 0.1);
}

footer {
    padding-top: 70px;
}
.footer-grid {
    grid-template-columns: 1.7fr 1fr 1fr;
}
footer a:hover {
    color: #fff;
}
.wa {
    width: 56px;
    height: 56px;
}

@media (max-width: 1080px) {
    .hero-slide > div:first-child {
        width: 100%;
        max-width: 760px;
    }
    .process-grid {
        grid-template-columns: 1fr;
    }
    .models {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 980px) {
    .hero-slider {
        border-radius: 0 0 18px 18px;
    }
    .partner {
        min-height: 0;
    }
    .partner-visual {
        min-height: 440px;
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 620px) {
    :root {
        --section-space: 58px;
    }
    .container {
        width: calc(100% - 28px);
    }
    .hero-slider {
        border-radius: 0 0 14px 14px;
    }
    .hero-slider,
    .hero-slide {
        min-height: 625px;
    }
    .hero-slide {
        padding: 52px 0 72px;
    }
    .hero-slide > div:first-child {
        width: 100%;
    }
    .hero-slide:after {
        background: linear-gradient(90deg, rgba(0, 31, 27, 0.78), rgba(0, 39, 34, 0.3));
    }
    .hero-dots {
        bottom: 20px;
    }
    .trust-item {
        padding: 16px;
    }
    .carousel-controls {
        display: flex;
    }
    .cat-card {
        flex-basis: 82vw;
    }
    .cat-art {
        height: 185px;
    }
    .process-flow {
        grid-template-columns: 1fr;
    }
    .process-step {
        min-height: 0;
    }
    .stats {
        grid-template-columns: 1fr 1fr;
    }
    .stat {
        padding: 17px 10px;
    }
    .models {
        grid-template-columns: 1fr;
    }
    .model {
        min-height: 0;
    }
    .partner-copy {
        padding: 58px 20px;
    }
    .partner-visual {
        min-height: 360px;
    }
    .page-hero {
        padding: 64px 0;
    }
    .page-hero h1 {
        font-size: 46px;
    }
    .cards,
    .product-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-slide.active:before,
    .cat-art img {
        transition: none;
    }
}

/* =========================================================
   Animated experience refresh — GaziAI-inspired motion language
   ========================================================= */
:root {
    --motion-fast: 420ms;
    --motion: 720ms;
    --motion-slow: 1050ms;
    --ease-out: cubic-bezier(.16, 1, .3, 1);
}

section,
.trust-strip,
.partner,
.models,
.process-flow,
.stats {
    position: relative;
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    transition:
        opacity var(--motion) var(--ease-out),
        transform var(--motion) var(--ease-out);
    will-change: opacity, transform;
}
.reveal.reveal-left { transform: translate3d(-48px, 18px, 0); }
.reveal.reveal-right { transform: translate3d(48px, 18px, 0); }
.reveal.reveal-fade { transform: scale(.985); }
.reveal.show {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
}
.reveal-stagger > * {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
}
.reveal-stagger.show > * {
    opacity: 1;
    transform: none;
    transition: opacity 600ms var(--ease-out), transform 700ms var(--ease-out);
}
.reveal-stagger.show > *:nth-child(1) { transition-delay: 80ms; }
.reveal-stagger.show > *:nth-child(2) { transition-delay: 150ms; }
.reveal-stagger.show > *:nth-child(3) { transition-delay: 220ms; }
.reveal-stagger.show > *:nth-child(4) { transition-delay: 290ms; }
.reveal-stagger.show > *:nth-child(5) { transition-delay: 360ms; }
.reveal-stagger.show > *:nth-child(6) { transition-delay: 430ms; }

.page-load-hero {
    animation: hgHeroEnter 950ms var(--ease-out) both;
}
@keyframes hgHeroEnter {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}

/* Animated insights / graphs */
.insights-section {
    background:
        radial-gradient(circle at 12% 10%, rgba(37,196,155,.10), transparent 32%),
        linear-gradient(180deg, #f8faf8 0%, #eef5f2 100%);
}
.insights-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 18px;
    margin-top: 34px;
}
.insight-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,45,40,.10);
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.82);
    box-shadow: 0 20px 50px rgba(0,45,40,.08);
    padding: 26px;
}
.insight-card:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(37,196,155,.08), transparent 42%);
}
.insight-card-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.insight-label {
    display: block;
    margin-bottom: 6px;
    color: var(--teal);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.insight-card h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -.02em;
}
.pulse-dot,
.mini-pulse {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 0 rgba(37,196,155,.45);
    animation: hgPulse 1.8s infinite;
}
@keyframes hgPulse {
    0% { box-shadow: 0 0 0 0 rgba(37,196,155,.45); }
    70% { box-shadow: 0 0 0 9px rgba(37,196,155,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,196,155,0); }
}
.line-chart {
    position: relative;
    height: 285px;
    margin-top: 18px;
    padding: 12px 4px 28px;
}
.chart-grid {
    position: absolute;
    inset: 12px 4px 28px;
    background-image:
        linear-gradient(rgba(0,45,40,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,45,40,.055) 1px, transparent 1px);
    background-size: 100% 25%, 12.5% 100%;
    border-radius: 10px;
}
.line-chart svg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.chart-area {
    fill: url(#hgChartFill);
    opacity: 0;
    animation: hgAreaIn 1100ms 250ms var(--ease-out) forwards;
}
.chart-line {
    fill: none;
    stroke: var(--teal);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: hgDrawLine 1600ms 180ms var(--ease-out) forwards;
}
.chart-point {
    fill: #fff;
    stroke: var(--teal);
    stroke-width: 3;
    opacity: 0;
    animation: hgPointIn 420ms var(--ease-out) forwards;
}
.chart-point:nth-of-type(2) { animation-delay: 650ms; }
.chart-point:nth-of-type(3) { animation-delay: 900ms; }
.chart-point:nth-of-type(4) { animation-delay: 1150ms; }
.chart-axis {
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    color: #72807c;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}
@keyframes hgDrawLine { to { stroke-dashoffset: 0; } }
@keyframes hgAreaIn { to { opacity: 1; } }
@keyframes hgPointIn { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }

.metric-bars {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 19px;
    margin-top: 28px;
}
.metric-row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 800;
}
.metric-row b {
    color: var(--teal);
    font-size: 16px;
}
.metric-row i {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4ece8;
}
.metric-row em {
    display: block;
    width: var(--bar);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--g1), var(--mint));
    transform-origin: left;
    transform: scaleX(0);
    animation: hgBarIn 1000ms var(--ease-out) forwards;
}
.metric-row:nth-child(2) em { animation-delay: 120ms; } 
.metric-row:nth-child(3) em { animation-delay: 240ms; }
.metric-row:nth-child(4) em { animation-delay: 360ms; }
@keyframes hgBarIn { to { transform: scaleX(1); } }
.insight-value {
    padding: 7px 9px;
    border-radius: 8px;
    background: #e9f8f3;
    color: var(--g1);
    font-size: 16px;
    font-weight: 900;
}
.insight-foot {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    padding-top: 15px;
    border-top: 1px solid #e7ece9;
    color: #687570;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 820px) {
    .insights-grid { grid-template-columns: 1fr; }
    .insight-card { padding: 21px; }
    .line-chart { height: 240px; }
}
@media (prefers-reduced-motion: reduce) {
    .page-load-hero,
    .pulse-dot,
    .mini-pulse,
    .chart-area,
    .chart-line,
    .chart-point,
    .metric-row em {
        animation: none !important;
    }
    .reveal,
    .reveal.reveal-left,
    .reveal.reveal-right,
    .reveal.reveal-fade,
    .reveal-stagger > * {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}


.category-track {
    display: flex;
    gap: 16px; /* apni existing gap value use karo */
    width: max-content;
    will-change: transform;
    overflow: visible; /* important: track khud scroll nahi hoga ab */
}

.category-track.marquee-running {
    animation: marquee-scroll var(--marquee-duration, 20s) linear infinite;
}

.category-track.marquee-paused {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(var(--marquee-distance, -50%)); }
}

.category-shell {
    overflow: hidden;
}
