/* =====================================================
   KALAPREMI INDUSTRIES — FRONTEND STYLES
   Blue & White Theme | Bootstrap 5 Base
   ===================================================== */

:root {
    --primary: #0B3D91;
    --primary-dark: #072b66;
    --primary-light: #1a56c4;
    --primary-pale: #E8F0FE;
    --accent: #FF6B35;
    --white: #ffffff;
    --light: #F8FAFF;
    --text: #1a2035;
    --text-muted: #6c757d;
    --border: #E5EAF0;
    --radius: 12px;
    --shadow: 0 4px 24px rgba(11, 61, 145, .10);
    --shadow-lg: 0 12px 48px rgba(11, 61, 145, .15);
    --transition: all .3s ease;
}

/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--text);
}

a {
    color: var(--primary);
    transition: var(--transition);
}

a:hover {
    color: var(--primary-light);
}

img {
    max-width: 100%;
    height: auto;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/* ===== PRELOADER ===== */
#preloader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity .5s ease;
}

#preloader.hide {
    opacity: 0;
    pointer-events: none;
}

.preloader-inner {
    text-align: center;
}

.preloader-logo img {
    height: 60px;
    margin-bottom: 1.5rem;
}

.preloader-bar {
    width: 200px;
    height: 4px;
    background: #e0e7ff;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto;
}

.preloader-progress {
    height: 100%;
    width: 0;
    background: var(--primary);
    border-radius: 2px;
    animation: loadBar 1.2s ease forwards;
}

@keyframes loadBar {
    to {
        width: 100%;
    }
}

/* ===== TOP BAR ===== */
.topbar {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, .8);
    font-size: .8rem;
}

.topbar-info a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: var(--transition);
}

.topbar-info a:hover {
    color: #fff;
}

.social-links a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    font-size: .85rem;
    transition: var(--transition);
}

.social-links a:hover {
    color: #fff;
}

/* ===== NAVBAR ===== */
#mainNav {
    background: #fff;
    border-bottom: 1px solid var(--border);
    /* padding: .6rem 0; */
    transition: var(--transition);
}

#mainNav.scrolled {
    box-shadow: 0 4px 24px rgba(11, 61, 145, .12);
    /* padding: .4rem 0; */
}

.navbar-brand img {
    transition: var(--transition);
}

.brand-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--primary);
    margin-left: .5rem;
}

.nav-link {
    color: var(--text) !important;
    font-weight: 500;
    font-size: .9rem;
    padding: .5rem .75rem !important;
    border-radius: 6px;
    transition: var(--transition);
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
    background: var(--primary-pale);
}

.btn-nav-cta {
    background: var(--primary);
    color: #fff !important;
    border-radius: 8px;
    padding: .5rem 1.25rem !important;
    font-weight: 600;
    font-size: .875rem;
}

.btn-nav-cta:hover {
    background: var(--primary-dark);
    color: #fff !important;
    transform: translateY(-1px);
}

.dropdown-menu {
    border: none;
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius);
    padding: .5rem;
    min-width: 220px;
}

.dropdown-item {
    border-radius: 6px;
    font-size: .875rem;
    padding: .5rem .75rem;
    transition: var(--transition);
}

.dropdown-item:hover {
    background: var(--primary-pale);
    color: var(--primary);
}

/* Offcanvas Sidebar Styles */
@media (max-width: 991.98px) {
    .offcanvas-end {
        width: 280px;
        border-left: none;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
    }
    
    .offcanvas-header {
        padding: 1.5rem;
    }
    
    .offcanvas-body {
        padding: 1.5rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.8rem 1rem !important;
        margin-bottom: 0.25rem;
        border-radius: 8px;
        font-size: 1rem;
    }
    
    .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 1.5rem;
        background: transparent;
    }
    
    .navbar-nav .dropdown-item {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
}

/* Navbar toggler button */
.navbar-toggler {
    border: none;
    padding: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-pale);
    border-radius: 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

/* Use Bootstrap's default SVG icon, tinted to primary */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230B3D91' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 22px;
    height: 17px;
}

/* Desktop nav: always visible on lg+ */
@media (min-width: 992px) {
    #desktopNav {
        display: flex !important;
    }
}

/* ===== SECTION LABELS & HEADERS ===== */
.section-label {
    display: inline-block;
    background: var(--primary-pale);
    color: var(--primary);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .3rem .85rem;
    border-radius: 100px;
    margin-bottom: .75rem;
}

.section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: .75rem;
    color: var(--text);
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 650px;
    margin: 0 auto;
}

.section-header {
    max-width: 700px;
    margin: 0 auto;
}

/* ===== BANNER SLIDER ===== */
.banner-slider-section {
    position: relative;
    overflow: hidden;
}

.bannerSwiper {
    width: 100%;
    height: 85svh;
    /* height: 100svh; */
    min-height: 500px;
    max-height: 900px;
}

/* Image wrapper — fills slide on desktop */
.banner-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Slide background image — desktop: full cover */
.banner-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.06);
    transition: transform 8s ease;
}

.swiper-slide-active .banner-slide-img {
    transform: scale(1);
}

.swiper-slide {
    background: #0d0d0d;
}

/* Mobile text strip below image */
.banner-mobile-text {
    display: none;
    background: #0d1a2e;
    padding: 1rem 1.25rem 1.25rem;
}

.banner-mobile-title {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.banner-mobile-desc {
    font-size: .82rem;
    color: rgba(255, 255, 255, .75);
    line-height: 1.6;
    margin: 0;
}

/* Dark gradient overlay */
.banner-slide-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        160deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.50) 60%,
        rgba(0, 0, 0, 0.30) 100%
    ); */
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.0) 60%);
}

/* Content container */
.banner-slide-content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 60px;
}

.banner-slide-row {
    min-height: calc(100svh - 160px);
}

/* Badge */
.banner-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: .45rem 1.1rem;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.banner-title {
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 1.1rem;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .3);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .65s ease .1s, transform .65s ease .1s;
}

.banner-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .85);
    max-width: 580px;
    line-height: 1.75;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s ease .2s, transform .65s ease .2s;
}

.banner-btns {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease .35s, transform .6s ease .35s;
}

/* Animate-in state */
.banner-animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* CTA buttons */
.btn-banner-primary {
    padding: .75rem 2rem;
    border-radius: 50px;
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    transition: all .25s;
}

.btn-banner-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(11, 61, 145, .35);
}

.btn-banner-secondary {
    padding: .75rem 2rem;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .7);
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    transition: all .25s;
}

.btn-banner-secondary:hover {
    background: rgba(255, 255, 255, .15);
    border-color: #fff;
    color: #fff;
    transform: translateY(-2px);
}

/* Navigation arrows */
.banner-nav-btn {
    width: 48px !important;
    height: 48px !important;
    background: rgba(255, 255, 255, .1) !important;
    border: 1.5px solid rgba(255, 255, 255, .3) !important;
    border-radius: 50% !important;
    color: #fff !important;
    backdrop-filter: blur(6px);
    transition: all .2s !important;
}

.banner-nav-btn:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.banner-nav-btn::after {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
    color: #fff !important;
}

.swiper-button-prev.banner-nav-btn::after {
    content: '\f053' !important;
}

.swiper-button-next.banner-nav-btn::after {
    content: '\f054' !important;
}

/* Pagination dots */
.banner-pagination {
    bottom: 24px !important;
}

.banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    transition: all .25s;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 30px;
    border-radius: 5px;
}

/* Stats bar */
.banner-stats-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5, 20, 60, .85);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, .1);
    z-index: 10;
    padding: 1rem 0;
}

.banner-stats-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.banner-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem 2.5rem;
    color: #fff;
}

.banner-stat-num {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.banner-stat-label {
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .6);
    margin-top: .2rem;
}

.banner-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .18);
    flex-shrink: 0;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 6s ease;
}

.swiper-slide-active img {
    transform: scale(1);
}

@media (max-width: 991.98px) {
    /* ── Mobile banner: stacked layout (image on top, text strip below) ── */
    /* Swiper fade makes all slides position:absolute inside the wrapper.
       We must give everything explicit heights — no height:auto.
       We do NOT change display on .swiper-slide to avoid breaking Swiper's
       internal fade transitions (which caused blank slides 2 & 3). */

    /* Total swiper height = image (41.67vw) + text strip (120px) */
    .bannerSwiper {
        height: calc(41.67vw + 120px) !important;
        min-height: 220px !important;
        max-height: none !important;
    }

    /* Wrapper and slides must match — no flex, no auto */
    .bannerSwiper .swiper-wrapper,
    .bannerSwiper .swiper-slide {
        height: calc(41.67vw + 120px) !important;
    }

    /* Image section: absolutely pinned to top of slide, 1920×800 ratio */
    .banner-img-wrap {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 41.67vw !important;
        padding-top: 0 !important;
        overflow: hidden;
    }

    /* Image fills wrapper */
    .banner-slide-img {
        position: absolute !important;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: none !important;
        transition: none !important;
    }

    .swiper-slide-active .banner-slide-img {
        transform: none !important;
    }

    /* Overlay stays inside image area (already scoped by parent) */
    .banner-slide-overlay {
        /* background: linear-gradient(160deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,.1) 100%); */
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.0) 60%);
    }

    /* Desktop text — hidden */
    .banner-slide-content {
        display: none !important;
    }

    /* Text strip: absolutely pinned just below the image */
    .banner-mobile-text {
        display: block !important;
        position: absolute !important;
        top: 41.67vw !important;
        left: 0 !important;
        right: 0 !important;
        height: 120px !important;
        bottom: auto !important;
        background: #0d1a2e;
        padding: .75rem 1.25rem;
        overflow: hidden;
    }

    /* Pagination dots appear inside the image, just above the text strip */
    .banner-pagination {
        bottom: calc(120px + 8px) !important;
    }

    /* Hide nav arrows */
    .banner-nav-btn {
        display: none !important;
    }

    /* Stats bar */
    .banner-stat-item {
        padding: .5rem 1rem;
    }

    .banner-stat-num {
        font-size: 1.25rem;
    }

    .banner-stat-divider {
        height: 28px;
    }
}

/* ===== HERO (fallback) ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #0B3D91;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/hero-bg.jpg') center/cover no-repeat;
    opacity: .15;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7, 43, 102, .97) 0%, rgba(11, 61, 145, .85) 60%, rgba(26, 86, 196, .75) 100%);
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .06em;
    padding: .35rem 1rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
    backdrop-filter: blur(4px);
}

.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    color: #fff;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

.text-highlight {
    background: linear-gradient(135deg, #7eb8ff, #a5c8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    color: rgba(255, 255, 255, .8);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 560px;
}

.btn-hero-primary {
    background: #fff;
    color: var(--primary);
    border: none;
    border-radius: 8px;
    padding: .85rem 2rem;
    font-weight: 700;
    font-size: .95rem;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(255, 255, 255, .2);
}

.btn-hero-primary:hover {
    background: var(--primary-pale);
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-hero-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 8px;
    padding: .85rem 2rem;
    font-weight: 600;
    font-size: .95rem;
    transition: var(--transition);
    backdrop-filter: blur(4px);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .8);
    color: #fff;
    transform: translateY(-2px);
}

.hero-stats {
    margin-top: 2rem;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.hero-stat-label {
    display: block;
    font-size: .75rem;
    color: rgba(255, 255, 255, .65);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .2rem;
}

.hero-image-wrapper {
    position: relative;
}

.hero-img {
    border-radius: 20px;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .4));
}

.hero-float-card {
    position: absolute;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: .6rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--text);
    box-shadow: var(--shadow-lg);
    animation: floatCard 4s ease-in-out infinite;
}

.hero-float-card-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s;
}

.hero-float-card-2 {
    bottom: 15%;
    right: -5%;
    animation-delay: 2s;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.wheel {
    width: 3px;
    height: 8px;
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    animation: scroll 1.6s ease infinite;
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(12px);
    }
}

/* ===== MARQUEE ===== */
.marquee-strip {
    background: var(--primary);
    overflow: hidden;
    padding: .75rem 0;
}

.marquee-track {
    display: flex;
    gap: 3rem;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee-track span {
    color: rgba(255, 255, 255, .85);
    font-size: .875rem;
    font-weight: 500;
    flex-shrink: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== ABOUT STRIP ===== */
.about-image-grid {
    position: relative;
    overflow: hidden;
}

.about-badge-box {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.about-badge {
    background: var(--primary);
    color: #fff;
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.about-badge-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.about-badge-label {
    display: block;
    font-size: .75rem;
    font-weight: 500;
    opacity: .85;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin-top: 1.25rem;
}

.about-feat-item {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.about-feat-item i {
    color: var(--primary);
    font-size: 1rem;
    flex-shrink: 0;
}

.about-feat-item span {
    font-size: .9rem;
    color: var(--text);
}

/* ===== CATEGORY CARDS ===== */
.cat-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 1.1rem 1.25rem;
    text-decoration: none;
    color: var(--text);
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.cat-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
    transform: translateY(-3px);
    color: var(--primary);
}

.cat-icon {
    width: 48px;
    height: 48px;
    background: var(--primary-pale);
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.cat-card:hover .cat-icon {
    background: var(--primary);
    color: #fff;
}

.cat-title {
    margin: 0;
    font-size: .95rem;
    font-weight: 600;
}

.cat-count {
    margin: 0;
    font-size: .8rem;
    color: var(--text-muted);
}

.cat-arrow {
    margin-left: auto;
    color: var(--text-muted);
    font-size: .9rem;
    transition: var(--transition);
}

.cat-card:hover .cat-arrow {
    color: var(--primary);
    transform: translateX(4px);
}

/* ===== PRODUCT CARDS ===== */
.product-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.product-card-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--light);
}

.product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.product-card:hover .product-card-img img {
    transform: scale(1.06);
}

.product-badge {
    position: absolute;
    top: .75rem;
    left: .75rem;
    background: var(--primary);
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    padding: .25rem .65rem;
    border-radius: 100px;
}

.product-card-body {
    padding: 1.1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.4;
}

.product-desc {
    font-size: .82rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
    flex: 1;
}

/* ── Hoosier-style dual action buttons on product cards ── */
.product-card-actions {
    display: flex;
    border-top: 1px solid var(--border);
    margin: auto -1.1rem -1.1rem;
}

.product-action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .72rem 1rem;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #fff;
    text-decoration: none;
    background: var(--primary);
    transition: background .18s, color .18s;
    gap: .4rem;
}

.product-action-btn.brochure {
    color: var(--text);
    background: #FFF;
}

.product-action-btn i {
    font-size: .7rem;
    opacity: .6;
    transition: transform .18s, opacity .18s;
}

.product-action-btn:hover {
    background: var(--primary);
    color: #fff;
}

.product-action-btn:hover i {
    opacity: 1;
    transform: translateX(3px);
}

.product-action-btn+.product-action-btn {
    border-left: 1px solid var(--border);
}

.product-action-btn.brochure:hover {
    background: #dc2626;
    color: #fff;
}

/* ===== WHY US CARDS ===== */
.why-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius);
    padding: 1.75rem;
    transition: var(--transition);
}

.why-card:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .25);
    transform: translateY(-3px);
}

.why-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1.1rem;
}

.why-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.why-desc {
    color: rgba(255, 255, 255, .75);
    font-size: .875rem;
    margin: 0;
}

/* ===== INDUSTRY CHIPS ===== */
.industry-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem .75rem;
    text-decoration: none;
    color: var(--text);
    text-align: center;
    font-size: .78rem;
    font-weight: 600;
    transition: var(--transition);
}

.industry-chip:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.industry-chip i {
    font-size: 1.5rem;
    color: var(--primary);
    transition: var(--transition);
}

.industry-chip:hover i {
    color: #fff;
}

/* ===== BLOG CARDS ===== */
.blog-card {
    background: #fff;
    border-radius: var(--radius);
    border: 1.5px solid var(--border);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
    border-color: var(--primary);
}

.blog-card-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: var(--light);
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.06);
}

.blog-cat-badge {
    position: absolute;
    bottom: .75rem;
    left: .75rem;
    background: var(--primary);
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    padding: .25rem .65rem;
    border-radius: 100px;
}

.blog-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    gap: 1rem;
    font-size: .75rem;
    color: var(--text-muted);
    margin-bottom: .75rem;
}

.blog-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .6rem;
    line-height: 1.45;
}

.blog-title a {
    color: var(--text);
    text-decoration: none;
}

.blog-title a:hover {
    color: var(--primary);
}

.blog-excerpt {
    font-size: .85rem;
    color: var(--text-muted);
    flex: 1;
    margin-bottom: 1rem;
}

.blog-read-more {
    color: var(--primary);
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
}

.blog-read-more:hover {
    color: var(--primary-light);
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: var(--light);
}

.cta-box {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
    border-radius: 20px;
    padding: 3rem;
    color: #fff;
}

.cta-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: #fff;
    margin-bottom: .5rem;
}

.cta-subtitle {
    color: rgba(255, 255, 255, .8);
    font-size: .95rem;
    margin: 0;
}

.btn-cta {
    background: #fff;
    color: var(--primary);
    border-radius: 8px;
    padding: .75rem 1.75rem;
    font-weight: 700;
    border: none;
    transition: var(--transition);
}

.btn-cta:hover {
    background: var(--primary-pale);
    transform: translateY(-2px);
}

.btn-cta-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 8px;
    padding: .75rem 1.75rem;
    font-weight: 600;
    transition: var(--transition);
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, .1);
    border-color: #fff;
    color: #fff;
}

/* ===== PAGE BANNER ===== */
.page-banner {
    padding: 4rem 0;
}

.banner-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

/* ===== PRODUCT LISTING SIDEBAR ===== */
.product-sidebar {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
}

.sidebar-title {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--text-muted);
    margin-bottom: .85rem;
}

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

.category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem .75rem;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text);
    font-size: .875rem;
    transition: var(--transition);
}

.category-list li a:hover,
.category-list li a.active {
    background: var(--primary-pale);
    color: var(--primary);
}

.category-list .count {
    background: var(--border);
    color: var(--text-muted);
    font-size: .7rem;
    padding: .15rem .45rem;
    border-radius: 100px;
    font-weight: 600;
}

/* ===== PRODUCT GALLERY ===== */
.main-image {
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--light);
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid var(--border);
    transition: var(--transition);
}

.gallery-thumb.active,
.gallery-thumb:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.share-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-pale);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: .85rem;
    transition: var(--transition);
}

.share-btn:hover {
    background: var(--primary);
    color: #fff;
}

.product-tabs .nav-link {
    color: var(--text-muted);
    font-weight: 500;
}

.product-tabs .nav-link.active {
    color: var(--primary);
    font-weight: 600;
    border-bottom: 2px solid var(--primary);
}

/* ===== FOOTER ===== */
.footer {
    background: #0a1628;
    color: rgba(255, 255, 255, .75);
}

.footer-top {
    padding: 4rem 0;
}

/* .footer-brand img { filter: brightness(10); } */
.footer-brand img {
    filter: brightness(2);
}

.footer-about {
    font-size: .875rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, .65);
    max-width: 340px;
}

.footer-title {
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 1rem;
}

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

.footer-links li {
    margin-bottom: .5rem;
}

.footer-links li a {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    font-size: .875rem;
    transition: var(--transition);
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 4px;
}

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

.footer-contact li {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: .85rem;
    font-size: .875rem;
    color: rgba(255, 255, 255, .65);
}

.footer-contact li i {
    color: var(--primary-light);
    margin-top: .2rem;
    flex-shrink: 0;
    width: 14px;
}

.footer-contact a {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
    background: rgba(0, 0, 0, .25);
    padding: 1.25rem 0;
    font-size: .8rem;
    color: rgba(255, 255, 255, .5);
}

.footer-bottom-links {
    font-size: .78rem;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: color .2s;
}

.footer-bottom-links a:hover {
    color: #fff;
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .75);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: .85rem;
    transition: var(--transition);
}

.social-btn:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition);
    z-index: 800;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(11, 61, 145, .4);
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

/* ===== CONTACT ===== */
.map-section iframe {
    width: 100%;
    border-radius: 0;
}

/* ===== LAZY IMAGES ===== */
img.lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

img.lazy.loaded {
    opacity: 1;
}

/* ===== LAZY OBSERVER FIX ===== */
img[data-src] {
    filter: blur(5px);
    transition: filter .4s, opacity .4s;
}

/* ===== UTILITIES ===== */
.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 8px;
    font-weight: 600;
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    border-radius: 8px;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

/* ===== INDUSTRY CARDS ===== */
.industry-card {
    display: block;
    text-decoration: none;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    background: #000;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.industry-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.industry-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
    filter: brightness(.7);
}

.industry-card:hover .industry-card-img img {
    transform: scale(1.07);
    filter: brightness(.6);
}

.industry-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1.25rem;
    /* background: linear-gradient(to top, rgba(0,0,0,.8) 0%, transparent 60%); */
}

.industry-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: .75rem;
}

.industry-card-name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.industry-card-count {
    font-size: .78rem;
    color: rgba(255, 255, 255, .75);
}

/* ===== INDUSTRY DETAIL ===== */
.industry-banner {
    background: linear-gradient(135deg, #0B3D91, #1a56c4);
    padding: 5rem 0;
}

.industry-content {
    font-size: .95rem;
    line-height: 1.9;
    color: var(--text);
}

.industry-stat-card {
    background: var(--primary-pale);
    border-radius: var(--radius);
    padding: 1.5rem;
    text-align: center;
}

.industry-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
}

.industry-stat-label {
    font-size: .8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ===== ABOUT PAGE STYLES ===== */
.about-stat-box {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 1.1rem;
    text-align: center;
}

.about-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.1;
}

.about-stat-label {
    font-size: .8rem;
    color: var(--text-muted);
    margin-top: .2rem;
}

.vmv-card {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid var(--border);
    padding: 2rem;
    height: 100%;
}

.vmv-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.vmv-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .75rem;
}

.vmv-text {
    color: var(--text-muted);
    font-size: .9rem;
    margin: 0;
    line-height: 1.7;
}

/* ===== BLOG DETAIL ===== */
.blog-banner {
    background: linear-gradient(135deg, #0B3D91, #1a56c4);
    padding: 5rem 0;
}

.blog-banner-cat {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 100px;
    padding: .3rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-banner-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.blog-banner-meta {
    color: rgba(255, 255, 255, .8);
    font-size: .875rem;
}

.blog-content {
    font-size: 1rem;
    line-height: 2;
    color: var(--text);
}

.blog-content h2,
.blog-content h3 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: var(--text-primary);
}

.blog-content p {
    margin-bottom: 1.25rem;
}

.blog-content img {
    border-radius: var(--radius);
    margin: 1.5rem 0;
    max-width: 100%;
}

.blog-content ul,
.blog-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog-content li {
    margin-bottom: .5rem;
}

.blog-share {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.blog-share-btn {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: .85rem;
    font-weight: 600;
    transition: var(--transition);
}

.blog-author-card {
    background: var(--primary-pale);
    border: 1.5px solid #bfdbfe;
    border-radius: var(--radius);
    padding: 1.5rem;
}

/* ===== CONTACT PAGE ===== */
.contact-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--primary-pale);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.contact-label {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--text-muted);
}

.contact-value {
    font-size: .9rem;
    color: var(--text);
    font-weight: 500;
}

/* .banner-section {
    height: 350px; 
    background-size: cover;
    background-position: center;
} */
.banner-section {
    position: relative;
    height: 260px !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.8));
    top: 0;
    left: 0;
}



/* ===== RESPONSIVE ===== */
/* Banner: tablet (768–1199px) — still cover, reduce height */
@media (max-width: 1199px) and (min-width: 992px) {
    .bannerSwiper {
        height: 75vh;
        min-height: 420px;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 85vh;
    }

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

    .about-badge-box {
        display: none;
    }

    .cta-box {
        padding: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-cta {
        flex-direction: column;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        gap: 1.5rem;
    }

    .hero-stat-number {
        font-size: 1.5rem;
    }
}


