  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --teal:       #015A66;
    --teal-mid:   #028090;
    --teal-light: #EAF4F5;
    --teal-acc:   #00A896;
    --gold:       #C9972A;
    --gold-light: #FDF6E3;
    --dark:       #0D1B1E;
    --mid:        #4A5568;
    --light:      #F7FAFA;
    --white:      #FFFFFF;
    --border:     #D1E8EA;
  }
  /* new custom */
.hero {
	min-height:80vh;
    position: relative;
    display: flex; align-items: center;
    overflow: hidden;
    padding:60px;
	padding-top: 80px;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0,168,150,0.15) 0%, transparent 60%),
      radial-gradient(ellipse 40% 60% at 10% 80%, rgba(201,151,42,0.08) 0%, transparent 50%);
  }
  .hero-inner {
    position: relative; z-index: 2; margin: 0 auto; width: 100%;
    display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center;
  }
  
.hero h1 {
    font-family: Fraunces !important;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 24px;
    font-weight: 700;
}
  .hero h1 em { font-style: normal; color: var(--gold); }

  .hero-sub {
    font-size: 18px; line-height: 1.7; color: rgba(255,255,255,0.75);
    margin-bottom: 40px; font-weight: 300; max-width: 520px;
  }

 .nav-cta {
    background: var(--gold); color: var(--dark); font-weight: 600;
    padding: 10px 24px; border-radius: 4px; text-decoration: none;
    font-size: 14px; letter-spacing: 0.3px; transition: all 0.2s;
  }
  .nav-cta:hover { background: #b8860b; color: var(--white); }
 .cta-course-btn {
    display: inline-block;
    background: var(--teal); color: var(--white);
    font-family: 'DM Sans', sans-serif; font-weight: 700;
    font-size: 14px; padding: 12px 28px; border-radius: 4px;
    text-decoration: none; transition: all 0.2s; letter-spacing: 0.3px;
  }
  .cta-course-btn:hover { background: #b8860b; color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,151,42,0.3); }



  /* ── REVIEWS ── */
  .reviews { background: var(--light); }
  .reviews-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
    margin-top: 60px;
  }
  .review-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 6px; padding: 28px;
  }
  .review-stars { color: var(--gold); font-size: 16px; margin-bottom: 14px; }
  .review-text { font-size: 14px; color: var(--mid); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
  .review-author { display: flex; align-items: center; gap: 12px; }
  .review-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--teal); display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif; font-size: 16px; color: var(--white); font-weight: 700;
  }
  .review-name { font-weight: 600; font-size: 14px; color: var(--dark); }
  .review-band { font-size: 12px; color: var(--teal-acc); }
.cta-reviews-btn {
    display: inline-block; margin-top:50px;
    background: var(--teal); color: var(--white);
    font-family: 'DM Sans', sans-serif; font-weight: 700;
    font-size: 14px; padding: 12px 28px; border-radius: 4px;
    text-decoration: none; transition: all 0.2s; letter-spacing: 0.3px;
  }
  .cta-reviews-btn:hover { background: #b8860b; color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,151,42,0.3); }

  /* ── CTA STRIP ── */
  .cta-strip {
    background: var(--teal);
    padding: 80px 40px;
    text-align: center;
  }
  .cta-strip h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 48px);
    color: var(--white); margin-bottom: 16px;
  }
  .cta-strip h2 em { font-style: normal; color: var(--gold); }
  .cta-strip p { font-size: 17px; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
  .cta-btn-strip {
    display: inline-block;
    background: var(--gold); color: var(--white);
    font-family: 'DM Sans', sans-serif; font-weight: 500;
    font-size: 14px; padding: 10px 24px; border-radius: 4px;
    text-decoration: none; transition: all 0.2s; letter-spacing: 0.3px;
  }
  .cta-btn-strip:hover { background: #b8860b; color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,151,42,0.3); }
.nav-cta-strip {
    background: var(--teal); color: var(--gold); font-weight: 600;
    padding: 10px 24px; border-radius: 4px; text-decoration: none;
    font-size: 14px; letter-spacing: 0.3px; transition: all 0.2s;
	border: 1px solid var(--gold);
  }
  .nav-cta-strip:hover { background: #b8860b; color: var(--white); }
/* ── DIFFERENTIATORS ── */
  .diff { background: var(--light); }
  .diff-grid {
    display: grid; grid-template-columns: repeat(2,1fr); gap: 24px;
    margin-top: 60px;
  }
  .diff-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 6px; padding: 36px 32px;
    display: flex; gap: 24px; align-items: flex-start;
    transition: all 0.3s;
  }
  .diff-item:hover {
    border-color: var(--teal-acc);
    box-shadow: 0 8px 32px rgba(1,90,102,0.08);
    transform: translateY(-2px);
  }
  .timeline-dot {
    width: 56px; height: 56px; flex-shrink: 0;
    background: var(--teal); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif; font-size: 20px;
    color: var(--white); font-weight: 700; position: relative; z-index: 1;
  }
  .diff-item h3 { font-size: 18px; font-weight: 600; color: var(--teal); margin-bottom: 10px; }
  .diff-item p { font-size: 15px; color: var(--mid); line-height: 1.7; }

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 60px;
    height: 60px;
    color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
}
/* GLOBAL */
body {
    margin: 0;
    color: #333;
}
.container {
    margin: 0 auto;
}
.iti {
  width: 100%;
}

.iti__flag-container {
  margin-right: 8px;
}
/* HERO SECTION */
.hero-section {
    width: 100%;
    min-height: 70vh;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 120px 0 100px;
    color: #fff;
}

.hero-content h2 {
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
    margin: 0;
}



.gl-lh-pkl-btn{
    background-color: #fff;
    color: #0d47a1;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}
.header-logo .logo-landing{
	width:130px;
}

.gl-top-bar-lh {
    background: #0d47a1;
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
}


/* FEATURES SECTION */
.features-section-container {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 60px;
}

.feature-box {
    background: #fff;
    padding: 25px 30px;
    width: 32%;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 3px 18px rgba(0,0,0,0.15);
}

.feature-box .icon {
    font-size: 38px;
    color: var(--teal);
    margin-bottom: 15px;
}

.feature-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    line-height: 1.6;
}
.mg-30 {
    margin: auto 30px !important;
}
.working-section {
	background-color:#015A6610;
    padding: 60px;
    font-family: 'Poppins', sans-serif;
}
/* COURSES SECTION */
.courses-section {
    padding: 60px;
    font-family: 'Poppins', sans-serif;
}
.section-reviews{
    padding: 60px;
	background-color:#015A6610;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 50px;
}

/* GRID */
.courses-grid {
    display: flex;
    gap: 20px;
	flex-wrap:wrap;
}

/* CARD */
.course-card {
    background: #015A6620;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    overflow: hidden;
	padding: 22px;
	flex: 0 0 calc(50% - 20px);
	
}

.course-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
	border-radius:20px;
}

/* CARD CONTENT SPACING */

.course-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
	margin-top: 20px;
}

.course-desc {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px;
    color: #333;
}

.course-desc a {
    color: #0a51c4;
    font-weight: 500;
    text-decoration: underline;
}

/* BUTTON */
.course-btn {
    display: inline-block;
    background: #0a51c4;
    padding: 10px 24px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
	text-decoration: none;
}

.course-btn:hover {
    background: #063a94;
}
/* SECTION WRAPPER */
.faq-section {
    padding: 60px;
    font-family: 'Poppins', sans-serif;
}

.faq-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

/* FAQ BOXES */
.faq-item {
    background: #e9ecf5;
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
}

/* OPEN STATE HEADER (BLUE BAR) */
.faq-item.active .faq-question {
    background: var(--teal);
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 20px 25px;
    background: #005a6510;
}

/* QUESTION BAR */
.faq-question {
    width: 100%;
    padding: 16px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background: #e9ecf5;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    transition: 0.3s ease;
}

/* PLUS / MINUS ICON */
.faq-question .icon {
    font-size: 22px;
    font-weight: 600;
    transition: 0.3s ease;
}

.faq-item.active .faq-question .icon {
    color: #fff;
    content: '−';
}

/* ANSWER AREA */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #005a6510;
    padding: 0 25px;
    border-radius: 0 0 12px 12px;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}


/* MAIN SECTION */
.demo-form-section {
    background: #d6dcee;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

/* FLEX WRAPPER */
.demo-form-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LEFT SIDE */
.demo-form-left {
    width: 60%;
}

.demo-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

/* FORM */
.demo-form {
    width: 100%;
}

.demo-row {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.demo-field {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.demo-field.full {
    width: 100%;
}

/* LABELS */
.demo-field label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #222;
	font-weight: 500;
}

/* INPUT + SELECT FIELDS */
.demo-field input,
.demo-field select {
    padding: 12px 15px;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
}

/* PHONE FIELD */
.phone-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}

.phone-flag {
    font-size: 18px;
    margin-right: 8px;
    opacity: 0.8;
}

.phone-wrapper input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 12px;
}

/* SUBMIT BUTTON */
.demo-submit-btn {
    background: #153b8c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
}

/* RIGHT IMAGE */
.demo-form-right img {
    max-width: 350px;
    height: auto;
}

/* RESPONSIVE */


/* MAIN WRAPPER */
.gl-success-section {
    padding: 60px 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.gl-success-container {
    width: 90%;
    max-width: 1250px;
    margin: auto;
}

/* HEADINGS */
.gl-success-heading,
.gl-success-heading2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.gl-success-heading2 {
    margin-top: 40px;
}

/* YOUTUBE VIDEOS */
.gl-video-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.gl-video-box {
    width: 32%;
    aspect-ratio: 16 / 9;
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
}

.gl-video-box iframe {
    width: 100%;
    height: 100%;
}

/* ------------------------------
   SLIDER 
------------------------------- */
.gl-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.gl-slider-track {
    display: flex;
    transition: 0.4s ease;
}

.gl-slide {
    min-width: 240px;  /* matches screenshot images */
    background: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
}

.gl-slide img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* DOTS */
.gl-slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
}

.gl-slider-dots .dot {
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.gl-slider-dots .dot.active {
    background: #333;
}

/* SECTION WRAPPER */
.gl-accreditation-section {
    background: #e8edf7;
    padding: 60px 0;
}

.gl-accreditation-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.gl-accreditation-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 35px;
}

/* SLIDER */
.gl-accreditation-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.gl-accreditation-slider {
    display: flex;
    gap: 12px;
    transition: transform 0.4s ease;
}

.gl-accreditation-item {
    min-width: 220px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
}

.gl-accreditation-item img {
    width: 100%;
    object-fit: contain;
}
.top-bands-flex {
    display: flex;
}
.left-rating {
    width: 20%;
	text-align:center;
}
.right-cards{
	width: 80%;
}

/* ARROWS */
.gl-acc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff70;
    border: none;
    font-size: 30px;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s ease;
    z-index: 10;
}

.gl-acc-arrow:hover {
    background: #fff;
}

.gl-acc-prev {
    left: -10px;
}

.gl-acc-next {
    right: -10px;
}

/* DOTS */
.gl-accreditation-dots {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.gl-acc-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.gl-acc-dot.active {
    background: #0b63e5;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .gl-video-row {
        flex-direction: column;
    }

    .gl-video-box {
        width: 100%;
    }
}
/* ===== GLOBAL WRAPPER ===== */
.gl-student-success {
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

/* ===== SECTION TITLE ===== */
/* SECTION */
.success-videos-section {
    width: 90%;
    margin: 40px auto;
}

.success-heading {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
}

/* YOUTUBE GRID */
.youtube-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}
.yt-item{
    width: 100%;
}

.yt-item iframe {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    border: none;
}

/* SLIDER */
.success-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;

}

.slide img {
    width: 270px;
    border-radius: 10px;
    display: block;
    user-select: none;
    pointer-events: none;
	margin-right:20px;
}

/* ARROWS (transparent option) */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #000;
    border: none;
    font-size: 35px;
    cursor: pointer;
    z-index: 5;
    padding: 5px 12px;
    transition: 0.3s ease;
}

.slider-arrow:hover {
    color: #1b3daa;
}

.slider-arrow.prev {
    left: 0;
}

.slider-arrow.next {
    right: 0;
}

/* DOTS */
.slider-dots {
    text-align: center;
    margin-top: 12px;
}

.slider-dots button {
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    cursor: pointer;
}

.slider-dots button.active {
    background: #015A66;
}




/* ================================
   TOP BANDS (GOOGLE REVIEWS) SECTION
   ================================ */

/* Section layout */
.top-bands-section {
    padding: 40px 0;
    overflow-x: hidden;
}

.top-bands-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    align-items: center;
}

.review-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.review-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0;
}

.review-slider::-webkit-scrollbar {
    display: none;
}

.review-card {
    flex: 0 0 250px;
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}

/* Arrows */
.arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0056d6;
    color: #fff;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 5;
}

.arrow:hover {
    background: #003c94;
}

/* ================================
   RESPONSIVE FIXES
   ================================ */



/* RESPONSIVE */
@media(max-width: 992px) {
    .features-section-container {
        flex-direction: column;
        align-items: center;
    }
    .feature-box {
        width: 90%;
    }
    .courses-grid {
        grid-template-columns: 1fr;
    }

}
@media(max-width: 900px) {
    .demo-form-container {
        flex-direction: column;
        text-align: center;
    }

    .demo-form-left {
        width: 100%;
    }

    .demo-row {
        flex-direction: column;
    }

    .demo-field {
        width: 100%;
    }

    .demo-form-right {
        margin-top: 30px;
    }
}



@media(max-width: 768px) {
	.hero-content {
    width: 90%;
}
	h1 {
        font-size: 30px;
    }
.features-section-container {
    padding-bottom: 20px;
}
.section-title{
    font-size: 24px;
}
.faq-heading {
    font-size: 24px;
}
.courses-section {
    padding: 30px;
}
.container {
    padding: 0px;
}
.course-img {
    height: 390px;
}
.courses-grid {
    flex-direction: column;
}
.youtube-wrapper {
    flex-direction: column;
}
.demo-form-container {
        text-align: left;
    }
	.demo-form-right img {
    max-width: 250px;
}
.faq-section {
    padding: 30px;
}
.faq-question {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
	text-align: left;
}
.faq-item.active .faq-answer {
    padding: 8px 10px;
}
.diff-grid {
    grid-template-columns: repeat(1,1fr);
}
.reviews-grid {
    grid-template-columns: repeat(1,1fr);
}
.hero {
    padding: 30px !important;
}
.feature-box {
    width: 100%;
}
.features-section-container {
    padding: 30px 30px;
}
.working-section {
    padding: 30px;
}
.success-videos-section {
    width: 100%;
    padding: 30px;
	margin: 0px auto;
}
.section-reviews {
    padding: 30px;
}
.cta-strip {
    padding: 60px 20px;
}
.whatsapp-float {
    display:none;
}
}

@media(max-width: 575px) {
.course-img {
    height: 190px;
}
.hero {
    min-height: 60vh;
}
.hero h1 {
    font-size: 24px;
	margin-bottom: 14px;
	line-height: 1.3;

}
.hero-sub {
    font-size: 14px;
	margin-bottom:20px;
}
.nav-cta {
    font-size: 14px !important;
    padding: 10px 20px !important;
}
.feature-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-title {
    font-size: 20px;
}
.section-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
}
.course-title {
    font-size: 16px;
}
.cta-course-btn {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 18px;
}
.diff-grid {
    margin-top: 20px;
}
.diff-item {
    padding: 20px 20px;
    gap: 20px;;
}
.diff-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.timeline-dot {
    width: 50px;
    height: 50px;
    font-size: 18px;
}
.diff-item p {
    margin-bottom:0px;
}
.success-heading {
    font-size: 20px;
}
.reviews-grid {
    gap: 20px;
    margin-top: 20px;
}
.cta-reviews-btn {
    margin-top: 20px;
	        text-align: center;
}
.cta-strip h2 {
    font-size: 20px;
}
.cta-strip p {
    font-size: 14px;
	 margin-bottom: 20px;
}
.cta-btn-strip {
    display: block;
}
.nav-cta-strip {
    display: block;
    margin-top: 10px;
}
}
