@charset "UTF-8";

.layout-navbar {
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.landing-navbar {
    padding: 0.75rem 1.5rem !important;
    min-height: 72px;
    align-items: center;
}

.landing-navbar > .navbar-brand {
    flex: 0 0 180px !important;
    max-width: 180px !important;
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
}

.landing-navbar > .navbar-brand .app-brand-link,
.landing-navbar > .navbar-brand .app-brand-linkc,
.landing-navbar > .navbar-brand span {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 180px !important;
    height: 40px !important;
    max-height: 40px !important;
    overflow: hidden !important;
}

.landing-navbar > .navbar-brand img,
.landing-navbar > .navbar-brand .business-header-logo {
    display: block !important;
    width: auto !important;
    max-width: 180px !important;
    height: 40px !important;
    max-height: 40px !important;
    object-fit: contain !important;
}

.app-brand-link {
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
}

.app-brand-link:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.app-brand-text {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #2c3e50;
}

/* Navigation Menu Styling */
.nav-menu {
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    list-style: none;
}

.nav-menu a {
    color: #4a5568;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
    letter-spacing: 0.3px;
}

.nav-menu a:hover {
    color: var(--theme-primary-color);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--theme-primary-color);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Button Styling */
.navbar-nav .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.5rem;
    min-height: 42px;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1;
    border-radius: 8px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    box-shadow: none;
    border-width: 1.5px;
}

.landing-navbar>.navbar-nav .btn {
    min-width: 112px;
}

.navbar-nav .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.navbar-nav .btn-outline-primary {
    background: transparent;
    border-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
}

.navbar-nav .btn-outline-primary:hover {
    background: var(--theme-primary-color);
    color: #fff;
    border-color: var(--theme-primary-color);
}

.navbar-nav .btn-primary {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #fff;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.2);
}

.navbar-nav .btn-primary:hover {
    background: var(--theme-primary-color-hover);
    border-color: var(--theme-primary-color-hover);
    box-shadow: 0 4px 16px rgba(13, 110, 253, 0.35);
}

.navbar-nav li {
    list-style: none;
}

/* Icon Styling */
.tf-icons.bx {
    font-size: 1.1rem;
    vertical-align: middle;
}

/* Header Right Logo Styling */
.header-right-logo {
    display: flex;
    align-items: center;
}

.header-branding-logo {
    display: block !important;
    height: 40px !important;
    max-height: 40px !important;
    width: auto !important;
    max-width: 160px !important;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.header-branding-logo:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width : 991px) {
    .nav-menu {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
    }

    .navbar-nav {
        gap: 0.5rem;
    }

    .header-branding-logo {
        max-height: 40px;
    }
}

@media (max-width : 576px) {
    .header-right-logo {
        display: flex !important;
        align-items: center;
        margin-left: auto !important;
        margin-right: 0 !important;
        order: 4;
    }

    .header-branding-logo {
        max-height: 24px;
    }
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

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

/* Banner Overlay for Better Header Visibility - Only for Main Banner */
#mainCarousel .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

#mainCarousel .carousel-item .container {
    position: relative;
    z-index: 2;
}

.main-banner-fixed {
    position: relative;
}

/* Alternating section backgrounds below banner */
.index-section-white {
    background: #ffffff;
}

.index-section-alt {
    background: #f8f9fa;
}

/* Partner Section Styling */
.partner-section {
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04) 0%,
            transparent 50%),
        linear-gradient(135deg, #0e1e5b 0%, #213a93 50%, #1947d8 100%);
    /* padding: 50px 45px; */
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Decorative background vectors - Top Right */
.partner-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%,
            transparent 70%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

/* Bottom Left Circle */
.partner-section::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%,
            transparent 70%);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 0;
}

/* Additional decorative circles */
.partner-section .row::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%,
            transparent 60%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* Small decorative circle - Top Left */
.partner-section .row::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 20%;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%,
            transparent 65%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.partner-section .row {
    position: relative;
}

.partner-content {
    padding: 10px 30px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

/* Add decorative dots pattern on left side */
.partner-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -30px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px,
            transparent 2px);
    background-size: 15px 15px;
    z-index: -1;
    opacity: 0.5;
}

/* Add decorative shape behind button area */
.partner-content::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 10%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    z-index: -1;
    opacity: 0.7;
}

.partner-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.2;
}

.partner-description {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 26px;
    max-width: 480px;
}

.partner-btn {
    display: inline-block;
    padding: 11px 34px;
    background: #ffffff;
    color: #3454d1;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.partner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
    color: #2b4cc4;
}

.partner-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

/* Add decorative circle behind image */
.partner-image-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%,
            transparent 70%);
    border: 2px dashed rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: -1;
}

/* Add decorative dots on right side */
.partner-image-wrapper::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.25) 2px,
            transparent 2px);
    background-size: 12px 12px;
    z-index: -1;
    opacity: 0.6;
}

.partner-image {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    margin-bottom: 0;
}

/* Responsive styles */
@media (max-width : 992px) {

    /* .partner-section {
		padding: 40px 28px;
	} */
    .partner-content {
        padding: 15px;
        text-align: center;
        margin-bottom: 25px;
    }

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

    .partner-description {
        font-size: 0.9375rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .partner-image-wrapper {
        min-height: 260px;
    }
}

@media (max-width : 576px) {
    .partner-section {
        /* padding: 30px 18px; */
        border-radius: 12px;
    }

    .partner-content {
        padding: 8px;
    }

    .partner-title {
        font-size: 1.75rem;
    }

    .partner-description {
        font-size: 0.875rem;
        margin-bottom: 20px;
    }

    .partner-btn {
        padding: 10px 26px;
        font-size: 0.875rem;
    }

    .partner-image-wrapper {
        min-height: 200px;
    }

    .partner-image {
        margin-bottom: -31px !important;
    }
}

@media (max-width : 576px) {

    .layout-navbar,
    .landing-navbar {
        padding: 0.5rem 0.5rem !important;
        min-height: 56px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    }

    .app-brand-text {
        font-size: 1.05rem;
    }

    .nav-menu {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 0.5rem;
        font-size: 0.95rem;
    }

    .navbar-nav .btn {
        padding: 0.5rem 1rem;
        min-height: 38px;
        min-width: 44px;
        font-size: 0.85rem;
        border-radius: 6px;
    }

    .header-branding-logo {
        max-height: 32px;
    }

    .navbar-nav {
        gap: 0.25rem;
    }

    .header-right-logo {
        display: flex !important;
        align-items: center;
        margin-left: auto !important;
        margin-right: 0 !important;
        order: 4;
    }

    /* Ensure hamburger is at the right end */
    .navbar-toggler {
        order: 3;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-brand {
        order: 1;
    }

    .landing-navbar>.navbar-nav {
        order: 2;
        margin-left: auto !important;
        margin-right: 0.5rem !important;
    }

    .landing-navbar {
        flex-wrap: nowrap;
    }
}

/* Mobile Navigation Slide from Left */
@media (max-width : 991px) {
    .layout-navbar {
        z-index: 1060 !important;
    }

    .landing-navbar>.navbar-brand {
        order: 1;
    }

    .landing-navbar>.navbar-nav {
        order: 2;
        margin-left: auto !important;
        margin-right: 0.5rem !important;
    }

    .landing-navbar>.navbar-toggler {
        order: 3;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobile-nav-slide {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85vw;
        max-width: 320px;
        height: 100vh;
        background: #ffffff;
        opacity: 1;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
        z-index: 1220; /* ensure mobile nav is above sticky header */
        transition: left 0.3s ease-in-out;
        padding: 5rem 1.5rem 2rem;
        overflow-y: auto;
    }

    .mobile-nav-slide.show {
        left: 0;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .mobile-nav-slide .nav-menu {
        flex-direction: column;
        gap: 1rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav-slide .nav-menu li {
        width: 100%;
    }

    .mobile-nav-slide .nav-menu li a {
        display: block;
        padding: 0.75rem 1rem;
        color: #4a5568;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .mobile-nav-slide .nav-menu li a:hover {
        background: rgba(13, 110, 253, 0.1);
        color: var(--theme-primary-color);
    }

    .mobile-nav-slide .mobile-explore-btn {
        margin-top: 2rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .mobile-nav-slide .mobile-explore-btn .btn {
        padding: 0.75rem 1rem;
        font-size: 1rem;
        font-weight: 600;
    }
}

/* Overlay for mobile nav */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1210; /* just below mobile slide but above header */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* --- MOBILE FOOTER FIXES --- */
@media (max-width : 576px) {

    .footer,
    .modern-footer {
        padding: 1.5rem 0.5rem !important;
        font-size: 0.95rem;
        text-align: center;
        border-radius: 10px !important;
        margin: 0 0.5rem !important;
    }

    .footer .container-xxl,
    .modern-footer .container {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem;
    }

    .footer-link,
    .footer-heading {
        font-size: 1rem !important;
        margin-bottom: 0.5rem;
    }

    .footer-logo-img {
        max-width: 120px;
        margin-bottom: 1rem;
    }

    .footer-bottom,
    .footer-bottom-left {
        text-align: center !important;
        font-size: 0.95rem;
    }

    .footer-links {
        padding-left: 0;
        margin-bottom: 1rem;
        text-align: center;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .footer-links li {
        display: block;
        margin-bottom: 0.5rem;
        text-align: center;
        width: 100%;
    }

    .footer-links li a,
    .footer-link {
        display: inline-block;
        text-align: center;
    }

    .modern-footer .row {
        text-align: center;
    }

    .modern-footer .col-lg-3,
    .modern-footer .col-lg-2,
    .modern-footer .col-md-6,
    .modern-footer .col-6 {
        margin-bottom: 1.5rem;
    }

    .footer-social {
        justify-content: center !important;
    }
}

/* --- GENERAL SECTION MOBILE FIXES --- */
@media (max-width : 576px) {

    .container,
    .container-xxl {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .col-lg-3,
    .col-lg-2,
    .col-lg-6,
    .col-md-6,
    .col-6,
    .col-12 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    section,
    .index-section-white,
    .index-section-alt,
    .partner-section,
    .bs-section,
    .bs-section-right,
    .cta-banner,
    .security-section {
        margin-bottom: 1.5rem !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 1.1em !important;
    }

    .partner-section,
    .cta-banner,
    .bs-section,
    .bs-section-right {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* --- FIX FOR OVERFLOWING BUTTONS AND CARDS ON MOBILE --- */
@media (max-width : 576px) {

    .btn,
    .btn-primary,
    .btn-secondary,
    .btn-outline-primary {
        font-size: 0.95rem !important;
        padding: 0.5rem 1.1rem !important;
        border-radius: 6px !important;
    }

    .pc-card,
    .bs-product-card {
        min-width: 90vw !important;
        max-width: 98vw !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border-radius: 10px !important;
    }
}

/* --- FIX FOR FAQ AND CONTACT SECTIONS ON MOBILE --- */
@media (max-width : 576px) {

    .faq-section,
    .contact-section,
    .security-section {
        padding: 1.2rem 0.5rem !important;
        border-radius: 10px !important;
    }

    .faq-question {
        font-size: 1rem !important;
    }

    .faq-answer {
        font-size: 0.95rem !important;
    }
}

/* --- FIX FOR ICONS AND SOCIAL BUTTONS --- */
@media (max-width : 576px) {

    .footer .footer-social,
    .modern-footer .footer-social {
        margin-top: 1rem !important;
        text-align: center !important;
    }

    .footer .footer-social a,
    .modern-footer .footer-social a {
        font-size: 1.3rem !important;
        margin: 0 0.4rem !important;
    }
}

.banner-items {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 80px 40px;
}

.pc-section {
    padding: 70px 0 60px;
    background: #ffffff;
}

.pc-section .pc-heading {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.pc-section .pc-subtext {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 2.25rem;
    max-width: 520px;
}

/* Scrollable track */
.pc-track-wrapper {
    position: relative;
    overflow: hidden;
}

.pc-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 4px 18px 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pc-track::-webkit-scrollbar {
    display: none;
}

/* Individual card */
.pc-card {
    position: relative;
    min-width: 270px;
    max-width: 290px;
    flex: 0 0 270px;
    border-radius: 18px;
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 330px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-decoration: none;
}

.pc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* Gradient palette — cycles via nth-child */
.pc-card:nth-child(6n+1) {
    background: linear-gradient(160deg, #6c5ce7 0%, #003687 100%);
}

.pc-card:nth-child(6n+2) {
    background: linear-gradient(160deg, #31299c 0%, #003687 100%);
}

.pc-card:nth-child(6n+3) {
    background: linear-gradient(160deg, #6c5ce7 0%, #003687 100%);
}

.pc-card:nth-child(6n+4) {
    background: linear-gradient(160deg, #31299c 0%, #003687 100%);
}

.pc-card:nth-child(6n+5) {
    background: linear-gradient(160deg, #6c5ce7 0%, #003687 100%);
}

.pc-card:nth-child(6n+6) {
    background: linear-gradient(160deg, #31299c 0%, #003687 100%);
}

/* Decorative translucent shapes */
.pc-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.pc-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Background vector illustration area — glossy animated */
.pc-card-vector {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 120px;
    height: 120px;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
    filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.15));
    animation: pcVectorFloat 4s ease-in-out infinite;
    transition: opacity 0.4s ease, filter 0.4s ease;
}

.pc-card:hover .pc-card-vector {
    opacity: 0.30;
    filter: drop-shadow(0 6px 20px rgba(255, 255, 255, 0.3));
    animation-play-state: paused;
}

/* Glossy shine overlay on vector via its img/svg */
.pc-card-vector svg,
.pc-card-vector img {
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.18));
}

/* Floating animation */
@keyframes pcVectorFloat {

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

    25% {
        transform: translateY(-6px) rotate(1.5deg);
    }

    50% {
        transform: translateY(-2px) rotate(-1deg);
    }

    75% {
        transform: translateY(-8px) rotate(0.5deg);
    }
}

/* Stagger animation per card */
.pc-card:nth-child(2) .pc-card-vector {
    animation-delay: -0.6s;
}

.pc-card:nth-child(3) .pc-card-vector {
    animation-delay: -1.2s;
}

.pc-card:nth-child(4) .pc-card-vector {
    animation-delay: -1.8s;
}

.pc-card:nth-child(5) .pc-card-vector {
    animation-delay: -2.4s;
}

.pc-card:nth-child(6) .pc-card-vector {
    animation-delay: -3.0s;
}

/* Text content */
.pc-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.pc-card-desc {
    font-size: 0.84rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    border-left: 3px solid rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.pc-card-desc:empty {
    display: none;
}

.pc-card:hover .pc-card-desc {
    background: rgba(0, 0, 0, 0.16);
}

/* Features list inside card — pill/tag style */
.pc-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pc-card-features li {
    font-size: 0.76rem;
    color: #ffffff;
    padding: 4px 12px 4px 24px;
    position: relative;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    backdrop-filter: blur(4px);
    line-height: 1.5;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.2s ease;
}

.pc-card:hover .pc-card-features li {
    background: rgba(255, 255, 255, 0.22);
}

.pc-card-features li::before {
    content: '\2713';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #ffffff;
    font-size: 0.7rem;
}

/* Icon / image area */
.pc-card-icon-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.pc-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%,
            rgba(255, 255, 255, 0.12) 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Glossy highlight stripe */
.pc-card-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.25) 45%, rgba(255, 255, 255, 0.05) 50%, transparent 55%);
    transition: transform 0.6s ease;
    transform: translateX(-100%);
}

.pc-card:hover .pc-card-icon::before {
    transform: translateX(60%);
}

.pc-card:hover .pc-card-icon {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%,
            rgba(255, 255, 255, 0.18) 100%);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.5);
    transform: scale(1.08);
}

.pc-card-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.pc-card-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%,
            rgba(255, 255, 255, 0.10) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.pc-card:hover .pc-card-arrow {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%,
            rgba(255, 255, 255, 0.18) 100%);
    transform: translateX(3px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.pc-card-arrow svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Navigation buttons (bottom-left) */
.pc-nav {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.pc-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #6b7280;
}

.pc-nav-btn:hover {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: #ffffff;
}

.pc-nav-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Responsive */
@media (max-width : 768px) {
    .pc-section {
        padding: 48px 0 40px;
    }

    .pc-card {
        min-width: 240px;
        flex: 0 0 240px;
        min-height: 240px;
    }

    .pc-section .pc-heading {
        font-size: 1.75rem;
    }
}

@media (max-width : 480px) {
    .pc-card {
        min-width: 220px;
        flex: 0 0 220px;
        min-height: 220px;
        padding: 18px 16px 16px;
        border-radius: 12px;
    }

    .pc-section .pc-heading {
        font-size: 1.5rem;
    }

    .pc-nav-btn {
        width: 36px;
        height: 36px;
    }

    .pc-card-desc {
        border-radius: 6px;
    }

    .pc-card-features li {
        border-radius: 12px;
    }

    .pc-card-icon {
        border-radius: 8px;
    }
}

.features-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.feature-item {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 40px 60px;
}

.feature-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

/* inner layout */
.feature-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-icon {
    width: 42px;
}

.feature-inner h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: rgba(255, 255, 255, 0.85) !important;
}

.feature-inner p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Responsive for Why Choose Do Big Cloud Hub section */
@media (max-width : 768px) {
    .features-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feature-item {
        border-left: none !important;
        border-right: none !important;
        padding: 0 20px 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .feature-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
    }

    .feature-item:nth-child(-n+2) {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .feature-inner h4 {
        font-size: 18px;
    }

    .feature-inner p {
        font-size: 13px;
    }
}

@media (max-width : 480px) {
    .features-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-item {
        border: none !important;
        padding: 0 15px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    }

    .feature-item:last-child {
        border-bottom: none !important;
    }

    .feature-inner h4 {
        font-size: 16px;
    }

    .feature-inner p {
        font-size: 12px;
    }

    .feature-icon {
        width: 36px;
    }
}

.cta-banner-section {
    background: #ffffff;
}

.cta-banner {
    position: relative;
    background: linear-gradient(135deg, #2b3b61 0%, #0f172a 100%);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 200px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="1200" height="200" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    pointer-events: none;
}

.cta-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    background: url('/assets/img/backgrounds/CTAIMAGE.png') left center/contain no-repeat;
    z-index: 0;
    mask-image: linear-gradient(to right, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 70%, transparent 100%);
}

.cta-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(30, 58, 95, 0) 12%,
            rgba(30, 58, 95, 0.4) 25%, rgba(30, 58, 95, 0.85) 35%,
            rgba(30, 58, 95, 1) 70%);
    z-index: 1;
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 50px 60px 50px calc(32% + 60px);
    gap: 40px;
}

.cta-text h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.cta-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.5;
}

.cta-action .btn {
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 12px;
    background: #2563eb;
    border: none;
    color: #ffffff;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
}

.cta-action .btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.5);
}

/* Responsive */
@media (max-width : 992px) {
    .cta-image {
        width: 30%;
    }

    .cta-content {
        padding: 40px 40px 40px calc(30% + 40px);
    }

    .cta-text h2 {
        font-size: 1.6rem;
    }
}

@media (max-width : 768px) {
    .cta-image {
        display: none;
    }

    .cta-content {
        padding: 40px 30px;
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .cta-text h2 {
        font-size: 1.5rem;
    }

    .cta-action .btn {
        width: 100%;
    }
}

@media (max-width : 480px) {
    .cta-banner-section {
        padding: 0 0 40px;
    }

    .cta-banner {
        border-radius: 12px;
    }

    .cta-content {
        padding: 32px 24px;
    }

    .cta-text h2 {
        font-size: 1.3rem;
    }

    .cta-text p {
        font-size: 0.9rem;
    }
}

/* ===== BEST SELLERS / POPULAR BUNDLES SECTION ===== */
.bs-section {
    position: relative;
    padding: 70px 0 60px;
    background: linear-gradient(135deg, #1a3a8a 0%, #2d5abf 40%, #3f33a8 100%);
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 130px;
}

.bs-section-right {
    position: relative;
    padding: 70px 0 60px;
    background: linear-gradient(135deg, #1a3a8a 0%, #2d5abf 40%, #3f33a8 100%);
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-right-radius: 130px;
}

/* Subtle SVG vector decorations in background */
.bs-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%,
            transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.bs-section-right::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%,
            transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.bs-section-right::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%,
            transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.bs-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%,
            transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.bs-bg-vectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bs-bg-vectors svg {
    position: absolute;
    opacity: 0.04;
    fill: #ffffff;
}

.bs-bg-vectors .bs-vec-1 {
    top: 10%;
    left: 5%;
    width: 120px;
    height: 120px;
    animation: bsFloat 6s ease-in-out infinite;
}

.bs-bg-vectors .bs-vec-2 {
    top: 60%;
    right: 8%;
    width: 90px;
    height: 90px;
    animation: bsFloat 5s ease-in-out infinite -1.5s;
}

.bs-bg-vectors .bs-vec-3 {
    bottom: 15%;
    left: 40%;
    width: 100px;
    height: 100px;
    animation: bsFloat 7s ease-in-out infinite -3s;
}

.bs-bg-vectors .bs-vec-4 {
    top: 20%;
    right: 30%;
    width: 70px;
    height: 70px;
    animation: bsFloat 5.5s ease-in-out infinite -2s;
}

@keyframes bsFloat {

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

    50% {
        transform: translateY(-12px) rotate(3deg);
    }
}

/* Header row */
.bs-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
}

.bs-header-left h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.bs-header-left p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.bs-explore-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.25s ease;
    white-space: nowrap;
}

.bs-explore-link:hover {
    color: #ffffff;
}

.bs-explore-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

.bs-explore-link:hover svg {
    transform: translateX(4px);
}

/* Scrollable track */
.bs-track-wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.bs-track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 18px 4px 20px 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bs-track::-webkit-scrollbar {
    display: none;
}

/* Product card */
.bs-product-card {
    min-width: calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
    flex: 0 0 calc(33.333% - 15px);
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 20px 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.bs-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

/* New badge */
.bs-badge-new {
    position: absolute;
    /* place centered on the top edge: half inside, half outside the card */
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #ef4444;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 4;
    box-shadow: 0 2px 10px rgba(239, 68, 68, 0.28);
    overflow: visible;
}

/* Brand row */
.bs-brand-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.bs-brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    object-fit: contain;
    background: #f3f4f6;
    padding: 4px;
    flex-shrink: 0;
}

.bs-brand-info h6 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 3px;
    line-height: 1.3;
}

.bs-brand-info .bs-sku {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Rating & downloads row */
.bs-meta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 0.82rem;
    color: #6b7280;
}

.bs-meta-row .bs-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdf4;
    color: #16a34a;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.78rem;
}

.bs-meta-row .bs-rating i {
    font-size: 0.72rem;
}

.bs-meta-row .bs-downloads {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Features */
.bs-features {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    flex: 1;
}

.bs-features li {
    font-size: 0.8rem;
    color: #4b5563;
    padding: 3px 0 3px 20px;
    position: relative;
    line-height: 1.5;
}

.bs-features li::before {
    content: '\2022';
    position: absolute;
    left: 6px;
    color: var(--theme-primary-color, #2d5abf);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
}

.bs-more-features {
    font-size: 0.75rem;
    color: var(--theme-primary-color, #2d5abf);
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 14px;
    display: inline-block;
}

/* Divider */
.bs-card-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 0 0 14px;
}

/* Price row */
.bs-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.bs-price {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a1a2e;
}

.bs-price-old {
    font-size: 0.82rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.bs-price-off {
    font-size: 0.75rem;
    color: #16a34a;
    font-weight: 600;
}

/* Bottom action */
.bs-card-action {
    margin-top: 14px;
}

.bs-card-action .btn {
    font-size: 0.82rem;
    padding: 7px 18px;
    border-radius: 8px;
    font-weight: 600;
}

/* Navigation buttons (bottom-left) */
.bs-nav {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
}

.bs-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
}

.bs-nav-btn-dark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid 003687;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    color: 003687;
    backdrop-filter: blur(4px);
}

.bs-nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.bs-nav-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Responsive */
@media (max-width : 768px) {
    .bs-section {
        padding: 48px 0 40px;
    }

    .bs-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .bs-product-card {
        min-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
    }

    .bs-header-left h2 {
        font-size: 1.6rem;
    }
}

@media (max-width : 480px) {
    .bs-product-card {
        min-width: 85%;
        flex: 0 0 85%;
        padding: 18px 16px;
    }

    .bs-nav-btn {
        width: 36px;
        height: 36px;
    }

    .bs-section {
        border-top-left-radius: 30px;
    }

    .bs-section-right {
        border-top-right-radius: 30px;
    }
}

.security-section {
    padding: 80px 0;
    background: #f6f7fb;
    text-align: center;
}

.security-title {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.security-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 40px;
}

.security-badges img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

.impact-section {
    padding: 80px 0;
}

.impact-wrapper {
    position: relative;
    overflow: hidden;
    padding: 90px 80px;
    border-radius: 120px 0 0 0;
    background: url('/assets/img/icons/misc/Bars.png') no-repeat right 80px top 100px, radial-gradient(circle at 85% 35%, rgba(72, 141, 255, 0.25),
            transparent 40%),
        linear-gradient(110deg, #2f3e66 0%, #1d3f78 60%, #0b4aa6 100%);
    background-size: 160px, auto, auto;
}

/* TEXT */
.impact-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.impact-subtitle {
    color: #bcd0ef;
    font-size: 16px;
    margin-bottom: 55px;
}

/* STATS */
.impact-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.impact-card {
    width: 240px;
    padding: 35px 30px;
    border-radius: 28px 28px 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.impact-card h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 6px;
}

.impact-card p {
    color: #d7e2ff;
    font-size: 14px;
}

.impact-card {
    transition: 0.3s;
}

.impact-card:hover {
    transform: translateY(-6px);
    border-color: #4fa3ff;
}

/* SHIELD */
.vector-shield {
    position: absolute;
    right: 300px;
    top: 80px;
    width: 70px;
}

/* ARROW */
.vector-chart {
    position: absolute;
    right: 70px;
    top: 40px;
    width: 240px;
}

@media (max-width : 991px) {
    .impact-section {
        padding: 56px 0;
    }

    .impact-wrapper {
        padding: 64px 36px;
        border-radius: 56px 0 0 0;
        background-size: 110px, auto, auto;
        background-position: right 24px top 36px, center, center;
    }

    .impact-title {
        font-size: 32px;
    }

    .impact-subtitle {
        font-size: 15px;
        margin-bottom: 32px;
    }

    .impact-stats {
        flex-wrap: wrap;
        gap: 18px;
    }

    .impact-card {
        width: calc(50% - 12px);
        padding: 26px 20px;
        border-radius: 18px 18px 0 18px;
    }

    .impact-card h3 {
        font-size: 32px;
    }

    .vector-chart {
        right: 16px;
        top: 18px;
        width: 150px;
        opacity: 0.85;
    }
}

@media (max-width : 576px) {
    .impact-section {
        padding: 36px 0;
    }

    .impact-wrapper {
        padding: 36px 16px;
        border-radius: 24px 0 0 0;
        background-size: 78px, auto, auto;
        background-position: right 8px top 16px, center, center;
    }

    .impact-content {
        text-align: center;
    }

    .impact-title {
        font-size: 26px;
        line-height: 1.25;
    }

    .impact-subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .impact-stats {
        flex-direction: column;
        gap: 12px;
    }

    .impact-card {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 18px 14px;
        border-radius: 14px 14px 0 14px;
    }

    .impact-card h3 {
        font-size: 28px;
        margin-bottom: 2px;
    }

    .impact-card p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .impact-wrapper .bs-bg-vectors {
        opacity: 0.45;
    }

    .vector-chart {
        display: none;
    }
}

.security-section {
    padding: 35px 0;
    background: #f6f7fb;
    text-align: center !important;
}

.security-title {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.security-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 40px;
}

.security-badges img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

/* ===== CONNECT WITH US SECTION ===== */
#landingContact {
    padding: 60px 0 70px;
    background: #f8f9fa;
}

#landingContact h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
}

/* ---- Pill tab toggle ---- */
.cwu-tab-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.cwu-tab-pills {
    display: inline-flex;
    background: #e9ecef;
    border-radius: 50px;
    padding: 5px;
    position: relative;
}

.cwu-tab-pills .cwu-pill {
    position: relative;
    z-index: 1;
    padding: 10px 36px;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.97rem;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.cwu-tab-pills .cwu-pill.active {
    color: #1a1a2e;
}

.cwu-tab-pills .cwu-pill-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1), width 0.35s cubic-bezier(.4, 0, .2, 1);
    z-index: 0;
}

/* ---- Outer dark wrapper ---- */
.cwu-outer {
    border-radius: 20px;
    background: var(--theme-secondary-color, #1b2d4f);
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 300px;
    overflow: visible;
    /* allow active card to pop out */
}

/* ---- Each slot (equal width, 1/3 each) ---- */
.cwu-slot {
    flex: 1;
    position: relative;
    cursor: pointer;
    /* content sits on top of the sliding highlight */
    z-index: 1;
}

/* ---- Sliding coloured highlight that moves between slots ---- */
.cwu-highlight {
    position: absolute;
    top: -18px;
    bottom: -18px;
    border-radius: 18px;
    background: var(--theme-primary-color);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    z-index: 0;
    /* width & left set by JS */
    transition: left 0.38s cubic-bezier(.4, 0, .2, 1), width 0.38s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    pointer-events: none;
}

/* decorative circle inside highlight */
.cwu-highlight::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
}

/* ---- Slot content ---- */
.cwu-slot-inner {
    position: relative;
    z-index: 2;
    padding: 2.2rem 1.8rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: padding 0.38s;
}

/* divider between dark slots */
.cwu-slot+.cwu-slot .cwu-slot-inner {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* remove divider on the highlighted slot and its right neighbour — handled via JS class */
.cwu-slot.cwu-active .cwu-slot-inner,
.cwu-slot.cwu-active+.cwu-slot .cwu-slot-inner {
    border-left: none;
}

/* icon bubble */
.cwu-slot .cwu-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    background: rgba(var(--theme-primary-color), 0.12);
    background-color: color-mix(in srgb, var(--theme-primary-color) 15%,
            transparent);
    color: var(--theme-primary-color);
    transition: background 0.3s, color 0.3s;
}

.cwu-slot.cwu-active .cwu-icon {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

/* headings */
.cwu-slot h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--theme-primary-color);
    margin-bottom: 0.55rem;
    line-height: 1.35;
    transition: color 0.3s, font-size 0.3s;
}

.cwu-slot.cwu-active h4 {
    color: #fff;
    font-size: 1.3rem;
}

/* paragraph */
.cwu-slot p {
    color: var(--theme-primary-color);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 0.9rem;
    transition: color 0.3s;
    opacity: 0.85;
}

.cwu-slot.cwu-active p {
    color: rgba(255, 255, 255, 0.88);
    opacity: 1;
}

/* meta row (WhatsApp) */
.cwu-meta {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.cwu-meta-left {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cwu-meta-left a,
.cwu-meta-left span,
.cwu-slot .cwu-meta-left a:link,
.cwu-slot .cwu-meta-left a:visited {
    color: var(--theme-primary-color) !important;
    font-size: 0.87rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
    opacity: 0.85;
}

.cwu-slot.cwu-active .cwu-meta-left a,
.cwu-slot.cwu-active .cwu-meta-left a:link,
.cwu-slot.cwu-active .cwu-meta-left a:visited,
.cwu-slot.cwu-active .cwu-meta-left span {
    color: rgba(255, 255, 255, 0.88) !important;
    opacity: 1;
}

.cwu-meta-divider {
    width: 1px;
    background: var(--theme-primary-color);
    opacity: 0.3;
    align-self: stretch;
    min-height: 36px;
    transition: background 0.3s, opacity 0.3s;
}

.cwu-slot.cwu-active .cwu-meta-divider {
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.cwu-meta-right {
    color: var(--theme-primary-color);
    font-size: 0.81rem;
    line-height: 1.5;
    transition: color 0.3s;
    opacity: 0.7;
}

.cwu-slot.cwu-active .cwu-meta-right {
    color: rgba(255, 255, 255, 0.75);
    opacity: 1;
}

/* CTA button */
.cwu-slot .cwu-btn {
    display: inline-block;
    padding: 9px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    border: 2px solid var(--theme-primary-color);
    cursor: pointer;
    width: fit-content;
    background: transparent;
    color: var(--theme-primary-color);
    transition: background 0.25s, color 0.25s, box-shadow 0.25s,
        border-color 0.25s;
}

.cwu-slot.cwu-active .cwu-btn {
    background: #fff;
    color: var(--theme-primary-color);
    border-color: transparent;
    font-weight: 700;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

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

.cwu-slot.cwu-active .cwu-btn:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
    background: #fff;
    color: var(--theme-primary-color);
}

/* ---- Tab panel animation ---- */
.cwu-panel {
    display: none;
    animation: cwuFadeUp 0.38s ease;
}

.cwu-panel.active {
    display: block;
}

.cwu-panel.active .cwu-slot:not(.cwu-active) h4,
.cwu-panel.active .cwu-slot:not(.cwu-active) p,
.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-meta-right,
.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-meta-left a,
.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-meta-left a:link,
.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-meta-left a:visited,
.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-meta-left span,
.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-icon,
.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-btn:not(:hover) {
    color: #000 !important;
}

.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-btn:not(:hover) {
    border-color: #000 !important;
}

.cwu-panel.active .cwu-slot:not(.cwu-active) .cwu-btn:hover {
    color: #fff !important;
    border-color: var(--theme-primary-color) !important;
}

@keyframes cwuFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Responsive ---- */
/* Tablet landscape and below (768px and down) */
@media (max-width : 768px) {
    #landingContact {
        padding: 40px 0 50px;
    }

    #landingContact h2 {
        font-size: 1.75rem;
        margin-bottom: 1.2rem;
    }

    .cwu-tab-wrap {
        margin-bottom: 2rem;
        padding: 0 15px;
    }

    .cwu-tab-pills .cwu-pill {
        padding: 8px 24px;
        font-size: 0.9rem;
    }

    .cwu-outer {
        flex-direction: column;
        overflow: hidden;
        border-radius: 15px;
        min-height: auto;
    }

    .cwu-highlight {
        top: 0;
        bottom: 0;
        border-radius: 0;
        left: 0 !important;
        width: 100% !important;
        height: 33.333% !important;
        transition: top 0.38s cubic-bezier(.4, 0, .2, 1), height 0.38s cubic-bezier(.4, 0, .2, 1);
    }

    .cwu-slot {
        flex: none;
        min-height: 140px;
    }

    .cwu-slot-inner {
        padding: 1.5rem 1.2rem 1.2rem;
    }

    .cwu-slot+.cwu-slot .cwu-slot-inner {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .cwu-slot.cwu-active+.cwu-slot .cwu-slot-inner {
        border-top: none;
    }

    .cwu-slot h4 {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }

    .cwu-slot.cwu-active h4 {
        font-size: 1.2rem;
    }

    .cwu-slot p {
        font-size: 0.85rem;
        margin-bottom: 0.7rem;
    }

    .cwu-meta {
        gap: 0.6rem;
        margin-bottom: 0.8rem;
    }

    .cwu-meta-left a,
    .cwu-meta-left span {
        font-size: 0.82rem;
    }

    .cwu-meta-right {
        font-size: 0.76rem;
    }

    .cwu-slot .cwu-btn {
        padding: 8px 18px;
        font-size: 0.84rem;
    }
}

/* Mobile phones (576px and down) */
@media (max-width : 576px) {
    #landingContact {
        padding: 30px 0 40px;
    }

    #landingContact h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .cwu-tab-wrap {
        margin-bottom: 1.5rem;
    }

    .cwu-tab-pills {
        width: 100%;
        max-width: 300px;
    }

    .cwu-tab-pills .cwu-pill {
        padding: 8px 16px;
        font-size: 0.85rem;
        flex: 1;
        text-align: center;
    }

    .cwu-outer {
        border-radius: 12px;
        margin: 0 -15px;
    }

    .cwu-slot {
        min-height: 120px;
    }

    .cwu-slot-inner {
        padding: 1.2rem 1rem 1rem;
    }

    .cwu-slot .cwu-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }

    .cwu-slot h4 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
        line-height: 1.3;
    }

    .cwu-slot.cwu-active h4 {
        font-size: 1.15rem;
    }

    .cwu-slot p {
        font-size: 0.8rem;
        margin-bottom: 0.6rem;
        line-height: 1.4;
    }

    .cwu-meta {
        flex-direction: column;
        gap: 0.4rem;
        align-items: flex-start;
        margin-bottom: 0.7rem;
    }

    .cwu-meta-divider {
        display: none;
    }

    .cwu-meta-left {
        gap: 0.15rem;
    }

    .cwu-meta-left a,
    .cwu-meta-left span {
        font-size: 0.78rem;
    }

    .cwu-meta-right {
        font-size: 0.74rem;
    }

    .cwu-slot .cwu-btn {
        padding: 7px 16px;
        font-size: 0.8rem;
        width: 100%;
        max-width: 200px;
        text-align: center;
    }

    /* Highlight positioning for mobile stacked layout */
    .cwu-highlight::after {
        width: 200px;
        height: 200px;
        bottom: -50px;
    }
}

/* Extra small phones (480px and down) */
@media (max-width : 480px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #landingContact h2 {
        font-size: 1.3rem;
    }

    .cwu-tab-pills .cwu-pill {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .cwu-outer {
        margin: 0 -10px;
    }

    .cwu-slot-inner {
        padding: 1rem 0.8rem 0.8rem;
    }

    .cwu-slot h4 {
        font-size: 0.95rem;
    }

    .cwu-slot.cwu-active h4 {
        font-size: 1.1rem;
    }

    .cwu-slot p {
        font-size: 0.75rem;
    }

    .cwu-meta-left a,
    .cwu-meta-left span {
        font-size: 0.74rem;
    }

    .cwu-meta-right {
        font-size: 0.7rem;
    }

    .cwu-slot .cwu-btn {
        font-size: 0.75rem;
        padding: 6px 14px;
    }
    @media (max-width: 767.98px) {
    #mainCarousel {
        display: none !important;
    }

    .scrollspy-example {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

/* Mobile Banner for Index Page */
@media (max-width: 767.98px) {
    .mobile-banner {
        background: linear-gradient(135deg, var(--theme-primary-color) 0%, var(--theme-primary-color-hover) 100%);
        color: #fff;
        text-align: center;
        padding: 1.5rem 1rem;
        font-size: 1.1rem;
        font-weight: 600;
        position: relative;
        overflow: hidden;
    }

    .mobile-banner::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        animation: pulse 3s ease-in-out infinite;
    }

    .mobile-banner .banner-text {
        position: relative;
        z-index: 1;
    }

    .mobile-banner .banner-subtitle {
        font-size: 0.9rem;
        font-weight: 400;
        margin-top: 0.5rem;
        opacity: 0.9;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* ===== COMPREHENSIVE MOBILE FIXES FOR INDEX PAGE ===== */

/* Mobile Banner for Index Page */
@media (max-width: 767.98px) {
    .mobile-banner {
        background: linear-gradient(135deg, var(--theme-primary-color) 0%, var(--theme-primary-color-hover) 100%);
        color: #fff;
        text-align: center;
        padding: 1.5rem 1rem;
        font-size: 1.1rem;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        margin-bottom: 1rem;
        z-index: 1; /* Ensure it's below mobile nav overlay */
    }

    .mobile-banner::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        animation: pulse 3s ease-in-out infinite;
    }

    .mobile-banner .banner-text {
        position: relative;
        z-index: 1;
    }

    .mobile-banner .banner-subtitle {
        font-size: 0.9rem;
        font-weight: 400;
        margin-top: 0.5rem;
        opacity: 0.9;
    }
}

/* Enhanced Mobile Layout Fixes */
@media (max-width: 767.98px) {
    /* Global mobile spacing */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Section spacing */
    .index-section-white,
    .index-section-alt,
    .partner-section,
    .bs-section,
    .bs-section-right,
    .cta-banner,
    .security-section,
    .pc-section,
    .impact-section {
        padding: 2rem 0 !important;
        margin-bottom: 1rem !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    }

    /* Typography scaling */
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.2em !important;
        line-height: 1.3 !important;
        margin-bottom: 0.8rem !important;
    }

    /* Button standardization */
    .btn {
        font-size: 0.9rem !important;
        padding: 0.6rem 1.2rem !important;
        border-radius: 8px !important;
        font-weight: 500 !important;
        min-height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Card improvements */
    .card, .pc-card, .bs-product-card {
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
        margin-bottom: 1rem !important;
        overflow: hidden !important;
    }

    /* Image handling */
    img {
        max-width: 100% !important;
        height: auto !important;
        border-radius: 8px !important;
    }

    /* Form elements */
    input, textarea, select {
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 0.75rem !important;
        border-radius: 8px !important;
        min-height: 44px !important;
    }

    /* Partner section mobile */
    .partner-section .partner-content {
        text-align: center !important;
        padding: 1.5rem !important;
    }

    .partner-title {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .partner-description {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    /* Product cards mobile */
    .pc-card {
        min-width: 280px !important;
        max-width: 320px !important;
        margin: 0 auto 1rem !important;
    }

    .pc-track {
        gap: 1rem !important;
        padding: 0.5rem !important;
    }

    /* Best sellers section mobile */
    .bs-section, .bs-section-right {
        padding: 2rem 0 !important;
        border-radius: 0 !important;
    }

    .bs-header {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1rem !important;
        margin-bottom: 2rem !important;
    }

    .bs-header-left h2 {
        font-size: 1.5rem !important;
    }

    .bs-product-card {
        margin-bottom: 1rem !important;
        border-radius: 12px !important;
    }

    /* CTA banner mobile */
    .cta-banner {
        border-radius: 12px !important;
        margin: 1rem 0 !important;
        min-height: auto !important;
        padding: 2rem 1rem !important;
    }

    .cta-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1.5rem !important;
        padding: 0 !important;
    }

    .cta-text h2 {
        font-size: 1.4rem !important;
        margin-bottom: 0.5rem !important;
    }

    .cta-text p {
        font-size: 0.9rem !important;
        margin-bottom: 0 !important;
    }

    .cta-action .btn {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
    }

    /* Impact/Stats section mobile */
    .impact-section {
        padding: 2rem 0 !important;
    }

    .impact-wrapper {
        padding: 2rem 1rem !important;
        border-radius: 12px !important;
    }

    .impact-title {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .impact-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }

    .impact-stats {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .impact-card {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
        padding: 1.5rem 1rem !important;
    }

    .impact-card h3 {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
    }

    .impact-card p {
        font-size: 0.85rem !important;
    }

    /* Security section mobile */
    .security-section {
        padding: 2rem 0 !important;
        text-align: center !important;
    }

    .security-title {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .security-subtitle {
        font-size: 0.9rem !important;
        margin-bottom: 2rem !important;
    }

    .security-badges img {
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 1rem !important;
    }

    /* Contact section mobile */
    #landingContact {
        padding: 2rem 0 !important;
    }

    #landingContact h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .cwu-tab-wrap {
        margin-bottom: 2rem !important;
    }

    .cwu-outer {
        border-radius: 12px !important;
        margin: 0 -10px !important;
    }

    .cwu-slot {
        min-height: auto !important;
    }

    .cwu-slot-inner {
        padding: 1.5rem 1rem !important;
    }

    .cwu-slot h4 {
        font-size: 1.1rem !important;
        margin-bottom: 0.5rem !important;
    }

    .cwu-slot p {
        font-size: 0.85rem !important;
        margin-bottom: 1rem !important;
    }

    .cwu-meta {
        flex-direction: column !important;
        gap: 0.5rem !important;
        align-items: flex-start !important;
    }

    .cwu-slot .cwu-btn {
        width: 100% !important;
        padding: 0.75rem 1rem !important;
        font-size: 0.9rem !important;
    }

    /* Footer mobile */
    .footer, .modern-footer {
        padding: 2rem 0 !important;
        text-align: center !important;
    }

    .footer-links {
        margin-bottom: 1.5rem !important;
    }

    .footer-links li {
        margin-bottom: 0.5rem !important;
    }

    .footer-social {
        justify-content: center !important;
        margin-top: 1rem !important;
    }

    .footer-social a {
        font-size: 1.4rem !important;
        margin: 0 0.5rem !important;
    }

    /* Hide main carousel on mobile (already done) */
    #mainCarousel {
        display: none !important;
    }

    /* Adjust scrollspy padding */
    .scrollspy-example {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Ensure proper spacing after mobile banner */
    .mobile-banner + .scrollspy-example {
        padding-top: 0 !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mobile-banner {
        padding: 1.2rem 0.8rem !important;
        font-size: 1rem !important;
    }

    .mobile-banner .banner-subtitle {
        font-size: 0.8rem !important;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 1.1em !important;
    }

    .btn {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem !important;
    }

    .partner-title {
        font-size: 1.3rem !important;
    }

    .cta-text h2 {
        font-size: 1.2rem !important;
    }

    .impact-title {
        font-size: 1.3rem !important;
    }

    .security-title {
        font-size: 1.3rem !important;
    }

    #landingContact h2 {
        font-size: 1.3rem !important;
    }

    .cwu-slot h4 {
        font-size: 1rem !important;
    }

    .impact-card h3 {
        font-size: 1.8rem !important;
    }
}

/* Mobile-specific fixes for badges and best-seller nav */
@media (max-width: 768px) {
    /* Keep badge visible and within card bounds on small screens */
    .bs-badge-new {
        /* keep centered on mobile as well, but slightly smaller */
        left: 50% !important;
        top: 0 !important;
        transform: translate(-50%, -50%) !important;
        font-size: 0.72rem !important;
        padding: 3px 8px !important;
        box-shadow: 0 2px 6px rgba(239, 68, 68, 0.32) !important;
    }

    /* Use touch-friendly horizontal scroll on mobile; hide desktop arrows */
    .bs-nav {
        display: none !important;
    }

    /* Ensure product cards allow the badge and controls to be visible */
    .bs-product-card {
        overflow: visible !important;
    }

    /* Slightly reduce track gap so cards fit better on narrow viewports */
    .bs-track {
        gap: 14px !important;
        padding: 12px 6px 16px 6px !important;
    }
}

/* Make header sticky on larger viewports and avoid content being hidden */
@media (min-width: 992px) {
    .layout-navbar {
        position: sticky !important;
        top: 0 !important;
        z-index: 1100 !important;
    }

    /* Provide top padding so the scrollspy content doesn't sit under the sticky header */
    .scrollspy-example {
        padding-top: 72px !important;
        margin-top: 0 !important;
    }
}

}

/* Mobile-only Connect With Us layout */
@media (max-width: 767.98px) {
    #landingContact {
        padding: 2.25rem 0 !important;
        overflow: hidden;
        background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%) !important;
    }

    #landingContact .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #landingContact h2 {
        color: #1f2d3d;
        font-size: 1.5rem !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
        word-spacing: normal !important;
        margin-bottom: 1.1rem !important;
    }

    #landingContact .cwu-tab-wrap {
        justify-content: center;
        margin-bottom: 1.15rem !important;
        padding: 0 !important;
    }

    #landingContact .cwu-tab-pills {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        max-width: 360px;
        padding: 5px;
        border: 1px solid rgba(13, 110, 253, 0.12);
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 0.35rem 1rem rgba(67, 89, 113, 0.08);
    }

    #landingContact .cwu-tab-pills .cwu-pill {
        min-height: 42px;
        padding: 0.5rem 0.55rem !important;
        border-radius: 10px;
        color: #697a8d;
        font-size: 0.8rem !important;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0 !important;
        word-spacing: normal !important;
        white-space: normal;
    }

    #landingContact .cwu-tab-pills .cwu-pill.active {
        color: #000 !important;
    }

    #landingContact .cwu-tab-pills .cwu-pill-slider {
        border-radius: 10px;
        box-shadow: none;
    }

    #landingContact .cwu-outer {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 0.8rem;
        width: 100%;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    #landingContact .cwu-highlight {
        display: none !important;
    }

    #landingContact .cwu-slot {
        width: 100%;
        min-height: 0 !important;
        cursor: default;
        border-radius: 14px;
    }

    #landingContact .cwu-slot-inner {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: start;
        column-gap: 0.85rem;
        height: auto !important;
        min-height: 0;
        padding: 0.95rem !important;
        border: 1px solid rgba(67, 89, 113, 0.12) !important;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 0.45rem 1.25rem rgba(67, 89, 113, 0.1);
    }

    #landingContact .cwu-slot + .cwu-slot .cwu-slot-inner,
    #landingContact .cwu-slot.cwu-active + .cwu-slot .cwu-slot-inner {
        border-top: 1px solid rgba(67, 89, 113, 0.12) !important;
    }

    #landingContact .cwu-slot .cwu-icon {
        grid-row: 1 / span 4;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        border-radius: 12px;
        background: rgba(13, 110, 253, 0.09);
        color: var(--theme-primary-color);
    }

    #landingContact .cwu-slot.cwu-active .cwu-icon {
        background: var(--theme-primary-color);
        color: #fff;
    }

    #landingContact .cwu-slot .cwu-icon i {
        font-size: 1.3rem !important;
    }

    #landingContact .cwu-slot h4,
    #landingContact .cwu-slot.cwu-active h4 {
        color: #1f2d3d !important;
        font-size: 0.98rem !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
        word-spacing: normal !important;
        margin: 0 0 0.28rem !important;
    }

    #landingContact .cwu-slot h4 br {
        display: none;
    }

    #landingContact .cwu-slot p,
    #landingContact .cwu-slot.cwu-active p {
        color: #697a8d !important;
        font-size: 0.82rem !important;
        line-height: 1.42 !important;
        letter-spacing: 0 !important;
        word-spacing: normal !important;
        margin: 0 0 0.7rem !important;
    }

    #landingContact .cwu-meta {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 0.5rem !important;
        align-items: start !important;
        margin: 0.1rem 0 0.7rem !important;
        padding: 0.7rem;
        border: 1px solid rgba(67, 89, 113, 0.08);
        border-radius: 12px;
        background: #f7f9fc;
    }

    #landingContact .cwu-meta-left {
        display: grid !important;
        gap: 0.4rem !important;
    }

    #landingContact .cwu-meta-left a,
    #landingContact .cwu-meta-left span,
    #landingContact .cwu-slot.cwu-active .cwu-meta-left a,
    #landingContact .cwu-slot.cwu-active .cwu-meta-left span {
        color: #3f5065 !important;
        font-size: 0.8rem !important;
        font-weight: 600;
        line-height: 1.35;
        letter-spacing: 0 !important;
        word-spacing: normal !important;
        overflow-wrap: anywhere;
    }

    #landingContact .cwu-meta-left a i {
        color: var(--theme-primary-color);
        font-size: 0.95rem;
    }

    #landingContact .cwu-meta-divider {
        display: none !important;
    }

    #landingContact .cwu-meta-right,
    #landingContact .cwu-slot.cwu-active .cwu-meta-right {
        color: #697a8d !important;
        font-size: 0.76rem !important;
        line-height: 1.35;
        letter-spacing: 0 !important;
        word-spacing: normal !important;
        text-align: left;
    }

    #landingContact .cwu-slot .cwu-btn,
    #landingContact .cwu-slot.cwu-active .cwu-btn {
        width: 100% !important;
        max-width: none !important;
        min-height: 40px;
        padding: 0.6rem 0.75rem !important;
        border-color: var(--theme-primary-color) !important;
        border-radius: 10px;
        background: var(--theme-primary-color) !important;
        color: #fff !important;
        font-size: 0.8rem !important;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0 !important;
        word-spacing: normal !important;
        text-align: center;
        overflow-wrap: anywhere;
        box-shadow: 0 0.35rem 0.8rem rgba(13, 110, 253, 0.18);
    }

    #landingContact .cwu-slot .cwu-btn:active {
        transform: translateY(1px);
    }
}

@media (max-width: 380px) {
    #landingContact .cwu-slot-inner {
        grid-template-columns: 40px minmax(0, 1fr);
        column-gap: 0.7rem;
        padding: 0.85rem !important;
    }

    #landingContact .cwu-slot .cwu-icon {
        width: 40px !important;
        height: 40px !important;
    }

    #landingContact .cwu-tab-pills .cwu-pill {
        font-size: 0.74rem !important;
    }
}

/* Center index page section headings */
.bs-header {
    justify-content: center !important;
    text-align: center;
}

.bs-header-left {
    width: 100%;
    text-align: center;
}

.bs-explore-link {
    position: absolute;
    right: 0;
    bottom: 6px;
}

.bs-header-left h2,
.pc-section .pc-heading,
.cta-text h2,
.partner-title,
.security-title,
.impact-title,
#landingFAQ h3,
#landingContact h2 {
    text-align: center !important;
}

.pc-section .pc-subtext,
.security-subtitle,
.impact-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 767.98px) {
    .bs-header {
        align-items: center !important;
    }

    .bs-explore-link {
        position: static;
        margin: 0 auto;
    }
}
