:root {
    --green: #1D4E9E; /* Primary: Royal Blue */
    --green-dark: #153a75; /* Darker Royal Blue */
    --blue: #9837d4; /* Secondary: Bright Purple */
    --blue-dark: #7528a8; /* Darker Purple */ 
    --accent: #E31E24; /* Accent: Red for CTAs */
    --bg: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%); /* Gradient background */
    --bg-alt: #F8F9FA; /* Light Gray background */
    --card: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --line: rgba(29, 78, 158, 0.1);
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-strong: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    --green-transparent: rgba(29, 78, 158, 0.1);
    --blue-transparent: rgba(152, 55, 212, 0.1);
    --font-family-base: "Inter", sans-serif;
    --text-body-size: 1rem;
    --text-body-line: 1.7;
    --text-heading-line: 1.15;
    --section-space-y: 32px;
    --section-space-y-mobile: 24px;
    --title-space: 18px;
    
    /* Global Theme Overrides */
    --brand-primary: var(--green);
    --brand-secondary: var(--blue);
    --brand-accent: var(--accent);
    --text-dark: var(--text);
    --text-muted: var(--muted);
}
* { 
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; /* Removes default grey tap box on mobile so custom animations shine */
}
html { scroll-behavior: smooth; width: 100%; }
body { margin: 0; font-family: var(--font-family-base); background: var(--bg-alt); color: var(--text); overflow-x: hidden; width: 100%; max-width: 100%; padding-top: 92px; }
a { color: inherit; text-decoration: none; transition: color 0.3s ease, transform 0.3s ease; }
img { transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease; }
button, input, textarea, select { font: inherit; }

/* Shared Typography System */
h1, h2, h3, h4, h5, h6 {
    color: var(--text);
    font-family: var(--font-family-base);
    line-height: var(--text-heading-line);
}
p, li {
    font-size: var(--text-body-size);
    line-height: var(--text-body-line);
    color: var(--muted);
}
.section,
.content-section,
.srv-category-section {
    padding: var(--section-space-y) 0 !important;
}
.section-heading,
.content-container > h2,
.content-container > h3,
.content-container .section-heading {
    margin-bottom: var(--title-space) !important;
}
.section-heading.center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 28px !important;
    padding: 0 0 !important;
}
.section-heading.center .eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 6px 16px !important;
    margin: 0 auto 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(29, 78, 158, 0.15) !important;
    background: rgba(29, 78, 158, 0.08) !important;
    color: var(--green) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 0.75rem !important;
}
.section-heading.center h2,
.section-heading.center p {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 780px !important;
    width: min(100%, 780px) !important;
}
.hero-badge,
.eyebrow,
.srv-hero-badge {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
}
.hero h1,
.hero-headline,
.srv-hero-headline,
.section-heading h2,
.content-container h2,
.contact-copy h2,
.srv-category-section .section-heading h2,
.cta-box h3 {
    color: var(--text);
    line-height: var(--text-heading-line) !important;
    font-weight: 800 !important;
}
.hero h1,
.hero-headline,
.srv-hero-headline {
    font-size: clamp(2.5rem, 4.8vw, 4.1rem) !important;
}
.section-heading h2,
.content-container h2,
.contact-copy h2,
.srv-category-section .section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
}
.content-container h3,
.feature-card h3,
.srv-card h3,
.testimonial-card h4,
.price-card h3,
.core-card h3,
.spread-card h3,
.cta-box h3 {
    font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
    line-height: 1.25 !important;
    margin-top: 0 !important;
}
.hero p,
.hero-subtext,
.srv-hero-subtext,
.section-heading p,
.content-container p,
.contact-copy p,
.feature-card p,
.srv-card p,
.testimonial-text,
.price-desc,
.info-card span,
.cta-box p {
    font-size: var(--text-body-size) !important;
    line-height: var(--text-body-line) !important;
}
.content-container,
.section-heading p,
.feature-card p,
.srv-card p,
.testimonial-text {
    color: var(--muted);
}
.feature-card,
.srv-card,
.testimonial-card,
.price-card,
.core-card,
.spread-card,
.info-card,
.contact-form-wrap {
    border-radius: 24px;
}
.intro-grid,
.service-features-grid,
.testimonial-grid,
.srv-card-grid {
    gap: 24px !important;
}
.awards-slider,
.clients-grid,
.sector-slider-wrapper {
    margin-top: 8px !important;
}
.cta-box {
    padding: 36px 30px !important;
    margin-top: 12px !important;
}
.stats-section.section[style],
.stats-section[style] {
    padding: 40px 0 !important;
}
.stats-section .section-heading[style] {
    margin-bottom: 14px !important;
}
.stats-section .stat-card[style] {
    padding: 28px 18px !important;
}
.content-section .eyebrow[style*="margin-top: 60px"] {
    margin-top: 32px !important;
}
.content-section .eyebrow[style*="margin-top: 20px"] {
    margin-top: 12px !important;
}
.content-section h3[style*="margin-top: 10px"] {
    margin-top: 6px !important;
}
.content-section p[style*="margin-bottom: 40px"] {
    margin-bottom: 24px !important;
}
.content-section div[style*="margin-top: 80px"] {
    margin-top: 28px !important;
}
.content-section div[style*="margin-bottom: 40px"] {
    margin-bottom: 18px !important;
}
.content-section div[style*="margin-bottom: 20px"] {
    margin-bottom: 10px !important;
}

/* Dark section typography exceptions */
.hero-wrapper h1,
.hero-wrapper p,
.hero-wrapper .hero-badge,
.srv-hero-wrapper h1,
.srv-hero-wrapper p,
.srv-hero-wrapper .srv-hero-badge,
.contact-section h2,
.contact-section p,
.stats-section h2,
.stats-section p,
.stats-section .eyebrow,
.cta-box h3,
.cta-box p {
    color: #ffffff !important;
}
.hero-wrapper .hero-subtext,
.srv-hero-wrapper .srv-hero-subtext,
.contact-section .contact-copy p,
.stats-section .section-heading p,
.cta-box p {
    color: rgba(255, 255, 255, 0.82) !important;
}
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.wide-container { width: 100%; padding: 0 4vw; margin: 0 auto; }
.top-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 31; background-color: var(--green); color: #ffffff; font-size: 0.8rem; padding: 8px 0; font-weight: 500; }
.top-bar:not(.shared-top-bar) { display: none !important; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-contact, .top-links { display: flex; gap: 24px; }
.top-bar a { color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: color 0.2s ease; }
.top-bar a:hover { color: #ffffff; }
.site-header { position: fixed; top: 34px; left: 0; right: 0; z-index: 30; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04); animation: headerSlideIn 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.nav-wrap, .hero-grid, .contact-grid, .footer-top, .footer-nav, .footer-bottom, .form-row, .stats-grid { display: grid; gap: 24px; }
.nav-wrap { grid-template-columns: auto 1fr auto; align-items: center; padding: 4px 0; }
.nav-wrap-header { padding: 4px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { height: 48px; width: auto; object-fit: contain; transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
.brand:hover img { transform: scale(1.06) rotate(-2deg); }
.brand-badge { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--green), var(--blue)); box-shadow: var(--shadow); }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 0.92rem; letter-spacing: 0.04em; color: var(--blue-dark); }
.brand-copy small { color: var(--muted); font-size: 0.74rem; }
.site-nav { display: flex; justify-content: center; gap: clamp(16px, 2.5vw, 40px); color: #120b1f; font-weight: 600; perspective: 1000px; width: 100%; }
.site-nav-main { justify-content: space-evenly; align-items: center; padding-left: 0; flex-wrap: nowrap; row-gap: 0; white-space: nowrap; }
.site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 12px;
    border-radius: 999px;
    overflow: hidden;
    color: #120b1f;
    transition: color 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, background 0.35s ease;
}
.site-nav a span {
    position: relative;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(29, 78, 158, 0.12), rgba(152, 55, 212, 0.16));
    transform: scale(0.82);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
    color: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(29, 78, 158, 0.12);
}
.site-nav a:hover span,
.site-nav a:focus-visible span,
.site-nav a.is-current span {
    transform: translateX(4px);
}
.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.site-nav a.is-current::before {
    opacity: 1;
    transform: scale(1);
}
.site-nav a:focus-visible {
    outline: none;
}
.header-actions { display: flex; align-items: center; gap: 16px; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 700; transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, background-color 0.4s ease !important; cursor: pointer; position: relative; overflow: hidden; }
.nav-cta { min-height: 32px; padding: 0 14px; font-size: 0.8rem; font-weight: 700; color: #fff; background-color: var(--brand-primary) !important; background-image: none !important; border-radius: 6px !important; }
.nav-cta:hover, .button-primary:hover { background-color: var(--brand-accent) !important; background-image: none !important; box-shadow: 0 12px 24px rgba(29, 78, 158, 0.35) !important; transform: translateY(-4px) scale(1.03) !important; }
.nav-cta:active, .button:active, .btn-shine:active, .btn-white:active, .hero-btn:active, .sgm-view-all-btn:active, .cs-view-all-btn:active, .btn-ghost:active { transform: translateY(0) scale(0.98) !important; box-shadow: none !important; }
.button { min-height: 50px; padding: 0 24px; border: 0; cursor: pointer; }
.button-primary { color: #fff !important; background-color: var(--brand-primary) !important; background-image: none !important; box-shadow: 0 14px 30px rgba(21, 101, 192, 0.2); }
.button-secondary { color: var(--brand-secondary) !important; background: #fff; border: 1px solid var(--brand-secondary) !important; }

.btn-shine { position: relative; overflow: hidden; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease; }
.btn-shine::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%); transform: skewX(-25deg); animation: shine 3s infinite; }
.btn-shine:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 24px rgba(29, 78, 158, 0.25); }
@keyframes shine { 0% { left: -100%; } 20% { left: 200%; } 100% { left: 200%; } }
@keyframes headerSlideIn {
    from { opacity: 0; transform: translateY(-18px); }
    to { opacity: 1; transform: translateY(0); }
}

.full-width { width: 100%; }
.hero { padding: 36px 0; overflow: hidden; position: relative; }
.hero-grid, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.hero-badge, .eyebrow { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; font-weight: 700; color: var(--green); background: rgba(37, 99, 235, 0.1); }
.hero h1 { margin: 18px 0 16px; line-height: 1.02; font-size: clamp(2.6rem, 5vw, 5rem); }
.section-heading h2, .contact-copy h2 { margin: 18px 0 16px; line-height: 1.15; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--text); }
.hero h1 span, .section-heading h2 span { color: var(--blue); }
.hero p, .section-heading p, .spread-card p, .core-card p, .price-desc, .contact-copy p { color: var(--muted); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.hero-visual { display: grid; place-items: center; }
.hero-visual img { max-width: 100%; height: auto; }
.section { padding: var(--section-space-y) 0; }
.section-heading { max-width: 780px; margin-bottom: 12px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.sectors-section { background: var(--bg); }
.sector-grid, .spread-cards, .core-grid, .pricing-grid, .info-stack { display: grid; gap: 20px; }
.sector-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sector-card, .spread-card, .core-card, .price-card, .stat-card, .info-card, .contact-form-wrap { background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); }
.sector-card, .spread-card, .core-card, .price-card, .stat-card, .info-card { transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.4s ease; cursor: pointer; } .sector-card:hover, .spread-card:hover, .core-card:hover, .price-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.15); border-color: var(--blue); }
.stat-card:hover, .info-card:hover { transform: translateY(-6px); background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); box-shadow: var(--shadow-strong); }
.sector-card { padding: 32px 20px; text-align: center; border-radius: 20px; font-weight: 600; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.sector-icon-wrap { width: 68px; height: 68px; display: grid; place-items: center; background: var(--blue-transparent); border-radius: 50%; transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.4s ease; }
.sector-icon { font-size: 1.8rem; line-height: 1; }
.sector-card:hover .sector-icon-wrap { background: var(--green-transparent); transform: scale(1.2) rotate(8deg); }
.sector-name { color: var(--text); font-size: 1.05rem; }
.center-action { text-align: center; margin-top: 4px; }
.spread-cards { grid-template-columns: repeat(4, 1fr); gap: 40px; }
.spread-card { min-height: 270px; padding: 28px; border-radius: 30px; background: linear-gradient(180deg, #f0f7ff, #ffffff); }
.blue-card { background: var(--blue-transparent); border-color: rgba(30, 136, 229, 0.15); }
.spread-mark { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: var(--green); font-weight: 800; background: var(--green-transparent); }
.spread-card h3, .core-card h3, .price-card h3 { margin: 18px 0 12px; font-size: 1.25rem; }
.core-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.core-card { padding: 28px; border-radius: 28px; }
.core-section { background: var(--bg); }
.core-card-top, .tag-list, .social-list { display: flex; align-items: center; }
.core-card-top { justify-content: space-between; }
.core-icon { width: 48px; height: 48px; border-radius: 16px; background: var(--green-transparent); color: var(--green); display: grid; place-items: center; }
.core-arrow { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-transparent); color: var(--blue); font-size: 1.2rem; transition: all 0.25s ease; }
.core-card:hover .core-arrow { background: var(--green); color: #ffffff; transform: translateX(4px) rotate(-45deg); }
.tag-list { flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.tag-list span { padding: 8px 12px; border-radius: 999px; background: var(--green-transparent); color: var(--green-dark); font-size: 0.85rem; font-weight: 700; }
.pricing-section { background: var(--bg-alt); }
.pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.price-card { position: relative; padding: 30px; border-radius: 28px; }
.price-card.popular { border-color: rgba(102, 45, 145, 0.22); transform: translateY(-6px); }
.price-card.popular:hover { transform: translateY(-12px); box-shadow: var(--shadow-strong); border-color: var(--blue); }
.popular-pill { display: inline-block; margin-bottom: 10px; padding: 8px 12px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--green)); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.price { margin: 0; font-size: 2rem; font-weight: 900; }
.price span, .gst { color: var(--muted); font-size: 0.92rem; font-weight: 600; }
.price-card ul { margin: 20px 0 24px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 22px; margin-bottom: 12px; color: var(--muted); }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 800; }
.stats-section { background: var(--green-dark); color: #fff; }
.stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats-section .section-heading h2 span { color: #89b3ff; }
.stat-card { padding: 36px 24px; border-radius: 24px; text-align: center; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); box-shadow: var(--shadow); } .stat-card:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); }
.stat-card strong { display: block; margin-bottom: 8px; font-size: 2rem; color: #fff !important; }
.stat-card span { color: rgba(255,255,255,0.9); font-weight: 600; }
.contact-section { padding: var(--section-space-y) 0; background: linear-gradient(145deg, #020617 0%, #0b1f40 50%, #020617 100%); color: #fff; position: relative; overflow: hidden; z-index: 1; }
.contact-section::before, .contact-section::after { content: ""; position: absolute; border-radius: 50%; filter: blur(90px); z-index: -1; opacity: 0.45; pointer-events: none; }
.contact-section::before { top: -10%; left: -10%; width: 45vw; height: 45vw; background: #1D4E9E; }
.contact-section::after { bottom: -10%; right: -10%; width: 40vw; height: 40vw; background: #3b82f6; }
.contact-copy h2 { color: #fff; font-size: clamp(2.5rem, 5vw, 3.5rem); }
.contact-copy h2 span { color: #3b82f6; }
.contact-copy p { color: rgba(255,255,255,0.9); font-size: 1.1rem; }
.contact-copy .eyebrow { background: rgba(59, 130, 246, 0.15); color: #3b82f6; padding: 8px 20px; border: 1px solid rgba(59, 130, 246, 0.4); border-radius: 999px; font-size: 0.95rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 0 15px rgba(59, 130, 246, 0.2); }
.info-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; gap: 20px; }
.info-card { padding: 26px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 8px 20px rgba(0,0,0,0.2); backdrop-filter: blur(10px); }
.info-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(59, 130, 246, 0.5); transform: translateY(-6px) scale(1.02); box-shadow: 0 15px 30px rgba(59, 130, 246, 0.25); }
.info-card strong { display: block; margin-bottom: 10px; color: #3b82f6; font-size: 1.2rem; letter-spacing: 0.5px; }
.info-card span { color: rgba(255,255,255,0.9); line-height: 1.6; font-size: 1.05rem; }
.contact-form-wrap { padding: 32px; border-radius: 28px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 30px 60px rgba(0,0,0,0.4), inset 0 0 20px rgba(255,255,255,0.05); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.contact-form, .contact-form label { display: grid; gap: 10px; }
.contact-form { gap: 24px; }
.form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-form label { font-weight: 700; color: #f8fafc; font-size: 1rem; letter-spacing: 0.5px; }
.contact-form input, .contact-form textarea { width: 100%; border: 2px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 16px 20px; font: inherit; background: rgba(0,0,0,0.4); color: #fff; transition: all 0.3s ease; font-size: 1.05rem; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #3b82f6; outline: none; background: rgba(0,0,0,0.6); box-shadow: 0 0 20px rgba(59, 130, 246, 0.3); transform: translateY(-2px); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form .button-primary { background: linear-gradient(135deg, #1D4E9E 0%, #3b82f6 50%, #1D4E9E 100%) !important; background-size: 200% auto !important; color: #fff !important; border: none; box-shadow: 0 10px 30px rgba(29, 78, 158, 0.4); transition: all 0.3s ease; border-radius: 999px; font-size: 1.15rem; padding: 18px 32px; font-weight: 800; letter-spacing: 1px; animation: btnGradientShift 5s ease infinite; cursor: pointer; }
.contact-form .button-primary:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 15px 40px rgba(59, 130, 246, 0.6); }
.success-message { color: #4ade80; font-weight: 700; text-align: left; margin-top: 12px; font-size: 1.1rem; text-shadow: 0 0 10px rgba(74, 222, 128, 0.4); display: none; }
@keyframes btnGradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

/* Hamburger Base */
.hamburger { display: none; background: transparent; border: none; cursor: pointer; flex-direction: column; gap: 6px; padding: 5px; z-index: 101; position: relative; }
.hamburger span { display: block; width: 28px; height: 3px; background: var(--text); transition: all 0.3s ease; border-radius: 3px; }
.hamburger.is-active span { background: var(--green-dark); }

/* NEW FOOTER */
.new-site-footer {
  background: #f8fafc;
  color: #0f172a;
  padding: 64px 0 32px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.new-site-footer p,
.new-site-footer span,
.new-site-footer a,
.new-site-footer h4 {
  color: #334155 !important;
}

.new-site-footer::before,
.new-site-footer::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(117, 40, 168, 0.05);
  pointer-events: none;
}  
.new-site-footer::before {
  width: 220px;
  height: 220px;
  top: -70px;
  right: 6%;
  animation: footerFloatA 10s ease-in-out infinite;
}
.new-site-footer::after {
  width: 160px;
  height: 160px;
  bottom: -45px;
  left: 8%;
  animation: footerFloatB 11s ease-in-out infinite;
}

.new-site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 42px;
  margin-bottom: 40px;
}

.new-site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.new-site-footer .brand-contact {
  display: grid;
  gap: 12px;
}
.new-site-footer .brand-contact a {
  color: #0f172a;
  opacity: 0.9;
  text-decoration: none;
  font-size: 0.95rem;
}
.new-site-footer .brand-contact a:hover {
  opacity: 1;
}

.new-site-footer .footer-links a,
.new-site-footer .footer-links span {
  color: #475569;
}

.new-site-footer .footer-links a:hover {
  opacity: 1;
  transform: translateX(2px);
}

.new-site-footer .footer-contact { order: 1; }
.new-site-footer .footer-brand { order: 2; }
.new-site-footer .footer-quick-links { order: 3; }
.new-site-footer .footer-quick-links h4,
.new-site-footer .footer-quick-links .footer-links,
.new-site-footer .footer-quick-links .footer-links a {
  text-align: left;
  align-self: flex-start;
}

.new-site-footer .footer-brand img {
  height: 75px;
  margin-bottom: 20px;
  transition: transform .28s ease;
}
.new-site-footer .footer-brand:hover img {
  transform: translateY(-3px);
}

.new-site-footer .footer-brand p {
  opacity: 0.9;
  line-height: 1.7;
  font-size: 14px;
}

.new-site-footer .footer-section h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: .2px;
}

.new-site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  text-align: left;
}

.new-site-footer .footer-links a {
  opacity: 0.9;
  font-size: 14px;
  position: relative;
  transition: opacity .2s ease, transform .2s ease;
}

.new-site-footer .footer-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.new-site-footer .footer-whatsapp-link .social-icon {
  width: 16px;
  height: 16px;
}
.new-site-footer .footer-address {
  opacity: 0.95;
  font-size: 14px;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  width: 100%;
  text-align: left;
  transition: transform .2s ease, opacity .2s ease;
}
.new-site-footer .footer-links a[href^="mailto:"] + .footer-address {
  margin-top: -2px;
}
.new-site-footer .footer-links a[href^="mailto:"] + .footer-address::before {
  content: "Address:";
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text);
}
.new-site-footer .footer-address:hover {
  transform: translateX(3px);
  opacity: 1;
}

.new-site-footer .footer-address svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 3px;
  fill: #f97316;
}
.new-site-footer .footer-address span {
  min-width: 0;
}

.new-site-footer .footer-links a:hover {
  opacity: 1;
  text-decoration: none;
  transform: translateX(4px);
}
.new-site-footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.new-site-footer .footer-links a:hover::after {
  transform: scaleX(1);
}

.new-site-footer .social-links {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

.new-site-footer .social-links a {
  width: 58px;
  height: 58px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}

.new-site-footer .social-links a:hover {
  transform: translateY(-4px) scale(1.1);
}

.new-site-footer .social-icon {
  width: 32px;
  height: 32px;
  display: block;
  fill: var(--text); /* Makes icons dark by default */
  transition: fill 0.3s ease;
}

/* Initial Dark State */
.new-site-footer .social-icon.facebook { fill: var(--text); }
.new-site-footer .social-icon.twitter { fill: var(--text); }
.new-site-footer .social-icon.linkedin { fill: var(--text); }
.new-site-footer .social-icon.youtube { fill: var(--text); }
.new-site-footer .social-icon.whatsapp { fill: var(--text); }

/* Reveal brand colors on hover */
.new-site-footer .social-links a:hover .facebook { fill: #1877f2; }
.new-site-footer .social-links a:hover .twitter { fill: #1da1f2; }
.new-site-footer .social-links a:hover .linkedin { fill: #0a66c2; }
.new-site-footer .social-links a:hover .youtube { fill: #ff0000; }
.new-site-footer .social-links a:hover .whatsapp { fill: #25D366; }

.new-site-footer .footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  text-align: center;
  opacity: 0.9;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.new-site-footer .footer-bottom p {
  margin: 0;
}
.new-site-footer .footer-bottom a {
  text-decoration: underline;
}

.new-site-footer .footer-brand,
.new-site-footer .footer-section { position: relative; z-index: 1; }
.new-site-footer .footer-grid > * { animation: footerFadeUp .5s ease both; }
.new-site-footer .footer-grid > *:nth-child(2) { animation-delay: .06s; }
.new-site-footer .footer-grid > *:nth-child(3) { animation-delay: .12s; }

@keyframes footerFloatA {
  0%,100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-10px) translateX(6px); }
}
@keyframes footerFloatB {
  0%,100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(10px) translateX(-6px); }
}
@keyframes footerFadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Global Unified Transitions & Animations --- */
/* Map CSS variable delays to transition-delay */
[style*="--delay"] { transition-delay: var(--delay) !important; }

/* Upgrade all scroll reveals globally */
.reveal, .cs-reveal, .sgm-reveal, .pm-reveal, .blog-reveal, .sd-reveal { 
    opacity: 0 !important; 
    transform: translateY(40px) scale(0.96) !important; 
    transition-property: opacity, transform !important;
    transition-duration: 0.9s !important;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important; 
    will-change: opacity, transform;
}
.reveal.active, .reveal.in-view, .cs-reveal.cs-in-view, .sgm-reveal.sgm-in-view, .pm-reveal.pm-in-view, .blog-reveal.in-view, .sd-reveal.sd-in-view { 
    opacity: 1 !important; 
    transform: translateY(0) scale(1) !important; 
    animation: none !important;
}

/* Upgrade all card hovers globally */
.sector-card, .spread-card, .core-card, .price-card, .stat-card, .info-card, .feature-card, .process-card, .why-item, .tech-item, .benefit-card, .blog-card, .internship-card, .product-card, .srv-card, .testimonial-card, .award-item, .client-item, .pm-card, .sgm-card, .cs-card, .sd-card {
    transition-property: transform, box-shadow, border-color, filter !important;
    transition-duration: 0.5s !important;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.sector-card:hover, .sector-card:active, .spread-card:hover, .spread-card:active, .core-card:hover, .core-card:active, .price-card:hover, .price-card:active, .stat-card:hover, .stat-card:active, .info-card:hover, .info-card:active, .feature-card:hover, .feature-card:active, .process-card:hover, .process-card:active, .why-item:hover, .why-item:active, .tech-item:hover, .tech-item:active, .benefit-card:hover, .benefit-card:active, .blog-card:hover, .blog-card:active, .internship-card:hover, .internship-card:active, .product-card:hover, .product-card:active, .srv-card:hover, .srv-card:active, .testimonial-card:hover, .testimonial-card:active, .award-item:hover, .award-item:active, .client-item:hover, .client-item:active, .pm-card:hover, .pm-card:active, .sgm-card:hover, .sgm-card:active, .cs-card:hover, .cs-card:active, .sd-card:hover, .sd-card:active {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
}

/* Ensure inner hover effects trigger on touch (mobile active state) */
.feature-card:active::before, .process-card:active::before, .why-item:active::before, .tech-item:active::before, .benefit-card:active::before, .srv-card:active .srv-card-overlay, .blog-card:active .blog-card-overlay, .sgm-card:active .sgm-card-overlay, .cs-card:active .cs-card-overlay { opacity: 1 !important; }
.feature-card:active h3, .process-card:active h3, .why-item:active h4, .benefit-card:active h3, .tech-item:active, .srv-card:active h3, .blog-card:active .blog-content h3, .sgm-card:active .sgm-card-title, .cs-card:active .cs-card-title { color: #fff !important; }
.feature-card:active p, .process-card:active p, .why-item:active p, .benefit-card:active p, .srv-card:active p, .blog-card:active .blog-content p, .sgm-card:active .sgm-card-desc, .cs-card:active .cs-card-desc { color: rgba(255,255,255,0.8) !important; }
.feature-card:active .feature-icon, .process-card:active .feature-icon, .why-item:active .feature-icon, .benefit-card:active .benefit-icon, .srv-card:active .srv-card-icon, .sgm-card:active .sgm-icon-box, .cs-card:active .cs-icon-box, .sd-card:active .sd-card-icon { transform: scale(1.1) rotate(-5deg) !important; background: rgba(255,255,255,0.2) !important; box-shadow: 0 6px 24px rgba(255,255,255,0.25) !important; border: 1.5px solid rgba(255,255,255,0.35) !important; color: #fff !important; }
.feature-card:active .card-arrow, .process-card:active .card-arrow, .why-item:active .card-arrow, .srv-card:active .srv-card-arrow, .sgm-card:active .sgm-card-arrow, .cs-card:active .cs-card-arrow { background: rgba(255,255,255,0.2) !important; color: #fff !important; transform: translate(3px, -3px) !important; }
.tech-item:active::before { transform: scale(1.5) !important; }
.tech-item:active svg { transform: scale(1.1) !important; color: #ffffff !important; }
.process-card:active .process-step-num { background: rgba(255,255,255,0.2) !important; transform: scale(1.15) rotate(-10deg) !important; border: 1.5px solid rgba(255,255,255,0.35) !important; }
.blog-card:active .blog-card-accent, .srv-card:active .srv-card-accent { opacity: 0 !important; }
.blog-card:active .blog-thumb { transform: scale(1.08) !important; }
.blog-card:active .blog-category { background: rgba(255,255,255,0.2) !important; color: #fff !important; }
.blog-card:active .blog-date { color: rgba(255,255,255,0.8) !important; }
.blog-card:active .blog-read { gap: 12px !important; color: #fff !important; }
.intro-image-wrap:active img { transform: scale(1.05) !important; }
.faq-item:active { border-color: var(--blue) !important; box-shadow: var(--shadow) !important; }
.life-grid img:active { transform: translateY(-5px) !important; box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* --- Responsive --- */
@media (max-width: 1100px) {
  .sector-grid, .pricing-grid, .core-grid, .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spread-cards { grid-template-columns: repeat(2, 1fr); }
  .new-site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 1199px) {
    body::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.4);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        z-index: 25;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        pointer-events: none;
    }
    body:has(.site-nav.is-active) {
        overflow: hidden;
    }
    body:has(.site-nav.is-active)::after {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .nav-wrap-header {
        gap: 16px;
    }
    .site-nav-main {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        width: min(340px, 86vw);
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 96px 24px 32px;
        gap: 12px;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 100;
        overflow-y: auto;
    }
    .site-nav-main.is-active {
        transform: translateX(0);
    }
    .site-nav-main > a, .site-nav-main > .nav-dropdown {
        width: 100%;
        opacity: 0;
        transform: translateX(30px);
        transition: opacity 0.4s ease, transform 0.4s ease, background 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
    }
    .site-nav-main > a {
        padding: 12px 16px;
        border-radius: 12px;
    }
    .site-nav-main.is-active > a, .site-nav-main.is-active > .nav-dropdown {
        opacity: 1;
        transform: translateX(0);
    }
    .site-nav-main.is-active > *:nth-child(1) { transition-delay: 0.1s; }
    .site-nav-main.is-active > *:nth-child(2) { transition-delay: 0.15s; }
    .site-nav-main.is-active > *:nth-child(3) { transition-delay: 0.2s; }
    .site-nav-main.is-active > *:nth-child(4) { transition-delay: 0.25s; }
    .site-nav-main.is-active > *:nth-child(5) { transition-delay: 0.3s; }
    .site-nav-main.is-active > *:nth-child(n+6) { transition-delay: 0.35s; }
    .site-nav-main > a:hover,
    .site-nav-main > a:active,
    .site-nav-main .nav-dropdown > a:hover,
    .site-nav-main .nav-dropdown > a:active {
        background: var(--blue-transparent);
        color: var(--blue);
        padding-left: 24px;
    }
    .site-nav-main a:hover span,
    .site-nav-main a:active span,
    .site-nav-main a.is-current span {
        transform: none;
    }
    .header-actions {
        margin-left: auto;
    }
    .hamburger {
        display: flex;
    }
    .hamburger.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
    .hamburger.is-active span:nth-child(2) { opacity: 0; }
    .hamburger.is-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
}

/* Sticky Free Quote Button */
.sticky-free-quote {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--green) 0%, var(--blue) 100%);
    color: #fff;
    font-weight: 700;
    font-size: ing: 2px;
    text-transform: uppercase;
    z-index: 9999;
    transition: padding-right 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 16px 10px; 0 0 8px;
    display: block;
    text-align: center;
    text-decoration: none;
    animation: stickyGlow 0.6s infinite alternate ease-in-out;
}
.sticky-free-quote:hover {
    padding-right: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent) 0%, #b31219 100%);
    animation: none;
    box-shadow: -4px 0 25px rgba(227, 30, 36, 0.6);
}
@keyframes stickyGlow {
    0% { box-shadow: -4px 0 10px rgba(29, 78, 158, 0.4); transform: translateY(-50%); opacity: 1; }
    100% { box-shadow: -6px 0 25px rgba(152, 55, 212, 0.8); transform: translateY(calc(-50% - 5px)); opacity: 0.8; }
}

@media (max-width: 991px) {
    .top-bar { display: none; }
    body { padding-top: 58px; }
    .site-header { top: 0; }
    .nav-wrap { display: flex; justify-content: space-between; }
    .contact-grid, .form-row, .footer-bottom, .footer-nav, .info-stack { grid-template-columns: 1fr; }
    .spread-cards, .pricing-grid, .core-grid, .sector-grid, .footer-top { grid-template-columns: 1fr; }
        .new-site-footer .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 768px) {
    .sticky-free-quote {
        padding: 16px 8px;
        font-size: 0.85rem;
        border-radius: 6px 0 0 6px;
    }
}
@media (max-width: 640px) { 
    .section,
    .content-section,
    .srv-category-section { padding: var(--section-space-y-mobile) 0 !important; } 
    .contact-form-wrap, .price-card, .core-card, .spread-card { padding: 22px; } 
    .nav-cta { display: none; }
    .container { width: min(1180px, calc(100% - 24px)); }
    body { padding-top: 90px; }
    .brand img { height: 62px; }
    .site-nav-main { width: min(320px, 88vw); padding: 88px 18px 24px; }
    .hero h1,
    .hero-headline,
    .srv-hero-headline,
    .section-heading h2,
    .content-container h2,
    .contact-copy h2,
    .srv-category-section .section-heading h2 { font-size: clamp(1.9rem, 8vw, 2.6rem) !important; }
    .content-container h3,
    .feature-card h3,
    .srv-card h3,
    .testimonial-card h4,
    .price-card h3,
    .core-card h3,
    .spread-card h3,
    .cta-box h3 { font-size: 1.3rem !important; }
}
@media (prefers-reduced-motion: reduce) {
    .site-header,
    .site-nav a,
    .site-nav a span,
    .site-nav a::before {
        animation: none !important;
        transition: none !important;
    }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: whatsappFloat 3s ease-in-out infinite;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    text-decoration: none;
    animation: none;
}
.whatsapp-float svg {
    width: 35px;
    height: 35px;
    fill: currentColor;
}
@media (max-width: 768px) {
    .whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; }
    .whatsapp-float svg { width: 30px; height: 30px; }
}
@keyframes whatsappFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -12px, 0); }
}

/* --- Unified Horizontal Sliding for Service & Industry Grids --- */
.sector-track,
.blog-track,
.testimonials-track,
.values-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 16px 4px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
.service-features-grid,
.tech-stack-grid,
.process-grid,
.why-choose-list,
.srv-card-grid,
.stats-grid,
.testimonial-grid,
.benefit-grid,
.blog-grid,
.mission-vision-grid,
.global-presence-grid,
.spread-cards,
.cs-grid,
.sgm-grid,
.sd-grid,
.life-grid,
.pricing-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 16px 4px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
}
}

.service-features-grid::-webkit-scrollbar,
.tech-stack-grid::-webkit-scrollbar,
.process-grid::-webkit-scrollbar,
.why-choose-list::-webkit-scrollbar,
.srv-card-grid::-webkit-scrollbar,
.stats-grid::-webkit-scrollbar,
.testimonial-grid::-webkit-scrollbar,
.benefit-grid::-webkit-scrollbar,
.blog-grid::-webkit-scrollbar,
.mission-vision-grid::-webkit-scrollbar,
.global-presence-grid::-webkit-scrollbar,
.spread-cards::-webkit-scrollbar,
.cs-grid::-webkit-scrollbar,
.sgm-grid::-webkit-scrollbar,
.sd-grid::-webkit-scrollbar,
.life-grid::-webkit-scrollbar,
.pricing-grid::-webkit-scrollbar,
.sector-track::-webkit-scrollbar,
.blog-track::-webkit-scrollbar,
.testimonials-track::-webkit-scrollbar,
.values-track::-webkit-scrollbar {
    display: none !important;
}

/* --- Global Slider Buttons --- */
.global-slider-wrapper { position: relative; width: 100%; }
.global-scroll-btn {
    position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; 
    background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(8px); border: 1px solid rgba(29, 78, 158, 0.15); 
    box-shadow: 0 8px 25px rgba(0,0,0,0.1); color: var(--green); display: flex; align-items: center; justify-content: center; 
    cursor: pointer; z-index: 100; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.global-scroll-btn:hover { background: var(--green); color: #ffffff; box-shadow: var(--shadow-strong); transform: translateY(-50%) scale(1.1); }
.global-prev-btn { left: 8px; }
.global-next-btn { right: 8px; }
@media (max-width: 1200px) { 
    .global-prev-btn { left: 5px; } 
    .global-next-btn { right: 5px; } 
}
@media (max-width: 768px) { 
    .global-scroll-btn { width: 36px; height: 36px; } 
    .global-prev-btn { left: 4px; } 
    .global-next-btn { right: 4px; } 
}

.life-grid > img {
    width: 300px !important; flex-shrink: 0 !important; max-width: 80vw !important; height: 260px !important; margin: 0 !important; object-fit: cover !important;
}

.sector-card, .testimonial-card, .blog-card {
    width: 340px !important; flex-shrink: 0 !important; max-width: 90vw !important; flex: none !important; margin: 0 !important;
}

@media (max-width: 991px) {
    .feature-card, .why-item, .srv-card-grid > *, .benefit-card, .cs-card, .sgm-card, .sd-card, .gp-card, .price-card { 
        width: 340px !important; flex-shrink: 0 !important; max-width: 90vw !important; flex: none !important; margin: 0 !important;
    }
    .vision-card, .mission-card {
        width: 480px !important;
        height: 480px !important;
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        margin: 0 !important;
    }
    .process-card, .spread-card { 
        width: 320px !important; flex-shrink: 0 !important; max-width: 90vw !important; flex: none !important; margin: 0 !important;
    }
    .tech-item, .stat-card { 
        width: 280px !important; flex-shrink: 0 !important; max-width: 90vw !important; flex: none !important; margin: 0 !important;
    }
}

@media (min-width: 769px) {
    .mission-vision-grid {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .service-features-grid, .tech-stack-grid, .process-grid, .why-choose-list, .srv-card-grid, .stats-grid, .testimonial-grid, .benefit-grid, .blog-grid, .mission-vision-grid, .global-presence-grid, .spread-cards, .cs-grid, .sgm-grid, .sd-grid, .life-grid, .pricing-grid, .sector-track, .blog-track, .testimonials-track, .values-track {
        gap: 16px !important;
        padding: 16px 0 !important;
    }
    .feature-card, .why-item, .srv-card-grid > *, .benefit-card, .vision-card, .mission-card, .cs-card, .sgm-card, .sd-card, .testimonial-card, .blog-card, .gp-card, .process-card, .spread-card, .tech-item, .stat-card, .price-card, .sector-card {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .vision-card, .mission-card {
        height: auto !important;
        min-height: calc(100vw - 32px) !important;
    }
    .life-grid > img {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
