@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --brand-2: #059669;
  --brand-accent: #f59e0b;
  --ink: #0a0f1e;
  --ink-2: #1e293b;
  --muted: #64748b;
  --soft: #f0f4ff;
  --soft-2: #fafbff;
  --border: #dde5f0;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(10, 15, 30, .10);
  --shadow-sm: 0 8px 20px rgba(10, 15, 30, .07);
  --shadow-lg: 0 30px 80px rgba(10, 15, 30, .16);
  --radius: 20px;
  --radius-sm: 12px;
  --radius-lg: 32px;
  --gradient: linear-gradient(135deg, var(--brand), var(--brand-2));
}

* { box-sizing: border-box; }
body { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; color: var(--ink); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.logo_img {
    width: 120px;
    border-radius: 4px;
}
.logoarea {padding:10px 0;}
/* NAVBAR */
.navbar { padding: 10px 0; background: rgba(255,255,255,.97); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--border), 0 8px 30px rgba(10,15,30,.05); transition: all .3s; }
.navbar-brand { font-weight: 900; letter-spacing: -.04em; color: var(--ink); font-size: 1.18rem; }
.brand-mark { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; margin-right: 10px; background: var(--gradient); font-size: .9rem; font-weight: 900; box-shadow: 0 6px 16px rgba(37,99,235,.3); }
.nav-link { font-weight: 600; font-size: .93rem; color: var(--ink-2); border-radius: 999px; padding: 8px 15px !important; transition: all .2s; }
.nav-link:hover, .nav-link.active { background: #eff6ff; color: var(--brand); }
.btn-brand { background: var(--gradient); border: 0; color: #fff; font-weight: 700; font-size: .92rem; border-radius: 999px; padding: 11px 24px; box-shadow: 0 8px 20px rgba(37,99,235,.28); transition: all .25s; }
.btn-brand:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(37,99,235,.36); }
.btn-brand.btn-lg { padding: 14px 30px; font-size: 1rem; }
.btn-outline-brand { border: 2px solid var(--brand); color: var(--brand); font-weight: 700; border-radius: 999px; padding: 10px 24px; transition: all .2s; }
.btn-outline-brand:hover { background: var(--brand); color: #fff; transform: translateY(-1px); }

/* MODERN HERO */
.page-hero-modern { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background-size: cover; background-position: center; padding: 60px 0; }
.page-hero-modern2 {  min-height: 65vh;  padding: 0px 0; }


.page-hero-modern::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(5,10,30,0.92) 0%, rgba(10,20,55,0.82) 45%, rgba(5,30,50,0.52) 100%); }
.page-hero-modern::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px); background-size: 32px 32px; z-index: 1; }
.page-hero-modern .container { position: relative; z-index: 2; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 50px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-weight: 700; font-size: .85rem; margin-bottom: 22px; backdrop-filter: blur(12px); letter-spacing: .02em; }
.hero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px #4ade80; flex-shrink: 0; }

.page-hero-title1 {font-size: clamp(2.8rem, 5.5vw, 5.5rem)!important;  }


.page-hero-title { font-family: 'DM Serif Display', serif; font-size: clamp(2.8rem, 3.5vw, 5.5rem); font-weight: 400; line-height: 1.0; color: #fff; margin-bottom: 24px; letter-spacing: -.02em; }
.page-hero-desc { font-size: 1.1rem; line-height: 1.75; color: rgba(255,255,255,.82); max-width: 560px; margin-bottom: 36px; font-weight: 400; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-btn-primary { padding: 15px 32px; border-radius: 50px; font-weight: 700; font-size: .95rem; transition: all .3s; background: #fff; color: var(--ink); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.hero-btn-outline { padding: 15px 32px; border-radius: 50px; font-weight: 700; font-size: .95rem; border: 2px solid rgba(255,255,255,.5); color: #fff; transition: all .3s; }
.hero-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,0,0,.28); color: var(--ink); }
.hero-btn-outline:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.8); transform: translateY(-3px); }

.hero-card { position: relative; background: rgba(255,255,255,.95); border-radius: 28px; padding: 32px; max-width: 480px; margin-left: auto; box-shadow: 0 30px 70px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.15); backdrop-filter: blur(20px); }
.hero-card-inner { background: var(--soft); border-radius: 20px; padding: 20px; }
.hero-card-header { background: var(--gradient); border-radius: 14px; padding: 20px; text-align: center; color: #fff; margin-bottom: 20px; position: relative; overflow: hidden; }
.hero-card-header::before { content: ''; position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,.1); }
.hero-card-header h2 { font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }
.hero-card-header p { font-size: .85rem; opacity: .85; margin: 0; }
.hero-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hero-card-box { height: 60px; border-radius: 14px; position: relative; overflow: hidden; }
.hero-card-box::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.5) 0%, transparent 100%); }
.hero-card-box:nth-child(1) { background: linear-gradient(135deg, #dbeafe, #bfdbfe); }
.hero-card-box:nth-child(2) { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }
.hero-card-box:nth-child(3) { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.hero-floating-box { position: absolute; left: -44px; bottom: 44px; background: #fff; padding: 18px 22px; border-radius: 20px; box-shadow: 0 16px 40px rgba(0,0,0,.16); border: 1px solid var(--border); }
.hero-floating-box h3 { font-family: 'DM Serif Display', serif; font-size: 2.2rem; margin: 0; font-weight: 400; color: var(--brand); line-height: 1; }
.hero-floating-box span { font-size: .8rem; color: var(--muted); font-weight: 600; }

/* SECTIONS */
.section-padding { padding: 50px 0; }
.bg-soft { background: var(--soft-2); }
.section-title { max-width: 720px; margin-bottom: 40px; }
.section-title.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title h2 { font-family: 'DM Serif Display', serif; font-weight: 400; letter-spacing: -.02em; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; color: var(--ink); margin-bottom: 14px; }
.section-title p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; margin: 0; }
.section-kicker { display: inline-flex; gap: 7px; align-items: center; color: var(--brand); background: #eff6ff; font-weight: 700; font-size: .82rem; border-radius: 999px; padding: 7px 14px; margin-bottom: 14px; letter-spacing: .04em; text-transform: uppercase; }
.text-white .section-kicker, .page-hero .section-kicker, .hero-section .section-kicker { background: rgba(255,255,255,.16); color: #fff; }

/* STAT CARDS */
.stat-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 28px 24px; height: 100%; text-align: center; transition: all .25s; position: relative; overflow: hidden; }
.stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient); border-radius: 3px 3px 0 0; }
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.stat-card strong { display: block; font-family: 'DM Serif Display', serif; font-size: 2.5rem; font-weight: 400; color: var(--brand); line-height: 1; margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-weight: 600; font-size: .92rem; display: block; }

/* CATEGORY TILES */
.category-tile { display: flex; flex-direction: column; gap: 10px; height: 100%; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: all .25s; position: relative; overflow: hidden; }
.category-tile::after { content: '→'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%) translateX(10px); opacity: 0; color: var(--brand); font-size: 1.2rem; transition: all .25s; }
.category-tile:hover { transform: translateY(-4px); border-color: #bfdbfe; box-shadow: var(--shadow); }
.category-tile:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }
.category-tile span { font-weight: 700; font-size: 1rem; color: var(--ink); }
.category-tile strong { color: var(--brand); font-size: .88rem; font-weight: 600; }

/* COURSE CARDS */
.course-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: all .3s; }
.course-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #c7d7ff; }
.course-img-link { display: block; background: var(--soft); overflow: hidden; }
.course-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; transition: transform .4s ease; }
.course-card:hover .course-img { transform: scale(1.04); }
.course-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.course-badge { display: inline-flex; color: var(--brand); background: #eff6ff; font-weight: 700; border-radius: 999px; padding: 6px 12px; font-size: .77rem; letter-spacing: .02em; }
.course-duration { color: var(--brand-2); background: #ecfdf5; font-weight: 700; border-radius: 999px; padding: 6px 12px; font-size: .77rem; white-space: nowrap; }
.course-title { font-size: 1.1rem; font-weight: 800; line-height: 1.3; margin: 10px 0 9px; }
.course-title a:hover { color: var(--brand); }
.course-preview { color: var(--muted); font-size: .9rem; min-height: 60px; line-height: 1.65; }
.course-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.course-meta div, .detail-stats div { border: 1px solid var(--border); border-radius: 12px; padding: 12px; background: var(--soft-2); }
.course-meta small, .detail-stats small { display: block; color: var(--muted); font-weight: 700; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; }
.course-meta strong, .detail-stats strong { display: block; font-weight: 700; margin-top: 2px; }

/* FEATURE CARDS */
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 32px; height: 100%; transition: all .25s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c7d7ff; }
.feature-icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; background: #eff6ff; color: var(--brand); font-size: 1.6rem; margin-bottom: 20px; transition: all .25s; }
.feature-card:hover .feature-icon { background: var(--gradient); }
.feature-card h3 { font-weight: 800; font-size: 1.15rem; margin-bottom: 10px; }
.feature-card p { color: var(--muted); margin: 0; font-size: .95rem; line-height: 1.7; }

/* FILTER/FORM */
.filter-card, .empty-state, .sticky-card, .content-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.filter-card { padding: 22px; margin-bottom: 28px; }
.form-control, .form-select { border-color: var(--border); border-radius: 12px; min-height: 48px; font-family: inherit; font-size: .93rem; }
.form-control:focus, .form-select:focus { box-shadow: 0 0 0 3px rgba(37,99,235,.12); border-color: #93c5fd; }

/* DETAIL/CONTENT CARDS */
.content-card { padding: clamp(24px, 3vw, 36px); }
.content-card h2, .sticky-card h3 { font-family: 'DM Serif Display', serif; font-weight: 400; letter-spacing: -.02em; margin-bottom: 18px; font-size: 1.7rem; }
.detail-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.syllabus-item { display: flex; gap: 14px; align-items: flex-start; height: 100%; padding: 16px; border: 1px solid var(--border); border-radius: 16px; background: var(--soft-2); transition: all .2s; }
.syllabus-item:hover { border-color: #bfdbfe; background: #f0f6ff; }
.syllabus-item span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--gradient); font-weight: 700; font-size: .85rem; }
.syllabus-item p { margin: 0; color: var(--ink-2); font-size: .93rem; }
.sticky-card { padding: 28px; position: sticky; top: 90px; }
.check-list { list-style: none; padding: 0; margin: 18px 0; }
.check-list li { padding-left: 32px; position: relative; margin-bottom: 12px; color: var(--ink-2); font-size: .95rem; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #dcfce7; color: #15803d; font-size: .8rem; font-weight: 700; }
.small-list li { font-size: .95rem; }

/* TESTIMONIALS */
.testimonial-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 28px; height: 100%; transition: all .25s; position: relative; }
.testimonial-card::before { content: '"'; position: absolute; top: 12px; right: 22px; font-size: 5rem; line-height: 1; font-family: 'DM Serif Display', serif; color: #dbeafe; pointer-events: none; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testimonial-head { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.testimonial-head img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); }
.testimonial-head strong { display: block; font-weight: 800; font-size: .98rem; }
.testimonial-head span { color: var(--muted); font-size: .85rem; font-weight: 500; }
.rating { color: #f59e0b; letter-spacing: 2px; margin-bottom: 12px; font-size: .95rem; }

/* GALLERY */
.gallery-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; height: 100%; transition: all .25s; }
.gallery-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gallery-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card div { padding: 20px; }
.gallery-card h3 { font-weight: 800; font-size: 1.05rem; margin-bottom: 6px; }
.gallery-card p { color: var(--muted); margin: 0; font-size: .9rem; }

/* CTA */
.cta-section { border-radius: var(--radius-lg); background: var(--gradient); color: #fff; padding: 60px; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.06); right: -80px; top: -100px; }
.cta-section::after { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.04); left: 10%; bottom: -70px; }
.cta-section h2 { font-family: 'DM Serif Display', serif; font-weight: 400; }

/* FOOTER */
.footer { background: var(--ink); color: #94a3b8; padding-top: 64px; }
.footer h5 { color: #fff; font-weight: 800; font-size: 1rem; margin-bottom: 18px; }
.footer li,a { color: #9dabbf; display: block; margin-bottom: 10px; font-size: .93rem; transition: color .2s; }
.contact-info-card span { font-size: .93rem; color: #000; }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 48px; padding: 22px 0; color: #64748b; text-align: center; font-size: .88rem; }
.footer-copyright, .footer-bottom { text-align: center !important; }
.social-icons a { display: inline-grid !important; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); margin-bottom: 0 !important; transition: all .2s; }
.social-icons a:hover { background: var(--brand); transform: translateY(-2px); }

/* CONTACT */
.contact-info-card { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--soft-2); height: 100%; }
.contact-info-card strong { display: block; font-weight: 800; margin-bottom: 4px; }
.map-placeholder { min-height: 330px; border-radius: var(--radius); display: grid; place-items: center; background: linear-gradient(135deg, #dbeafe, #dcfce7); border: 1px solid var(--border); color: var(--ink-2); text-align: center; padding: 20px; }

/* EMPTY STATE */
.empty-state { padding: 42px; text-align: center; }

/* FLOATING BUTTONS */
.floating-contact-icons { position: fixed; right: 22px; bottom: 22px; z-index: 9999; display: flex; flex-direction: column; gap: 14px; }
.floating-contact-icons a, .scroll-top-btn { width: 54px; height: 54px; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; cursor: pointer; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.2); transition: all .3s ease; position: relative; }
.floating-contact-icons a:hover, .scroll-top-btn:hover { transform: translateY(-6px) scale(1.06); box-shadow: 0 14px 32px rgba(0,0,0,.26); }
.floating-call { background: var(--brand); }
.floating-whatsapp { background: #25d366; }
.floating-whatsapp::before { content: ""; position: absolute; border-radius: 50%; inset: -8px; border: 4px solid rgba(37,211,102,.5); animation: pulse-border 1.8s ease-out infinite; }
.scroll-top-btn { background: var(--ink-2); opacity: 0; visibility: hidden; }
.scroll-top-btn.show { opacity: 1; visibility: visible; }

@keyframes pulse-border {
  0% { transform: scale(1); opacity: .8; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* HERO SECTION (inner pages) */
.hero-section, .page-hero { color: #fff; background: linear-gradient(135deg, #0a0f1e, var(--brand) 55%, #064e3b); padding: 92px 0 72px; overflow: hidden; }
.hero-section h1, .page-hero h1 { font-family: 'DM Serif Display', serif; font-weight: 400; letter-spacing: -.02em; line-height: 1.05; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.hero-section p, .page-hero p { font-size: 1.1rem; color: rgba(255,255,255,.82); max-width: 720px; }
.page-hero.compact { padding: 70px 0; }
.hero-img-wrap { position: relative; }
.hero-main-img, .hero-side-img { border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.hero-float { position: absolute; left: -18px; bottom: 22px; background: #fff; color: var(--ink); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); min-width: 170px; }
.hero-float strong { display: block; font-size: 1.55rem; font-family: 'DM Serif Display', serif; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .navbar-brand {padding: 0;margin: 0;}
  .navbar-collapse {margin-top: 20px;}
  .hero-section, .page-hero { padding: 70px 0 54px; }
  .detail-stats { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
  .hero-floating-box { left: -6px; }
  .page-hero-modern { min-height: auto; padding: 60px 0; }
  .hero-card { margin-top: 44px; }
  .page-hero-title { font-size: clamp(2.5rem, 8vw, 4rem); }
}

@media (max-width: 575px) {
  .course-meta { grid-template-columns: 1fr; }
  .cta-section { padding: 34px 22px; }
  .hero-float { position: static; margin-top: 16px; }
  .section-padding { padding: 60px 0; }
}

@media (max-width: 768px) {
  .floating-contact-icons { right: 16px; bottom: 16px; gap: 12px; }
  .floating-contact-icons a, .scroll-top-btn { width: 50px; height: 50px; font-size: 20px; }
}
.explorcourse {
    width: 100%;
}
.explorcourse:hover {
    color: #000 !important;
}
/* Equal Height Course Cards */
.course-card{
    height:100%;
}

.course-body{
    display:flex;
    flex-direction:column;
    height:100%;
}

.course-preview{
    flex-grow:1;
}

/* Button Always Bottom */
.course-body .btn{
    margin-top:auto;
}
.course-title a {
    color: #000;
}


.sitemap-section{
    background:#f8fafc;
}

.site-badge{
    background:#dbeafe;
    color:#1d4ed8;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    margin-bottom:18px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.section-desc{
    color:#64748b;
    max-width:650px;
    margin:auto;
}

.sitemap-card{
    background:#fff;
    border-radius:22px;
    padding:24px;
    display:flex;
    align-items:center;
    gap:18px;
    text-decoration:none;
    position:relative;
    overflow:hidden;
    border:1px solid #e2e8f0;
    transition:all .35s ease;
    height:100%;
}

.sitemap-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(15,23,42,.08);
    border-color:#bfdbfe;
}

.sitemap-icon{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:18px;
    background:linear-gradient(135deg,#2563eb,#0ea5e9);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.sitemap-content h5{
    color:#0f172a;
    font-size:20px;
    font-weight:700;
    margin-bottom:6px;
}

.sitemap-content p{
    margin:0;
    color:#64748b;
    font-size:15px;
}

.sitemap-arrow{
    margin-left:auto;
    color:#94a3b8;
    font-size:18px;
    transition:.3s;
}

.sitemap-card:hover .sitemap-arrow{
    transform:translateX(6px);
    color:#2563eb;
}

@media(max-width:768px){

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

    .sitemap-card{
        padding:20px;
    }

    .sitemap-content h5{
        font-size:18px;
    }
}