/*****************************
Typography 
*****************************/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #626376;
  overflow-x: hidden;
  background: #ffffff;
  line-height: 1.6;
}

p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #626376;
  margin-bottom: 15px;
  line-height: 1.6;
}

a {
  font-family: "Outfit", sans-serif;
  color: #000000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #0e0c5c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin-top: 0;
  line-height: 1.3;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 900;
}
h2 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
h4 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
h5 {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
h6 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

label {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #000;
}

input,
textarea,
select {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #000;
}

button,
.btn {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

label {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
}

small {
  font-size: 80%;
}

.font6 {
  font-size: 6px !important;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font25 {
  font-size: 25px !important;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.text-secondary {
  color: #787777 !important;
}

.text-light-dark {
  color: #787777 !important;
}

.text-success {
  color: #16c36e !important;
}

.text-warning {
  color: #ef7300 !important;
}

.text-primary {
  color: #0e0c5c !important;
}

.text-dark {
  color: #000000 !important;
}

.text-dark2 {
  color: #3c3c3c !important;
}

.bg-success {
  background-color: #16c36e !important;
}

.bg-warning {
  background-color: #ef7300 !important;
}

.btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.opacity-50 {
  opacity: 0.5;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.rounded {
  border-radius: 8px !important;
}

.lineheight18 {
  line-height: 18px !important;
}

*::-moz-selection {
  background: #0e0c5c;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #0e0c5c;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #0e0c5c;
  color: #ffffff;
  text-shadow: none;
}

.section-space-ptb {
  padding: 60px 0;
}

.section-space-pt {
  padding-top: 100px;
}

.section-space-pb {
  padding-bottom: 100px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

h2,
h3,
h4 {
  color: #0e0c5c;
}

/* Top Header  */

.header-navigation {
  padding: 12px 0;
  transition: all 500ms ease;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-navigation.sticky-active {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 3px 0;
  transition: all 500ms ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-logo img {
  max-width: 150px;
}

.header-navigation .navbar-nav > .nav-item > .nav-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: #000000;
  padding: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
  transition: all 500ms ease;
}

.header-navigation .navbar-nav > .nav-item > .nav-link.active,
.header-navigation .navbar-nav > .nav-item > .nav-link:hover {
  color: #0e0c5c;
  transition: all 500ms ease;
}

.header-navigation .navbar-nav > .nav-item > .nav-link.active:before,
.header-navigation .navbar-nav > .nav-item > .nav-link:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-navigation .navbar-nav > .nav-item {
  margin-right: 35px;
}

.hero-section {
  position: relative;
  background-image: url("../images/hero-bg2.jpg");
  background-size: cover;
  background-position: center 24%;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.hero-section:before {
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lerner-driver:before {
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.search-widget {
  border-radius: 12px;
  background: #fff;
  padding: 28px;
}

.search-widget label {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.search-widget .form-select,
.search-widget .form-control {
  border-radius: 6px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
}

.search-widget button {
  height: 45px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
}

.text-slider {
  position: relative;
  min-height: 50px;
  overflow: hidden;
}

.stylish-text {
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: all 0.8s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Animation when text appears */
.stylish-text.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: colorWave 3s ease forwards;
}

@keyframes colorWave {
  0% {
    color: #f8f9fa;
    letter-spacing: 0.5px;
  }
  25% {
    color: #ffe08a;
    letter-spacing: 1px;
  }
  50% {
    color: #ffc107;
    letter-spacing: 1.5px;
  }
  75% {
    color: #fff3cd;
    letter-spacing: 1px;
  }
  100% {
    color: #ffffff;
    letter-spacing: 0.5px;
  }
}

.stylish-text.show::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero-banner {
  padding: 65px 0px 0px 0px;
}

.bg-light {
  background: #f5f4f0 !important;
}

.section-title {
  font-size: 25px;
}

.text-decoration-underline:hover {
  text-decoration: underline !important;
}

.top-menu-right .btn {
  font-size: 14px;
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #101828;
  border-radius: 8px;
  color: #101828;
  font-weight: 400;
  padding: 8px 25px;
}

.btn-outline-primary:hover {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #101828;
}

.btn-style-two-outline {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #6b7280;
  padding: 8px 25px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.btn-style-two-outline:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.btn-check:checked + .btn-style-two-outline {
  background-color: #0e0c5c;
  border-color: #0e0c5c;
  color: #fff;
}

.card-item-details {
  display: flex;
  flex: 1;
  align-items: center;
}

.btn-fill-primary {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #000000;
  border-radius: 8px;
  padding: 8px 25px;
  font-weight: 400;
}

.btn-fill-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-fill-warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  border-radius: 8px;
  color: #212529 !important;
  transition: 0.2s;
}

.btn-fill-warning:hover {
  background-color: #e0a800 !important;
  border-color: #d39e00 !important;
}

img.menu-icon {
  width: 30px;
}

button.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-dark .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

/* Hero Banner section  */

.hero-contents {
  padding-right: 65px;
}

.hero-contents h1 {
  font-size: 65px;
  font-weight: 800;
}

.hero-contents p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
}

.hero-section .section-title-sec h2 {
  color: #fff;
}

.hero-section .section-title-sec p {
  color: #fff;
  font-size: 18px;
}

.hero-section .row {
  position: relative;
}

.section-title-sec h2 {
  font-size: 38px;
  font-weight: 700;
}

.section-title-sec p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.section-title-sec {
  margin-bottom: 15px;
}

.dark-bg {
  background-color: #000000;
  color: #ffffff;
}

.dark-bg h3 {
  color: #ffffff;
}

.dark-bg h4 {
  color: #ffffff;
}

.light-bg {
  background-color: #ffffff;
  color: #000000;
}

.light-bg h3 {
  color: #000000;
}

.light-bg h4 {
  color: #000000;
}

.features-section {
  background: #f9fafb;
}

.features-section .feature-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.features-section .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.feature-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.feature-box h5 {
  font-size: 18px;
  color: #101828;
}

.feature-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.how-it-works {
  background: #ffffff;
}

.lerner-driver {
  position: relative;
  background-image: url("../images/lerner-driver.jpg");
  background-size: cover;
  background-position: center 24%;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.lerner-driver:before {
  background: rgb(0 0 0 / 70%);
}

.lerner-driver .container > * {
  position: relative;
  z-index: 99;
}

.lerner-driver .how-it-works-steps {
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.app-showcase img {
  width: 50%;
  margin-top: -150px;
}

h2 span {
  font-family: "Outfit", sans-serif;
  font-size: 25px;
}

.video-box {
  position: relative;
  display: inline-block;
}

.video-box img {
  border-radius: 12px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffc107;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.play-btn:hover {
  background: #ff9800;
  transform: translate(-50%, -50%) scale(1.1);
}

.how-it-works-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px; /* space between items */
  align-items: start;
}

.how-it-works-steps .step {
  gap: 15px;
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
}

.how-it-works-steps .step-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: #0e0c5c;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}

.how-it-works-steps h5 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.how-it-works-steps p {
  margin: 0;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.testimonials-section {
  background: #f9fafb;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 0 14px rgb(0 0 0 / 5%);
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.testimonials-section .owl-stage {
  padding-bottom: 15px;
}

.testimonial-img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 300;
}

.testimonial-card .stars i {
  font-size: 12px;
}

.testimonial-card h6 {
  font-size: 15px;
  margin-top: auto;
  font-weight: 500 !important;
}

.testimonial-card h5 {
  font-size: 18px;
  margin-bottom: 3px !important;
  font-weight: 400;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.owl-dots .owl-dot.active span {
  background: #0e0c5c;
  transform: scale(1.3);
}

.test-package-section {
  background: #0d1a2b;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.test-package-section h3 {
  font-size: 28px;
  color: #fff;
}

.package-icon {
  width: 65px;
  height: 65px;
  background: #fff;
  color: #e53935;
  font-size: 32px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.package-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-list li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #ddd;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.package-list li i {
  color: #ffffff;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.btn-warning {
  /* background: #ffffff; */
  color: #0d1a2b;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  background: #dddddd;
  color: #0d1a2b;
}

.confidence-section {
  background: #f9fafb;
}

.confidence-box {
  padding: 20px;
  transition: all 0.3s ease;
}

.confidence-box:hover {
  transform: translateY(-5px);
}

.icon-wrap {
  width: 60px;
  height: 60px;
  background: #0e0c5c;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(14, 12, 92, 0.25);
  transition: all 0.3s ease;
}

.confidence-box:hover .icon-wrap {
  background: #2a3f8a;
}

.confidence-box h5 {
  color: #0e0c5c;
  font-size: 18px;
}

.confidence-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.admin-teaching .confidence-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  padding: 10px;
  text-align: right;
  margin-bottom: 10px;
}

.admin-teaching .right_bx .confidence-box {
  text-align: left;
}

.btn-primary {
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  transition: all 0.3s ease;
  background-color: #ffbc00;
  color: #101828;
}

.btn-primary:hover {
  background: #101828;
  border-color: #101828;
}

.faq-blog-section {
  background: #ffffff;
}

.faq-blog-section .accordion-item {
  border: none;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-blog-section .accordion-button {
  border-radius: 8px;
  font-weight: 500;
  color: #0e0c5c;
  background: #fff;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.faq-blog-section .accordion-button:not(.collapsed) {
  background: #0e0c5c;
  color: #fff;
}

.faq-blog-section .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}

.faq-blog-section .accordion-body {
  font-size: 14px;
  color: #444;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

/* Blog Card */
.faq-blog-section .blog-card {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-blog-section .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.faq-blog-section .blog-card img {
  border-bottom: 2px solid #0e0c5c;
}

.faq-blog-section .blog-card h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}

.faq-blog-section .blog-card a {
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #555;
}

.faq-blog-section .blog-card a:hover {
  color: #2a3f8a;
}

/* Section */
.why-choose-section {
  background: #ffffff;
}

.why-choose-section h2 {
  color: #0e0c5c;
}

.why-choose-section {
  background: #ffffff;
  padding: 80px 0;
}

.section-title-sec h2 {
  color: #0e0c5c;
  font-weight: 700;
}

.section-title-sec p {
  font-size: 16px;
  line-height: 1.7;
}

.comparison-modern {
  background: #fff;
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.comparison-header {
  display: grid;
  grid-template-columns: 25% 37.5% 37.5%;
  background: #f8f9fc;
  border-bottom: 1px solid #e9ecef;
  text-align: left;
  font-weight: 600;
}

.comparison-header div {
  padding: 18px 24px;
  color: #0b1829;
  font-size: 16px;
}

.comparison-header span {
  display: block;
  font-size: 13px;
  color: #6c757d;
  font-weight: 400;
  margin-top: 2px;
}

.comparison-body .comparison-row {
  display: grid;
  grid-template-columns: 25% 37.5% 37.5%;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.25s ease;
}

.comparison-row:last-child {
  border-bottom: none;
}

.comparison-row:hover {
  background: #f9faff;
}

.feature-col {
  background: #fafbfc;
  font-weight: 600;
  color: #0e0c5c;
  padding: 20px 24px;
  border-right: 1px solid #f1f1f1;
  font-size: 16px;
}

.old-col {
  background: #ffffff;
  color: #6c757d;
  padding: 20px 24px;
}

.new-col {
  background: #fffdf6;
  color: #0b1829;
  font-weight: 500;
  padding: 20px 24px;
  border-left: 1px solid #f1f1f1;
}

.comparison-row:nth-child(even) .new-col {
  background: #fffbef;
}

/* Hover glow on new-col */
.comparison-row:hover .new-col {
  background: #fff7da;
}

.instructors-discovery-section {
  background: #f9fafb;
}

.inst_topbar {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  padding: 28px 30px 22px;
  transition: all 0.3s ease;
}

/* Filter Buttons */
.inst_filter-group {
  gap: 1rem !important;
}

.inst_filter-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  border-radius: 999px; /* fully rounded pill */
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.inst_filter-btn i {
  font-size: 14px;
  color: #555;
  transition: all 0.25s ease;
}

.inst_filter-btn:hover {
  background: #fffbee;
  border-color: #f3e8c3;
  transform: translateY(-1px);
}

.inst_filter-btn.active {
  background: #fffbee;
  color: #000;
  border-color: #f3e8c3;
}

.inst_filter-btn.active i {
  color: #000;
}
.inst_sort-dropdown {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  padding: 6px 14px;
  transition: all 0.3s ease;
}

.inst_sort-dropdown:hover,
.inst_sort-dropdown:focus {
  border-color: #ffbc00;
  background-color: #fffdf2;
  color: #000;
  box-shadow: none;
}

.inst_sort-dropdown i {
  color: #555;
  font-size: 14px;
}

/* Dropdown Menu */
.inst_sort-section .dropdown-menu {
  border-radius: 10px;
  font-size: 14px;
  min-width: 150px;
}

.inst_sort-section .dropdown-item {
  font-weight: 500;
  color: #333;
  transition: 0.2s ease;
}

.inst_sort-section .dropdown-item:hover,
.inst_sort-section .dropdown-item:focus {
  background-color: #fff8e1;
  color: #000;
}

.inst_sort-section .dropdown-item.active {
  background-color: #fff8e1;
  color: #000;
}

/* Count Row */
.inst_count-row h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-top: -4px;
}

.inst_count-row span {
  font-weight: 700;
  color: #0e0c5c;
}

.instructor-card {
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.instructor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Top Row */
.instructor-header h5 {
  font-size: 1rem;
  color: #111;
}
.instructor-header p {
  font-size: 0.88rem;
  color: #6c757d;
}

/* Rating Badge */
.rating-badge {
  background: #f9f8f6;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #000;
}
.rating-badge i {
  font-size: 0.85rem;
}

/* View Profile Button */
.view-profile-btn {
  border: 1px solid #222;
  color: #111;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}
.view-profile-btn:hover {
  background: #111;
  color: #fff;
}

.instructor-images {
  margin-top: 8px;
}

.instructor-photo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

.car-photo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #f1f1f1;
  transition: all 0.3s ease;
  padding: 5px;
  margin-left: -15px;
  background: #fff;
  z-index: 1;
  position: relative;
}

.instructor-card:hover .instructor-photo,
.instructor-card:hover .car-photo {
  transform: scale(1.05);
}

.instructor-card .card-body {
  text-align: left;
  padding: 18px 20px 20px;
}

.instructor-card h6 {
  font-size: 1rem;
  color: #000;
}

.instructor-card .btn-warning {
  background: #ffbc00;
  border: none;
  border-radius: 8px;
  color: #000;
  transition: all 0.3s ease;
}

.instructor-card .btn-warning:hover {
  background: #000;
  color: #fff;
}

.instructor-card .btn-outline-secondary {
  border-radius: 8px;
  font-weight: 500;
  color: #333;
  border: 1px solid #ccc;
}

.instructor-card .btn-outline-secondary:hover {
  background: #f8f9fa;
  border-color: #999;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .comparison-header {
    display: none;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  }

  .feature-col,
  .old-col,
  .new-col {
    padding: 16px 20px;
  }

  .old-col {
    border-top: 1px solid #f1f1f1;
  }

  .new-col {
    border-top: 1px solid #f1f1f1;
  }
}

/* map css */
.territory {
  fill: #ffbc03;
  cursor: pointer;
  transition: all 0.3s ease;
}

.territory:hover {
  fill: #e53935;
}

/* Stats */
.stat-card {
  background: #0e0c5c;
  color: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.stat-card:hover {
  background: #2a3f8a;
  transform: translateY(-5px);
}

.stat-card h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.stat-card p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Features */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  margin-bottom: 12px;
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-list li i {
  color: #0e0c5c;
  font-size: 16px;
  margin-top: 3px;
}

.advantage-section {
  background: #ffffff;
  padding-bottom: 140px;
}

.advantage-accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #f5f6f7;
}

.advantage-accordion .accordion-button {
  font-weight: 500;
  font-size: 15px;
  background: #f9fafb;
  color: #0e0c5c;
  box-shadow: none !important;
  padding: 15px 20px;
}

.advantage-accordion .accordion-button:not(.collapsed) {
  background: #0e0c5c;
  color: #fff;
}

.advantage-accordion .accordion-body {
  font-size: 14px;
  color: #444;
  background: #fff;
  padding: 15px 20px;
}

.advantage-icon {
  font-size: 18px;
  color: #0e0c5c;
}

.advantage-accordion .accordion-button:not(.collapsed) .advantage-icon {
  color: #fff;
}

.advantage-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
}

.footer-section {
  background: #f9faf9;
  color: #333333;
  font-size: 14px;
  padding-top: 65px;
  border-top: 1px solid #e5e5e5;
}

.footer_title {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-logo img {
  max-height: 40px;
}

.footer-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #1e0c5b;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links li a {
  font-size: 16px;
  color: #0e0c5c;
  transition: color 0.3s ease;
}

.social-links li a:hover {
  color: #2a3f8a;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  color: #777;
  font-size: 13px;
}

.test-form-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  padding: 40px;
  border-radius: 8px;
}

.test-form-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.test-form-card h4 {
  font-weight: 700;
  letter-spacing: 0.3px;
}

.test-form-card .form-label {
  font-size: 16px;
}

.test-form-card input.form-control {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.test-form-card input.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

.test-form-card select.form-select {
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.test-form-card .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  border-radius: 8px;
  color: #212529;
  transition: 0.2s;
}

.test-form-card .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.lerner-driver .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  border-radius: 8px;
  color: #212529;
  transition: 0.2s;
}

.lerner-driver .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.instructors_load_more.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  border-radius: 8px;
  color: #212529;
  transition: 0.2s;
}

.instructors_load_more.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.test-form-card .btn-outline-primary {
  border-radius: 0;
  border-left: none;
}

.test-form-card .btn-light {
  background-color: #f9f9f9;
  border-right: none;
}

.test-form-card .btn-group label {
  font-weight: 500;
  cursor: pointer;
}

.test-form-card .text-muted {
  font-size: 0.85rem;
  line-height: 1.4;
}

.transmission-toggle {
  background-color: #f8f9fa;
  border-radius: 50px;
  overflow: hidden;
  display: inline-flex;
  border: 1px solid #ddd;
}

.transmission-toggle .toggle-btn {
  padding: 0.5rem 2rem;
  border: none;
  background: transparent;
  color: #212529;
  font-weight: 500;
  font-size: 0.95rem;
  height: 50px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transmission-toggle .toggle-btn:hover {
  background-color: #fff7e0;
  color: #212529;
}

.transmission-toggle .btn-check:checked + .toggle-btn {
  background-color: #ffc107; /* active yellow */
  color: #000000;
}

.transmission-toggle .btn-check:not(:checked) + .toggle-btn {
  background-color: #fff; /* inactive white */
  color: #212529;
}

.transmission-toggle .btn-check:focus + .toggle-btn {
  box-shadow: none;
}

.cta-section-inner {
  background-color: #0d1a2b;
  border-radius: 40px;
  position: relative;
  box-sizing: border-box;
  background-image: url("../images/bg-texture.png");
}

.app-showcase .section-title-sec h2 {
  font-size: 32px;
}

.cta-section-inner h3 {
  font-size: 22px;
}

.cta-section-inner .btn-warning {
  background: #f8bc00;
}

.cta-section-inner .btn-warning:hover {
  background: #fff;
}

.state-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.state-btns button {
  background-color: transparent;
  border: 2px solid #ffb800;
  color: #ffb800;
  padding: 3px 14px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.state-btns button:hover {
  background-color: #ffb800;
  color: #0b1829;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(255, 184, 0, 0.4);
}

.hero-section-inner {
  padding: 40px 0;
}

.hero-section-inner h2 {
  font-size: 28px;
}
.hero-section-inner .search-widget {
  padding: 18px;
}
.hero-section-inner::before {
  background: rgb(30 28 28 / 82%);
}

.instructor-feature-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  height: 100%;
}

.instructor-feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.instructor-feature-box .icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: none;
}

.instructor-feature-box .text h6 {
  font-weight: 600;
  color: #0b1829;
  margin-bottom: 4px;
}

.instructor-feature-box .text p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}

/* subtle background tones */
.bg-primary-subtle {
  background: #e7f1ff;
}
.bg-success-subtle {
  background: #e8f6ef;
}
.bg-warning-subtle {
  background: #fff5e0;
}
.bg-info-subtle {
  background: #e7f7fa;
}

.instructor-image img {
  border-radius: 18px;
  object-fit: cover;
}

.inst_trust-section {
  background: linear-gradient(135deg, #fffef7 0%, #ffffff 100%);
  border-top: 1px solid #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inst_trust-img {
  max-width: 85%;
  animation: floaty 4s ease-in-out infinite;
}

@keyframes floaty {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.inst_trust-heading {
  font-size: 30px;
  color: #0e0c5c;
  position: relative;
}

.inst_trust-heading::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #ffbc00;
  position: absolute;
  left: 0;
  bottom: -12px;
  border-radius: 4px;
}

.inst_trust-subtext {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.7;
}

.inst_trust-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  transition: all 0.25s ease;
}

.inst_trust-list li:hover {
  transform: translateX(5px);
  color: #0e0c5c;
}

.inst_icon-wrap {
  width: 38px;
  height: 38px;
  background-color: #ffefb0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.inst_trust-list li:hover .inst_icon-wrap {
  background-color: #ffbc00;
  box-shadow: 0 4px 10px rgba(255, 188, 0, 0.3);
}

.inst-hero-section {
  background-color: #0e0c5c;
  padding: 40px 0;
}

.inst-hero-wrapper {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 22px;
}

.inst-search-bar {
  gap: 12px;
  width: 100%;
}

.inst-search-bar .form-control {
  border-radius: 6px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
}

.inst-transmission-toggle {
  display: inline-flex;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
}

.inst-transmission-toggle .toggle-segment {
  padding: 0.6rem 2rem;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.inst-transmission-toggle .btn-check:checked + .toggle-segment {
  background-color: #ffbc00;
  color: #000;
  font-weight: 600;
}

.inst-transmission-toggle .toggle-segment:hover {
  background-color: #fff3c4;
}

.inst-search-bar button.btn.btn-fill-primary {
  height: 45px;
}

.inst-details {
  background: #f9fafb;
}

.inst-details-card {
  border: 1px solid #eee;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.inst-profile-img {
  position: relative;
  display: inline-block;
}

.inst-profile-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  transition: transform 0.3s ease;
  min-width: 100px;
}

.inst-status-badge {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
}

.inst-bio h5 {
  color: #0e0c5c;
}

.inst-feature-list {
  list-style: none;
  padding-left: 0;
}

.inst-feature-list li {
  background: #fffef6;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 8px;
  transition: all 0.25s ease;
}

.inst-feature-list li:hover {
  background: #fffae5;
  transform: translateX(4px);
}

.inst-sidebar {
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
}

.inst-sidebar-item {
  transition: all 0.3s ease;
}

.inst-sidebar-item:hover {
  transform: translateX(5px);
}

.inst-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  min-width: 38px;
  transition: all 0.3s ease;
}

.inst-sidebar-item:hover .inst-icon-box {
  transform: scale(1.1);
}

.inst-sidebar h6 {
  font-size: 15px;
  color: #000;
  margin-bottom: 2px;
}

.inst-sidebar p {
  font-size: 13px;
  line-height: 1.5;
}
.inst-accordion-section .accordion-item {
  border: 1px solid #dce2f0;
  border-radius: 6px;
  overflow: hidden;
}

.inst-accordion-section .accordion-button {
  background-color: #fff;
  font-weight: 600;
  color: #0e0c5c;
  padding: 12px 15px;
  font-size: 15px;
  box-shadow: none !important;
  outline: none !important;
  border: none;
}

.inst-accordion-section .accordion-button:focus,
.inst-accordion-section .accordion-button:active {
  box-shadow: none !important;
  outline: none !important;
}

.inst-accordion-section .accordion-button:not(.collapsed) {
  background-color: #fffbea;
  color: #000;
}

.inst-accordion-section .accordion-body {
  background-color: #fff;
  font-size: 14px;
  color: #444;
  padding: 15px 18px;
}

/* Suburb tags */
.inst-suburb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.suburb-tag {
  background: #fff8e1;
  color: #333;
  border: 1px solid #ffdf70;
  border-radius: 25px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.suburb-tag:hover {
  background: #ffedb5;
  transform: translateY(-2px);
}

/* Make link less heavy */
.inst-suburb-accordion .accordion-button a {
  font-size: 13px;
  color: #0e0c5c;
  transition: color 0.3s ease;
}

.inst-suburb-accordion .accordion-button a:hover {
  color: #ffbc00;
}

/* Optional: smooth open animation */
.accordion-collapse {
  transition: all 0.4s ease;
}

.inst-map-box iframe {
  border-radius: 8px;
  border: 1px solid #eaeaea;
}

.inst-info-card {
  border: 1px solid #eee;
  border-radius: 14px;
  background: #ffffff;
  transition: all 0.25s ease;
}

.inst-info-card ul li {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.inst-info-card i {
  width: 22px;
  text-align: center;
}

/* Language Tags */
.inst-lang-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.lang-tag {
  background-color: #fff8e1;
  color: #000;
  border: 1px solid #ffdf70;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.lang-tag:hover {
  background-color: #ffedb5;
  transform: translateY(-2px);
}

/* Vehicle Section */
.inst-vehicle-card {
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  transition: all 0.25s ease;
}

.inst-vehicle-details h6 {
  font-size: 15px;
}

.inst-vehicle-details .badge {
  font-size: 12px;
  border-radius: 6px;
}

.inst-vehicle-details img {
  border-radius: 8px;
}

.inst-reviews-card {
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1f1f1;
}

.single-review {
  transition: background-color 0.2s ease;
}

.review-form input,
.review-form textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 14px !important;
  min-height: 45px;
}

.rating-stars i {
  cursor: pointer;
  transition: color 0.25s ease, transform 0.2s ease;
}
.rating-stars i:hover {
  transform: scale(1.2);
  color: #ffbc00;
}
.rating-stars i.active {
  color: #ffbc00;
}

.rating-chip {
  background-color: #f9f8f6;
  border-radius: 8px;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.rating-chip i {
  color: #ff7b1b;
  font-size: 14px;
}

.inst-bio-text {
  position: relative;
  line-height: 1.6;
}

.inst-bio-text .see-more {
  color: #0e0c5c;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.inst-bio-text .see-more:hover {
  color: #ffbc00;
  text-decoration: underline;
}
.gift-card-section {
  background: linear-gradient(180deg, #fffef9 0%, #f7f7f7 100%);
  padding: 80px 0;
  position: relative;
}

.gift-form-card {
  border: 1px solid #eee;
  border-radius: 24px;
  background: #ffffff;
  padding: 40px;
  transition: all 0.3s ease;
}

.design-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.design-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}

.gift-form-card .form-control,
.gift-form-card select.form-select {
  border-radius: 6px;
  min-height: 45px;
  font-size: 14px;
  font-weight: 300;
}

.design-item img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  border-radius: 14px;
  transition: all 0.3s ease;
}

.design-item .overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffffff;
  color: #000000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.design-item.active .overlay {
  opacity: 1;
}

.amount-options .btn {
  min-width: 95px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
}

.amount-options .btn:hover,
.amount-options .btn.active {
  background: #0e0c5c;
  color: #fff;
  border-color: #0e0c5c;
}

.gift-preview-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 24px;
  padding: 35px;
  position: sticky;
  top: 80px;
  transition: all 0.3s ease;
}

.gift-preview-card h4 {
  color: #0e0c5c;
}

.preview-image img {
  width: 300px;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.preview-image img:hover {
  transform: scale(1.02);
}

textarea.form-control {
  resize: none;
}

.emoji-icon {
  font-size: 1.4rem;
}

.qr-section {
  background: #fff;
  border-radius: 16px;
  padding: 15px 0;
}

.qr-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.divider {
  width: 60%;
  height: 1px;
  background: #ddd;
  opacity: 0.7;
}

.row.align-items-stretch > [class*="col-"] {
  display: flex;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  transition: 0.3s ease;
  padding: 30px;
  border-radius: 8px;
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  transition: 0.3s ease;
  padding: 30px;
  border-radius: 8px;
}

.contact-form-card .form-control,
.contact-form-card select.form-select {
  border-radius: 6px;
  min-height: 45px;
  font-size: 14px;
  font-weight: 300;
}

#suburb-list {
  max-height: 200px;
  overflow-y: auto;
  z-index: 1050;
}

#suburb-list .dropdown-item {
  cursor: pointer;
  font-size: 14px;
}

#suburb-list .dropdown-item:hover {
  background-color: #f8f9fa;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.gift-voucher-cta-section.premium-style {
  padding: 80px 0;
}

.gift-voucher-card.premium-card {
  background-color: #0d1a2b;
  border-radius: 20px;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.voucher-content .subheading {
  display: block;
  color: #ffc107;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.voucher-content h2 {
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.voucher-content .lead {
  font-size: 17px;
  color: #cccccc;
  margin-bottom: 30px;
}

.voucher-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.voucher-content ul li {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.voucher-content ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
}

.voucher-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.placeholder-card {
  width: 250px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0e0c5c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: rotate(3deg);
  transition: transform 0.4s ease;
}

.placeholder-card:hover {
  transform: rotate(0deg) scale(1.05);
}

.placeholder-card i {
  font-size: 40px;
  margin-bottom: 5px;
}

.placeholder-card p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #0e0c5c;
}

.voucher-cta-contained-box {
  padding: 30px 40px;
  background-color: #0d1a2b;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.voucher-message-contained h2 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.voucher-message-contained p {
  font-size: 16px;
  color: #cccccc;
}

.referral-hero-section {
  padding: 60px 0;
}

.referral-hero-section p {
  color: #fff !important;
  font-weight: 300;
}

.referral-hero-section .btn-lg {
  padding: 15px 35px;
  font-size: 18px;
}

.sidebar-links .list-group-item {
  border: none;
  padding: 12px 0;
  font-weight: 500;
  color: #0d1a2b;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.sidebar-links .list-group-item:hover {
  text-decoration: underline;
}
.policy-section {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mobile-bottom-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050; /* keeps it above other elements */
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  display: none; /* hidden by default */
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
  .voucher-cta-contained-box {
    padding: 30px 25px;
  }
  .voucher-message-contained h2 {
    font-size: 24px;
    text-align: center;
  }
  .voucher-message-contained p {
    text-align: center;
  }
  .text-md-end {
    text-align: center !important;
  }
  .btn-voucher-accent-cta {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .test-form-card .btn {
    width: 100%;
  }

  .test-form-card .btn-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .test-form-card .form-control,
  .test-form-card .form-select {
    font-size: 1rem;
  }
  .feature-box-wrap {
    flex-basis: calc(100% / 3 - 0.75rem);
  }
  .lerner-driver .how-it-works-steps {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px;
  }
  .gift-voucher-card.premium-card {
    padding: 40px 25px;
  }
  .voucher-content h2 {
    font-size: 32px;
  }
  .text-md-end {
    text-align: center !important;
    margin-top: 25px;
  }
  .mobile-bottom-buttons {
    display: flex;
  }
}

@media (max-width: 575px) {
  .feature-box-wrap {
    flex-basis: 100%;
  }
  .section-title-sec h2,
  .cta-section-inner h2,
  .app-showcase .section-title-sec h2 {
    font-size: 28px;
  }
  .cta-section-inner .btn-warning,
  .test-package-section .btn-warning,
  .lerner-driver .btn-warning {
    font-size: 14px;
  }
  .app-showcase img {
    margin-top: 0;
  }

  .lerner-driver .how-it-works-steps {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 15px;
  }
  .section-space-ptb,
  .lerner-driver,
  .hero-section {
    padding: 40px 0;
  }
  .advantage-section {
    padding-bottom: 40px;
  }
  .gift-form-card h3 {
    font-size: 22px;
  }
  .gift-card-section {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-box-wrap {
    flex-basis: calc(100% / 3 - 0.75rem);
  }
}

@media (min-width: 992px) {
  .feature-box-wrap {
    flex-basis: calc(100% / 7 - 1rem);
  }
}
