.header-logo img {
  width: 200px;
  height: 130px;
}

.header-logo {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-layout10 .menu-top {
  padding: 10px 0;
}

.header-layout10 .header-top {
  padding: 7px 0;
}

.header-location {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.header-location label {
  color: white;
  margin: 0;
}

.header-location select {
  padding: 0 0 0 10px !important;
  width: 100px !important;
  height: 40px;
  background-position: right 5px center;
}

.header-btn {
  background-color: #ffffff;
  color: #0b0b0b;
  padding: 20px 20px;
}

.main-menu a {
  font-size: 15px;
}

footer {
  margin-top: 180px;
}

.driving-section {
  background-color: #000;
  color: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.driving-section .container {
  width: 90%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

/* Left Content */
.driving-section .text-content {
  width: 45%;
}
.driving-section h1 {
  color: white;
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.driving-section .highlight {
  color: #e31e24;
}
.driving-section .subtitle {
  margin-bottom: 30px;
  font-size: 18px;
}

/* Right Stack */
.driving-section .stack-wrapper {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px; /* Essential for 3D feel */
}

.driving-section .card-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.driving-section .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;

  /* This creates the depth shadow */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);

  /* Default starting state will be handled by GSAP, 
       but we center the origin for rotation */
  transform-origin: center center;
}

.driving-section .card h2 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  z-index: 2;
  position: relative;
}

/* The Decorative Border Lines inside the card */
.driving-section .card-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  pointer-events: none;
}
/* Creates the second outer ring effect */
.driving-section .card-border::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 38px;
}

.th-hero-slide {
  position: relative;
}

.th-hero-slide .container {
  position: relative;
  z-index: 20;
}

.th-hero-slide .video-container {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.th-hero-slide .video-container video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hero-title {
  color: var(--theme-color) !important;
}

.hero-para {
  font-size: 26px;
  line-height: 1.3;
}

.typed-cursor {
  opacity: 1;
  color: white;
}

.hero-type {
  color: white;
}

.roadmap-section .sec-title {
  text-align: center;
}

.roadmap {
  margin-top: 40px;
  background-image: url("../img/road-extended.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 40%;
}

.roadmap .container-step {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.roadmap .container-step-2,
.roadmap .container-step-4 {
  justify-content: end;
  flex-direction: column-reverse;
}

.roadmap .no-img {
  position: relative;
}

.roadmap .no-img > div {
  position: absolute;
  z-index: 50;
  top: 20px;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 5rem;
  height: 5rem;
  border-radius: 9999px;

  background: #000;
  color: #fff;

  font-size: 3rem;
  font-weight: 700;
}

.roadmap .container-step-2 .no-img > div,
.roadmap .container-step-4 .no-img > div {
  right: 0;
  left: auto;
}

.roadmap .no-img > img {
  width: 300px;
  object-fit: contain;
}

.roadmap .container-step-2 .no-img > img {
  width: 230px;
}

.roadmap .container-step-4 .no-img > img,
.roadmap .container-step-5 .no-img > img {
  width: 260px;
}

.roadmap .step-1-content h2 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 800;
  color: #2f2f2f;
}

.roadmap .step-1-content p {
  margin-top: 12px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.roadmap .step-1-content a {
  display: inline-block;
  color: #81ba2b;
  font-weight: 700;
  font-size: 21px;
}

@media (min-width: 768px) {
  .roadmap .container-step {
    flex-direction: row;
  }

  .roadmap .step-1-content {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .roadmap {
    background-image: url("../img/mobileRoadExtended.png");
    background-size: contain;
    background-position: 50% 10%;
  }
  .roadmap .container-step {
    width: 80%;
  }
  .roadmap .container-step-2,
  .roadmap .container-step-4 {
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .mobile-padding {
    padding: 12px !important;
  }

  .custom-heading {
    max-width: 98% !important;
  }
}

@media (max-width: 1200px) {
  .custom-container {
    max-width: 99% !important;
  }

  .menu-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px !important;
  }
  .media-our {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-container > div {
    flex-wrap: nowrap !important;
  }
}

.header-logo img {
  height: auto;
}

.popup-register-box {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-register-box h4 {
  color: black;
}

.popup-register-box form {
  /* background-image: url("../img/bg-form.jpg"); */
  /* background-size: cover; */
  /* background-position: center center; */
  background-color: white;
  padding: 15px 40px;
  border-radius: 10px;
  width: 90%;
  max-width: 560px;
  /* border: 1px solid gold; */
  position: relative;
}

.g-recaptcha {
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 500px) {
  .popup-register-box form {
    padding: 30px 15px;
  }
}

.popup-register-box.show {
  visibility: visible;
  opacity: 1;
}

.popup-register-box .registerClose {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 6px;
}

.popup-register-box h4 {
  text-align: center;
}

.popup-register-box div.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
}

.popup-register-box input,
.popup-register-box select {
  margin-bottom: 10px;
  padding: 0 20px 0 20px;
  border: 1px solid gainsboro;
  background-color: transparent;
  color: black;
  height: 50px;
}

.popup-register-box option {
  background-color: #fff; /* dark dropdown background */
  color: #111; /* visible text */
}

.popup-register-box .th-btn {
  width: 100%;
  margin-top: 10px;
}

/* ===== Overrides for a cleaner, stacked (image-top) card layout ===== */

/* Card: switch from side-by-side to vertical */
.course-card {
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 100%;
  position: relative;
  padding-top: 54px;
}

/* Image: fixed height and make it the positioning context for price badge */
.course-card_img {
  flex: none;
  width: 100%;
  height: 220px;
  border-radius: 12px;
  position: relative;
  margin-top: -34px !important;
}

.course-card_content .box-title {
  margin-bottom: 0;
}

/* Content: allow button to sit nicely and spacing to feel professional */
.course-card_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Price badge: always visible, top-right on image (no hover behavior) */
.course-card .price-wrap {
  position: absolute;
  top: 8px;
  right: 8px;
  left: auto;
  z-index: 10;
  max-width: none;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

/* Disable the old clipped shape behind price-wrap */
.course-card .price-wrap:before {
  display: none;
}

.car-going {
  padding-bottom: 184px;
}

/* List spacing */
.course-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

/* Button: full width + sits toward bottom for equal-height cards */
.course-card .th-btn {
  width: 100%;
  text-align: center;
  margin-top: auto;
  border-radius: 10px;
  padding: 12px 14px;
}

/* Responsive image heights */
@media (max-width: 991px) {
  .course-card_img {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .course-card_img {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .course-card .price-wrap {
    max-width: none;
  }
}
@media (min-width: 767px) {
  .main-menu ul {
    display: flex;
    align-items: center;
  }
  .hero-para {
    max-width: 680px;
  }
  .header-layout10 .main-menu > ul > li {
    margin: 0 11px;
  }
}

.main-menu a {
  font-size: 17px;
}

footer .about-logo img {
  width: 240px;
}

.pt40 {
  padding-top: 40px;
}

.pt40 .title-area {
  margin-bottom: 10px;
}

.fa-location-dot {
  color: red !important;
}

.header-layout10 .main-menu > ul > li > a > span::first-letter,
.header-layout10 .second-word::first-letter {
  font-size: 24px !important;
  font-weight: 700;
}

.header-layout10 .main-menu > ul > li > a > span,
.header-layout10 .second-word {
  display: inline-block;
}

.header-layout10 .th-btn.style4{
  padding: 20px 25px;
}

.sectitlecont {
  width: fit-content;
}

.sectitlecont.center {
  width: 100%;
}

.sectitlecont .linecar {
  display: flex;
  align-items: center;
  gap: 5px;
}

.car-going .sectitlecont .linecar,
.roadmap-section .sectitlecont .linecar,
.sectitlecont.center .linecar {
  justify-content: center;
}

.sectitlecont .linecar .line {
  height: 2px;
  width: 96%;
  background-color: gainsboro;
}

.sectitlecont .linecar img {
  object-fit: contain;
  /* height: 20px; */
}

.registration .sec-title {
  margin-bottom: 0;
}

.registration .sectitlecont {
  margin-bottom: 20px;
}

.project-img img {
  height: 330px !important;
  object-fit: cover !important;
  object-position: center;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-direction: column;
}

.hero-btns .th-btn {
  width: 214px;
}

.about-page li,
.package-highlights li {
  list-style-image: url("../img/car.avif");
  padding-bottom: 8px;
}

.about-page .lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-page .list-right span {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
}

.about-page .list-right .list-cont {
  display: flex;
  gap: 10px;
}

.about-page .list-right .list-cont .icon {
  max-width: 30px !important;
  height: 30px !important;
  min-width: 7%;
  background-color: #81ba2b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  white-space: nowrap;
}

.about-page .list-right .list-cont .icon img {
  width: 18px;
  object-fit: contain;
}

.table-reg .th-btn {
  width: fit-content;
  min-width: 100px;
  background-color: #b8a800 !important;
  height: 30px;
  display: flex;
  align-items: center;
  line-height: 24px;
  padding: 0 12px !important;
  text-transform: capitalize !important;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .new-sec-pack > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.new-sec-pack > div {
  min-height: 92dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-sec-pack p {
  font-size: 20px;
}

.new-sec-pack .colored {
  background-color: #81ba2b;
}

.new-sec-pack .colored img {
  height: 150px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.packages-page footer {
  margin-top: 0;
}

.table-reg tr:last-child th:first-child {
  border-radius: 0 0 0 6px !important;
}

.table-reg th:first-child div {
  border-radius: 6px 0 0 0 !important;
}

thead th {
  padding: 0 !important;
  border-bottom: 0 !important;
}

.schedule-table h4 {
  font-size: 24px !important;
  color: #2e2e2e !important;
  font-weight: 800;
}

.alert-table {
  padding: 12px 15px;
  font-size: 15px !important;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  border: 1px solid #d0c22f !important;
  /* border-left-width: 1px; */
}

tbody tr th,
table tr td {
  padding: 8px 15px;
  color: #2e2e2e !important;
  font-size: 14px;
  font-weight: 400;
}

tbody {
  background-color: #f5f5f5 !important;
}

.new-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

th,
td {
  white-space: nowrap !important;
}

.practice-test h4 {
  text-align: center;
}

.practice-test .cards-our {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  max-width: 860px;
  margin: 20px auto 0 auto;
}

.practice-test .card-our {
  padding: 25px;
  transition: scale 250ms ease;
  border-radius: 20px;
  border: 1px solid gainsboro;
}

.practice-test .card-our:hover {
  scale: 1.02 !important;
  box-shadow: 10px 10px 20px gainsboro;
}

.practice-test .card-our img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.practice-test .card-our h5 {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  padding: 0;
  margin-bottom: 0;
}

.practice-test .card-our p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}

.practice-test .card-our .features {
  display: flex;
  justify-content: space-between;
}

.practice-test .card-our .features > div {
  font-size: 15px;
  color: #0b0b0b;
  font-weight: 600;
  line-height: 1.3;
}

.practice-test .card-our .features > div > span {
  color: #5c5b5b;
  font-weight: 400;
}

.read-more-page-sec a {
  font-size: 22px;
}

.read-more-page-sec > div {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
