    /* Business 360 Scroll Animation Styles */
    .business-360-hero {
        min-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 80px 20px 40px;
        background: linear-gradient(135deg, #0A1927 0%, #1a3a2e 100%);
    }

    .business-360-hero-inner {
        max-width: 900px;
    }

    .business-360-hero h1 {
        font-size: clamp(2.4rem, 5vw, 4.8rem);
        letter-spacing: 0.02em;
        margin-bottom: 16px;
        color: #fff;
    }

    .business-360-hero p {
        max-width: 760px;
        margin: 0 auto;
        color: #bfd0f2;
        font-size: clamp(1rem, 2vw, 1.18rem);
    }

    .scroll-note {
        margin-top: 28px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #1FC5B1;
        border: 1px solid rgba(31, 197, 177, 0.35);
        padding: 10px 18px;
        border-radius: 999px;
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.04);
        font-size: 0.95rem;
    }

    .experience-360 {
        position: relative;
        height: 600vh;
        background: #0A4FA3;
    }

    .sticky-wrap-360 {
        position: sticky;
        top: 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        overflow: hidden;
    }

    .scene-360 {
        width: min(1200px, 100%);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
    }

    .circle-panel-360 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 70vh;
    }

    .circle-shell-360 {
        position: relative;
        width: min(72vw, 560px);
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        display: grid;
        place-items: center;
        filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.35));
    }

    .ring-360 {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: conic-gradient(
            from -90deg,
            rgba(10, 28, 56, 0.18) 0deg 60deg,
            rgba(10, 28, 56, 0.18) 60deg 120deg,
            rgba(10, 28, 56, 0.18) 120deg 180deg,
            rgba(10, 28, 56, 0.18) 180deg 240deg,
            rgba(10, 28, 56, 0.18) 240deg 300deg,
            rgba(10, 28, 56, 0.18) 300deg 360deg
        );
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.04);
    }

    .segment-360 {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        opacity: 0;
        transform: scale(0.94);
        transition: opacity 0.6s ease, transform 0.7s ease, filter 0.6s ease;
        filter: saturate(0.9) brightness(0.92);
    }

    .segment-360.active {
        opacity: 1;
        transform: scale(1);
        filter: saturate(1.02) brightness(1.02);
    }

    .seg-1-360 { background: conic-gradient(from -90deg, #1f7aec 0deg 60deg, transparent 60deg 360deg); }
    .seg-2-360 { background: conic-gradient(from -90deg, transparent 0deg 60deg, #3e8fff 60deg 120deg, transparent 120deg 360deg); }
    .seg-3-360 { background: conic-gradient(from -90deg, transparent 0deg 120deg, #33b8c7 120deg 180deg, transparent 180deg 360deg); }
    .seg-4-360 { background: conic-gradient(from -90deg, transparent 0deg 180deg, #1ca7a5 180deg 240deg, transparent 240deg 360deg); }
    .seg-5-360 { background: conic-gradient(from -90deg, transparent 0deg 240deg, #00a86b 240deg 300deg, transparent 300deg 360deg); }
    .seg-6-360 { background: conic-gradient(from -90deg, transparent 0deg 300deg, #84c341 300deg 360deg); }

    .circle-inner-360 {
        position: absolute;
        width: 54%;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: inset 0 2px 24px rgba(255, 255, 255, 0.06), 0 20px 40px rgba(0, 0, 0, 0.28);
        display: grid;
        place-items: center;
        text-align: center;
        padding: 24px;
        z-index: 3;
        backdrop-filter: blur(12px);
    }

    .circle-inner-360 h2 {
        font-size: clamp(1.4rem, 2vw, 2rem);
        margin-bottom: 6px;
        color: #fff;
    }

    .circle-inner-360 p {
        color: #bfd0f2;
        font-size: 0.95rem;
    }

    .orbital-label-360 {
        position: absolute;
        z-index: 4;
        width: 140px;
        text-align: center;
        font-size: 0.9rem;
        color: #e9f3ff;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.5s ease, transform 0.5s ease;
        pointer-events: none;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    }

    .orbital-label-360.show {
        opacity: 1;
        transform: translateY(0);
    }

    .label-1-360 { top: 8%; left: 50%; transform: translate(-50%, 10px); }
    .label-1-360.show { transform: translate(-50%, 0); }
    .label-2-360 { top: 28%; right: -3%; }
    .label-3-360 { bottom: 24%; right: 2%; }
    .label-4-360 { bottom: 8%; left: 50%; transform: translate(-50%, 10px); }
    .label-4-360.show { transform: translate(-50%, 0); }
    .label-5-360 { bottom: 24%; left: 2%; }
    .label-6-360 { top: 28%; left: -3%; }

    .content-panel-360 {
        min-height: 60vh;
        display: flex;
        align-items: center;
    }

    .content-card-360 {
        width: 100%;
        min-height: 320px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(16px);
        padding: 32px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        position: relative;
        overflow: hidden;
    }

    .content-card-360::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(140deg, rgba(255,255,255,0.08), transparent 40%);
        pointer-events: none;
    }

    .step-count-360 {
        font-size: 0.88rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: #1FC5B1;
        margin-bottom: 12px;
    }

    .content-card-360 h3 {
        font-size: clamp(1.7rem, 3vw, 2.6rem);
        margin-bottom: 14px;
        color: #fff;
    }

    .tagline-360 {
        font-size: 1.08rem;
        color: #ffffff;
        margin-bottom: 14px;
        font-weight: 600;
    }

    .content-card-360 p {
        color: #bfd0f2;
        font-size: 1rem;
        max-width: 540px;
    }

    .completion-360 {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 80px 24px;
        background: linear-gradient(135deg, #0A4FA3 0%, #0a1a2e 100%);
    }

    .completion-card-360 {
        max-width: 900px;
        text-align: center;
        background: rgba(255,255,255,0.07);
        border: 1px solid rgba(255,255,255,0.16);
        border-radius: 30px;
        padding: 52px 32px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(16px);
    }

    .completion-card-360 h2 {
        font-size: clamp(2rem, 4vw, 3.6rem);
        margin-bottom: 18px;
        color: #fff;
    }

    .completion-card-360 p {
        color: #bfd0f2;
        font-size: 1.08rem;
        max-width: 760px;
        margin: 0 auto 18px;
    }

    .completion-card-360 .cta-360 {
        display: inline-block;
        margin-top: 10px;
        padding: 14px 24px;
        border-radius: 999px;
        text-decoration: none;
        color: #04111f;
        background: linear-gradient(135deg, #ffffff, #a8d5ff);
        font-weight: 700;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        box-shadow: 0 15px 30px rgba(112, 184, 255, 0.25);
    }

    .completion-card-360 .cta-360:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 36px rgba(112, 184, 255, 0.3);
    }

    @media (max-width: 980px) {
        .scene-360 {
            grid-template-columns: 1fr;
            gap: 22px;
        }
        .circle-panel-360 {
            min-height: auto;
        }
        .circle-shell-360 {
            width: min(88vw, 480px);
        }
        .content-panel-360 {
            min-height: auto;
        }
        .content-card-360 {
            min-height: 280px;
            padding: 26px;
        }
        .orbital-label-360 {
            width: 108px;
            font-size: 0.76rem;
        }
    }

    @media (max-width: 640px) {
        .sticky-wrap-360 {
            align-items: flex-start;
            padding-top: 30px;
        }
        .circle-shell-360 {
            width: min(92vw, 390px);
        }
        .circle-inner-360 {
            width: 56%;
            padding: 18px;
        }
        .circle-inner-360 h2 {
            font-size: 1.15rem;
        }
        .circle-inner-360 p {
            font-size: 0.8rem;
        }
        .orbital-label-360 {
            width: 84px;
            font-size: 0.64rem;
        }
        .label-2-360 { right: -4%; }
        .label-6-360 { left: -4%; }
        .content-card-360 h3 {
            font-size: 1.5rem;
        }
        .content-card-360 p,
        .tagline-360 {
            font-size: 0.96rem;
        }
    }



/* */
/* Business Support Cards - Uniform Size & Responsive */
.business-support-card {
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.business-support-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.support-card-inner {
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.support-icon {
    margin-bottom: 20px;
    min-height: 60px;
}

.support-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.business-support-card .box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0A1927;
    line-height: 1.3;
    min-height: 55px;
}

.business-support-card .subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #1FC5B1;
    background: rgba(31, 197, 177, 0.1);
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.business-support-card .box-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.business-support-card .btn-group {
    margin-top: auto;
}

.small-btn {
    padding: 10px 20px !important;
    font-size: 13px !important;
    border-radius: 40px !important;
    display: inline-block;
}

/* CTA Card Styling */
.cta-card {
    background: linear-gradient(135deg, #0A1927 0%, #1a3a2e 100%);
}

.cta-card .support-card-inner {
    background: transparent;
}

.cta-card .box-title {
    color: #ffffff;
}

.cta-card .box-text {
    color: rgba(255, 255, 255, 0.8);
}

.cta-card .subtitle {
    background: rgba(255, 255, 255, 0.15);
    color: #1FC5B1;
}

/* Responsive Breakpoints */
@media (max-width: 1399px) {
    .business-support-card .box-title {
        font-size: 18px;
        min-height: 50px;
    }
    .support-card-inner {
        padding: 25px 18px;
    }
}

@media (max-width: 1199px) {
    .business-support-card .box-title {
        font-size: 17px;
        min-height: 55px;
    }
    .business-support-card .box-text {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .business-support-card .box-title {
        min-height: auto;
        font-size: 18px;
    }
    .support-card-inner {
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {
    .business-support-card .box-title {
        font-size: 18px;
    }
    .business-support-card .box-text {
        font-size: 13px;
    }
    .support-card-inner {
        padding: 22px 16px;
    }
}

@media (max-width: 575px) {
    .col-sm-6 {
        width: 50%;
    }
    .business-support-card .box-title {
        font-size: 16px;
    }
    .business-support-card .box-text {
        font-size: 12px;
    }
    .support-icon img {
        width: 45px;
        height: 45px;
    }
    .small-btn {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 480px) {
    .col-sm-6 {
        width: 100%;
    }
    .business-support-card .box-title {
        font-size: 18px;
    }
    .business-support-card .box-text {
        font-size: 13px;
    }
}
