@font-face {
  font-family: Gill Sans Bold;
  src: url(../Gill\ Sans\ Bold.otf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}

body {
  background-color: #fff;
  font-family: "Kanit", sans-serif;
}
section {
  scroll-margin-top: 80px; /* header height ke equal */
}
p {
  color: #3C3C3C;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.enquire-btn {
  background: #FDCD10;
  background: linear-gradient(90deg, rgba(253, 205, 16, 1) 0%, rgba(255, 233, 147, 1) 50%);
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 400;
  padding: 7px 30px;
  border-radius: 8px;
  border: 1px solid #00000071;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion-item{
  margin-bottom: 20px;
  border-radius:20px !important;
}
/* Hover effect */
.enquire-btn:hover {
  background: linear-gradient(to bottom, #ffd86b, #d9b44a);
  transform: translateY(-2px);
}

.header {
  background-color: #fff;
  position: fixed;
  padding: 10px 0px;
  width: 100%;
  z-index: 1000;
}

.enquiry-card {
  width: 100%;
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
}

.ban-li {
  margin-bottom: 15px;
}

.enquiry-title {
  color: #0673B9;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.form-box {
  border: 2px dashed #b48cff;
  border-radius: 8px;
  padding: 15px;
}

.through {
  margin-bottom: 30px;
}

.form-control,
.form-select {
  background: #f1f1f1;
  border: none;
  border-radius: 8px;
  height: 45px;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-control::placeholder, .form-select {
  color: #999;
}

.submit-btn {
  background: linear-gradient(to right, #f7c600, #f3d27a);
  border: none;
  border-radius: 8px;
  height: 45px;
  font-weight: 500;
  width: 100%;
}

.gradient-text {
  background: linear-gradient(to right, #FDCD10, #FFE993);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.submit-btn:hover {
  opacity: 0.9;
}

.banner {
  background-image: url(../img/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
}

.wbs {
  background-color: #ffffff46;
  padding: 7px 20px 5px 20px;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  margin-bottom: 30px;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 20px;
    border-bottom: none;
}
.accordion {
  --bs-accordion-btn-focus-box-shadow: none !important;

}
.yellow-bx {
  background: #FDCD10;
  background: linear-gradient(90deg, rgba(253, 205, 16, 1) 0%, rgba(255, 233, 147, 1) 50%);
  color: #022988;
  padding: 7px 20px 5px 20px;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  margin-bottom: 15px;
}

.blu-bx {
  background-color: #F4F9FF;
  padding: 15px 30px 10px 30px;
  border-radius: 10px;
}

.mb {
  margin-bottom: 50px;
}

.blue-box {
  text-align: center;
}

h2 {
  color: #0673B9;
  font-weight: 700;
  font-size: 32px;
}

.str-bx {
  background-color: #F4F9FF;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

/* Circle */
.tr {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

/* Image transition */
.tr img {
  transition: 0.3s ease;
}

/* 🔥 ACTIVE STATE */
.str-bx.active-box {
  background-color: transparent;
  border: 1px solid #FDCD10;
}

.str-bx.active-box .tr {
  background-color: #FDCD10;
}

.str-bx.active-box .tr img {
  filter: brightness(0) invert(1);
  /* white icon */
}

/* 🔥 HOVER = ACTIVE */
.str-bx:hover {
  background-color: transparent;
  border: 1px solid #FDCD10;
}

.str-bx:hover .tr {
  background-color: #FDCD10;
}

.str-bx:hover .tr img {
  filter: brightness(0) invert(1);
}

/* 👇 IMPORTANT: jab hover ho toh default active hat jaye */
.row:hover .active-box {
  background-color: #F4F9FF;
  border: 1px solid transparent;
}

.row:hover .active-box .tr {
  background-color: #fff;
}

.row:hover .active-box .tr img {
  filter: none;
}

.dark-blu {
  background: #0877BE;
  background: linear-gradient(90deg, rgba(8, 119, 190, 1) 0%, rgba(1, 94, 153, 1) 50%);
  border-radius: 10px;
  padding: 0px 30px 0px 120px;
}

.win-img {
  position: relative;
  margin-top: -70px;
}

.dark-blu {
  margin-top: 130px;
}

.grey-box {
  background-color: #F6F1F1;
  padding: 30px 20px;
  border-radius: 10px;
}

.school {
  background: #0877BE;
  background: linear-gradient(90deg, rgba(8, 119, 190, 1) 0%, rgba(1, 94, 153, 1) 50%);
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
}

.schools {
  background: #FDCD10;
  background: linear-gradient(90deg, rgba(253, 205, 16, 1) 0%, rgba(255, 233, 147, 1) 50%);
  color: #0877BE;
  padding: 20px 15px;
  text-align: center;
  border-radius: 12px;
}

.sch-bx {
  padding: 10px 20px;
}

.gfs {
  border-radius: 12px;
  border: 1px solid #00000028;
}

.bg-f {
  background-color: #EDF8FF;
  padding: 7px 30px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 8px;
}

.bg-ff {
  background-color: #FFFCEE;
  padding: 7px 30px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 8px;
}

.sts {
  font-size: 25px;
}

.center-box {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* horizontal center */
  justify-content: center;
  /* vertical center (agar height ho) */
}

.gfv {
  border-radius: 12px;
  border: 1px solid #FDCD10;
  /* 👈 important */
  /* border-image: linear-gradient(to right, #FDCD10, #FFE993) 1; */
}

.blues {
  background-color: #DCF2FF;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 30px;
  width: 270px;
  max-width: 100%;
}

.yellows {
  background-color: #FFFCEE;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 30px;
  width: 270px;
  max-width: 100%;
}

.test-box {
  background: #01609C;
  background: linear-gradient(83deg, rgba(1, 96, 156, 1) 0%, rgba(0, 33, 54, 1) 50%);
  padding: 40px 80px;
  border-radius: 12px;
}
.br-r{
  border-right: 1px solid #fff;
}
.box1{
  padding: 10px;
}
.apply-box{
  background: #FDCD10;
background: linear-gradient(83deg, rgba(253, 205, 16, 1) 0%, rgba(255, 233, 147, 1) 50%);
  padding: 40px 80px;
  border-radius: 12px;
}
.how-box{
  background: #E8E8E8;
background: linear-gradient(83deg, rgba(232, 232, 232, 1) 0%, rgba(219, 218, 218, 1) 50%);
padding: 40px 80px;
  border-radius: 12px;
}
.stroke-text {
  font-size: 40px;
  font-weight: 700;
  color: transparent; /* andar transparent */
-webkit-text-stroke: 2px #2b6cb0; /* blue border */
}
.wk-bx{
  padding: 20px;
}
.ern-bx{
  position: relative;
  margin-top: -50px;
}
.faq{
  background-color: #F4F9FF;
  padding: 50px 0px;
}
.footer-tetx{
  padding: 40px 20px;
}
.sticky-icon {
    position: fixed;
    top: 55%;
    right: 1%;
    z-index: 999;
}
.icon-box {
    background-color: #0673B9;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 0px 12px;
    margin-bottom: 5px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}
.btn-close{
  position: absolute;
  top: -4%;
  right: -3%;
   /* background: #FDCD10;
   background: linear-gradient(83deg, rgba(253, 205, 16, 1) 0%, rgba(255, 233, 147, 1) 50%); */
   background-color: #FDCD10;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  z-index: 999;
}
.modal-body{
  padding:0px;
}
.vcf{
  margin-left: auto;
  margin-right: auto;
}
.footer{
  margin-bottom: 50px;
}
.blue-box {
    position: relative;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* text smooth change */
.blue-box {
    padding: 6px 8px 1px 8px;   /* same padding default me de do */
    transition: all 0.4s ease;
}

/* smooth glass hover */
.blue-box:hover {
    transform: translateX(6px) scale(1.02);
   background: #fdce108a;
        background: linear-gradient(90deg, rgba(253, 206, 16, 0.548) 0%, rgba(255, 233, 147, 0.692) 50%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
}

/* text smooth change */
.blue-box h4 {
    transition: all 0.4s ease;
}




@media screen and (max-width: 767px) {
  .blue-box h4 {
    transition: all 0.4s ease;
    font-size: 18px;
}
.blue-box:hover {
    transform: translateX(6px) scale(1.02);
   background: #fdce108a;
        background: linear-gradient(90deg, rgba(253, 206, 16, 0.548) 0%, rgba(255, 233, 147, 0.692) 50%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
}
.des{
  text-align: center;
}
  p{
    font-size: 14px;
  }
  .wbs {
    padding: 10px 10px 5px 10px;
  }
  .dark-blu {
    margin-top: 50px;
    padding: 40px 30px 0px 30px;
}
.win-img {
  margin-top: 0px;
}
.gfs{
  margin-bottom: 20px;
}
.mn{
  font-size: 16px;
}
.yellows, .blues{
  height:100%;
  margin-top: 10px;
}
.exam-img{
  margin-top: -20px;
}
.test-box{
  padding: 30px;
}
.footer-tetx {
    padding: 5px;
}
.box1 {
    padding: 0px;
    padding-right: 20px;
}
.vc{
  border-right: none;
}
.me-3 {
    margin-right: 10px !important;
}
.apply-box {
  padding: 30px;
}
.gfd{
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  width: 255px;
 }
 .log{
  margin-left: 4px;
 }
 .gfds{
  padding-top: 10px;
 }
 .box1 img{
  width: 30px;
}
.how-box {
  padding: 20px 25px;
}
.wk-bx {
    padding: 0px;
}
.ern-bx {
   margin-top: 50px;
}
.sticky-footer {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f8f9fa;
        box-shadow: 0 -2px 6px rgb(0 0 0 / .2);
        z-index: 1000;
        justify-content: space-around;
        padding: 0;
    }
    .footer-btn {
        flex: 1;
        font-size: 14px;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        transition: background-color .3s, transform .2s;
        font-family: Arial, sans-serif;
    }
        .footer-btn.whatsapp, .sticky-contact:hover, .whatsapp, .footer-btn.phone {
        background-color: #0673B9;
    }
    .contact-us{
      background: #FDCD10;
    background: linear-gradient(90deg, rgba(253, 205, 16, 1) 0%, rgba(255, 233, 147, 1) 50%);
    }
    .btn-close {
    position: absolute;
    top: -1%;
    right: -2%;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .vcf{
  margin-left: 0;
  margin-right: auto;
}
.f-btm{
  margin-bottom: 60px;
}
.footer {
    margin-bottom: 30px;
}
.logic{
  text-align: left;
}
.below{
  padding: 7px 8px;
}
.blue-box{
  text-align: left;
}
.ban-li {
  margin-left: -3px;
}
.enquiry-card {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
}






















:root {
    --primary: #0b77bd;
    --primary-dark: #055f9a;
    --accent: #f6c515;
    --soft: #f4f7fb;
    --text: #14213d;
    --muted: #6b7280;
    --white: #ffffff;
    --success: #14a44d;
    --danger: #dc3545;
    --shadow: 0 20px 60px rgba(11, 119, 189, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, #f9fbff 0%, #eef5fb 100%);
    color: var(--text);
}
.navbar.tutopia-navbar {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0,0,0,.06);
}
.logo-box {
    background: linear-gradient(135deg, var(--primary), #1c8dd6);
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    display: inline-block;
    box-shadow: var(--shadow);
}
.logo-box span { color: var(--accent); }
.nav-link {
    font-weight: 600;
    color: var(--text);
    position: relative;
}
.nav-link:hover { color: var(--primary); }
.tutopia-btn-primary {
    background: linear-gradient(135deg, var(--primary), #158bda);
    color: white;
    border: none;
    border-radius: 14px;
    padding: 12px 26px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(11, 119, 189, 0.24);
    transition: all .35s ease;
}
.tutopia-btn-primary:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #0a6cac, #0f7ec8);
    color: white;
}
.tutopia-btn-outline {
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 14px;
    padding: 11px 26px;
    font-weight: 700;
    transition: all .35s ease;
}
.tutopia-btn-outline:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
}
.hero-section { padding: 40px 0 30px; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(246, 197, 21, .16);
    border: 1px solid rgba(246, 197, 21, .35);
    color: #7b5b00;
    border-radius: 999px;
    font-weight: 600;
}
.hero-section h1 span { color: var(--primary); }
.hero-glow {
    position: absolute; border-radius: 999px; filter: blur(80px); opacity: .35; pointer-events: none;
}
.hero-glow.one { width: 260px; height: 260px; background: #6bc8ff; top: 40px; right: 5%; }
.hero-glow.two { width: 280px; height: 280px; background: #ffe36a; bottom: 0; left: 4%; }
.stat-pill {
    background: white;
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: var(--shadow);
    font-weight: 600;
}
.hero-card, .feature-card, .start-form-card, .benefit-panel, .test-header-card, .question-card, .result-card, .review-card, .glass-card, .admin-login-card, .dashboard-stat {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: var(--shadow);
    border-radius: 24px;
}
.hero-card { overflow: hidden; position: relative; }
.hero-card-top { height: 10px; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.hero-card-content { padding: 28px; }
.mini-label, .scholarship-chip {
    font-size: 13px; font-weight: 700; border-radius: 999px; padding: 8px 14px;
}
.mini-label { background: #eef7ff; color: var(--primary); }
.scholarship-chip { background: #fff8d7; color: #7b5b00; }
.preview-timer {
    display: inline-flex; gap: 8px; padding: 8px 14px; border-radius: 12px; background: #eff8ff; color: var(--primary); font-weight: 700; margin-bottom: 18px;
}
.option-box, .option-label {
    background: #f8fbff; border: 2px solid #deebf8; border-radius: 16px; padding: 14px 16px; display: block; transition: .3s ease;
}
.option-box.active, .option-label:hover, .option-label.selected { border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(11,119,189,.12); }
.option-label input { display: none; }
.section-title span {
    text-transform: uppercase; letter-spacing: 2px; color: var(--primary); font-weight: 700; font-size: 13px;
}
.section-title h2 { font-weight: 800; margin-top: 8px; }
.feature-card { padding: 30px; transition: transform .35s ease, box-shadow .35s ease; }
.feature-card:hover, .class-card:hover, .dashboard-stat:hover { transform: translateY(-8px); }
.icon-wrap {
    width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), #41aaf0); color: white; font-size: 28px; margin-bottom: 18px;
}
.section-soft { background: linear-gradient(180deg, rgba(11,119,189,.05), rgba(246,197,21,.08)); }
.class-card {
    background: white; border-radius: 22px; padding: 24px 14px; box-shadow: var(--shadow); border: 1px solid rgba(11,119,189,.08); transition: .35s ease;
}
.class-number {
    font-size: 28px; font-weight: 800; color: var(--primary); margin-bottom: 4px;
}
.benefit-panel { padding: 32px; }
.benefit-item { padding: 12px 0; font-weight: 600; color: var(--text); display: flex; gap: 12px; align-items: center; }
.benefit-item i { color: var(--primary); }
.start-form-card { padding: 34px; position: relative; overflow: hidden; }
.start-form-card .ribbon {
    position: absolute; top: 18px; right: -34px; background: var(--accent); color: #422d00; font-weight: 700; transform: rotate(35deg); padding: 8px 40px;
}
.form-control, .form-select {
    border-radius: 14px; padding: 14px 16px; border: 1px solid #d9e5f2;
}
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .25rem rgba(11,119,189,.16); }
.footer-section { background: linear-gradient(135deg, #07456f, var(--primary)); }
.footer-logo { color: white; font-weight: 700; font-size: 20px; }
.test-header-card, .question-card, .result-card, .review-card, .glass-card, .admin-login-card, .dashboard-stat { padding: 28px; }
.timer-box {
    display: inline-flex; gap: 10px; align-items: center; background: #eef8ff; color: var(--primary-dark); padding: 14px 18px; border-radius: 14px; font-size: 18px; font-weight: 800;
}
.question-badge {
    display: inline-block; background: #fff5cd; color: #6d5600; padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 700;
}
.result-card { padding-top: 40px; }
.success-icon {
    width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; margin: 0 auto 20px; font-size: 34px; color: white;
}
.success-icon.pass { background: linear-gradient(135deg, var(--success), #30ce78); }
.success-icon.support { background: linear-gradient(135deg, var(--primary), #4ab2f3); }
.score-box {
    background: #f9fbff; border: 1px solid #e2edf8; padding: 24px; border-radius: 20px; height: 100%;
}
.score-box h3 { font-weight: 800; color: var(--primary); }
.review-item {
    border-radius: 20px; padding: 20px; margin-bottom: 18px; border: 1px solid #e4eef7;
}
.review-item.correct { background: rgba(20,164,77,.06); }
.review-item.wrong { background: rgba(220,53,69,.05); }
.explanation-box { background: white; border-radius: 14px; padding: 12px 14px; margin-top: 8px; }
.admin-login-body, .admin-body { background: linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%); min-height: 100vh; }
.admin-login-card { margin-top: 60px; }
.dashboard-stat { text-align: center; padding: 28px 18px; transition: .35s ease; }
.dashboard-stat i { font-size: 34px; color: var(--primary); margin-bottom: 10px; display: block; }
.dashboard-stat h3 { font-weight: 800; }
.floating-card { animation: floatY 5s ease-in-out infinite; }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px);} }
@media (max-width: 767px) {
    .hero-section h1 { font-size: 2.25rem; }
    .hero-card-content, .feature-card, .start-form-card, .benefit-panel, .test-header-card, .question-card, .result-card, .review-card, .glass-card, .admin-login-card { padding: 20px; }
    .start-form-card .ribbon { display: none; }
}










.progress-mini-box { background: #fff5cd; color: #6d5600; }
.single-question-card { opacity: 0; transform: translateY(18px) scale(.985); transition: opacity .45s ease, transform .45s ease; }
.single-question-card.active-question { opacity: 1; transform: translateY(0) scale(1); }
.question-title { font-weight: 800; color: var(--primary-dark); }
.question-option { cursor: pointer; }
.question-option.locked { pointer-events: none; opacity: .95; }
.question-option.correct-answer { background: rgba(25, 135, 84, .12); border-color: #198754 !important; box-shadow: 0 10px 22px rgba(25,135,84,.16); }
.question-option.wrong-answer { background: rgba(220, 53, 69, .10); border-color: #dc3545 !important; box-shadow: 0 10px 22px rgba(220,53,69,.14); }
.question-option.dimmed-option { opacity: .68; }
.question-card.fade-out-question { animation: tutopiaFadeOut .4s ease forwards; }
.question-card.fade-in-question { animation: tutopiaFadeIn .5s ease forwards; }
@keyframes tutopiaFadeOut { from { opacity: 1; transform: translateY(0) scale(1); } to { opacity: 0; transform: translateY(-16px) scale(.98); } }
@keyframes tutopiaFadeIn { from { opacity: 0; transform: translateY(20px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }


.counselling-highlight {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(14, 111, 191, 0.16), rgba(255, 196, 0, 0.12));
    border: 1px solid rgba(255, 196, 0, 0.35);
    box-shadow: 0 0 0 1px rgba(255, 196, 0, 0.08), 0 12px 35px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    animation: counsellingPulse 3s ease-in-out infinite !important;
}

.counselling-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
    animation: counsellingShine 3.8s linear infinite !important;
}

.counselling-icon {
    min-width: 62px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffc400, #f0b400);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 24px;
    box-shadow: 0 8px 22px rgba(255, 196, 0, 0.25);
    z-index: 1;
}

.counselling-content {
    position: relative;
    z-index: 1;
}

.counselling-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 196, 0, 0.14);
    color: #ffd54a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.counselling-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 6px;
}

.counselling-text {
    color: #d6e7ff;
    font-size: 16px;
    line-height: 1.65;
    max-width: 920px;
}

@keyframes counsellingPulse {
    0% {
        transform: translateY(0px);
        box-shadow: 0 0 0 1px rgba(255, 196, 0, 0.08), 0 12px 35px rgba(0, 0, 0, 0.22);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 0 0 1px rgba(255, 196, 0, 0.15), 0 16px 42px rgba(255, 196, 0, 0.10);
    }
    100% {
        transform: translateY(0px);
        box-shadow: 0 0 0 1px rgba(255, 196, 0, 0.08), 0 12px 35px rgba(0, 0, 0, 0.22);
    }
}

@keyframes counsellingShine {
    0% {
        left: -120%;
    }
    100% {
        left: 140%;
    }
}

@media (max-width: 768px) {
    .counselling-highlight {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }

    .counselling-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        font-size: 20px;
    }

    .counselling-title {
        font-size: 20px;
    }

    .counselling-text {
        font-size: 14px;
    }
}