/* Dark Theme Redesign based on Mockups */
html,
body {
    overflow-x: clip !important;
}

body#default_theme {
    background-color: #000 !important;
    color: #fff;
    font-family: 'Inter', 'Roboto', sans-serif;
}

/* Header Adjustments */
.header_style_1 .header_top {
    background-color: #0a0a0a !important;
    border-bottom: 1px solid #222;
}

.header_style_1 .header_bottom {
    background-color: #111 !important;
}

.header_bottom.fixed {
    background-color: rgba(17, 17, 17, 0.95) !important;
    backdrop-filter: blur(10px);
}

.header_style_1 .menu_side ul li a {
    color: #ccc !important;
}

.header_style_1 .menu_side ul li a:hover,
.header_style_1 .menu_side ul li a.active {
    color: #fff !important;
}

.topbar-hightlight {
    color: #aaa !important;
}

.topbar-label i {
    color: #aaa !important;
}

.make_appo a {
    color: #ccc !important;
}

/* Hero Section */
.dark-hero-section {
    background-color: #000;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-skeleton-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.1));
}

.hero-product-card {
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none !important;
}

.hero-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.05);
    background-color: #222;
}

.hero-product-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
}

.hero-product-card h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.hero-product-card p {
    margin: 0;
    font-size: 12px;
    color: #888;
}

/* Light Section: Features */
.features-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    color: #000;
}

.features-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

.feature-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background-color: #f0f4f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #0f234b;
    font-size: 24px;
}

.feature-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(to bottom, #f8f9fa 0%, #111 100%);
    padding: 80px 0;
}

.contact-form-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.contact-form-container .form-control {
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.contact-form-container .form-control:focus {
    border-color: #0f234b;
    box-shadow: 0 0 0 0.2rem rgba(15, 35, 75, 0.1);
}

.btn-primary-custom {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #333;
    color: #fff;
}

.contact-text-side {
    padding-right: 40px;
    color: #111;
}

.contact-text-side h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.contact-text-side p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info-item i {
    font-size: 20px;
    color: #0f234b;
    margin-right: 15px;
    margin-top: 5px;
}

.contact-info-item div h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #111;
}

.contact-info-item div p {
    color: #666;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Footer Adjustments */
.footer_style_2 {
    background-color: #0a0a0a !important;
    padding: 60px 0 20px !important;
    border-top: 1px solid #222;
}

.footer_style_2 .main-heading h2 {
    color: #fff;
}

.footer-menu li a {
    color: #aaa !important;
    transition: color 0.3s ease;
}

.footer-menu li a:hover {
    color: #fff !important;
}

.footer-text-color {
    color: #aaa !important;
}

.cprt {
    background-color: #050505 !important;
    border-top: 1px solid #1a1a1a;
    padding: 20px 0;
}

.cprt p {
    color: #777;
}

/* Floating Header */
.floating-header {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.floating-navbar {
    background: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 6px 32px;
    width: 90%;
    max-width: 1100px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.floating-center-logo img,
.floating-navbar .logo img {
    height: 120px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.floating-center-logo img:hover,
.floating-navbar .logo img:hover {
    transform: scale(1.04);
}

.nav-links-left ul,
.nav-links-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}

.nav-links-left ul li a,
.nav-links-right ul li a {
    color: #555 !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
    white-space: nowrap;
}

.nav-links-left ul li a:hover,
.nav-links-right ul li a:hover,
.nav-links-left ul li a.active,
.nav-links-right ul li a.active {
    color: #1a498b !important;
    border-bottom: 2px solid #1a498b;
    padding-bottom: 4px;
}

.cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f1f4f8;
    color: #555;
    border: 1px solid #eaeaea;
    text-decoration: none;
    position: relative;
    transition: transform 0.2s, background-color 0.3s;
    flex-shrink: 0;
}

.cart-btn:hover {
    transform: scale(1.08);
    background-color: #e6edf6;
    color: #1a498b;
}

.cart-btn .cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #0f234b;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════════
   NEW HERO SECTION  (.nh-*)  — matches screenshot exactly
   ═══════════════════════════════════════════════════════════════════ */

/* ── SECTION SHELL ──────────────────────────────────────────────── */
.nh-hero {
    position: relative;
    background-color: #050505;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Subtle dot-grid background (matching screenshot) */
.nh-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
    z-index: 0;
}

/* Ambient left glow (blue tint matching screenshot) */
.nh-hero::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -5%;
    width: 55%;
    height: 120%;
    background: radial-gradient(ellipse 70% 70% at 30% 50%,
        rgba(30,30,30,0.55) 0%,
        rgba(15,15,15,0.2) 60%,
        transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* ── CONTAINER: Two-column grid ─────────────────────────────────── */
.nh-container {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 56px;
    align-items: center;
    padding: 130px 0 70px;      /* top accounts for fixed navbar */
    min-height: 100vh;
    box-sizing: border-box;
}

/* ═══════════════════════════════════════════════════════════════════
   LEFT COLUMN
   ═══════════════════════════════════════════════════════════════════ */
.nh-left {
    display: flex;
    flex-direction: column;
}

/* Eyebrow */
.nh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.nh-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3a8ef6;
    box-shadow: 0 0 10px rgba(58,142,246,0.8);
    flex-shrink: 0;
    animation: nh-dot-pulse 2.2s ease-in-out infinite;
}

@keyframes nh-dot-pulse {
    0%, 100% { box-shadow: 0 0 6px rgba(58,142,246,0.6); }
    50%       { box-shadow: 0 0 16px rgba(58,142,246,1); }
}

.nh-eyebrow span:last-child {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #3a8ef6;
    font-family: 'Inter', sans-serif;
}

/* Title */
.nh-title {
    font-size: clamp(2.6rem, 4.2vw, 4.4rem);
    font-weight: 700;
    line-height: 1.05;
    color: #ffffff;
    letter-spacing: -1.5px;
    margin: 0 0 24px 0;
    font-family: 'Inter', sans-serif;
}

.nh-title-blue {
    /* Exact blue from screenshot */
    color: #3a8ef6;
    display: block;
}

/* Description */
.nh-desc {
    font-size: 15px;
    color: #8095b5;
    line-height: 1.7;
    margin: 0 0 36px 0;
    max-width: 420px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Buttons */
.nh-btn-row {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.nh-btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #2563eb;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
    box-shadow: 0 6px 24px rgba(37,99,235,0.4);
    white-space: nowrap;
}

.nh-btn-solid:hover {
    background: #1d4ed8;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 10px 32px rgba(37,99,235,0.55);
    color: #fff;
    text-decoration: none;
}

.nh-btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 13px 26px;
    background: transparent;
    color: #c5d3e8;
    border: 1.5px solid rgba(197,211,232,0.35);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nh-btn-ghost:hover {
    background: rgba(197,211,232,0.1);
    border-color: rgba(197,211,232,0.65);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Stats Row */
.nh-stats {
    display: flex;
    align-items: center;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.09);
    padding-top: 30px;
}

.nh-stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-right: 28px;
}

.nh-stat-num {
    font-size: 1.65rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.5px;
    font-family: 'Inter', sans-serif;
}

.nh-stat-lbl {
    font-size: 10px;
    color: #5a6e90;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.nh-stat-sep {
    width: 1px;
    height: 34px;
    background: rgba(255,255,255,0.1);
    margin-right: 28px;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   RIGHT COLUMN — CAROUSEL
   ═══════════════════════════════════════════════════════════════════ */
.nh-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The rounded card */
.nh-carousel {
    position: relative;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #111111;
    aspect-ratio: 4 / 3.2;
    max-height: 500px;
    box-shadow:
        0 30px 80px rgba(0,0,0,0.6),
        0 0 0 1px rgba(255,255,255,0.06),
        inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Track (slides container) */
.nh-track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Each slide */
.nh-slide {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nh-slide.active {
    display: flex;
}

/* Slide transition animations */
.nh-slide.nh-in-right {
    display: flex;
    animation: nhInRight 0.5s cubic-bezier(0.4,0,0.2,1) forwards;
}
.nh-slide.nh-in-left {
    display: flex;
    animation: nhInLeft 0.5s cubic-bezier(0.4,0,0.2,1) forwards;
}
.nh-slide.nh-out-left {
    display: flex;
    animation: nhOutLeft 0.5s cubic-bezier(0.4,0,0.2,1) forwards;
}
.nh-slide.nh-out-right {
    display: flex;
    animation: nhOutRight 0.5s cubic-bezier(0.4,0,0.2,1) forwards;
}

@keyframes nhInRight  { from { transform: translateX(100%); opacity: 0.5; } to { transform: translateX(0); opacity: 1; } }
@keyframes nhInLeft   { from { transform: translateX(-100%); opacity: 0.5; } to { transform: translateX(0); opacity: 1; } }
@keyframes nhOutLeft  { from { transform: translateX(0); opacity: 1; } to { transform: translateX(-100%); opacity: 0.5; } }
@keyframes nhOutRight { from { transform: translateX(0); opacity: 1; } to { transform: translateX(100%); opacity: 0.5; } }

/* Slide image */
.nh-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Caption pill (e.g. "Volar") */
.nh-caption {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(5,12,30,0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #e8eef8;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.14);
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    pointer-events: none;
}

/* No banner placeholder */
.nh-no-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2a3a5c;
    gap: 12px;
}
.nh-no-banner i { font-size: 44px; opacity: 0.4; }
.nh-no-banner p { font-size: 14px; color: #2a3a5c; }

/* Slide counter (top-right: "03 / 07") */
.nh-counter {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 20;
    background: rgba(5,12,30,0.55);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
}
.nh-counter-sep { opacity: 0.4; }

/* Arrows */
.nh-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(5,12,30,0.6);
    border: 1.5px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: all 0.25s ease;
    outline: none;
}

.nh-arrow:hover {
    background: rgba(37,99,235,0.75);
    border-color: rgba(58,142,246,0.5);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 4px 18px rgba(37,99,235,0.45);
}

.nh-prev { left: 14px; }
.nh-next { right: 14px; }

/* Dot indicators */
.nh-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 20;
}

.nh-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    transition: all 0.3s ease;
}

.nh-dot.active {
    width: 26px;
    border-radius: 4px;
    background: #3a8ef6;
    box-shadow: 0 0 8px rgba(58,142,246,0.6);
}

.nh-dot:hover:not(.active) {
    background: rgba(255,255,255,0.55);
    transform: scale(1.15);
}


/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════ */

/* Large desktops */
@media (max-width: 1400px) {
    .nh-container { gap: 44px; }
}

/* Tablets — stack vertically */
@media (max-width: 991px) {
    .nh-container {
        grid-template-columns: 1fr;
        padding: 110px 0 60px;
        gap: 44px;
        min-height: auto;
    }
    .nh-left {
        order: 2;
        text-align: center;
        align-items: center;
    }
    .nh-right {
        order: 1;
    }
    .nh-eyebrow { justify-content: center; }
    .nh-desc   { max-width: 540px; }
    .nh-btn-row { justify-content: center; }
    .nh-stats  { justify-content: center; }
    .nh-stat   { align-items: center; }
    .nh-carousel { max-height: 380px; }
    .nh-review-cta { bottom: 20px; right: 20px; }
}

/* Mobile */
@media (max-width: 767px) {
    .nh-container {
        width: 95%;
        padding: 100px 0 50px;
        gap: 36px;
    }
    .nh-title {
        font-size: clamp(2rem, 8.5vw, 3rem);
        letter-spacing: -1px;
    }
    .nh-desc { font-size: 14px; }
    .nh-btn-row { flex-direction: column; gap: 10px; width: 100%; }
    .nh-btn-solid, .nh-btn-ghost { width: 100%; justify-content: center; }
    .nh-stats { flex-wrap: wrap; gap: 18px; }
    .nh-stat-sep { display: none; }
    .nh-stat { padding: 0; align-items: center; min-width: 70px; }
    .nh-carousel { max-height: 300px; }
    .nh-arrow  { width: 36px; height: 36px; font-size: 11px; }
    .nh-review-cta { font-size: 11px; padding: 9px 16px; }
}

/* Small phones */
@media (max-width: 480px) {
    .nh-title { font-size: clamp(1.8rem, 9vw, 2.4rem); }
    .nh-carousel { max-height: 240px; border-radius: 16px; aspect-ratio: 16/10; }
    .nh-review-cta { bottom: 14px; right: 14px; font-size: 10px; }
}

/* ── keep the old .dark-hero-section so other pages that still reference it don't break ── */

        justify-content: center;
        align-items: center;
    }

    .hero-left-text {
        transform: none;
        align-self: center;
        text-align: center;
        margin-top: 100px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-right-text {
        align-self: center;
        margin-bottom: 50px;
        text-align: center;
        margin-top: auto;
    }

    /* nav-links hidden by default on mobile — toggled via JS / responsive-neo.css */
}

/* ─── Tablet: 768-991px ─── */
@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }

    .card-wide {
        grid-column: 1 / -1 !important;
    }

    .card-narrow {
        grid-column: span 1 !important;
    }

    .card-small {
        grid-column: span 1 !important;
    }
}

/* Features Section Re-design */
.features-section {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.feature-card-new {
    background: #fff;
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.feature-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.card-wide {
    grid-column: span 4;
}

.card-narrow {
    grid-column: span 2;
}

.card-small {
    grid-column: span 2;
}

/* Tablet & Mobile features grid */
@media (max-width: 767px) {
    .features-grid {
        grid-template-columns: 1fr !important;
    }

    .card-wide,
    .card-narrow,
    .card-small {
        grid-column: 1 / -1 !important;
    }

    .feature-card-new {
        padding: 24px 20px !important;
    }

    .feature-card-new h4 {
        font-size: 1.2rem !important;
    }
}

.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    background: #eef5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0077b6;
    transition: all 0.3s ease;
}

.feature-card-new:hover .icon-circle {
    background: #0077b6;
    color: #ffffff;
}

.card-tag {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-card-new h4 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.feature-card-new p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

/* Contact Section Re-design */
.contact-section-new {
    background-color: #f4f4f4;
    padding: 60px 0 100px;
}

.contact-text-side-new h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.contact-text-side-new .desc {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    max-width: 400px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.icon-circle-small {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    margin-right: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.contact-label {
    font-size: 10px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.contact-item h5 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1.5;
}

.contact-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.form-tabs {
    display: flex;
    background: #f4f4f4;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 30px;
}

.tab-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.tab-btn:hover {
    color: #888 !important;
    text-decoration: none !important;
}

.tab-btn.active {
    background: #fff;
    color: #222;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.custom-input {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s;
}

.custom-input:focus {
    outline: none;
    border-color: #aaa;
}

.btn-submit-dark {
    width: 100%;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 18px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: background 0.3s;
}

.btn-submit-dark:hover {
    background: #333;
}

/* Bottom Static Navbar Replica */
.bottom-navbar-container {
    background: linear-gradient(to bottom, #f4f4f4 0%, #d4d4d4 100%);
    padding-bottom: 40px;
    position: relative;
    z-index: 20;
}

.bottom-static {
    position: relative;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Dark Footer */
.dark-footer {
    background-color: #050505 !important;
    padding: 80px 0 0 !important;
    border-top: none;
    color: #aaa;
}

.footer-desc {
    font-size: 13px;
    line-height: 1.8;
    color: #777;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #aaa;
    margin-right: 10px;
    font-size: 14px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background: #333;
    color: #fff;
}

.footer-title {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links li a {
    color: #aaa !important;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: #fff !important;
}

.catalog-card {
    background: #111;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #1a1a1a;
}

.catalog-card h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.catalog-card p {
    font-size: 12px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-download-pdf {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #111 !important;
    padding: 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: background 0.3s;
}

.btn-download-pdf:hover {
    background: #eee;
}

.app-links {
    display: flex;
    gap: 15px;
}

.app-links img {
    height: 35px;
}

.dark-footer .cprt {
    background: #000 !important;
    padding: 20px 0;
    margin-top: 60px;
    border-top: 1px solid #111;
}

.dark-footer .cprt p {
    margin: 0;
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
}

.privacy-link {
    font-size: 11px;
    color: #555 !important;
    text-transform: uppercase;
    text-decoration: none;
}

.privacy-link:hover {
    color: #888 !important;
}

@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .card-wide,
    .card-narrow,
    .card-small {
        grid-column: span 1;
    }

    .bottom-navbar-container {
        display: none;
    }
}

/* =========================================
   CERTIFICATES PAGE SPECIFIC CSS
   ========================================= */

/* Hero Section */
.cert-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #f8fafc;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    /* Light, professional overlay */
    z-index: 1;
}

.cert-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.cert-tagline {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #1a498b;
    /* Neo Surgical Blue */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.cert-title {
    font-size: 4rem;
    font-weight: 300;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cert-title span {
    font-weight: 700;
}

.cert-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

/* Global Section Headings */
.accreditations-section,
.digital-library-section {
    background-color: #f8fafc;
    /* Changed to light background */
    padding: 100px 0;
}

.section-tagline {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #1a498b;
    /* Neo Surgical Blue */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-title-dark {
    font-size: 3rem;
    font-weight: 300;
    color: #111;
    margin: 0;
    letter-spacing: -1px;
}

.section-title-dark strong {
    font-weight: 600;
}

.heading-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    text-align: right;
    margin: 0;
}

/* Accreditations Grid */
.accreditation-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.certificate-card {
    width: calc(33.333% - 27px);
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.certificate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.cert-img-container {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #f8fafc;
    border-radius: 12px;
    padding: 15px;
}

.cert-img-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.cert-info h5 {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

/* Digital Product Library Grid */
.library-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.library-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.library-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.lib-icon-top {
    width: 35px;
    height: 35px;
    background: #f1f5f9;
    color: #ef4444;
    /* PDF Red */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.lib-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

.lib-content p {
    font-size: 11px;
    color: #777;
    margin: 0;
}

.lib-icon-bottom {
    margin-top: 25px;
    width: 35px;
    height: 35px;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 12px;
    transition: all 0.3s;
    text-decoration: none;
}

.lib-icon-bottom:hover {
    background: #1a498b;
    color: #fff;
    border-color: #1a498b;
}

/* Responsive tweaks for Certificates */
@media (max-width: 991px) {
    .cert-title {
        font-size: 3rem;
    }

    .heading-desc {
        text-align: left;
        margin-top: 15px;
    }

    .library-grid {
        grid-template-columns: 1fr;
    }

    .accreditation-grid .certificate-card {
        width: 100%;
    }
}

/* =========================================
   HOMEPAGE STICKY SCROLL SHOWCASE
   ========================================= */
.category-showcase-section {
    display: flex;
    background-color: #050505;
    color: #fff;
    min-height: 100vh;
}

.showcase-left {
    width: 50%;
    position: relative;
}

.sticky-image-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

#skeleton-canvas {
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
}

.showcase-right {
    width: 50%;
    padding: 100px 80px 100px 40px;
}

.category-scroll-block {
    margin-bottom: 150px;
    min-height: 80vh;
    /* ensure enough scroll space per section */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.category-desc {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 85%;
}

.product-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.product-card {
    background: #1e1e1e;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product-img-top {
    background: #f8f9fa;
    padding: 20px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img-top img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-info-bottom {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.product-info-bottom h5 {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
}

.btn-add-cart {
    background: #2a2a2a;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-add-cart:hover {
    background: #444;
    color: #fff;
}

.btn-explore-category {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid #333;
    transition: all 0.3s;
    align-self: flex-start;
}

.btn-explore-category:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 991px) {
    .category-showcase-section {
        flex-direction: column;
    }

    .showcase-left {
        width: 100%;
        height: 50vh;
    }

    .sticky-image-container {
        height: 50vh;
    }

    .showcase-right {
        width: 100%;
        padding: 50px 20px;
    }

    .product-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .product-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* Home Page Resume Upload Zone */
.resume-upload-zone-home {
    border: 2px dashed #cbd5e1;
    border-radius: 15px;
    background: #f8fafc;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.25s ease;
}

.resume-upload-zone-home .upload-text {
    font-size: 14px;
    color: #64748b !important;
    font-weight: 500;
    transition: all 0.25s ease;
}

.resume-upload-zone-home .upload-icon {
    font-size: 18px;
    color: #94a3b8 !important;
    transition: all 0.25s ease;
}

.resume-upload-zone-home:hover {
    border-color: #0077b6 !important;
    background: #f0f9ff !important;
}

.resume-upload-zone-home:hover .upload-text {
    color: #0077b6 !important;
}

.resume-upload-zone-home:hover .upload-icon {
    color: #0077b6 !important;
}