* { margin: 0; padding: 0; box-sizing: border-box; }

html { overflow-x: hidden; }

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #1a1a2e;
  overflow-x: hidden;
}
    /* ========== NAVBAR ========== */
.navbar{
  background:#fff;
  border-bottom:1px solid #e8ecf0;
  height:72px;

  display:flex;
  align-items:center;

  max-width:1440px;
  margin:0 auto;

  padding:0 24px;
}

.nav-logo img{
    height:38px;
}



.nav-links{
    display:flex;
    gap:42px;
    list-style:none;

    margin-left:auto;
    margin-right:auto;
}

  
.nav-actions{
    display:flex;
    align-items:center;
    gap:12px;
}


.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    flex-shrink:0;
}

.nav-logo img{
    height:42px;
    width:auto;
    display:block;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: color .2s;
}
.nav-links a.active { color: #1565c0; font-weight: 600 !important; }
.nav-links a:hover { color: #1565c0; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-call {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1bba5d;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .2s;
}
.btn-call:hover { background: #16a050; }
.btn-call .phone-icon {
  width: 24px; height: 24px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  animation: ringPhone .8s ease-in-out infinite alternate;
}
@keyframes ringPhone { from{transform:rotate(-15deg)} to{transform:rotate(15deg)} }
.btn-call-text { display: flex; flex-direction: column; line-height: 1.2; }
.btn-call-text span:first-child { font-size: 11px; opacity: .9; font-weight: 500; }
.btn-call-text span:last-child { font-size: 13px; font-weight: 700; }

.btn-login {
  border: 1.5px solid #ccc;
  color: #333;
  background: white;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  font-family: 'Poppins', sans-serif;
}
.btn-login:hover { border-color: #1565c0; color: #1565c0; }

.btn-book {
  background: #1565c0;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s, transform .15s;
}
.btn-book:hover { background: #0d47a1; transform: translateY(-1px); }


/* =====================================
   MOBILE RESPONSIVE ONLY
   DOES NOT CHANGE DESKTOP
===================================== */

.mobile-menu-btn{
    display:none;
}

@media (max-width:991px){

    .navbar{
        padding:12px 16px;
        height:72px;
        position:relative;
    }

    .mobile-menu-btn{
        display:block;
        background:none;
        border:none;
        font-size:32px;
        cursor:pointer;
        color:#222;
        margin-left:auto;
    }

    .nav-links,
    .nav-actions{
        display:none;
    }

    .navbar.mobile-open{
        height:auto;
        align-items:flex-start;
    }

    .navbar.mobile-open .nav-links{
        display:flex;
        flex-direction:column;
        gap:18px;

        width:100%;

        /* margin-top:20px; */

        /* padding-top:20px; */

        border-top:1px solid #eee;
    }

    .navbar.mobile-open .nav-actions{
        display:flex;
        flex-direction:column;

        width:100%;

        margin-top:20px;

        gap:12px;
    }

    .navbar.mobile-open{
        flex-wrap:wrap;
    }

    .navbar.mobile-open .nav-links li{
        width:100%;
    }

    .navbar.mobile-open .nav-links a{
        display:block;
        font-size:16px;
    }

    .navbar.mobile-open .btn-call,
    .navbar.mobile-open .btn-login,
    .navbar.mobile-open .btn-book{
        width:100%;
        text-align:center;
        justify-content:center;
        box-sizing:border-box;
    }

    .logo-name{
        font-size:18px;
    }

    .logo-icon{
        width:42px;
        height:42px;
        font-size:20px;
    }
}



/* ========== WEBINAR BANNER IMAGE ========== */
.webinar-banner-image{
    width:100%;
    overflow:hidden;
}

.webinar-banner-image img{
    width:100%;
    display:block;
    height:auto;
}

/* ========== HERO ========== */
.hero {
  background: #fff;
  padding: 60px 240px 0;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
  overflow: hidden;
}

/* subtle dot pattern background */
.hero::before {
  content: '';
  position: absolute;
  right: 0; top: 0;
  width: 55%;
  height: 100%;
  background-image: radial-gradient(circle, #d0e8ff 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  opacity: .45;
  z-index: 0;
}

.hero-left {
  flex: 1;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  color:#333;
  margin-bottom:4px;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  color:#1e88e5;
  line-height:1.15;
  margin-bottom:12px;
}

.hero-title .underlined {
  position: relative;
  display: inline-block;
}
.hero-title .underlined::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0; right: 0;
  height: 3px;
  background: #1565c0;
  border-radius: 2px;
}
.hero-desc {
  font-size: 15px;
  font-weight: 400;
  color:#333;
  line-height:1.5;
  max-width:520px;
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  font-style: italic;
  margin-bottom: 32px;
}
.powered-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f0f4ff;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #dce8ff;
}
.powered-logo span { font-size: 13px; color: #1877F2; font-weight: 700; font-style: normal; }

.hero-btns {
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.btn-explore {
  background: #1565c0;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s, transform .15s;
  font-family: 'Poppins', sans-serif;
}
.btn-explore:hover { background: #0d47a1; transform: translateY(-2px); }
.btn-brochure {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #1565c0;
  color: #1565c0;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s;
  font-family: 'Poppins', sans-serif;
}
.btn-brochure:hover { background: #f0f4ff; }
.download-icon {
  width: 26px; height: 26px;
  background: #1565c0;
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
}

/* Certification partner logos */
.partner-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.partner-acca {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 16px;
}
.acca-badge {
  background: #d32f2f;
  color: white;
  font-size: 17px;
  font-weight: 900;
  padding: 4px 9px;
  border-radius: 4px;
  letter-spacing: 1px;
}
.acca-badge-text {
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
}

.cert-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transition: transform .2s;
}
.cert-badge:hover { transform: scale(1.08); }

/* specific cert icon colours */
.cert-cma {
  background: linear-gradient(135deg, #1a237e, #283593);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
}
.cert-cfa {
  background: linear-gradient(135deg, #4a148c, #6a1b9a);
  color: white;
  font-size: 10px;
  font-weight: 800;
}

/* ---- Hero image ---- */
.hero-right {
  width: 420px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.instructor-wrap {
  position: relative;
}
.instructor-img {
  width: 420px;
  height: auto;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

/* Placeholder silhouette for instructor */
.instructor-placeholder {
  width: 380px;
  height: 460px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.instructor-bg-circle {
  position: absolute;
  bottom: 0;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e3eeff, #c8deff);
}
.instructor-figure {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 0;
}
/* SVG-style person silhouette */
.person-svg {
  width: 260px;
  height: 420px;
}

/* Floating badge on hero */
.hero-badge {
  position: absolute;
  top: 30px;
  right: 10px;
  background: white;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  font-size: 13px;
  font-weight: 600;
  color: #1565c0;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: floatBadge 3s ease-in-out infinite;
  z-index: 3;
}
@keyframes floatBadge { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.badge-dot { width: 8px; height: 8px; background: #1bba5d; border-radius: 50%; }

/* =========================
   APP DOWNLOAD SECTION
========================= */


/* =========================
   APP DOWNLOAD SECTION
========================= */

.app-section{
    background:#eef1ff;
}

.top-offer-bar{
    background:linear-gradient(90deg,#ff6a00,#ff2d00);
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:700;
    padding:14px 20px;
}

.top-offer-bar a{
    color:#fff;
    text-decoration:none;
}


.app-left h2{
    font-size:38px;
    font-weight:800;
    color:#111;
    margin-bottom:10px;
}

.app-left p{
    font-size:20px;
    color:#666;
    margin-bottom:25px;
}

.playstore-btn{
    width:220px;
}

.app-divider{
    width:2px;
    height:140px;
    background:#ddd;
}

.qr-card{
    background:#fff;
    padding:18px;
    border-radius:16px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.qr-card img{
    width:250px;
    display:block;
}

/* ACCA CREATIVE */

.acca-banner{
    padding:50px 0;
    background:#fff;
}

.acca-banner img{
    width:100%;
    max-width:1200px;
    display:block;
    margin:auto;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

/* Mobile */

@media(max-width:768px){

    .app-download{
        flex-direction:column;
        text-align:center;
    }

    .app-divider{
        display:none;
    }

    .app-left h2{
        font-size:28px;
    }

    .playstore-btn{
        width:180px;
    }

    .qr-card img{
        width:220px;
    }
}

.app-download{
    max-width:1000px;
    margin:auto;
    padding:30px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:80px;
}

.app-left h2{
    font-size:24px;
    font-weight:700;
    color:#1a1a1a;
    margin-bottom:8px;
}

.app-left p{
    font-size:14px;
    color:#5f6b7a;
    margin-bottom:15px;
}

.playstore-btn{
    width:140px;
    display:block;
    margin-left:auto;
}

.app-divider{
    width:3px;
    height:95px;
    background:#ffffff;
}

.qr-card{
    background:#fff;
    padding:14px 18px;
    border-radius:12px;
    display:flex;
    align-items:center;
    gap:14px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.qr-card img{
    width:82px;
    height:auto;
}

.qr-content h4{
    font-size:13px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.qr-content p{
    font-size:11px;
    color:#666;
    line-height:1.5;
}


/* =========================
   FACULTY SECTION
========================= */

.faculty-section{
    background:#f7f8fa;
    padding:60px 0;
    overflow:hidden;
}

.faculty-container{
    max-width:1200px;
    margin:auto;
    padding:0 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.faculty-content{
    width:50%;
}

/* Meet our teachers */

.faculty-label{
    font-size:14px;
    font-weight:500;
    color:#667085;
    margin-bottom:16px;
}

/* Name */

.faculty-name{
    font-size:28px;
    font-weight:700;
    color:#161616;
    line-height:1.2;
    margin-bottom:12px;
}

/* Role */

.faculty-role{
    font-size:16px;
    font-weight:500;
    color:#222;
    line-height:1.6;
    margin-bottom:20px;
}

/* Tags */

.faculty-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:28px;
}

.faculty-tags span{
    background:#1890ff;
    color:#fff;
    padding:7px 14px;
    border-radius:6px;
    font-size:12px;
    font-weight:600;
}

/* Stats */

.faculty-stats{
    display:flex;
    justify-content:space-between;
    gap:30px;
    padding:20px 0;
    border-top:1px solid #d9dde3;
    border-bottom:1px solid #d9dde3;
    margin-bottom:24px;
}

.faculty-stat{
    display:flex;
    align-items:center;
    gap:8px;
}

.faculty-stat strong{
    font-size:15px;
    font-weight:700;
    color:#111827;
}

.faculty-stat p{
    font-size:13px;
    color:#667085;
}

/* Description */

.faculty-desc{
    font-size:14px;
    line-height:1.8;
    color:#667085;
    max-width:560px;
    margin-bottom:30px;
}

/* Thumbnails */

.faculty-thumbs{
    display:flex;
    gap:16px;
    align-items:center;
}

.thumb-wrapper{
    position:relative;
}

.faculty-thumb{
    width:110px;
    height:110px;
    object-fit:cover;
    border-radius:8px;
    background:#fff;
    cursor:pointer;
    opacity:.75;
    transition:.3s;
}

.faculty-thumb.active-thumb{
    opacity:1;
}

/* Progress Bar */

.thumb-progress{
    position:absolute;
    left:0;
    bottom:-2px;
    height:3px;
    width:0%;
    background:#1890ff;
    border-radius:20px;
}


.thumb-progress.active{
    animation:fillProgress 6s linear forwards;
}

@keyframes fillProgress{
    from{
        width:0%;
    }
    to{
        width:100%;
    }
}

/* Main Image */

.faculty-image{
    width:50%;
    text-align:center;
}

.faculty-image img{
    width:100%;
    max-width:520px;
    max-height:620px;
    object-fit:contain;
}

/* Mobile */

@media(max-width:991px){

    .faculty-container{
        flex-direction:column-reverse;
        gap:30px;
        padding:0 20px;
    }

    .faculty-content,
    .faculty-image{
        width:100%;
    }

    .faculty-name{
        font-size:24px;
    }

    .faculty-role{
        font-size:15px;
    }

    .faculty-stats{
        flex-wrap:wrap;
        gap:15px;
    }

    .faculty-thumbs{
        overflow-x:auto;
        padding-bottom:10px;
    }

    .faculty-thumb{
        width:85px;
        height:85px;
        flex-shrink:0;
    }
}


/* =========================
   WHY PLUTUS
========================= */

.why-plutus-section{
    background:#dfe6ff;
    padding:60px 0;
}

.why-container{
    max-width:1200px;
    margin:auto;
    padding:0 40px;
}

.why-title{
    text-align:center;
    font-size:24px;
    font-weight:600;
    color:#111;
    margin-bottom:45px;
}

.why-content{
    display:flex;
    justify-content:space-between;
    gap:60px;
}

.why-left{
    width:38%;
}

.why-text{
    font-size:14px;
    line-height:1.9;
    color:#222;
    margin-bottom:35px;
}

.why-logos{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    align-items:center;
}

.why-logos img{
    height:42px;
    width:auto;
    object-fit:contain;
}

.why-right{
    width:62%;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.why-card{
    background:#fff;
    border-radius:16px;
    padding:30px;
    min-height:210px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-4px);
}

.why-card h3{
    font-size:14px;
    font-weight:500;
    line-height:1.8;
    color:#111;
}

.why-card span{
    color:#1565c0;
    font-weight:600;
}

/* Mobile */

@media(max-width:991px){

    .why-content{
        flex-direction:column;
    }

    .why-left,
    .why-right{
        width:100%;
    }

    .why-right{
        grid-template-columns:1fr;
    }

    .why-title{
        font-size:22px;
    }

    .why-text{
        font-size:14px;
    }
}

/* =========================
   FOUNDERS SECTION
========================= */

.founders-section{
    background:#f6f8f9;
    padding:95px 0 80px;
}

.founders-container{
    max-width:1250px;
    margin:auto;
    padding:0 25px;
}

.founders-title{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#000;
    margin-bottom:50px;
    line-height:1.2;
}

.founders-card{
    background:#fff;
    border-radius:14px;
    padding:40px;
    max-width:970px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;
}

.founders-content{
    width:48%;
}

.founders-content p{
    font-size:14px;
    line-height:1.75;
    color:#202124;
    margin-bottom:18px;
    font-weight:400;
}

.founders-content span{
    color:#1677ff;
    font-weight:500;
}

.founders-image{
    width:52%;
}

.founders-image img{
    width:100%;
    display:block;
    border-radius:12px;
}

/* Mobile */

@media(max-width:991px){

    .founders-section{
        padding:60px 0;
    }

    .founders-title{
        font-size:32px;
        margin-bottom:30px;
    }

    .founders-card{
        flex-direction:column;
        padding:25px;
    }

    .founders-content,
    .founders-image{
        width:100%;
    }

    .founders-content p{
        font-size:14px;
    }
}


.founders-image-card{
    border:1px solid #d7d7d7;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
}

.founders-image-card img{
    width:100%;
    display:block;
}

.founders-info{
    display:flex;
    justify-content:space-around;
    padding:18px 10px 20px;
    background:#f7f8fa;
}

.founder{
    text-align:center;
}

.founder h4{
    font-size:16px;
    font-weight:500;
    color:#111;
    margin-bottom:8px;
}

.founder p{
    font-size:12px;
    color:#444;
    margin-bottom:4px;
}

.founder span{
    font-size:12px;
    color:#666;
}


/* =========================
   PROGRAMS SECTION
========================= */

.programs-section{
    background:#f6f8f9;
    padding:70px 0;
}

.programs-container{
    max-width:1150px;
    margin:auto;
    padding:0 20px;
}

.programs-title{
    text-align:center;
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:35px;
}

.programs-layout{
    display:flex;
    gap:24px;
}

/* Sidebar */

.program-sidebar{
    width:220px;
    flex-shrink:0;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    height:fit-content;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.program-filter{
    padding:14px 16px;
    font-size:13px;
    color:#555;
    border-bottom:1px solid #ececec;
    cursor:pointer;
}

.program-filter.active{
    background:#1697f6;
    color:#fff;
}

/* List */

.program-list{
    flex:1;
}

/* Program card link wrapper */
.program-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform .2s;
}
.program-card-link:hover {
    transform: translateY(-2px);
}
.program-card-link:hover .program-card {
    box-shadow: 0 6px 24px rgba(0,0,0,.10);
}

/* Card */

.program-card{
    display:flex;
    align-items:center;
    gap:16px;
    background:#fff;
    border-radius:10px;
    padding:14px;
    margin-bottom:18px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.program-card img{
    width:200px;
    height:110px;
    object-fit:cover;
    border-radius:6px;
}

.program-info{
    flex:1;
}

.program-badge{
    display:inline-block;
    font-size:10px;
    color:#0b8f83;
    background:#e6faf7;
    border:1px solid #9ce7dd;
    padding:4px 8px;
    border-radius:4px;
    margin-bottom:10px;
}

.program-info h3{
    font-size:15px;
    font-weight:600;
    color:#111;
    line-height:1.5;
    margin-bottom:8px;
}

.program-info p{
    font-size:12px;
    color:#667085;
    line-height:1.6;
}

/* Mobile */

@media(max-width:991px){

    .programs-layout{
        flex-direction:column;
    }

    .program-sidebar{
        width:100%;
    }

    .program-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .program-card img{
        width:100%;
        height:auto;
    }
}


/* =========================
   PLACEMENT PARTNERS
========================= */

.placement-partners{
    background:#f5f6f8;
    padding:70px 0;
    overflow:hidden;
}

.placement-title{
    text-align:center;
    font-size:24px;
    font-weight:600;
    color:#111;
    margin-bottom:45px;
}

.placement-marquee{
    width:100%;
    overflow:hidden;
    position:relative;
}

.placement-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation:partnerScroll 25s linear infinite;
}

.placement-track img{
    height:70px;
    width:auto;
    margin-right:80px;
    display:block;
}

@keyframes partnerScroll{
    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }
}


/* ==========================
   SUCCESS STORIES
========================== */

.success-section{
    background:#eef2ff;
    padding:70px 0;
}

.success-title{
    text-align:center;
    font-size:24px;
    font-weight:600;
    margin-bottom:45px;
    color:#111;
}

.success-slider-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
}

.success-slider{
    display:flex;
    gap:22px;
    overflow:hidden;
    max-width:1000px;
}

.success-card{
    min-width:480px;
    background:#fff;
    border-radius:18px;
    padding:22px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
}

.success-user{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.success-user img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}

.success-user h4{
    font-size:16px;
    font-weight:600;
    margin:0;
    color:#111;
}

.success-user span{
    font-size:12px;
    color:#6b7280;
}

.success-card p{
    font-size:14px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:25px;
}

.company-logo{
    height:26px;
    width:auto;
}

.success-arrow{
    width:44px;
    height:44px;
    border:none;
    border-radius:50%;
    background:#1890ff;
    color:#fff;
    font-size:20px;
    cursor:pointer;
}

.success-arrow:hover{
    background:#0d7be5;
}


/* ==========================
   BROCHURE SECTION
========================== */

.brochure-section{
    background:url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1400') center center/cover;
    position:relative;
    padding:70px 0;
}

.brochure-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.brochure-wrap{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    padding:0 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.brochure-small{
    color:#fff;
    font-size:14px;
    font-weight:500;
    display:block;
    margin-bottom:8px;
}

.brochure-content h2{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:0;
}

.brochure-btn{
    background:#1696ff;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
}

.brochure-btn:hover{
    background:#0c84eb;
}


/* ==========================
   BLOG SECTION
========================== */

.blog-section{
    background:#f5f6f8;
    padding:70px 0;
}

.blog-title{
    text-align:center;
    font-size:30px;
    font-weight:600;
    margin-bottom:45px;
    color:#111;
}

.blog-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
}

.blog-slider{
    display:flex;
    gap:24px;
    overflow:hidden;
    max-width:980px;
}

.blog-card{
    min-width:250px;
}

.blog-card img{
    width:230px;
    height:230px;
    object-fit:cover;
    border-radius:18px;
    margin-bottom:15px;
}

.blog-card h3{
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
    color:#111;
}

.blog-card p{
    font-size:12px;
    line-height:1.7;
    color:#666;
    margin-bottom:18px;
}

.blog-card a{
    font-size:13px;
    color:#1696ff;
    text-decoration:none;
    font-weight:500;
}

.blog-arrow{
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#dbeafe;
    color:#1696ff;
    cursor:pointer;
    font-size:18px;
}


/* ==========================
   FAQ SECTION
========================== */

.faq-section {
    background: #fff;
    padding: 80px 0;
}

.faq-header {
    text-align: center;
    margin-bottom: 48px;
}

.faq-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.faq-subtitle {
    font-size: 15px;
    color: #6b7280;
    font-weight: 400;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.faq-item.open {
    border-color: #1565c0;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    text-align: left;
    transition: background 0.2s;
}

.faq-question:hover {
    background: #f8f9fc;
}

.faq-item.open .faq-question {
    color: #1565c0;
    background: #f0f6ff;
}

.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #6b7280;
    transition: all 0.25s;
    line-height: 1;
}

.faq-item.open .faq-icon {
    background: #1565c0;
    border-color: #1565c0;
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    padding: 0 22px;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding: 0 22px 18px;
}

.faq-answer p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.75;
    border-top: 1px solid #e5e7eb;
    padding-top: 14px;
}

@media (max-width: 768px) {
    .faq-title { font-size: 24px; }
    .faq-question { font-size: 14px; padding: 15px 16px; }
    .faq-answer { padding: 0 16px; }
    .faq-item.open .faq-answer { padding: 0 16px 15px; }
}

/* ==========================
   QUERY SECTION
========================== */

.query-section{
    background:#edf1ff;
    padding:70px 0 0;
}

.query-container{
    max-width:1200px;
    margin:auto;
    padding:0 200px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.query-content{
    width:50%;
}

.query-content h2{
    font-size:24px;
    font-weight:600;
    margin-bottom:10px;
    color:#111;
}

.query-content p{
    font-size:14px;
    color:#222;
    margin-bottom:30px;
}

.query-btn{
    background:#1696ff;
    color:#fff;
    border:none;
    padding:14px 24px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

.query-image{
    width:40%;
    text-align:right;
}

.query-image img{
    max-height:330px;
}

/* ==========================
   FOOTER
========================== */

.site-footer{
    background:#101215;
    color:#fff;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    padding:60px 20px;
    display:flex;
    justify-content:space-between;
}

.footer-column{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.footer-column h4{
    font-size:15px;
    margin-bottom:8px;
    font-weight:600;
}

.footer-column a{
    color:#fff;
    text-decoration:none;
    font-size:13px;
}

.footer-social{
    display:flex;
    gap:18px;
}

.footer-social a{
    font-size:18px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    max-width:1200px;
    margin:auto;
    padding:25px 20px;
    display:flex;
    justify-content:space-between;
    color:#8a8a8a;
    font-size:13px;
}

.footer-bottom a{
    color:#8a8a8a;
    text-decoration:none;
    margin-left:25px;
}

.footer-copyright{
    background:#000;
    text-align:center;
    padding:12px;
    font-size:12px;
}

/* ==========================
   MODAL
========================== */

.modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.modal-box{
    background:#fff;
    width:450px;
    border-radius:12px;
    padding:30px;
    position:relative;
}

.modal-box h3{
    margin-bottom:20px;
    font-size:22px;
}

.modal-box input,
.modal-box select{
    width:100%;
    height:48px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
}

.submit-btn{
    width:100%;
    background:#1696ff;
    color:#fff;
    border:none;
    height:48px;
    border-radius:8px;
    cursor:pointer;
}

.modal-close{
    position:absolute;
    right:15px;
    top:10px;
    border:none;
    background:none;
    font-size:28px;
    cursor:pointer;
}

@media(max-width:991px){

    .hero{
        padding:40px 20px;
        flex-direction:column;
        text-align:center;
        min-height:auto;
    }

    .hero-left,
    .hero-right{
        width:100%;
    }

    .hero-title{
        font-size:32px;
    }

    .hero-desc{
        max-width:100%;
    }

    .hero-btns{
        justify-content:center;
    }

    .partner-row{
        justify-content:center;
    }

    .hero-right{
        margin-top:30px;
    }

    .instructor-img{
        width:100%;
        max-width:320px;
    }
}


@media(max-width:991px){

    .hero{
        padding:40px 20px;
        flex-direction:column;
        text-align:center;
        min-height:auto;
    }

    .hero-left,
    .hero-right{
        width:100%;
    }

    .hero-title{
        font-size:32px;
    }

    .hero-desc{
        max-width:100%;
    }

    .hero-btns{
        justify-content:center;
    }

    .partner-row{
        justify-content:center;
    }

    .hero-right{
        margin-top:30px;
    }

    .instructor-img{
        width:100%;
        max-width:320px;
    }
}


@media(max-width:768px){

    .webinar-banner-image img{
        width:100%;
        height:auto;
        display:block;
    }

}


@media(max-width:991px){

    .success-slider{
        overflow-x:auto;
        scroll-snap-type:x mandatory;
    }

    .success-card{
        min-width:300px;
        scroll-snap-align:start;
    }

    .success-arrow{
        display:none;
    }

}


@media(max-width:991px){

    .blog-slider{
        overflow-x:auto;
        scroll-snap-type:x mandatory;
    }

    .blog-card{
        min-width:260px;
        scroll-snap-align:start;
    }

    .blog-arrow{
        display:none;
    }

}

@media(max-width:991px){

    .query-container{
        padding:0 20px;
        flex-direction:column;
        text-align:center;
    }

    .query-content,
    .query-image{
        width:100%;
    }

    .query-image{
        margin-top:30px;
    }

    .query-image img{
        width:100%;
        max-width:280px;
    }

}


@media(max-width:768px){

    .footer-container{
        flex-direction:column;
        gap:30px;
    }

    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

}

@media(max-width:768px){

    .brochure-wrap{
        flex-direction:column;
        gap:25px;
        text-align:center;
    }

    .brochure-content h2{
        font-size:24px;
    }

}

@media(max-width:768px){

    .modal-box{
        width:90%;
        padding:20px;
    }

}

@media(max-width:768px){

    .placement-track img{
        height:40px;
        margin-right:40px;
    }

}


@media(max-width:768px){

    .app-download{
        gap:25px;
        padding:25px 15px;
    }

    .app-left{
        width:100%;
    }

    .app-left h2{
        font-size:34px;
        line-height:1.2;
    }

    .app-left p{
        font-size:16px;
        margin-bottom:10px;
    }

}


@media(max-width:768px){

    .playstore-btn{
        width:180px;
        margin:0 auto;
    }

}

@media(max-width:768px){

    .qr-card{
        flex-direction:column;
        text-align:center;
        width:100%;
        max-width:300px;
        margin:auto;
    }

    .qr-card img{
        width:120px;
    }

}