@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  /* font-family: "Poppins", sans-serif !important; */
  /* font-family: "DM Serif Display"; */
  font-family: "Inter", sans-serif;
  font-size: 16x !important;
}
:root {
  ---LIGHT-COLOR-TOBACCO: #b59e7d;
  ---DARK-COLOR-MAHOGANY: #584738;
  ---LIGHT-COLOR-VANILLA: #f1eada;
  ---DARK-COLOR-MOUNTAIN: #aaa396;
  ---LIGHT-COLOR-SAND: #cec1ab;
}
.font {
  font-family: "DM Serif Display", sans-serif;
}
/* NAV LINKS */
.nav-link {
  color: var(---LIGHT-COLOR-SAND);
  transition: all 0.2s ease;
}
.nav-link:hover,
.nav-link.active,
.nav-link:focus {
  color: var(---LIGHT-COLOR-VANILLA) !important;
}

.nav-item .dropdown:hover .dropdown-menu {
  display: block !important;
}

/* Remove blue highlight on click */
.nav-link:active {
  color: var(---LIGHT-COLOR-VANILLA) !important;
}
/* LOGIN BUTTONS */
.__top_header_login_buttons button,
.__top_header_phone_email button,
.__top_header_social_icons button {
  font-family: "DM Serif Display", sans-serif;
  background: var(---DARK-COLOR-MAHOGANY);
  font-weight: 550;
  color: var(---LIGHT-COLOR-VANILLA);
  border: 1px solid var(---DARK-COLOR-MAHOGANY);
  transition: all ease 0.3s;
}

.__top_header_login_buttons button:hover,
.__top_header_phone_email button:hover,
.__top_header_social_icons button:hover {
  background: var(---DARK-COLOR-MOUNTAIN);
  border-color: var(---DARK-COLOR-MAHOGANY);
  color: var(---DARK-COLOR-MAHOGANY);
}

/* TOP HEADER BG */
.__top_header {
  background: var(---DARK-COLOR-MAHOGANY);
}
.dropdown-menu,
.dropdown-menu a,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  background: var(---DARK-COLOR-MAHOGANY);
  color: var(---LIGHT-COLOR-SAND);
  /* font-size: 14px !important; */
  text-transform: uppercase;
}
.dropdown-menu a:hover {
  color: var(---LIGHT-COLOR-VANILLA) !important;
}
._catd_bb_title {
  background: var(---LIGHT-COLOR-VANILLA);
}
._catd_bb_title .title {
  font-weight: 600;
  color: var(---DARK-COLOR-MAHOGANY);
}
.btn-brown {
  background: var(---DARK-COLOR-MAHOGANY);
  font-weight: 550;
  color: var(---LIGHT-COLOR-VANILLA);
  border: 1px solid var(---DARK-COLOR-MAHOGANY);
  transition: all ease 0.3s;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active {
  background: var(---DARK-COLOR-MOUNTAIN);
  border-color: var(---DARK-COLOR-MAHOGANY);
  color: var(---DARK-COLOR-MAHOGANY);
}
.__home_login_section .card {
  background: var(---LIGHT-COLOR-VANILLA);
  border-radius: 10px;
  border-bottom: var(---DARK-COLOR-MAHOGANY) solid 5px;
}
.__home_login_section .card:hover,
.__home_login_section .card:active,
.__home_login_section .card:focus {
  background: var(---LIGHT-COLOR-VANILLA);
  transition: all ease 0.5s;
}
.__home_login_section .card-title {
  font-weight: 600;
  color: var(---DARK-COLOR-MAHOGANY);
}
.__home_login_section .card-text {
  color: var(---DARK-COLOR-MAHOGANY);
  font-weight: 500;
}

.goal-image {
  height: 420px;
  background: url("../images/about.jpg") center/cover no-repeat;
  border-radius: 18px;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.08);
}
.__container__section {
  background: #faf7f3;
  padding: 30px;
  border-radius: 20px;
}

.__goal_section {
  background: #faf7f3;
  padding: 30px;
  border-radius: 20px;
}

.text-brown {
  color: #5c4938;
}

.goal-item .icon {
  font-size: 28px;
  margin-right: 12px;
  color: #a07c57;
}

.goal-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.goal-item:last-child {
  border-bottom: none;
}

.stats-section {
  background: url("../images/bg-ttt.jpg") center/cover no-repeat;
  color: #fff;
  position: relative;
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.stats-section .container {
  position: relative;
  z-index: 2;
}

.stats-box {
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-box:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.stats-icon-wrap {
  width: 70px;
  height: 70px;
  background: var(---DARK-COLOR-MAHOGANY) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 15px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4) !important;
}

.stats-icon-wrap i {
  font-size: 32px !important;
  color: #fff;
}

.stats-number {
  font-size: 38px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
}

.stats-title {
  margin-top: -8px !important;
  opacity: 0.9 !important;
}

.section-heading {
  font-weight: 700;
  letter-spacing: 1px;
  color: var(---DARK-COLOR-MAHOGANY);
}

.course-card {
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: var(---DARK-COLOR-MAHOGANY) solid 5px;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.goal-item .icon {
  color: var(---DARK-COLOR-MAHOGANY);
  margin-right: 10px;
}

.apply-btn {
  background: #ffffff;
  color: #1a1a1a;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 25px;
  transition: 0.3s;
}

.apply-btn:hover {
  background: #584738;
  color: #fff;
}

.marquee-card {
  background: var(---LIGHT-COLOR-VANILLA);
  padding-top: 60px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-bottom: var(---DARK-COLOR-MAHOGANY) solid 5px;
}

.marquee-title {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  background: var(---LIGHT-COLOR-SAND); /* or your card bg */
  color: var(---DARK-COLOR-MAHOGANY);
  padding: 10px 0;
  font-weight: 600;
}

.__recently_joined_student_li {
  width: 130px;
  margin: auto;
  background: var(---LIGHT-COLOR-VANILLA);
  border: var(---DARK-COLOR-MOUNTAIN) solid 1px;
  border-radius: 5px;
}

.__recently_joined_student_li .student-name {
  border-top: var(---DARK-COLOR-MOUNTAIN) solid 1px;
}

.student-photo {
  width: 120px;
  height: 120px;
  /* border-radius: 50%; */
  object-fit: cover;
  margin-bottom: 8px;
  border: 3px solid #eee;
}

/* Marquee */
.marquee-list {
  margin-top: 10px;
  padding-top: 60px; /* ✔ fix overlapping */
  list-style: none;
}

.marquee-up {
  animation: scroll-up 20s linear infinite;
}

.slow {
  animation-duration: 1s;
}

.marquee-item {
  margin-bottom: 20px;
}

.big-item {
  font-size: 18px;
  font-weight: bold;
  color: #0a3161;
}

/* Animation */
@keyframes scroll-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* Hover pause */
.marquee-card:hover .marquee-up {
  animation-play-state: paused;
}

/* Student Card */
.student-card {
  width: 140px;
  margin: 0 auto 20px auto;
  padding: 10px;
  background: var(---LIGHT-COLOR-VANILLA);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(---DARK-COLOR-MOUNTAIN);
}

/* Student Image */
.student-photo {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin: auto;
  border: 3px solid #f3f3f3;
}

/* Student Name */
.student-name {
  margin-top: 8px;
  padding-top: 6px;
  font-weight: 600;
  color: var(---DARK-COLOR-MAHOGANY) !important;
  border-top: 1px solid var(---DARK-COLOR-MAHOGANY);
  display: block;
  text-transform: uppercase;
}
.marquee-content__1 {
  line-height: 32px !important;
  text-align: left !important;
  color: #584738 !important;
  text-transform: capitalize !important;
}

.franchise-apply-section {
  position: relative;
}

/* Background with overlay */
.franchise-bg {
  background: url("../images/hand-shake.jpg") center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}

.franchise-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.franchise-bg .container {
  position: relative;
  z-index: 2;
}

/* Text */
.franchise-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.franchise-desc {
  color: #ddd;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  /* max-width: 500px; */
}

/* Button */
.apply-btn {
  display: inline-block;
  background: var(---DARK-COLOR-MAHOGANY);
  color: var(---LIGHT-COLOR-VANILLA);
  padding: 14px 40px;
  font-weight: 700;
  border-radius: 6px;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 3px;
  border: var(---LIGHT-COLOR-SAND) solid 1px;
}

.apply-btn:hover {
  background: var(---DARK-COLOR-MAHOGANY);
  border: var(---LIGHT-COLOR-SAND) solid 1px;
  transform: translateY(-2px);
}

/* Responsive improvements */
@media (max-width: 768px) {
  .franchise-title {
    font-size: 26px;
  }

  .apply-btn {
    padding: 12px 30px;
    font-size: 16px;
  }

  .franchise-desc {
    font-size: 15px;
  }
}

.fake-alert-section {
  margin: 0;
  padding: 0;
}

.fake-alert-bg {
  background: url("../images/alert.png") top/cover no-repeat;
  padding: 60px 0;
  position: relative;
}

.fake-alert-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.fake-alert-bg .container {
  position: relative;
  z-index: 2;
}

/* HEADING */
.fake-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fake-title .highlight {
  color: #f7d000; /* Yellow */
}

.fake-subtext {
  color: #ddd;
  margin: 8px 0 20px;
}

/* BUTTON */
.fake-btn {
  background: #b00020;
  color: #fff;
  padding: 12px 35px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.fake-btn:hover {
  background: #ff1e3c;
  color: #fff;
}

/* RIGHT SIDE ICON */
.alert-icon {
  width: 130px;
  filter: drop-shadow(0px 0px 10px rgba(255, 0, 0, 0.6));
}

.alert-text {
  color: #ff4747;
  margin-top: 12px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-card {
  background: var(---LIGHT-COLOR-VANILLA) !important; /* light cream color */
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border-left: var(---DARK-COLOR-MAHOGANY) solid 1px;
  border-right: var(---DARK-COLOR-MAHOGANY) solid 1px;
  border-top: var(---DARK-COLOR-MAHOGANY) solid 1px;
  border-bottom: var(---DARK-COLOR-MAHOGANY) solid 5px;
}

.team-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team-info {
  padding: 15px;
}

.team-name {
  font-size: 20px;
  font-weight: 700 !important;
  color: var(---DARK-COLOR-MAHOGANY) !important; /* navy color */
  margin-bottom: 5px;
}

.team-role {
  color: #444;
  margin-bottom: 5px;
}

.team-time {
  color: #222;
}

.counter-box {
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: #000;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.__footer {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url("../images/alert.png") top / cover no-repeat;
  color: #fff;
}
.__footer ul,
.__footer li,
.__footer p,
.__footer a {
  color: var(---LIGHT-COLOR-SAND) !important;
  text-decoration: none;
  transition: all ease 0.2s;
  line-height: 25px;
  text-transform: uppercase;
}

.__footer ul li a:hover,
.__footer ul li a:focus,
.__footer ul li a:active {
  color: var(---LIGHT-COLOR-VANILLA) !important;
}

.__top_bar_pages {
  background: var(---LIGHT-COLOR-SAND);
}
.__top_bar_pages h2 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
}

.scroll-box {
  height: 270px;
  overflow-y: auto !important;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(---LIGHT-COLOR-TOBACCO);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: var(---DARK-COLOR-MAHOGANY) !important;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(---DARK-COLOR-MAHOGANY) !important;
}
/* .__mdine_course_sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}
.__mdine_course_sidebar li a {
  text-decoration: none;
  color: #000;
  transition: all ease-in-out 0.1s;
}
.__mdine_course_sidebar li:hover a {
  color: #000;
}
.__mdine_course_sidebar li {
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  padding: 10px 0px;
} */

html,
body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.__footer {
  margin-top: auto;
}
.main_heading {
  font-size: 48px !important;
}
.sub_heading {
  /* font-size: 32px !important; */
}
.section_title {
  font-size: 24px !important;
}
.buttons_font_size {
  font-size: 15px !important;
}
.font-subheading {
  font-family: "DM Sans" !important;
}
