/* customer.css file styles */
/* website footer styles */
 .site-footer{background:#0b2436;color:#e6f0f2;padding:48px 0;font-size:14px}
    .site-footer a{color:#cce7ff}
    .site-footer .footer-title{font-weight:700;margin-bottom:8px}
    .footer-accordion .item{border-bottom:1px solid rgba(255,255,255,0.06);padding:12px 0;cursor:pointer}
    .footer-accordion .content{display:none;padding:8px 0;color:#d8eefc}
    .newsletter-success{display:none;margin-top:10px}
    #backToTop{position:fixed;right:18px;bottom:18px;background:#611ca1;color:#fff;border:none;padding:10px 12px;border-radius:6px;box-shadow:0 6px 18px rgba(2,6,23,.2);display:none;z-index:999}
    @media(max-width:767px){.site-footer{font-size:13px;padding:32px 0}}

      .hero-banner{ background: linear-gradient(180deg,#f7f9fc 0,#f4f7fe 100%); }
  .hero-image{ width:100%; height:350px; object-fit:cover; border-radius:6px; box-shadow:0 12px 30px rgba(2,6,23,0.08); }
  @media(max-width:767px){ .hero-image{ height:320px; } .hero-banner .display-3{ font-size:1.75rem; } }

/* Frontend product card styles and hero layout */
.navbar.fixed-top { z-index: 2000; background: #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }

body.frontend { padding-top: 70px; background: #F4F7FE; }
.hero { padding: 60px 0; background-color: #F4F7FE !important; }
.container.front {padding: 10px; border-radius: 12px; }
.product-card { border-radius: 12px; overflow: hidden; transition: 0.3s; }
.product-img { height: 220px; position:relative; background:#f8f9fa; overflow:hidden; display:block; }
.product-img a.product-link, .product-img img { display:block; width:100%; height:100%; }
.product-img img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; display:block; margin:0; transition:opacity .25s ease, transform .25s ease; }
.product-title { font-size:14px; overflow:hidden; }
.product-link { text-decoration:none; color:inherit; display:block; width:100%; height:100%; }
.product-img .primary-img { z-index:2; opacity:1; }

.navbar-light .navbar-brand {
    color: #7358b9 !important;
}

@media (max-width:576px){
    .product-img { height:160px; }
}
.nav-link {
    border-radius: 12px !important;
}
.nav-link:hover {
    background: linear-gradient(135deg, #5E60CE, #7F53AC) !important;
    color: #fff !important;
}
.nav-link.active {
    background: linear-gradient(135deg, #5E60CE, #7F53AC) !important;
    color: #fff !important;
}
.breadcrumb {
    background-color: #F4F7FE !important;
}
a {
    color: #7F53AC;
}
.btn-create {
    background: linear-gradient(135deg, #5E60CE, #7F53AC) !important;
    color: #fff !important;
    border: none;
    border-radius: 12px;
    padding: 7px 15px;
    margin-bottom: 7px;
}
.list-group-item.active {
    background: linear-gradient(135deg, #5E60CE, #7F53AC) !important;
    border-color: #7F53AC !important;
    color: #fff !important;
}


/* ============================
frontend.css file styles
=============================== */
.about-text-color {
  color: #7358b9 !important;
}
.about-bg-color {
  background-color: #7358b9 !important;
}
.feature-card,
.about-card {
    transition: all .3s ease;
}
.about-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(115,88,185,.15) !important;
}
.brand-icon {
    color: #7358b9;
}
.about-brand-text {
    color: #7358b9;
}
.stats-card{
    padding: 25px 15px;
    border-radius: 16px;
    transition: 0.3s ease;
}
.stats-card i{
    color: #fff;
    opacity: 0.9;
}
.stats-card:hover{
    transform: translateY(-6px);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.social-icon{
    transition: 0.3s ease;
}
.social-icon:hover{
    color: #7358b9 !important;
    transform: translateY(-3px);
}

/* Custom premium responsive navbar styling */
.navbar {
    padding: 12px 0;
    transition: all 0.3s ease;
}

/* User account dropdown custom styling for desktop */
@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        border: none;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 0, 0, 0.05);
        padding: 8px;
        margin-top: 10px;
        animation: navDropdownFade 0.2s ease;
    }
    .navbar-nav .dropdown-item {
        border-radius: 8px;
        padding: 8px 16px;
        transition: all 0.2s ease;
        font-weight: 500;
    }
    .navbar-nav .dropdown-item:hover {
        background-color: rgba(115, 88, 185, 0.08);
        color: #7358b9;
    }
}

@keyframes navDropdownFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Collapsed mobile viewport styling */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        padding: 20px;
        margin-top: 10px;
        border: 1px solid rgba(115, 88, 185, 0.1);
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }

    .navbar-nav .nav-link {
        border-radius: 10px !important;
        padding: 10px 16px !important;
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 15px;
        transition: all 0.25s ease;
    }

    /* Override large desktop gradient hover blocks on mobile */
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background: rgba(115, 88, 185, 0.08) !important;
        color: #7358b9 !important;
        padding-left: 24px !important;
    }

    /* Guest auth buttons styling for mobile */
    .navbar-collapse .navbar-auth {
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        margin-top: 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        padding-top: 16px;
    }
    .navbar-collapse .navbar-auth .nav-item {
        flex: 1;
        max-width: 160px;
    }
    .navbar-collapse .navbar-auth .btn-create {
        margin: 0 !important;
        width: 100%;
        display: block;
        text-align: center;
        padding: 9px 16px !important;
        border-radius: 10px !important;
        font-weight: 600;
        font-size: 14px;
        box-shadow: 0 4px 12px rgba(115, 88, 185, 0.15);
    }

    /* User account dropdown collapsed view adjustments */
    .navbar-collapse .dropdown-menu {
        background: #f8fafc;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 12px;
        box-shadow: none;
        padding: 6px;
        margin-top: 6px;
        border-left: 4px solid #7358b9;
    }
    .navbar-collapse .dropdown-item {
        border-radius: 8px;
        padding: 8px 16px;
        font-weight: 500;
    }
}

/* Product Details Page */
/* Elegant back button styling */
.btn-back-custom {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 30px;
    padding: 6px 18px 6px 8px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
}
.btn-back-custom:hover {
    color: #5E60CE;
    background: #ffffff;
    transform: translateX(-4px);
    box-shadow: 0 8px 25px rgba(94, 96, 206, 0.15);
    text-decoration: none;
}
.btn-back-custom .icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5E60CE, #7F53AC);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: transform 0.3s ease;
    font-size: 12px;
}
.btn-back-custom:hover .icon-circle {
    transform: scale(1.08);
}
.btn-back-text {
    font-size: 14px;
    letter-spacing: 0.2px;
}

/* Product card and layouts */
.product-details-card {
    background: #ffffff;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease;
}
.product-details-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06) !important;
}
.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 350px;
}
#mainImage {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    max-height: 420px;
    object-fit: contain;
    width: 100%;
    border-radius: 12px;
}
.product-image-container:hover #mainImage {
    transform: scale(1.03);
}

/* Thumbnail styling */
.thumbnail-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}
.thumb-img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    background: #fff;
}
.thumb-img:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(94, 96, 206, 0.15);
}
.thumb-img.active-thumb {
    border-color: #5E60CE;
    box-shadow: 0 0 0 3px rgba(94, 96, 206, 0.2);
    transform: scale(1.05);
}

/* Product Info styles */
.product-title-detail {
    font-size: 2rem;
    font-weight: 800;
    color: #1E1B4B;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}
.product-price-detail {
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, #e63946, #c30010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 15px;
}
.description-box {
    background-color: #f8fafc;
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.description-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b;
    margin-bottom: 6px;
}
.description-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Chip Badges for attributes */
.badge-light-custom {
    background-color: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: inline-block;
    transition: all 0.2s ease;
}
.badge-light-custom:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

/* Specifications modern table */
.spec-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.spec-row {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}
.spec-row:last-child {
    border-bottom: none;
}
.spec-row:hover {
    background-color: #f8fafc;
}
.spec-label {
    flex: 0 0 35%;
    font-weight: 700;
    color: #475569;
    font-size: 14px;
}
.spec-value {
    flex: 0 0 65%;
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
}

/* Responsive adjusts */
@media (max-width: 991px) {
    .product-image-container {
        min-height: auto;
    }
    #mainImage {
        max-height: 350px;
    }
}
@media (max-width: 767px) {
    .spec-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }
    .spec-label {
        flex: 1 1 100%;
        margin-bottom: 4px;
        font-size: 13px;
    }
    .spec-value {
        flex: 1 1 100%;
        font-size: 14px;
    }
    .product-title-detail {
        font-size: 1.6rem;
    }
    .product-price-detail {
        font-size: 1.5rem;
    }
}

/* Home Page Video */
.video-banner{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-container iframe{
    width: 100vw;
    height: 56.25vw; /* 16:9 */
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}

.banner-content{
    position: relative;
    z-index: 3;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8%;
    color: #fff;
}

.banner-content h1{
    font-size: 5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.banner-content p{
    font-size: 1.4rem;
    margin-bottom: 30px;
}

@media(max-width:768px){
    .banner-content{
        align-items:center;
        text-align:center;
        padding:20px;
    }

    .banner-content h1{
        font-size:2.5rem;
    }
}

/* Product Page Inquiry*/
.inquiry-card{
    background:linear-gradient(135deg, #5E60CE, #7F53AC);
    padding:40px 20px;
    margin:50px 0;
}
.inquiry-content{
    max-width:700px;
    margin:0 auto;
}
.inquiry-content h2{
    font-size:40px;
    font-weight:800;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:20px;
    letter-spacing:1px;
}
.inquiry-content p{
    font-size:22px;
    color:rgba(255,255,255,0.9);
    margin-bottom:35px;
}
.inquiry-btn{
    border:2px solid #fff;
    color:#7358b9;
    background:#fff;
    padding:15px 45px;
    font-size:18px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    border-radius:0;
    transition:all .3s ease;
}
.inquiry-btn:hover{
    background:transparent;
    color:#fff;
    border-color:#fff;
}
@media(max-width:768px){
    .inquiry-card{
        padding:30px 15px;
    }
    .inquiry-content h2{
        font-size:25px;
    }
    .inquiry-content p{
        font-size:16px;
    }
    .inquiry-btn{
        padding:12px 30px;
        font-size:15px;
    }
}


/* About Page Style */
.about-page-wrapper {
    font-family: 'Outfit', sans-serif;
    color: #334155;
    overflow-x: hidden;
}

/* Hero Section Styles */
.about-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
    position: relative;
    overflow: hidden;
}
.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(115, 88, 185, 0.18) 0%, transparent 60%);
    pointer-events: none;
}
.about-hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 4px;
    font-weight: 700;
    color: #c084fc;
    text-transform: uppercase;
}
.about-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-hero-desc {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 1.5rem auto 0;
}
.scroll-indicator {
    display: inline-block;
    color: rgba(255, 255, 255, 0.45);
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Brand Section Styles */
.about-brand-section {
    background: #ffffff;
}
.about-brand-image-wrapper {
    position: relative;
    border-radius: 24px;
    padding-bottom: 15px;
    padding-right: 15px;
}
.about-brand-image-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 3px solid rgba(115, 88, 185, 0.25);
    border-radius: 24px;
    z-index: 1;
}
.about-brand-img {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-brand-image-wrapper:hover .about-brand-img {
    transform: translate(-6px, -6px);
}
.about-section-tag {
    color: #7358b9;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.about-brand-title {
    color: #7358b9;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.about-brand-subtitle {
    color: #475569;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5;
}
.about-brand-p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.75;
}
.brand-pill-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.brand-badge {
    background: rgba(115, 88, 185, 0.08);
    color: #7358b9;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid rgba(115, 88, 185, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.brand-badge:hover {
    background: #7358b9;
    color: #ffffff;
    border-color: #7358b9;
    transform: translateY(-2px);
}

/* CTA button */
.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #7358b9 0%, #5E60CE 100%);
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(115, 88, 185, 0.2);
    transition: all 0.3s ease;
    border: none;
}
.about-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(115, 88, 185, 0.3);
    background: linear-gradient(135deg, #5E60CE 0%, #7358b9 100%);
}

/* Vision & Mission Glassmorphism Cards */
.about-vm-section {
    background: #f8fafc;
}
.vm-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 3.5rem 2.5rem;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.02);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}
.vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #5E60CE, #7F53AC);
    opacity: 0;
    transition: opacity 0.3s;
}
.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(115, 88, 185, 0.12);
    border-color: rgba(115, 88, 185, 0.2);
}
.vm-card:hover::before {
    opacity: 1;
}
.vm-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: rgba(115, 88, 185, 0.08);
    color: #7358b9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 2.25rem;
    transition: all 0.4s ease;
}
.vm-card:hover .vm-icon-wrapper {
    background: #7358b9;
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

/* Core Values Custom Cards */
.value-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.25rem 1.75rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(115, 88, 185, 0.08);
    border-color: rgba(115, 88, 185, 0.2);
}
.value-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(115, 88, 185, 0.06);
    color: #7358b9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}
.value-card:hover .value-icon-wrapper {
    background: #7358b9;
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
}

/* Core Values Slider Styles */
.core-values-slider-wrapper {
    padding: 0 10px;
}
.core-values-slider {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    padding: 1rem 0 2rem;
    scroll-behavior: smooth;
}
.core-values-slider::-webkit-scrollbar {
    display: none;
}
.slider-item {
    flex: 0 0 calc(33.333% - 1rem);
    scroll-snap-align: start;
    min-width: 280px;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7358b9;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}
.slider-btn:hover {
    background: #7358b9;
    color: #ffffff;
    border-color: #7358b9;
}
.slider-prev { left: -20px; }
.slider-next { right: -20px; }

@media (max-width: 991.98px) {
    .slider-item { flex: 0 0 calc(50% - 0.75rem); }
    .core-values-slider-wrapper { padding: 0; }
}
@media (max-width: 767.98px) {
    .slider-item { flex: 0 0 85%; }
    .slider-btn { display: none !important; }
}

/* Stats Section Styles */
.about-stats-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    position: relative;
}
.stat-item {
    padding: 2.5rem 1.5rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(5px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.stat-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.stat-icon {
    font-size: 2rem;
    color: #a78bfa;
    margin-bottom: 1.25rem;
    display: inline-block;
    transition: transform 0.3s ease;
}
.stat-item:hover .stat-icon {
    transform: scale(1.2);
}
.stat-number {
    font-size: 2.75rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Recognition/Badges Section */
.recognition-section {
    background: #ffffff;
}
.rec-badge-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.25rem 1.25rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.01);
}
.rec-badge-card:hover {
    transform: translateY(-6px);
    border-color: #7358b9;
    box-shadow: 0 12px 30px rgba(115, 88, 185, 0.12);
}
.rec-icon {
    font-size: 2.25rem;
    color: #7358b9;
    margin-bottom: 1.25rem;
    display: inline-block;
    transition: transform 0.3s ease;
}
.rec-badge-card:hover .rec-icon {
    transform: scale(1.15);
}
.rec-title {
    font-weight: 700;
    font-size: 0.85rem;
    color: #0f172a;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .about-hero-title {
        font-size: 3rem;
    }
    .about-brand-title {
        font-size: 2rem;
    }
}
@media (max-width: 767.98px) {
    .about-hero {
        padding: 80px 0;
    }
    .about-hero-title {
        font-size: 2.5rem;
    }
    .about-hero-desc {
        font-size: 1.1rem;
    }
    .about-brand-title {
        font-size: 1.75rem;
    }
    .vm-card {
        padding: 2.5rem 1.5rem;
    }
    .stat-number {
        font-size: 2.25rem;
    }
}

/* =========================================
   NETWORK PAGE STYLES
========================================= */

/* Hero Section */
.network-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    text-align: center;
}
.network-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(115, 88, 185, 0.18) 0%, transparent 60%);
    pointer-events: none;
}
.network-hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 4px;
    font-weight: 700;
    color: #c084fc;
    text-transform: uppercase;
}
.network-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.network-hero-desc {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto;
}

/* Network Page Wrapper */
.network-page-wrapper {
    font-family: 'Outfit', sans-serif;
    color: #334155;
    background: #f8fafc;
}

.network-section-tag {
    color: #7358b9;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.network-heading {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.25rem;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

/* State Grid & Cards */
.state-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.state-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.state-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(115, 88, 185, 0.12);
    border-color: #7358b9;
}
.state-card h5 {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1.15rem;
}
.state-card span {
    color: #7358b9;
    font-weight: 600;
    font-size: 0.95rem;
    background: rgba(115, 88, 185, 0.08);
    padding: 6px 12px;
    border-radius: 50px;
    display: inline-block;
}

/* Join Section */
.join-section {
    padding: 80px 0;
    background: #ffffff;
}
.join-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 3.5rem;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
    border: 1px solid #e2e8f0;
    max-width: 900px;
    margin: 0 auto;
}
.join-title {
    font-weight: 800;
    color: #0f172a;
    font-size: 2rem;
    margin-bottom: 10px;
}
.join-desc {
    color: #64748b;
    margin-bottom: 35px;
    font-size: 1.05rem;
}

/* Network Form matching Premium Contact Form */
.network-form label {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}
.network-form .form-control,
.network-form .form-select {
    border-radius: 14px;
    /* padding: 0.8rem 1.25rem; */
    border: 1.5px solid #cbd5e1;
    background-color: #f8fafc;
    color: #1e293b;
    transition: all 0.3s ease;
    font-size: 1rem;
}
.network-form .form-control:focus,
.network-form .form-select:focus {
    border-color: #7358b9;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(115, 88, 185, 0.12);
    outline: none;
}

/* Responsive Network Page */
@media (max-width: 1200px) {
    .state-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991.98px) {
    .network-hero-title { font-size: 3rem; }
    .state-grid { grid-template-columns: repeat(3, 1fr); }
    .join-box { padding: 2.5rem; }
}
@media (max-width: 767.98px) {
    .network-hero { padding: 60px 0; }
    .network-hero-title { font-size: 2.5rem; }
    .network-hero-desc { font-size: 1.1rem; }
    .state-grid { grid-template-columns: repeat(2, 1fr); }
    .join-title { font-size: 1.75rem; }
}
@media (max-width: 576px) {
    .state-grid { grid-template-columns: 1fr; }
    .join-box { padding: 2rem 1.5rem; }
}

/* =========================================
   CONTACT PAGE STYLES
========================================= */
.contact-page-wrapper {
    font-family: 'Outfit', sans-serif;
    color: #334155;
    overflow-x: hidden;
}

/* Hero Section Styles */
.contact-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
    position: relative;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(115, 88, 185, 0.18) 0%, transparent 60%);
    pointer-events: none;
}
.contact-hero-subtitle {
    font-size: 0.95rem;
    letter-spacing: 4px;
    font-weight: 700;
    color: #c084fc;
    text-transform: uppercase;
}
.contact-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-hero-desc {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 1.5rem auto 0;
}

/* Contact Section Background */
.contact-section {
    background: #f8fafc;
    position: relative;
}

.contact-section-title {
    font-weight: 800;
    color: #0f172a;
    font-size: 1.75rem;
    letter-spacing: -0.5px;
}

/* Info Cards */
.contact-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02);
}
.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(115, 88, 185, 0.08);
    border-color: rgba(115, 88, 185, 0.2);
}
.contact-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(115, 88, 185, 0.08);
    color: #7358b9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.contact-info-card:hover .contact-icon-wrapper {
    background: #7358b9;
    color: #ffffff;
    transform: scale(1.05) rotate(-5deg);
}
.contact-info-content h6 {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}
.contact-info-content p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Form Card */
.contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.05);
    height: 100%;
}
.form-label {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}
.premium-input {
    border-radius: 14px;
    padding: 0.8rem 1.25rem;
    border: 1.5px solid #cbd5e1;
    background-color: #f8fafc;
    color: #1e293b;
    transition: all 0.3s ease;
    font-size: 1rem;
}
.premium-input:focus {
    border-color: #7358b9;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(115, 88, 185, 0.12);
    outline: none;
}
.premium-input::placeholder {
    color: #94a3b8;
}

/* CTA Button */
.contact-cta-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #7358b9 0%, #5E60CE 100%);
    color: #ffffff !important;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 14px;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(115, 88, 185, 0.2);
    transition: all 0.3s ease;
    border: none;
    font-size: 1.1rem;
}
.contact-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(115, 88, 185, 0.3);
    background: linear-gradient(135deg, #5E60CE 0%, #7358b9 100%);
}

/* Map Section */
.map-frame-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0;
    position: relative;
    background: #ffffff;
}
.map-frame-wrapper iframe {
    display: block;
    transition: filter 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .contact-hero-title {
        font-size: 3rem;
    }
}
@media (max-width: 767.98px) {
    .contact-hero {
        padding: 80px 0;
    }
    .contact-hero-title {
        font-size: 2.5rem;
    }
    .contact-hero-desc {
        font-size: 1.1rem;
    }
    .contact-form-card {
        padding: 1.5rem;
    }
}