*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif}
body{
  margin:0;
  padding-top:0;
  background:#f8fafc;
  line-height:1.6;
}
.btn-kembali{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:14px 28px;
    margin:25px;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;

    border-radius:50px;

    box-shadow:0 10px 25px rgba(37,99,235,.35);

    transition:.35s ease;
    position:relative;
    overflow:hidden;
}


.btn-kembali::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:70%;
    height:100%;
    background:rgba(255,255,255,.35);
    transform:skewX(-25deg);
    transition:.7s;
}

.btn-kembali:hover::before{
    left:150%;
}


.btn-kembali:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(37,99,235,.45);
}


.btn-kembali:active{
    transform:scale(.95);
}

.judul-guru{

text-align:center;
margin-bottom:60px;

}

.judul-guru span{

background:#eaf1ff;
color:#2952ff;
padding:8px 22px;
border-radius:40px;
font-weight:600;

}

.judul-guru h2{

margin-top:20px;
font-size:40px;
font-weight:700;
color:#222;

}

.judul-guru p{

max-width:760px;
margin:20px auto;
line-height:30px;
color:#666;

}

.guru-wrapper{

display:grid;
grid-template-columns:1.1fr 1fr;
gap:60px;
align-items:center;

}

.guru-foto img{

width:100%;
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.guru-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    align-self:center;
}

.guru-item{
    background:#fff;
    padding:28px;
    border-radius:22px;
    min-height:170px;

    display:flex;
    gap:18px;
    align-items:flex-start;

    box-shadow:0 15px 40px rgba(80,70,230,.12);

    transition:.35s;
}

.guru-item:hover{
    transform:translateY(-8px);
}

.guru-item i{

font-size:28px;
color:#2d5cff;

}

.guru-item h4{

margin-bottom:8px;
color:#222;

}

.guru-item p{

font-size:14px;
line-height:24px;
color:#666;

}


.guru-foto{
    display:flex;
    flex-direction:column;
    position:relative;
}

.guru-button{
    margin-top:25px;
    position:relative;
    top:-100px;
}



.guru-button a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 35px;
    border-radius:50px;
    background:linear-gradient(135deg,#2f5eff,#5b7cff);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 10px 25px rgba(47,94,255,.25);
    transition:.3s;
}

.guru-button a:hover{
    transform:translateY(-3px);
}

.guru-foto{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.guru-home{
    width:100%;
    max-width:none;
    margin:0;
    padding:80px 6% 120px;
    background:linear-gradient(135deg,#eaf3ff 0%,#f3e8ff 100%);
    overflow:hidden;
}

.kontak-section,
#kontak{
    background:#fff;
      margin-top:160px !important;  
    padding:80px 40px;
    border-radius:30px;
}

section{
    margin-top:0;
}




@media(max-width:900px){



.guru-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.judul-guru h2{

font-size:32px;

}

}
.btn-kembali span:first-child{
    transition:.3s;
}

.btn-kembali:hover span:first-child{
    transform:translateX(-6px);
}
.popup-content h3{margin:10px 0}
.btn-daftar{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    padding:18px 42px;

    border:none;
    border-radius:60px;

    text-decoration:none;
    color:#fff;
    font-size:17px;
    font-weight:700;
    letter-spacing:.5px;

    overflow:hidden;
    cursor:pointer;

    background:linear-gradient(
        135deg,
        #2563eb,
        #7c3aed,
        #ec4899,
        #f59e0b
    );

    background-size:300% 300%;

    animation:gradientMove 8s ease infinite;

    box-shadow:
    0 12px 35px rgba(80,70,255,.35),
    inset 0 1px 1px rgba(255,255,255,.3);

    transition:
    transform .35s,
    box-shadow .35s,
    filter .35s;
}



.close{
  position:absolute;
  top:20px;
  right:40px;
  color:white;
  font-size:30px;
  cursor:pointer;
  z-index:10000;
}
.close-modal{position:absolute;top:20px;right:40px;color:white;font-size:30px;cursor:pointer;z-index:10000}
@keyframes fadeIn{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}
.top-left img{width:22px;margin-right:10px}
.top-right{
    font-size:14px;
    color:#666;
}
.logo-text h2{font-size:16px;margin:0}
.logo-text p{font-size:12px;margin:0;opacity:0.8}
.topbar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:40px;
  z-index:9999;
  background:#f8f8f8;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 30px;
}
.topbar.scrolled{background:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.top-left{
    display:flex;
    align-items:center;
    gap:12px;
}
.btn-daftar::after{

    content:"";

    position:absolute;

    inset:-3px;

    border-radius:60px;

    background:inherit;

    filter:blur(22px);

    opacity:.45;

    z-index:-1;

}

.btn-daftar:hover{

    transform:
    translateY(-6px)
    scale(1.04);

    box-shadow:
    0 20px 45px rgba(124,58,237,.45),
    0 0 40px rgba(236,72,153,.35);

    filter:brightness(1.08);

}

.btn-daftar:hover::before{

    left:160%;

}

.btn-daftar:active{

    transform:
    scale(.94);

    transition:.12s;

}


.btn-daftar:focus{

    outline:none;

    box-shadow:
    0 0 0 5px rgba(99,102,241,.3),
    0 20px 45px rgba(124,58,237,.4);

}


@keyframes gradientMove{

0%{
background-position:0% 50%;
}

50%{
background-position:100% 50%;
}

100%{
background-position:0% 50%;
}

}
.top-left a{
    width:30px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    text-decoration:none;
    font-size:12px; 
    transition:.35s ease;
    box-shadow:0 4px 10px rgba(0,0,0,.12);
}

.dropdown{
    position:relative;
}

.dropdown>a{
    display:flex;
    align-items:center;
    gap:8px;
}

.dropdown-menu{

    position:absolute;
    top:58px;
    left:0;

    width:290px;

    background:#132f57;     

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.25);

    padding:10px 0;

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);

    transition:.35s;

    z-index:999;
}

.mega-dropdown{
    position:relative;
}

.mega-menu{

    position:absolute;
    top:100%;
    left:0;

    width:320px;

    background:#0055c4;

    border-radius:0 0 15px 15px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(0,0,0,.25);

    opacity:0;
    visibility:hidden;
    transform:translateY(20px);

    transition:.3s;
    z-index:999;
}
.profil-link{
    display:flex;
    align-items:center;
    gap:6px;
    white-space:nowrap; 
}

@media (max-width:768px){

  .mega-dropdown{
    width:100%;
  }

  .mega-dropdown .profil-link{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:15px 20px;
  }

  .mega-menu{
    position:static;
    width:100%;
    border-radius:0;
    box-shadow:none;
    background:#0055c4;

    max-height:0;
    overflow:hidden;

    opacity:1;
    visibility:visible;
    transform:none;

    transition:max-height .35s ease;
  }

  .mega-dropdown.active .mega-menu{
    max-height:500px;
  }

  .mega-menu a{
    padding:14px 25px;
    font-size:15px;
  }

}
.profil-link{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}
.profil-link i:first-child{
    margin-left:-8px;  
}
.dropdown-icon{
    font-size:12px;
    transition:.3s;
}
@media (min-width:769px){
    .profil-link i:first-child{
        margin-left:-6px;
    }
}

.mega-dropdown.active .dropdown-icon,
.mega-dropdown:hover .dropdown-icon{
    transform:rotate(180deg);
}
.mega-dropdown.active .mega-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.mega-dropdown:hover .profil-link::after,
.mega-dropdown.active .profil-link::after{
    transform:rotate(180deg);
}

.mega-dropdown.active .mega-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.mega-dropdown{
    display:flex;
    align-items:center;
}

.mega-dropdown > a{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
.mega-menu{
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.3s;
}

.mega-dropdown.active .mega-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.dropdown-toggle{
    display:flex;
    align-items:center;
    margin-left:6px;
    cursor:pointer;
    color:#fff;
}
.dropdown-toggle{
    cursor:pointer;
    color:#fff;
    margin-left:8px;
    display:flex;
    align-items:center;
}

.menu-title{

    background:#103c77;

    color:#fff;

    padding:18px 22px;

    font-size:18px;

    font-weight:700;

    border-bottom:1px solid rgba(255,255,255,.15);

}

.menu-title i{

    margin-right:10px;

    color:#ffd43b;

}

.mega-menu a{

    display:flex;

    align-items:center;

    gap:14px;

    padding:16px 22px;

    color:white;

    text-decoration:none;

    font-size:16px;

    transition:.3s;

    border-bottom:1px solid rgba(255,255,255,.08);

}

@media (max-width:768px){

.nav-menu.active{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.nav-menu li{
    width:100%;
    list-style:none;
}

.nav-menu>li>a{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 22px;

    color:#fff;
    text-decoration:none;
    font-weight:600;

    border-bottom:1px solid rgba(255,255,255,.08);
}

.nav-menu>li>a:hover{
    background:#4f46e5;
}


.mega-menu{

    position:static;

    width:100%;

    background:#2f2db5;

    border-radius:0;

    box-shadow:none;

    max-height:0;

    overflow:hidden;

    opacity:1;
    visibility:visible;

    transform:none;

    transition:max-height .35s ease;
}

.mega-dropdown.active .mega-menu{

    max-height:600px;

}

.mega-menu a{

    display:flex;
    align-items:center;

    gap:14px;

    padding:16px 35px;

    color:#fff;

    background:#2f2db5;

    border-bottom:1px solid rgba(255,255,255,.05);

}

.mega-menu a:hover{

    background:#4338ca;

    padding-left:42px;

}

.profil-link::after{

    transition:.35s;

}

.mega-dropdown.active .profil-link::after{

    transform:rotate(180deg);

}
}
.mega-menu a:last-child{

    border:none;

}

.mega-menu a i{

    width:24px;

    color:#ffd43b;

    text-align:center;

    font-size:18px;

}

.mega-menu a:hover{

    background:#1d8c46;

    padding-left:28px;

}

.mega-menu a:hover i{

    color:white;

}

.dropdown-menu li:nth-child(1) a:hover{
    background:#1abc9c;
}

.dropdown-menu li:nth-child(2) a:hover{
    background:#27ae60;
}

.dropdown-menu li:nth-child(3) a:hover{
    background:#3498db;
}

.dropdown-menu li:nth-child(4) a:hover{
    background:#f39c12;
}

.dropdown-menu li:nth-child(5) a:hover{
    background:#9b59b6;
}
.dropdown:hover .dropdown-menu{

    opacity:1;
    visibility:visible;
    transform:translateY(0);

}

.dropdown-menu li{

    list-style:none;

}

.dropdown-menu li a{

    color:#fff;

    display:flex;

    align-items:center;

    gap:12px;

    padding:15px 22px;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

.dropdown-menu li a i{

    width:18px;

    text-align:center;

    color:#fff;

}

.dropdown-menu li a:hover{

    background:linear-gradient(90deg,#20c997,#15b56b);

    padding-left:30px;

}

.dropdown-menu li:not(:last-child){

    border-bottom:1px solid rgba(255,255,255,.08);

}
.top-left a i{
    font-size:22px;
    color:inherit;
}

.top-left a:nth-child(1){
    color:#E4405F;
}

.top-left a:nth-child(2){
    color:#FF0000;
}

.top-left a:nth-child(3){
    color:#000;
}

.top-left a:nth-child(3):hover{
    background:#000;
    color:#fff;
    transform:translateY(-5px) scale(1.08);
    box-shadow:0 10px 25px rgba(0,0,0,.35);
}
.top-right{color:#555;font-weight:500}
.navbar{
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;

    background: linear-gradient(90deg,#355aff,#613eff);
    color: white;

    z-index: 1000;
    box-shadow: none;
}
.navbar.scrolled{
    box-shadow:none;
}
.logo-area{display:flex;align-items:center;gap:15px;text-decoration:none;color:white}
.logo-area:hover{opacity:0.85}
.logo-area img{width:58px}
.logo-area h2{font-size:26px;margin:0;line-height:1;white-space:nowrap}
.navbar h1{font-size:22px ;color:#fff;}
.navbar ul{display:flex;list-style:none;gap:25px}
.navbar ul li{cursor:pointer}
.hero::before{
    content:"";
    position:absolute;
    inset:0;
     background:linear-gradient(
        rgba(20,30,60,.35),
        rgba(20,30,60,.35));
}
.logo-area p{
    font-size:13px;
}
.hero>*{
    position:relative;
    z-index:2;
}
.pengantar-modern{
    padding:90px 20px;
    background:linear-gradient(135deg,#f8fbff,#eef5ff);
}

.pengantar-container{
    max-width:900px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    text-align:center;
}

.pengantar-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#2563eb;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:.9rem;
    font-weight:600;
    margin-bottom:20px;
}

.pengantar-container h2{
    font-size:2rem;
    color:#1e3a8a;
    margin-bottom:25px;
}

.pengantar-container p{
    color:#555;
    font-size:1.05rem;
    line-height:1.9;
    margin-bottom:20px;
    text-align:justify;
}
.hero h2{
    font-family: 'Merienda', cursive;
    font-size: 70px;
    font-weight: 700;
}
.pengantar-container blockquote{
    margin-top:35px;
    padding:25px;
    border-left:6px solid #ffb0f2;
    background:#fcd8ff;
    border-radius:15px;
    font-style:italic;
    color:#8d0081;
    font-size:1.15rem;
    line-height:1.8;
}
.nav-menu li a::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .3s;
    transform: translateX(-50%);
}
.profil-link::after{
    display:none !important;
    content:none !important;
}
.mega-dropdown:hover > a::after{
    width:100%;
}
.hero{
    position:relative;
    width:100%;
    min-height:100vh;
    margin-top:110px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center;
    padding:20px;

    background:url("bg.jpg") center center no-repeat;
    background-size:cover;
    background-attachment:fixed;

    overflow:hidden;
}.hero h2{
    font-size:64px;
    font-weight:800;
    color:white;
}
.hero p{
    color:#f3f4f6;
    font-size:20px;
    max-width:700px;
}
.hero button{padding:14px 28px;border:none;border-radius:30px;background:linear-gradient(to right,#ff00cc,#3333ff);color:white;font-weight:600;cursor:pointer;transition:all 0.3s ease}
.btn-daftar::after{

    content:"";

    position:absolute;

    inset:-3px;

    border-radius:60px;

    background:inherit;

    filter:blur(22px);

    opacity:.45;

    z-index:-1;

}

.nav-menu{
    display:flex;
    align-items:center;
    gap:25px;
}

.mega-dropdown{
    position:relative;
}

.profil-link{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    padding:24px 0;
}

.dropdown-icon{
    font-size:12px;
    transition:.3s;
}


.mega-dropdown:hover .mega-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}


.mega-dropdown:hover .dropdown-icon{
    transform:rotate(180deg);
}

.mega-dropdown:hover>.profil-link{
    color:#ffe066;
}

.btn-daftar:hover{

    transform:
    translateY(-6px)
    scale(1.04);

    box-shadow:
    0 20px 45px rgba(124,58,237,.45),
    0 0 40px rgba(236,72,153,.35);

    filter:brightness(1.08);

}

.btn-daftar:hover::before{

    left:160%;

}


.btn-daftar:active{

    transform:
    scale(.94);

    transition:.12s;

}


.btn-daftar:focus{

    outline:none;

    box-shadow:
    0 0 0 5px rgba(99,102,241,.3),
    0 20px 45px rgba(124,58,237,.4);

}
.ripple{
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,.45);
    transform:scale(0);
    animation:ripple .6s linear;
    pointer-events:none;
}

@keyframes ripple{

to{
transform:scale(4);
opacity:0;
}

}
@keyframes gradientMove{

0%{
background-position:0% 50%;
}

50%{
background-position:100% 50%;
}

100%{
background-position:0% 50%;
}

}
.btn-daftar:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(37,99,235,.35);
}
.btn-daftar:active{transform:scale(0.95)}
@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}
.wa-float{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;text-decoration:none;z-index:999}
.wa-label{background:white;padding:10px 15px;border-radius:25px;margin-right:10px;font-weight:600;color:#333;box-shadow:0 4px 12px rgba(0,0,0,0.2)}
.wa-img{width:60px;height:60px;border-radius:50%;box-shadow:0 0 15px rgba(37,211,102,0.8);animation:glow 1.5s infinite alternate}
@keyframes glow{from{box-shadow:0 0 10px rgba(37,211,102,0.6)}to{box-shadow:0 0 25px rgba(37,211,102,1)}}
.hero button:hover{background:linear-gradient(to right,#ff9900,#ff0066);transform:scale(1.05)}
.section{padding:60px 40px;text-align:center}
.section h3{font-size:32px;color:#e84393;margin-bottom:20px}
.cards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}


h2, h3 {
  margin-bottom: 15px;
}

p {
  margin-bottom: 10px;
}
.card:active{transform:scale(0.95)}
.kegiatan-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px}
.kegiatan-card{width:320px;background:white;border-radius:15px;overflow:hidden;box-shadow:0 6px 15px rgba(0,0,0,0.1);transition:0.3s;text-decoration:none;color:inherit;display:block}
.kegiatan-card:hover{transform:translateY(-10px);box-shadow:0 12px 25px rgba(0,0,0,0.2)}
.kegiatan-card img{width:100%;height:200px;object-fit:cover}
.kegiatan-content{padding:20px;text-align:left}
.kegiatan-content h4{margin-bottom:10px;color:#e84393}
.kegiatan-content p{font-size:14px;margin-bottom:15px}
.kegiatan-content a{text-decoration:none;color:#e84393;font-weight:600}
.kegiatan-content span{color:#e84393;font-weight:bold}
#profil p{margin-bottom:20px;line-height:1.7}
.footer{background:url('s1.jpeg') center/cover no-repeat;position:relative;color:white;margin-top:60px;overflow:hidden;border-top:6px solid #f4b400}
.footer::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:0}
.footer-container,.footer-bottom{position:relative;z-index:1}
.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:auto;padding:60px 20px}
.footer-col{flex:1;min-width:250px;margin-bottom:30px}
.footer-col h2{font-size:32px;margin-bottom:15px}
.footer-middle h3,.footer-right h3{margin-bottom:15px;border-bottom:2px solid #e84393;display:inline-block;padding-bottom:5px}
.footer-col h3{margin-bottom:15px}
.footer-col ul{list-style:none;padding:0}
.footer-col ul li{margin:10px 0;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,0.5);position:relative;padding-left:15px}
.footer-col ul li::before{content:"";position:absolute;left:0;top:5px;width:4px;height:15px;background:#f4b400;border-radius:2px}
.footer-col ul li:hover{padding-left:20px;transition:0.3s}
.footer-col a{color:white;text-decoration:none}
.footer-col a:hover{text-decoration:underline}
.footer-bottom{text-align:center;padding:20px;background:rgba(0,0,0,0.6)}
.wa-button{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;text-decoration:none;z-index:999}
.wa-text{background:white;padding:10px 15px;border-radius:25px;margin-right:10px;font-weight:bold;color:#333;box-shadow:0 4px 10px rgba(0,0,0,0.2)}
.wa-icon{background:#25D366;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:white;font-size:30px;box-shadow:0 0 20px rgba(37,211,102,0.8);animation:glow 1.5s infinite alternate}
.nav-container{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 20px;
}
.navbar a{color:#fff !important;;font-weight:bold}
nav a:hover{ color:#ffe066 !important;}
html{scroll-behavior:smooth}
.menu-toggle{display:none;font-size:28px;cursor:pointer;color:white;z-index:1001}
.logo img{height:60px;width:auto;object-fit:contain}
.nav-links a{text-decoration:none;color:white;font-weight:bold}
.galeri-anak{background:linear-gradient(90deg,#dbeafe,#f3e8ff);padding:80px 20px;text-align:center}
.galeri-container{max-width:900px;margin:auto}
.galeri-label{display:inline-block;background:#facc15;padding:10px 25px;border-radius:30px;font-weight:600;margin-bottom:25px}
.galeri-anak h2{font-size:42px;color:#2563eb;margin-bottom:15px;font-weight:700}
.galeri-anak p{font-size:18px;color:#555}
.video-section{padding:80px 20px;background:linear-gradient(90deg,#dbeafe,#f3e8ff)}
.video-container{
    display:flex;
    justify-content:center;
    align-items:stretch;   
    gap:30px;
    flex-wrap:wrap;
    max-width:1200px;
    margin:auto;
}
.video-card{
    width:350px;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
    transition:.3s;

    display:flex;
    flex-direction:column;
}
.video-card:hover{transform:translateY(-10px)}
.video-card iframe{
    width:100%;
    height:200px;
    border:none;
    flex-shrink:0;
}
.video-content{
    padding:25px;
    display:flex;
    flex-direction:column;
    flex:1;
    text-align:center;
}
.video-content h3{
    min-height:56px;    
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
}
.video-content p{
    min-height:60px;   
    color:#666;
    font-size:14px;
    margin-bottom:20px;
}
.btn-tonton{
    margin-top:auto;       
    display:inline-block;
    padding:8px 20px;
    border-radius:25px;
    border:2px solid #2563eb;
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}
.btn-tonton:hover{
    background:#2563eb;
    color:#fff;
}
.lihat-semua-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
}
html, body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}

.footer{
    margin-bottom:0 !important;
    padding-bottom:0;
}

.footer-bottom{
    margin-bottom:0;
    border-bottom:none;
}

body > *:last-child{
    margin-bottom:0 !important;
}

section:last-of-type{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

@media (max-width:768px){

    .video-container{
        flex-direction:column;
        align-items:center;
    }

    .video-card{
        width:100%;
        max-width:360px;
    }

    .lihat-semua-wrapper{
        width:100%;
        margin-top:20px;
    }

    .btn-lihat-semua{
        width:90%;
        max-width:320px;
        text-align:center;
    }

}
.fasilitas-card{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:28px 25px;
    background:#e7d6ff;
    border-radius:18px;
    text-align:left;
    transition:.3s;
    cursor:pointer;
    min-height:95px;
}

.fasilitas-card i{
    font-size:28px;
    color:#4f46e5;
    min-width:35px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.btn-lihat-semua{display:inline-block;padding:14px 35px;background:linear-gradient(90deg,#2563eb,#1e40af);color:white;text-decoration:none;border-radius:40px;font-weight:600;font-size:16px;transition:0.3s;box-shadow:0 8px 20px rgba(37,99,235,0.3)}
.btn-lihat-semua:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(37,99,235,0.4)}
.fasilitas{padding:80px 20px;background:#f8fafc;text-align:center}
.fasilitas-container{max-width:1200px;margin:auto}
.fasilitas-label{font-size:14px;letter-spacing:2px;color:#777}
.fasilitas h2{font-size:36px;margin:15px 0 50px;color:#134e4a;font-weight:700}
.fasilitas-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}
.fasilitas-card span{
    font-size:18px;
    font-weight:600;
    line-height:1.4;
    color:#111;
}
.fasilitas-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(79,70,229,.2);
}
.fasilitas-card:active{transform:scale(0.95)}
.hymne-section{padding:80px 20px;background:linear-gradient(90deg,#eef2ff,#f8fafc);text-align:center}
.hymne-modern{
    width:100%;
    padding:90px 20px;
    background:linear-gradient(135deg,#eef4ff,#f8fafc);
}

.hymne-modern .container{
    max-width:1280px;
    margin:0 auto;
}

.section-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.badge{
  display:inline-block;
  background:#2563eb;
  color:white;
  padding:10px 25px;
  border-radius:30px;
  font-size:14px;
  margin-bottom:15px;
}

.section-header h2{
    font-size:48px;
    font-weight:800;
    color:#1e3a8a;
    margin-bottom:15px;
}

.section-header p{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
}

.lagu-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
    max-width:1280px;
    margin:0 auto;
}
.footer h3{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:24px;
    margin-bottom:20px;
}

.footer h3 i{
    color:#ffcb05;
    font-size:22px;
}

.footer-col p{
    margin:14px 0;
    display:flex;
    align-items:center;
    gap:10px;
    color:#f1f1f1;
}

.footer-col p i{
    color:#ffd54f;
    width:22px;
    text-align:center;
}

.sosial{
    display:flex;
    gap:15px;
    margin-top:20px;
}

.sosial a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-size:20px;
    transition:.3s;
}

.sosial a:hover{
    background:#4f46e5;
    transform:translateY(-5px);
}

.map-link{
    display:inline-block;
    margin-top:18px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.map-link:hover{
    color:#ffd54f;
}
.lagu-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}
.lagu-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}

.lagu-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}
.lagu-content{
    padding:32px;
    text-align:left;
}

.lagu-content h3{
    font-size:30px;
    color:#1e3a8a;
    margin-bottom:15px;
}

.lagu-content p{
    color:#555;
    line-height:1.8;
    margin-bottom:25px;
}

.lagu-content audio{
    width:100%;
    margin:20px 0 30px;
}
.popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    backdrop-filter:blur(8px);
    justify-content:center;
    align-items:center;
    z-index:99999;
    animation:fade .3s;
}

.popup-content{
    width:90%;
    max-width:950px;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    animation:zoom .35s;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.popup-content img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.popup-body{
    padding:30px;
    text-align:center;
}

.popup-body h3{
    font-size:32px;
    color:#1e3a8a;
    margin-bottom:15px;
}

.popup-body p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.close{
    position:absolute;
    top:25px;
    right:35px;
    font-size:38px;
    color:white;
    cursor:pointer;
}

@keyframes zoom{
    from{
        transform:scale(.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

@keyframes fade{
    from{opacity:0;}
    to{opacity:1;}
}
.popup-lirik-content{
  max-width:95%;
  max-height:95vh;
}

.popup-lirik-content img{
  max-width:100%;
  max-height:80vh;
  width:auto;
  display:block;
  margin:auto;
}
.close-btn:hover{
    transform:scale(1.1);
    background:#d40000;
}

.btn-lagu{
  display:inline-block;
  padding:14px 28px;
  border-radius:40px;
  background:linear-gradient(135deg,#ff00cc,#3333ff);
  color:white;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
  position:relative;
  overflow:hidden;
}

.btn-lagu::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,0.6),transparent);
  transition:0.5s;
}

.btn-lagu:hover::before{
  left:100%;
}

.sekapur-section{
    width:100%;
    padding:90px 6%;
    background:linear-gradient(180deg,#f8fbff,#eef4ff);
}

.sekapur-container{
    max-width:1250px;
    margin:auto;

    display:grid;
    grid-template-columns:420px 1fr;
    gap:60px;
    align-items:center;

    background:#fff;
    border-radius:28px;
    padding:45px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);
}
.sekapur-image{
    display:flex;
    flex-direction:column;
    gap:25px; 
}

.sekapur-image img{
    width:100%;
    border-radius:20px;
    display:block;
    object-fit:cover;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.sekapur-content{
    text-align:left;
}

.sekapur-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#eaf2ff;
    color:#2563eb;

    padding:10px 22px;
    border-radius:50px;

    font-weight:600;
    margin-bottom:20px;
}

.sekapur-content h2{
    font-size:40px;
    color:#1e3a8a;
    margin-bottom:22px;
}

.sekapur-content p{
    color:#555;
    font-size:17px;
    line-height:1.9;
    margin-bottom:18px;
    text-align:justify;
}
@media(max-width:900px){

.sekapur-container{
    grid-template-columns:1fr;
    gap:35px;
    padding:30px;
}

.sekapur-content h2{
    font-size:30px;
    text-align:center;
}

.sekapur-content{
    text-align:center;
}

.sekapur-content p{
    text-align:left;
}

.sekapur-image img{
    max-height:420px;
    object-fit:cover;
}
.galeri img{
    width:100%;
    display:block;
    border-radius:20px;
    margin-bottom:25px; 
}
}
.sekapur-quote{
    margin-top:28px;

    padding:25px;

    border-left:6px solid #2563eb;

    background:#f8fbff;

    border-radius:15px;

    font-style:italic;

    color:#1e3a8a;
}
.btn-lagu:hover{
  transform:translateY(-3px) scale(1.05);
  box-shadow:0 10px 25px rgba(0,0,0,0.3);
}
.hymne-title{font-size:40px;font-weight:700}
.hymne-sub{color:#666;margin-bottom:40px}
.hymne-container{display:flex;gap:30px;max-width:1100px;margin:auto;flex-wrap:wrap}
.hymne-left{flex:1;min-width:300px;background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,0.1);text-align:left}
.hymne-box{display:flex;gap:15px;align-items:center;margin-top:20px}
.hymne-box .icon{width:50px;height:50px;background:#3b82f6;color:white;display:flex;justify-content:center;align-items:center;border-radius:12px}
.hymne-box .orange{background:#f97316}
.hymne-left p{margin-top:10px;color:#555;line-height:1.6}
.btn-lirik{display:inline-block;margin-top:20px;padding:10px 25px;border-radius:30px;background:#3b82f6;color:white;text-decoration:none;font-weight:600}
.hymne-right{flex:1;min-width:300px;background:linear-gradient(135deg,#1e3a8a,#0ea5e9);color:white;padding:30px;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,0.2)}
.logo-hymne{width:120px;margin-bottom:20px}
.hymne-right audio{width:100%;margin-top:20px}
.modal{
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal img{
  max-width: 80%;
  max-height: 70vh;
  border-radius: 15px;
}
.modal p{color:white;margin-top:15px;font-size:18px}
@keyframes zoomIn{from{transform:scale(0.7);opacity:0}to{transform:scale(1);opacity:1}}
.visi-misi-section{background:#f4f6fb;padding:80px 20px;font-family:'Poppins',sans-serif}
.visi-card,.misi-card{background:#ffffff;max-width:1000px;margin:40px auto;padding:40px;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,0.08)}
.visi-header,.misi-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}
.icon-box{width:55px;height:55px;background:#e8f0ff;color:#1e73ff;display:flex;align-items:center;justify-content:center;border-radius:15px;font-size:24px}
.visi-header h2,.misi-header h2{font-size:28px;font-weight:700;color:#222}
.visi-sub,.misi-sub{color:#666;margin-bottom:25px;line-height:1.6}
.visi-quote{background:#fcd1fa;padding:30px;border-left:6px solid #ff1ee1;border-radius:15px;font-style:italic;font-size:20px;color:#1e3a8a}
.misi-list{margin-top:30px}
.deskripsi-anak{
  max-width:700px;
  margin:0 auto 50px;
  color:#555;
  line-height:1.6;
}
.misi-item{display:flex;gap:15px;margin-bottom:20px}
.misi-item span{min-width:45px;height:45px;background:#ff6de7;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold}
.misi-item p{margin:0;line-height:1.7}


.iklim-section {
  background: #ffffff;
  margin-top: -5px;
  border-radius: 30px 30px 0 0;
}
.iklim-box {
  max-width: 800px;
  margin: auto;
  background: white;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  text-align: left;
}
.iklim-box:hover{
  transform:translateY(-10px)}
.iklim-box ul {
  padding-left: 20px;
}

.iklim-box ul li {
  margin-bottom: 15px;
  line-height: 1.6;
}
.profil-anak{
  padding:100px 20px;
  text-align:center;
  background:linear-gradient(135deg,#eef2ff,#f8fafc);
}

.profil-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:30px;
  max-width:900px;
  margin:auto;
}

.profil-card{
  background:white;
  padding:35px;
  border-radius:20px;
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
  text-align:left;
  transition:0.3s;
  position:relative;
}

.profil-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 50px rgba(0,0,0,0.12);
}

.profil-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#6366f1,#ec4899);
  border-radius:20px 20px 0 0;
}

.profil-card h3{
  margin-bottom:20px;
  color:#ec4899;
  font-size:22px;
}

.profil-card ul{
  list-style:none;
  padding:0;
}
.icon{
    width:72px;
    height:72px;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    color:#fff;
    font-size:30px;
    box-shadow:0 12px 25px rgba(37,99,235,.25);
    margin-bottom:22px;
    transition:.3s;
}

.card:hover .icon{
    transform:translateY(-5px);
}

.icon i{
    font-size:30px;
}
.profil-card ul li{
  margin-bottom:12px;
  padding-left:25px;
  position:relative;
  color:#444;
}

.iklim-box-pro{
  max-width:750px;
  margin:40px auto;
  background:white;
  padding:40px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  text-align:left;
  transition:0.3s;
  position:relative;
}

.iklim-box-pro:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 60px rgba(0,0,0,0.12);
}

.iklim-box-pro::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#6366f1,#ec4899);
  border-radius:20px 20px 0 0;
}

.iklim-text{
  color:#444;
  margin-bottom:25px;
  line-height:1.7;
}

.iklim-list{
  list-style:none;
  padding:0;
}

.iklim-list li{
  margin-bottom:15px;
  padding-left:30px;
  position:relative;
  font-size:15px;
  color:#333;
}
.iklim-box-pro{
  animation:fadeUp 0.8s ease;
}

.keunggulan{
    padding:80px 8%;
    background:#f5f8ff;
}

.keunggulan-box{
    max-width:1200px;
    margin:auto;
    background:#fff;
    border-radius:24px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    overflow:hidden;
}

.item{
    padding:45px 35px;
    border-right:1px solid #ececec;
}

.item:last-child{
    border-right:none;
}


.item h4{
    color:#17305d;
    margin-bottom:12px;
}

.item p{
    color:#64748b;
    line-height:1.8;
}

@media(max-width:900px){
    .keunggulan-box{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .keunggulan-box{
        grid-template-columns:1fr;
    }

    .item{
        border-right:none;
        border-bottom:1px solid #eee;
    }
}

.guru-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 22px;
    background:#eaf2ff;
    color:#2563eb;
    border-radius:30px;
    font-weight:700;
}

.guru-badge i{
    font-size:15px;
}

.biru{background:#4f46e5;}
.pink{background:#ec4899;}
.hijau{background:#22c55e;}
.kuning{background:#f59e0b;}

.unggul-item h4{
  font-size:18px;
  margin-bottom:8px;
  color:#1e3a8a;
}

.unggul-item p{
  font-size:14px;
  color:#555;
}
@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.iklim-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#6366f1;
  font-weight:bold;
}
.profil-card ul li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#6366f1;
  font-weight:bold;
}
.icon.biru{
    background:#4f46e5 !important;
}

.icon.pink{
    background:#ec4899 !important;
}

.icon.hijau{
    background:#22c55e !important;
}

.icon.kuning{
    background:#f59e0b !important;
}
.iklim-anak {
  padding: 120px 20px;
  text-align: center;
  background: url('bg-anak.jpg') center/cover no-repeat;
  position: relative;
}
.profil-anak {
  padding: 100px 20px 60px;
}

.card-iklim-anak {
  max-width: 700px;
  margin: 40px auto 0;
  background: rgba(255,255,255,0.95);
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  text-align: left;
}
.judul-anak{
  font-size:38px;
  font-weight:700;
  color:#1e3a8a;
  margin-bottom:10px;
}


@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.proses-belajar{
  padding:120px 20px;
  background: linear-gradient(180deg,#eef2ff 0%, #f8fafc 100%);
  text-align:center;
}

.iklim-section {
  padding: 80px 20px 120px;
}
.proses-belajar .card-container {
  max-width: 1200px;
  margin: auto;
}
section {
  position: relative;
  z-index: 1;
}


.card-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.card{
  width:300px;
  background:white;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.1);
  transition:all 0.4s ease;
  position:relative;
}
.card:hover{
  transform:translateY(-12px) scale(1.02);
  box-shadow:0 25px 60px rgba(0,0,0,0.2);
}

.card-header{
  position:relative;
  height:200px;
  overflow:hidden;
}
.card-header::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);
}
.judul-section{
  font-size:40px;
  font-weight:800;
  margin-bottom:60px;
  color:#1e3a8a;
}
.card-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.card-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  z-index: 2;
}
.card-header img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card-header span,
.card-header h3 {
  position: relative;
  z-index: 3;
}
.card-header img {
  transition: 0.5s;
}
.card:hover .card-header img {
  transform: scale(1.1);
  transition: 0.5s;
}
.card-header span {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.9);
  color: #333;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 3;
}
.card-header h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  z-index: 3;
}

.biru {
  background: #2f6bff;
}

.hijau {
  background: #1f8b4c;
}

.kuning {
  background: #f4b400;
  color: black;
}
.kegiatan-card{
  display:block;
  text-decoration:none;
  color:inherit;
}
.card-body {
  padding: 20px;
  text-align: left;
  color: #555;
}
.pagination-modern button.active{
  background:#ec4899;
  color:white;
}
.page {
  display: none;
}

.page.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.pagination-modern {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.pagination-modern button {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(135deg, #6a5cff, #8f44fd);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.pagination-modern button:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #ff00cc, #3333ff);
}

.pagination-modern .active-btn {
  background: linear-gradient(135deg, #ff7a18, #ff0058);
  transform: scale(1.1);
}
.section,
.iklim-section,
.visi-misi-section,
.profil-section {
  width:100%;
  margin:0;
  border-radius:0;
  padding:100px 20px;
  background:#eef2ff;
  text-align:center;
}

.profil-desc{
  max-width:700px;
  margin:10px auto 40px;
  color:#555;
}
.section,
.iklim-section,
.visi-misi-section,

.unit-usaha{
  padding:80px 20px;
  background:#f8fafc;
  text-align:center;
}

.usaha-container{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  justify-content:center;
  margin-top:40px;
}

.usaha-card{
  width:280px;
  background:white;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
  transition:0.3s;
}

.usaha-card:hover{
  transform:translateY(-10px);
}

.usaha-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.usaha-card h3{
  margin:15px 0 5px;
}

.usaha-card p{
  font-size:14px;
  padding:0 15px;
}

.usaha-card button{
  margin:15px;
  padding:10px 20px;
  border:none;
  border-radius:25px;
  background:linear-gradient(135deg,#6a5cff,#8f44fd);
  color:white;
  cursor:pointer;
  transition:0.3s;
}

.usaha-card button:hover{
  background:linear-gradient(135deg,#ff00cc,#3333ff);
}

.usaha-modal{
  display:none;
  position:fixed;
  top:0;left:0;
  width:100%;height:100%;
  background:rgba(0,0,0,0.7);
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.usaha-content{
  background:white;
  padding:30px;
  border-radius:20px;
  max-width:500px;
  text-align:left;
  animation:zoomIn 0.3s;
}

.usaha-content span{
  float:right;
  cursor:pointer;
  font-size:20px;
}
.btn-usaha{
  display:inline-block;
  margin:15px;
  padding:10px 20px;
  border-radius:25px;
  background:linear-gradient(135deg,#6a5cff,#8f44fd);
  color:white;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.btn-usaha:hover{
  background:linear-gradient(135deg,#ff00cc,#3333ff);
}


.menu-toggle{
  display:none;
  font-size:28px;
  color:#fff;
  cursor:pointer;
}


.menu-toggle{
  display:none;
  font-size:28px;
  color:#fff;
  cursor:pointer;
}

@media (max-width:768px){

  .menu-toggle{
    display:block;
    z-index:1002;
  }
.nav-menu li > a{
    display:flex;
    align-items:center;
    gap:8px;
}

.nav-menu li > a i{
    font-size:15px;
}
  .nav-menu{
    position:absolute;
    top:75px;
    right:20px;
    width:220px;

    display:flex;
    flex-direction:column;

    background:#4f46e5;
    border-radius:12px;
    overflow:hidden;

    opacity:0;
    visibility:hidden;
    transform:translateY(-15px);
    transition:.3s;
  }

  .nav-menu.active{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  .nav-menu li{
    width:100%;
  }

  .nav-menu li a{
    display:block;
    padding:14px 20px;
    color:#fff;
    text-decoration:none;
  }
  .nav-menu li a:hover{
    background:rgba(255,255,255,.15);
  }
}
.kontak-section,
#kontak{
    width:100%;
    margin:160px 0 0;
    padding:80px 6%;
    border-radius:0;
    background:#fff;
}
.pendidik-section{
    width:100%;
    max-width:none;
    margin:0;
    padding:80px 6%;
    border-radius:0;
    background:linear-gradient(90deg,#dbeafe,#f3e8ff);
}
.pendidik-section .container{
  max-width:900px;
  margin:auto;
}

.section-title{
  font-size:32px;
  text-align:center;
  color:#1e3a8a;
  margin-bottom:20px;
}

.section-desc{
  text-align:center;
  color:#555;
  line-height:1.7;
  margin-bottom:35px;
}

.kegiatan-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
  list-style:none;
  padding:0;
}

.kegiatan-list li{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  padding:15px 20px;
  border-radius:12px;
  box-shadow:0 5px 15px rgba(0,0,0,.08);
  transition:.3s;
}

.kegiatan-list li:hover{
  transform:translateY(-5px);
}

.tenaga-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-top:30px;
}

.tenaga-card{
  display:flex;
  gap:15px;
  padding:20px;
  background:#fff;
  border-radius:15px;
  box-shadow:0 5px 15px rgba(0,0,0,.08);
  transition:.3s;
}

.tenaga-card:hover{
  transform:translateY(-5px);
}

.tenaga-card span{
  width:40px;
  height:40px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff7adf,#8a5cff);
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:bold;
}

.tenaga-card p{
  margin:0;
}

@media (max-width:768px){

.navbar{
    height:70px;
}

.nav-container{
    padding:0 15px;
}

.logo-area img{
    width:42px;
}

.logo-area h2{
    font-size:15px;
    line-height:1.2;
}

.logo-area p{
    font-size:10px;
}

.hero{
    margin-top:110px;
    background-attachment:scroll;
}

.hero h2{
    font-size:34px;
}

.hero p{
    font-size:15px;
}


.guru-wrapper{
    grid-template-columns:1fr;
    gap:35px;
}

.guru-info{
    grid-template-columns:1fr;
}

.guru-item{
    min-height:auto;
}

.guru-button{
    margin-top:25px;
    top:0;
}

.guru-button a{
    width:100%;
}

.kontak-section,
#kontak{
    margin-top:60px !important;
    padding:50px 20px;
}

.judul-guru h2{
    font-size:28px;
}

.judul-guru p{
    font-size:15px;
}

.card{
    width:100%;
    max-width:340px;
}

.card-container{
    gap:20px;
}

.video-card{
    width:100%;
    max-width:340px;
}


.lagu-card img{
    height:250px;
}

.profil-grid{
    grid-template-columns:1fr;
}

.keunggulan-box{
    grid-template-columns:1fr;
}

.footer-container{
    flex-direction:column;
}

.footer-col{
    width:100%;
}

.wa-label{
    display:none;
}

.wa-img{
    width:55px;
    height:55px;
}

}
@media(max-width:576px){

.slogan{
    font-family: 'Merienda', cursive;
    font-size: 42px;
    font-weight:700;
    color:#fff;
    text-shadow:
        2px 2px 0 rgba(0,0,0,.35),
        0 0 8px rgba(0,0,0,.15);
    font-style:italic;
    letter-spacing:1px;
}

  .kegiatan-list{
    grid-template-columns:1fr;
  }

}