:root{
    --primary:#a72686;
    --secondary:#f05a28;
    --dark:#0b1730;
    --text:#253041;
    --muted:#667085;
    --bg:#f7f2f7;
    --white:#ffffff;
    --gradient:linear-gradient(90deg,#a72686 0%,#f05a28 100%);
    --soft-shadow:0 12px 35px rgba(24,39,75,.10);
    --radius:26px;
}
html {
    scroll-behavior: smooth;
}
html,body {
    font-family: 'Mulish', sans-serif;
}

*{box-sizing:border-box}
body{
    font-family: 'Mulish', sans-serif;
    color:var(--text);
    background:linear-gradient(180deg,#faf7fb 0%,#f6f0f5 100%);
    overflow-x:hidden;
}

.navbar-brand .logo{
    width: 200px;
}

.main-heading{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}

.section{
    padding: 54px 0px;
}

a{text-decoration:none}
.section-space{padding:54px 0}
.section-title{
    font-size: 34px;
    font-weight:800;
    line-height:1.05;
    color:#000;
    margin-bottom:10px;
    text-align:center;
}
.section-subtitle{
    font-size:20px;
    color:#556070;
    text-align:center;
    max-width:900px;
    margin:0 auto 40px;
}
.gradient-text{
    background:var(--gradient);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}
.badge-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:14px 24px;
    border-radius:999px;
    background:rgba(255,255,255,.22);
    backdrop-filter:blur(8px);
    color:#fff;
    font-weight:700;
    font-size:1.1rem;
}
.btn-gradient{
    background:var(--gradient);
    color:#fff;
    border:none;
    border-radius:999px;
    padding:14px 30px;
    font-weight:700;
    box-shadow:0 10px 20px rgba(240,90,40,.20);
    transition:.3s ease;
}
.btn-gradient:hover{transform:translateY(-2px); color:#fff}
.btn-white{
    background:#fff;
    color:#c54149;
    border:none;
    border-radius:999px;
    padding:14px 28px;
    font-weight:700;
    box-shadow:var(--soft-shadow);
}
.glass-card,
.soft-card,
.program-card,
.info-card,
.facility-card,
.reel-card,
.age-card,
.fee-card,
.batch-card{
    background:#fff;
    border-radius:28px;
    box-shadow:var(--soft-shadow);
}
.navbar-custom{
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(12px);
    box-shadow:0 5px 22px rgba(31,41,55,.06);
    padding: 0px;
}
.brand-box{
    width:58px;height:58px;border-radius:18px;background:var(--gradient);
    display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:800;
    box-shadow:var(--soft-shadow);
}
.brand-title{font-size:1.9rem;font-weight:800;line-height:1;color:#c93b4d}
.brand-sub{font-size:1rem;color:#667085;font-weight:500}

.hero{
    min-height:90vh;
    position:relative;
    display:flex;
    align-items:center;
    background:
    linear-gradient(90deg,rgba(167,38,134,.72),rgba(240,90,40,.72)),
    url('../images/summer-camp/banner-newage-summer-camp-2026-27.webp') center/cover no-repeat;
    color:#fff;
    text-align:center;
    padding: 0px;
}
.hero h1{
    font-size: 60px;
    font-weight:700;
    margin:25px 0 14px;
    line-height:1.02;
}
.hero h2{
    font-size: 32px;
    font-weight:600;
    margin-bottom:20px;
}
.hero p{
    font-size: 24px;
    max-width:900px;
    margin:0 auto 30px;
    font-weight:500;
}
.hero-age-btn{
    display:inline-flex;align-items:center;gap:12px;
    background:#fff;color:#d54b35;border-radius:999px;
    padding:20px 32px;font-size:1.35rem;font-weight:700;
    box-shadow:0 18px 40px rgba(0,0,0,.16);
}

.age-card{padding:20px;border:4px solid transparent;height:100%}
.age-card.primary-border{border-color:#b72d7b}
.age-card.secondary-border{border-color:#e25332}
.icon-badge{
    width:54px;height:54px;border-radius:14px;background:var(--gradient);
    display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700;
    margin-bottom:16px;
}

.icon-bg-2{
    background:linear-gradient(135deg,#1687f2,#17b4ff);
}
.icon-bg-3{
    background:linear-gradient(135deg,#ff7a00,#ff3b30);
}
.icon-bg-4{
    background:linear-gradient(135deg,#11b881,#14d782)
}
.icon-bg-5{
    background:linear-gradient(135deg,#ff4aa2,#ff296a)
}


.age-card h3{font-size:34px;font-weight:800;margin-bottom:0}
.age-card h5{font-size:20px;color:#5c6675;margin-bottom:20px}
.age-card p{font-size:18px;color:#4b5565;line-height:1.55}
.age-card ul{padding-left:1.2rem;margin:24px 0}
.age-card ul li{font-size:18px;margin-bottom:12px;color:#404b5a}
.age-card .btn-gradient{display:block;text-align:center;font-size:1.3rem;padding:18px 24px;border-radius:18px}

.register-tab{
    position:fixed;right:0;top:38%;z-index:1050;
    background:var(--gradient);color:#fff;padding:22px 16px;border-radius:20px 0 0 20px;
    writing-mode:vertical-rl;text-orientation:mixed;font-size:1.05rem;font-weight:700;
    box-shadow:var(--soft-shadow);
}
.scroll-top{
    position:fixed;right:22px;bottom:22px;z-index:1050;width:62px;height:62px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;background:var(--gradient);color:#fff;
    box-shadow:var(--soft-shadow);font-size:1.5rem;
}

.form-section{background:var(--gradient)}
.form-card{padding:48px;border-radius:34px}
.form-card h2{font-size:34px;font-weight:800;margin-bottom:6px}
.form-card .sub{font-size:18px;color:#667085;margin-bottom:26px}
.form-control,
.form-select{
    border-radius: 6px;
    border: 2px solid #e5e7eb;
    font-size: 14px;
    padding: 6px 10px !important
}
.form-label{font-size:16px;font-weight:600;color:#374151; margin-bottom: 2px;}

.program-header-img,
.program-dual-img img{
    border-radius:30px;
    width:100%;
    object-fit:cover;
    box-shadow:var(--soft-shadow);
}
.program-header-img{height:480px}
.program-dual-img img{height:340px}

.soft-card{padding:30px;height:auto}
.soft-card h4{font-size:20px;font-weight:700;margin-bottom:18px;color:#111827}
.soft-card ul{padding-left:1.1rem;margin:0}
.soft-card li{font-size:16px;line-height:1.7;color:#445061;margin-bottom:6px}

.soft-card-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
    color:#111827
}


.details-card{padding:42px}
.details-icon{
    width:54px;height:54px;border-radius:14px;background:var(--gradient);
    display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.6rem;
    margin-right:18px;flex-shrink:0;
}
.tag-box{
    padding: 13px 20px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 600;
}
.tag-green{background:#e9f6ec;color:#247a3c}
.tag-yellow{background:#f8f1e5;color:#b1661e}
.tag-blue{background:#eef4ff;color:#2250b9}
.schedule-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.schedule-text{
    font-size: 16px;
    font-weight: 500;
}
 /* === INSTAGRAM === */
.instagram-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.1) 0%, rgba(226, 85, 39, 0.1) 100%);
}

.instagram-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.instagram-embed {
    aspect-ratio: 12/16;
    width: 100%;
}

.activity-chip{
    background:#fff;border:2px solid #ececef;border-radius:12px;padding:18px 28px;
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    font-size:16px;font-weight:600;color:#2e3746;min-width:170px;box-shadow:0 6px 18px rgba(16,24,40,.04)
}
.activity-chip:hover{
    background: var(--gradient);
    color: #fff;
}

.fee-card{
    padding:34px;border:3px solid transparent;height:100%;
    border-color: rgba(198, 50, 48, 0.2);
    transition: all 0.3s ease;
}
.fee-card:hover{
    border-color: #c63230;
    box-shadow: 0 10px 40px rgba(198, 50, 48, 0.2);
}
.popular-badge{
    position:absolute;right:18px;top:18px;background:#ffb400;color:#fff;padding:10px 18px;border-radius:999px;font-weight:700
}
.fee-title{
    display: inline-block;
    padding: 12px 24px;
    border-radius: 18px;
    background: var(--gradient);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 28px;
}
.fee-row{display:flex;justify-content:space-between;gap:16px;font-size:16px;padding:6px 0px;}
.price-box{background:#f4eef7;border-radius:22px;padding:24px;text-align:center;font-weight:800;font-size:30px}
.price-box span{font-size:1.2rem;color:#5f6b7a;font-weight:500}

.batch-card{
    padding:24px;height:100%;border:3px solid #dfe7f7;
    background-image: linear-gradient(oklch(97.7% .014 308.299));
}
.batch-card.alt{border-color:#ead7fb}
.batch-card h4{font-size:24px;font-weight:700;margin-bottom:10px}
.batch-card p{font-size:20px;color:#556070;margin:0}

.why-card,.facility-card{padding:34px;height:100%}
.why-card h4,.facility-card h4{font-size:20px;font-weight:700;margin:10px 0 14px;color:#101828}
.why-card p,.facility-card p{font-size:16px;color:#556070;line-height:1.65;margin:0}

.facility-img{
    width: 100%;
    border-radius: 20px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4/3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item.animate-in {
    animation: fadeInUp 0.5s ease forwards;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Overlay with gradient */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-text {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}
.gallery-item:hover .gallery-overlay-text {
    transform: translateY(0);
}

/* Gradient border on hover */
.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #c63230, #c63230, #e25527);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.gallery-item:hover::before {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .gallery-heading {
        margin-bottom: 2rem;
    }
    .gallery-item {
        border-radius: 12px;
    }
    .gallery-item::before {
        border-radius: 12px;
    }
    .gallery-overlay {
        padding: 1rem;
    }
    .gallery-overlay-text {
        font-size: 14px;
    }
    /* Reduce stagger animation delay on mobile */
    .gallery-item:nth-child(n) {
        animation-delay: 0.05s !important;
    }
}


.facilities-band{
    background:var(--gradient);
    position:relative;
    overflow:hidden;
}
.facilities-band:before{
    content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);background-size:18px 18px;opacity:.5;
}
.facilities-band .container{position:relative;z-index:2}

.reel-card{overflow:hidden}
.reel-head{
    display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef1f4;background:#fff
}
.reel-video{
    height:540px;background:linear-gradient(180deg,#f8d74b 0%, #f5b24e 100%);display:flex;align-items:center;justify-content:center;
    position:relative;overflow:hidden;
}
.play-btn{
    width:94px;height:94px;border-radius:50%;background:rgba(255,255,255,.92);
    display:flex;align-items:center;justify-content:center;font-size:2rem;color:#a72686;box-shadow:var(--soft-shadow)
}
.fake-reel-title{position:absolute;left:30px;bottom:26px;color:#fff;font-weight:800;font-size:34px;line-height:1.02}

.cta-section{background:var(--gradient);color:#fff;text-align:center}
.cta-section h2{font-size:50px;font-weight:800;line-height:1.06;margin-bottom:18px}
.cta-section p{font-size:20px;max-width:900px;margin:0 auto 28px}
.cta-actions{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.btn-call,.btn-whatsapp{
    border:none;border-radius:18px;padding:18px 30px;font-size:1.25rem;font-weight:700;display:inline-flex;align-items:center;gap:10px
}
.btn-call{background:#fff;color:#d04a39}
.btn-whatsapp{background:#22c55e;color:#fff}
.mail-line{font-size:1.4rem;font-weight:500;margin-top:24px}

.footer{background:#08152f;color:#fff;padding:70px 0 30px}
.footer p,.footer a,.footer li{color:rgba(255,255,255,.72)}
.footer h4{font-size:18px;font-weight:700;margin-bottom:22px}
.footer-brand{display:flex;gap:16px;align-items:flex-start}
.footer-brand .brand-text{font-size:2.2rem;font-weight:800;color:#fff}
.social-icon{
    width:46px;height:46px;border-radius:50%;background:var(--gradient);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;margin-right:12px;margin-bottom:12px;
}
.footer hr{border-color:rgba(255,255,255,.08);margin:34px 0}

@media (max-width: 991.98px){
    .section-space{padding:64px 0}
    .hero{min-height:auto;padding:120px 0 70px}
    .hero-age-btn{font-size:1.05rem;padding:16px 24px}
    .age-card h3{font-size:2.2rem}
    .age-card p,.age-card ul li{font-size:1.08rem}
    .form-card{padding:28px}
    .form-card h2{font-size:2.2rem}
    .program-header-img{height:300px}
    .program-dual-img img{height:220px}
    .reel-video{height:420px}
    .fake-reel-title{font-size:2rem}
    .register-tab{display:none}
}



/* === LOCATION === */
.location-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    transition: all 0.3s ease;
}

.contact-link:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #000;
}

.contact-link i {
    font-size: 20px;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.bg-gradient-light {
    background: linear-gradient(135deg, rgba(153, 36, 117, 0.05) 0%, rgba(226, 85, 39, 0.05) 100%);
}

.form-control:focus,
.form-select:focus{
    border: 1px solid #333;
    box-shadow: unset !important;
}
@media (max-width: 767.98px){
    .navbar .btn-gradient{padding:10px 18px;font-size:.95rem}
    .brand-box{width:48px;height:48px;border-radius:14px}
    .brand-title{font-size:1.25rem}
    .brand-sub{font-size:.83rem}
    .section-title{text-align:center; font-size: 24px;}
    .section-subtitle{text-align:center;font-size:1rem}
    .hero p{font-size:1rem}
    .details-card,.soft-card,.why-card,.facility-card,.fee-card,.batch-card{padding:24px}
    .activity-chip{min-width:unset;width:100%;justify-content:flex-start}
    .scroll-top{width:52px;height:52px;right:14px;bottom:14px}
    .mail-line{font-size:1.05rem}
    .footer-brand .brand-text{font-size:1.6rem}
    .hero h1{
        font-size: 30px;
    }
    .hero h2{font-size: 18px;}
    .age-card h3{font-size: 22px;}
    .form-card h2{
        font-size: 24px;
    }
    .popular-badge{
        position: unset;
        margin-bottom: 10px;
    }
    .location-card{
        padding: 11px;
    }
    .cta-section h2{
        font-size: 24px;
    }
}
