/* input(9916,1): run-time error CSS1019: Unexpected token, found '}' */
:root {
    --header-height: 56px;
    --bs-primary: #007bff;
    --color-light: #f4f6f8;
    --color-white: #fff;
    --color-dark: #333;
    --color-black: #000;
    --badge-color-new: #F00;
    --badge-color-best-seller: #ff9f43;
    --badge-color-deal: var(--bs-primary);
    --border-color-default: #ddd;
    --xiphias-brand-color: #e2b923;
    --xiphias-text-color: #1d1d1f;
    --xstk-plans-font-d: 'Raleway','Open Sans',sans-serif;
    --xstk-plans-font-b: 'Raleway','Open Sans',sans-serif;
    --xstk-plans-tr: 220ms cubic-bezier(0.16, 1, 0.3, 1);
    --xstk-plans-tr-slow: 420ms cubic-bezier(0.16, 1, 0.3, 1);
    --xstk-plans-r-full: 9999px;
    --xstk-plans-r-2xl: 1.25rem;
    --xstk-plans-accent: #e2b923;
    --xstk-plans-accent-light: #fdf8e1;
    --xstk-plans-accent-mid: #f9eea0;
    --xstk-plans-txt: #1a1a2e;
    --xstk-plans-txt-muted: #6b7280;
    --xstk-plans-txt-faint: #d1d5db;
    --xstk-plans-border: #e5e7eb;
    --xstk-plans-bg: #f5f5f7;
    --xstk-plans-card: #ffffff;
}

body {
    background-color: #fff;
    font-family: 'Raleway','Open Sans',sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    color: #777;
    -ms-content-zooming: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

*, *:before, *:after {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

a, button, input, textarea, select {
    outline: none !important;
    box-shadow: none !important;
}

    a:focus, a:active, a:visited,
    button:focus, button:active,
    input:focus, input:active,
    textarea:focus, textarea:active {
        outline: none !important;
        box-shadow: none !important;
        border: none;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #1d1d1f;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

html {
    -webkit-text-size-adjust: 100%;
}

.body-no-scroll {
    overflow: hidden !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Raleway','Open Sans',sans-serif;
    color: #083d59;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    letter-spacing: -.3px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.list-none {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Raleway','Open Sans',sans-serif;
    color: #1d1d1f;
    margin-bottom: 0;
    text-align: justify;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

::selection,
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-placeholder,
::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

.pos-rel {
    position: relative;
}

.pos-abl {
    position: absolute;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}
.text-transform-none{text-transform:none!important;}
.overlay-bg {
    position: relative;
    z-index: 2;
}

    .overlay-bg::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

/* ===========================
   HEADER & NAVBAR STYLES - COMPLETE UPDATED VERSION
   =========================== */

header {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.navbar-brand img {
    max-width: 150px;
    height: auto;
}

.navbar-glass {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

    .navbar-glass.scrolled {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

/* Center navbar menu and make uppercase */
.navbar-collapse {
    justify-content: center;
}

.navbar-nav {
    margin: 0 auto;
    align-items: center;
}

.nav-link {
    text-transform: uppercase !important;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 0.75rem 1.25rem !important;
    font-size: 14px;
    color: var(--color-dark);
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: rgb(226, 185, 35);
    }

/* Desktop layout - center menu with button on right */
@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-nav {
        flex: 0 1 auto;
        margin: 0;
    }

    /* Keep button on right */
    .navbar-collapse .btn {
        margin-left: auto;
    }
}

/* Mobile styles */
@media (max-width: 991px) {
    .nav-link {
        padding: 0.5rem 1rem !important;
        text-align: center;
    }
}

/* Header marquee */
.header-marquee {
    flex: 1;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

/* Single pass scroll - enters from right, exits left */
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 8s linear infinite;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    letter-spacing: 0.5px;
}

.header-marquee:hover .marquee-content {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}




/* Mobile responsive */
@media (max-width: 991px) {
    .header-marquee {
        display: none !important;
    }
}

/* ===========================
   DROPDOWN MENU STYLING - UNIFIED POSITIONING FOR ALL DROPDOWNS
   =========================== */

.navbar .dropdown {
    position: relative;
}

.dropdown-menu {
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0;
    z-index: 1050;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    min-width: 280px;
    background: #fff;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show dropdown on hover */
.navbar .nav-item.dropdown:hover .dropdown-menu,
.navbar .nav-item.dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-item {
    padding: 9px 35px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    display: block;
    transition: all .3s ease-in-out;
    background-color: transparent !important;
    white-space: nowrap;
}

    .dropdown-item:hover {
        transform: translateX(5px);
        color: #e2b923;
        padding-left: 40px;
        background-color: transparent !important;
    }

    .dropdown-item:focus,
    .dropdown-item:active {
        background-color: transparent !important;
        outline: none;
    }

    .dropdown-item a {
        background: none !important;
        color: inherit;
        text-decoration: none;
    }

/* Dropdown arrow indicator */
.dropdown-toggle::after {
    margin-left: 0.3em;
    vertical-align: 0.15em;
}

/* ===========================
   SPECIFIC DROPDOWN ANIMATIONS - SERVICES & ABOUT ONLY
   =========================== */

/* Services and About dropdowns get animations */
#services-menu .dropdown-menu,
#about-menu .dropdown-menu,
.nav-item[data-menu="services"] .dropdown-menu,
.nav-item[data-menu="about"] .dropdown-menu {
    animation: dropdownFadeIn 0.3s ease-out;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Kiosks and EHS dropdowns - NO ANIMATION */
#kiosks-menu .dropdown-menu,
#ehs-menu .dropdown-menu,
.nav-item[data-menu="kiosks"] .dropdown-menu,
.nav-item[data-menu="ehs"] .dropdown-menu {
    animation: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Screen-specific dropdown adjustments */
@media (min-width: 992px) and (max-width: 1279px) {
    .dropdown-menu {
        min-width: 260px;
        font-size: 0.938rem;
    }

    .dropdown-item {
        padding: 8px 30px;
        font-size: 13px;
    }

        .dropdown-item:hover {
            padding-left: 35px;
        }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .dropdown-menu {
        min-width: 280px;
    }

    .dropdown-item {
        padding: 9px 32px;
        font-size: 14px;
    }

        .dropdown-item:hover {
            padding-left: 37px;
        }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .dropdown-menu {
        min-width: 300px;
    }

    .dropdown-item {
        padding: 9px 35px;
        font-size: 14px;
    }

        .dropdown-item:hover {
            padding-left: 40px;
        }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .dropdown-menu {
        min-width: 320px;
    }

    .dropdown-item {
        padding: 10px 38px;
        font-size: 15px;
    }

        .dropdown-item:hover {
            padding-left: 43px;
        }
}

@media (min-width: 1920px) {
    .dropdown-menu {
        min-width: 340px;
    }

    .dropdown-item {
        padding: 11px 40px;
        font-size: 15px;
    }

        .dropdown-item:hover {
            padding-left: 45px;
        }
}

@media (min-width: 2560px) {
    .dropdown-menu {
        min-width: 380px;
    }

    .dropdown-item {
        padding: 12px 45px;
        font-size: 16px;
    }

        .dropdown-item:hover {
            padding-left: 50px;
        }
}

/* Mobile dropdown - full width */
@media (max-width: 991px) {
    .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        width: 100%;
        min-width: 100%;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }

    .dropdown-item {
        padding: 12px 20px;
        font-size: 14px;
    }

        .dropdown-item:hover {
            padding-left: 25px;
        }
}

/* Dropdown Dividers */
.dropdown-divider {
    height: 0;
    margin: 8px 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/* Dropdown Headers */
.dropdown-header {
    display: block;
    padding: 8px 35px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    color: #6c757d;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Accessibility */
.dropdown-item:focus {
    color: #e2b923;
    background-color: rgba(226, 185, 35, 0.1) !important;
    outline: 2px solid #e2b923;
    outline-offset: -2px;
}

.dropdown-menu:focus {
    outline: none;
}

.dropdown-item:focus-visible {
    box-shadow: inset 0 0 0 2px #e2b923;
}

.menu-glass-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #e2b923;
    text-decoration: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(226, 185, 35, 0.55);
    box-shadow: 0 4px 12px rgba(226, 185, 35, 0.35);
    transition: all 0.25s ease;
    white-space: nowrap;
}

    .menu-glass-btn:hover {
        background: rgba(226, 185, 35, 0.12);
        color: #b89712;
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(226, 185, 35, 0.45);
    }

/* ===========================
   HERO CAROUSEL - BASE
   =========================== */

.hero-carousel {
   
    overflow: hidden;
    position: relative;
}

    .hero-carousel .carousel-item {
        height: 100%;
        background-color: var(--color-black);
        position: relative;
    }

    .hero-carousel img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        opacity: 0.85;
        transition: opacity 0.5s ease;
    }

/* ===========================
   CAROUSEL CAPTIONS - CORE
   =========================== */
.carousel-caption {
    padding: 2.5rem 3rem;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: min(90vw, 800px);
    min-width: 340px;
    bottom: 38%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    z-index: 10;
}

    /* LEFT alignment for slides 1,2,4 (add class="caption-left" in HTML) */
    .carousel-caption.caption-left {
        left: 8%;
        bottom: 40%;
        transform: none;
        text-align: left;
        /* fluid width: 260–450px depending on viewport */
        width: clamp(260px, 40vw, 750px);
        max-width: 100%;
    }

    /* ===========================
   CAPTION TYPOGRAPHY
=========================== */
    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3 {
        color: #e3b925 !important;
        /* fluid font size: 22–30px */
        font-size: clamp(22px, 2.3vw, 40px) !important;
        font-weight: 500 !important; /* slightly lighter */
        margin: 0 0 8px 0 !important;
        line-height: 1.35 !important;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .carousel-caption p {
        color: #f5f5f7 !important;
        /* fluid font size: ~14–18px */
        font-size: clamp(0.9rem, 2.2vw, 1.125rem) !important;
        line-height: 1.6 !important;
        margin-bottom: 0 !important;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
        max-width: 100%;
    }

/* Optional: tighten for very small phones */
@media (max-width: 575.98px) {
    .carousel-caption.caption-left {
        left: 5%;
        bottom: 18%;
        width: clamp(220px, 70vw, 360px);
    }

    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: clamp(20px, 4.5vw, 24px) !important;
        font-weight: 500 !important;
    }

    .carousel-caption p {
        font-size: clamp(0.85rem, 3.5vw, 1rem) !important;
    }
}

/* ===========================
   CONTROLS & INDICATORS
   =========================== */
.carousel-indicators {
    display: none !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8% !important;
    opacity: 0.9 !important;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 50% !important;
    border-radius: 50% !important;
    background-color: rgba(227, 185, 37, 0.9) !important;
    width: 50px !important;
    height: 50px !important;
    backdrop-filter: blur(10px);
}

/* ===========================
   LCP PERFORMANCE OPTIMIZATION
   =========================== */
.LCP-target-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.LCP-target {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
   =========================== */
@media (max-width: 992px) {
    .carousel-caption.caption-left {
        left: 6% !important;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .hero-carousel {
        height: 25vh !important;
    }

        .hero-carousel .carousel-item {
            height: 100%;
        }

    .carousel-caption {
        left: 5% !important;
        right: 5% !important;
        transform: none !important;
        max-width: 90vw !important;
        min-width: auto !important;
        bottom: 12% !important;
        padding: 1.4rem 1.6rem !important;
        text-align: center !important;
    }

        .carousel-caption.caption-left {
            text-align: center !important;
        }

        .carousel-caption h1,
        .carousel-caption h2,
        .carousel-caption h3 {
            display: none;
        }

        .carousel-caption p {
            display: none;
        }

    /* mobile controls */
    .carousel-control-prev,
    .carousel-control-next {
        width: 14% !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .carousel-control-prev {
        left: 8px !important;
    }

    .carousel-control-next {
        right: 8px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 32px !important;
        height: 32px !important;
        background-size: 50% !important;
    }
}

@media (max-width: 480px) {
    
    .carousel-caption {
        padding: 1.2rem 1.4rem !important;
        bottom: 10% !important;
        border-radius: 14px;
    }

        .carousel-caption h1 {
            font-size: 1.2rem !important;
        }

        .carousel-caption h2 {
            font-size: 1.1rem !important;
        }

    .carousel-control-prev {
        left: 4px !important;
    }

    .carousel-control-next {
        right: 4px !important;
    }
}

/* Landscape mobile */
@media (max-height: 500px) and (orientation: landscape) {
    
    .carousel-caption {
        bottom: 8% !important;
        padding: 1rem 1.2rem !important;
    }
}

/* ===========================
   CONTACT SIDE PANEL
   =========================== */

.contact-side-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1100;
    display: none;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

    .contact-side-panel.active {
        display: flex;
        opacity: 1;
    }

.panel-content {
    height: 100%;
    background: var(--color-white);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    max-width: 450px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.contact-side-panel.active .panel-content {
    transform: translateX(0);
}

.panel-header {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    background: var(--xiphias-brand-color);
    color: var(--xiphias-text-color);
}

.panel-body {
    padding: 1.5rem;
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
}

.GlobalHandlerIframe {
    width: 100%;
    height: 100%;
    min-height: 490px;
    display: block;
    border: 0;
}

/* ===========================
   MOBILE OVERLAY MENU - 2026
   =========================== */

:root {
    --mobile-menu-bg: #ffffff;
    --mobile-menu-text: #1d1d1f;
    --mobile-menu-secondary: #86868b;
    --mobile-menu-border: #d2d2d7;
    --mobile-menu-hover: #f5f5f7;
    --mobile-menu-active: #1d1d1f;
    --mobile-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --mobile-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
    --mobile-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.16);
    --mobile-radius-sm: 8px;
    --mobile-radius-md: 12px;
    --mobile-radius-lg: 16px;
    --mobile-transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --mobile-transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --color-white: #ffffff;
    --color-black: #1d1d1f;
    --color-dark: #2c2c2e;
    --border-color-default: #d2d2d7;
}

/* ===========================
   MOBILE OVERLAY - ORIGINAL EFFECT
   =========================== */

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-white);
    z-index: 9999;
    display: none;
    flex-direction: row;
    overflow: hidden;
}

    .mobile-overlay.active {
        display: flex;
    }

/* ===========================
   MENU PANELS - ORIGINAL SLIDE EFFECT
   =========================== */

.menu-panel {
    display: none;
    flex-direction: column;
    min-width: 100%;
    height: 100%;
    animation: slideIn 0.3s ease forwards;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: var(--mobile-menu-bg);
}

    .menu-panel.active {
        display: flex;
    }

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

/* ===========================
   MOBILE MENU HEADER
   =========================== */

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: var(--color-white);
    color: var(--color-black);
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(20px);
}

    .mobile-menu-header button {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: var(--color-dark);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

        .mobile-menu-header button:hover {
            background: var(--mobile-menu-hover);
        }

        .mobile-menu-header button:active {
            transform: scale(0.95);
        }

    .mobile-menu-header .fw-bold {
        flex: 1;
        text-align: center;
    }

    .mobile-menu-header .d-flex {
        display: flex;
    }

/* ===========================
   HEADER ICON BUTTON STYLING
   =========================== */

.header-icon-btn {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--color-dark);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

    .header-icon-btn:hover {
        background: var(--mobile-menu-hover);
    }

    .header-icon-btn:active {
        transform: scale(0.95);
    }

/* ===========================
   SEARCH BOX - ENHANCED STYLING
   =========================== */

.mobile-search-box,
.search-input-wrapper {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    position: sticky;
    top: 60px;
    z-index: 55;
}

.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

    .search-input-container .search-icon {
        position: absolute;
        left: 1rem;
        font-size: 1rem;
        color: var(--mobile-menu-secondary);
        pointer-events: none;
        z-index: 1;
    }

.mobile-search-box input,
.search-input-wrapper input {
    width: 100%;
    padding: 0.75rem 2.75rem 0.75rem 2.75rem;
    border-radius: 24px;
    border: 1.5px solid #ddd;
    outline: none;
    font-size: 0.95rem;
    background: var(--color-white);
    transition: all var(--mobile-transition-smooth);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .mobile-search-box input:focus,
    .search-input-wrapper input:focus {
        border-color: var(--mobile-menu-active);
        box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.12);
        background: #ffffff;
    }

/* Search input IDs */
#mainMenuSearchInput,
#kioskSearchInput,
#ehsSearchInput,
#tecSearchInput,
#aboutSearchInput {
    width: 100%;
    padding: 0.75rem 2.75rem 0.75rem 2.75rem;
    border-radius: 24px;
    border: 1.5px solid #ddd;
    outline: none;
    font-size: 0.95rem;
    background: var(--color-white);
    transition: all var(--mobile-transition-smooth);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    #mainMenuSearchInput:focus,
    #kioskSearchInput:focus,
    #ehsSearchInput:focus,
    #tecSearchInput:focus,
    #aboutSearchInput:focus {
        border-color: var(--mobile-menu-active);
        box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.12);
        background: #ffffff;
    }

.search-clear-btn {
    position: absolute;
    right: 0.75rem;
    background: none;
    border: none;
    color: var(--mobile-menu-secondary);
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color var(--mobile-transition-fast);
    z-index: 1;
}

    .search-clear-btn:hover {
        color: var(--mobile-menu-text);
    }

/* ===========================
   MENU ITEMS - WITH PROPER ICON & TEXT SPACING
   =========================== */

.menu-list {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

    .menu-item,
    .menu-list button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 1.2rem 1rem;
        border: none;
        background: var(--color-white);
        border-bottom: 1px solid #f0f0f0;
        font-size: 1rem;
        font-weight: 600;
        text-align: left;
        color: var(--color-dark);
        text-decoration: none;
        cursor: pointer;
        transition: all 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

        .menu-item:active,
        .menu-list button:active {
            background-color: #f9f9f9;
        }

/* Menu item content wrapper (icon + text) - LEFT SIDE */
.menu-item-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

/* Menu item icon - LEFT SIDE */
.menu-item-icon {
    width: 24px;
    height: 24px;
    font-size: 1.1rem;
    color: var(--mobile-menu-text);
    flex-shrink: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Menu item text */
.menu-item-content > span {
    flex: 1;
    line-height: 1.4;
}

/* Chevron icon - RIGHT SIDE */
.menu-item > i.fa-chevron-right,
.menu-list button > i.fa-chevron-right {
    color: #999;
    font-size: 0.875rem;
    margin-left: 1rem;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

/* For buttons without menu-item class */
.menu-list button:not(.menu-item) {
    gap: 1rem;
}

    .menu-list button:not(.menu-item) i.fa-chevron-right {
        margin-left: auto;
    }

/* ===========================
   SECTION HEADERS - FIXED POSITIONING
   =========================== */

.mobile-section-header {
    padding: 1.5rem 1rem 0.85rem;
    background: var(--mobile-menu-bg);
    position: sticky;
    top: 125px; /* BELOW tabs (60px header + 65px tabs = 125px) */
    z-index: 50; /* LOWER than tabs (60) */
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .mobile-section-header h6 {
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        color: var(--mobile-menu-secondary);
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .mobile-section-header h6 i {
            font-size: 1rem;
            color: var(--mobile-menu-active);
        }

/* Section headers inside tab content */
.mobile-tab-content .mobile-section-header {
    padding: 1.5rem 1rem 0.85rem;
    background: var(--mobile-menu-bg);
    position: sticky;
    top: 125px;
    z-index: 50;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* First section header in tab content */
.mobile-tab-content > .mobile-section-header:first-child {
    margin-top: 0 !important;
    padding-top: 1.5rem !important;
}

/* Panel-specific adjustments for TEC Solutions */
#panel-tec-solutions .mobile-section-header {
    top: 125px;
}

/* ===========================
   SUBMENU ITEMS - ENHANCED STYLING WITH ICONS
   =========================== */

.submenu-list {
    padding: 0;
    background: var(--mobile-menu-bg);
    position: relative;
    z-index: 1;
}

    .submenu-list a,
    .submenu-list button {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1.3rem 1rem;
        border: none;
        background: var(--color-white);
        border-bottom: 1px solid #f0f0f0;
        font-size: 1rem;
        font-weight: 600;
        text-align: left;
        color: var(--color-dark);
        text-decoration: none;
        cursor: pointer;
        transition: all var(--mobile-transition-smooth);
        -webkit-tap-highlight-color: transparent;
        gap: 0.85rem;
        position: relative;
    }

        /* Hover effect */
        .submenu-list a:hover,
        .submenu-list button:hover {
            background: #f8f9fa;
            padding-left: 1.2rem;
        }

        /* Active/touch feedback */
        .submenu-list a:active,
        .submenu-list button:active {
            background-color: #f0f0f0;
        }

/* Submenu icon wrapper - enhanced styling */
.submenu-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f0f0, #e5e5e5);
    border-radius: var(--mobile-radius-sm);
    font-size: 1.1rem;
    color: var(--mobile-menu-active);
    flex-shrink: 0;
    transition: all var(--mobile-transition-fast);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Icon hover effect */
.submenu-list a:hover .submenu-icon,
.submenu-list button:hover .submenu-icon {
    background: linear-gradient(135deg, var(--mobile-menu-active), #005bb5);
    color: white;
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(0, 113, 227, 0.25);
}

/* Left icon (Font Awesome icons like fa-users, fa-stethoscope, etc.) */
.submenu-list a > i:first-child:not(.fa-chevron-right):not(.fa-external-link-alt),
.submenu-list button > i:first-child:not(.fa-chevron-right):not(.fa-external-link-alt) {
    color: var(--mobile-menu-active);
    font-size: 1.1rem;
    width: 24px;
    flex-shrink: 0;
    text-align: center;
}

/* Text styling */
.submenu-list a > span:not(.submenu-icon),
.submenu-list button > span:not(.submenu-icon) {
    flex: 1;
    line-height: 1.4;
    color: var(--color-dark);
    transition: color var(--mobile-transition-fast);
}

.submenu-list a:hover > span,
.submenu-list button:hover > span {
    color: var(--mobile-menu-active);
}

/* Right chevron icon - positioned absolutely */
.submenu-list a .fa-chevron-right,
.submenu-list button .fa-chevron-right,
.submenu-list a .fa-external-link-alt,
.submenu-list button .fa-external-link-alt {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 0.875rem;
    flex-shrink: 0;
    transition: all var(--mobile-transition-fast);
}

.submenu-list a:hover .fa-chevron-right,
.submenu-list button:hover .fa-chevron-right {
    color: var(--mobile-menu-active);
    right: 0.8rem;
}

/* First submenu list in tab content */
.mobile-tab-content > .submenu-list:first-child {
    padding-top: 0;
    margin-top: 0 !important;
}

/* ===========================
   KIOSK MENU WRAPPER - 3 COLUMNS WITH EQUAL CARDS
   =========================== */

.kiosk-menu-wrapper {
    display: contents;
}

.kiosk-menu-wrapper > div,
.kiosk-menu-wrapper > ul,
.kiosk-menu-wrapper .submenu-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.875rem !important;
    padding: 1rem !important;
    list-style: none;
    margin: 0;
}

.kiosk-menu-wrapper a,
.kiosk-menu-wrapper li > a,
.kiosk-menu-wrapper .submenu-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem !important;
    background: var(--mobile-menu-bg);
    border-radius: var(--mobile-radius-md);
    text-decoration: none;
    color: var(--mobile-menu-text);
    border: 1.5px solid var(--mobile-menu-border);
    transition: all var(--mobile-transition-smooth);
    aspect-ratio: 1 / 1;
    min-height: 0;
    height: auto;
    gap: 0.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.kiosk-menu-wrapper a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--mobile-menu-active);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--mobile-transition-smooth);
}

.kiosk-menu-wrapper a:active {
    transform: translateY(-3px);
    box-shadow: var(--mobile-shadow-md);
}

.kiosk-menu-wrapper a:active::before {
    transform: scaleX(1);
}

/* Icon styling - Image or Font Awesome */
.kiosk-menu-wrapper a img,
.kiosk-menu-wrapper li > a img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

/* Font Awesome icon styling */
.kiosk-menu-wrapper .submenu-icon,
.kiosk-menu-wrapper a i:first-child,
.kiosk-menu-wrapper a .icon {
    width: 45px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0071e3, rgba(0, 113, 227, 0.7)) !important;
    border-radius: var(--mobile-radius-sm);
    font-size: 1.4rem !important;
    color: white !important;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    position: static !important;
    transform: none !important;
}

/* Text styling - FIXED */
.kiosk-menu-wrapper a span,
.kiosk-menu-wrapper li > a span,
.kiosk-menu-wrapper .submenu-item span,
.kiosk-menu-wrapper a .title {
    font-size: 0.75rem !important;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: var(--mobile-menu-text) !important;
/*    display: block !important;*/
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Hide chevron icons */
.kiosk-menu-wrapper .fa-chevron-right {
    display: none !important;
}

/* Hover effect */
.kiosk-menu-wrapper a:hover {
    border-color: var(--mobile-menu-active);
    box-shadow: 0 4px 12px rgba(0, 113, 227, 0.2);
}

/* Badge styling (NEW, HOT, etc.) */
.kiosk-menu-wrapper .badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.55rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ff3b30, #e2b923);
    color: white;
    z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .kiosk-menu-wrapper > div,
    .kiosk-menu-wrapper > ul,
    .kiosk-menu-wrapper .submenu-list {
        gap: 0.65rem !important;
        padding: 0.75rem !important;
    }

    .kiosk-menu-wrapper a,
    .kiosk-menu-wrapper li > a {
        padding: 0.75rem 0.4rem !important;
    }

    .kiosk-menu-wrapper a img {
        width: 70px !important;
        height: 70px !important;
    }

    .kiosk-menu-wrapper .submenu-icon,
    .kiosk-menu-wrapper a i:first-child {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.2rem !important;
    }

    .kiosk-menu-wrapper a span,
    .kiosk-menu-wrapper a .title {
        font-size: 0.7rem !important;
    }
}

@media (max-width: 380px) {
    .kiosk-menu-wrapper > div,
    .kiosk-menu-wrapper > ul,
    .kiosk-menu-wrapper .submenu-list {
        gap: 0.5rem !important;
        padding: 0.5rem !important;
    }

    .kiosk-menu-wrapper a img {
        width: 60px !important;
        height: 60px !important;
    }

    .kiosk-menu-wrapper .submenu-icon,
    .kiosk-menu-wrapper a i:first-child {
        width: 36px !important;
        height: 36px !important;
        font-size: 1.1rem !important;
    }

    .kiosk-menu-wrapper a span,
    .kiosk-menu-wrapper a .title {
        font-size: 0.65rem !important;
    }
}

@media (max-width: 320px) {
    .kiosk-menu-wrapper a span,
    .kiosk-menu-wrapper a .title {
        font-size: 0.6rem !important;
    }
}


/* ===========================
   SUBMENU GRID STYLING
   =========================== */

.submenu-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--color-white);
}

    .submenu-grid .grid-card {
        flex: 1 1 calc(50% - 0.375rem);
        background: #f8f9fa;
        border-radius: 12px;
        padding: 1.5rem 0.5rem;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        text-decoration: none;
        color: var(--color-black);
        border: 1px solid var(--border-color-default);
        transition: all 0.2s ease, border-color 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .submenu-grid .grid-card:hover {
            border-color: var(--mobile-menu-active);
            color: var(--mobile-menu-active);
        }

    .submenu-grid .icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        overflow: hidden;
        background: #f5f5f7;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: inherit;
    }

        .submenu-grid .icon img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            display: block;
        }

    .submenu-grid .label {
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 0.5rem;
    }

/* ===========================
   DISCOVER CARDS - LIST STYLE (ORIGINAL)
   =========================== */

.mobile-discover-list {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-discover-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--mobile-menu-bg);
    border-radius: var(--mobile-radius-md);
    text-decoration: none;
    color: var(--mobile-menu-text);
    border: 1.5px solid var(--mobile-menu-border);
    transition: all var(--mobile-transition-smooth);
    position: relative;
    overflow: hidden;
}

    .mobile-discover-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--card-color, #0071e3), transparent);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform var(--mobile-transition-smooth);
    }

    .mobile-discover-card:active::before {
        transform: scaleX(1);
    }

    .mobile-discover-card:active {
        transform: translateY(-2px);
        box-shadow: var(--mobile-shadow-md);
        border-color: var(--card-color, var(--mobile-menu-active));
    }

/* Color variants */
.discover-card-purple {
    --card-color: #af52de;
}

.discover-card-blue {
    --card-color: #007aff;
}

.discover-card-green {
    --card-color: #34c759;
}

.discover-card-orange {
    --card-color: #e2b923;
}

.discover-card-red {
    --card-color: #ff3b30;
}

.discover-card-teal {
    --card-color: #5ac8fa;
}

.discover-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--card-color, #0071e3), transparent);
    border-radius: var(--mobile-radius-md);
    font-size: 1.75rem;
    color: white;
    flex-shrink: 0;
    box-shadow: var(--mobile-shadow-sm);
}

.discover-card-content {
    flex: 1;
}

.discover-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: var(--mobile-menu-text);
}

.discover-card-desc {
    font-size: 0.85rem;
    color: var(--mobile-menu-secondary);
    margin: 0;
}

.discover-new-badge {
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ff3b30, #e2b923);
    color: white;
}

/* ===========================
   DISCOVER CARDS - 3 COLUMN GRID
   =========================== */

.mobile-discover-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
    padding: 1rem;
}

.mobile-discover-card-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    background: var(--mobile-menu-bg);
    border-radius: var(--mobile-radius-md);
    text-decoration: none;
    color: var(--mobile-menu-text);
    border: 1.5px solid var(--mobile-menu-border);
    transition: all var(--mobile-transition-smooth);
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    min-height: 0;
    height: auto;
}

    .mobile-discover-card-grid::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--card-color, #0071e3);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform var(--mobile-transition-smooth);
    }

    .mobile-discover-card-grid:active::before {
        transform: scaleX(1);
    }

    .mobile-discover-card-grid:active {
        transform: translateY(-3px);
        box-shadow: var(--mobile-shadow-md);
        border-color: var(--card-color, var(--mobile-menu-active));
    }

.discover-card-icon-grid {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--card-color, #0071e3), rgba(0, 113, 227, 0.7));
    border-radius: var(--mobile-radius-sm);
    font-size: 1.4rem;
    color: white;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all var(--mobile-transition-fast);
    flex-shrink: 0;
}

.discover-card-content-grid {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.discover-card-title-grid {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0;
    color: var(--mobile-menu-text);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discover-card-desc-grid {
    font-size: 0.68rem;
    color: var(--mobile-menu-secondary);
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discover-badge-grid {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: var(--mobile-shadow-sm);
    background: linear-gradient(135deg, #ff3b30, #e2b923);
    color: white;
}

/* Badge variants */
.badge-new {
    background: linear-gradient(135deg, #ff3b30, #e2b923);
}

.badge-hot {
    background: linear-gradient(135deg, #ff3b30, #ff6b6b);
}

.badge-trending {
    background: linear-gradient(135deg, #34c759, #32d74b);
}

.badge-launch {
    background: linear-gradient(135deg, #007aff, #5ac8fa);
}

/* ===========================
   FEATURED CARD (EHS)
   =========================== */

.mobile-featured-section {
    padding: 1rem;
}

.mobile-featured-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f7 100%);
    border-radius: var(--mobile-radius-lg);
    padding: 1.5rem;
    border: 1.5px solid var(--mobile-menu-border);
    box-shadow: var(--mobile-shadow-md);
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #e2b923, #ff6b6b);
    color: white;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 8px rgba(255, 149, 0, 0.3);
}

.mobile-featured-card h6 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--mobile-menu-text);
}

.featured-image-wrapper {
    margin-bottom: 1rem;
}

.mobile-featured-card img {
    width: 100%;
    height: auto;
    border-radius: var(--mobile-radius-md);
}

.mobile-featured-card .featured-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--mobile-menu-secondary);
    margin-bottom: 1.25rem;
}

.mobile-featured-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--mobile-menu-secondary);
    margin-bottom: 1.25rem;
}

.mobile-featured-card .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--mobile-menu-active);
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--mobile-transition-fast);
}

    .mobile-featured-card .btn:hover {
        background: #005bb5;
        transform: translateY(-2px);
        box-shadow: var(--mobile-shadow-md);
    }

/* ===========================
   EHS CARDS
   =========================== */

.mobile-ehs-cards {
    padding: 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-ehs-card {
    background: var(--mobile-menu-bg);
    border-radius: var(--mobile-radius-md);
    overflow: hidden;
    border: 1.5px solid var(--mobile-menu-border);
    text-decoration: none;
    color: var(--mobile-menu-text);
    transition: all var(--mobile-transition-smooth);
    box-shadow: var(--mobile-shadow-sm);
}

    .mobile-ehs-card:active {
        transform: translateY(-4px);
        box-shadow: var(--mobile-shadow-lg);
    }

.ehs-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

    .ehs-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

.ehs-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    background: rgba(52, 199, 89, 0.9);
    color: white;
    box-shadow: var(--mobile-shadow-sm);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.badge-environment {
    background: rgba(52, 199, 89, 0.9);
}

.ehs-badge-health {
    background: rgba(255, 45, 85, 0.9);
}

.ehs-badge-safety {
    background: rgba(255, 149, 0, 0.9);
}

.ehs-card-content {
    padding: 1.25rem;
}

.ehs-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: var(--mobile-menu-text);
}

.ehs-card-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--mobile-menu-secondary);
    margin: 0;
}

.card-arrow {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mobile-menu-active);
    color: white;
    border-radius: 50%;
    font-size: 0.875rem;
    transition: all var(--mobile-transition-fast);
}

.mobile-ehs-card:hover .card-arrow {
    transform: translateX(4px);
}

/* ===========================
   MOBILE TABS - FIXED OVERLAP ISSUE
   =========================== */

.mobile-tabs {
    display: flex;
    padding: 1rem;
    gap: 0.75rem;
    background: var(--mobile-menu-hover);
    border-bottom: 1px solid var(--mobile-menu-border);
    position: sticky;
    top: 60px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mobile-tab-btn {
    position: relative;
    z-index: 61; /* Higher than tabs container */
    background: var(--mobile-menu-bg);
    flex: 1;
    min-width: 115px;
    padding: 1.1rem 0.85rem;
    border: 1.5px solid var(--mobile-menu-border);
    border-radius: var(--mobile-radius-md);
    cursor: pointer;
    transition: all var(--mobile-transition-smooth);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    /* Enhanced top accent line */
    .mobile-tab-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--mobile-menu-active), #005bb5);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform var(--mobile-transition-smooth);
    }

    .mobile-tab-btn.active::before {
        transform: scaleX(1);
    }

    /* Text styling - top position */
    .mobile-tab-btn span,
    .mobile-tab-btn .tab-text {
        order: 2;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.35;
        color: var(--color-dark);
        display: block;
        text-align: center;
        margin: 0;
        transition: all var(--mobile-transition-smooth);
    }

    /* Icon styling - bottom position */
    .mobile-tab-btn i,
    .mobile-tab-btn .tab-icon {
        order: 1;
        font-size: 1.35rem;
        color: var(--mobile-menu-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all var(--mobile-transition-smooth);
    }

    /* Active tab styling */
    .mobile-tab-btn.active {
        z-index: 62; /* Highest z-index for active tab */
        background: linear-gradient(135deg, var(--mobile-menu-active) 0%, #005bb5 100%);
        border-color: var(--mobile-menu-active);
        box-shadow: 0 4px 12px rgba(0, 113, 227, 0.25);
        transform: translateY(-2px);
    }

        .mobile-tab-btn.active span,
        .mobile-tab-btn.active .tab-text {
            color: var(--color-white);
            font-weight: 700;
        }

        .mobile-tab-btn.active i,
        .mobile-tab-btn.active .tab-icon {
            color: var(--color-white);
            transform: scale(1.15);
        }

    /* Touch feedback */
    .mobile-tab-btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    /* Hover state */
    .mobile-tab-btn:not(.active):hover {
        background: #f8f9fa;
        border-color: var(--mobile-menu-active);
        transform: translateY(-1px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

        .mobile-tab-btn:not(.active):hover i,
        .mobile-tab-btn:not(.active):hover .tab-icon {
            color: var(--mobile-menu-active);
            transform: scale(1.08);
        }

/* ===========================
   TAB CONTENT - FIXED OVERLAP
   =========================== */

.mobile-tab-content {
    display: none;
    position: relative;
    z-index: 1; /* LOWER than tabs */
    background: var(--mobile-menu-bg);
    padding-top: 0 !important;
    margin-top: 0 !important;
    clear: both;
}

    .mobile-tab-content.active {
        display: block;
    }

    /* Clear float/positioning issues */
    .mobile-tab-content::before,
    .mobile-tab-content::after {
        content: '';
        display: table;
        clear: both;
    }

    /* First element in tab content */
    .mobile-tab-content > *:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

/* Container for all tab content */
#mobile-solution-tab,
#mobile-notification-tab,
#mobile-technology-tab {
    display: none;
    position: relative;
    z-index: 1;
    background: var(--mobile-menu-bg);
}

    #mobile-solution-tab.active,
    #mobile-notification-tab.active,
    #mobile-technology-tab.active {
        display: block;
    }

/* Panel-specific fixes */
#panel-tec-solutions {
    position: relative;
}

    #panel-tec-solutions .mobile-tabs {
        position: sticky;
        top: 60px;
        z-index: 60;
    }

    #panel-tec-solutions .mobile-tab-content {
        position: relative;
        z-index: 1;
        margin-top: 0;
    }

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-tab-content.active {
    animation: fadeInUp 0.35s ease-in-out;
}

/* ===========================
   MENU FOOTER - APPOINTMENT BUTTON
   =========================== */

.menu-footer {
    padding: 0;
    margin-top: auto;
}

.appointment-btn {
    margin: 1rem;
    padding: 1rem;
    text-align: center;
    background: linear-gradient(90deg, #000, #333);
    color: white;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: none;
    transition: transform 0.2s ease;
    font-size: 1rem;
}

    .appointment-btn:active {
        transform: scale(0.98);
    }

    .appointment-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        animation: lightning 2s infinite;
    }

@keyframes lightning {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* ===========================
   SCROLLBAR STYLING
   =========================== */

.menu-panel::-webkit-scrollbar {
    width: 6px;
}

.menu-panel::-webkit-scrollbar-track {
    background: transparent;
}

.menu-panel::-webkit-scrollbar-thumb {
    background: var(--mobile-menu-border);
    border-radius: 3px;
}

    .menu-panel::-webkit-scrollbar-thumb:hover {
        background: var(--mobile-menu-secondary);
    }

.mobile-tabs::-webkit-scrollbar {
    height: 4px;
}

.mobile-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-tabs::-webkit-scrollbar-thumb {
    background: var(--mobile-menu-border);
    border-radius: 2px;
}

    .mobile-tabs::-webkit-scrollbar-thumb:hover {
        background: var(--mobile-menu-secondary);
    }

/* ===========================
   RESPONSIVE ADJUSTMENTS
   =========================== */

@media (max-width: 480px) {
    .mobile-menu-header {
        padding: 0.875rem 1rem;
    }

    .mobile-search-box,
    .search-input-wrapper {
        padding: 1rem;
    }

    .menu-list button,
    .submenu-list a {
        padding: 1.1rem 1rem;
    }

    .submenu-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 1rem;
    }

    .mobile-discover-grid,
    .kiosk-menu-wrapper > div,
    .kiosk-menu-wrapper > ul {
        gap: 0.65rem !important;
        padding: 1rem !important;
    }

    .mobile-discover-card-grid,
    .kiosk-menu-wrapper a {
        padding: 0.75rem 0.4rem !important;
    }

    .discover-card-icon-grid,
    .kiosk-menu-wrapper .submenu-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.2rem !important;
    }

    .discover-card-title-grid {
        font-size: 0.75rem !important;
    }

    .discover-card-desc-grid {
        font-size: 0.65rem;
    }

    .mobile-tabs {
        padding: 0.875rem;
        gap: 0.65rem;
        top: 60px;
        z-index: 60;
    }

    .mobile-section-header,
    .mobile-tab-content .mobile-section-header {
        top: 60px;
    }

    .mobile-tab-btn {
        min-width: 100px;
        padding: 0.95rem 0.7rem;
        gap: 0.55rem;
    }

        .mobile-tab-btn span,
        .mobile-tab-btn .tab-text {
            font-size: 0.825rem;
        }

        .mobile-tab-btn i,
        .mobile-tab-btn .tab-icon {
            font-size: 1.25rem;
        }

    .mobile-tab-content {
        z-index: 1;
    }
}

@media (max-width: 380px) {
    .submenu-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 0.95rem;
    }

    .mobile-discover-grid,
    .kiosk-menu-wrapper > div,
    .kiosk-menu-wrapper > ul {
        gap: 0.5rem !important;
        padding: 0.75rem !important;
    }

    .discover-card-icon-grid,
    .kiosk-menu-wrapper .submenu-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 1.1rem !important;
    }

    .discover-card-title-grid,
    .kiosk-menu-wrapper a span {
        font-size: 0.7rem !important;
    }

    .mobile-tabs {
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .mobile-tab-btn {
        min-width: 90px;
        padding: 0.85rem 0.6rem;
        gap: 0.5rem;
    }

        .mobile-tab-btn span,
        .mobile-tab-btn .tab-text {
            font-size: 0.8rem;
        }

        .mobile-tab-btn i,
        .mobile-tab-btn .tab-icon {
            font-size: 1.2rem;
        }
}

@media (max-width: 320px) {
    .mobile-tab-btn {
        min-width: 80px;
        padding: 0.75rem 0.5rem;
        gap: 0.4rem;
    }

        .mobile-tab-btn span,
        .mobile-tab-btn .tab-text {
            font-size: 0.75rem;
            line-height: 1.25;
        }

        .mobile-tab-btn i,
        .mobile-tab-btn .tab-icon {
            font-size: 1.1rem;
        }
}

/* ===========================
   ACCESSIBILITY ENHANCEMENTS
   =========================== */

.mobile-menu-header button:focus-visible,
.menu-list button:focus-visible,
.submenu-list a:focus-visible,
.submenu-list button:focus-visible,
.mobile-tab-btn:focus-visible,
.appointment-btn:focus-visible,
.mobile-discover-card-grid:focus-visible,
.kiosk-menu-wrapper a:focus-visible,
.mobile-ehs-card:focus-visible {
    outline: 2px solid var(--mobile-menu-active);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.15);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .mobile-tab-btn,
    .submenu-list a,
    .submenu-list button,
    .submenu-icon,
    .mobile-tab-content {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===========================
   SEARCH FUNCTIONALITY STYLES
   =========================== */

.searchable-list {
    position: relative;
}

    .searchable-list .menu-item.hidden,
    .searchable-list .submenu-item.hidden {
        display: none;
    }

/* ===========================
   DESKTOP MEGA-MENU STYLES (>= 992px)
   =========================== */

@media all and (min-width: 992px) {
    .mobile-trigger {
        display: none !important;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 50% !important;
        right: auto;
        transform: translateX(-50%) translateY(10px);
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        background: #fff;
        backdrop-filter: blur(10px);
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
        padding-bottom: 2rem;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .megamenu-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .navbar .nav-item.dropdown:hover .dropdown-menu,
    .navbar .nav-item.has-megamenu:hover .megamenu {
        visibility: visible;
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        z-index: 1000;
    }

/*        .navbar .nav-item.has-megamenu:hover .megamenu::before {
            content: '';
            position: absolute;
            top: -10px;
            left: var(--arrow-left, 50%);
            transform: translateX(-50%);
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid rgba(255, 255, 255, 0.95);
            z-index: 1001;
        }*/

    .discover-list {
        border-left: 1px solid #eee;
        padding-left: 2rem;
    }

        .discover-list a {
            display: block;
            padding: 0.3rem 0;
            color: var(--color-dark);
            text-decoration: none;
            transition: color 0.2s ease, padding-left 0.2s ease;
            font-size: 0.875rem;
        }

            .discover-list a:hover {
                color: var(--bs-primary);
                padding-left: 0.5rem;
            }

    .navbar .dropdown-menu:not(.megamenu) {
        display: block;
    }

    .megamenu-container .row-cols-4 {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .menu-product-item {
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: var(--color-black);
        padding: 0.75rem 0.5rem;
        border-radius: 8px;
        border: 1px solid var(--border-color-default);
        transition: all 0.2s ease, border-color 0.3s ease;
        min-height: 140px;
    }

        .menu-product-item:hover {
            background: #f5f5f7;
            transform: translateY(-2px);
        }

            .menu-product-item:hover .product-badge {
                transform: translateY(2px) !important;
            }

        .menu-product-item img {
            width: 70px;
            height: 70px;
            display: block;
            margin: 0 auto 8px;
            filter: grayscale(100%);
            transition: filter 0.3s ease;
            object-fit: contain;
        }

        .menu-product-item:hover img {
            filter: grayscale(0%);
        }

        .menu-product-item span,
        .menu-product-item p {
            font-size: 0.813rem;
            line-height: 1.3;
        }

    .megamenu-container .row {
        margin-left: 0;
        margin-right: 0;
    }
    .menu-product-item a{border:none !important;}
}

/* --- Medium Desktop (1024px - 1279px) --- */
@media all and (min-width: 1024px) and (max-width: 1279px) {
    .navbar .megamenu {
        width: 92%;
        max-width: 92%;
        padding-bottom: 1.75rem;
    }

    .megamenu-container {
        padding: 0 0.75rem;
    }

    .discover-list {
        padding-left: 1.5rem;
    }

        .discover-list a {
            font-size: 0.813rem;
            padding: 0.25rem 0;
        }

    .menu-product-item {
        padding: 0.65rem 0.4rem;
        min-height: 130px;
    }

        .menu-product-item img {
            width: 65px;
            height: 65px;
            margin-bottom: 6px;
        }

        .menu-product-item span,
        .menu-product-item p {
            font-size: 0.75rem;
        }
}

/* --- Standard Laptop (1280px - 1365px) --- */
@media all and (min-width: 1280px) and (max-width: 1365px) {
    .navbar .megamenu {
        width: 90%;
        max-width: 1200px;
        padding-bottom: 1.85rem;
    }

    .megamenu-container {
        padding: 0 1rem;
        max-width: 1180px;
    }

    .discover-list {
        padding-left: 2rem;
    }

        .discover-list a {
            font-size: 0.875rem;
            padding: 0.3rem 0;
        }

    .menu-product-item {
        padding: 0.7rem 0.5rem;
        min-height: 135px;
    }

        .menu-product-item img {
            width: 70px;
            height: 70px;
            margin-bottom: 8px;
        }

        .menu-product-item span,
        .menu-product-item p {
            font-size: 0.813rem;
        }
}

/* --- HD Laptop (1366px - 1599px) --- */
@media all and (min-width: 1366px) and (max-width: 1599px) {
    .navbar .megamenu {
        width: 88%;
        max-width: 1280px;
        padding-bottom: 2rem;
    }

    .megamenu-container {
        padding: 0 1.25rem;
        max-width: 1260px;
    }

    .discover-list {
        padding-left: 2.5rem;
    }

        .discover-list a {
            font-size: 0.875rem;
            padding: 0.35rem 0;
        }

    .menu-product-item {
        padding: 0.75rem 0.6rem;
        min-height: 140px;
    }

        .menu-product-item img {
            width: 75px;
            height: 75px;
            margin-bottom: 8px;
        }

        .menu-product-item span,
        .menu-product-item p {
            font-size: 0.875rem;
        }

        .menu-product-item .badge-new,
        .menu-product-item .badge-deal,
        .menu-product-item .badge-best-seller {
            font-size: 8px !important;
        }
}

/* --- Full HD Desktop (1600px - 1919px) --- */
@media all and (min-width: 1600px) and (max-width: 1919px) {
    .navbar .megamenu {
        width: 85%;
        max-width: 1440px;
        padding-bottom: 2.25rem;
    }

    .megamenu-container {
        padding: 0 1.5rem;
        max-width: 1420px;
    }

    .discover-list {
        padding-left: 3rem;
    }

        .discover-list a {
            font-size: 0.938rem;
            padding: 0.4rem 0;
        }

    .menu-product-item {
        padding: 0.85rem 0.65rem;
        min-height: 150px;
    }

        .menu-product-item img {
            width: 80px;
            height: 80px;
            margin-bottom: 10px;
        }

        .menu-product-item span,
        .menu-product-item p {
            font-size: 0.938rem;
        }
}

/* --- 2K and Higher (>= 1920px) --- */
@media all and (min-width: 1920px) {
    .navbar .megamenu {
        width: 80%;
        max-width: 1600px;
        padding-bottom: 2.5rem;
    }

    .megamenu-container {
        padding: 0 2rem;
        max-width: 1580px;
    }

    .discover-list {
        padding-left: 3.5rem;
    }

        .discover-list a {
            font-size: 1rem;
            padding: 0.45rem 0;
        }

    .menu-product-item {
        padding: 1rem 0.75rem;
        min-height: 160px;
    }

        .menu-product-item img {
            width: 90px;
            height: 90px;
            margin-bottom: 12px;
        }

        .menu-product-item span,
        .menu-product-item p {
            font-size: 1rem;
            line-height: 1.4;
        }
}

/* --- 4K and Ultra-Wide (>= 2560px) --- */
@media all and (min-width: 2560px) {
    .navbar .megamenu {
        width: 75%;
        max-width: 1920px;
        padding-bottom: 3rem;
    }

    .megamenu-container {
        padding: 0 2.5rem;
        max-width: 1900px;
    }

    .discover-list {
        padding-left: 4rem;
    }

        .discover-list a {
            font-size: 1.125rem;
            padding: 0.5rem 0;
        }

    .menu-product-item {
        padding: 1.25rem 1rem;
        min-height: 180px;
    }

        .menu-product-item img {
            width: 100px;
            height: 100px;
            margin-bottom: 14px;
        }

        .menu-product-item span,
        .menu-product-item p {
            font-size: 1.125rem;
            line-height: 1.5;
        }
}

/* ===========================
   DISCOVER SECTION - LIQUID GLASS CARDS
   =========================== */

.discover-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 2rem !important;
    border-left: 1px solid #eee;
}

.discover-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1d1d1f;
    margin-bottom: 1rem !important;
}

.discover-glass-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .discover-glass-card::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
        z-index: 0;
    }

    .discover-glass-card:hover::before {
        width: 300px;
        height: 300px;
    }

    .discover-glass-card:hover {
        transform: translateX(5px) translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    }

/* Purple Glass Card */
.discover-card-purple {
    background: rgba(192, 132, 252, 0.15);
    border-color: rgba(192, 132, 252, 0.3);
}

    .discover-card-purple::before {
        background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, transparent 70%);
    }

    .discover-card-purple:hover {
        background: rgba(192, 132, 252, 0.25);
        border-color: rgba(192, 132, 252, 0.5);
    }

/* Blue Glass Card */
.discover-card-blue {
    background: rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
}

    .discover-card-blue::before {
        background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, transparent 70%);
    }

    .discover-card-blue:hover {
        background: rgba(99, 102, 241, 0.25);
        border-color: rgba(99, 102, 241, 0.5);
    }

/* Green Glass Card */
.discover-card-green {
    background: rgba(163, 230, 53, 0.15);
    border-color: rgba(163, 230, 53, 0.3);
}

    .discover-card-green::before {
        background: radial-gradient(circle, rgba(163, 230, 53, 0.3) 0%, transparent 70%);
    }

    .discover-card-green:hover {
        background: rgba(163, 230, 53, 0.25);
        border-color: rgba(163, 230, 53, 0.5);
    }

/* Orange Glass Card */
.discover-card-orange {
    background: rgba(255, 159, 67, 0.15);
    border-color: rgba(255, 159, 67, 0.3);
}

    .discover-card-orange::before {
        background: radial-gradient(circle, rgba(255, 159, 67, 0.3) 0%, transparent 70%);
    }

    .discover-card-orange:hover {
        background: rgba(255, 159, 67, 0.25);
        border-color: rgba(255, 159, 67, 0.5);
    }

/* Gold Glass Card */
.discover-card-gold {
    background: rgba(255, 215, 0, 0.08);
    border: 1.5px solid rgba(218, 165, 32, 0.25);
}

    .discover-card-gold::before {
        background: radial-gradient(circle, rgba(255, 215, 0, 0.2) 0%, rgba(218, 165, 32, 0.15) 40%, transparent 70%);
    }

    .discover-card-gold:hover {
        background: rgba(255, 215, 0, 0.14);
        border-color: rgba(218, 165, 32, 0.4);
        box-shadow: 0 8px 25px rgba(218, 165, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    }

    .discover-card-gold .discover-card-icon {
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.25) 0%, rgba(255, 236, 179, 0.35) 100%);
        border: 1px solid rgba(218, 165, 32, 0.3);
        box-shadow: 0 2px 8px rgba(218, 165, 32, 0.15);
    }

        .discover-card-gold .discover-card-icon i {
            color: #d4a027;
        }

    .discover-card-gold:hover .discover-card-icon {
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.35) 0%, rgba(255, 236, 179, 0.45) 100%);
        border-color: rgba(218, 165, 32, 0.45);
        box-shadow: 0 4px 12px rgba(218, 165, 32, 0.25);
        transform: scale(1.1) rotate(5deg);
    }

    .discover-card-gold .discover-card-title {
        color: #c9951f;
        font-weight: 700;
    }

    .discover-card-gold .discover-card-desc {
        color: #9d7e1a;
        font-weight: 500;
    }

/* Card Icon */
.discover-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

    .discover-card-icon i {
        font-size: 18px;
        color: #1d1d1f;
    }

.discover-glass-card:hover .discover-card-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.5);
}

/* Card Content */
.discover-card-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.discover-card-title {
    font-size: 13px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.discover-card-desc {
    font-size: 11px;
    font-weight: 500;
    color: rgba(29, 29, 31, 0.7);
    margin: 0;
    line-height: 1.3;
}

/* New Badge */
.discover-new-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    background: rgba(226, 185, 35, 0.9);
    color: #ffffff;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(226, 185, 35, 0.3);
}

/* Trending Badge */
.discover-trending-badge {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.4);
    animation: pulse-trending 2s ease-in-out infinite;
}

@keyframes pulse-trending {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(255, 107, 53, 0.4);
    }

    50% {
        box-shadow: 0 2px 15px rgba(255, 107, 53, 0.7);
        transform: scale(1.05);
    }
}

/* Responsive Discover Section */
@media (max-width: 1200px) {
    .discover-section {
        padding-left: 1.5rem !important;
    }

    .discover-glass-card {
        padding: 12px 14px;
        gap: 10px;
    }

    .discover-card-icon {
        width: 36px;
        height: 36px;
    }

        .discover-card-icon i {
            font-size: 16px;
        }

    .discover-card-title {
        font-size: 12px;
    }

    .discover-card-desc {
        font-size: 10px;
    }

    .discover-new-badge {
        font-size: 7px;
        padding: 2px 6px;
    }
}

@media (max-width: 768px) {
    .discover-section {
        padding-left: 1rem !important;
        border-left: none;
        padding-top: 2rem;
        border-top: 1px solid #eee;
    }

    .discover-glass-card {
        padding: 12px 14px;
    }

    .discover-card-icon {
        width: 38px;
        height: 38px;
    }

        .discover-card-icon i {
            font-size: 17px;
        }
}

@media (max-width: 480px) {
    .discover-title {
        font-size: 13px;
    }

    .discover-glass-card {
        padding: 10px 12px;
        gap: 10px;
    }

    .discover-card-icon {
        width: 34px;
        height: 34px;
    }

        .discover-card-icon i {
            font-size: 15px;
        }

    .discover-card-title {
        font-size: 11px;
    }

    .discover-card-desc {
        font-size: 9px;
    }
}

/* ========================================
   EHS MEGAMENU - MULTI-COLUMN STYLE
   ======================================== */

.megamenu-links a {
    background: linear-gradient(135deg, rgba(248, 248, 248, 0.8), rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #083d59;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(226, 185, 35, 0.1);
    text-decoration: none !important;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .megamenu-links a i,
    .megamenu-links a .icon {
        margin-right: 15px;
        margin-left: 8px;
        flex-shrink: 0;
        width: 20px;
        text-align: center;
        transition: inherit;
    }

    .megamenu-links a:hover {
        color: #e2b923;
        background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 252, 240, 1));
        border-color: rgba(226, 185, 35, 0.4);
        box-shadow: 0 6px 16px rgba(226, 185, 35, 0.2);
        transform: translateX(5px);
    }

.megamenu-sidebar {
    background: #eff5ff;
    padding: 20px !important;
    border-radius: 8px;
}

.featured-card .badge {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    display: inline-block;
}

.featured-card img {
    width: 100%;
    height: auto;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.featured-card h6 {
    font-size: 16px;
    line-height: 1.4;
    color: #212529;
    font-weight: 700;
}

.featured-card .small {
    font-size: 13px;
    line-height: 1.5;
    color: #6c757d;
}

.featured-card .btn {
    background: #7c3aed;
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    color: #fff;
    transition: all 0.3s ease;
}

    .featured-card .btn:hover {
        background: #6d28d9;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
    }

/* Responsive for EHS Megamenu */
@media (max-width: 991px) {
    .megamenu-sidebar {
        margin-bottom: 20px;
        border-bottom: 1px solid #dee2e6;
        border-right: none !important;
        padding-right: 0 !important;
    }

        .megamenu-sidebar.border-end {
            border-right: none !important;
            border-bottom: 1px solid #dee2e6 !important;
        }

    .megamenu-title {
        font-size: 12px;
    }

    .megamenu-links a {
        font-size: 13px;
    }
}

.ehs-bottom-link {
    font-weight: 700;
    font-size: 13px;
    color: #083d59;
    text-decoration: none;
}

/* ========================================
   EHS LIQUID GLASS CARDS
   ======================================== */

.ehs-glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .ehs-glass-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        background: rgba(255, 255, 255, 0.85);
        border-color: rgb(227 185 37);
    }

.ehs-card-image {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.ehs-glass-card:hover .ehs-card-image img {
    transform: scale(1.1);
}

.ehs-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(214, 51, 132, 0.95);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.ehs-badge-health {
    background: rgba(32, 201, 151, 0.95);
}

.ehs-badge-safety {
    background: rgba(255, 159, 67, 0.95);
}

.ehs-card-content {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ehs-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 12px;
    line-height: 1.3;
}

.ehs-card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 15px;
}

.ehs-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .ehs-features-list li {
        font-size: 12px;
        color: #6c757d;
        padding: 6px 0;
        padding-left: 20px;
        position: relative;
        line-height: 1.4;
    }

        .ehs-features-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 12px;
            width: 6px;
            height: 6px;
            background: #d63384;
            border-radius: 50%;
        }

.ehs-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d63384;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

    .ehs-read-more:hover {
        color: #c02463;
        gap: 10px;
    }

    .ehs-read-more i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .ehs-read-more:hover i {
        transform: translateX(4px);
    }

/* Responsive EHS Cards */
@media (max-width: 991px) {
    .ehs-glass-card {
        margin-bottom: 20px;
    }

    .ehs-card-image {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .ehs-card-image {
        height: 220px;
    }

    .ehs-card-title {
        font-size: 20px;
    }

    .ehs-card-text {
        font-size: 14px;
    }
}

.ehs-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

    .ehs-card-link:hover .ehs-glass-card {
        cursor: pointer;
    }

/* ========================================
   TEC SOLUTIONS MEGAMENU
   ======================================== */

#tec-solutions-tabs .nav-link {
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 0;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 100%;
}

    #tec-solutions-tabs .nav-link:hover {
        background-color: rgba(8, 61, 89, 0.1);
        color: #083d59;
        border-left-color: #083d59;
    }

    #tec-solutions-tabs .nav-link.active {
        background-color: rgba(8, 61, 89, 0.1);
        color: #083d59;
        border-left-color: #083d59;
        font-weight: 700;
    }

#tec-solutions-tabContent {
    min-height: 300px;
    height: auto;
}

    #tec-solutions-tabContent h4 {
        color: #1d1d1f;
        font-size: 22px;
        margin-bottom: 15px;
    }

    #tec-solutions-tabContent .text-muted {
        font-size: 15px;
        line-height: 1.6;
    }

#tec-solutions-menu-item .megamenu {
    width: 92% !important;
    max-width: 92% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding-bottom: 2rem;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#tec-solutions-menu-item .nav-item:hover .megamenu,
#tec-solutions-menu-item .nav-item.show .megamenu {
    width: 92% !important;
    max-width: 92% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.megamenu-links li {
    margin-bottom: 12px;
}

.megamenu-sidebar .border-top a {
    transition: all 0.3s ease;
    padding: 8px 0;
    display: block;
}

    .megamenu-sidebar .border-top a:hover {
        padding-left: 10px;
        color: #e2b923 !important;
    }

#tec-solutions-tabContent .row {
    display: flex;
    flex-wrap: wrap;
}

#tec-solutions-tabContent .col-md-9,
#tec-solutions-tabContent .col-md-3 {
    display: flex;
    flex-direction: column;
}

/* Responsive TEC Solutions */
@media (max-width: 991px) {
    #tec-solutions-tabs {
        flex-direction: row !important;
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        #tec-solutions-tabs .nav-link {
            border-left: none;
            border-bottom: 3px solid transparent;
            text-align: center;
            white-space: nowrap;
            flex-shrink: 0;
            min-width: 120px;
        }

            #tec-solutions-tabs .nav-link.active,
            #tec-solutions-tabs .nav-link:hover {
                border-left: none;
                border-bottom-color: #083d59;
            }

    #tec-solutions-menu-item .megamenu,
    #tec-solutions-menu-item .nav-item:hover .megamenu,
    #tec-solutions-menu-item .nav-item.show .megamenu {
        width: 95% !important;
        max-width: 95% !important;
    }

    #tec-solutions-tabContent h4 {
        font-size: 24px;
    }

    #tec-solutions-tabContent .text-muted {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #tec-solutions-tabs .nav-link {
        font-size: 14px;
        padding: 10px 15px;
        min-width: 100px;
    }

    #tec-solutions-tabContent h4 {
        font-size: 22px;
    }

    .megamenu-links a {
        font-size: 14px;
    }

    .megamenu-sidebar .border-top a {
        font-size: 14px;
    }

    #tec-solutions-menu-item .megamenu,
    #tec-solutions-menu-item .nav-item:hover .megamenu,
    #tec-solutions-menu-item .nav-item.show .megamenu {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 480px) {
    #tec-solutions-tabs .nav-link {
        font-size: 13px;
        padding: 8px 12px;
        min-width: 90px;
    }

    #tec-solutions-tabContent {
        min-height: 250px;
    }
}

/* ===========================
   PRODUCT BADGES
   =========================== */

.col.position-relative,
.submenu-grid .grid-card.position-relative {
    position: relative !important;
}

.product-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 10px !important;
    line-height: 1;
    letter-spacing: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.product-badge span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.kiosk-menu-wrapper .product-badge {
    color: #ffffff !important;
    font-size: 8px !important;
}
.badge-new {
    background-color: var(--badge-color-new);
}

.badge-best-seller {
    background-color: var(--badge-color-best-seller);
}

.badge-deal {
    background-color: var(--badge-color-deal);
}

/* Additional badge variants */
.badge-hot {
    background-color: #007aff;
}

.badge-sale {
    background-color: #ff3b30;
}

.badge-trending {
    background-color: #34c759;
}


/* ===========================
   ANIMATIONS
   =========================== */

.fade-up-item {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

    .fade-up-item.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

/* ===========================
   ABOUT SECTION
   =========================== */

.about-xip-area {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: -100px;
    z-index: 1000;
}

.about-area-2 {
    position: relative;
    z-index: 3;
}


.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.home-about-content-wrapper2 {
    padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .home-about-content-wrapper2 {
        padding-left: 0;
    }
}

.home-about-content {
    background: #fff;
    padding: 30px;
    border-top: #e2b923 3px solid;
}

    .home-about-content.section-title {
        position: relative;
        z-index: 1;
    }

    .home-about-content.semi-title {
        color: #b8b8b8;
        font-size: 14px;
        letter-spacing: 0;
    }

.w3-badge {
    background-color: #818a9c;
    color: #fff;
    display: inline-block;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 5px;
}

/* Mobile / Tablet Responsive */
@media (max-width: 768px) {
    .w3-badge {
        padding: 6px 8px;
        font-size: 14px;
        letter-spacing: 1.5px;
        border-radius: 4px;
    }
}

/* Mobile Phone Specific */
@media (max-width: 480px) {
    .w3-badge {
        padding: 5px 7px;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }
}

/* Small Mobile Devices */
@media (max-width: 380px) {
    .w3-badge {
        padding: 4px 6px;
        font-size: 11px;
        letter-spacing: 0.8px;
    }
}

/* Very Small Devices (320px) */
@media (max-width: 320px) {
    .w3-badge {
        padding: 4px 5px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}


.text-justify {
    text-align: justify !important;
}

.theme_btn2 {
    overflow: hidden;
    color: #1d1d1f;
    background-color: rgba(234, 234, 234, 0.82);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    /*    background-color: #eaeaea;*/
    font-size: 16px;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 21px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    margin-top: 20px;
    border-radius: 50px;
    will-change: opacity;
}

    .theme_btn2:hover {
        background-color: #083d59;
        color: #eaeaea
    }

.single-about-wrapper {
    margin-top: -20px;
    margin-right: 0;
    margin-left: 0;
}

.single-about {
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .single-about img {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 20px 20px 0 0;
    }
    .single-about .awards-img {
        border-radius: 40px !important;
        width: 93%;
        display: block;
        margin: 0 auto; /* horizontal center */
    }


    .single-about h6 {
        font-family: 'Raleway', 'Open Sans', sans-serif !important;
        letter-spacing: .3px;
        color: #6e6e73;
        font-weight: 600;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 0;
    }

    .single-about h5 {
        font-family: 'Raleway', 'Open Sans', sans-serif !important;
        padding: 10px 20px 20px;
        line-height: 26px;
        margin-bottom: 4px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: .3px;
        text-transform: uppercase;
        color: #1d1d1f;
        margin: 0;
    }

    .single-about p {
        font-size: 14px;
        padding: 20px;
        padding-bottom: 24px;
        margin: 0;
    }

.sol {
    padding: 15px !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.sect-title {
    font-size: 30px;
    line-height: 42px;
    color: #1d1d1f;
    font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-about-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .single-about-wrapper {
        margin-top: 0px;
    }

        .single-about-wrapper .col-xl-6:first-child {
            margin-top: 30px;
        }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.kiosk-area {
    padding-top: 80px;
    padding-bottom: 40px;
    background: var(--color-white);
}

@media (max-width: 991px) {
    .kiosk-area {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

.kiosk-area .col-lg-7 {
    padding-top: 0;
}

@media (max-width: 991px) {
    .kiosk-area .col-lg-7 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .kiosk-area .col-lg-7 {
        padding-top: 30px;
    }
}

.sol1 {
    width: auto !important;
    padding: 50px 15px 15px !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.kiosk-slide2 .owl-bg {
    background-color: #f2f2f2;
    border-radius: 15px;
}

.kiosk-slide2 .item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.owl-bg:hover {
    background: #f5f5f7;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
}

.kiosk-nav .owl-carousel i {
    background: #222121;
    padding: 4px 6px;
    border-radius: 50%;
    color: #fff;
    text-align: right;
    float: right;
    margin: 10px;
    font-weight: 500;
}

    .kiosk-nav .owl-carousel i:hover {
        background: #083d59;
    }

.kiosk-slide2 .single-portfolio {
    padding: 23px 0 0;
}

.kiosk-slide2 h5 {
    padding-left: 30px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.kiosk-slide2 .fa-plus {
    font-size: 1.25rem;
    color: #007bff;
    text-align: right;
}

/* Hide portfolio nav and dots when using the kiosk-nav wrapper */
.kiosk-container.kiosk-nav .owl-nav,
.kiosk-container.kiosk-nav .owl-dots {
    display: block !important;
}

/* Ensure carousel and all owl-related wrappers stretch to full height so items are equal height */
.kiosk-container .kiosk-slide2,
.kiosk-container .kiosk-slide2 .owl-stage-outer,
.kiosk-container .kiosk-slide2 .owl-stage,
.kiosk-container .kiosk-slide2 .owl-item,
.kiosk-container .kiosk-slide2 .item {
    height: 100%;
}

/* Make item content fill the available vertical space */
.kiosk-slide2 .owl-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 0;
}

    .kiosk-slide2 .owl-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        flex: 1 1 auto;
        display: block;
    }

.kiosk-slide2 .single-portfolio {
    flex: 0 0 auto;
}

.kiosk-area .col-lg-7 .kiosk-container {
    min-height: 340px;
}



/* Position arrows in the middle of carousel */
.kiosk-slide2 {
    position: relative;
}

.kiosk-slide2 .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

/* Default arrow style (dark glass) */
.kiosk-slide2 .owl-nav button {
    pointer-events: all;
    background:rgba(227,185,35,0.25) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    transition: all 0.3s ease;
}

.kiosk-slide2 .owl-nav button.owl-prev {
    margin-left: 10px;
}

.kiosk-slide2 .owl-nav button.owl-next {
    margin-right: 10px;
}

.kiosk-slide2 .owl-nav i {
    font-size: 16px;
}

/* Hover → gold liquid glass */
.kiosk-slide2 .owl-nav button:hover {
    background: rgba(227,185,35,0.85) !important;
    color: #fff !important;
    border: 1px solid #e3b923;
    transform: scale(1.08);
    box-shadow:
        0 8px 20px rgba(227,185,35,0.5),
        0 0 12px rgba(227,185,35,0.6);
}

/* Separate arrow styling */
.kiosk-arrows .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

    .kiosk-arrows .owl-nav button {
        position: absolute;
        pointer-events: all;
        /* Grey liquid glass */
        background: rgba(120, 120, 120, 0.15) !important;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: 50%;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255,255,255,0.35);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        /* Liquid glass shadow */
        box-shadow: 0 6px 18px rgba(0,0,0,0.25), 0 0 10px rgba(120,120,120,0.35), inset 0 1px 2px rgba(255,255,255,0.45);
        transition: all 0.35s ease;
    }

        .kiosk-arrows .owl-nav button i {
            background: none;
            color: #1d1d1f;
        }
        .kiosk-arrows .owl-nav button i:hover {
            background: none;
        }
        /* Left arrow */
        .kiosk-arrows .owl-nav button.owl-prev {
            left: 10px;
        }

/* Right arrow */
.kiosk-arrows .owl-nav button.owl-next {
    right: 10px;
}

.kiosk-arrows .owl-nav i {
    font-size: 16px;
}

/* Hover gold */
.kiosk-arrows .owl-nav button:hover {
    background: #e3b923 !important;
    color: #fff !important;
    border: 1px solid #e3b923;
    transform: scale(1.08);
    box-shadow:
        0 8px 20px rgba(227,185,35,0.5),
        0 0 12px rgba(227,185,35,0.6);
}
/* Desktop Icon Bar */
.icon-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
}

    .icon-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        text-align: center;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 18px;
        border-radius: 50%;
        text-decoration: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    }

        .icon-bar a:hover {
            transform: scale(1.12);
        }

/* ===========================
   TABLET RESPONSIVE (768px)
   =========================== */
@media (max-width: 768px) {
    .kiosk-area .col-lg-7 {
        padding-top: 25px;
    }

        .kiosk-area .col-lg-7 .kiosk-container {
            min-height: 300px;
        }

    .sol1 {
        padding: 40px 12px 12px !important;
    }

    .center {
        width: 60%;
    }

    .kiosk-slide2 .owl-bg {
        border-radius: 12px;
    }

    .kiosk-slide2 .single-portfolio {
        padding: 15px 12px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        min-height: 50px;
    }

        .kiosk-slide2 .single-portfolio .row {
            width: 100% !important;
            margin: 0 !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10,
        .kiosk-slide2 .single-portfolio .col-md-2 {
            padding: 0 !important;
            margin: 0 !important;
            display: flex !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10 {
            flex: 1 !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-2 {
            width: auto !important;
            flex: none !important;
            margin-left: 10px !important;
        }

    .kiosk-slide2 h6 {
        padding: 0 10px 0 0 !important;
        font-size: 0.9rem !important;
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2 !important;
    }

    .kiosk-slide2 .fa-plus {
        font-size: 1.1rem !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .kiosk-nav .owl-carousel i {
        padding: 3px 5px;
        margin: 8px;
    }

    /* Icon Bar - Tablet */
    .icon-bar {
        gap: 10px;
        padding: 6px;
    }

        .icon-bar a {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }
}

/* ===========================
   MOBILE RESPONSIVE (480px)
   =========================== */
@media (max-width: 480px) {
    .kiosk-area .col-lg-7 {
        padding-top: 20px;
    }

        .kiosk-area .col-lg-7 .kiosk-container {
            min-height: 260px;
        }

    .sol1 {
        padding: 30px 10px 10px !important;
    }

    .center {
        width: 70%;
    }

    .kiosk-slide2 .owl-bg {
        border-radius: 10px;
    }

    .kiosk-slide2 .single-portfolio {
        padding: 12px 10px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        min-height: 45px;
    }

        .kiosk-slide2 .single-portfolio .row {
            width: 100% !important;
            margin: 0 !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10,
        .kiosk-slide2 .single-portfolio .col-md-2 {
            padding: 0 !important;
            margin: 0 !important;
            display: flex !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10 {
            flex: 1 !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-2 {
            width: auto !important;
            flex: none !important;
            margin-left: 8px !important;
        }

    .kiosk-slide2 h6 {
        padding: 0 8px 0 0 !important;
        font-size: 14px !important;
        font-weight: 600;
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2 !important;
    }

    .kiosk-slide2 .fa-plus {
        font-size: 1rem !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .kiosk-nav .owl-carousel i {
        padding: 3px 4px;
        margin: 6px;
        font-size: 14px;
    }

    /* Icon Bar - Mobile (Move to Bottom) */
    .icon-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

        .icon-bar a {
            width: 48px;
            height: 48px;
            font-size: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

            .icon-bar a:hover {
                transform: scale(1.08);
            }
}

/* ===========================
   SMALL MOBILE (380px)
   =========================== */
@media (max-width: 380px) {
    .kiosk-area .col-lg-7 {
        padding-top: 15px;
    }

        .kiosk-area .col-lg-7 .kiosk-container {
            min-height: 240px;
        }

    .sol1 {
        padding: 25px 8px 8px !important;
    }

    .center {
        width: 75%;
    }

    .kiosk-slide2 .owl-bg {
        border-radius: 8px;
    }

    .kiosk-slide2 .single-portfolio {
        padding: 10px 8px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        min-height: 40px;
    }

        .kiosk-slide2 .single-portfolio .row {
            width: 100% !important;
            margin: 0 !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10,
        .kiosk-slide2 .single-portfolio .col-md-2 {
            padding: 0 !important;
            margin: 0 !important;
            display: flex !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10 {
            flex: 1 !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-2 {
            width: auto !important;
            flex: none !important;
            margin-left: 6px !important;
        }

    .kiosk-slide2 h6 {
        padding: 0 6px 0 0 !important;
        font-size: 0.8rem !important;
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2 !important;
    }

    .kiosk-slide2 .fa-plus {
        font-size: 0.95rem !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .kiosk-nav .owl-carousel i {
        padding: 2px 3px;
        margin: 5px;
        font-size: 13px;
    }

    /* Icon Bar - Small Mobile */
    .icon-bar {
        padding: 8px;
        gap: 6px;
    }

        .icon-bar a {
            width: 44px;
            height: 44px;
            font-size: 18px;
        }
}

/* ===========================
   VERY SMALL MOBILE (320px)
   =========================== */
@media (max-width: 320px) {
    .kiosk-area .col-lg-7 {
        padding-top: 12px;
    }

        .kiosk-area .col-lg-7 .kiosk-container {
            min-height: 220px;
        }

    .sol1 {
        padding: 20px 6px 6px !important;
    }

    .center {
        width: 80%;
    }

    .kiosk-slide2 .owl-bg {
        border-radius: 6px;
    }

    .kiosk-slide2 .single-portfolio {
        padding: 8px 6px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        min-height: 38px;
    }

        .kiosk-slide2 .single-portfolio .row {
            width: 100% !important;
            margin: 0 !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10,
        .kiosk-slide2 .single-portfolio .col-md-2 {
            padding: 0 !important;
            margin: 0 !important;
            display: flex !important;
            align-items: center !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-10 {
            flex: 1 !important;
        }

        .kiosk-slide2 .single-portfolio .col-md-2 {
            width: auto !important;
            flex: none !important;
            margin-left: 5px !important;
        }

    .kiosk-slide2 h6 {
        padding: 0 5px 0 0 !important;
        font-size: 0.75rem !important;
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2 !important;
    }

    .kiosk-slide2 .fa-plus {
        font-size: 0.9rem !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .kiosk-nav .owl-carousel i {
        padding: 2px 3px;
        margin: 4px;
        font-size: 12px;
    }

    /* Icon Bar - Very Small Mobile */
    .icon-bar {
        padding: 6px;
        gap: 4px;
    }

        .icon-bar a {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }
}

/* ===========================
   MOBILE LANDSCAPE
   =========================== */
@media (max-width: 768px) and (orientation: landscape) {
    .icon-bar {
        padding: 8px;
        gap: 6px;
    }

        .icon-bar a {
            width: 42px;
            height: 42px;
            font-size: 18px;
        }
}

/* ===========================
   HIDE ICON BAR ON VERY SMALL SCREENS IF NEEDED
   =========================== */
@media (max-width: 280px) {
    .icon-bar {
        display: none;
    }
}


/* ensure spacing on very small screens */
@media (max-width: 768px) {
    .icon-bar {
        display: none;
    }
}

/* Social icon backgrounds (restore) */
.footer__social .fb {
    background: #3b5998;
}

.footer__social .instagram {
    /* solid fallback for older browsers */
    background-color: #833ab4;
    /* correct linear gradient with comma-separated color stops */
    background-image: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

.footer__social .tw {
    background: #00acee;
}

.footer__social .in {
    background: #0a66c2;
}

.footer__social .yt {
    background: #c4302b;
}

.footer__social .blog {
    background: #fc4f08;
}

.footer__social .wtap {
    background: #25d366;
}

/* Ensure icons have sufficient contrast and pointer cursor */
.footer__social a {
    color: #fff; /* icon color */
    cursor: pointer;
}

    .footer__social a:focus {
        outline: 2px solid rgba(0,0,0,0.12);
        outline-offset: 2px;
    }

/* ===========================
   AMBIC Model Section - Light Glassmorphism Style (Clean Gradient)
   =========================== */
.ambic-model-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #c7d7ed 0%, #dfe7f2 50%, #c7d7ed 100%);
    position: relative;
    overflow: hidden;
}

.ambic-badge {
    display: inline-block;
    background: rgba(226, 185, 35, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 185, 35, 0.3);
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d4a017;
    margin-bottom: 20px;
}
/* Section Header */
.ambic-header {
    max-width: 90%;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1;
}

.ambic-main-title {
    font-size: 42px;
    font-weight: 500;
    color: #1d1d1f;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ambic-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* Cards Wrapper - ONE LINE LAYOUT */
.ambic-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Individual Tech Card */
.ambic-tech-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 28px;
    padding-top: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
}

    .ambic-tech-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        border-color: rgba(226, 185, 35, 0.4);
    }

/* Letter Circle Above Card */
.ambic-letter-circle {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(226, 185, 35, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.3s ease;
}

.ambic-tech-card:hover .ambic-letter-circle {
    background: rgba(226, 185, 35, 0.2);
    border-color: rgba(226, 185, 35, 0.6);
    transform: translateX(-50%) scale(1.1);
}

.letter {
    font-size: 28px;
    font-weight: 900;
    color: #e2b923;
    text-shadow: 0 2px 8px rgba(226, 185, 35, 0.3);
}

/* Remove Connecting Line */
.connecting-line {
    display: none;
}


/* ===========================
   TABLET RESPONSIVE (768px)
   =========================== */
@media (max-width: 768px) {
    .ambic-badge {
        padding: 7px 20px;
        font-size: 11px;
        letter-spacing: 1.2px;
        margin-bottom: 18px;
        border-radius: 40px;
    }
}

/* ===========================
   MOBILE RESPONSIVE (480px)
   =========================== */
@media (max-width: 480px) {
    .ambic-badge {
        padding: 6px 16px;
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        border-radius: 35px;
    }
}

/* ===========================
   SMALL MOBILE (380px)
   =========================== */
@media (max-width: 380px) {
    .ambic-badge {
        padding: 5px 14px;
        font-size: 9px;
        letter-spacing: 0.8px;
        margin-bottom: 12px;
        border-radius: 30px;
    }
}

/* ===========================
   VERY SMALL MOBILE (320px)
   =========================== */
@media (max-width: 320px) {
    .ambic-badge {
        padding: 5px 12px;
        font-size: 8px;
        letter-spacing: 0.6px;
        margin-bottom: 10px;
        border-radius: 25px;
    }
}

/* Card Header */
.tech-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    text-align: center;
}

/* Icon Circle */
.tech-icon-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(226, 185, 35, 0.15) 0%, rgba(99, 102, 241, 0.15) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ambic-tech-card:hover .tech-icon-circle {
    background: linear-gradient(135deg, rgba(226, 185, 35, 0.25) 0%, rgba(99, 102, 241, 0.25) 100%);
    transform: scale(1.1);
}

.tech-icon-circle img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0.8);
}

/* Card Title */
.tech-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    line-height: 1.3;
}

/* Card Body */
.tech-card-body {
    padding-top: 0;
}

/* Features List - BULLET ALIGNED TO FIRST LINE MIDDLE */
.tech-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tech-features-list li {
        font-size: 13px;
        line-height: 1.6;
        color: #4a5568;
        padding: 6px 0;
        padding-left: 20px;
        position: relative;
        text-align: left;
    }

        .tech-features-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            margin-top: 4px;
            width: 5px;
            height: 5px;
            background: #e2b923;
            border-radius: 50%;
        }

.ambic-tech-card:hover .tech-features-list li::before {
    background: #d4a017;
    box-shadow: 0 0 8px rgba(226, 185, 35, 0.5);
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */

/* Large Desktop */
@media (max-width: 1400px) {
    .ambic-cards-wrapper {
        max-width: 1200px;
        gap: 18px;
    }

    .ambic-tech-card {
        padding: 24px;
        padding-top: 90px;
    }

    .ambic-letter-circle {
        width: 65px;
        height: 65px;
    }

    .letter {
        font-size: 26px;
    }

    .tech-card-title {
        font-size: 17px;
    }

    .tech-features-list li {
        font-size: 12px;
    }

        .tech-features-list li::before {
            top: 6px;
            margin-top: 3px;
        }
}

/* Large Tablet - 3 columns */
@media (max-width: 1200px) {
    .ambic-cards-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .ambic-main-title {
        font-size: 38px;
    }
}

/* Tablet - 2 columns */
@media (max-width: 992px) {
    .ambic-model-section {
        padding: 60px 0;
    }

    .ambic-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .ambic-tech-card {
        padding: 28px;
        padding-top: 90px;
    }

    .tech-card-header {
        flex-direction: row;
        text-align: left;
    }

    .tech-card-title {
        font-size: 18px;
    }

    .tech-features-list li {
        font-size: 13px;
    }

        .tech-features-list li::before {
            top: 6px;
            margin-top: 4px;
        }
}

/* Mobile - 1 column */
@media (max-width: 768px) {
    .ambic-header {
        margin-bottom: 40px;
    }

    .ambic-main-title {
        font-size: 32px;
    }

    .ambic-description {
        font-size: 15px;
    }

    .ambic-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .ambic-tech-card {
        padding-top: 85px;
    }

    .ambic-letter-circle {
        width: 60px;
        height: 60px;
    }

    .letter {
        font-size: 24px;
    }

    .tech-icon-circle {
        width: 55px;
        height: 55px;
    }

        .tech-icon-circle img {
            width: 28px;
            height: 28px;
        }

    .tech-card-title {
        font-size: 20px;
    }

    .tech-features-list li::before {
        top: 6px;
        margin-top: 4px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .ambic-model-section {
        padding: 50px 0;
    }

    .ambic-main-title {
        font-size: 28px;
    }

    .ambic-description {
        font-size: 14px;
    }

    .ambic-cards-wrapper {
        gap: 55px;
    }

    .ambic-tech-card {
        padding: 24px;
        padding-top: 30px;
        border-radius: 20px;
    }

    .ambic-letter-circle {
        width: 55px;
        height: 55px;
        top: -35px;
    }

    .letter {
        font-size: 22px;
    }

    .tech-card-header {
        gap: 14px;
        margin-bottom: 18px;
    }

    .tech-icon-circle {
        width: 50px;
        height: 50px;
    }

        .tech-icon-circle img {
            width: 26px;
            height: 26px;
        }

    .tech-card-title {
        font-size: 18px;
    }

    .tech-features-list li {
        font-size: 14px;
        padding: 5px 0 5px 18px;
    }

        .tech-features-list li::before {
            width: 4px;
            height: 4px;
            top: 5px;
            margin-top: 3px;
        }
}

/* ========================================
   Products and Services Section - Liquid Glass Cards
   ======================================== */

/* Main Section with Animated Background */
.services-section {
    position: relative;
    padding: 60px 0 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
}

    /* Animated Background Orbs */
    .services-section::before,
    .services-section::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.5;
        animation: float 15s ease-in-out infinite;
    }

    .services-section::before {
        width: 400px;
        height: 400px;
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        top: -200px;
        left: -200px;
        animation-delay: 0s;
    }

    .services-section::after {
        width: 500px;
        height: 500px;
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        bottom: -250px;
        right: -250px;
        animation-delay: 5s;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
    }

    33% {
        transform: translateY(-30px) translateX(30px) scale(1.1);
    }

    66% {
        transform: translateY(20px) translateX(-20px) scale(0.9);
    }
}

/* Ensure content stays above background */
.services-section .container {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-section {
        padding: 55px 0 60px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 95px 0 30px;
    }
}

/* Section Title Spacing */
.services-section .section-title {
    margin-bottom: 20px;
    padding: 10px 25px;
}

@media (max-width: 767px) {
    .services-section .section-title {
        margin-bottom: 30px;
        padding: 15px 20px;
        border-radius: 15px;
    }
}

.services-section .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #083d59;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .services-section .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

.services-section .section-title .semi-sub-title {
    font-size: 16px;
    line-height: 1.7;
    color: #1d1d1f;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 767px) {
    .services-section .section-title .semi-sub-title {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Product Card Link Wrapper */
.product-card-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

/* Liquid Glass Product Card */
.product-card-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    border-radius: 25px;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

    /* Shimmer Effect on Glass */
    .product-card-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease;
        z-index: 1;
        pointer-events: none;
    }

.product-card-link:hover .product-card-wrapper::before {
    left: 100%;
}

@media (max-width: 767px) {
    .product-card-wrapper {
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

.product-card-link:hover .product-card-wrapper,
.product-card-wrapper:hover {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 45px 0 rgba(31, 38, 135, 0.5);
    transform: translateY(-10px) scale(1.02);
}

/* Product Image - Normal Card (Image Top) */
.product-card-wrapper img {
    width: 100%;
    border-radius: 25px 25px 0 0;
    margin-bottom: 0;
    transition: all 0.4s ease;
    display: block;
    order: -1;
    position: relative;
    z-index: 2;
    filter: brightness(0.85) contrast(1.1);
}

@media (max-width: 767px) {
    .product-card-wrapper img {
        border-radius: 20px 20px 0 0;
    }
}

/* Alternate Card - Image Bottom */
.product-card-wrapper.alternate img {
    border-radius: 0 0 25px 25px;
    order: 999;
}

@media (max-width: 767px) {
    .product-card-wrapper.alternate img {
        border-radius: 0 0 20px 20px;
    }
}

/* On Hover - Clear/Bright Image */
.product-card-link:hover .product-card-wrapper img,
.product-card-wrapper:hover img {
    transform: scale(1.08);
    filter: brightness(1) contrast(1.15);
}

/* Product Title */
.product-card-wrapper h5 {
    padding: 25px 20px 8px;
    line-height: 26px;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .product-card-wrapper h5 {
        font-size: 18px;
        padding: 20px 15px 8px;
    }
}

.product-card-link:hover .product-card-wrapper h5,
.product-card-wrapper:hover h5 {
    color: #f5d142;
    text-shadow: 0 0 20px rgba(245, 209, 66, 0.5);
}

/* Product Description */
.product-card-wrapper p {
    font-size: 14px;
    padding: 5px 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .product-card-wrapper p {
        font-size: 13px;
        padding: 5px 15px;
        margin-bottom: 12px;
    }
}

/* Button Container */
.product-card-wrapper .text-md-end {
    padding: 0 20px 20px;
    margin-top: auto;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .product-card-wrapper .text-md-end {
        padding: 0 15px 15px;
        text-align: center;
    }
}

/* Glass Button */
.service-link-btn {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
    .service-link-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

.product-card-link:hover .service-link-btn,
.service-link-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

/* Owl Carousel Navigation */
.product-carousel-active .owl-nav {
    text-align: center;
    position: absolute;
    top: -80px;
    right: 0;
    margin: 0;
    z-index: 10;
}

@media (max-width: 991px) {
    .product-carousel-active .owl-nav {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

.product-carousel-active .owl-nav button.owl-prev,
.product-carousel-active .owl-nav button.owl-next {
    font-size: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 46px !important;
    margin: 0 7px;
    transition: all 0.3s ease;
    display: inline-block !important;
}

    .product-carousel-active .owl-nav button.owl-prev:hover,
    .product-carousel-active .owl-nav button.owl-next:hover {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.25) !important;
        border-color: rgba(255, 255, 255, 0.5) !important;
    }

.product-carousel-active .owl-nav button span {
    font-size: 20px;
    line-height: 46px;
}

/* Owl Carousel Dots */
.product-carousel-active .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: none;
}

@media (max-width: 767px) {
    .product-carousel-active .owl-dots {
        margin-top: 20px;
        display: none;
    }
}

.product-carousel-active .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

    .product-carousel-active .owl-dots .owl-dot.active,
    .product-carousel-active .owl-dots .owl-dot:hover {
        background: #fff;
        width: 30px;
        border-radius: 10px;
    }

/* Owl Carousel Item Spacing */
.product-carousel-active .owl-stage-outer {
    padding: 10px 0;
}

.product-carousel-active .owl-item {
    padding: 0 5px;
}

@media (max-width: 767px) {
    .product-carousel-active .owl-item {
        padding: 0 3px;
    }
}


/* Main Section */
.services-section {
    position: relative;
    padding: 60px 0 40px;
    background: #f5f5f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-section {
        padding: 55px 0 60px;
    }
}

/* Product Card Link Wrapper */
.product-card-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

/* Product Card */
.product-card-wrapper {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-card-wrapper {
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

.product-card-link:hover .product-card-wrapper,
.product-card-wrapper:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    transform: translateY(-5px);
}

/* Product Image Container - For Overlay Effect */
.product-card-wrapper {
    position: relative;
}

    /* Product Image - Normal Card (Image Top) */
    .product-card-wrapper img {
        width: 100%;
        border-radius: 25px 25px 0 0;
        margin-bottom: 0;
        transition: all 0.3s ease;
        display: block;
        order: -1;
        position: relative;
    }

        /* Black Overlay on Image (Default State) */
        .product-card-wrapper img::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            pointer-events: none;
        }

    /* Alternative: Using wrapper approach for overlay */
    .product-card-wrapper > a,
    .product-card-wrapper > div:first-child {
        position: relative;
    }

    .product-card-wrapper img {
        filter: brightness(0.7);
    }

@media (max-width: 767px) {
    .product-card-wrapper img {
        border-radius: 20px 20px 0 0;
    }
}

/* Alternate Card - Image Bottom */
.product-card-wrapper.alternate img {
    border-radius: 0 0 25px 25px;
    order: 999;
}

@media (max-width: 767px) {
    .product-card-wrapper.alternate img {
        border-radius: 0 0 20px 20px;
    }
}

/* On Hover - Clear/Bright Image */
.product-card-link:hover .product-card-wrapper img,
.product-card-wrapper:hover img {
    transform: scale(1.05);
    filter: brightness(1);
}

/* Product Title */
.product-card-wrapper h5 {
    padding: 25px 20px 8px;
    line-height: 26px;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #083d59;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .product-card-wrapper h5 {
        font-size: 18px;
        padding: 20px 15px 8px;
    }
}

.product-card-link:hover .product-card-wrapper h5,
.product-card-wrapper:hover h5 {
    color: #e2b923;
}

/* Product Description */
.product-card-wrapper p {
    font-size: 14px;
    padding: 5px 20px;
    color: #1d1d1f;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .product-card-wrapper p {
        font-size: 13px;
        padding: 5px 15px;
        margin-bottom: 12px;
    }
}

/* Button Container */
.product-card-wrapper .text-md-end {
    padding: 0 20px 20px;
    margin-top: auto;
}

@media (max-width: 767px) {
    .product-card-wrapper .text-md-end {
        padding: 0 15px 15px;
        text-align: center;
    }
}

/* Service Link Button */
.service-link-btn {
    background-color: #f1f1f1;
    color: #083d59;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

@media (max-width: 767px) {
    .service-link-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

.product-card-link:hover .service-link-btn,
.service-link-btn:hover {
    background-color: #083d59;
    color: #fff;
    border-color: #083d59;
    transform: translateX(5px);
    text-decoration: none;
}


@media (max-width: 991px) {
    .product-carousel-active .owl-nav {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

.product-carousel-active .owl-nav button.owl-prev,
.product-carousel-active .owl-nav button.owl-next {
    font-size: 16px !important;
    border: 2px solid #e8e8e8 !important;
    background: #f2f2f2 !important;
    color: #1d1d1f !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 36px !important;
    margin: 0 7px;
    transition: all 0.3s ease;
    display: inline-block !important;
}

    .product-carousel-active .owl-nav button.owl-prev:hover,
    .product-carousel-active .owl-nav button.owl-next:hover {
        color: #fff !important;
        background: #083d59 !important;
        border-color: #083d59 !important;
    }

.product-carousel-active .owl-nav button span {
    font-size: 20px;
    line-height: 46px;
}

/* Owl Carousel Dots */
.product-carousel-active .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: none;
}

@media (max-width: 767px) {
    .product-carousel-active .owl-dots {
        margin-top: 20px;
        display: none;
    }
}

.product-carousel-active .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1d1d1;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

    .product-carousel-active .owl-dots .owl-dot.active,
    .product-carousel-active .owl-dots .owl-dot:hover {
        background: #e2b923;
        width: 30px;
        border-radius: 10px;
    }

/* Owl Carousel Item Spacing - REDUCED GAP */
.product-carousel-active .owl-stage-outer {
    padding: 10px 0;
}

.product-carousel-active .owl-item {
    padding: 0 5px;
}

@media (max-width: 767px) {
    .product-carousel-active .owl-item {
        padding: 0 3px;
    }
}






/* --- Main Footer Setup --- */
.footer-area {
    background: #23324a url(../img/footer-bg.png?v=Yim3V4882TgmCFJqnYquMuyyezQ) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    color: #cbcbcb;
}

/* --- Widgets & Titles --- */

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget1 {
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo-img {
    display: block;
    max-width: 100%;
}

.footer__widget .widget-title {
    color: #e2b923;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 35px;
    padding-bottom: 20px;
    position: relative; /* Anchor for potential underlines */
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

.footer__widget p {
    color: #cbcbcb;
}

/* --- Vertical Divider (The "Border Theme") --- */
/* Optimized to be responsive without magic numbers */
.border-theme {
    position: static;
}

@media (min-width: 992px) {
    .border-theme::after {
        content: "";
        position: absolute;
        width: 1px;
        background-color: #e2b923;
        top: 0;
        bottom: 0; /* Stretches automatically */
        right: 15px;
        opacity: 0.1;
    }
}

/* --- Footer Links (Replaced 'fot-list') --- */
.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    /* Use Grid to split columns instead of pull-left/right */
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 10px;
}

/* Single column for the "Quick Links" section if needed */
.single-column {
    grid-template-columns: 1fr;
}

.footer-links a {
    color: #99b2bf;
    font-size: 16px;
    display: inline-block;
    transition: all .3s ease;
    position: relative;
    text-decoration: none;
    margin-bottom: 10px;
}

    /* Hover Effect with Arrow */
    .footer-links a::before {
        content: "";
        position: absolute;
        background: #e2b923;
        width: 5px;
        height: 1px;
        left: -20px;
        top: 50%;
        opacity: 0;
        transition: opacity .3s;
    }

    .footer-links a:hover {
        color: #e2b923 !important;
        transform: translateX(13px);
    }

        .footer-links a:hover::before {
            opacity: 1;
        }

/* --- Certification/Gov Bar --- */
.gov-bar {
    background: rgba(73, 75, 79, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

    .gov-bar p {
        font-family: 'Raleway', sans-serif;
        color: #fff;
        font-size: 14px;
        letter-spacing: 5px;
        margin: 0;
        text-align: center;
    }

/* --- Copyright Bottom Area --- */
.copy-right-area {
    border-top: 1px solid #393a3f;
    padding: 15px 0;
}

.copyright p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

    .copyright a:hover {
        color: #e2b923;
    }

/* --- Bottom Nav --- */
.footer-nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

    .footer-nav .nav-link {
        color: #a7a7a7;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        transition: color 0.3s;
    }

        .footer-nav .nav-link:hover {
            color: #fff;
        }

/* --- Images --- */
.footer-logo-img {
    max-width: 100%;
}

.iso-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .footer__widget {
        margin-bottom: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-links a {
        font-size: 14px;
    }

    .text-md-end {
        text-align: center !important;
        margin-top: 10px;
    }

    .text-md-start {
        text-align: center !important;
    }

    .footer-nav {
        justify-content: center;
    }
}
/* --- Mobile Centering Fixes --- */
@media (max-width: 767px) {
    .footer__widget,
    .footer__widget .widget-title {
        text-align: center !important;
    }

    .footer-logo-img,
    .iso-img {
        margin: 0 auto;
        display: block;
    }

    .border-theme::after {
        display: none;
    }

    .footer-links {
        text-align: start;
    }

        .footer-links a {
            transform: none !important;
            padding-left: 0;
        }

            .footer-links a::before {
                display: none;
            }

    .text-md-start,
    .text-md-end {
        text-align: center !important;
    }

    .footer-nav {
        justify-content: center;
        margin-top: 15px;
    }
}
/* === KIOSKS - 3 PER ROW WITH ORIGINAL EFFECT === */
.kiosks-section .footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Exactly 3 per row */
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
}

    .kiosks-section .footer-links a {
        color: #99b2bf;
        font-size: 16px;
        display: inline-block;
        transition: all .3s ease;
        position: relative;
        text-decoration: none;
        margin-bottom: 10px;
    }

        .kiosks-section .footer-links a::before {
            content: "";
            position: absolute;
            background: #e2b923;
            width: 5px;
            height: 1px;
            left: -20px;
            top: 50%;
            opacity: 0;
            transition: opacity .3s;
        }

        .kiosks-section .footer-links a:hover {
            color: #e2b923 !important;
            transform: translateX(13px);
        }

            .kiosks-section .footer-links a:hover::before {
                opacity: 1;
            }

/* RESPONSIVE */
@media (max-width: 992px) {
    .kiosks-section .footer-links {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
}

@media (max-width: 768px) {
           .kiosks-section .footer-links a {
            transform: none !important;
            margin-bottom: 8px;
        }

            .kiosks-section .footer-links a::before {
                display: none;
            }
}


.soil-kiosk-bg {
    background: url(../img/touch-screen-kiosk-system-for-automated-soil-testing.webp?v=v-cFk3KcakVlqEw9AnxOahQCZH8) center fixed no-repeat;
    background-size: cover;
    padding: 50px;
}

    .soil-kiosk-bg h2 {
        font-weight: 500;
        color: #e2b923;
        text-transform: uppercase;
        line-height: 50px;
    }

    .soil-kiosk-bg button {
        overflow: hidden;
        color: #1d1d1f;
        background-color: rgba(234, 234, 234, 0.82);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        font-size: 16px;
        font-family: 'Raleway', 'Open Sans', sans-serif;
        font-weight: 500;
        line-height: 1;
        padding: 21px 40px;
        display: inline-block;
        position: relative;
        z-index: 1;
        border: none;
        cursor: pointer;
        text-decoration: none;
        transition: all .4s ease-in-out;
        text-transform: capitalize;
        margin-top: 0px;
        border-radius: 50px;
        will-change: opacity;
    }


        .soil-kiosk-bg button:hover {
            color: #fff;
            background: #083d59;
        }

.soil-text-bg {
    background: #FFF;
    border-radius: 20px;
    padding: 30px 25px 20px;
    border: 8px solid #e2b923;
}

    .soil-text-bg p {
        padding-top: 20px;
    }

hr {
    border-bottom: 2px solid #b9b9d6;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

/* Tablet devices (768px - 991px) */
@media (max-width: 991px) {
    .soil-kiosk-bg {
        padding: 40px 20px;
    }

        .soil-kiosk-bg h2 {
            line-height: 40px;
            font-size: 28px;
        }

    .soil-text-bg {
        padding: 25px 20px 15px;
        border-width: 6px;
    }
}

/* Mobile devices (less than 768px) */
@media (max-width: 767px) {
    .soil-kiosk-bg {
        padding: 30px 0; /* Remove left and right padding on mobile */
        background-attachment: scroll; /* Better performance on mobile */
    }

        .soil-kiosk-bg h2 {
            line-height: 35px;
            font-size: 24px;
        }

        .soil-kiosk-bg button {
            padding: 18px 30px;
            font-size: 14px;
        }

    .soil-text-bg {
        padding: 20px 15px 15px;
        border-width: 5px;
        border-radius: 15px;
    }

        .soil-text-bg p {
            padding-top: 15px;
            font-size: 14px;
        }
}

/* Extra small mobile devices (less than 576px) */
@media (max-width: 575px) {
    .soil-kiosk-bg {
        padding: 20px 0; /* Even less padding on very small screens */
    }

        .soil-kiosk-bg h2 {
            line-height: 30px;
            font-size: 20px;
        }

    soil-text-bg h4 {
        line-height: 130px;
    }

    .soil-kiosk-bg button {
        padding: 15px 25px;
        font-size: 13px;
        width: auto;
        margin: 10px auto 10px auto;
        display: block;
    }

    .soil-text-bg {
        padding: 15px 10px;
        border-width: 4px;
        border-radius: 12px;
        margin-bottom: 30px;
    }

    hr {
        margin: 10px 0px;
    }
}

/* Style the Image to look clickable */
.gallery-item {
    cursor: pointer;
    transition: 0.3s;
}

    .gallery-item:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999; /* Sit on top */
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content (The Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.imgclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .imgclose:hover,
    .imgclose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.blog-area {
    position: relative;
    padding: 50px 0;
    background: #d2d8df url(../img/pattern-2.png?v=3simewef6CHcRnlb91p0KEYrbUQ) left top repeat;
}

    .blog-area h2 {
        margin-bottom: 20px;
    }

.blog-2 {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

    .blog-2 img {
        border-radius: 10px;
    }

    .blog-2 h6 {
        margin-top: 10px;
        line-height: 25px;
    }

/* Responsive adjustments */
@media (max-width: 767px) {
    .blog-area {
        padding: 30px 0;
    }

    .blog-2 {
        padding: 15px;
        border-radius: 20px;
    }
}
    .call-to-section .shape-1 {
        position: absolute;
        right: 0;
        top: 0;
        width: 340px;
        max-width: 100%;
        height: 100%;
        background: url(../img/icons/call-to-shape-1.png?v=yEwEgyyy6qbuUjp6YoKdjXXn_bE) right top no-repeat;
        z-index: 1
    }

    .call-to-section .shape-2 {
        position: absolute;
        right: 170px;
        top: 0;
        width: 410px;
        height: 54px;
        background: url(../img/icons/call-to-shape-2.png?v=yEwEgyyy6qbuUjp6YoKdjXXn_bE) right top no-repeat;
        z-index: 0
    }

    .call-to-section .inner {
        position: relative;
        display: block;
        padding: 50px 50px 25px;
        background: #e2b923;
        color: #222429;
        border-radius: 7px;
        overflow: hidden;
        bottom: -60px;
        margin-top: -60px
    }

    .call-to-section h2 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: .85em;
        text-transform: uppercase;
        color: #222429;
        margin: 12px 0 15px;
        z-index: 3
    }

    .call-to-section .link-box {
        position: relative;
        float: right;
        padding-top: 12px;
        z-index: 3
    }

.call-to-section__no-margin .inner {
    bottom: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 110px;
    padding: 0
}

/* =======================================
   1. BASE STYLES & MOBILE (0px - 767px)
   ======================================= */
.call-to-section {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: none;
    z-index: 1;
}

    .call-to-section .inner {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background: #e2b923;
        color: #222429;
        padding: 20px 20px 15px;
        border-radius: 7px;
        overflow: hidden;
    }

    .call-to-section h2 {
        position: relative;
        font-size: 18px;
        line-height: 1.6em;
        text-transform: uppercase;
        color: #222429;
        margin: 0;
        z-index: 3;
        flex-grow: 1;
    }

    .call-to-section .link-box {
        position: relative;
        padding-top: 10px;
        z-index: 3;
        flex-shrink: 0;
    }

    .call-to-section .shape-1,
    .call-to-section .shape-2 {
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-position: right top;
        pointer-events: none;
    }

    .call-to-section .shape-1 {
        right: 0;
        width: 340px;
        height: 100%;
        background-image: url(../img/icons/call-to-shape-1.png?v=yEwEgyyy6qbuUjp6YoKdjXXn_bE);
        z-index: 1;
        max-width: 50%;
    }

    .call-to-section .shape-2 {
        right: 170px;
        width: 410px;
        height: 54px;
        background-image: url(../img/icons/call-to-shape-2.png?v=yEwEgyyy6qbuUjp6YoKdjXXn_bE);
        z-index: 0;
    }

.call-to-section__no-margin .inner {
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 20px 15px;
}


/* =======================================
   2. TABLET / MEDIUM DEVICES (>= 768px)
   ======================================= */
@media (min-width: 768px) {
    .call-to-section .inner {
        padding: 20px 30px;
        flex-wrap: nowrap;
    }

    .call-to-section h2 {
        font-size: 24px;
        line-height: 1.2em;
        margin-right: 20px;
    }

    .call-to-section .link-box {
        padding-top: 0;
    }

    .call-to-section__no-margin h2 {
        padding-top: 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .call-to-section h2 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }

    .call-to-section .inner {
        padding: 25px 31px 20px;
        justify-content: space-between;
    }

        .call-to-section .inner.centered {
            justify-content: center;
            text-align: center;
        }

            .call-to-section .inner.centered h2 {
                flex-basis: 100%;
                margin: 0 0 10px 0;
                text-align: center;
            }
}

.brand-area {
    width: 100%;
    height: 100%;
    position: relative;
    /*  z-index: 2;*/
    margin-bottom: -40px;
    padding: 40px 0px;
}

    .brand-area .brand-item {
        text-align: center;
    }

        .brand-area .brand-item .brand-front,
        .brand-area .brand-item .brand-back {
            display: inline-block;
            transition: all .3s ease;
        }

        .brand-area .brand-item .brand-back {
            display: none;
        }

        .brand-area .brand-item:hover .brand-front {
            display: none;
        }

        .brand-area .brand-item:hover .brand-back {
            display: inline-block;
        }

    .brand-area .owl-carousel .owl-item img {
        display: inline-block;
        max-width: 100%;
        width: unset;
        border-radius: 20px;
        transition: box-shadow .3s ease, transform .3s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    .brand-area .brand-item:hover .owl-carousel .owl-item img {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        transform: scale(1.05);
        border: 2px solid #f00;
    }
/* Awards Section Styles */
.awards-area {
    padding: 60px 0;
    background: #fff;
}

    .awards-area .container {
        position: relative;
    }

    .awards-area .semi-sub-title {
        color: #5e5e5e;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }
/* Force equal heights on all carousel items */
.awards-active .owl-stage {
    display: flex;
    align-items: stretch;
}

.awards-active .owl-item {
    display: flex;
    height: auto;
}

.awards-active .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.award-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .award-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .award-card a {
        text-decoration: none;
    }

    .award-card > a {
        display: block;
        flex-shrink: 0;
    }

    .award-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 15px 15px 0 0;
        transition: transform 0.3s ease;
        display: block;
    }

    .award-card:hover img {
        transform: scale(1.05);
    }

.award-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.award-meta {
    margin-bottom: 10px;
    flex-shrink: 0;
}

    .award-meta span {
        color: #083d59;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.award-content h5 {
    margin: 0;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
}

.award-title {
    color: #1d1d1f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

    .award-title:hover {
        color: #083d59;
    }

/* Awards Section - Navigation next to Title */
.awards-area .section-title {
    position: relative;
}

.awards-active .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 10px;
    margin-top: -80px;
}

    .awards-active .owl-nav button {
        position: static !important;
        transform: none !important;
        background: rgba(8, 61, 89, 0.8) !important;
        color: #fff !important;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 18px;
        transition: all 0.3s ease;
        margin: 0;
    }

        .awards-active .owl-nav button:hover {
            background: #083d59 !important;
            transform: scale(1.1) !important;
        }

.awards-active .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.awards-active .owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
    display: none;
}

    .awards-active .owl-dot.active {
        background: #083d59;
        width: 30px;
        border-radius: 6px;
    }

/* Mobile Responsive */
@media (max-width: 991px) {
    .awards-area {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .awards-area {
        padding: 40px 0;
    }

        .awards-area .container {
            padding: 20px !important;
        }

    .award-card img {
        height: 180px;
    }

    .award-content {
        padding: 15px;
    }

    .award-title {
        font-size: 15px;
    }

    .award-meta span {
        font-size: 12px;
    }

    /* Mobile - Stack navigation below title */
    .awards-active .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }

        .awards-active .owl-nav button {
            width: 35px;
            height: 35px;
            font-size: 16px;
        }
}

@media (max-width: 575px) {
    .award-card img {
        height: 160px;
    }

    .award-content {
        padding: 12px;
    }
}

/* ===========================
   CTA SECTION WITH STATS - FIXED ANIMATIONS
   =========================== */

.cta-section {
    position: relative;
    padding: 40px 0;
    background: #f5f5f5;
    background: url(../img/Kiosk-Line-Up.webp?v=cxiEamEffqzqywQ44wAafrFq5mI) center fixed no-repeat;
    background-size: cover;
}

.cta-wrapper {
    background: none;
    padding: 50px 40px;
    border-radius: 10px;
}

/* Statistics Grid - Circular Design */
.stats-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.stat-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: transparent;
    border: 5px solid #e2b923;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 8px 20px rgba(226, 185, 35, 0.3);
    transition: all 0.3s ease;
    animation: stats-float 3s ease-in-out infinite;
}

/* RENAMED ANIMATIONS TO AVOID CONFLICTS */
@keyframes stats-float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes stats-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes stats-pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes stats-glow {
    0%, 100% {
        box-shadow: 0 12px 30px rgba(226, 185, 35, 0.5), 0 0 20px rgba(226, 185, 35, 0.3);
    }

    50% {
        box-shadow: 0 12px 30px rgba(226, 185, 35, 0.8), 0 0 40px rgba(226, 185, 35, 0.6);
    }
}

@keyframes stats-fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #e2b923;
    border-right-color: #e2b923;
    animation: stats-rotate 4s linear infinite;
    opacity: 0.5;
}

/*.stat-circle::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 2px solid #e2b923;
    opacity: 0;
    animation: stats-pulse 2s ease-out infinite;
}
*/
.stat-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(226, 185, 35, 0.5);
    border-color: #d4a617;
    animation: stats-float 3s ease-in-out infinite, stats-glow 1.5s ease-in-out infinite;
}

    .stat-circle:hover::before {
        animation: stats-rotate 2s linear infinite;
    }

/* Number Styling */
.stat-number {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: baseline;
    justify-content: center;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

    .stat-number .counter,
    .stat-number .plus {
        animation: stats-fadeInScale 0.8s ease-out forwards;
    }

    .stat-number .counter {
        color: #e2b923;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }

    .stat-number .plus {
        color: #e2b923;
        font-size: 28px;
        font-weight: 700;
        margin-left: 2px;
    }

.stat-item h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
}

/* Stagger animation for each stat circle */
.stat-item:nth-child(1) .stat-circle {
    animation-delay: 0s;
}

.stat-item:nth-child(2) .stat-circle {
    animation-delay: 0.2s;
}

.stat-item:nth-child(3) .stat-circle {
    animation-delay: 0.4s;
}

.stat-item:nth-child(4) .stat-circle {
    animation-delay: 0.6s;
}

/* CTA Content - One Line Layout */
.cta-content {
    text-align: center;
    padding: 25px 20px;
    border: 2px solid #e2b923;
    border-radius: 8px;
    background: rgba(226, 185, 35, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

    .cta-content h2 {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        font-weight: 600;
    }

.cta-btn {
    display: inline-block;
    background: #e2b923;
    color: #fff;
    padding: 14px 26px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .cta-btn:hover {
        background: #fff;
        color: #083d59;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(226, 185, 35, 0.3);
    }

/* Video Button */
.video-btn-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    background: #e2b923;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

    .video-btn::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid #e2b923;
        border-radius: 50%;
        animation: stats-pulse-ring 2s infinite;
    }

@keyframes stats-pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.video-btn:hover {
    background: #fff;
    color: #e2b923;
    transform: scale(1.1);
}

.video-btn i {
    margin-left: 4px;
}

/* Responsive Styles */
@media (min-width: 1400px) {
    .cta-wrapper {
        padding: 50px 40px;
    }

    .stat-circle {
        width: 140px;
        height: 140px;
    }

        .stat-circle::before {
            width: 120px;
            height: 120px;
        }

    .stat-number .counter {
        font-size: 36px;
    }

    .stat-number .plus {
        font-size: 28px;
    }

    .stat-item h3 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .stats-grid {
        gap: 8px;
    }

    .stat-circle {
        width: 115px;
        height: 115px;
    }

        .stat-circle::before {
            width: 95px;
            height: 95px;
        }

    .stat-number .counter {
        font-size: 28px;
    }

    .stat-number .plus {
        font-size: 22px;
    }

    .stat-item h3 {
        font-size: 10px;
        line-height: 13px;
    }
}

@media (max-width: 1199px) {
    .stats-grid {
        gap: 6px;
    }

    .stat-circle {
        width: 100px;
        height: 100px;
        margin-bottom: 12px;
    }

        .stat-circle::before {
            width: 80px;
            height: 80px;
        }

    .stat-number .counter {
        font-size: 24px;
    }

    .stat-number .plus {
        font-size: 18px;
    }

    .stat-item h3 {
        font-size: 9px;
        line-height: 12px;
    }
}

@media (max-width: 991px) {
    .cta-wrapper {
        padding: 40px 30px;
    }

    .stats-grid {
        justify-content: center;
        margin-bottom: 25px;
        gap: 15px;
    }

    .stat-circle {
        width: 110px;
        height: 110px;
        margin-bottom: 15px;
    }

        .stat-circle::before {
            width: 90px;
            height: 90px;
        }

    .stat-number .counter {
        font-size: 26px;
    }

    .stat-number .plus {
        font-size: 20px;
    }

    .stat-item h3 {
        font-size: 11px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-wrapper {
        padding: 30px 20px;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 25px;
    }

    .stat-circle {
        width: 100px;
        height: 100px;
        margin-bottom: 12px;
    }

        .stat-circle::before {
            width: 80px;
            height: 80px;
        }

    .stat-number .counter {
        font-size: 24px;
    }

    .stat-number .plus {
        font-size: 18px;
    }

    .stat-item h3 {
        font-size: 10px;
        line-height: 13px;
    }
}

@media (max-width: 480px) {
    .stat-circle {
        width: 90px;
        height: 90px;
    }

        .stat-circle::before {
            width: 70px;
            height: 70px;
        }

    .stat-number .counter {
        font-size: 22px;
    }

    .stat-number .plus {
        font-size: 16px;
    }
}

/* ===========================
   New Launches - Glassmorphism Design
   =========================== */
.new-launches-section {
    padding: 60px 0;
    background: linear-gradient(181.07deg, #CFE1FF -5.43%, rgba(255, 255, 255, 0.15) 60.79%);
    position: relative;
    overflow: hidden;
}

    /* Animated background blobs */
    .new-launches-section::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        top: -100px;
        right: -100px;
        animation: float-blob 20s ease-in-out infinite;
    }

    .new-launches-section::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(168, 85, 247, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        bottom: -80px;
        left: -80px;
        animation: float-blob 15s ease-in-out infinite reverse;
    }

@keyframes float-blob {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(50px, -50px) scale(1.1);
    }
}

/* ===========================
   Bento Grid Layout
   =========================== */
.bento-grid-layout {
    display: grid;
    grid-template-columns: 1.4fr 0.5fr 0.5fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 1;
}

/* ===========================
   LARGE LEFT CARD (White Glass)
   =========================== */
.bento-main-card {
    grid-row: 1 / 3;
    grid-column: 1;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 28px;
    padding: 45px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
}

    .bento-main-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
        pointer-events: none;
    }

    .bento-main-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
        border-color: rgba(255, 255, 255, 0.6);
    }

/* Slide Container */
.xip-slide {
    position: absolute;
    inset: 0;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    pointer-events: none;
}

    .xip-slide.xip-slide-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 1;
    }

.xip-content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Liquid Glass Label with Light Gold Background */
.main-card-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: rgba(255, 223, 128, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(184, 134, 11, 0.4);
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 4px 20px rgba(184, 134, 11, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    max-width: fit-content;
}

    /* Liquid flowing animation for label */
    .main-card-label::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(218, 165, 32, 0.3) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
        z-index: -1;
    }

    .main-card-label:hover::before {
        width: 300px;
        height: 300px;
    }

    .main-card-label:hover {
        background: rgba(255, 223, 128, 0.35);
        border-color: rgba(184, 134, 11, 0.6);
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(184, 134, 11, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #996515;
    }

.main-card-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #1d1d1f;
    margin-bottom: 30px;
    max-width: 400px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}

.main-card-3d {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 400px;
    pointer-events: none;
    z-index: 1;
}

.kiosk-3d-model {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
/*    animation: float3d 6s ease-in-out infinite;*/
}

@keyframes float3d {
    0%, 100% {
        transform: translateY(0px) rotate(-2deg);
    }

    50% {
        transform: translateY(-25px) rotate(2deg);
    }
}

/* Shop Button - White Glass Style (two-line) */
.shop-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(29, 29, 31, 0.2);
    border-radius: 12px;
    padding: 10px 20px;
    max-width: 220px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-top: auto;
    text-decoration: none;
}

    .shop-btn:hover {
        background: rgba(255, 255, 255, 0.5);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        border-color: rgba(29, 29, 31, 0.3);
    }

.shop-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(29, 29, 31, 0.6);
    display: block;
    width: 100%;
}

.shop-text {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1f;
    display: block;
    width: 100%;
    margin-top: -5px;
}

.shop-btn i {
    font-size: 18px;
    color: #1d1d1f;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Navigation Dots */
.xip-slide-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.xip-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(29, 29, 31, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .xip-dot:hover {
        background: rgba(29, 29, 31, 0.5);
        transform: scale(1.2);
    }

    .xip-dot.xip-dot-active {
        width: 30px;
        border-radius: 5px;
        background: rgba(29, 29, 31, 0.7);
    }

/* ===========================
   TOP RIGHT CARD (Light Glass - Blog)
   =========================== */
.bento-info-card {
    grid-row: 1;
    grid-column: 2 / 4;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 28px;
    padding: 21px 35px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
}

    .bento-info-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
        pointer-events: none;
    }

    .bento-info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
        border-color: rgba(255, 255, 255, 0.6);
    }

.info-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(29, 29, 31, 0.7);
    display: block;
    margin-bottom: auto;
    position: relative;
    z-index: 2;
}

.info-bottom-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.info-title {
    font-size: 32px;
    font-weight: 700;
    color: #1d1d1f;
    line-height: 1.2;
    margin: 0;
    flex-shrink: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.info-image-right {
    flex-shrink: 0;
    width: 180px;
    height: 180px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

    .info-image-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
    }

.diagonal-arrow {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    background: rgba(29, 29, 31, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
}

    .diagonal-arrow i {
        font-size: 16px;
        color: #ffffff;
        transform: rotate(-45deg);
    }

    .diagonal-arrow:hover {
        background: rgba(226, 185, 35, 0.9);
        transform: rotate(45deg) scale(1.1);
        box-shadow: 0 4px 15px rgba(226, 185, 35, 0.4);
    }

/* ===========================
   BOTTOM LEFT CARD (Light Unique Glass)
   =========================== */
.bento-light-unique-glass {
    grid-row: 2;
    grid-column: 2;
    background: rgba(248, 250, 252, 0.4);
    backdrop-filter: blur(25px) saturate(1.2);
    -webkit-backdrop-filter: blur(25px) saturate(1.2);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 28px;
    padding: 21px 35px 35px;
    position: relative;
    color: #475569;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(100, 116, 139, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(203, 213, 225, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .bento-light-unique-glass::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 80%, rgba(148, 163, 184, 0.3) 0%, transparent 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(236, 242, 255, 0.2) 100%);
        pointer-events: none;
        opacity: 0.8;
    }

    .bento-light-unique-glass::after {
        content: '';
        position: absolute;
        top: 10px;
        right: -20px;
        width: 60px;
        height: 60px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
        border-radius: 50%;
        opacity: 0;
        transition: all 0.4s ease;
    }

    .bento-light-unique-glass:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 20px 60px rgba(100, 116, 139, 0.25), inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 -1px 0 rgba(203, 213, 225, 0.7);
        border-color: rgba(148, 163, 184, 0.9);
    }

        .bento-light-unique-glass:hover::after {
            opacity: 1;
            transform: scale(1.1);
            animation: shimmer 1.5s infinite;
        }

@keyframes shimmer {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.2) rotate(180deg);
    }
}

/* ===========================
   BOTTOM RIGHT CARD (Light Bluish Glass)
   =========================== */
.bento-refined-blue-glass {
    grid-row: 2;
    grid-column: 3;
    background: linear-gradient(145deg, rgba(191, 219, 254, 0.55) 0%, rgba(219, 234, 254, 0.45) 100%), radial-gradient(circle at 25% 20%, rgba(224, 242, 254, 0.7) 0%, transparent 55%);
    backdrop-filter: blur(28px) brightness(1.05);
    -webkit-backdrop-filter: blur(28px) brightness(1.05);
    border: 1px solid rgba(191, 219, 254, 0.8);
    border-radius: 28px;
    padding: 21px 35px 35px;
    position: relative;
    color: #0f172a;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.9), inset 0 2px 10px rgba(255, 255, 255, 0.6), inset 0 -1px 4px rgba(191, 219, 254, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}

    .bento-refined-blue-glass::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(239, 246, 255, 0.9) 0%, rgba(219, 234, 254, 0.55) 40%, rgba(191, 219, 254, 0.4) 100% );
        pointer-events: none;
    }

    .bento-refined-blue-glass::after {
        content: '';
        position: absolute;
        top: 14px;
        right: 24px;
        width: 80px;
        height: 30px;
        background: radial-gradient(ellipse, rgba(255, 255, 255, 0.6) 0%, transparent 70%);
        opacity: 0.75;
        pointer-events: none;
    }

    .bento-refined-blue-glass:hover {
        transform: translateY(-10px) translateZ(15px) rotateX(4deg) scale(1.02);
        box-shadow: 0 28px 72px rgba(30, 64, 175, 0.35), 0 0 0 1px rgba(255, 255, 255, 1), inset 0 3px 14px rgba(255, 255, 255, 0.7), inset 0 -2px 6px rgba(191, 219, 254, 0.55);
        border-color: rgba(147, 197, 253, 0.95);
        background: linear-gradient(145deg, rgba(191, 219, 254, 0.7) 0%, rgba(219, 234, 254, 0.6) 100%), radial-gradient(circle at 20% 15%, rgba(224, 242, 254, 0.8) 0%, transparent 55%);
    }

        .bento-refined-blue-glass:hover::before {
            background: linear-gradient( 135deg, rgba(239, 246, 255, 1) 0%, rgba(219, 234, 254, 0.7) 40%, rgba(191, 219, 254, 0.5) 100% );
        }

        .bento-refined-blue-glass:hover::after {
            opacity: 1;
            transform: scale(1.05) translateX(4px);
        }

/* Shared Styles for Small Cards */
.card-small-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1.4;
    opacity: 0.9;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.card-image-wrapper {
    width: 140px;
    height: auto;
    position: relative;
    z-index: 2;
}

.card-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
    transition: all 0.3s ease;
}

.bento-light-unique-glass:hover .card-image,
.bento-refined-blue-glass:hover .card-image {
    transform: scale(1.1);
}

.card-big-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card-arrow {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgb(218 218 218 / 40%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.bento-light-unique-glass .card-arrow {
    color: #475569;
}

.bento-refined-blue-glass .card-arrow {
    color: #1d1d1f;
}

.card-arrow i {
    font-size: 16px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.card-arrow.paper-plane i {
    transform: rotate(0deg);
}

.card-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

    .card-arrow:hover i {
        transform: rotate(-45deg) translateX(2px);
    }

.card-arrow.paper-plane:hover i {
    transform: translateX(3px) translateY(-3px);
}

/* ===========================
   Liquid Glass Button
   =========================== */
.liquid-glass-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    padding: 12px 24px;
    text-decoration: none;
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    align-self: center;
}

    /* Liquid flowing animation background */
    .liquid-glass-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: radial-gradient(circle, rgb(198 215 237) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
        z-index: -1;
    }

    .liquid-glass-btn:hover::before {
        width: 300px;
        height: 300px;
    }

    .liquid-glass-btn:hover {
        background: rgba(255, 255, 255, 0.5);
        border-color: rgba(163, 230, 53, 0.6);
        transform: translateY(-3px);
        box-shadow: 0 8px 30px rgba(163, 230, 53, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

.btn-text {
    position: relative;
    z-index: 2;
}

.liquid-glass-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.liquid-glass-btn:hover i {
    transform: translateX(4px);
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */

/* Tablet (≤1200px) */
@media (max-width: 1200px) {
    .bento-grid-layout {
        height: 550px;
        grid-template-columns: 1.2fr 0.5fr 0.5fr;
    }

    .main-card-title {
        font-size: 40px;
    }

    .main-card-3d {
        width: 280px;
        height: 100%;
        bottom: 120px;
    }

    .info-image-right {
        width: 150px;
        height: 150px;
    }

    .info-title {
        font-size: 28px;
    }

    .card-big-title {
        font-size: 18px;
    }

    .card-image-wrapper {
        width: 90px;
    }

    .liquid-glass-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

        .liquid-glass-btn i {
            font-size: 13px;
        }

    .main-card-label {
        font-size: 10px;
        padding: 8px 16px;
    }
}

/* Small Tablet (≤992px) */
@media (max-width: 992px) {
    .bento-grid-layout {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
       
        gap: 15px;
    }

    .bento-main-card {
        grid-row: 1;
        grid-column: 1 / 3;
        min-height: 420px !important;
        padding: 30px;
    }

    .bento-info-card {
        grid-row: 2;
        grid-column: 1 / 3;
        min-height: 260px;
        padding: 25px;
    }

    .bento-light-unique-glass {
        grid-row: 3;
        grid-column: 1;
        min-height: 250px;
        padding: 25px;
    }

    .bento-refined-blue-glass {
        grid-row: 3;
        grid-column: 2;
        min-height: 250px;
        padding: 25px;
    }

    .main-card-3d {
        right: 10px;
        top: 0%;
    }

    .info-bottom-content {
        gap: 15px;
    }

    .info-image-right {
        width: 140px;
        height: 140px;
    }

    .card-image-wrapper {
        width: 80px;
    }

    .liquid-glass-btn {
        padding: 12px 22px;
        font-size: 14px;
    }

    .main-card-label {
        font-size: 10px;
        padding: 8px 16px;
    }
}

/* Tablet / Mobile (≤768px) */
@media (max-width: 768px) {

    .new-launches-section {
        padding: 40px 0;
    }

    .bento-grid-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
        padding: 0 15px;
        height: auto;
    }

    .bento-main-card,
    .bento-info-card,
    .bento-light-unique-glass,
    .bento-refined-blue-glass {
        grid-column: 1;
        grid-row: auto;
        min-height: auto;
        padding: 22px;
        align-items: flex-start;
        text-align: left;
    }
    .xip-slide{
        padding:25px;
    }
    /* Content Layout Fix */
    .xip-content-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Title */
    .main-card-title {
        font-size: 26px;
        max-width: 100%;
        margin-bottom: 16px;
        line-height: 1.3;
    }

    /* Image Fix */
    .main-card-3d {
        position: relative;
        width: 100%;
        max-width: 220px;
        margin: 18px auto 0;
        transform: none;
    }

    .kiosk-3d-model {
        width: 100%;
        height: auto;
        max-height: 260px;
        display: block;
    }

    .info-bottom-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 15px;
    }

    .info-image-right {
        width: 100%;
        max-width: 200px;
        height: auto;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

        .info-image-right img {
            max-width: 100%;
            height: auto;
        }

    .info-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .card-big-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .diagonal-arrow,
    .card-arrow {
        width: 36px;
        height: 36px;
        top: 10px;
        right: 10px;
    }

        .card-arrow i {
            font-size: 14px;
        }

    .card-image-wrapper {
        width: 120px;
        margin-bottom: 20px;
    }

    .card-image {
        width: 100%;
        height: auto;
    }

    .liquid-glass-btn {
        padding: 11px 20px;
        font-size: 13px;
        gap: 8px;
    }

        .liquid-glass-btn i {
            font-size: 13px;
        }

    .main-card-label {
        font-size: 9px;
        padding: 7px 14px;
        letter-spacing: 1px;
    }

    .shop-btn {
        margin-top: 20px;
        max-width: 160px;
    }

    .shop-label {
        font-size: 8px;
    }

    .shop-text {
        font-size: 13px;
    }

    .xip-slide-dots {
        bottom: 12px;
    }
}


/* Mobile (≤480px) */
@media (max-width:480px) {

    .new-launches-section {
        padding: 30px 0;
    }

    .bento-grid-layout {
        gap: 12px;
        padding: 0 12px;
    }

    .bento-main-card,
    .bento-info-card,
    .bento-light-unique-glass,
    .bento-refined-blue-glass {
        padding: 18px;
    }

    .main-card-title {
        font-size: 22px;
        max-width: 100%;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    .main-card-3d {
        max-width: 180px;
        margin: 16px auto 0;
    }

    .kiosk-3d-model {
        max-height: 160px;
    }

    .info-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .info-bottom-content {
        gap: 15px;
        margin-top: 12px;
    }

    .info-image-right {
        max-width: 160px;
    }

    .card-big-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .diagonal-arrow,
    .card-arrow {
        width: 32px;
        height: 32px;
        top: 8px;
        right: 8px;
    }

        .diagonal-arrow i,
        .card-arrow i {
            font-size: 14px;
        }

    .liquid-glass-btn {
        padding: 10px 16px;
        font-size: 12px;
        gap: 6px;
    }

        .liquid-glass-btn i {
            font-size: 12px;
        }

    .main-card-label {
        font-size: 8px;
        padding: 6px 12px;
    }

    .shop-label {
        font-size: 7px;
    }

    .shop-text {
        font-size: 12px;
    }

    .shop-btn i {
        font-size: 12px;
    }
}


/* Small Mobile (≤380px) */
@media (max-width:380px) {

    .new-launches-section {
        padding: 25px 0;
    }

    .bento-grid-layout {
        gap: 10px;
        padding: 0 10px;
    }

    .bento-main-card {
        padding: 16px;
    }

    .main-card-title {
        font-size: 20px;
    }

    .main-card-3d {
        max-width: 150px;
    }

    .kiosk-3d-model {
        max-height: 200px;
    }

    .info-title {
        font-size: 20px;
    }

    .card-big-title {
        font-size: 18px;
    }

    .card-image-wrapper {
        width: 90px;
        margin-bottom: 15px;
    }

    .liquid-glass-btn {
        padding: 9px 14px;
        font-size: 11px;
    }

    .shop-btn {
        padding: 6px 12px;
        max-width: 140px;
    }
}


/* Very Small Mobile (≤320px) */
@media (max-width:320px) {

    .new-launches-section {
        padding: 20px 0;
    }

    .bento-grid-layout {
        gap: 8px;
        padding: 0 8px;
    }

    .main-card-title {
        font-size: 18px;
    }

    .main-card-3d {
        max-width: 130px;
    }

    .kiosk-3d-model {
        max-height: 180px;
    }

    .info-title {
        font-size: 18px;
    }

    .card-big-title {
        font-size: 16px;
    }

    .shop-btn {
        padding: 5px 10px;
        max-width: 120px;
    }
}

/* ===========================
   ABOUT XIPHIAS SECTION - ENHANCED LIQUID GLASS - FIXED
   =========================== */

.about-xiptec{
    position: relative;
    padding: 80px 0 25px;
    /* background: linear-gradient(135deg, rgba(226, 185, 35, 0.05) 0%, rgba(8, 61, 89, 0.08) 50%, rgba(226, 185, 35, 0.05) 100%); */
    overflow: hidden;
}

    .about-xiptec::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        /* background: radial-gradient(circle, rgba(226, 185, 35, 0.1) 0%, transparent 70%); */
        animation: float 20s infinite ease-in-out;
        pointer-events: none;
    }

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }

    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

/* Xiphias Glass Wrapper */
.xiphias-glass-wrapper {
    position: relative;
    z-index: 2;
}

/* Left Content Xiphias Glass Effect - ENHANCED */
.xiphias-glass-content-left {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 32px;
    padding: 40px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

    .xiphias-glass-content-left::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent 30%, rgba(226, 185, 35, 0.15) 50%, transparent 70%);
        animation: shimmer 4s infinite;
        pointer-events: none;
    }

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }

    100% {
        transform: translateX(100%) translateY(100%);
    }
}

.xiphias-glass-content-left:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 1), 0 0 0 1px rgba(226, 185, 35, 0.2);
    border-color: rgba(226, 185, 35, 0.4);
    background: rgba(255, 255, 255, 0.85);
}

.xiphias-glass-badge {
    background: linear-gradient(135deg, rgba(226, 185, 35, 0.95) 0%, rgba(8, 61, 89, 0.95) 100%) !important;
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px !important;
    padding: 12px 24px !important;
    box-shadow: 0 6px 20px rgba(226, 185, 35, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

    .xiphias-glass-badge span.text-white {
        display: block; /* Forces span to second line */
        font-weight: 500;
        margin-top: 2px;
    }

    /* Rest of your existing hover effects remain the same */
    .xiphias-glass-badge::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
        transition: left 0.6s;
    }

    .xiphias-glass-badge:hover::before {
        left: 100%;
    }

    .xiphias-glass-badge:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(226, 185, 35, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }
.xiphias-glass-badge {
    display: block !important; /* Hides the entire badge */
}
/* Xiphias Glass Cards - ENHANCED - FIXED HOVER */
.xiphias-glass-card {
    background: linear-gradient(135deg, rgba(226, 185, 35, 0.2) 0%, rgba(255, 255, 255, 0.75) 100%) !important;
    /*    background: rgba(255, 255, 255, 0.75) !important;*/
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 !important;
    transform: translateZ(0);
    will-change: transform;
}

    .xiphias-glass-card img {
        border-radius: 24px 24px 0 0 !important;
        transition: transform 0.6s ease;
        display: block;
    }

    .xiphias-glass-card:hover img {
        transform: scale(1.08);
    }

/* Xiphias Glass Shimmer Effect */
.xiphias-glass-shimmer {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right, transparent 40%, rgba(255, 255, 255, 0.4) 50%, transparent 60%);
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    transition: transform 0.8s;
    pointer-events: none;
    z-index: 1;
}

.xiphias-glass-card:hover .xiphias-glass-shimmer {
    transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* FIXED: Removed scale transform to fix border-radius issue */
.xiphias-glass-card:hover {
    transform: translateY(-12px) translateZ(0);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(226, 185, 35, 0.5) !important;
    background: rgba(255, 255, 255, 0.85) !important;
}

/* Card Variants */
.xiphias-glass-card-accent {
    background: linear-gradient(135deg, rgba(226, 185, 35, 0.2) 0%, rgba(255, 255, 255, 0.75) 100%) !important;
}

.xiphias-glass-card-gradient {
    background: linear-gradient(135deg, rgba(8, 61, 89, 0.2) 0%, rgba(255, 255, 255, 0.75) 100%) !important;
}

.xiphias-glass-card-premium {
    background: linear-gradient(135deg, rgba(226, 185, 35, 0.25) 0%, rgba(8, 61, 89, 0.15) 50%, rgba(255, 255, 255, 0.75) 100%) !important;
}

/* Xiphias Glass Card Link Wrapper - NO UNDERLINES */
.xiphias-glass-card-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

    .xiphias-glass-card-link:hover,
    .xiphias-glass-card-link:focus,
    .xiphias-glass-card-link:active,
    .xiphias-glass-card-link:visited {
        text-decoration: none !important;
        color: inherit;
    }

    /* Remove underlines from all text inside card links */
    .xiphias-glass-card-link h5,
    .xiphias-glass-card-link h6,
    .xiphias-glass-card-link p,
    .xiphias-glass-card-link span,
    .xiphias-glass-card-link div {
        text-decoration: none !important;
    }

    /* Ensure xiphias glass card inherits link behavior */
    .xiphias-glass-card-link .xiphias-glass-card {
        cursor: pointer;
    }

    /* Make sure text colors don't change on hover - keep original colors */
    .xiphias-glass-card-link h5,
    .xiphias-glass-card-link h6,
    .xiphias-glass-card-link p {
        color: inherit;
        transition: color 0.3s ease;
        text-decoration: none !important;
    }

    .xiphias-glass-card-link:hover h5,
    .xiphias-glass-card-link:hover h6 {
        color: #1d1d1f;
        text-decoration: none !important;
    }

    .xiphias-glass-card-link:hover p {
        color: #1d1d1f;
        text-decoration: none !important;
    }

    /* Optional: Add subtle indicator that card is clickable */
    .xiphias-glass-card-link .xiphias-glass-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
        pointer-events: none;
    }

    .xiphias-glass-card-link:hover .xiphias-glass-card::after {
        border-color: rgba(226, 185, 35, 0.3);
    }

    /* Ensure images don't have pointer events conflict */
    .xiphias-glass-card-link img {
        pointer-events: none;
    }

/* Force remove underlines from parent containers */
.single-about-wrapper a {
    text-decoration: none !important;
}

    .single-about-wrapper a:hover,
    .single-about-wrapper a:focus,
    .single-about-wrapper a:active,
    .single-about-wrapper a:visited {
        text-decoration: none !important;
    }

/* NUCLEAR OPTION - Remove ALL underlines */
a.xiphias-glass-card-link,
a.xiphias-glass-card-link *,
a.xiphias-glass-card-link:hover,
a.xiphias-glass-card-link:hover *,
a.xiphias-glass-card-link:focus,
a.xiphias-glass-card-link:focus *,
a.xiphias-glass-card-link:active,
a.xiphias-glass-card-link:active *,
a.xiphias-glass-card-link:visited,
a.xiphias-glass-card-link:visited * {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Xiphias Glass Plus Button - ENHANCED FOR WHITE BG */
.xiphias-glass-plus-btn {
    position: absolute !important;
    top: 7px;
    right: 7px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Enhanced Liquid Glass Effect */
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    /* Stronger border with gradient */
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 15px rgba(226, 185, 35, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.8), inset 0 -1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 50% !important;
    color: #1a1a1a !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    pointer-events: none;
}

    /* Shimmer effect on xiphias glass button */
    .xiphias-glass-plus-btn::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(to bottom right, transparent 30%, rgba(255, 255, 255, 0.5) 50%, transparent 70%);
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        transition: transform 0.6s;
    }

.xiphias-glass-card-link:hover .xiphias-glass-plus-btn::before {
    transform: translateX(100%) translateY(100%) rotate(45deg);
}

.xiphias-glass-card-link:hover .xiphias-glass-plus-btn {
    background: rgba(8, 61, 89, 0.95) !important;
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    transform: rotate(45deg) scale(1.15);
    border-color: rgba(226, 185, 35, 0.6);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(226, 185, 35, 0.4), 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.xiphias-glass-plus-btn i {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.xiphias-glass-card-link:hover .xiphias-glass-plus-btn i {
    transform: rotate(-45deg);
}

/* Xiphias Glass Button - ENHANCED */
.xiphias-glass-btn {
    background: linear-gradient(135deg, rgba(226, 185, 35, 0.9) 0%, rgba(226, 185, 35, 0.95) 100%) !important;
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 50px !important;
    color: #fff !important;
    padding: 18px 36px !important;
    box-shadow: 0 8px 24px rgba(226, 185, 35, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
}

    .xiphias-glass-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .xiphias-glass-btn:hover::before {
        width: 300px;
        height: 300px;
    }

    .xiphias-glass-btn:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(226, 185, 35, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
        color: #fff !important;
        background: linear-gradient(135deg, rgba(226, 185, 35, 1) 0%, rgba(8, 61, 89, 0.95) 100%) !important;
    }

    .xiphias-glass-btn i {
        transition: transform 0.3s ease;
        position: relative;
        z-index: 1;
    }

    .xiphias-glass-btn:hover i {
        transform: translateX(6px);
    }

/* Card Content Styling */
.xiphias-glass-card h5,
.xiphias-glass-card h6 {
    position: relative;
    z-index: 2;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.xiphias-glass-card p {
    position: relative;
    z-index: 2;
}

/* Card Body Padding */
.xiphias-glass-card .card-body {
    padding: 20px !important;
    position: relative;
    z-index: 2;
}

/* Enhanced Xiphias Glass for Images */
.xiphias-glass-card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.02) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .about-xiptec {
        padding: 60px 0 20px;
    }

    .xiphias-glass-content-left {
        padding: 35px !important;
        border-radius: 28px;
        margin-bottom: 30px;
    }

    .xiphias-glass-card {
        margin-bottom: 20px !important;
    }

    .xiphias-glass-badge {
        padding: 8px 18px !important;
        font-size: 12px!important;
        color:#f5f5f7 !important;
    }   
}

@media (max-width: 767px) {
    .about-xiptec {
        padding: 40px 0 20px;
    }

    .xiphias-glass-content-left {
        padding: 25px !important;
        border-radius: 24px;
    }

    .xiphias-glass-card {
        border-radius: 20px !important;
    }

        .xiphias-glass-card img {
            border-radius: 20px 20px 0 0 !important;
        }

    .xiphias-glass-btn {
        width: 100%;
        text-align: center;
        padding: 16px 32px !important;
    }

    .xiphias-glass-plus-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .xiphias-glass-content-left {
        padding: 20px !important;
        border-radius: 20px;
        margin-top:15px;
    }

    .xiphias-glass-card {
        border-radius: 18px !important;
    }

        .xiphias-glass-card img {
            border-radius: 18px 18px 0 0 !important;
        }

    .xiphias-glass-btn {
        padding: 14px 28px !important;
        font-size: 15px;
    }

    .xiphias-glass-plus-btn {
        width: 32px;
        height: 32px;
        font-size: 13px;
        top: 5px;
        right: 5px;
    }
}

/* Additional Xiphias Glass Utilities */
.xiphias-glass-text-overlay {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 8px 16px;
    display: inline-block;
}

.xiphias-glass-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(226, 185, 35, 0.3) 50%, transparent);
    margin: 30px 0;
}

/* Frosted Xiphias Glass Overlay for Dark Backgrounds */
.xiphias-glass-dark {
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

    .xiphias-glass-dark:hover {
        background: rgba(0, 0, 0, 0.4) !important;
        border-color: rgba(226, 185, 35, 0.5) !important;
    }


/* ===========================
   SCROLL TO TOP BUTTON - XIPHIAS GLASS STYLE
   =========================== */

.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Xiphias Glass Effect */
    background: rgba(226, 185, 35, 0.9);
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(226, 185, 35, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Hidden by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px) scale(0.5);
    /* Remove default button styles */
    outline: none;
}

    /* Show button when scrolled */
    .scroll-to-top-btn.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    /* Hover effect */
    .scroll-to-top-btn:hover {
        background: rgba(8, 61, 89, 0.95);
        border-color: rgba(226, 185, 35, 0.8);
        transform: translateY(-5px) scale(1.1);
        box-shadow: 0 12px 32px rgba(226, 185, 35, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    /* Active/Click effect */
    .scroll-to-top-btn:active {
        transform: translateY(-2px) scale(1.05);
    }

/* Pulse animation when first appears */
@keyframes scrollBtnPulse {
    0% {
        box-shadow: 0 8px 24px rgba(226, 185, 35, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    50% {
        box-shadow: 0 12px 32px rgba(226, 185, 35, 0.6), 0 0 20px rgba(226, 185, 35, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 8px 24px rgba(226, 185, 35, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

.scroll-to-top-btn.show {
    animation: scrollBtnPulse 2s ease-in-out 3;
}

/* Icon styling */
.scroll-to-top-btn i {
    transition: transform 0.3s ease;
}

.scroll-to-top-btn:hover i {
    transform: translateY(-3px);
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .scroll-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .scroll-to-top-btn {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/*Inner Pages*/


/* ========================================
   Cookie Consent Banner - XIPHIAS Theme
   ======================================== */

/* Backdrop */
.cookie-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99998;
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Desktop: Bottom aligned card */
.cookie-card {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    width: calc(100% - 40px);
    max-width: 1200px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    animation: bottomZoom 0.5s 0.2s forwards;
    overflow: hidden;
    opacity: 0;
}

@keyframes bottomZoom {
    to {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
}

.cookie-card-inner {
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

/* Header with Icon - STICKY */
.cookie-icon-header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #f5f5f7 0%, #ffffff 100%);
    padding: 20px 35px;
    border-radius: 16px 16px 0 0;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cookie-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e2b923 0%, #c9a31f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(226, 185, 35, 0.3);
}

.cookie-title {
    font-size: 24px;
    font-weight: 700;
    color: #083d59;
}

/* Content wrapper for padding */
.cookie-content {
    padding: 0 35px 35px 35px;
}

/* Description and Actions Container - ONE ROW */
.cookie-description-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.cookie-description {
    flex: 1;
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* Quick Actions - Horizontal Layout */
.quick-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
}

.quick-btn {
    padding: 12px 24px;
    border: 2px solid #e2b923;
    background: white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #083d59;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

    .quick-btn:hover {
        border-color: #e2b923;
        background: rgba(226, 185, 35, 0.1);
        color: #083d59;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(226, 185, 35, 0.3);
    }

    .quick-btn.primary {
        background: linear-gradient(135deg, #e2b923 0%, #c9a31f 100%);
        color: white;
        border-color: transparent;
    }

        .quick-btn.primary:hover {
            background: linear-gradient(135deg, #c9a31f 0%, #b08f1b 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(226, 185, 35, 0.4);
        }

/* Advanced Settings Toggle */
.advanced-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.toggle-link {
    color: #e2b923;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
}

    .toggle-link:hover {
        background: rgba(226, 185, 35, 0.1);
        color: #c9a31f;
    }

.arrow {
    transition: transform 0.3s;
    font-weight: bold;
}

    .arrow.rotate {
        transform: rotate(180deg);
    }

.select-all-link {
    color: #e2b923;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 16px;
    transition: all 0.2s;
}

    .select-all-link:hover {
        color: #c9a31f;
    }

/* Advanced Settings Panel */
.advanced-settings {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

    .advanced-settings.expanded {
        max-height: 600px;
    }

.settings-grid {
    display: grid;
    gap: 15px;
    margin: 20px 0;
}
/* Cookie Category Card */
.category-card {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s;
}

    .category-card:hover {
        border-color: rgba(226, 185, 35, 0.3);
        box-shadow: 0 4px 12px rgba(226, 185, 35, 0.1);
    }

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.category-name {
    font-weight: 700;
    font-size: 16px;
    color: #083d59;
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge {
    background: #e2b923;
    color: white;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

    .badge.required {
        background: #083d59;
    }

/* Modern Toggle Switch */
.switch {
    position: relative;
    width: 52px;
    height: 28px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cbd5e0;
    border-radius: 34px;
    transition: 0.3s;
}

    .switch-slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 3px;
        bottom: 3px;
        background: white;
        border-radius: 50%;
        transition: 0.3s;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

input:checked + .switch-slider {
    background: linear-gradient(135deg, #e2b923 0%, #c9a31f 100%);
}

    input:checked + .switch-slider:before {
        transform: translateX(24px);
    }

input:disabled + .switch-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.category-info {
    font-size: 13px;
    color: #718096;
    line-height: 1.6;
}

/* Footer Links */
.cookie-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

    .footer-navigation a {
        color: #4a5568;
        font-size: 13px;
        text-decoration: none;
        transition: color 0.2s;
    }

        .footer-navigation a:hover {
            color: #e2b923;
        }

.powered-text {
    font-size: 12px;
    color: #a0aec0;
}

/* Large Desktop */
@media only screen and (min-width: 1400px) {
    .cookie-card {
        max-width: 1400px;
    }
}

/* Desktop to Large Tablet */
@media only screen and (max-width: 1200px) {
    .cookie-description-actions {
        gap: 20px;
    }

    .cookie-description {
        font-size: 14px;
    }

    .quick-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Tablet - Stack Description & Actions */
@media only screen and (max-width: 991px) {
    .cookie-card {
        max-width: 95%;
    }

    .cookie-description-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .quick-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .quick-btn {
        flex: 1;
        min-width: 140px;
    }
}

/* Mobile: Full Stack */
@media only screen and (max-width: 768px) {
    .cookie-card {
        bottom: 0;
        left: 0;
        right: 0;
        top: 50%;
        width: 100%;
        max-width: none;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
        animation: slideUpMobile 0.4s 0.2s forwards;
        opacity: 1;
    }

    @keyframes slideUpMobile {
        to {
            transform: translateY(0);
        }
    }

    .cookie-card-inner {
        max-height: 50vh;
    }

    .cookie-icon-header {
        padding: 20px;
        border-radius: 20px 20px 0 0;
    }

    .cookie-content {
        padding: 0 20px 25px 20px;
    }

    .cookie-title {
        font-size: 20px;
    }

    .cookie-description-actions {
        gap: 15px;
    }

    /* Stack buttons vertically on mobile */
    .quick-actions {
        flex-direction: column;
        gap: 10px;
    }

    .quick-btn {
        width: 100%;
        min-width: unset;
        padding: 14px;
    }

    .cookie-footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* Footer navigation links side-by-side and centered */
    .footer-navigation {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .powered-text {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .advanced-toggle {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Small Mobile */
@media only screen and (max-width: 480px) {
    .cookie-icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .cookie-title {
        font-size: 18px;
    }

    .cookie-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .quick-btn {
        padding: 12px;
        font-size: 13px;
    }

    .footer-navigation {
        gap: 8px;
    }

        .footer-navigation a {
            font-size: 12px;
        }
}

/* Custom Scrollbar */
.cookie-card-inner::-webkit-scrollbar {
    width: 6px;
}

.cookie-card-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.cookie-card-inner::-webkit-scrollbar-thumb {
    background: rgba(226, 185, 35, 0.5);
    border-radius: 10px;
}

    .cookie-card-inner::-webkit-scrollbar-thumb:hover {
        background: #e2b923;
    }

/* ========================================
   END: Cookie Consent Banner
   ======================================== */
.autospace-m2 {
    margin: 20px 0 !important;
}


.testimonials .section-wrapper {
    margin: 60px auto 30px;
    padding-bottom: 20px;
    text-align: center;
}

.testimonials .section-title {
    font-family: "Playfair Display",serif;
    font-size: 38px;
    font-weight: 500;
    color: #3a3a35;
    margin-bottom: 8px;
}

    .testimonials .section-title span {
        font-weight: 600;
        color: #2f4738;
    }

.testimonials .rating-row {
    font-size: 15px;
    color: #7a7a72;
    margin-bottom: 6px;
}

.testimonials .stars {
    color: #e8b326;
    letter-spacing: 3px;
    margin-left: 4px;
    margin-right: 4px;
}

.testimonials .review-logos {
    font-size: 14px;
    color: #6b6b63;
}

    .testimonials .review-logos span {
        margin: 0 6px;
        font-weight: 500;
    }

.testimonials .owl-carousel {
    margin-top: 40px;
    padding-bottom: 50px;
}

    .testimonials .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .testimonials .owl-carousel .owl-item {
        transition: transform .3s ease, opacity .3s ease;
        opacity: .65;
    }

        .testimonials .owl-carousel .owl-item.active-highlight {
            transform: translateY(30px) scale(1.05);
            opacity: 1;
            z-index: 2;
        }

.testimonials .card {
    position: relative;
    padding: 28px 24px 26px;
    min-height: 230px;
    background: radial-gradient(circle at top left, rgba(255,255,255,0.55), rgba(255,255,255,0.10));
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.55);
    box-shadow: 0 18px 40px rgba(15,23,42,0.25), inset 0 0 0 1px rgba(255,255,255,0.22);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
}

    .testimonials .card::before {
        content: "";
        position: absolute;
        inset: -40%;
        background: conic-gradient(from 220deg, rgba(255,255,255,0.7), transparent 35%, transparent 70%, rgba(255,255,255,0.4));
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s ease, transform .4s ease;
    }

    .testimonials .card:hover::before {
        opacity: 1;
        transform: translate(3px,-3px);
    }

.testimonials .company-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
    color: #222320;
}

.testimonials .location {
    font-size: 14px;
    color: #5e6158;
    margin-bottom: 18px;
}

.testimonials .video-wrapper {
    position: relative;
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.testimonials .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #fff;
    font-size: 48px;
}

.testimonials .play-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all .3s ease;
}

.testimonials .card:hover .play-icon {
    background: rgba(255,255,255,0.5);
    transform: scale(1.1);
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

    .video-modal.active {
        display: flex;
    }

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.video-modal iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .testimonials .owl-theme .owl-dots {
        display: none !important;
    }

    .testimonials .section-title {
        font-size: 30px;
    }

    .testimonials .card {
        min-height: auto;
    }

    .testimonials .owl-carousel .owl-item.active-highlight {
        transform: translateY(15px) scale(1.02);
    }

    .video-modal iframe {
        height: 300px;
    }
}

.translate-circle-btn {
    width: 36px;
    height: 36px;
    border: 2px solid #e2b923;
    background: #e2b923;
    color: #343a40;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: 0.5rem;
}

    .translate-circle-btn:hover {
        background: #f5f5f7;
        transform: scale(1.05);
        border-color: #495057;
    }

    .translate-circle-btn svg {
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    }

.leadership__image-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.leadership__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: inherit;
}

.leadership-section-row {
    align-items: stretch;
    min-height: 700px;
}

@media (max-width: 991.98px) {
    .col-lg-4 {
        margin-top: 40px;
        justify-content: flex-start !important;
    }

    .leadership__image-wrapper {
        min-height: 300px;
    }
}
/* Support contact block */
.xip-tech-phone-row--support {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .xip-tech-phone-row--support .xip-tech-contact-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .xip-tech-phone-row--support .xip-tech-contact-icon .fa {
            font-size: 18px;
        }

    .xip-tech-phone-row--support .xip-tech-contact-info {
        flex: 1;
    }

    .xip-tech-phone-row--support .xip-tech-inline-content {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

/* Row 1: label only */
.xip-tech-contact-line--support-primary {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.xip-tech-phone-row--support .xip-tech-contact-label {
    font-weight: 600;
}

/* Rows 2 + 3: numbers */
.xip-tech-contact-line--support-secondary {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    font-size: 0.95rem;
}

.xip-tech-phone-row--support .xip-tech-contact-link {
    display: inline-block;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

    .xip-tech-phone-row--support .xip-tech-contact-link:hover {
        text-decoration: underline;
    }

.xip-tech-phone-row--support .xip-tech-contact-separator {
    opacity: 0.7;
}

/* Arrow on the right */
.xip-tech-phone-row--support .xip-tech-arrow-indicator {
    display: flex;
    align-items: center;
    margin-left: auto;
}

    .xip-tech-phone-row--support .xip-tech-arrow-indicator .fa {
        font-size: 14px;
    }
.ibm {
    font-size: 22px;
    text-align: center;
    padding: 20px 20px 10px 20px;
    font-weight: 600;
    background: linear-gradient( 120deg, #9f7a0c 0%, #e1ba21 25%, #fff4c2 50%, #e1ba21 75%, #9f7a0c 100% );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: goldShine 3s linear infinite;
}

@keyframes goldShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

/* Mobile: solid white text, no gradient */
@media (max-width: 768px) {
    .ibm {
        background: rgba(0, 0, 0, 0.5);
        -webkit-background-clip: initial;
        background-clip: initial;
        color: #ffffff;
        animation: none;
        border-radius: 10px;
        padding: 10px 25px;
        justify-content: center;
        align-items: center;
        font-size:16px;
        margin-top:-20px;
    }

    /* wrapper to center on mobile */
    .ibm-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.sub-tagline {
    font-size: 18px;
    font-weight:600;
    color: #083d59;
    line-height:30px;
}


/* ── Top Client Owl Carousel (card-embedded compact) ── */
.top-client-owl-carousel {
    width: 100%;
    min-height: 80px;
    display: block !important; /* ← remove inline-grid debug override */
}

    .top-client-owl-carousel .owl-stage-outer {
        overflow: hidden;
        min-height: 80px;
    }

    .top-client-owl-carousel .owl-item {
        text-align: center;
        min-height: 150px;
    }

/* Individual item */
.top-client-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    min-height: 80px;
}

    .top-client-item img {
        max-height: 180px;
        max-width: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        border: 1px solid rgba(226, 185, 35, 0.1);
        border-radius: 8px; /* ← fixed typo from "boder-radius" */
        transition: all 0.3s ease;
        border-radius:20px !important;
    }

        .top-client-item img:hover {
            border: 1px solid rgba(226, 185, 35, 0.3);
            transform: translateX(-5px);
        }

.sidebar-info {
    border-top: 1px solid #b4b9be;
}


.cta-btn.static-enquire-btn {
    background-color: #ffc800;
    color: #222
}

    .cta-btn.static-enquire-btn:focus, .cta-btn.static-enquire-btn:hover {
        background-color: #e5b400;
        color: #111
    }

.page-wrap {
    background: #f5f5f5;
    padding-bottom: 5rem !important;
}
/* HERO */
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--xstk-plans-accent);
    background: var(--xstk-plans-accent-light);
    border: 1px solid var(--xstk-plans-accent-mid);
    border-radius: var(--xstk-plans-r-full);
    padding: 0.32rem 0.875rem;
}

.hero-title {
    font-family: var(--xstk-plans-font-d);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--xstk-plans-txt);
}

    .hero-title .grad {
        background: linear-gradient(135deg, #e2b923 0%, #c9a510 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.hero-desc {
    font-size: 1rem;
    color: var(--xstk-plans-txt-muted);
    line-height: 1.7;
    max-width: 100%;
    text-align:center;
    margin-inline: auto;
}

/* PLAN CARD — flex column so button sticks to bottom */
.card-plan {
    position: relative;
    background: var(--xstk-plans-card);
    border: 1.5px solid var(--xstk-plans-border);
    border-radius: var(--xstk-plans-r-2xl);
    padding: 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05), 0 4px 16px rgba(0,0,0,0.04);
    transition: transform var(--xstk-plans-tr-slow), box-shadow var(--xstk-plans-tr-slow);
    overflow: hidden;
}

    .card-plan:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.06);
    }

/* grow spacer pushes button to bottom */
.card-body-grow {
    flex: 1;
}

/* Featured — gold */
.card-plan.feat {
    border-color: var(--xstk-plans-accent);
    border-width: 2px;
    box-shadow: 0 0 0 4px rgba(226,185,35,0.1), 0 8px 32px rgba(226,185,35,0.15);
}

    .card-plan.feat:hover {
        box-shadow: 0 0 0 4px rgba(226,185,35,0.15), 0 16px 48px rgba(226,185,35,0.2);
    }

/* Platinum */
.card-plan.platinum {
    border-color: #a8a9ad;
    border-width: 2px;
    background: linear-gradient(160deg, #f8f8f8 0%, #ffffff 40%, #f0f0f2 100%);
    box-shadow: 0 0 0 4px rgba(168,169,173,0.1), 0 8px 32px rgba(168,169,173,0.18);
}

    .card-plan.platinum:hover {
        box-shadow: 0 0 0 4px rgba(168,169,173,0.16), 0 16px 48px rgba(168,169,173,0.26);
    }

    .card-plan.platinum .most-popular-bar {
        background: linear-gradient(90deg, #8e8e93 0%, #aeaeb2 40%, #8e8e93 100%);
    }

    .card-plan.platinum .plan-name,
    .card-plan.platinum .plan-name {
        color: #1c1c1e;
    }
    .card-plan hr {
        margin-top: 5px 0px 20px !important;
    }
.card-plan.platinum .plan-div {
    border-color: #424242 !important;
}

    .card-plan.platinum .feat-section-label {
        color: #3a3a3c;
    }

    .card-plan.platinum .bi-check-circle-fill {
        color: #636366 !important;
    }

/* Top banner */
.most-popular-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--xstk-plans-accent);
    color: #1a1a2e;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.45rem 0;
}

.card-plan.platinum .most-popular-bar {
    color: #fff;
}

/* Plan badge */
.plan-badge {
    display: inline-flex;
    width: fit-content;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0.22rem 0.7rem;
    border-radius: var(--xstk-plans-r-full);
}

.pb-free {
    color: rgba(0,160,100,1);
    background: rgba(0,200,130,0.1);
    border: 1px solid rgba(0,200,130,0.25);
}

.pb-pro {
    color: #92700a;
    background: var(--xstk-plans-accent-light);
    border: 1px solid var(--xstk-plans-accent-mid);
}

.pb-ent {
    color: #5a5a5e;
    background: #f0f0f2;
    border: 1px solid #d1d1d6;
}

.plan-name {
    font-family: var(--xstk-plans-font-d);
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--xstk-plans-txt);
}

.plan-desc {
    font-size: 0.875rem;
    color: var(--xstk-plans-txt-muted);
    line-height: 1.55;
}

/* Divider */
.plan-div {
    border: none;
    border-top: 1px solid #424242;
}

/* Feature list */
.feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

    .feat-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        font-size: 0.875rem;
        color: var(--xstk-plans-txt-muted);
        line-height: 1.5;
    }

        .feat-list li .bi {
            font-size: 1rem;
            flex-shrink: 0;
            margin-top: 0.08rem;
        }

        .feat-list li .bi-check-circle-fill {
            color: var(--xstk-plans-accent);
        }

        .feat-list li.no {
            color: var(--xstk-plans-txt-faint);
            text-decoration: line-through;
        }

            .feat-list li.no .bi {
                color: var(--xstk-plans-txt-faint);
            }

.feat-section-label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--xstk-plans-txt);
}

/* Buttons — always at bottom */
.btn-plan {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.72rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background var(--xstk-plans-tr), transform var(--xstk-plans-tr), box-shadow var(--xstk-plans-tr);
}

.btn-outline-plan {
    background: transparent;
    background: var(--xstk-plans-accent-light);
    color: #92700a;
}

    .btn-outline-plan:hover {
        color: #92700a;
        border: 1.5px solid var(--xstk-plans-accent);
        transform: translateY(-1px);
    }

.btn-solid-plan {
    background: var(--xstk-plans-accent);
    color: #1a1a2e;
    box-shadow: 0 4px 16px rgba(226,185,35,0.35);
}

    .btn-solid-plan:hover {
        background: #c9a510;
        transform: translateY(-1px);
        box-shadow: 0 6px 22px rgba(226,185,35,0.45);
        color: #1a1a2e;
    }

.btn-platinum {
    background: linear-gradient(135deg, #9b9b9f 0%, #7c7c80 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(120,120,128,0.3);
}

    .btn-platinum:hover {
        background: linear-gradient(135deg, #7c7c80 0%, #636366 100%);
        transform: translateY(-1px);
        box-shadow: 0 6px 22px rgba(120,120,128,0.4);
        color: #fff;
    }

/* SCROLL REVEAL */
.fade-in {
    opacity: 1;
}

@supports (animation-timeline: scroll()) {
    .fade-in {
        opacity: 0;
        animation: revealFade linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 70%;
    }
}

@keyframes revealFade {
    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .card-plan:hover {
        transform: none;
    }
}
.cap-card {
    background: #f0f0ff;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08), inset 0 0 10px rgba(255, 255, 255, 0.6);
}

.ai-custom-btn {
    background: #e2b923;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
}

    .ai-custom-btn:hover,
    .ai-custom-btn:focus {
        background: #212529;
        color: #fff;
        text-decoration: none;
    }
.cust-title {
    font-size: 22px !important;
    font-weight: 700;
    color: #1d1d1f;
    line-height: 1.3;
}
.nova-modal-shell {
    background: rgba(0, 0, 0, 0.45);
}
    .nova-modal-shell .modal-content{
        width:100%!important;
        min-width:100%;
    }
    .nova-modal-card {
        position: relative;
        background: #ffffff;
        border: 2px solid #c9a34e !important;
        border-radius: 24px;
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
        overflow: hidden;
        color: #1f1f1f;
    }

.nova-modal-top,
.nova-modal-main {
    padding-left: 2rem;
    padding-right: 2rem;
}

.nova-modal-top {
    padding-top: 2rem;
    padding-bottom: 0;
}

.nova-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff8ea;
    border: 1px solid #e2c680;
    font-size: 13px;
    font-weight: 600;
    color: #9b7223;
}

.nova-modal-heading {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #1d1d1d;
}

.nova-modal-text {
    margin: 0;
    color: #7a7a7a;
    font-size: 15px;
}

.nova-dismiss-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff8ea;
    border: 1px solid #d8b66a;
    opacity: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

    .nova-dismiss-btn:hover {
        background-color: #f8eed7;
        border-color: #c9a34e;
    }

.nova-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #3a3120;
    font-weight: 600;
}

.nova-field {
    position: relative;
}

    .nova-field > i {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        color: #b38728;
        font-size: 15px;
        pointer-events: none;
    }

.nova-field-textarea > i {
    top: 18px;
    transform: none;
}

.nova-control {
    min-height: 56px;
    padding-left: 46px;
    border: 1px solid #e4d3ab;
    border-radius: 14px;
    background: #ffffff;
    color: #1f1f1f;
    box-shadow: none;
    transition: all .3s ease;
}

    .nova-control:focus {
        background: #fffdf8;
        border-color: #c9a34e;
        color: #1f1f1f;
        box-shadow: 0 0 0 4px rgba(201, 163, 78, 0.16);
    }

    .nova-control::placeholder {
        color: #9d9d9d;
    }

    .nova-control option {
        color: #1f1f1f;
    }

.nova-notes {
    min-height: 130px;
    padding-top: 16px;
}

.nova-checklist-wrap {
    margin-bottom: 4px;
}

.nova-checklist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nova-check-option {
    display: block;
    margin: 0;
    cursor: pointer;
}

.nova-check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nova-check-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid #e7d6a8;
    border-radius: 16px;
    background: #fffaf0;
    transition: all .3s ease;
}

.nova-check-option:hover .nova-check-card {
    background: #fff7e8;
    border-color: #c9a34e;
    transform: translateY(-1px);
}

.nova-check-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    border: 1.5px solid #c9a34e;
    background: #ffffff;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .25s ease;
}

.nova-check-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #3a3120;
}

.nova-check-input:checked + .nova-check-card {
    background: #fff6df;
    border-color: #c9a34e;
    box-shadow: 0 10px 22px rgba(183, 138, 42, 0.10);
}

    .nova-check-input:checked + .nova-check-card .nova-check-icon {
        background: linear-gradient(135deg, #b78a2a, #d4af57);
        border-color: #b78a2a;
        color: #ffffff;
        box-shadow: 0 8px 18px rgba(183, 138, 42, 0.18);
    }

.nova-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.nova-privacy-note {
    font-size: 14px;
    color: #7a7a7a;
}

.nova-submit-btn {
    padding: 14px 26px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #b78a2a, #d4af57);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(183, 138, 42, 0.18);
    transition: all .3s ease;
}

    .nova-submit-btn:hover {
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(183, 138, 42, 0.24);
    }

@media (max-width: 991.98px) {
    .nova-checklist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .nova-modal-top, .nova-modal-main {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .nova-modal-heading {
        font-size: 24px;
    }

    .nova-dismiss-btn {
        top: 14px;
        right: 14px;
    }

    .nova-checklist-grid {
        grid-template-columns: 1fr;
    }

    .nova-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .nova-submit-btn {
        width: 100%;
    }
}
.process-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 40px;
}

/* Card */
.process-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    background: #F5F5F7;
    background: linear-gradient(#F5F5F7, #F5F5F7) padding-box, linear-gradient(135deg, #D4AF37, #F4E18C, #B8860B) border-box;
    border: 1px solid transparent;
    border-radius: 24px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all .35s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 1px 2px rgba(0,0,0,.03), 0 8px 30px rgba(0,0,0,.05);
}

    /* Gold Accent Line */
    .process-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 24px;
        width: 70px;
        height: 4px;
        border-radius: 20px;
        background: linear-gradient( 90deg, #D4AF37, #F4E18C, #D4AF37 );
    }

    /* Shine Effect */
    .process-card::before {
        content: "";
        position: absolute;
        top: -120%;
        left: -120%;
        width: 250%;
        height: 250%;
        background: linear-gradient( 120deg, transparent 35%, rgba(255,255,255,.55) 50%, transparent 65% );
        transform: rotate(25deg);
        transition: all .9s ease;
        pointer-events: none;
    }

    .process-card:hover::before {
        left: 100%;
    }

    /* Hover */
    .process-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 10px 30px rgba(212,175,55,.15), 0 20px 60px rgba(0,0,0,.08);
    }

/* Step Number */
.step-no {
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: #d7d7dc;
    line-height: 1;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

/* Title */
.process-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 12px;
    min-height: 42px;
}

/* Description */
.process-card p {
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* CTA Button */
.process-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 8px 14px;
    width: fit-content;
    background: #212529;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #212529;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

    /* CTA Hover */
    .process-card a:hover {
        background: #D4AF37;
        color: #212529;
        border-color: #D4AF37;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(212,175,55,.25);
    }

/* Floating Animation */
@keyframes floatCard {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0);
    }
}

.process-card:nth-child(1) {
    animation: floatCard 5s ease-in-out infinite;
}

.process-card:nth-child(2) {
    animation: floatCard 5s ease-in-out infinite .5s;
}

.process-card:nth-child(3) {
    animation: floatCard 5s ease-in-out infinite 1s;
}

.process-card:nth-child(4) {
    animation: floatCard 5s ease-in-out infinite 1.5s;
}

/* Tablet */
@media (max-width: 991px) {
    .process-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-card {
        min-height: 260px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .process-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .process-card {
        min-height: auto;
        padding: 20px;
    }

    .step-no {
        font-size: 30px;
    }

    .process-card h4 {
        min-height: auto;
        font-size: 15px;
    }

    .process-card p {
        font-size: 13px;
    }

    .process-card a {
        width: 100%;
    }
}
