/* =====================================================
   Career Launcher – CAT Online Classes 2026
   Redesigned Light Theme CSS
   Brand Colors: Orange #f47920 | Navy #003366 | White
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ── CSS Variables ── */
:root {
  --orange: #db3500;
  --orange-light: #fff0e6;
  --orange-dark: #db3500;
  --navy: #000;
  --navy-mid: #000;
  --navy-light: #e8f0f8;
  --white: #ffffff;
  --off-white: #f8f9fc;
  --light-gray: #f1f4f8;
  --mid-gray: #e2e8f0;
  --text-dark: #1a2340;
  --text-mid: #4a5568;
  --text-light: #718096;
  --shadow-sm: 0 2px 12px rgba(0,51,102,0.07);
  --shadow-md: 0 6px 30px rgba(0,51,102,0.12);
  --shadow-lg: 0 12px 50px rgba(0,51,102,0.16);
  --radius: 14px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
}

/* ── Base Reset & Typography ── */
*, *::before, *::after { box-sizing: border-box; }

body {
font-family: "Montserrat", sans-serif!important;
  background: var(--white);
  color: var(--text-dark);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
font-family: "Montserrat", sans-serif!important;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
}

h1 { font-size: clamp(28px, 4vw, 44px); }
h2 { font-size: clamp(22px, 3vw, 34px); }
h3 { font-size: clamp(16px, 2vw, 22px); }
h4 { font-size: 18px; }
h5 { font-size: 15px; }

p { margin-bottom: 12px; color: var(--text-mid); }

a { color: var(--orange); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--orange-dark); }

.orange { color: var(--orange) !important; }

/* ── Utility ── */
.mt-10  { margin-top: 10px !important; }
.mt-20  { margin-top: 20px !important; }
.mt-30  { margin-top: 30px !important; }
.mb-30  { margin-bottom: 30px !important; }
/* .m-top-30 { margin-top: 30px !important; } */

/* ── Global CTA Buttons ── */
.btn.cta,
.btn-warning {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.4px;
  box-shadow: 0 4px 18px rgba(244,121,32,0.38);
  transition: var(--transition);
  display: inline-block;
  cursor: pointer;
  text-transform: none;
}
.btn.cta:hover,
.btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(244,121,32,0.52);
  color: var(--white) !important;
  background: linear-gradient(135deg, var(--orange-dark) 0%, #c5561a 100%);
}


.video-frame {
  /* box-shadow: 0px 2px 10px 0px #d3d1d1;
  padding: 5px; */
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-frame .youtube-player {
  position: relative;
  padding-bottom: 55.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;
  border-radius: 10px;
}

.video-frame .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.video-frame .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.video-frame .youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.video-frame .youtube-player .play {
  height: 50px;
  width: 50px;
  margin-left: inherit;
  margin-top: inherit;
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("https://www.lawentrance.com/img/play-button.webp") no-repeat;
  cursor: pointer;
  background-size: 50px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* ── Sections Shared ── */
section { padding: 60px 0; }
section.bg-grey { background: var(--off-white) !important; }
section.ms { background: var(--white); }

/* .sub-heading { margin-bottom: 40px; } */
/* .sub-heading p { font-size: 16px; max-width: 760px; margin: 10px auto 0; } */

/* ────────────────────────────────────────────────
   HERO / BANNER SECTION  (.baner-region.ms)
──────────────────────────────────────────────── */
.baner-region {
  background: linear-gradient(130deg, #e8f1fb 0%, #fef6ee 50%, #fff 100%) !important;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}
.baner-region::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(244,121,32,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.baner-region::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(0,51,102,0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.baner-region .content-box {
  padding-right: 20px;
}

.baner-region h1 {

  color: var(--navy) !important;
  font-size: clamp(26px, 3.8vw, 36px)!important;
}

.baner-region p.text-center {
  font-size: 15.5px;
  color: var(--text-mid);
  max-width: 600px;
  margin: 0 auto 20px;
}

/* Hero stat badges */
.percentile {
  background: var(--white);
  border: 2px solid var(--navy-light);
  border-radius: var(--radius);
  padding: 10px 18px;
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.percentile p{ margin-bottom: 0px;}
.percentile::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 5px; height: 100%;
  background: linear-gradient(180deg, var(--orange), var(--orange-dark));
  border-radius: 2px 0 0 2px;
}
.percentile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange);
}
.percentile h5 {
  margin: 0;
  font-size: 14px;
  color: var(--navy);
  font-weight: 700;
}
.percentile h5 span {
  display: block;
  font-size: clamp(22px, 3vw, 25px);
  color: var(--orange);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 4px;
}
.percentile p small { color: var(--text-light); font-size: 11px; }

/* ── Lead Form ── */
.form-region {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mid-gray);
}
.form-region::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--navy), var(--orange));
}
.form-region h4 {
  font-size: 17px;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 18px;
}
.form-region h4 span {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-light);
  margin-top: 4px;
}

.form-region .form-control {
  transition: var(--transition);
  border-radius: 5px;
}
.form-region .form-control:focus {
  border-color: var(--orange);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(244,121,32,0.12);
  outline: none;
}
.form-region .form-group { margin-bottom: 12px; position: relative; }

.form-region .btn-warning.btn-block {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border-radius: var(--radius-sm);
  margin-top: 6px;
}

.btnotp {
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: var(--radius-sm);
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.btnotp:hover { background: var(--orange); }

.otp-text { font-size: 12px; color: var(--text-light); }

/* ────────────────────────────────────────────────
   PROGRAMS / JOURNEY TABS  (#locationcont)
──────────────────────────────────────────────── */
#locationcont {
  background: var(--off-white) !important;
}

.journey-tabs { margin-top: 20px; }

.journey-tabs .nav-tabs {
    border-bottom: 0px solid var(--mid-gray);
    display: flex;
    gap: 6px;
    padding-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.journey-tabs .nav-tabs > li > a {
    background: var(--white);
    border: 2px solid var(--mid-gray);
    /* border-bottom: none; */
    border-radius: 10px 10px;
    color: var(--text-mid);
    font-weight: 700;
    font-size: 14px;
    padding: 11px 24px;
    transition: var(--transition);
}
.journey-tabs .nav-tabs > li.active > a,
.journey-tabs .nav-tabs > li > a:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white) !important;
}

.journey-tabs-inner {
    /* background: var(--white); */
    /* border: 2px solid var(--mid-gray); */
    /* border-top: none; */
    /* border-radius: 0 0 var(--radius) var(--radius); */
    padding: 24px 0;
    /* box-shadow: var(--shadow-sm); */
}

/* ────────────────────────────────────────────────
   PROGRAM FEATURE CARDS  (.single-list-wrap)
──────────────────────────────────────────────── */
.single-list-wrap {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  border: 1.5px solid var(--mid-gray);
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
  transition: var(--transition);
  min-height: 290px;
  position: relative;
  overflow: hidden;
}
.single-list-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--navy));
  opacity: 0;
  transition: var(--transition);
}
.single-list-wrap:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange);
}
.single-list-wrap:hover::after { opacity: 1; }

.single-list-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 2px 6px rgba(244,121,32,0.2));
}
.single-list-wrap h3 {
    font-size: 18px;
    margin-top: 0;
}
.single-list-wrap p {
  font-size: 14px;
  color: var(--text-mid);
  margin: 0;
}

/* ────────────────────────────────────────────────
   COMPARISON TABLE  (.custom-table)
──────────────────────────────────────────────── */
.four-points.big-height {
  background: var(--off-white) !important;
}

.custom-table {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--mid-gray);
}

.custom-table .table {
  margin-bottom: 0 !important;
  font-size: 13.5px;
  width: 100%;
}

.custom-table thead th {
  background: #db3500 !important;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 13px;
  padding: 14px 12px !important;
  text-align: center;
  vertical-align: middle !important;
  position: sticky;
  top: 0;
  z-index: 2;
  border-color: rgba(255,255,255,0.15) !important;
}
.custom-table thead th p{ color: #fff;}

.custom-table table td {
  padding: 12px 14px !important;
  font-size: 13.5px;
  vertical-align: middle;
  border-color: var(--mid-gray) !important;
}

.custom-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f9fc !important;
}
.custom-table .table-striped tbody tr:nth-of-type(even) {
  background-color: var(--white) !important;
}
.custom-table .table-striped tbody tr:hover {
  background-color: var(--orange-light) !important;
}

.custom-table table tr:first-child {
  background: var(--navy-light) !important;
}

.custom-table thead th .cta,
.custom-table td .cta {
  border-radius: 50px !important;
  padding: 6px 16px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
}

.custom-table thead th.highlight {
    background:rgb(122 32 3) !important;
}
.custom-table tbody td.highlight {
    background: rgba(232, 100, 10, 0.04);
}
.check-addon {
    background: #27AE60;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* ────────────────────────────────────────────────
   MENTOR CARDS  (.mentor-card)
──────────────────────────────────────────────── */
.mentor-section {
  background: linear-gradient(135deg, var(--off-white) 0%, #e8f1fb 100%) !important;
}

.mentor-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 28px 10px;
    border-left: 5px solid var(--navy);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    min-height: 394px;
    margin-bottom: 20px;
}
.mentor-card.blue-border { border-left-color: var(--orange); }
.mentor-card.yellow-border { border-left-color: #f7c843; }

.mentor-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.card-icon {
  width: 52px; height: 52px;
  background: var(--navy-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.card-icon .glyphicon {
  color: var(--navy);
  font-size: 22px;
}
.mentor-card.blue-border .card-icon { background: var(--orange-light); }
.mentor-card.blue-border .card-icon .glyphicon { color: var(--orange); }

.card-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.card-desc { font-size: 14px; color: var(--text-mid); margin-bottom: 14px; }
.card-list {
  list-style: none;
  padding: 0; margin: 0;
}
.card-list li {
  font-size: 13.5px;
  color: var(--text-dark);
  padding: 5px 0 5px 22px;
  position: relative;
  font-weight: 600;
}
.card-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 800;
}

/* ────────────────────────────────────────────────
   FACULTY SLIDER  (.mentor-descrip)
──────────────────────────────────────────────── */
.faclty {
  background: var(--white) !important;
}

.mentor-descrip {
  background: var(--white)!important;
  border-radius: var(--radius)!important;
  padding: 22px 18px!important;
  box-shadow: var(--shadow-sm)!important;
  border: 1.5px solid var(--mid-gray)!important;
  transition: var(--transition)!important;
  text-align: center!important;
}
.mentor-descrip:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--orange);
  transform: translateY(-4px);
}
.mentor-descrip .imag {
  width: 90px; height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
  border: 3px solid var(--navy-light);
  background: var(--off-white);
}
.mentor-descrip .imag img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}
.mentor-descrip h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
.mentor-descrip p {
  font-size: 14px;
  color: var(--text-mid);
  margin: 0;
}
.mentor-descrip h4:after {
   display: none;
}

/* ────────────────────────────────────────────────
   FREE RESOURCES  (.free-res)
──────────────────────────────────────────────── */
.coaching-classes.copntf {
  background: linear-gradient(135deg, #e8f1fb 0%, var(--off-white) 100%) !important;
}

.free-res {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 18px;
  text-align: center;
  border: 1.5px solid var(--mid-gray);
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
  transition: var(--transition);
  height: calc(100% - 20px);
}
.free-res:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange);
}
.free-res img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 5px;
}
.free-res h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
}
.free-res h4 span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-light);
  margin-top: 3px;
}
.free-res .btn.cta, .free-res .btn-warning {
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
    color: var(--white) !important;
    border: none;
    border-radius: 50px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 4px 18px rgba(244, 121, 32, 0.38);
    transition: var(--transition);
    display: inline-block;
    cursor: pointer;
    text-transform: none;
}

/* ────────────────────────────────────────────────
   TESTIMONIALS  (.ratings)
──────────────────────────────────────────────── */
.testimonials-star {
  background: var(--white) !important;
}

.ratings {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--mid-gray);
  margin-bottom: 24px;
  transition: var(--transition);
}
.ratings:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--navy-light);
}
.ratings .author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.ratings .author img {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 3px solid var(--navy-light);
  flex-shrink: 0;
}
.ratings .author > span h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 2px;
  color: var(--navy);
}
.ratings .author > span h5 {
  font-size: 13px;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 0;
}
.ratings .author > span p { margin: 0; }

.star-rating { margin-bottom: 6px; }
.star-rating .fa-star,
.star-rating .fa-star-half { color: #f5a623; font-size: 14px; }
.star-rating .fa-star.gry { color: #d0d8e4; }

.ratings .mCustomScrollbar {
  max-height: 130px;
  overflow: auto;
}
.ratings .mCustomScrollbar p {
  font-size: 13.5px;
  color: var(--text-mid);
  line-height: 1.65;
}

/* ────────────────────────────────────────────────
   FAQ ACCORDION  (.accordion-section)
──────────────────────────────────────────────── */
.accordion-section {
  background: var(--off-white) !important;
}

.accordion-section .panel-group { margin-top: 30px; }

.accordion-section .panel-default {
  border: none;
  margin-bottom: 10px;
  border-radius: var(--radius-sm) !important;
  box-shadow: none;
  background: transparent;
}
.accordion-section .panel-heading {
  background: var(--white) !important;
  border-radius: var(--radius-sm) !important;
  border: 1.5px solid var(--mid-gray) !important;
  padding: 0 !important;
  transition: var(--transition);
}
.accordion-section .panel-heading:hover {
  border-color: var(--orange) !important;
}
.accordion-section .panel-title a {
  display: block;
  padding: 15px 20px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy) !important;
  text-decoration: none;
  position: relative;
}
.accordion-section .panel-title a::after {
  content: '+';
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--orange);
  font-weight: 300;
  transition: var(--transition);
}
.accordion-section .panel-title a[aria-expanded="true"]::after,
.accordion-section .panel-title a:not(.collapsed)::after {
  content: '−';
}

.accordion-section .panel-collapse .panel-body {
  background: var(--white);
  border: 1.5px solid var(--orange);
  border-top: none;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  padding: 16px 20px !important;
  font-size: 14px;
  color: var(--text-mid);
}

/* ────────────────────────────────────────────────
   CAT INFO TABS  (.howtostartr .custom-tabs)
──────────────────────────────────────────────── */
.howtostartr {
  background: var(--white) !important;
}
.howtostartr h2 {
  font-size: clamp(20px, 2.8vw, 30px);
  margin-bottom: 30px;
}

.custom-tabs .nav-tabs {
  border-bottom: 2px solid var(--mid-gray);
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}
.custom-tabs .nav-tabs > li > a {
  border: 1.5px solid var(--mid-gray);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: var(--text-mid);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  background: var(--off-white);
  transition: var(--transition);
}
.custom-tabs .nav-tabs > li.active > a,
.custom-tabs .nav-tabs > li > a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white) !important;
}

.custom-tabs .tab-content {
  background: var(--white);
  border: 1.5px solid var(--mid-gray);
  border-top: none;
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 28px 24px;
  text-align: left;
}

.custom-tabs .tab-pane h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}
.custom-tabs .tab-pane p { font-size: 14.5px; }

.custom-tabs .table-responsive {
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.custom-tabs .table {
  font-size: 14px;
  margin-bottom: 0 !important;
}
.custom-tabs .table thead th,
.custom-tabs .table-striped > tbody > tr:nth-of-type(odd) { background: var(--navy-light) !important; }
.custom-tabs .table-striped > tbody > tr:nth-of-type(even) { background: var(--white); }
.custom-tabs .table td, .custom-tabs .table th {
  padding: 12px 14px !important;
  border-color: var(--mid-gray) !important;
  vertical-align: middle;
}

/* ────────────────────────────────────────────────
   CALL-TO-ACTION SECTION  (.howtostartr last)
──────────────────────────────────────────────── */
section.howtostartr:last-of-type,
.howtostartr + .howtostartr {
  background: linear-gradient(135deg, var(--navy) 0%, #1a4d80 100%) !important;
  padding: 60px 0;
}

/* "Not Sure How to Start?" CTA */
section.howtostartr:not(:has(.custom-tabs)) {
  background: linear-gradient(130deg, #e8f1fb 0%, #fef6ee 50%, #fff 100%) !important;
}

section.howtostartr h2 span.orange { color: var(--orange) !important; }

section.howtostartr .queri { font-size: 15px; }
section.howtostartr .queri strong { color: var(--orange); }
section.howtostartr hr { border-color: rgba(255,255,255,0.2); margin: 20px auto; width: 60%; }
section.howtostartr .btns-con { margin: 20px 0; }

/* ────────────────────────────────────────────────
   FED IMAGES
──────────────────────────────────────────────── */
.fed img {
  border-radius: var(--radius);
  max-height: 450px !important;
  min-height: 450px !important;
  width: 100%;
}

/* ────────────────────────────────────────────────
   SLICK CAROUSEL TWEAKS
──────────────────────────────────────────────── */
.regular.slider .slick-prev,
.regular.slider .slick-next {
  background: var(--navy);
  border-radius: 50%;
  width: 36px; height: 36px;
  z-index: 5;
}
.regular.slider .slick-prev:hover,
.regular.slider .slick-next:hover { background: var(--orange); }
.regular.slider .slick-dots li button:before { color: var(--navy); }
.regular.slider .slick-dots li.slick-active button:before { color: var(--orange); }

/* ────────────────────────────────────────────────
   BREADCRUMBS / MISC
──────────────────────────────────────────────── */
.breadcrumb {
  background: transparent;
  padding: 10px 0;
  font-size: 13px;
}
.breadcrumb > li + li::before { color: var(--text-light); }
.breadcrumb .active { color: var(--text-mid); }



/* ────────────────────────────────────────────────
   RESPONSIVE
──────────────────────────────────────────────── */
@media (max-width: 992px) {
  .baner-region .col-lg-4 { margin-top: 30px; }
  .mentor-card { margin-bottom: 20px; }
}

@media (max-width: 768px) {
  section { padding: 44px 0; }
  .baner-region { padding: 40px 0 30px; }
  .form-region { margin-top: 24px; }
  .journey-tabs .nav-tabs > li > a { padding: 9px 14px; font-size: 13px; }
  .percentile h5 span { font-size: 26px; }
  .free-res { margin-bottom: 16px; }
  .custom-tabs .nav-tabs > li > a { font-size: 12px; padding: 8px 12px; }
}

@media (max-width: 480px) {
  .ratings .author { flex-direction: column; align-items: flex-start; }
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
}
