/* My Styles */

/* General Css */
body,
p,
span,
li,
a {
  font-family: "Roboto", sans-serif;
}
input,
textarea,
button {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karla", sans-serif;
}
h5 {
  color: #000;
  font-weight: 600;
}
.section {
  overflow: hidden;
}
.w-70 {
  width: 70%;
}
.w-130px {
  width: 130px;
}
.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}
.site-header.scrolled {
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}
a {
  color: #1d0193;
}
a:hover {
  color: #d3441d;
}
.text-orange {
  color: #d3441d;
}
.text-blue {
  color: #1d0193;
}
.header-contact a {
  background: #fff;
  color: #1d0193;
}
.header-contact a:hover,
.header-contact a:focus,
.header-contact a:active {
  color: #fff;
  background: #1d0193;
}
img {
  width: 100%;
  max-width: 100%;
}
.header-right li {
  padding-right: 40px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  color: #3d4853;
}
.home-content {
  color: #5a6b7b;
  margin: 0 auto;
  max-width: 650px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
.swiper-slide {
  width: auto; /* or let swiper.js calculate */
  flex-shrink: 0;
}
.header-right li,
.header-right li button {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px;
  line-height: 13px;
}
.header-right li button {
  width: 140px;
  text-shadow: none;
  text-transform: uppercase;
  height: 40px;
}
.btn-outline-primary {
  color: #03a9f4;
  border-color: #03a9f4;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-outline-primary:hover {
  background: #03a9f4 !important;
}
.header-right li:last-child {
  padding-right: 0px;
}
h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: normal;
  color: #000;
}
.privacy-wrapper h4 {
  margin-bottom: 10px;
  color: #1d0193;
  font-weight: 700;
}
.privacy-wrapper h5 {
  margin-bottom: 5px;
  color: #1d0193;
  font-weight: 400;
}
.privacy-wrapper ul {
  list-style: disc;
  padding-left: 30px;
}
.privacy-wrapper ul li {
  font-size: 1rem;
}
.privacy-wrapper ul strong {
  font-weight: 700;
}
#menu-main-menu li {
  padding-right: 40px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d0193;
  position: relative;
}
#menu-main-menu > li:hover > a {
  border-bottom: 3px solid #d3441d;
  padding-bottom: 5px;
}
#menu-main-menu .current_page_ancestor > a,
#menu-main-menu .current_page_ancestor > li.current-menu-item a {
  color: #d3441d;
}
#menu-main-menu .current-menu-item > a {
  color: #d3441d;
}
#menu-main-menu li.current_page_item {
  color: #1d0193;
}
#menu-main-menu,
#menu-main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-main-menu .sub-menu {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
}
#menu-main-menu li:hover > .sub-menu {
  opacity: 1;
  transform: translateY(0);
}

#menu-main-menu > li:hover > .sub-menu {
  display: block;
  top: 280%;
  left: 0;
  width: 270px;
  min-width: 250px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 20px;
  z-index: 2;
  min-width: 270px;
  border-radius: 0;
  border: none !important;
  position: absolute;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
#menu-main-menu .sub-menu > li:hover > .sub-menu {
  display: block;
  top: 0;
  left: 95%;
  width: 270px;
  min-width: 260px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 20px;
  z-index: 2;
  min-width: 260px;
  border-radius: 0;
  border: none !important;
  position: absolute;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
#menu-main-menu .sub-menu li {
  padding: 0 0 10px;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1d0193;
}
#menu-main-menu .sub-menu li:last-child {
  padding: 0;
}
#menu-main-menu li.menu-item-has-children:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.justify-content-right {
  justify-content: right;
}
.content-wrapper {
  padding-top: 158px;
}
.home-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.home-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .home-banner-content {
  max-width: 700px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.home-banner-content {
  position: relative;
  z-index: 2;
}
.banner-form {
  display: flex;
  justify-content: flex-end;
}
.form-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 30px 0px;
  border-radius: 10px;
  max-width: 520px;
  width: 100%;
}

.banner-content {
  padding: 200px 90px;
  max-width: 700px;
  text-align: left;
}
.banner-content .banner-desc {
  letter-spacing: -0.02em;
}
.banner-content h1 span {
  color: #1d0193;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.f-14 {
  font-size: 14px;
  line-height: 20px;
}
.f-15 {
  font-size: 15px;
  line-height: 22px;
}
.f-16 {
  font-size: 16px;
  line-height: 24px;
}
.f-18 {
  font-size: 18px;
  line-height: 28px;
}
.f-20 {
  font-size: 20px;
  line-height: 30px;
}
.f-28 {
  font-size: 28px;
  line-height: 38px;
}
.f-26 {
  font-size: 26px;
  line-height: 36px;
}
.f-24 {
  font-size: 24px;
  line-height: 34px;
}
.f-25 {
  font-size: 25px;
  line-height: 35px;
}
.f-22 {
  font-size: 22px;
  line-height: 32px;
}
.f-35 {
  font-size: 35px;
  line-height: 45px;
}
.f-32 {
  font-size: 32px;
  line-height: 42px;
}
.f-40 {
  font-size: 40px;
  line-height: 50px;
}
.f-45 {
  font-size: 45px;
  line-height: 55px;
}
.f-60 {
  font-size: 60px;
  line-height: 70px;
}
.w-150px {
  width: 150px;
}
.w-175px {
  width: 175px;
}
.w-160px {
  width: 160px;
}
.w-250px {
  width: 250px;
}
.w-78 {
  width: 78%;
}
.w-60 {
  width: 60%;
}
.w-30 {
  width: 30px;
}
.height-500px {
  height: 500px;
}
.border-radius-10px {
  border-radius: 10px;
}
.box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.color-5a5a5a {
  color: #5a5a5a;
}
.color-1d0193 {
  color: #1d0193;
}
.color-6f6f6f {
  color: #6f6f6f;
}
.color-cbcfd0 {
  color: #cbcfd0;
}
.color-1d0193 {
  color: #1d0193;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.bg-F5F5F5 {
  background: #f5f5f5;
}
.bg-1d0193 {
  background: #1d0193;
}
.bg-231F20 {
  background: #231f20;
}
.btn-more {
  border: 1.5px solid #000;
  border-radius: 10px;
  padding: 10px 70px;
  background: transparent;
  cursor: pointer;
  color: #000;
}
.btn-more:hover {
  background: #d84715;
  border: 1.5px solid #d84715;
  color: #fff;
}
.btn-more-bg {
  background: #1d0193;
}
.letter-spacing {
  letter-spacing: -0.02em;
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline;
}

/* Home */

.contact-form .iti--allow-dropdown,
.contact-form .iti--allow-dropdown input {
  width: 100%;
  box-sizing: border-box;
}
.contact-form input[type="submit"] {
  margin-top: 20px;
  border: 2px solid #d3441d;
  background: #d3441d;
  color: #fff;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.contact-form label {
  color: #615f5f;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 7px;
}
.banner-form label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 7px;
}
.banner-form input[type="submit"] {
  margin-top: 20px;
  border: 2px solid #1d0193;
  background: #1d0193;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-form input[type="text"],
.contact-form select,
.contact-form input[type="email"],
.banner-form input[type="text"],
.banner-form select,
.banner-form input[type="email"] {
  padding: 10px;
}
.contact-form input,
.contact-form select,
.banner-form input,
.banner-form select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #333;
}
.contact-form {
  background: #fff;
  /* height: 590px; */
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 30px 30px 10px;
  box-sizing: border-box;
  flex-direction: column;
}
.contact-section-wrapper {
  /* background: #615754; */
  background: #0f172a;
}
.btn-primary {
  background-color: #1d0193;
  border-color: #1d0193;
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d84715;
  border-color: #d84715;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #d84715;
  border-color: #d84715;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 71, 21, 0.5);
}
.counter::after {
  content: "+";
  font-size: 48px;
  font-weight: 700;
  color: #1d0193;
  margin-left: 4px;
}
#counter-section {
  /* background: linear-gradient(135deg, #cf3476, #e372a3); */
  background: #f8f9fc;
  margin-top: -6px;
}
.counter-section {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 60px 20px;
  text-align: center;
  flex-wrap: wrap;
}
.abt-Aakira_academy img {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.counter-box {
  flex: 1 1 100px;
  padding: 20px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.icon {
  font-size: 40px;
  color: #1d0193;
  margin-bottom: 15px;
}

.counter {
  font-size: 48px;
  font-weight: 700;
  color: #1d0193;
}
.counter-box p {
  font-size: 18px;
  margin-top: 5px;
  color: #1d0193;
  font-weight: 500;
  margin-bottom: 0;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.banner-desc {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  border-radius: 5px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 22px;
  background: linear-gradient(135deg, #1a237e, #283593);
  padding: 12px;
  box-shadow: 0 10px 25px rgba(26, 35, 126, 0.3);
  box-sizing: border-box;
}
.banner-desc:hover {
  background: #d84715 !important;
}
.lead {
  width: 700px;
  margin: 0 auto 25px;
  font-weight: 400;
}
.mentor-wrapper .bg-warning {
  color: #333;
}
.mentor-wrapper .swiper-button-prev,
.mentor-wrapper .swiper-button-next {
  position: absolute;
  bottom: -50px;
  top: auto;
  color: #ffc107;
  background: #1d0193;
  font-size: 16px;
  border-radius: 10px;
}
.mentor-wrapper .swiper-button-next {
  right: 45%;
  left: auto;
}
.mentor-wrapper .swiper-button-prev {
  left: 45%;
  right: auto;
}
.mentor-wrapper .swiper-button-prev:after,
.mentor-wrapper .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
.mentor-wrapper .swiper-slide.swiper-slide-active .mentor-info {
  display: block;
  padding: 5px 22px 5px 22px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 5px 5px;
}
.mentor-info {
  display: none;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.mentor-info h3 {
  font-size: 20px;
  line-height: 30px;
}
.mentor-info p {
  font-size: 14px;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none !important;
  outline: none !important;
}
.competative-wrapper {
  background: linear-gradient(180deg, #0f172a, #0b1220);
}
.competative-wrapper .swiper-slide,
.competative-wrapper .competative-card {
  border: 2px solid #fff;
  border-radius: 10px;
}
.competative-swipe .border-radius-10px {
  border-radius: 10px 10px 0 0px;
}
.academic-wrapper {
  background: #f8f9fc;
}
.academic-wrapper .swiper-slide,
.academic-wrapper .card {
  border: 1px solid #000;
  border-radius: 10px;
}
.testseries-wrapper {
  background: #f8fafc;
}
.testseries-wrapper .swiper-slide {
  border: 1px solid #000;
  border-radius: 10px;
}
.competative-swipe {
  position: relative;
}
.competative-swipe .swiper-button-prev {
  background: url("../img/arrow-right-circle.png") no-repeat !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 30px;
  top: 55%;
  transform: translate(-50%, -50%);
}
.competative-swipe .swiper-button-next {
  background: url("../img/arrow-left-circle.png") no-repeat !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  position: absolute !important;
  right: -30px;
  top: 55%;
  transform: translate(-50%, -50%);
}
.competative-swipe .swiper-button-next:after,
.competative-swipe .swiper-button-prev:after {
  display: none;
}
.partner-section {
  background-image: url("../images/partner-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 16%;
}
.testi-block > div {
  background-image: url("../img/testi-quto.png") !important;
  background-repeat: no-repeat;
  background-size: 3%;
  background-position: 3.5% 12%;
  padding: 20px;
}
.testimonial-section .swiper-button-prev:after,
.testimonial-section .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  background-size: 40px;
}
.testimonial-section .swiper-button-prev:after {
  background-image: url("../img/arrow-left.png") !important;
}
.testimonial-section .swiper-button-next:after {
  background-image: url("../img/arrow-right.png") !important;
}
.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-prev.swiper-button-disabled,
.testimonial-section .swiper-button-next.swiper-button-disabled {
  top: auto;
  width: 40px;
  height: 24px;
  bottom: 5%;
}
.testimonial-section .swiper-button-prev {
  left: 70px;
  right: auto;
}
.testimonial-section .swiper-button-next {
  right: 85%;
  left: auto;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled,
.testimonial-section .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled:after,
.testimonial-section .swiper-button-next.swiper-button-disabled:after {
  opacity: 1 !important;
  content: "";
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 24px;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled:after {
  background-image: url("../img/arrow-left-disable.png") !important;
}

.testimonial-section .swiper-button-next.swiper-button-disabled:after {
  background-image: url("../img/arrow-right-disable.png") !important;
}
.testimonial-section {
  padding-bottom: 70px !important;
}
.testimonial-section {
  background: #cad5fc;
}
.teachertraining-wrapper {
  background: #f8f9fc;
}
.teachertraining-wrapper {
  font-weight: 500;
}
.teachertraining-wrapper .fees {
  color: #1d0193;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.teachertraining-wrapper .tt-wrap {
  border: 2px solid #568beb;
  border-radius: 10px;
  padding: 0;
}
.teachertraining-wrapper p {
  margin: 0 0 0.5em;
}

.teacher-testimonial-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

teacher-testimonial-section .swiper {
  padding: 40px 0;
}

.teacher-testimonial-section .swiper-slide {
  background: #1e2a78;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.teacher-testimonial-section .user-img {
  flex: 0 0 250px;
  border-radius: 20px;
  overflow: hidden;
}

.teacher-testimonial-section .user-img img {
  width: 100%;
  border-radius: 16px;
}

.teacher-testimonial-section .testimonial-content {
  flex: 1;
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.teacher-testimonial-section .testimonial-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #fff;
}

.teacher-testimonial-section .testimonial-name {
  font-weight: bold;
  margin-top: 35px;
}
span.quto {
  font-family: "Passion One", sans-serif !important;
  font-size: 70px;
  position: absolute;
  top: -50px;
  left: 0;
  color: #ffc107;
}
.teacher-testimonial-section .testimonial-title {
  color: #fff;
  font-size: 0.95em;
}

.teacher-testimonial-section .swiper-pagination-bullets {
  text-align: center;
  margin-top: 20px;
}
.teacher-testimonial-section
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.teacher-testimonial-section
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
}
.text-primary {
  color: #1d0193 !important;
}
.teacher-testimonial-section .swiper-pagination-bullet-active {
  background-color: #ffc107;
}

.lang-section,
.career-benefits,
.home .jp-why-section,
.seo-section {
  background: #dbe3fe;
}
.career-section {
  background: #0f172a;
}
.course-duration {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-top: 5px;
}
.course-badge {
  position: absolute;
  top: 15px;
  right: -20px;
  background: linear-gradient(45deg, #ffb300, #fc0);
  color: #000;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  letter-spacing: 0.5px;
  transform: rotate(45deg);
}

.course-badge:before {
  content: "★ ";
}

.lang-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  overflow: hidden;
}
.lang-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}
.lang-header {
  background: #1d0193;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.lang-card {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.lang-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.lang-header {
  background: linear-gradient(135deg, #2e0ea8, #3b14c8);
  color: #fff;
  font-weight: 700;
  padding: 18px;
  text-align: center;
  font-size: 20px;
}

.lang-body {
  padding: 25px;
  text-align: center;
}
.lang-body p {
  color: #555;
  font-size: 0.95rem;
}
.lang-icon {
  font-size: 48px;
  margin-bottom: 15px;
  color: #1d0193;
}

.coming-card {
  opacity: 0.9;
  text-align: center;
}

.coming-label {
  display: inline-block;
  margin-top: 15px;
  padding: 6px 14px;
  background: #f1f3f8;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.enroll-btn {
  background: #1d0193;
  color: #fff;
  border-radius: 30px;
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  transition: background 0.3s ease;
}
.enroll-btn:hover {
  background: #d84715;
  color: #fff;
}

/* Learning Path Section */
.learning-path {
  background: #f8f9fb;
}

.learning-path-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.path-card {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  min-height: 220px;
}

.path-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.path-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #f3f5ff;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.path-card:hover .path-icon {
  transform: scale(1.15);
}

.path-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.path-card p {
  font-size: 15px;
  color: #555;
}

.path-arrow {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  border-radius: 50%;
  font-size: 20px;
  color: #1d0193;
}

.text-blue {
  color: #1d0193;
}
.text-black {
  color: #000;
}
.section-subtitle {
  color: #333;
  max-width: 700px;
  margin: 0 auto 40px;
}
.jp-levels-section {
  background: linear-gradient(135deg, #f8f9ff, #eef2ff);
}

.level-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.level-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.level-card.featured {
  border: 3px solid #ffc107;
  transform: scale(1.03);
}

.level-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.level-icon {
  font-size: 50px;
  margin-bottom: 15px;
}

.level-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.level-list li {
  padding: 6px 0;
  font-size: 14px;
  color: #333;
}

.jp-why-section {
  background: linear-gradient(135deg, #ffffff, #f3f6ff);
}

.why-card-fr-lng {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.why-card-fr-lng:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

.why-icon-fr-lng {
  font-size: 45px;
  margin-bottom: 15px;
}

.why-card-fr-lng h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card-fr-lng p {
  font-size: 14px;
  color: #555;
}

.batch-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.batch-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

.batch-icon {
  font-size: 45px;
  margin-bottom: 15px;
}

.batch-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.batch-card p {
  font-size: 14px;
  color: #555;
}

.cert-section {
  background: linear-gradient(135deg, #f4f7ff, #ffffff);
}

.cert-points li {
  margin-bottom: 10px;
  font-size: 1rem;
  padding-left: 5px;
}

.cert-image-wrapper {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  display: inline-block;
  transition: transform 0.3s ease;
}

.cert-image-wrapper:hover {
  transform: translateY(-5px);
}
.foreign-lang-banner {
  background-image: url("../img/foreign-lang-banner.jpg") !important;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* .seo-section {
  background: #f8f9fc;
} */
/* Careers Opportunity section */
.career-desc {
  margin: auto;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.career-card {
  background: #1e293b;
  border-radius: 14px;
  padding: 25px;
  transition: 0.3s;
}

.career-card:hover {
  background: #334155;
  transform: translateY(-6px);
}

.career-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.career-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
/* Faq Section */
.faq-section {
  background: linear-gradient(180deg, #f8f9fb, #ffffff);
  padding-top: 80px;
  padding-bottom: 80px;
}

/* FAQ Title */

.faq-section h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* Subtitle */

.faq-subtitle {
  max-width: 750px;
  margin: auto;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Accordion Item */

.accordion-item {
  border: none;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* Hover Effect */

.accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* Accordion Button */

.accordion-button {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 22px;
  background: #ffffff;
  color: #000;
  border: none;
  box-shadow: none;
}

/* Remove Default Bootstrap Arrow */

.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 22px;
  font-weight: 600;
  color: #000;
  transform: none;
}

/* When Open */

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

/* Change + to − */

.accordion-button:not(.collapsed)::after {
  content: "−";
  background-image: none;
}

/* FAQ Answer */

.accordion-body {
  padding: 20px 24px;
  font-size: 15.5px;
  color: #444;
  line-height: 1.8;
  background: #ffffff;
}

/* Smooth Expand Animation */

.accordion-collapse {
  transition: all 0.35s ease;
}
/*Three section Home page Style */
.benefit-card,
.approach-card,
.join-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.benefit-card:hover,
.approach-card:hover,
.join-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
  font-size: 42px;
  margin-bottom: 15px;
}
.join-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #4f46e5;
  margin: auto;
  margin-bottom: 15px;
}
.who-should-join {
  background: #f8fafc;
}
.approach-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0f172a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 25px;
  font-size: 25px;
}
.section-subtitle {
  max-width: 750px;
  margin: auto;
  color: #555;
}
.instagram-section-wrapper .text-content-wrap {
  text-align: center;
  margin: 0 auto;
}
.instagram-section-wrapper .insta-widget-wrap {
  border-radius: 20px;
  border: 10px solid #1e2a78;
  padding: 5px 5px 0;
}
.instagram-section-wrapper .ti-header-btn {
  display: none !important;
}
/* About us*/
.img-wrapper {
  position: relative;
  /* display: inline-block; */
}

.img-wrapper img {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.75));
  width: 100%;
  height: 100%;
}
.home .overlay {
  background: linear-gradient(
    90deg,
    rgba(15, 23, 42, 0.75) 0%,
    rgba(15, 23, 42, 0.45) 45%,
    rgba(15, 23, 42, 0.15) 100%
  );
  z-index: 1;
}
.img-wrapper .overlay {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.course-hero .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.about-hero {
  background-image: url("../img/about-us-banner.jpg") !important;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.course-hero {
  background-image: url("../img/courses-banner.png") !important;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-hero {
  background-image: url("../img/contact-banner.png") !important;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-mission-vision {
  background: #f5f7ff;
}
.sec-mission-vision .nav-pills .nav-link {
  color: #333;
  background: #f1f3f5;
  border-radius: 30px;
  padding: 10px 28px;
  margin: 0 6px;
  transition: all 0.3s ease;
  font-weight: 600;
  cursor: pointer;
}

.sec-mission-vision .nav-pills .nav-link:hover {
  background: #fff;
  color: #d3441d;
}

.sec-mission-vision .nav-pills .nav-link.active {
  background: #1e2a78;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(31, 1, 148, 0.3);
}
.sec-mission-vision .tab-content {
  border-radius: 16px;
  transition: all 0.3s ease;
  background: #1e2a78;
  border-radius: 10px;
}

.sec-mission-vision .tab-content h4 {
  color: #fff;
}

.sec-mission-vision .tab-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #fff;
}
.sec-mission-vision .tab-pane {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.offer-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1f0194, #4b3cff);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.offer-card:hover::before {
  opacity: 0.08;
}

.offer-card > * {
  position: relative;
  z-index: 1;
}

.offer-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #eef0ff;
  color: #1f0194;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-card h5 {
  color: #222;
  margin-bottom: 12px;
}

.offer-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}

.offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(31, 1, 148, 0.25);
}
.why-choose-sec {
  background: #f2f5ff;
}

.why-card {
  background: #fff;
  backdrop-filter: blur(6px);
  padding: 35px 30px;
  border-radius: 18px;
  text-align: center;
  transition: all 0.35s ease;
  height: 100%;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  background: #f8faff;
}

.why-card img {
  transition: transform 0.3s ease;
}

.why-card:hover img {
  transform: scale(1.15);
}

.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card h5 {
  margin-bottom: 12px;
}

.why-card p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.7;
}
.book-now-sec {
  background: #f8f9fc;
}

.cta-box {
  background: #ffffff;
  padding: 50px 40px;
  /* border-radius: 22px;
  max-width: 850px; */
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.cta-box h2 {
  color: #000;
}

.cta-box p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
}

.btn-cta {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border: none;
  padding: 14px 38px;
  border-radius: 50px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(29, 1, 147, 0.31);
  transition: all 0.3s ease;
}

.btn-cta:hover,
.btn-cta:focus {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(29, 1, 147, 0.41);
  color: #ffffff;
}

.cta-note {
  font-size: 0.9rem;
  color: #6b7280;
}

.contact-sec {
  background: linear-gradient(180deg, #f8f9fa, #ffffff);
  border-bottom: 1px solid #1d0193;
}

.contact-card {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  color: inherit;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.icon-circle {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0d6efd, #084298);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
}

.icon-circle.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.course-excerpt {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.course-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.course-subtitle {
  font-size: 16px;
  color: #d3441d;
  font-weight: 600;
  margin-bottom: 15px;
}

.course-description {
  color: #555;
  line-height: 1.6;
}

.course-points li {
  margin-bottom: 10px;
}
/* Blogs */
.blog-hero {
  background-image: url("../img/blog-banner.jpg") !important;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.circle-button {
  width: 40px;
  height: 40px;
  border: 1.5px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.circle-button .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.6s ease;
}
.rounded-20px {
  border-radius: 20px;
}
.blogs-post-single .img-container img {
  border-radius: 20px;
}
.blogs-post-single h2 {
  margin-bottom: 20px;
}
.blogs-post-single h1 {
  margin-bottom: 20px;
  color: #000;
}
.blogs-post-single .publish-date {
  color: #000;
}
.blog-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.card-img-top {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}
.blog-wrapper .card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 1);
}
.blog-wrapper .card-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #000;
}
.blogs-post-single p,
.blogs-post-single li {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #393939;
  text-decoration: none;
}
.blogs-post-single .btn.btn-link,
.blogs-post-single a {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #1d0193;
  text-decoration: none;
}
.blogs-post-single .btn.btn-link:hover,
.blogs-post-single a:hover {
  color: #d3441d;
}
.blogs-post-single ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.circle-button:hover .arrow-icon,
.circle-button-white:hover .arrow-icon {
  transform: rotate(360deg);
}
.blogs-post-single .title-container {
  color: #000;
  border-radius: 20px;
  background: #f2f5ff;
}

/* Footer */
/* WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px; /* Adjust scrollbar width */
  height: 10px; /* For horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Optional: track background */
}

::-webkit-scrollbar-thumb {
  background-color: #1d0193; /* Theme color */
  border-radius: 8px;
  border: 2px solid #f1f1f1; /* Optional: space around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #15016b; /* Darker on hover */
}

/* Firefox */
* {
  scrollbar-width: thin; /* Options: auto, thin, none */
  scrollbar-color: #1d0193 #f1f1f1; /* thumb color | track color */
}
#scrollToTopBtn {
  position: fixed;
  bottom: 140px;
  right: 10px;
  background-color: #1d0193;
  color: white;
  padding: 10px 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  display: none;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#scrollToTopBtn:hover {
  background-color: #15016b;
}
p.contact-info,
p.contact-info a {
  font-weight: 600;
  margin-bottom: 10px !important;
  vertical-align: middle;
  display: inline-table;
  color: #1d0193;
  font-size: 15px;
  line-height: 20px;
}
p.contact-info i {
  font-size: 20px;
}
.site-footer {
  /* background-color: #fafad2; */
  background: #fff;
}
.home .site-footer {
  border-top: 1px solid #1d0193;
}
.footer-logo img {
  width: 110px;
}
.footer-menu ul {
  padding-left: 0;
}
.footer-menu li {
  font-family: "Karla", sans-serif;
  color: #1d0193;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
}
.footer-menu h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-menu li:hover a {
  color: #d3441d;
}
.copy-right-sec {
  /* border-top: 1px solid #1d0193; */
  background-color: #d3441d;
}
.copy-right-sec p,
.copy-right-sec a {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.copy-right-sec a:hover {
  color: #1d0193;
}

.social-media {
  gap: 12px;
  padding-left: 0;
}

.social-media li {
  list-style: none;
}

.social-media a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f6ff;
  color: #1d0193;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-media a:hover {
  background: #1d0193;
  color: #fff;
  transform: translateY(-3px);
}

/* Form */
#Aakira_academy-form input,
#Aakira_academy-form input:focus,
#Aakira_academy-form select.wpcf7-form-control.wpcf7-select,
#Aakira_academy-form textarea {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 01px solid #000000 !important;
  height: 40px;
  outline: none !important;
  width: 100%;
  letter-spacing: -0.02em;
  color: #6f6f6f;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
#Aakira_academy-form input[type="submit"] {
  border: 1px solid #1d0193 !important;
  border-radius: 10px;
  padding: 10px 70px;
  background: transparent;
  cursor: pointer;
  color: #1d0193;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  width: 250px;
  padding: 5px 60px;
  height: 45px;
}

#contact-form #Aakira_academy-form input[type="submit"] {
  border: none !important;
  background: #1d0193;
  color: #fff;
}
#Aakira_academy-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #6f6f6f;
  font-family: "Lato", sans-serif;
  opacity: 1 !important;
}
.thank-you-page,
.page-section {
  border-bottom: 1px solid #1d0193;
}
.thank-you-page h1 {
  color: #d3441d;
}
.thank-you-page .content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.head-contact-wrapper {
  background: #d3441d;
}
.site-header.scrolled .site-logo img {
  width: 80px !important;
  transition: 0.3s ease;
}
.site-header .site-logo img {
  width: 100px !important;
  height: auto;
  display: block;
}
.site-header.scrolled .head-contact-wrapper {
  display: none;
}
.head-contact-wrapper .social-media,
.head-contact-wrapper p.contact-info,
.head-contact-wrapper p.contact-info a {
  margin: 0 !important;
  color: #fff;
}
.who-should-take {
  background: #0f172a;
}
.audience-card {
  background: #1e293b;
  border-radius: 14px;
  padding: 25px;
  transition: 0.3s;
}
.audience-card:hover {
  background: #334155;
  transform: translateY(-6px);
}

.duration-card {
  border-radius: 12px;
  transition: 0.3s;
  background: #fff;
}

.duration-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.syllabus-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.syllabus-number {
  background: #1d0193;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* nat-equivalent-section */
.nat-equivalent-section {
  background: linear-gradient(135deg, #f4f7ff, #fff);
}

.nat-equivalent-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.equivalent-badge {
  display: inline-block;
  background: #0d6efd;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.level-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 20px;
}

.nat-level {
  color: #e63946;
}

.jlpt-level {
  color: #0d6efd;
}

.arrow {
  font-size: 22px;
  color: #666;
}

.lang-overview ul {
  list-style: disc;
}
.lang-overview ul li {
  font-size: 1rem;
}
.list-unstyled {
  list-style: none !important;
}

.nat-jlpt-compare {
  background: #f8f9fa;
}

.compare-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.compare-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.compare-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.level-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-top: 10px;
}

.level-arrow .nat {
  color: #e63946;
}

.level-arrow .jlpt {
  color: #0d6efd;
}

.level-arrow .arrow {
  font-size: 20px;
  color: #555;
}

.compare-card.featured {
  border: 2px solid #ffc107;
}
