.g-nav,
.g-nav-brand {
    display: flex;
    align-items: center;
}
.g-nav,
.glass-card,
.hero-shell,
.slide-glass {
    backdrop-filter: blur(10px);
}
:root {
    --primary: #6f42ff;
    --secondary: #ff7a00;
    --mint: #10c8a0;
    --sun: #ffd84d;
    --navy: #1b2140;
    --text: #566176;
    --bg: #fffdf8;
    --white: #ffffff;
    --shadow: 0 20px 60px rgba(26, 33, 64, 0.1);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Inter, sans-serif;
    color: var(--navy);
    background: radial-gradient(circle at 0 0, rgba(111, 66, 255, 0.14), transparent 26%),
        radial-gradient(circle at 100% 10%, rgba(255, 122, 0, 0.12), transparent 28%),
        radial-gradient(circle at 70% 90%, rgba(16, 200, 160, 0.12), transparent 22%),
        linear-gradient(180deg, #fffefb 0, #fff 45%, #f9f8ff 100%);
    overflow-x: hidden;
}
.brand,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Baloo 2", cursive;
}
.g-nav {
    height: var(--nav-h);
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
}
.g-modal-badge,
.g-nav-badge {
    align-items: center;
    display: inline-flex;
}
.g-nav-badge {
    justify-content: center;
    padding: 10px 14px;
    border-radius: 14px;
}
.g-nav-logo {
    height: 38px;
    width: auto;
    filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.18));
}
.g-nav-btn {
    white-space: nowrap;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}
.btn-brand {
    background: #f7941e;
    border: 0 !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
    font-weight: 700;
}
.btn-brand:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
    background: #f7941e;
    color: #fff;
}
.g-modal {
    border: 0;
    border-radius: var(--radius-md);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}
.g-modal-badge {
    justify-content: center;
    padding: 10px 12px;
    border-radius: 14px;
    background: var(--alternate-color);
}
.g-modal-logo {
    height: 30px;
    width: auto;
}
.g-modal-title {
    font-family: var(--heading-font);
    font-weight: 900;
}
.footer-brand,
.why-card h4 {
    font-family: "Baloo 2", cursive;
}
.eyebrow,
.hero h1 {
    font-weight: 800;
    margin-bottom: 1rem;
}
.g-input {
    border-radius: 14px !important;
    border: 1px solid rgba(17, 24, 39, 0.16);
}
.g-input:focus {
    border-color: color-mix(in srgb, var(--accent-color) 55%, #fff);
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--accent-color) 20%, transparent);
}
.hero {
    padding: 110px 0 65px;
    position: relative;
}
.shape,
.shape2,
.shape3 {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    opacity: 0.35;
    z-index: 0;
}
.hero-shell {
    position: relative;
    z-index: 2;
}
.shape {
    width: 240px;
    height: 240px;
    background: #ccb7ff;
    left: -60px;
    top: 80px;
}
.shape2 {
    width: 170px;
    height: 170px;
    background: #ffe696;
    right: 8%;
    top: 220px;
}
.shape3 {
    width: 190px;
    height: 190px;
    background: #9af1e2;
    left: 46%;
    bottom: 0;
}
.hero-shell {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 34px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(111, 66, 255, 0.1);
    color: var(--primary);
    padding: 0.55rem 1rem;
    border-radius: 999px;
}
.hero-visual,
.stat-card {
    padding: 1rem;
}
.hero h1 {
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 0.95;
}
.grad {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lead-text {
    font-size: 1.08rem;
    color: var(--text);
    max-width: 780px;
}
.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 1.3rem 0 1.7rem;
}
.hero-points span {
    background: #fff;
    border: 1px solid rgba(111, 66, 255, 0.08);
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(28, 37, 67, 0.05);
}
.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 1rem;
}
.stat-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(111, 66, 255, 0.08);
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(28, 37, 67, 0.06);
}
.stat-card h4 {
    font-size: 1.8rem;
    margin: 0;
    color: var(--primary);
    font-weight: 800;
}
.stat-card p {
    margin: 0;
    color: var(--text);
    font-size: 0.9rem;
}

.hero-banner {
    min-height: 454px;
    border-radius: 30px;
    background-image: url("image/gymboree-web-mbl-banner1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .hero-banner {
        background-image: url("image/gymboree-web-banner1.jpg");
    }
}
.floating-badge {
    position: absolute;
    top: 24px;
    right: 22px;
    background: #fff;
    color: var(--navy);
    padding: 0.8rem 1rem;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
    font-weight: 800;
    max-width: 190px;
    z-index: 2;
}
.check-list li,
.section-sub,
footer {
    color: var(--text);
}
.section {
    padding: 85px 0;
    position: relative;
}
.section-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 0.8rem;
}
.section-sub {
    max-width: 760px;
    margin: 0 auto;
}
.glass-card {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 16px 40px rgba(28, 37, 67, 0.06);
    transition: 0.3s;
}
.glass-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(28, 37, 67, 0.1);
}
.split-feature {
    background: linear-gradient(135deg, #1b1148, #472393 50%, #ff7a00 100%);
    color: #fff;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(71, 35, 147, 0.28);
}
.pill-light {
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-weight: 800;
}
.program-card {
    background: linear-gradient(180deg, #fff, #fcfaff);
    border: 1px solid rgba(111, 66, 255, 0.08);
    border-radius: 30px;
    padding: 1.7rem;
    height: 100%;
    box-shadow: 0 18px 50px rgba(28, 37, 67, 0.07);
}
.program-badge {
    background: #f4efff;
    color: var(--primary);
    font-weight: 800;
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    margin-bottom: 1rem;
}
.check-list li::before,
.quote {
    color: var(--secondary);
    font-weight: 800;
}
.check-list,
.footer-contact,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li {
    display: flex;
    gap: 10px;
    padding: 0.52rem 0;
}
.check-list li::before {
    content: "✦";
}
.testimonial {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 16px 40px rgba(28, 37, 67, 0.06);
    border: 1px solid rgba(111, 66, 255, 0.08);
}
.quote {
    font-size: 2rem;
    line-height: 1;
}
.admission-box {
    background: linear-gradient(135deg, #20124a, #6f42ff 55%, #ff7a00 100%);
    color: #fff;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(61, 35, 143, 0.28);
}
.price-chip {
    background: rgba(255, 255, 255, 0.16);
    padding: 0.75rem 1rem;
    border-radius: 18px;
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0.8rem 0 1rem;
}
.contact-card {
    background: linear-gradient(180deg, #fff, #fbf8ff);
    border-radius: 32px;
    padding: 2rem;
    box-shadow: 0 18px 55px rgba(28, 37, 67, 0.08);
    border: 1px solid rgba(111, 66, 255, 0.08);
}
.form-control,
.form-select {
    border-radius: 16px;
    padding: 1rem;
    border: 1px solid #e7ddff;
    box-shadow: none !important;
}
.mini-banner {
    background: linear-gradient(135deg, rgba(111, 66, 255, 0.08), rgba(255, 122, 0, 0.08));
    border: 1px solid rgba(111, 66, 255, 0.08);
    border-radius: 26px;
    padding: 1.1rem 1.3rem;
}
.flip-card {
    perspective: 1000px;
    height: 467px;
}
.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-back,
.flip-card:hover .flip-inner {
    transform: rotateY(180deg);
}
.flip-back,
.flip-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-weight: 800;
}
.flip-front {
    color: #000;
}
.flip-back {
    color: #fff;
    font-weight: 600;
}
.flip-back1 {
    background: rgb(245, 208, 115, 0.88);
}
.flip-back2 {
    background: #70bfe1;
}
.flip-back3 {
    background: #7cb982;
}
.flip-back4 {
    background: #e89ab0;
}
#firstStepTabs .btn.active {
    background: #0d67b1 !important;
    color: #fff !important;
    border-color: #0d67b1 !important;
}
footer {
    padding: 0;
}
.footer-main {
    background: linear-gradient(135deg, #160d3a 0, #2b1566 45%, #4b1fa3 100%);
    color: #fff;
    border-radius: 36px 36px 0 0;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.footer-main::after,
.footer-main::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(4px);
}
.footer-main::before {
    width: 220px;
    height: 220px;
    top: -70px;
    right: -60px;
}
.footer-main::after {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -40px;
}
.footer-top {
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-brand {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
    width: 391px;
}
.footer-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-contact li {
    margin-right: 20px;
}
.footer-text {
    color: rgba(255, 255, 255, 0.78);
    max-width: 420px;
    line-height: 1.7;
}
.footer-title {
    font-weight: 800;
    margin-bottom: 1rem;
    color: #fff;
}
.footer-contact li,
.footer-links li {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.78);
}
.footer-contact a,
.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: 0.25s;
}
.footer-contact a:hover,
.footer-links a:hover {
    color: #fff;
}
.footer-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.2rem;
}
.footer-chip {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
}
.footer-bottom {
    padding: 18px 0 24px;
}
.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}
@media (max-width: 991px) {
    .hero {
        padding-top: 95px;
    }
    .stat-grid {
        grid-template-columns: 1fr;
    }
    .carousel-item-box {
        min-height: 430px;
    }
}
@media (max-width: 767px) {
    .hero {
        padding: 88px 0 40px;
    }
    .hero-shell {
        border-radius: 24px;
    }
    .hero-visual {
        padding: 0.35rem;
    }
    .carousel-item-box {
        min-height: 455px !important;
        padding: 0 !important;
        display: block !important;
        border-radius: 22px !important;
        overflow: hidden !important;
        background-position: center top !important;
    }
    .carousel-item-box::before {
        content: "";
        display: block;
        width: 100%;
        height: 220px;
    }
    .carousel-item-box::after {
        inset: 0 auto auto 0;
        width: 100%;
        height: 220px;
    }
    .g-nav-logo {
        height: 27px !important;
    }
    .floating-badge {
        position: absolute !important;
        top: 12px !important;
        right: 12px !important;
        max-width: 150px !important;
        padding: 0.6rem 0.7rem !important;
        font-size: 0.8rem !important;
        line-height: 1.25;
        border-radius: 14px !important;
        z-index: 3;
    }
    .slide-glass {
        position: relative !important;
        z-index: 3;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        background: #fff !important;
        color: var(--navy) !important;
        border-radius: 0 0 22px 22px !important;
        padding: 1.2rem 1rem 1.3rem !important;
        backdrop-filter: none !important;
        border: none !important;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }
    .slide-glass h3 {
        font-size: 1.55rem;
        line-height: 1.2;
        margin-bottom: 0.6rem;
        color: var(--navy) !important;
    }
    .slide-glass p {
        font-size: 0.95rem;
        line-height: 1.5;
        color: var(--text) !important;
        margin-bottom: 0;
    }
    .slide-tag {
        background: rgba(111, 66, 255, 0.1) !important;
        color: var(--primary) !important;
        font-size: 0.78rem;
        padding: 0.35rem 0.7rem;
        margin-bottom: 0.7rem;
    }
    #heroCarousel .carousel-control-next,
    #heroCarousel .carousel-control-prev {
        display: none;
    }
    #heroCarousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }
    .eyebrow {
        font-size: 0.9rem;
        line-height: 1.35;
        text-align: center;
        justify-content: center;
    }
    .hero h1 {
        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1.02;
    }
    .lead-text {
        font-size: 1rem;
        max-width: 100%;
    }
    .hero-points {
        gap: 8px;
        margin: 1rem 0 1.2rem;
    }
    .hero-points span {
        font-size: 0.85rem;
        padding: 0.55rem 0.75rem;
    }
    .btn-main,
    .btn-soft {
        width: 100%;
    }
    .stat-grid {
        max-width: 100% !important;
        grid-template-columns: 1fr;
    }
}
.why-card,
.why-img-wrap {
    overflow: hidden;
    transition: 0.45s;
}
.why-love-section {
    padding: 60px 0 70px;
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr 1fr;
    gap: 34px;
    align-items: start;
}
.why-col,
.why-left-stack,
.why-right-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.why-card {
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}
.why-card h4 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.28;
    font-weight: 800;
    color: #000;
}
.why-img-wrap {
    border-radius: 16px;
    margin-bottom: 18px;
}
.why-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.why-card-blue {
    background: #8ab9d6;
}
.why-card-green {
    background: #73d094;
}
.why-card-peach {
    background: #e8ab8d;
}
.why-card-purple {
    background: #c99fc0;
}
.why-card-yellow {
    background: #e7d271;
}
.why-right-bottom-card .why-img-wrap,
.why-top-card .why-img-wrap {
    height: 375px;
}
.why-bottom-card,
.why-right-top-card {
    cursor: pointer;
}
.why-bottom-card h4 {
    max-width: 92%;
}
.why-expand-image,
.why-right-expand-image {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    border-radius: 16px;
    transition: 0.45s;
}
.why-expand-image img,
.why-right-expand-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}
.why-left-stack.active .why-top-card,
.why-right-stack.active .why-right-bottom-card {
    padding-top: 18px;
    padding-bottom: 18px;
}
.why-left-stack.active .why-top-card .why-img-wrap,
.why-right-stack.active .why-right-bottom-card .why-img-wrap {
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    transform: scale(0.96);
}
.why-left-stack.active .why-expand-image,
.why-right-stack.active .why-right-expand-image {
    max-height: 420px;
    opacity: 1;
    margin-top: 16px;
}
.why-card-tall h4 {
    max-width: 90%;
}
.why-img-tall {
    height: 495px;
    margin-top: 14px;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .why-grid {
        gap: 24px;
    }
    .why-expand-image img,
    .why-right-bottom-card .why-img-wrap,
    .why-right-expand-image img,
    .why-top-card .why-img-wrap {
        height: 320px;
    }
    .why-img-tall {
        height: 430px;
    }
}
@media (max-width: 991px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .why-right-bottom-card .why-img-wrap,
    .why-top-card .why-img-wrap {
        height: auto !important;
        opacity: 1 !important;
        margin-bottom: 18px !important;
        transform: none !important;
    }
    .why-expand-image,
    .why-right-expand-image {
        max-height: none;
        opacity: 1;
        margin-top: 16px;
    }
    .why-expand-image img,
    .why-img-tall img,
    .why-right-bottom-card .why-img-wrap img,
    .why-right-expand-image img,
    .why-top-card .why-img-wrap img {
        aspect-ratio: 4/3;
        height: auto;
    }
    .why-img-tall {
        height: auto;
        margin-top: 16px;
    }
}
@media (max-width: 576px) {
    .why-love-section {
        padding: 40px 0 50px;
    }
    .flip-card {
        perspective: 1000px;
        height: 565px;
    }
    .why-grid {
        gap: 18px;
    }
    .why-card {
        padding: 14px;
        border-radius: 18px;
    }
    .why-card h4 {
        font-size: 1rem;
    }
    .why-expand-image,
    .why-expand-image img,
    .why-img-wrap,
    .why-right-expand-image,
    .why-right-expand-image img {
        border-radius: 12px;
    }
    .why-expand-image img,
    .why-img-tall img,
    .why-right-bottom-card .why-img-wrap img,
    .why-right-expand-image img,
    .why-top-card .why-img-wrap img {
        aspect-ratio: 4/4.2;
    }
}
.mini-banner h5 {
    color: #2b2f32;
}
.gb-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #ffb22a, #ffb22a);
    z-index: 1050;
    padding: 14px 0;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.25);
}
.gb-sticky-btn {
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .whatsapp-btn {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 1000;
        background-color: #25d366;
        padding: 15px;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease-in-out;
    }
    .whatsapp-btn:hover {
        transform: scale(1.1);
    }
}
