/* ——— Global Styles ——— */
@import url('../bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --adm-sorath-primary-color: #131822;
    --adm-sorath-text: #1e293b;
    --adm-sorath-muted: #64748b;
    --adm-sorath-danger: #b91c1c;
    --adm-sorath-danger-soft: #fef2f2;
    --adm-sorath-success: #15803d;
    --adm-sorath-radius: 14px;
    --adm-sorath-radius-sm: 10px;
    --adm-sorath-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    --adm-sorath-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.08);
    --adm-primary-sorath-font: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
a,
button,
small,
div {
    font-family: var(--adm-primary-sorath-font);
}


body.menu-open {
    overflow: hidden;
}

.content {
    min-height: 40vh;
}

/* Global section reveal animation */
.section-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.section-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .section-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.navbar-brand .logo {
    width: 160px;
    height: auto;
}

/* Light + dark header logos (transparent bar vs solid white bar after scroll) */
.navbar-brand .logo.logo--header-light {
    display: none;
}

/* .navbar-brand .logo.logo--header-dark {
    display: none;
} */

.site-header.is-scrolled .navbar-brand .logo.logo--header-light {
    display: none;
}

.site-header.is-scrolled .navbar-brand .logo.logo--header-dark {
    display: block;
}


/* Header — hamburger */
.hamburger {
    width: 25px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    transition: 0.3s;
}

.hamburger::before,
.hamburger::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

.navbar-toggler.active .hamburger {
    background: transparent;
}

.navbar-toggler.active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.active .hamburger::after {
    transform: rotate(-45deg);
    top: 0;
}

.site-header:not(.is-scrolled) .navbar-toggler {
    background: var(--adm-sorath-primary-color);
    border-radius: 8px;
    padding: 20px 10px;
}

/* Mobile menu (sidebar) */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: min(280px, 88vw);
    height: 100%;
    background: #fff;
    z-index: 1050;
    padding: 88px 24px 24px;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-menu ul li {
    margin-bottom: 20px;
}

.mobile-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.mobile-menu.active {
    transform: translateX(0);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Only show hamburger on smaller screens */
@media (min-width: 992px) {

    .mobile-menu,
    .menu-overlay {
        display: none;
    }
}

/* ——— Sticky Header (transparent at top) ——— */
.site-header {
    background: #ffffffa6;
    box-shadow: none;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
    z-index: 2000;
    margin-bottom: -72px;
}


.site-header .nav-link {
    color: rgb(25 29 39);
}

/* Categories panel: hover + focus-within (desktop nav only) */
.site-header__categories {
    position: relative;
}

/* Invisible hover bridge so the cursor can reach the panel without closing */
.site-header__categories::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: 100%;
    height: 18px;
    z-index: 4;
}

.site-header .site-header__cat-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    padding: 0.5rem 0;
    line-height: inherit;
}

.site-header .site-header__cat-trigger:focus-visible {
    outline: 2px solid rgba(19, 24, 34, 0.45);
    outline-offset: 3px;
    border-radius: 6px;
}

.site-header .site-header__cat-chevron {
    font-size: 0.68rem;
    opacity: 0.72;
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.site-header__cat-panel {
    display: none;
}

@media (min-width: 992px) {
    .site-header__cat-panel {
        display: block;
        position: absolute;
        top: calc(100% + 2px);
        right: 0;
        width: min(312px, calc(100vw - 40px));
        z-index: 5;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px) scale(0.98);
        transform-origin: top right;
        transition:
            opacity 0.22s ease,
            transform 0.3s cubic-bezier(0.2, 0.85, 0.2, 1),
            visibility 0.3s;
    }

    .site-header__categories:hover .site-header__cat-panel,
    .site-header__categories:focus-within .site-header__cat-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .site-header__categories:hover .site-header__cat-chevron,
    .site-header__categories:focus-within .site-header__cat-chevron {
        transform: rotate(180deg);
    }

    .site-header__cat-panel-inner {
        position: relative;
        padding: 1.05rem 1rem 0.95rem;
        border-radius: 18px;
        background: linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, #f1f5f9 52%, #e8edf3 100%);
        border: 1px solid rgba(148, 163, 184, 0.35);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.6) inset,
            0 2px 4px rgba(15, 23, 42, 0.04),
            0 22px 48px -14px rgba(15, 23, 42, 0.22);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .site-header__cat-panel-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 1rem;
        right: 1rem;
        height: 3px;
        border-radius: 0 0 3px 3px;
        background: linear-gradient(90deg, var(--adm-sorath-primary-color), #3d4a63, var(--adm-sorath-primary-color));
        opacity: 0.95;
    }

    .site-header__cat-kicker {
        font-size: 0.62rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--adm-sorath-primary-color);
        font-weight: 600;
        margin: 0.35rem 0 0.9rem;
        padding: 0 0.2rem;
    }

    .site-header__cat-list li {
        margin-bottom: 5px;
    }

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

    .site-header__cat-card {
        display: block;
        padding: 0.72rem 0.8rem;
        border-radius: 12px;
        text-decoration: none;
        color: inherit;
        border: 1px solid transparent;
        transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .site-header__cat-card:hover,
    .site-header__cat-card:focus-visible {
        background: rgba(255, 255, 255, 0.85);
        border-color: rgba(19, 24, 34, 0.1);
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    }

    .site-header__cat-card-title {
        display: block;
        font-weight: 600;
        font-size: 0.94rem;
        color: #0f172a;
        letter-spacing: -0.02em;
    }

    .site-header__cat-card-desc {
        display: block;
        font-size: 0.76rem;
        line-height: 1.35;
        color: var(--adm-sorath-muted);
        margin-top: 0.18rem;
        font-weight: 400;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header__cat-panel,
    .site-header .site-header__cat-chevron {
        transition: none !important;
    }

    .site-header__categories:hover .site-header__cat-panel,
    .site-header__categories:focus-within .site-header__cat-panel {
        transform: none;
    }

    .site-header__categories:hover .site-header__cat-chevron,
    .site-header__categories:focus-within .site-header__cat-chevron {
        transform: none;
    }
}

.mobile-menu details.mobile-menu__expand > summary {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    list-style: none;
}

.mobile-menu details.mobile-menu__expand > summary::-webkit-details-marker {
    display: none;
}

.mobile-menu .mobile-menu__sub {
    margin-top: 10px;
    padding-left: 0.75rem;
    border-left: 2px solid #e2e8f0;
}

.mobile-menu .mobile-menu__sub li {
    margin-bottom: 12px;
}

.mobile-menu .mobile-menu__sub li:last-child {
    margin-bottom: 0;
}

.mobile-menu .mobile-menu__sub a {
    font-size: 16px;
    font-weight: 500;
}

.site-header .navbar-brand {
    color: rgba(255, 255, 255, 0.95);
}

.site-header.is-scrolled {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.site-header.is-scrolled .nav-link {
    color: #111;
}

.site-header.is-scrolled .hamburger,
.site-header.is-scrolled .hamburger::before,
.site-header.is-scrolled .hamburger::after {
    background: #000;
}

.site-header.is-hidden {
    transform: translateY(-100%);
}

/* ——— Footer (light bar — primary text, muted secondary, dark logo) ——— */
.site-footer {
    background: #fff;
    color: var(--adm-sorath-primary-color);
    padding-top: 4rem;
    padding-bottom: 0;
    border-top: 1px solid #e8edf3;
}

.site-footer__brand-link img {
    width: 260px;
}

.site-footer__brand-text {
    color: var(--adm-sorath-primary-color);
}

.site-footer__top {
    max-width: 640px;
    margin: 0 auto 3.5rem;
    padding: 0 1rem;
}

.site-footer__brand {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.1;
}

.site-footer__lead {
    font-size: 0.95rem;
    color: var(--adm-sorath-muted);
    line-height: 1.65;
    max-width: 520px;
}

.site-footer__lead a {
    color: var(--adm-sorath-primary-color);
    text-decoration: underline;
    text-decoration-color: rgba(19, 24, 34, 0.28);
    text-underline-offset: 0.18em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.site-footer__lead a:hover {
    color: #2d3a52;
    text-decoration-color: rgba(45, 58, 82, 0.45);
}

.site-footer__social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f5f9;
    color: var(--adm-sorath-primary-color);
    border: 1px solid #e2e8f0;
    text-decoration: none;
    font-size: 1rem;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.site-footer__social-btn:hover {
    background: var(--adm-sorath-primary-color);
    color: #fff;
    border-color: var(--adm-sorath-primary-color);
    box-shadow: 0 6px 16px rgba(19, 24, 34, 0.2);
    transform: translateY(-2px);
}

.site-footer__middle {
    padding-bottom: 3rem;
    border-bottom: 1px solid #e8edf3;
}

.site-footer__heading {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: var(--adm-sorath-primary-color);
}

.site-footer__links li {
    margin-bottom: 0.65rem;
}

.site-footer__links a {
    color: var(--adm-sorath-primary-color);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.site-footer__links a:hover {
    color: #3d4d6b;
}

.site-footer__projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 280px;
}

.site-footer__project-thumb {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f1f5f9;
}

.site-footer__project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.site-footer__project-thumb:hover img {
    transform: scale(1.05);
}

.site-footer__bottom {
    padding: 1.25rem 0;
    margin-top: 0;
    background: #f8fafc;
    border-top: 1px solid #e8edf3;
}

.site-footer__meta {
    font-size: 0.8rem;
    color: var(--adm-sorath-muted);
}

.site-footer__meta a {
    color: var(--adm-sorath-primary-color);
    text-decoration: underline;
    text-decoration-color: rgba(19, 24, 34, 0.25);
    text-underline-offset: 0.15em;
}

.site-footer__meta a:hover {
    color: #3d4d6b;
}

.site-footer .text-muted {
    color: var(--adm-sorath-muted) !important;
}


.site-footer .site-footer__cta:hover {
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .site-footer__projects {
        max-width: 100%;
    }
}

/* breadcrumb — full-viewport hero, no dark overlay (readability via text-shadow) */
.breadcrumb-section {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: clamp(5rem, 12vh, 7rem);
    padding-bottom: clamp(2rem, 5vh, 3rem);
}

.breadcrumb-section__bg {
    position: absolute;
    inset: 4%;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate3d(0, 0, 0) scale(1.1);
    will-change: transform;
}

.breadcrumb-section__inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.breadcrumb-content h1 {
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55), 0 1px 6px rgba(0, 0, 0, 0.45);
}

.breadcrumb-content p {
    margin-top: 10px;
    font-size: 16px;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

@media (prefers-reduced-motion: reduce) {
    .breadcrumb-section__bg {
        transform: translate3d(0, 0, 0) scale(1.06);
        will-change: auto;
    }
}

/* gallery tab */

.filter-btn {
    border: none;
    background: #eee;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    border-radius: 20px;
}

.filter-btn.active {
    background: #000;
    color: #fff;
}

.gallery-item img {
    transition: 0.3s;
}

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


/* about us section */

.sorath-content-box {
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.sorath-small-title {
    color: var(--adm-sorath-primary-color);
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 20pc;
    border: 1px solid var(--adm-sorath-primary-color);
    padding: 10px;
    display: inline-flex;
}

.sorath-title {
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
    font-size: 2.5rem;
}

.sorath-desc {
    color: #5f6b7a;
    max-width: 720px;
    margin-inline: auto;
    line-height: 1.7;
}

.sorath-watch-video {
    position: absolute;
    bottom: -30px;
    left: 30px;
    background: #fff;
    padding: 10px 20px;
}

.sorath-play-btn {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.sorath-counter-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.sorath-counter-text {
    color: #777;
}

/* Responsive */
@media(max-width:991px) {
    .sorath-content-box {
        margin-left: 0;
        margin-top: 30px;
    }

    .sorath-watch-video {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
}

/* services section */

.sorath-services {
    background: #f8f8f8;
}

.sorath-services-intro h2 {
    font-weight: 500;
    margin-bottom: 15px;
}

.sorath-services-intro p {
    color: #666;
}

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

.sorath-service-card {
    position: relative;
    background: #fff;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    transition: all 0.35s ease;
    z-index: 1;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}


/* Dark overlay */
.sorath-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255, 255, 255);
    opacity: 1;
    transition: 0.4s ease;
    z-index: 1;
}

.sorath-service-card:hover::before {
    opacity: 0.5;
    background: black;
}

.sorath-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Content always on top */
.sorath-service-card>* {
    position: relative;
    z-index: 2;
}

/* Icon */
.sorath-icon img {
    width: 40px;
    margin-bottom: 15px;
    transition: 0.3s;
}

/* Title */
.sorath-service-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.3s;
}

/* Description */
.sorath-service-card p {
    color: #777;
    transition: 0.3s;
}

/* Change text color on hover */
.sorath-service-card:hover h4,
.sorath-service-card:hover p {
    color: #fff;
}

/* Icon white effect on hover */
.sorath-service-card:hover .sorath-icon img {
    filter: brightness(0) invert(1);
}

.sorath-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.45rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1.5px solid #1e293b;
    color: #1e293b;
    text-decoration: none;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.sorath-service-card:hover .sorath-service-btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.12);
}

/* ========================= */
/* OLD IMAGE CARD (KEEP SAFE) */
/* ========================= */

.sorath-service-img {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sorath-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:991px) {
    .sorath-services-intro {
        margin-bottom: 20px;
    }
}

/* portfolio section */

.portfolio-text-line {
    font-size: 98px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

/* Tabs */
.sorath-tabs .nav-link {
    border: none;
    background: transparent;
    margin: 5px 10px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #555;
    padding: 8px 18px;
    transition: 0.3s;
}

.sorath-tabs .nav-link.active,
.sorath-tabs .nav-link:hover {
    background: #000;
    color: #fff;
}

/* Gallery Card */
.sorath-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.sorath-gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.4s;
}

/* Overlay */
.sorath-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.sorath-gallery-overlay h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/* Hover */
.sorath-gallery-card:hover img {
    transform: scale(1.1);
}

.sorath-gallery-card:hover .sorath-gallery-overlay {
    opacity: 1;
}

.sorath-gallery-overlay p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}





/* Testimonials (sorath-t) — Google reviews */
.sorath-t {
    background: #fff;
}

.sorath-t--reviews {
    background: linear-gradient(180deg, #f1f5f9 0%, #e8edf3 50%, #f8fafc 100%);
    position: relative;
}

.sorath-t--reviews::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 45% at 15% 30%, rgba(17, 24, 39, 0.04), transparent 50%);
    pointer-events: none;
}

.sorath-t--reviews > .container {
    position: relative;
    z-index: 1;
}

.sorath-t__shell {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.03),
        0 22px 48px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.sorath-t__row {
    min-height: min(420px, 85vh);
}

@media (min-width: 992px) {
    .sorath-t__row {
        min-height: 480px;
    }
}

/* Legacy image column class (keep if referenced elsewhere) */
.sorath-t__img-wrap {
    position: relative;
    min-height: 240px;
}

.sorath-t__media-col {
    position: relative;
    min-height: 260px;
}

.sorath-t__media {
    position: relative;
    height: 100%;
    min-height: 260px;
}

.sorath-t__img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.sorath-t__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.55) 100%);
    pointer-events: none;
}

.sorath-t__media-caption {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.35rem;
    z-index: 1;
    color: #fff;
}

.sorath-t__media-quote {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    line-height: 0.85;
    opacity: 0.35;
    margin-bottom: 0.15rem;
}

.sorath-t__media-label {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.92;
}

@media (min-width: 992px) {
    .sorath-t__img-wrap {
        min-height: 0;
    }

    .sorath-t__media-col {
        min-height: 0;
    }

    .sorath-t__media {
        min-height: 100%;
    }

    .sorath-t__img {
        position: absolute;
        inset: 0;
        min-height: 100%;
    }
}

.sorath-t__img--ph {
    position: relative;
    background: linear-gradient(135deg, #e8e4df, #c9c2ba);
}

.sorath-t__img--ph::after {
    content: "public/images/testimonials-bg.jpg";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.35);
}

.sorath-t__panel {
    background: #fff;
    display: flex;
    flex-direction: column;
}

.sorath-t__panel-inner {
    padding: clamp(1.35rem, 3.5vw, 2.35rem);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sorath-t__head {
    margin-bottom: 0.25rem;
}

.sorath-t__title {
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    letter-spacing: 0.02em;
    color: #0f172a;
}

.sorath-t__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1.25rem;
}

.sorath-t__summary-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.6rem;
}

.sorath-t__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.sorath-t__star {
    font-size: 0.95rem;
    line-height: 1;
}

.sorath-t__star--on {
    color: var(--adm-sorath-primary-color);
}

.sorath-t__star--off {
    color: #cbd5e1;
}

.sorath-t__summary-score {
    font-weight: 800;
    font-size: 1.35rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.sorath-t__summary-count {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.sorath-t__maps-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1d4ed8;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    background: rgba(37, 99, 235, 0.08);
    transition: background 0.2s ease, color 0.2s ease;
}

.sorath-t__maps-link:hover {
    color: #1e40af;
    background: rgba(37, 99, 235, 0.14);
}

.sorath-t__carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
}

.sorath-t__carousel .carousel-inner {
    flex: 1;
}

.sorath-t__quote-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #111827;
    border-radius: 14px;
    padding: 1.25rem 1.35rem 1.35rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.sorath-t__review-stars .sorath-t__star {
    font-size: 0.82rem;
}

.sorath-t__h {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #000;
    margin: 0 0 0.5rem;
}

.sorath-t__text {
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.75;
    color: #334155;
    font-weight: 400;
    border: 0;
    padding: 0;
}

.sorath-t__footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

.sorath-t__avatar {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.sorath-t__av,
.sorath-t__avatar--initial {
    width: 52px;
    height: 52px;
    background: linear-gradient(145deg, #e2e8f0, #cbd5e1);
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    border: 3px solid #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.sorath-t__author {
    font-size: 1rem;
    color: #0f172a;
}

.sorath-t__when {
    font-size: 0.82rem;
    color: #64748b;
}

.sorath-t__q {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 5vw, 3.25rem);
    line-height: 0.65;
    color: #cbd5e1;
    flex-shrink: 0;
}

.sorath-t__carousel-foot {
    border-top: 1px solid #f1f5f9;
}

.sorath-t__dots {
    gap: 0.35rem;
}

.sorath-t__dots [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cbd5e1;
    border: 0;
    opacity: 1;
    margin: 0;
    text-indent: unset;
    transition: width 0.25s ease, background 0.2s ease, border-radius 0.25s ease;
}

.sorath-t__dots [data-bs-target].active {
    width: 26px;
    border-radius: 999px;
    background: #111827;
}

.sorath-t__nav-btn {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font-size: 1.15rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sorath-t__nav-btn:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
    transform: translateY(-1px);
}

.sorath-t__nav-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.35);
}

.sorath-t .carousel-control-prev,
.sorath-t .carousel-control-next {
    width: 2.5rem;
    opacity: 1;
}

@media (max-width: 991.98px) {

    .sorath-t .carousel-control-prev,
    .sorath-t .carousel-control-next {
        display: none;
    }
}



/* product section */

.product-card {
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.product-img {
    overflow: hidden;
}

.product-img img {
    transition: 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.1); /* zoom effect */
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

/* Category strips: title + View All on one row */
.product-section--head-split .product-section__head-row {
    row-gap: 0.75rem;
}

.product-section--head-split .product-section__head-title {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #0f172a;
}

.product-section--head-split .product-section__view-all-btn {
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.55rem 1.45rem;
    border-radius: 999px;
    border-width: 1.5px;
    letter-spacing: 0.02em;
}

.product-section--head-split .product-section__view-all-btn:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

/* Product grids (home, hpages, product detail related, category listing) — white cards + hover View */
.product-section.product-section--visual-grid {
    background-color: #fff;
}

.product-section--visual-grid .product-visual-block {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.product-section--visual-grid .product-visual-block:hover {
    transform: translateY(-4px);
}

.product-section--visual-grid .product-visual-block__media {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-section--visual-grid .product-visual-block:hover .product-visual-block__media {
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

/* Unified white frame (replaces per-card colour tones) */
.product-section--visual-grid .product-card__frame--tone-a,
.product-section--visual-grid .product-card__frame--tone-b,
.product-section--visual-grid .product-card__frame--tone-c,
.product-section--visual-grid .product-card__frame--tone-d,
.product-section--visual-grid .product-card__frame--tone-e,
.product-section--visual-grid .product-card__frame--tone-f {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.product-section--visual-grid .product-card__frame {
    position: relative;
    /* aspect-ratio: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: clamp(0.9rem, 2.8vw, 1.4rem); */
    border-radius: 22px;
}

.product-section--visual-grid .product-visual-block__view-overlay {
    position: absolute;
    inset: 0;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.28s ease;
    z-index: 3;
    pointer-events: none;
}

.product-section--visual-grid .product-visual-block:hover .product-visual-block__view-overlay,
.product-section--visual-grid .product-visual-block:focus-within .product-visual-block__view-overlay {
    opacity: 1;
}

.product-section--visual-grid .product-visual-block__view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f172a;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.15);
}

@media (prefers-reduced-motion: reduce) {
    .product-section--visual-grid .product-visual-block__view-overlay {
        transition: none;
    }
}

.product-section--visual-grid .product-img--visual {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-section--visual-grid .product-card__visual-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(15, 23, 42, 0.12));
    transition: transform 0.45s ease;
}

.product-section--visual-grid .product-visual-block:hover .product-card__visual-img {
    transform: scale(1.05);
}

.product-section--visual-grid .product-card__visual-placeholder {
    min-height: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.85rem;
}

.product-section--visual-grid .product-visual-block__meta {
    margin-top: 1rem;
    padding: 0 0.2rem 0.25rem;
}

.product-section--visual-grid .product-visual-block__title {
    font-size: clamp(0.95rem, 2.1vw, 1.125rem);
    font-weight: 500;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.product-section--visual-grid .product-visual-block__title-link {
    color: inherit;
}

.product-section--visual-grid .product-visual-block__title-link:hover .product-visual-block__title {
    color: #1d4ed8;
}

.product-section--visual-grid .product-visual-block__tagline {
    margin: 0.4rem 0 0;
    line-height: 1.45;
    color: #475569;
    font-weight: 400;
}

/* Product visual grid — plain responsive grid on every breakpoint (no slider). */
.product-visual-grid__carousel-arrows {
    display: none !important;
}

.btn-dark,
.btn-outline-dark {
    border-radius: 999px;
    padding-inline: 1.05rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-dark:hover,
.btn-outline-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}


/* why us — “Why Professionals Choose NIVOC” (home) */

.why-modern.why-pro {
    background: linear-gradient(165deg, #f8fafc 0%, #eef2f7 45%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.why-modern.why-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 100% 20%, rgba(17, 24, 39, 0.04), transparent 55%);
    pointer-events: none;
}

.why-pro .container {
    position: relative;
    z-index: 1;
}

.why-pro__visual {
    position: relative;
    max-width: 520px;
    margin-inline: auto;
    padding: 0.5rem 0.5rem 2.5rem 2rem;
}

@media (min-width: 992px) {
    .why-pro__visual {
        margin-inline: 0 0;
        margin-left: auto;
    }
}

.why-pro__accent {
    position: absolute;
    top: 12%;
    left: 0;
    width: 44%;
    height: 62%;
    border-radius: 20px;
    background: linear-gradient(145deg, #111827 0%, #374151 100%);
    opacity: 0.92;
    z-index: 0;
}

.why-pro__figure {
    position: relative;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
    background: #e5e7eb;
    z-index: 1;
}

.why-pro__figure--primary {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.why-pro__figure--secondary {
    width: 58%;
    margin-top: -18%;
    margin-left: auto;
    margin-right: 0;
    aspect-ratio: 4 / 3;
    border: 4px solid #fff;
    z-index: 2;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.why-pro__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.why-pro-card {
    height: 100%;
    padding: 1.1rem 1.15rem 1.15rem;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.why-pro-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.why-pro-card__title {
    font-size: 0.95rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    color: #111827;
    margin: 0 0 0.65rem;
    line-height: 1.35;
}

.why-pro-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-pro-card__list li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.4rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #5f6c7b;
}

.why-pro-card__list li:last-child {
    margin-bottom: 0;
}

.why-pro-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #111827;
}

.why-pro .why-pro__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-weight: 500;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    padding: 0.85rem 1.85rem;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #020617 100%);
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 0 5px rgb(19 24 34 / 14%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.why-pro .why-pro__cta:hover {
    color: #fff;
    background: linear-gradient(165deg, #334155 0%, #1e293b 50%, #0f172a 100%);
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 0 8px rgb(22 27 36 / 10%);
    transform: translateY(-2px);
}

.why-pro .why-pro__cta:focus-visible {
    color: #fff;
    outline: none;
    box-shadow:
        0 6px 22px rgba(15, 23, 42, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 6px rgb(22 27 36 / 10%),
        0 0 0 4px #fff,
        0 0 0 8px #111827;
}



/* about us page - countersection */

.counter-sorath{
    background: #f8f8f8;
}

.counter-sorath__card {
    background: #fff;
    border: 1px solid #e6edf6;
    border-radius: 14px;
    padding: 1.15rem 0.85rem 1rem;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.counter-sorath__card:hover {
    transform: translateY(-6px);
    border-color: #d8e4f3;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.counter-sorath .sorath-counter-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 0.6rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #0f172a, #334155);
    font-size: 0.95rem;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
}

.counter-sorath .sorath-counter-title {
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    margin-bottom: 0.2rem;
    color: #0f172a;
}

.counter-sorath .sorath-counter-text {
    margin: 0;
    color: #475569;
    line-height: 1.45;
    font-size: 0.95rem;
}

/* about us page - mission / vision / values */
.mvv-section {
    background: #fff;
}

.mvv-section .sorath-desc {
    max-width: 760px;
}

.mvv-card {
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: 16px;
    padding: 1.35rem 1.2rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mvv-card:hover {
    transform: translateY(-6px);
    border-color: #d7e3f4;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.mvv-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a, #1f2937);
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
}

.mvv-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
}

.mvv-body {
    color: #556273;
    line-height: 1.75;
}

.mvv-body p:last-child {
    margin-bottom: 0;
}

/* Staggered reveal when section becomes visible */
.mvv-section .mvv-card {
    opacity: 0;
    transform: translateY(24px);
}

.mvv-section.section-reveal.is-visible .mvv-card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.mvv-section.section-reveal.is-visible .row > div:nth-child(1) .mvv-card {
    transition-delay: 90ms;
}

.mvv-section.section-reveal.is-visible .row > div:nth-child(2) .mvv-card {
    transition-delay: 180ms;
}

.mvv-section.section-reveal.is-visible .row > div:nth-child(3) .mvv-card {
    transition-delay: 270ms;
}

/* about us — what makes NIVOC different */
.nivoc-different-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-block: 1px solid rgba(15, 23, 42, 0.06);
}

.nivoc-different-section .sorath-title {
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.25;
}

.nivoc-diff-point {
    align-items: flex-start;
    padding: 0.65rem 0.85rem;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    min-height: 100%;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.nivoc-diff-point:hover {
    border-color: #d7dee8;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.nivoc-diff-point__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #15803d, #16a34a);
    color: #fff;
    font-size: 0.95rem;
}

.nivoc-diff-point__text {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.45;
}

.nivoc-diff-media img {
    transition: transform 0.5s ease;
}

.nivoc-different-section .nivoc-diff-media:hover img {
    transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
    .nivoc-diff-media img {
        transition: none;
    }

    .nivoc-different-section .nivoc-diff-media:hover img {
        transform: none;
    }
}


/* about page — logo chip (about section) */
img.img-fluid.mb-3.about-logo-hp {
    background: var(--adm-sorath-primary-color);
    padding: 10px 20px;
    border-radius: 90px;
    width: 130px;
}

/* ——— Breadcrumb trail (hero) ——— */
.breadcrumb-section .breadcrumb-nav__list {
    --bs-breadcrumb-divider: '›';
    justify-content: center;
    flex-wrap: wrap;
}

.breadcrumb-section .breadcrumb-item,
.breadcrumb-section .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9rem;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.breadcrumb-section .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb-section .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.88);
}

.breadcrumb-section .breadcrumb-content h1 {
    font-size: clamp(3.5rem, 6vw, 10.75rem);
    line-height: 1.2;
    word-break: break-word;
    color: white;
}

/* Breadcrumb hero — compact on tablet & mobile: full image visible, smaller text */
@media (max-width: 991.98px) {
    .breadcrumb-section {
        height: auto;
        display: flex;
        min-height: clamp(12.5rem, 44vw, 20rem);
        max-height: min(52vh, 24rem);
        padding-top: clamp(4.5rem, 10vw, 5.25rem);
        padding-bottom: clamp(0.75rem, 2.5vw, 1.25rem);
        align-items: center;
        background-color: #0f172a;
    }

    .breadcrumb-section__bg {
        inset: 0;
        background-size: cover;
        background-position: center center;
        transform: none;
        will-change: auto;
    }

    .breadcrumb-section .breadcrumb-nav {
        margin-bottom: 0.4rem !important;
    }

    .breadcrumb-section .breadcrumb-item,
    .breadcrumb-section .breadcrumb-item a {
        font-size: 0.72rem;
    }

    .breadcrumb-section .breadcrumb-content h1 {
        font-size: clamp(1.25rem, 4.2vw, 1.85rem);
        letter-spacing: 0.06em;
        line-height: 1.15;
    }

    .breadcrumb-content p {
        margin-top: 0.25rem;
        font-size: clamp(0.72rem, 2vw, 0.875rem);
    }
}

@media (max-width: 575.98px) {
    .breadcrumb-section {
        min-height: clamp(11rem, 48vw, 17.5rem);
        max-height: min(48vh, 21rem);
        padding-top: 4.5rem;
        padding-bottom: 0.65rem;
    }

    .breadcrumb-section .breadcrumb-content h1 {
        font-size: clamp(1.05rem, 5vw, 1.35rem);
        letter-spacing: 0.05em;
    }

    .breadcrumb-section .breadcrumb-item,
    .breadcrumb-section .breadcrumb-item a {
        font-size: 0.68rem;
    }
}

/* ——— Product detail ——— */
.product-detail__title {
    font-size: clamp(1.35rem, 3vw, 2rem);
    color: var(--adm-sorath-secondary, #0f172a);
}

.product-detail__qty {
    max-width: 8rem;
    border-radius: 10px;
}

.product-detail__thumb {
    opacity: 0.75;
    transition: opacity 0.15s ease, box-shadow 0.15s ease;
}

.product-detail__thumb:hover,
.product-detail__thumb.is-active {
    opacity: 1;
    box-shadow: 0 0 0 2px var(--adm-sorath-color, #1e40af);
}

.product-detail__long-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
}

.product-detail__long-body img {
    max-width: 100%;
    height: auto;
}

/* ——— Products listing: category nav (circles) ——— */
.category-nav-section {
    background: #fafafa;
}

.category-nav-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.25rem;
    scroll-snap-type: x proximity;
}

/* Mobile/tablet: edge-to-edge horizontal scroll strip so every category is reachable */
@media (max-width: 991.98px) {
    .category-nav-scroll {
        margin-inline: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        scroll-padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        scrollbar-width: none;
    }

    .category-nav-scroll::-webkit-scrollbar {
        display: none;
    }
}

.category-nav-item {
    width: 4.75rem;
    color: #1e293b;
    scroll-snap-align: start;
}

@media (min-width: 576px) {
    .category-nav-item {
        width: 5.5rem;
    }
}

@media (min-width: 992px) {
    .category-nav-item {
        width: 6rem;
    }
}

.category-nav-item__circle {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 3px solid transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 576px) {
    .category-nav-item__circle {
        width: 5rem;
        height: 5rem;
    }
}

.category-nav-item__circle--all {
    background: #e2e8f0;
}

.category-nav-item__all-text {
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    color: #0f172a;
}

.category-nav-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-nav-item__placeholder {
    font-weight: 500;
    font-size: 1rem;
    color: #475569;
}

.category-nav-item__label {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    color: #334155;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word;
}

@media (min-width: 576px) {
    .category-nav-item__label {
        font-size: 0.78rem;
    }
}

.category-nav-item:hover .category-nav-item__circle {
    border-color: rgba(30, 64, 175, 0.35);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.category-nav-item.is-active .category-nav-item__circle {
    border-color: #1e40af;
    box-shadow: 0 0 0 2px rgba(30, 64, 175, 0.25);
}

.category-nav-item.is-active .category-nav-item__label {
    color: #1e40af;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ——— Products page: listing grid (no carousel; full wrap on mobile) ——— */
.products-page-main,
.products-listing-visual,
.products-listing-visual .products-grid-wrap {
    overflow: visible;
}

.products-listing-visual .products-grid-wrap {
    flex-wrap: wrap;
}

.products-load-more-btn {
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .category-nav-section {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .products-page-main {
        padding-top: 1rem !important;
    }

    .products-toolbar__badge {
        min-width: 0;
        width: 100%;
    }
}

/* ——— Products toolbar: grid / sort ——— */
.products-toolbar__badge {
    min-width: 10rem;
}

.products-toolbar__select {
    border-radius: 8px;
    border-color: #e2e8f0;
}

.products-view-btn.is-active {
    background: #0d9488 !important;
    border-color: #0d9488 !important;
    color: #fff !important;
}

.products-view-btn:focus {
    box-shadow: none;
}

/* ——— Products / category pagination (frontend only) ——— */
.products-pager-section {
    padding-bottom: clamp(2rem, 4vw, 3rem);
}

nav.products-pager {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: clamp(0.85rem, 2vw, 1.15rem) clamp(1rem, 2.2vw, 1.35rem);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}

.products-pager__summary {
    font-size: clamp(0.88rem, 1.8vw, 0.98rem);
    line-height: 1.5;
    color: #64748b;
    font-family: var(--adm-primary-sorath-font), system-ui, sans-serif;
}

.products-pager__summary .products-pager__num,
.products-pager__summary strong.products-pager__num {
    color: #0f172a;
    font-weight: 500;
}

.products-pager__summary--compact .products-pager__num {
    font-weight: 500;
    color: #0f172a;
}

.products-pager__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.products-pager__pagination .page-item {
    margin: 0;
}

.products-pager__pagination .page-link {
    position: relative;
    z-index: 1;
    margin-left: 0 !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0.55rem 0.95rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--adm-sorath-primary-color) !important;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
        box-shadow 0.2s ease;
}

.products-pager__pagination .page-item.active .page-link {
    background: linear-gradient(165deg, #1e293b 0%, var(--adm-sorath-primary-color) 100%) !important;
    border-color: var(--adm-sorath-primary-color) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(19, 24, 34, 0.28);
}

.products-pager__pagination .page-item:not(.active):not(.disabled) .page-link:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.products-pager__pagination .page-item.disabled .page-link {
    background: #f1f5f9 !important;
    color: #94a3b8 !important;
    border-color: #e2e8f0 !important;
    box-shadow: none;
    opacity: 0.9;
    pointer-events: none;
}

.products-pager__pagination .page-link:focus-visible {
    z-index: 2;
    outline: none;
    box-shadow: 0 0 0 3px rgba(19, 24, 34, 0.18), 0 0 0 5px #fff;
}

.products-pager__arrow.page-link i {
    font-size: 1.1rem;
    line-height: 1;
}

@media (max-width: 575.98px) {
    nav.products-pager {
        border-radius: 14px;
        padding: 0.75rem 0.85rem;
    }
}

/* ——— Product catalog / category: list view (same visual cards as home) ——— */
.product-section--visual-grid .product-visual-block--list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
}

.product-section--visual-grid .product-visual-block--list .product-visual-block__media {
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    align-self: stretch;
}

.product-section--visual-grid .product-visual-block--list .product-card__frame {
    height: 100%;
    min-height: 170px;
    aspect-ratio: auto;
}

.product-section--visual-grid .product-visual-block--list .product-img--visual {
    min-height: 160px;
}

.product-section--visual-grid .product-visual-block--list .product-visual-block__meta {
    margin-top: 0;
    text-align: left;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-section--visual-grid .product-visual-block--list .product-visual-block__title {
    text-align: left;
}




/* ——— Floating WhatsApp ——— */
.floating-whatsapp {
    position: fixed;
    inset: auto;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 2050;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    font-size: 1.75rem;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    line-height: 1;
}

.floating-whatsapp:hover {
    transform: scale(1.06);
    color: #fff !important;
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55), 0 4px 12px rgba(15, 23, 42, 0.15);
}

.floating-whatsapp:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.5);
    outline-offset: 3px;
}

@media (min-width: 992px) {
    .floating-whatsapp {
        width: 3.75rem;
        height: 3.75rem;
        font-size: 1.85rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

/* ——— Hero slider: slide height follows uploaded image aspect ratio ——— */
.hero-slide-bg {
    position: relative;
    display: block;
    color: #fff;
    background-color: #0f172a;
}

.hero-slide-bg__media {
    display: block;
    line-height: 0;
}

.hero-slide-bg__img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-slide-bg__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    /* Let prev/next and dots receive clicks; text/buttons stay interactive via .container */
    pointer-events: none;
}

.hero-slide-bg__overlay .container {
    pointer-events: auto;
}



@media (max-width: 767.98px) {
    .product-section--visual-grid .product-visual-block--list {
        flex-direction: column;
    }

    .product-section--visual-grid .product-visual-block--list .product-visual-block__media {
        width: 100%;
        max-width: none;
        flex: none;
    }

    .product-section--visual-grid .product-visual-block--list .product-card__frame {
        aspect-ratio: 1;
        min-height: 0;
    }

    .product-section--visual-grid .product-visual-block--list .product-visual-block__meta {
        text-align: center;
    }

    .product-section--visual-grid .product-visual-block--list .product-visual-block__title {
        text-align: center;
    }

    .portfolio-text-line {
        font-size: 54px;
    }
}

/* =========================================================
   Home premium pass (scoped only to home page wrapper)
   ========================================================= */
.home-premium {
    background: #ffffff;
}

.home-premium section {
    position: relative;
    background: #ffffff;
}

.home-premium .hero-slider .hero-slide-bg {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.home-premium .hero-slider .hero-slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(104deg, rgba(15, 23, 42, 0.48) 8%, rgba(15, 23, 42, 0.18) 46%, rgba(15, 23, 42, 0.05) 100%);
    pointer-events: none;
}

.home-premium .hero-slider .hero-slide-bg__overlay .container {
    position: relative;
}

/* Above .hero-slide-bg__overlay (z-index 2); Bootstrap defaults are 1 / 2 and sit underneath */
.home-premium .hero-slider.carousel .carousel-control-prev,
.home-premium .hero-slider.carousel .carousel-control-next {
    z-index: 5;
}

.home-premium .hero-slider.carousel .carousel-indicators {
    z-index: 5;
}

.home-premium .hero-slider h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.01em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.home-premium .hero-slider p {
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    max-width: 640px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.96);
}

.home-premium .hero-slider .btn {
    border-radius: 999px;
    padding: 0.68rem 1.25rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.home-premium .sorath-section,
.home-premium .sorath-services,
.home-premium .product-section,
.home-premium .why-modern,
.home-premium .sorath-t {
    padding-top: clamp(3.2rem, 5.5vw, 5rem) !important;
    padding-bottom: clamp(3rem, 5vw, 4.8rem) !important;
}

.home-premium .sorath-content-box {
    border-radius: 18px;
    border: 1px solid #eef2f7;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    backdrop-filter: none;
    background: #ffffff;
}

.home-premium .sorath-small-title {
    letter-spacing: 0.14em;
    font-weight: 600;
}

.home-premium .sorath-service-card,
.home-premium .product-card {
    border-radius: 18px;
    border: 1px solid #edf2f7;
}

.home-premium .sorath-service-card {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.home-premium .product-card {
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.home-premium .product-card .card-body {
    padding: 1.1rem 1rem 1.2rem;
}

.home-premium .product-section--visual-grid .product-visual-block__media {
    border-radius: 26px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.home-premium .product-section--visual-grid .product-visual-block:hover .product-visual-block__media {
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.home-premium .product-section--visual-grid .product-card__frame {
    border-radius: 26px;
}

.home-premium .product-section--visual-grid .product-visual-block__title {
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.home-premium .product-section--head-split .product-section__head-title {
    /* font-size: clamp(0.55rem, 3.6vw, 3.15rem); */
    font-weight: 500;
}


a.btn.btn-lg.site-footer__cta img.img-fluid {
    width: 200px;
}


.home-premium .product-section--head-split .product-section__view-all-btn {
    font-size: 1.02rem;
    padding: 0.62rem 1.65rem;
}

.home-premium .why-pro-card {
    border-radius: 16px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.home-premium .why-pro__figure {
    border-radius: 18px;
}

.home-premium .why-pro__figure--secondary {
    border-width: 5px;
    border-color: #fff;
}

.home-premium .sorath-section-header .sorath-title,
.home-premium .sorath-t__h,
.home-premium .sorath-t__title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    letter-spacing: 0.02em;
}

.home-premium .sorath-section-header .sorath-desc {
    font-size: 1.02rem;
    color: #5f6c7b;
}

.home-premium .btn-dark {
    background: #111827;
    border-color: #111827;
}

.home-premium .btn-outline-dark {
    border-width: 1.5px;
}

.home-premium .sorath-t--reviews .sorath-t__shell {
    border-radius: 22px;
    border-color: #e8edf3;
    box-shadow:
        0 4px 8px rgba(15, 23, 42, 0.04),
        0 24px 52px rgba(15, 23, 42, 0.09);
}

.home-premium .sorath-t--reviews .sorath-t__panel {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: #ffffff;
}

@media (min-width: 992px) {
    .home-premium .sorath-t--reviews .sorath-t__quote-card {
        min-height: 8rem;
    }
}

@media (max-width: 991.98px) {
    .home-premium .hero-slider .hero-slide-bg {
        border-radius: 0 0 20px 20px;
    }

    .home-premium .sorath-t--reviews .sorath-t__shell {
        border-radius: 18px;
    }
}

/* Home: feature grid cards — image zoom on hover */
.block-grid-section .block-grid-media {
    overflow: hidden;
}

.block-grid-section .block-grid-media__img {
    transition: transform 0.45s ease;
}

.block-grid-section .card:hover .block-grid-media__img {
    transform: scale(1.07);
}

@media (prefers-reduced-motion: reduce) {
    .block-grid-section .block-grid-media__img {
        transition: none;
    }

    .block-grid-section .card:hover .block-grid-media__img {
        transform: none;
    }
}

/* Home: category showcase split sections */

.home-category-showcase__content {
    padding: clamp(1.25rem, 3.2vw, 2.25rem);
}

.home-category-showcase__content .sorath-desc {
    margin-inline: 0;
    max-width: 100%;
}

.home-category-showcase__title-image {
    width: auto;
    max-width: min(320px, 100%);
    max-height: 72px;
    object-fit: contain;
    display: block;
}

.home-category-showcase__media img {
    border-radius: 20px;
}
.home-category-showcase__right-slider {
    height: 100%;
}

.home-category-showcase__right-slider .carousel-inner {
    height: 100%;
}

.home-category-showcase__right-slider .carousel-item {
    height: 100%;
    transition: transform 0.9s ease-in-out;
}

.home-category-showcase__right-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-category-showcase__btn {
    min-width: 9rem;
}

.home-category-showcase__media {
    min-height: 320px;
    background: #f8fafc;
    border-radius: 20px;
    overflow: hidden;
}

.home-category-showcase__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
    .home-category-showcase__content {
        min-height: 100%;
    }
}

/* Home: applications auto-scrolling rail */
.home-applications {
    background: #fff;
}

/* Gallery page — application tiles (reuse home card look; static grid) */
.gallery-page__app-card {
    cursor: pointer;
}

.gallery-page__app-card:focus-visible {
    outline: 3px solid rgba(19, 24, 34, 0.35);
    outline-offset: 4px;
}

.gallery-page__lead {
    font-size: 1.05rem;
    line-height: 1.55;
}

.gallery-application__back {
    color: var(--adm-sorath-primary-color);
    font-size: 0.95rem;
}

.gallery-application__back:hover {
    color: #0f131b;
}

.home-applications__rail-wrap {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    padding: 0.5rem 1rem;
}

.home-applications__rail {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    width: max-content;
    animation: homeApplicationsRail 36s linear infinite;
    will-change: transform;
}

.home-applications__rail-wrap:hover .home-applications__rail {
    animation-play-state: paused;
}

/* Direction variants for the applications rail */
.home-applications--ltr .home-applications__rail-wrap {
    mask-image: linear-gradient(to left, transparent, #000 8%, #000 92%, transparent);
}

.home-applications--ltr .home-applications__rail {
    animation-name: homeApplicationsRailLtr;
}

.home-applications__card {
    width: 350px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    padding: 0;
    text-align: left;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.home-applications__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.home-applications__card-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.home-applications__card-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 1rem 1rem 1.15rem;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    line-height: 1.35;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.45) 42%, rgba(2, 6, 23, 0) 100%);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.home-applications__modal-img-link {
    display: block;
}

.home-applications__modal-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
}

.home-applications__modal-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.home-applications__modal-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: stretch;
}

.home-applications__modal .modal-content {
    background: rgb(5 10 18 / 40%);
    border: 0;
    border-radius: 12px;
    color: #e2e8f0;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}

.home-applications__modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background: rgba(2, 6, 13, 0.8) !important;
    z-index: 2000;
    overflow: hidden;
}

.home-applications__modal .modal-header {
    border-bottom-color: rgba(148, 163, 184, 0.2);
    padding-inline: clamp(0.8rem, 3vw, 1.6rem);
}

.home-applications__modal .modal-body {
    padding: clamp(0.75rem, 2.4vw, 1.4rem);
}

.home-applications__modal .btn-close {
    filter: invert(1) grayscale(1) brightness(200%);
}

.home-applications__viewer {
    position: relative;
    height: calc(100vh - 170px);
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.home-applications__viewer-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-applications__viewer-prev {
    left: 12px;
}

.home-applications__viewer-next {
    right: 12px;
}

.home-applications__modal-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.55rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    justify-content: center;
}

.home-applications__thumb-btn {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    background: transparent;
    flex: 0 0 auto;
}

.home-applications__thumb-btn.is-active {
    border-color: #0d6efd;
}

.home-applications__thumb-img {
    width: 72px;
    height: 52px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

@media (max-width: 767.98px) {
    .home-applications__modal-dialog {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        height: 100vh;
    }

    .home-applications__modal .modal-content {
        border-radius: 0;
        min-height: 100vh;
    }

    .home-applications__viewer {
        height: calc(100vh - 220px);
        min-height: 280px;
    }

    .home-applications__viewer-nav {
        width: 36px;
        height: 36px;
    }
}

@keyframes homeApplicationsRail {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        /* Set by JS: half of the duplicated rail width in px. */
        transform: translate3d(calc(-1 * var(--marquee-distance, 50%)), 0, 0);
    }
}

@keyframes homeApplicationsRailLtr {
    from {
        transform: translate3d(calc(-1 * var(--marquee-distance, 50%)), 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 767.98px) {
    

    .home-applications__card-name {
        font-size: 1.15rem;
        padding: 0.7rem 0.7rem 0.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-applications__rail {
        animation: none;
        overflow-x: auto;
        width: auto;
        padding-bottom: 0.65rem;
        scrollbar-width: thin;
    }
}

/* Gallery category slider (reuses applications rail; photo tiles + zoom hint) */
.gallery-category-slider__subtitle {
    max-width: 40rem;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.65;
}

.gallery-category-slider__photo {
    overflow: hidden;
}

.gallery-category-slider .home-applications__rail-wrap {
    cursor: grab;
    touch-action: pan-y;
}

.gallery-category-slider .home-applications__rail-wrap.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.gallery-category-slider .home-applications__rail-wrap.is-dragging .home-applications__rail {
    pointer-events: none;
}

.gallery-category-slider__photo-img {
    height: 380px;
    transition: transform 0.45s ease;
}

.gallery-category-slider__photo:hover .gallery-category-slider__photo-img {
    transform: scale(1.06);
}

.gallery-category-slider__zoom {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    font-size: 1rem;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
    .gallery-category-slider__photo-img {
        height: 200px;
    }

    .gallery-category-slider.home-applications .home-applications__card {
        width: 240px;
    }
}

/* Career page: foundation hero slider (single slide view) */
.career-foundation-hero__subtitle {
    max-width: 46rem;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.65;
}

.career-foundation-hero__carousel {
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
}

.career-foundation-hero__media-btn {
    position: relative;
    display: block;
    width: 100%;
    background: #0f172a;
    cursor: zoom-in;
}

.career-foundation-hero__img {
    width: 100%;
    height: min(72vh, 620px);
    object-fit: cover;
    display: block;
}

.career-foundation-hero__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.05) 45%, transparent 78%);
}

.career-foundation-hero__zoom {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.56);
    color: #fff;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.career-foundation-hero__carousel .carousel-control-prev,
.career-foundation-hero__carousel .carousel-control-next {
    width: 9%;
    z-index: 6;
}

@media (max-width: 991.98px) {
    .career-foundation-hero__img {
        height: min(58vh, 460px);
    }
}

@media (max-width: 575.98px) {
    .career-foundation-hero__img {
        height: min(46vh, 320px);
    }

    .career-foundation-hero__carousel .carousel-control-prev,
    .career-foundation-hero__carousel .carousel-control-next {
        width: 14%;
    }
}

/* Home: contact us section */
.home-contact-us {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border-top: 1px solid #e5ebf2;
    position: relative;
    overflow: hidden;
}

.home-contact-us__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Dark contact hero: readable left column (white type) + gradient so the form card stays clean */
.home-contact-us--has-bg {
    background: var(--adm-sorath-primary-color);
}

.home-contact-us--has-bg .home-contact-us__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(15, 23, 42, 0.88) 0%,
        rgba(15, 23, 42, 0.72) min(38vw, 42%),
        rgba(15, 23, 42, 0.28) 52%,
        transparent 62%
    );
}

@media (max-width: 991.98px) {
    .home-contact-us--has-bg .home-contact-us__bg::after {
        background: linear-gradient(
            180deg,
            rgba(15, 23, 42, 0.82) 0%,
            rgba(15, 23, 42, 0.45) 42%,
            rgba(15, 23, 42, 0.12) 58%,
            transparent 72%
        );
    }
}

.home-contact-us--has-bg .home-contact-us__eyebrow {
    color: rgba(255, 255, 255, 0.92);
}

.home-contact-us--has-bg .home-contact-us__content .sorath-title {
    color: #fff;
}

.home-contact-us--has-bg .home-contact-us__content .sorath-desc {
    color: rgba(255, 255, 255, 0.88);
}

.home-contact-us--has-bg .home-contact-us__subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.home-contact-us--has-bg .home-contact-us__meta-link {
    color: rgba(255, 255, 255, 0.92);
}

.home-contact-us--has-bg .home-contact-us__meta-link:hover {
    color: #fff;
}

.home-contact-us--has-bg .home-contact-us__benefit-title {
    color: #fff;
}

.home-contact-us--has-bg .home-contact-us__benefit-desc {
    color: rgba(255, 255, 255, 0.82);
}

.home-contact-us--has-bg .home-contact-us__benefit-icon {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.home-contact-us > .container {
    position: relative;
    z-index: 1;
}

.home-contact-us__content {
    background: transparent;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.home-contact-us__benefits {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.home-contact-us__benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.home-contact-us__benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--adm-sorath-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    box-shadow: 0 10px 22px rgba(var(--adm-sorath-primary-color-rgb), 0.35);
}

.home-contact-us__benefit-icon i {
    font-size: 1.25rem;
    line-height: 1;
}

.home-contact-us__benefit-title {
    font-weight: 500;
    color: #0f172a;
    margin-top: 0.05rem;
}

.home-contact-us__benefit-desc {
    color: #334155;
    font-size: 0.95rem;
    margin-top: 0.1rem;
}

.home-contact-us__eyebrow {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: #0f172a;
}

.home-contact-us__subtitle {
    font-size: 1.05rem;
    font-weight: 600;
    color: #334155;
}

.home-contact-us__meta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
}

.home-contact-us__meta-link:hover {
    color: #0f172a;
}

/* WhatsApp-style CTA — brand greens #25D366 / #128C7E */
.home-contact-us .home-contact-us__wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: fit-content;
    max-width: 100%;
    margin-top: 1.5rem;
    padding: 1rem 2.75rem;
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    background: linear-gradient(165deg, #20bd5a 0%, #25d366 42%, #128c7e 100%);
    box-shadow:
        0 8px 28px rgba(37, 211, 102, 0.5),
        0 4px 14px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.home-contact-us .home-contact-us__wa-btn .bi-whatsapp {
    font-size: 1.45rem;
    line-height: 1;
}

.home-contact-us .home-contact-us__wa-btn:hover {
    color: #fff !important;
    filter: brightness(1.06);
    border-color: rgba(255, 255, 255, 0.65);
    box-shadow:
        0 12px 36px rgba(37, 211, 102, 0.58),
        0 6px 18px rgba(15, 23, 42, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    transform: translateY(-2px);
}

.home-contact-us .home-contact-us__wa-btn:focus-visible {
    color: #fff !important;
    outline: none;
    box-shadow:
        0 8px 28px rgba(37, 211, 102, 0.5),
        0 4px 14px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 0 0 4px #fff,
        0 0 0 8px #25d366;
}

.home-contact-us__form-card {
    border-radius: 16px;
    background: #fff !important;
    border: 1px solid #e4ebf4 !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12) !important;
}

.home-contact-us__form-card .card-body {
    background: #fff;
    border-radius: 16px;
}

.home-contact-us__form-head {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.home-contact-us__form-head-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--adm-sorath-primary-color);
    color: #fff;
}

.home-contact-us__form-title {
    font-size: 1.65rem;
    font-weight: 500;
    color: #0f172a;
}

.home-contact-us__form-line {
    display: inline-block;
    width: 56px;
    height: 3px;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: var(--adm-sorath-primary-color);
}

.home-contact-us__input-wrap {
    position: relative;
}

.home-contact-us__input-wrap > i {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.95rem;
    pointer-events: none;
}

.home-contact-us__input {
    border-radius: 10px;
    border-color: #d7e0ec;
    padding: 0.7rem 0.9rem 0.7rem 2.3rem;
    font-size: 0.95rem;
}

.home-contact-us__input:focus {
    border-color: var(--adm-sorath-primary-color);
    box-shadow: 0 0 0 0.16rem rgba(var(--adm-sorath-primary-color-rgb), 0.14);
}

.home-contact-us__input-wrap--textarea > i {
    top: 0.95rem;
    transform: none;
}

.home-contact-us__input--textarea {
    min-height: 160px;
    resize: vertical;
}

.home-contact-us__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    background: #f3f6fb;
}

.home-contact-us__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 600;
}

.home-contact-us__trust-item i {
    color: var(--adm-sorath-primary-color);
}

.home-contact-us .home-contact-us__submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-weight: 500;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    padding: 0.85rem 1.85rem;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #020617 100%);
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 0 5px rgb(19 24 34 / 14%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.home-contact-us .home-contact-us__submit-btn:hover {
    color: #fff;
    filter: brightness(1.06);
    box-shadow:
        0 12px 34px rgba(15, 23, 42, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.14);
    transform: translateY(-2px);
}

.home-contact-us .home-contact-us__submit-btn:focus-visible {
    color: #fff;
    outline: none;
    box-shadow:
        0 8px 26px rgba(15, 23, 42, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 5px rgba(19, 24, 34, 0.12),
        0 0 0 3px #fff,
        0 0 0 6px #111827;
}

/* Contact page redesign */
.contact-page {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

/* Contact page — stacked info cards (inside Get in Touch panel; brand navy — no red) */
.contact-page__intro-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-page__intro-wrap--in-panel {
    gap: 0.85rem;
}

.contact-page__intro-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem 1.15rem;
    background: #fafbfd;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    padding: 1.15rem 1.2rem 1.2rem;
}

.contact-page__intro-card-icon {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 20px 12px 20px 10px;
    background: linear-gradient(145deg, #334155 0%, var(--adm-sorath-primary-color) 48%, #0f172a 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.28rem;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-page__intro-card-body {
    flex: 1;
    min-width: 0;
}

.contact-page__intro-card-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: clamp(1.02rem, 2vw, 1.18rem);
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.45rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
}

.contact-page__intro-card-text {
    font-family: var(--adm-primary-sorath-font), system-ui, sans-serif;
    line-height: 1.65;
    color: var(--adm-sorath-primary-color);
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
}
.contact-page__intro-link {
    color: var(--adm-sorath-primary-color);
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
}

.contact-page__intro-link:hover {
    color: #334155;
    text-decoration: underline;
}

.contact-page__intro-phone-sep {
    color: #94a3b8;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .contact-page__intro-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-page__intro-card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.15rem;
    }
}

.contact-page__shell {
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    padding: clamp(1rem, 2vw, 1.5rem);
}

.contact-page__info {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #e5ebf4;
    border-radius: 14px;
    padding: 1.2rem 1.1rem;
}

.contact-page__eyebrow {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: var(--adm-sorath-primary-color);
    text-transform: uppercase;
}

.contact-page__title {
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    font-weight: 800;
    color: #0f172a;
}

.contact-page__desc {
    color: #475569;
}

.contact-page__meta-list {
    display: grid;
    gap: 0.75rem;
}

.contact-page__meta-item {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: start;
    column-gap: 0.65rem;
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.contact-page__meta-item:hover {
    color: var(--adm-sorath-primary-color);
}

.contact-page__meta-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(var(--adm-sorath-primary-color-rgb), 0.12);
    color: var(--adm-sorath-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    font-size: 0.82rem;
    margin-top: 0.1rem;
}

.contact-page__social {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.contact-page__form-card,
.contact-page__address-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.contact-page__form-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.contact-page__form-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--adm-sorath-primary-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-page__form-title {
    font-size: 1.35rem;
    font-weight: 500;
    color: #0f172a;
}

.contact-page__form-line {
    display: inline-block;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: var(--adm-sorath-primary-color);
}

.contact-page__field {
    position: relative;
}

.contact-page__field > i {
    position: absolute;
    left: 0.78rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.92rem;
    pointer-events: none;
}

.contact-page__field .form-control {
    border-radius: 9px;
    border-color: #dbe3ef;
    padding: 0.63rem 0.85rem 0.63rem 2.2rem;
    font-size: 0.94rem;
}

.contact-page__field .form-control:focus {
    border-color: var(--adm-sorath-primary-color);
    box-shadow: 0 0 0 0.16rem rgba(var(--adm-sorath-primary-color-rgb), 0.16);
}

.contact-page__field--textarea > i {
    top: 0.95rem;
    transform: none;
}

.contact-page__field--textarea .form-control {
    min-height: 155px;
    resize: vertical;
}

.contact-page .contact-page__submit-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-weight: 500;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    padding: 0.85rem 1.85rem;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #020617 100%);
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 0 5px rgb(19 24 34 / 14%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.contact-page .contact-page__submit-btn:hover {
    color: #fff !important;
    filter: brightness(1.06);
    box-shadow:
        0 12px 34px rgba(15, 23, 42, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.14);
    transform: translateY(-2px);
}

.contact-page .contact-page__submit-btn:focus-visible {
    color: #fff !important;
    outline: none;
    box-shadow:
        0 8px 26px rgba(15, 23, 42, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 5px rgba(19, 24, 34, 0.12),
        0 0 0 3px #fff,
        0 0 0 6px #111827;
}

.contact-page__warehouses {
    background: transparent;
}

.contact-page__warehouse-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.9rem;
}

.contact-page__warehouse-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    min-width: 130px;
    padding: 0.85rem 0.7rem 0.75rem;
    text-align: center;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.contact-page__warehouse-pin-dot {
    margin-bottom: 0.1rem;
    transition: transform 0.22s ease;
}

.contact-page__warehouse-pin-dot::after {
    display: block;
    height: 9px;
    background: rgba(15, 23, 42, 0.35);
}

.contact-page__warehouse-card:hover .contact-page__warehouse-pin-dot {
    transform: translateY(-2px) scale(1.06);
}

@media (max-width: 991.98px) {
    .contact-page__warehouse-grid {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .contact-page__warehouse-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .contact-page__warehouse-card {
        min-width: 0;
    }
}

/* Home about redesign (40/60 with carousel + reel) */
.home-about-redesign__content {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: clamp(1.2rem, 2.8vw, 2rem);
}

.home-about-redesign__carousel {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
    min-height: 420px;
}

.home-about-redesign__carousel .carousel-item img {
    object-fit: cover;
}

.home-about-redesign__reel {
    position: relative;
    min-height: 420px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5eaf1;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.home-about-redesign__reel-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.home-about-redesign__reel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.75) 0%, rgba(2, 6, 23, 0.35) 42%, rgba(2, 6, 23, 0.05) 100%);
    position: relative;
    z-index: 2;
}

.home-about-redesign__reel-label {
    margin: 0 0 1rem 1rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@media (max-width: 991.98px) {
    .home-about-redesign__carousel,
    .home-about-redesign__reel {
        min-height: 300px;
    }
}

/* Home: sticky enquire now tab */
.home-sticky-enquiry-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2060;
    border: 0;
    background: #ef1111;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 0.95rem 0.5rem;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.home-sticky-enquiry-btn:hover {
    background: #d60d0d;
}

@media (max-width: 991.98px) {
    .home-sticky-enquiry-btn {
        top: auto;
        bottom: 18%;
        transform: none;
    }
}


/* About: full-width roadmap carousel (6 pins per slide, odd up / even down) */
.about-road-carousel {
    background: #edf1f7;
    overflow: hidden;
}

.about-road-carousel__wrap {
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0 0 2rem;
}

.about-road-carousel__viewport {
    position: relative;
    min-height: 440px;
    padding: 0 3.5rem;
}

.about-road-swiper {
    position: relative;
    z-index: 2;
}

.about-road-swiper .swiper-wrapper {
    align-items: stretch;
}

.about-road-swiper .swiper-slide {
    height: auto;
}

.about-road-carousel__road {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.about-road-carousel__road-line {
    display: block;
    width: 100%;
    height: 52px;
    background: #242424;
    position: relative;
}

.about-road-carousel__road-line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px dashed rgba(255, 255, 255, 0.92);
}

.about-road-carousel__card {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.about-road-carousel__card.is-up {
    justify-content: flex-end;
    padding-bottom: 26px;
}

.about-road-carousel__card.is-down {
    justify-content: flex-start;
    padding-top: 26px;
}

.about-road-carousel__pin-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.about-road-carousel__pin {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--adm-sorath-primary-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    box-shadow: 0 5px 16px rgba(var(--adm-sorath-primary-color-rgb), 0.35);
}

.about-road-carousel__year {
    font-size: 1rem;
    line-height: 1.05;
}

.about-road-carousel__month {
    font-size: 0.7rem;
    line-height: 1.1;
}

.about-road-carousel__stem {
    width: 3px;
    height: 38px;
    background: var(--adm-sorath-primary-color);
    position: relative;
}

article.about-road-carousel__card.is-down {
    margin-top: 194px;
}

.about-road-carousel__stem::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--adm-sorath-primary-color);
    box-shadow: 0 0 0 2px #edf1f7;
}

.about-road-carousel__card.is-up .about-road-carousel__stem::after {
    bottom: -5px;
}

.about-road-carousel__card.is-down .about-road-carousel__stem::after {
    top: -5px;
}

.about-road-carousel__desc {
    font-size: 0.95rem;
    line-height: 1.35;
    color: #111827;
    font-weight: 500;
    max-width: 180px;
    margin: 0;
}

.about-road-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.85);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    line-height: 1;
}

.about-road-carousel__nav--prev {
    left: 0.4rem;
}

.about-road-carousel__nav--next {
    right: 0.4rem;
}

.about-road-carousel__pagination.swiper-pagination {
    position: static;
    text-align: center;
}

.about-road-carousel__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #94a3b8;
}

.about-road-carousel__pagination .swiper-pagination-bullet-active {
        background: var(--adm-sorath-primary-color);
}

@media (max-width: 767.98px) {
    .about-road-carousel__viewport {
        min-height: 520px;
        padding: 0 2.8rem;
    }
/* 
    .about-road-carousel__card {
        min-height: 520px;
    } */

    .about-road-carousel__card.is-up{
        padding-bottom: 0;
    }
    .about-road-carousel__card.is-down{
        padding-top: 0;
    }
    article.about-road-carousel__card.is-down {
        margin-top: 275px;
    }

    .about-road-carousel__road-line {
        height: 46px;
    }

    .about-road-carousel__pin {
        width: 68px;
        height: 68px;
    }

    .about-road-carousel__desc {
        max-width: 140px;
        font-size: 0.85rem;
    }
}

/* About: our expertise cards */
.about-expertise {
    background: #fff;
}

.about-expertise__card {
    background: #fff;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-expertise__image-wrap {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e2e8f0;
}

.about-expertise__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.about-expertise__body {
    padding: 1.35rem 1.35rem 1.5rem;
    text-align: center;
}

.about-expertise__title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 0.55rem;
    text-align: center;
}

.about-expertise__desc {
    color: #475569;
    line-height: 1.65;
    margin: 0 auto 1.15rem;
    text-align: center;
    max-width: 42rem;
}

.about-expertise .about-expertise__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-weight: 500;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    padding: 0.85rem 1.85rem;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #020617 100%);
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 0 5px rgb(19 24 34 / 14%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.about-expertise .about-expertise__btn:hover {
    color: #fff;
    filter: brightness(1.05);
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.14);
    transform: translateY(-2px);
}

.about-expertise .about-expertise__btn:focus-visible {
    color: #fff;
    outline: none;
    box-shadow:
        0 6px 22px rgba(15, 23, 42, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 5px rgba(19, 24, 34, 0.12),
        0 0 0 3px #fff,
        0 0 0 6px #111827;
}

.about-expertise__card:hover {
    transform: translateY(-7px);
    border-color: #d8e3f0;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.about-expertise__card:hover .about-expertise__image {
    transform: scale(1.06);
}

/* About: our presence map + pins */
.our-presence {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.our-presence__content {
    background: #fff;
    border: 1px solid #e5edf6;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    padding: clamp(1.15rem, 2.2vw, 1.75rem);
}

.our-presence__desc {
    margin-inline: 0;
    max-width: 100%;
}

.our-presence__cities {
    font-weight: 600;
    line-height: 1.65;
    color: #334155;
}

.our-presence .our-presence__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-weight: 500;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    padding: 0.85rem 1.85rem;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #020617 100%);
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 0 5px rgb(19 24 34 / 14%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.our-presence .our-presence__cta:hover {
    color: #fff !important;
    border-color: #cbd5e1;
    filter: brightness(1.05);
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.14);
    transform: translateY(-2px);
}

.our-presence .our-presence__cta:focus-visible {
    color: #fff !important;
    outline: none;
    box-shadow:
        0 6px 22px rgba(15, 23, 42, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 5px rgba(19, 24, 34, 0.12),
        0 0 0 3px #fff,
        0 0 0 6px #111827;
}

.our-presence__map-wrap {
    position: relative;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    padding: clamp(0.5rem, 1.8vw, 1rem);
}

.our-presence__map-svg svg {
    width: 100%;
    height: auto;
    display: block;
}

.our-presence__map-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

.our-presence__pin {
    position: absolute;
    left: var(--pin-x);
    top: var(--pin-y);
    transform: translate(-50%, -100%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    pointer-events: none;
}

.our-presence__pin-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ef1111;
    border: 2px solid #fff;
    box-shadow: 0 6px 12px rgba(239, 17, 17, 0.45);
    position: relative;
    animation: presencePulse 1.8s ease-out infinite;
    animation-delay: var(--pin-delay, 0s);
}

.our-presence__pin-dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: 14px;
    transform: translateX(-50%);
    background: rgba(15, 23, 42, 0.35);
}

.our-presence__pin-dot::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 2px solid rgba(239, 17, 17, 0.35);
    animation: presenceRing 1.8s ease-out infinite;
    animation-delay: var(--pin-delay, 0s);
}

.our-presence__pin-label {
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    padding: 0.25rem 0.45rem;
}

@keyframes presencePulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 6px 12px rgba(239, 17, 17, 0.45);
    }
    50% {
        transform: scale(1.12);
        box-shadow: 0 0 0 8px rgba(239, 17, 17, 0.12);
    }
}

@keyframes presenceRing {
    0% {
        transform: scale(0.6);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.45);
        opacity: 0;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .our-presence__content {
        text-align: center;
    }

    .our-presence__pin-dot {
        width: 12px;
        height: 12px;
    }

    .our-presence__pin-dot::after {
        height: 10px;
    }

    .our-presence__pin-label {
        font-size: 0.62rem;
        padding: 0.18rem 0.38rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-expertise__card,
    .about-expertise__image {
        transition: none;
    }

    .about-expertise__card:hover {
        transform: none;
    }

    .about-expertise__card:hover .about-expertise__image {
        transform: none;
    }
}

/* About: feature showcase slider (image / GIF / video cards + video modal) */
.about-feature-showcase__wrap {
    padding-bottom: 0.5rem;
}

.about-feature-showcase .swiper {
    overflow: visible;
}

.about-feature-showcase__card {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-feature-showcase__card:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

.about-feature-showcase__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.about-feature-showcase__card--static {
    cursor: default;
}

.about-feature-showcase__card--static:hover {
    transform: none;
    box-shadow: none;
}

.about-feature-showcase__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.about-feature-showcase__img,
.about-feature-showcase__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-feature-showcase__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 42%, transparent 72%);
    pointer-events: none;
}

.about-feature-showcase__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem 1.35rem 1.35rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    pointer-events: none;
}

.about-feature-showcase__title {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.about-feature-showcase__cta {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.about-feature-showcase__cta .bi {
    font-size: 0.85em;
    opacity: 0.9;
}

.about-feature-showcase__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    transition: background 0.2s ease, color 0.2s ease;
}

.about-feature-showcase__nav:hover {
    background: #0f172a;
    color: #fff;
}

.about-feature-showcase__nav--prev {
    left: 0;
}

.about-feature-showcase__nav--next {
    right: 0;
}

.about-feature-modal__content {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.about-feature-modal__header {
    padding: 0.5rem 0.5rem 0;
}

.about-feature-modal__header .btn-close {
    filter: invert(1);
    opacity: 0.85;
}

.about-feature-modal__frame {
    background: #000;
}

.about-feature-modal__iframe,
.about-feature-modal__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767.98px) {
    .about-feature-showcase__nav {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-feature-showcase__card {
        transition: none;
    }

    .about-feature-showcase__card:hover {
        transform: none;
    }
}

.product-detail {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 38%, #ffffff 100%);
}

.product-detail__media-card,
.product-detail__info-card {
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.product-detail__main {
    border: 0;
    border-radius: 14px;
    background: radial-gradient(circle at 20% 20%, #f5f8ff 0%, #f8fafc 45%, #f3f4f6 100%);
}

.product-detail__main-img {
    transition: transform 0.35s ease;
}

.product-detail__main:hover .product-detail__main-img {
    transform: scale(1.02);
}

.product-detail__thumb {
    width: 74px;
    height: 74px;
    border: 2px solid #e5e7eb;
    background: #fff;
    transition: all 0.2s ease;
}

.product-detail__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail__thumb:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.product-detail__thumb.is-active {
    border-color: #111827;
    box-shadow: 0 0 0 2px #11182712;
}

.product-detail__title {
    letter-spacing: -0.02em;
}

.product-detail__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    background: #f8fafc;
    transition: all 0.2s ease;
}

.product-detail__chip:hover {
    color: #111827;
    border-color: #cbd5e1;
    background: #f1f5f9;
}

.product-detail__qty {
    max-width: 160px;
    border-radius: 12px;
    border-color: #d1d5db;
    font-weight: 600;
    padding: 10px 12px;
}

.product-detail__short,
.product-detail__long-body {
    color: #374151;
    line-height: 1.75;
}

.product-detail__highlights {

    padding: 0.9rem 1rem;
}

.product-detail__highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #111827;
    font-weight: 500;
}

.product-detail__highlight-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 1px solid var(--adm-sorath-primary-color); */
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}


.product-detail__highlight-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail__long-wrap {
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

.product-detail__specs {
   
    overflow: hidden;
}

.product-detail__spec-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eef2f7;
}

.product-detail__spec-row:last-child {
    border-bottom: 0;
}

.product-detail__spec-label {
    color: #111827;
    font-weight: 500;
}

.product-detail__spec-value {
    color: #334155;
}

.product-detail__spec-value--feature {
    font-weight: 500;
}

/* Product detail — match contact / home highlighted CTAs */
.product-detail .product-detail__cta-highlight.btn {
    border: 3px solid #94a3b8;
    border-radius: 999px;
    background: linear-gradient(165deg, #1e293b 0%, var(--adm-sorath-primary-color) 45%, #050814 100%);
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 1.05rem;
    padding: 1rem 1.35rem;
    min-height: 3.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    box-shadow:
        0 8px 26px rgba(15, 23, 42, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 5px rgba(19, 24, 34, 0.12);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        filter 0.2s ease;
}

.product-detail .product-detail__cta-highlight.btn:hover {
    color: #fff !important;
    border-color: #cbd5e1;
    filter: brightness(1.06);
    box-shadow:
        0 12px 34px rgba(15, 23, 42, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.14);
    transform: translateY(-2px);
}

.product-detail .product-detail__cta-highlight.btn:focus-visible {
    color: #fff !important;
    outline: none;
    border-color: #cbd5e1;
    filter: brightness(1.06);
    box-shadow:
        0 12px 34px rgba(15, 23, 42, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.16),
        0 0 0 3px #fff,
        0 0 0 6px #111827;
    transform: translateY(-2px);
}

.product-detail .product-detail__cta-highlight--whatsapp.btn {
    border-color: #128c7e;
    background: linear-gradient(165deg, #2fe677 0%, #25d366 40%, #128c7e 100%);
    box-shadow:
        0 8px 26px rgba(7, 94, 84, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset,
        0 0 0 5px rgba(37, 211, 102, 0.22);
}

.product-detail .product-detail__cta-highlight--whatsapp.btn:hover {
    border-color: #075e54;
    filter: brightness(1.05);
    box-shadow:
        0 12px 34px rgba(7, 94, 84, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset,
        0 0 0 7px rgba(37, 211, 102, 0.28);
}

.product-detail .product-detail__cta-highlight--whatsapp.btn:focus-visible {
    border-color: #075e54;
    filter: brightness(1.05);
    box-shadow:
        0 12px 34px rgba(7, 94, 84, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset,
        0 0 0 7px rgba(37, 211, 102, 0.3),
        0 0 0 3px #fff,
        0 0 0 6px #075e54;
}

.product-detail .product-detail__cta-row .product-detail__cta-highlight.btn {
    flex: 1 1 auto;
    min-width: min(100%, 11rem);
}

@media (max-width: 991.98px) {
    .product-detail__media-card,
    .product-detail__info-card {
        border-radius: 14px;
    }

    .product-detail__spec-row {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }
}

/* ——— Gypsum landing (/gypsum-tiles) ——— */
.gypsum-page-hero {
    background: transparent;
    box-shadow: none;
    border: none;
}

.gypsum-page-hero__inner {
    max-width: 42rem;
}

@media (min-width: 992px) {
    .gypsum-page-hero__inner {
        max-width: 48rem;
    }
}

.gypsum-page-hero__eyebrow {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--adm-sorath-primary-color);
}

.gypsum-page-hero__title {
    font-weight: 700;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
    color: var(--adm-sorath-heading-color, #0f172a);
}

.gypsum-page-hero__lead {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
    color: var(--adm-sorath-text-muted, #475569);
    max-width: 38rem;
}

.gypsum-page-cta-bar {
    background: transparent;
}

.gypsum-page__view-all.btn {
    border: 3px solid #94a3b8;
    border-radius: 999px;
    background: linear-gradient(165deg, #1e293b 0%, var(--adm-sorath-primary-color) 45%, #050814 100%);
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 1.05rem;
    padding: 1rem 1.35rem;
    min-height: 3.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    box-shadow:
        0 8px 26px rgba(15, 23, 42, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 5px rgba(19, 24, 34, 0.12);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        filter 0.2s ease;
}

.gypsum-page__view-all.btn:hover {
    color: #fff !important;
    border-color: #cbd5e1;
    filter: brightness(1.06);
    box-shadow:
        0 12px 34px rgba(15, 23, 42, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.14);
    transform: translateY(-2px);
}

.gypsum-page__view-all.btn:focus-visible {
    color: #fff !important;
    outline: none;
    border-color: #cbd5e1;
    filter: brightness(1.06);
    box-shadow:
        0 12px 34px rgba(15, 23, 42, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 0 0 7px rgba(19, 24, 34, 0.16),
        0 0 0 3px #fff,
        0 0 0 6px #111827;
    transform: translateY(-2px);
}

.gypsum-benefits {
    background: transparent;
    border: none;
    box-shadow: none;
}

.gypsum-benefits__title {
    max-width: 52rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.gypsum-benefits__item {
    padding: 0.25rem 0.35rem;
}

.gypsum-benefits__icon-wrap {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(15, 23, 42, 0.1);
    background: transparent;
    transition:
        border-color 0.2s ease,
        color 0.2s ease;
}

.gypsum-benefits__item:hover .gypsum-benefits__icon-wrap {
    border-color: var(--adm-sorath-primary-color);
}

.gypsum-benefits__icon {
    font-size: 1.65rem;
    line-height: 1;
    color: var(--adm-sorath-primary-color);
}

.gypsum-benefits__text {
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.35;
    color: var(--adm-sorath-text, #334155);
}



@media (min-width: 992px) {
    .gypsum-benefits__icon-wrap {
        width: 5.25rem;
        height: 5.25rem;
    }

    .gypsum-benefits__icon {
        font-size: 2.75rem;
    }
}

.gypsum-why {
    background: #f1f5f9;
    border: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    .gypsum-why {
        padding-top: 3.25rem !important;
        padding-bottom: 3.5rem !important;
    }
}

.gypsum-why__header {
    max-width: 42rem;
}

.gypsum-why__badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0f172a;
    border: 1px solid #0f172a;
    background: transparent;
    margin-bottom: 0.75rem;
}

.gypsum-why__title {
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.gypsum-why__lead {
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.65;
    color: var(--adm-sorath-text-muted, #475569);
    max-width: 36rem;
}

.gypsum-why__card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1.5rem 1.35rem 1.45rem;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.gypsum-why__card:hover {
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

.gypsum-why__card--point {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.35rem 1rem 1.25rem;
}

.gypsum-why__point-label {
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.35;
    color: var(--adm-sorath-heading-color, #0f172a);
    max-width: 14rem;
    margin-inline: auto;
}


.gypsum-why__card-icon i {
    font-size: 36px;
}
.gypsum-why__card-icon {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--adm-sorath-primary-color-rgb, 19, 24, 34), 0.1);
    color: var(--adm-sorath-primary-color);
    font-size: 1.45rem;
    line-height: 1;
}

.gypsum-why__cta.btn {
    border-radius: 999px;
    border: 3px solid #94a3b8;
    background: linear-gradient(165deg, #0f172a 0%, #1e293b 55%, #020617 100%);
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 1.05rem;
    min-height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    box-shadow:
        0 8px 28px rgba(15, 23, 42, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 5px rgba(19, 24, 34, 0.14);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        filter 0.2s ease;
}

.gypsum-why__cta.btn:hover {
    color: #fff !important;
    border-color: #cbd5e1;
    filter: brightness(1.05);
    box-shadow:
        0 12px 38px rgba(15, 23, 42, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.09) inset,
        0 0 0 7px rgba(19, 24, 34, 0.18);
    transform: translateY(-2px);
}

.gypsum-why__cta.btn:focus-visible {
    color: #fff !important;
    outline: none;
    border-color: #cbd5e1;
    box-shadow:
        0 12px 38px rgba(15, 23, 42, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.09) inset,
        0 0 0 7px rgba(19, 24, 34, 0.2),
        0 0 0 3px #fff,
        0 0 0 6px #111827;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .gypsum-why__card--point {
        padding: 1.5rem 1.15rem 1.35rem;
    }
}

/* ——— Frontend catalogue page ——— */
.catalogue-pill {
    display: inline-block;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--adm-sorath-text);
    background: #fff;
    border: 1px solid #d1d5db;
    text-decoration: none;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.catalogue-pill:hover {
    border-color: var(--adm-sorath-primary-color);
    color: var(--adm-sorath-primary-color);
}

.catalogue-pill.is-active {
    background: var(--adm-sorath-primary-color);
    border-color: var(--adm-sorath-primary-color);
    color: #fff;
}

.catalogue-pill.is-active:hover {
    background: #0f131b;
    border-color: #0f131b;
    color: #fff;
}

.catalogue-book-grid {
    max-width: 1200px;
    margin-inline: auto;
}

.catalogue-book-card {
    color: inherit;
}

button.catalogue-book-card {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font: inherit;
    appearance: none;
}

button.catalogue-book-card:focus-visible {
    outline: 2px solid var(--adm-sorath-primary-color);
    outline-offset: 6px;
    border-radius: 12px;
}

.catalogue-download-modal .catalogue-download-modal__submit {
    background: var(--adm-sorath-primary-color);
    border-color: var(--adm-sorath-primary-color);
    color: #fff;
    border-radius: 999px;
    padding-inline: 1.25rem;
}

.catalogue-download-modal .catalogue-download-modal__submit:hover {
    background: #0f131b;
    border-color: #0f131b;
    color: #fff;
}

.catalogue-book-card:focus-visible {
    outline: 2px solid var(--adm-sorath-primary-color);
    outline-offset: 6px;
    border-radius: 12px;
}

.catalogue-book-card__stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 11rem;
    padding: 1.25rem 0.5rem 2.25rem;
    perspective: 900px;
}

.catalogue-book-card__shadow {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-45%);
    width: 72%;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.catalogue-book-card__cover {
    position: relative;
    max-height: 320px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px 14px 14px 4px;
    box-shadow:
        -10px 14px 28px rgba(15, 23, 42, 0.28),
        0 26px 42px rgba(15, 23, 42, 0.12);
    transform: rotateY(-16deg) rotateX(5deg);
    transform-style: preserve-3d;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.catalogue-book-card:hover .catalogue-book-card__cover,
.catalogue-book-card:focus-visible .catalogue-book-card__cover {
    transform: rotateY(-10deg) rotateX(3deg) translateY(-6px);
    box-shadow:
        -12px 18px 36px rgba(15, 23, 42, 0.32),
        0 32px 52px rgba(15, 23, 42, 0.14);
}

.catalogue-book-card__placeholder {
    position: relative;
    width: 72%;
    max-width: 200px;
    aspect-ratio: 3 / 4;
    border-radius: 4px 14px 14px 4px;
    background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 45%, #cbd5e1 100%);
    box-shadow:
        -10px 14px 28px rgba(15, 23, 42, 0.22),
        0 26px 42px rgba(15, 23, 42, 0.1);
    transform: rotateY(-16deg) rotateX(5deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.catalogue-book-card:hover .catalogue-book-card__placeholder,
.catalogue-book-card:focus-visible .catalogue-book-card__placeholder {
    transform: rotateY(-10deg) rotateX(3deg) translateY(-6px);
}

.catalogue-book-card__placeholder-letter {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    font-weight: 500;
    color: rgba(15, 23, 42, 0.22);
}

.catalogue-book-card__title {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 600;
    color: var(--adm-sorath-primary-color);
    margin: 0.35rem 0 0.25rem;
    line-height: 1.25;
}

.catalogue-book-card__category {
    font-family: var(--adm-primary-sorath-font), system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--adm-sorath-text);
    margin: 0;
    line-height: 1.35;
}

.catalogue-book-card--no-pdf .catalogue-book-card__title {
    opacity: 0.65;
}

@media (prefers-reduced-motion: reduce) {
    .catalogue-book-card__cover,
    .catalogue-book-card__placeholder {
        transition: none;
        transform: none;
    }

    .catalogue-book-card:hover .catalogue-book-card__cover,
    .catalogue-book-card:focus-visible .catalogue-book-card__cover,
    .catalogue-book-card:hover .catalogue-book-card__placeholder,
    .catalogue-book-card:focus-visible .catalogue-book-card__placeholder {
        transform: none;
    }
}

/* Reusable FAQ section (frontend.components.faq) */
.faq-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
    background: linear-gradient(160deg, #f8fafc 0%, #eef2f7 45%, #e8eef8 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.faq-section__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(0.5px);
}

.faq-section__glow--1 {
    width: min(85vw, 520px);
    height: min(85vw, 520px);
    background: radial-gradient(circle at 30% 30%, rgba(var(--adm-sorath-primary-color-rgb), 0.18) 0%, transparent 62%);
    top: -18%;
    right: -12%;
    opacity: 0.9;
}

.faq-section__glow--2 {
    width: min(60vw, 380px);
    height: min(60vw, 380px);
    background: radial-gradient(circle, rgba(var(--adm-sorath-primary-color-rgb), 0.1) 0%, transparent 65%);
    bottom: -8%;
    left: -6%;
    opacity: 0.85;
}

.faq-section .container {
    position: relative;
    z-index: 1;
}

.faq-section__intro {
    max-width: 44rem;
}

.faq-section__list {
    max-width: 48rem;
}

.faq-section__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--adm-sorath-primary-color);
    border: 1px solid rgba(var(--adm-sorath-primary-color-rgb), 0.28);
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.faq-section__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.65rem;
    font-size: clamp(1.55rem, 3.2vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-align: center;
    line-height: 1.18;
}

.faq-section__title-text {
    line-height: 1.2;
}

.faq-section__title-accent {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: linear-gradient(135deg, var(--adm-sorath-primary-color), rgba(var(--adm-sorath-primary-color-rgb), 0.65));
    flex: 0 0 auto;
    margin-top: 0.2rem;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(var(--adm-sorath-primary-color-rgb), 0.45);
}

.faq-section__lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 38rem;
}

.faq-section__rule {
    width: 3rem;
    height: 3px;
    margin-top: 1.5rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--adm-sorath-primary-color), rgba(var(--adm-sorath-primary-color-rgb), 0.25));
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.faq-accordion__item {
    position: relative;
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 8px 28px rgba(15, 23, 42, 0.06);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease;
}

.faq-accordion__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent;
    transition: background 0.3s ease;
    border-radius: 1rem 0 0 1rem;
}

.faq-accordion__item:hover {
    border-color: rgba(var(--adm-sorath-primary-color-rgb), 0.22);
    box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.06),
        0 16px 40px rgba(var(--adm-sorath-primary-color-rgb), 0.12);
    transform: translateY(-2px);
}

.faq-accordion__item:has(.faq-accordion__btn:not(.collapsed)) {
    border-color: rgba(var(--adm-sorath-primary-color-rgb), 0.32);
    box-shadow:
        0 4px 16px rgba(15, 23, 42, 0.07),
        0 20px 48px rgba(var(--adm-sorath-primary-color-rgb), 0.14);
}

.faq-accordion__item:has(.faq-accordion__btn:not(.collapsed))::before {
    background: linear-gradient(180deg, var(--adm-sorath-primary-color), rgba(var(--adm-sorath-primary-color-rgb), 0.55));
}

.faq-accordion__header {
    margin: 0;
}

.faq-accordion__btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.15rem 1.25rem;
    font-size: 1.02rem;
    font-weight: 600;
    color: #0f172a;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    box-shadow: none;
    line-height: 1.45;
    text-align: left;
    transition: background 0.25s ease, color 0.25s ease;
}

.faq-accordion__btn.collapsed {
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    color: #0f172a;
}

.faq-accordion__btn:not(.collapsed) {
    background: linear-gradient(180deg, rgba(var(--adm-sorath-primary-color-rgb), 0.08) 0%, #fff 100%);
    color: #0c1222;
}

.faq-accordion__btn::after {
    display: none !important;
    content: none !important;
}

.faq-accordion__q-index {
    flex: 0 0 auto;
    min-width: 2.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    color: rgba(var(--adm-sorath-primary-color-rgb), 0.85);
    line-height: 1;
    padding: 0.35rem 0;
    border-right: 1px solid rgba(var(--adm-sorath-primary-color-rgb), 0.2);
    padding-right: 0.85rem;
    margin-right: 0.1rem;
}

.faq-accordion__q-text {
    flex: 1;
    min-width: 0;
    text-align: start;
}

.faq-accordion__toggle {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;
    color: var(--adm-sorath-primary-color);
    font-size: 1.28rem;
    line-height: 1;
    background: rgba(var(--adm-sorath-primary-color-rgb), 0.1);
    border: 1px solid rgba(var(--adm-sorath-primary-color-rgb), 0.22);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.faq-accordion__btn:hover .faq-accordion__toggle {
    background: rgba(var(--adm-sorath-primary-color-rgb), 0.16);
    transform: scale(1.06);
}

.faq-accordion__btn:not(.collapsed) .faq-accordion__toggle {
    background: var(--adm-sorath-primary-color);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(var(--adm-sorath-primary-color-rgb), 0.38);
    transform: scale(1);
}

.faq-accordion__icon {
    display: block;
}

.faq-accordion__icon--minus {
    display: none;
}

.faq-accordion__btn:not(.collapsed) .faq-accordion__icon--plus {
    display: none;
}

.faq-accordion__btn:not(.collapsed) .faq-accordion__icon--minus {
    display: block;
}

.faq-accordion__body {
    padding: 0 1.25rem 1.35rem 4.5rem;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.78;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, #fff 55%);
    border-top: 1px solid rgba(var(--adm-sorath-primary-color-rgb), 0.12);
}

@media (max-width: 575.98px) {
    .faq-accordion__body {
        padding-left: 1.25rem;
    }

    .faq-accordion__q-index {
        min-width: 1.85rem;
        font-size: 0.7rem;
        padding-right: 0.65rem;
    }

    .faq-accordion__btn {
        padding: 1rem 1rem;
        gap: 0.75rem;
    }
}

.faq-accordion__body p:last-child {
    margin-bottom: 0;
}

.faq-accordion__btn:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion__btn:focus-visible {
    outline: 2px solid var(--adm-sorath-primary-color);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .faq-accordion__item,
    .faq-accordion__btn,
    .faq-accordion__toggle {
        transition: none;
    }

    .faq-accordion__item:hover {
        transform: none;
    }
}

/* FAQ page — dealer & WhatsApp CTA strip */
.faq-page-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-top: clamp(2.25rem, 4.5vw, 3.25rem);
    padding-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
    background: linear-gradient(175deg, #f1f5f9 0%, #e8edf4 40%, #f8fafc 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.faq-page-cta__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(0.5px);
}

.faq-page-cta__glow--1 {
    width: min(70vw, 420px);
    height: min(70vw, 420px);
    background: radial-gradient(circle at 40% 40%, rgba(var(--adm-sorath-primary-color-rgb), 0.14) 0%, transparent 65%);
    top: -35%;
    right: -8%;
}

.faq-page-cta__glow--2 {
    width: min(55vw, 320px);
    height: min(55vw, 320px);
    background: radial-gradient(circle, rgba(37, 211, 102, 0.12) 0%, transparent 68%);
    bottom: -40%;
    left: -5%;
}

.faq-page-cta .container {
    position: relative;
    z-index: 1;
}

.faq-page-cta__shell {
    max-width: 52rem;
    padding: clamp(1.75rem, 3vw, 2.35rem) clamp(1.25rem, 3vw, 2.5rem);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.7) inset,
        0 18px 44px -18px rgba(15, 23, 42, 0.18),
        0 6px 16px rgba(15, 23, 42, 0.06);
}

.faq-page-cta__eyebrow {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--adm-sorath-primary-color);
    border: 1px solid rgba(var(--adm-sorath-primary-color-rgb), 0.28);
    border-radius: 999px;
    padding: 0.38rem 1rem;
    background: rgba(255, 255, 255, 0.9);
}

.faq-page-cta__tagline {
    max-width: 36rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #64748b;
    margin-top: 1rem;
    margin-bottom: 1.75rem !important;
}

.faq-page-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1rem 1.1rem;
}

.faq-page-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex: 1 1 240px;
    max-width: 100%;
    min-height: 3.35rem;
    padding: 0.95rem 1.5rem;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid transparent;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        filter 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        color 0.22s ease;
}

.faq-page-cta__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.35rem;
    line-height: 1;
}

.faq-page-cta__btn-label {
    flex: 0 1 auto;
}

/* Dealer — deep navy, crisp outline glow */
.faq-page-cta__btn--dealer {
    color: #fff !important;
    background: linear-gradient(145deg, #1a2230 0%, var(--adm-sorath-primary-color) 45%, #0d1118 100%);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 10px 32px rgba(19, 24, 34, 0.45),
        0 4px 12px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.faq-page-cta__btn--dealer:hover {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-3px);
    box-shadow:
        0 16px 40px rgba(19, 24, 34, 0.5),
        0 8px 18px rgba(15, 23, 42, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.faq-page-cta__btn--dealer:focus-visible {
    color: #fff !important;
    outline: none;
    box-shadow:
        0 10px 32px rgba(19, 24, 34, 0.45),
        0 0 0 3px #fff,
        0 0 0 6px var(--adm-sorath-primary-color);
}

/* WhatsApp — brand greens */
.faq-page-cta__btn--whatsapp {
    color: #fff !important;
    background: linear-gradient(165deg, #1fa855 0%, #25d366 42%, #128c7e 100%);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow:
        0 10px 32px rgba(37, 211, 102, 0.45),
        0 4px 14px rgba(15, 23, 42, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.faq-page-cta__btn--whatsapp:hover {
    color: #fff !important;
    filter: brightness(1.06);
    transform: translateY(-3px);
    box-shadow:
        0 16px 42px rgba(37, 211, 102, 0.55),
        0 8px 18px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.faq-page-cta__btn--whatsapp:focus-visible {
    color: #fff !important;
    outline: none;
    box-shadow:
        0 10px 32px rgba(37, 211, 102, 0.45),
        0 0 0 3px #fff,
        0 0 0 6px #25d366;
}

@media (max-width: 575.98px) {
    .faq-page-cta__btn {
        flex: 1 1 100%;
    }

    .faq-page-cta__btn-icon {
        font-size: 1.45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-page-cta__btn {
        transition: none;
    }

    .faq-page-cta__btn--dealer:hover,
    .faq-page-cta__btn--whatsapp:hover {
        transform: none;
    }
}

/* ——— Career page ——— */

.career-hero__title {
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--adm-sorath-primary-color);
    line-height: 1.2;
}

.career-hero__lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
    max-width: 42rem;
}


.career-form-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
}

.career-form-card__title {
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 600;
    color: var(--adm-sorath-primary-color);
    letter-spacing: -0.02em;
}

.career-form__label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.45rem;
}

.career-form__field {
    position: relative;
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.career-form__field:focus-within {
    border-color: rgba(var(--adm-sorath-primary-color-rgb), 0.45);
    box-shadow: 0 0 0 3px rgba(var(--adm-sorath-primary-color-rgb), 0.12);
}

.career-form__field > i {
    position: absolute;
    left: 0.85rem;
    color: #94a3b8;
    font-size: 1rem;
    pointer-events: none;
}

.career-form__input {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.75rem 0.85rem 0.75rem 2.5rem;
    font-size: 0.95rem;
    color: #0f172a;
    border-radius: 12px;
}

.career-form__input::placeholder {
    color: #94a3b8;
}

.career-form__input:focus {
    outline: none;
}

.career-form__field--textarea {
    align-items: flex-start;
}

.career-form__field--textarea > i {
    top: 0.85rem;
    transform: none;
}

.career-form__textarea {
    min-height: 140px;
    resize: vertical;
    padding-top: 0.85rem;
}

.career-form__hint {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.35rem;
}

.career-form__file {
    position: relative;
}

.career-form__file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.career-form__file-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    min-height: 3rem;
    padding: 0.5rem 0.85rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.career-form__file-input:focus + .career-form__file-label,
.career-form__file-label:hover {
    border-color: rgba(var(--adm-sorath-primary-color-rgb), 0.35);
}

.career-form__file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: var(--adm-sorath-primary-color);
    border-radius: 8px;
    flex-shrink: 0;
}

.career-form__file-name {
    font-size: 0.85rem;
    color: #64748b;
    word-break: break-word;
}

.career-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 280px);
    padding: 0.95rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(165deg, #1e293b 0%, var(--adm-sorath-primary-color) 50%, #0a0e14 100%);
    border: none;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(19, 24, 34, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.career-form__submit:hover {
    color: #fff;
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(19, 24, 34, 0.42);
}

.career-form__submit:focus-visible {
    outline: 3px solid rgba(var(--adm-sorath-primary-color-rgb), 0.45);
    outline-offset: 3px;
}

.career-form-alert ul {
    text-align: start;
}

.career-benefits {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 1px solid #e8edf3;
}

.career-benefits-card {
    height: 100%;
    padding: 1.35rem 1.35rem 1.45rem;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.career-benefits-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.career-benefits-card__title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--adm-sorath-primary-color);
    margin: 0 0 1rem;
    line-height: 1.3;
}

.career-benefits-card__icon {
    font-size: 1.25rem;
    opacity: 0.9;
    flex-shrink: 0;
}

.career-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.career-benefits-list li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.65rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
}

.career-benefits-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.career-benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--adm-sorath-primary-color);
    box-shadow: 0 0 0 3px rgba(var(--adm-sorath-primary-color-rgb), 0.15);
}

/* Career page: core values — responsive grid (2 / 3 / 5 columns) */
.career-core-values {
    background: #fff;
    border-top: 1px solid #e8edf3;
}

.career-core-values__row {
    max-width: 56rem;
    margin-inline: auto;
}

.career-core-values__item {
    min-width: 0;
}

.career-core-values__circle {
    width: clamp(4.5rem, 14vw, 7rem);
    height: clamp(4.5rem, 14vw, 7rem);
    border-radius: 50%;
    margin: 0 auto 0.65rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
}

@media (min-width: 576px) {
    .career-core-values__circle {
        margin-bottom: 0.75rem;
    }
}

@media (min-width: 992px) {
    .career-core-values__circle {
        margin-bottom: 0.85rem;
    }
}

.career-core-values__item:hover .career-core-values__circle {
    border-color: rgba(var(--adm-sorath-primary-color-rgb), 0.35);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.career-core-values__icon {
    font-size: clamp(1.65rem, 5vw, 2.45rem);
    line-height: 1;
    color: var(--adm-sorath-primary-color);
}

.career-core-values__label {
    font-size: clamp(0.68rem, 2.2vw, 0.8125rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--adm-sorath-primary-color);
    text-wrap: balance;
    max-width: 11rem;
    margin-inline: auto;
}

@media (min-width: 576px) {
    .career-core-values__label {
        letter-spacing: 0.05em;
    }
}

/* Center lone item on the last row (e.g. 5th value in a 2-column layout) */
@media (max-width: 991.98px) {
    .career-core-values__item--solo {
        flex: 0 0 50%;
        max-width: 50%;
        margin-inline: auto;
    }
}

.career-why {
    background: #fff;
    border-top: 1px solid #e8edf3;
}

.career-why-card {
    height: 100%;
    padding: 1.25rem 1.2rem 1.3rem;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.career-why-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.career-why-card__title {
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--adm-sorath-primary-color);
    margin: 0 0 0.65rem;
    line-height: 1.35;
}

.career-why-card__body {
    line-height: 1.65;
    color: #5f6c7b;
}

@media (prefers-reduced-motion: reduce) {
    .career-form__submit:hover,
    .career-why-card:hover,
    .career-benefits-card:hover {
        transform: none;
    }

    .career-core-values__item:hover .career-core-values__circle {
        box-shadow: none;
        border-color: #e8e8e8;
    }
}

.career-direct-contact {
    background: var(--adm-sorath-primary-color);
}

.career-direct-contact__inner {
    max-width: 40rem;
}

.career-direct-contact__title {
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}

.career-direct-contact__lead {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.career-direct-contact__email {
    display: inline-block;
    font-size: clamp(1.4rem, 2.8vw, 2.05rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(var(--adm-sorath-primary-color-rgb), 0.25);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.career-direct-contact__email:hover {
    color: #fff;
    border-bottom-color: rgba(var(--adm-sorath-primary-color-rgb), 0.6);
}

.career-direct-contact__email:focus-visible {
    outline: 3px solid rgba(var(--adm-sorath-primary-color-rgb), 0.35);
    outline-offset: 3px;
    border-radius: 4px;
}

@media (max-width: 575.98px) {
    .career-direct-contact {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

