@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --dark-cyan: #002a4d;
  --dark-cyan-variation: #003d7a;
  --vibrant-yellow: #ffce12;
  --vibrant-yellow-variation: #ffdf5e;
  --vibrant-peach: #ffe376;
  --vibrant-peach-variation: #facf25;
  --navy-blue: #00334d;
  --light-grey: #e9ecef;
  --darker-gray: #343a40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif, Helvetica;
}

p,
span,
div {
  font-family: "Poppins", sans-serif, Helvetica;
}

body {
  font-family: "Lexend", sans-serif, Helvetica;
  box-sizing: border-box;
  width: 100%;
}


.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: var(--dark-cyan);
  /* Replace with your custom brand color */
  color: var(--vibrant-yellow);
  /* Text color when hovered */
  outline: none;
}

/* Optional: Add a smooth transition so it doesn't "snap" */
.dropdown-item {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-section {
  display: flex;
  background-image: url("../img/home-banner.webp");
  min-height: 100vh;
  position: relative;
  align-items: center;
  padding: 12rem 0;
}


.hero-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(135deg, #002a4d 0%, #001e36 60%, rgb(0 26 48) 80%, #f3ef00 120%);
  z-index: 1;
  opacity: 0.925;
}

.hero-section>* {
  position: relative;
  z-index: 2;
}

.hero-form-card {
  background: white;
  border-radius: 20px;
  padding: 7%;
  position: relative;
  z-index: 2;
  width: 100%;
}

.my3dSwiper .coverflow-card {
  height: 25rem !important;
  min-height: 25rem !important;
}


.limited-offer-badge {
  position: absolute;
  top: -22.5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.limited-offer-badge img {
  width: 200px;
}

.review-logos img {
  height: 40px;
  margin-right: 1rem;
  filter: brightness(0) invert(1);
}

.nav-link {
  color: white !important;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--vibrant-yellow) !important;
}

.nav-link.active {
  color: var(--vibrant-yellow-variation) !important;
  border-bottom: 2px solid var(--vibrant-yellow-variation);
  padding-bottom: 0.25rem;
}

.navbar {
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}

.navbar.scrolled {
  background-color: #002a4d !important;
}


.hero-title {
  color: var(--vibrant-yellow);
  font-weight: 600;
  line-height: 1.2;
}

.hero-text {
  color: white;
  font-size: 1.125rem;
  line-height: 1.75;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: 600;
}

.feature-icon {
  color: var(--vibrant-yellow);
  font-size: 1.25rem;
}

.btn-primary-custom {
  background-color: var(--vibrant-yellow);
  color: var(--dark-cyan);
  font-weight: 700;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 9999px;
  font-size: 1rem;
  transition: all 0.5s ease;
}

.btn-primary-custom:hover {
  background-color: var(--vibrant-yellow);
  color: black;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.form-label {
  font-weight: 600;
  color: #111;
}

.form-control,
.form-select {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #22d3ee;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1);
  outline: none;
}

.form-select {
  color: #374151;
}

.btn-submit {
  background-color: var(--vibrant-yellow);
  color: black;
  font-weight: 700;
  padding: 0.75rem;
  border: none;
  border-radius: 0.5rem;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #111;
  color: var(--vibrant-yellow-variation);
}

.trusted-by {
  color: white;
  font-weight: 600;
}

.trusted-by-logo {
  height: 48px;
}



.custom-shape-divider-bottom-1768237457 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  pointer-events: none;
}

.custom-shape-divider-bottom-1768237457 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 64px;
}

.custom-shape-divider-bottom-1768237457 .shape-fill {
  fill: #FFFFFF;
}

.academic-section {
  padding: 25px 10px;
  background-color: #ffffff;
  height: fit-content;
}

.highlight {
  background-color: var(--vibrant-yellow);
  padding: 2px 6px;
}

.heading-title {
  font-size: 36px;
  font-weight: 700;
  color: #003d7a;
  line-height: 1.3;
  margin-bottom: 24px;
}

.section-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 32px;
}

.btn-call {
  background-color: var(--vibrant-yellow);
  color: var(--dark-cyan);
  font-weight: 600;
  border: none;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-call:hover {
  background-color: var(--vibrant-yellow);
  color: var(--darker-gray);
}

.btn-chat {
  background-color: #e2e2e2;
  color: var(--darker-gray);
  font-weight: 600;
  border: none;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-chat:hover {
  background-color: #000000;
  color: #e2e2e2;
}

.btn-darkcyan {
  background-color: var(--dark-cyan);
  color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-darkcyan:hover {
  background-color: var(--dark-cyan-variation);
  color: #ffffff;
}

.image-placeholder {
  background: transparent;
  width: 100%;
  aspect-ratio: 1 / 1.1;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.slider-images-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 0px 50px;
}

.slider-images {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;


  /* Hide scrollbar for Chrome, Safari, Edge, and Opera */
  &::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for Firefox */
  scrollbar-width: none;

  /* Hide scrollbar for IE and older Edge */
  -ms-overflow-style: none;
}

.slider-images img {
  width: 250px !important;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.slider-images.move {
  animation: scroll 20s linear infinite;
  animation-play-state: running;
}

.slider-images.paused {
  animation-play-state: paused;
}


.yellow-section {
  background-color: var(--vibrant-yellow);
  /* Vibrant yellow from your screenshot */
  color: #1a1a1a;
  height: fit-content;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.yellow-section .owl-carousel {
  display: flex;
  gap: 10px;
}

.yellow-section .swiperpag-control {
  display: none;
}




.coverflow-swiper .swiper-wrapper {
  display: flex;
  height: auto;
  width: 100%;
}

/* Blue Section Styles */
.blue-section {
  background-color: var(--dark-cyan);
  height: fit-content;
}

.highlight {
  background-color: var(--vibrant-yellow);
  color: #000;
  padding: 2px 10px;
}

.custom-img {
  max-width: 300px;
  position: relative;
}

/* Container that holds all cards */
.horizontal-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  touch-action: pan-y;
  max-width: 100%;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

.horizontal-scroll-wrapper {
  scrollbar-color: var(--dark-cyan) transparent;
  scrollbar-width: thin;
}


.course-card-container {
  flex: 0 0 350px;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.course-card {
  background: var(--vibrant-peach);
  padding: 15px;
  border-radius: 5px;
  color: var(--dark-cyan);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 350px;
  text-align: left;
  scroll-snap-align: start;
}

.card-content {
  margin-top: 10px;
  overflow-y: scroll;
  padding-right: 10px;
  height: 260px;
  scrollbar-color: var(--dark-cyan);
  scrollbar-base-color: transparent;
  font-size: 16px;
}

.yellow-section .custom-shape-divider-bottom-1768328670 {
  position: relative;
  left: 0;
  top: 50px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  pointer-events: none;
}

.yellow-section .custom-shape-divider-bottom-1768328670 svg {
  position: relative;
  display: block;
  width: calc(112% + 1.3px);
  height: 93px;
}

.yellow-section .custom-shape-divider-bottom-1768328670 .shape-fill {
  fill: var(--dark-cyan);
}

.services-section {
  background-color: #ffffff;
}

.services-section h1 {
  color: #002e3a;
}

/* Service Box Styling */
.service-box {
  align-items: center;
  justify-content: center;
  background-color: var(--dark-cyan);
  color: #ffffff;
  border-radius: 10px;
  height: 100%;
  /* Ensures all boxes in a row are same height */
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
}

/* Icon Styling */
.service-icon {
  font-size: 2.5rem;
  color: var(--vibrant-yellow);
  /* Yellow from screenshot */
  margin-bottom: 20px;
}

.service-box h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.service-box p {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.6;
}

/* Button Styling */
.btn-yellow {
  background-color: var(--vibrant-yellow);
  color: var(--dark-cyan);
  border: none;
}

.btn-yellow:hover {
  background-color: var(--vibrant-yellow);
  color: black;
}

.btn-light-grey {
  background-color: var(--light-grey);
  color: var(--dark-cyan);
  border: none;
}

.btn-light-grey:hover {
  background-color: var(--darker-gray);
  color: var(--light-grey);
}

.curved {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 0;
  box-sizing: border-box;
}

.curved:before {
  content: '';
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
  transform: translate(0px, -90%);
  transform-origin: top left;
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
}

.curved-1 {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 0;
  box-sizing: border-box;
}

.curved-1:before {
  content: '';
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: -1;
  transform: translate(0px, -100%);
  transform-origin: top left;
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
}

/* Section Background */
.platform-section {
  background-image: url('../img/banner3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: fit-content;
  position: relative;
  z-index: 0;
}

.platform-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--vibrant-yellow);
  width: 100%;
  z-index: -1;
  opacity: 0.85;
}

/* 3D Flip Card Container */
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  /* Essential for 3D effect */
  aspect-ratio: 1 / 1;
  /* Forces square shape */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
  border: 1px solid #eee;
}

.flip-card-front {
  background-color: #ffffff;
  color: var(--darker-gray);
}

.flip-card-back {
  background-color: var(--dark-cyan);
  color: white;
  transform: rotateY(180deg);
}

#flip-card-img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}


.custom-shape-divider-top-1768582152 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1768582152 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 54px;
}

.custom-shape-divider-top-1768582152 .shape-fill {
  fill: #ffffff;
}

/* Branding Colors */
.text-navy {
  color: #00334d;
}

.text-highlight {
  background-color: var(--vibrant-yellow);
  padding: 2px 8px;
  border-radius: 4px;
}

.btn-light-grey {
  background-color: var(--light-grey);
  color: var(--dark-cyan);
  border: none;
}

/* Image Placeholder Styling */
.hero-image-frame {
  position: relative;
  /* padding: 10px; */
}

.hero-image-frame .cheap-price-section-image-placeholder {
  width: clamp(10em, 60vw, 35em);
  display: flex;
  aspect-ratio: 1/1.1;
  margin: 0 auto;
}



.custom-shape-divider-bottom-1768583792 {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1768583792 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 78px;
}


.custom-shape-divider-bottom-1768583792 .shape-fill {
  fill: #FFFFFF;
}



.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--vibrant-yellow-variation);
  border-radius: 10px;
}

.inner-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 100vh;
  overflow-y: auto;
}

.inner-box-content h2,
.inner-box-content h3,
.inner-box-content h4 {
  color: var(--vibrant-yellow);
  margin: 8px 0px;
}


.inner-box-content table,
th,
td {
  border: 1px solid #ffffff;
  padding: 8px;
  text-align: left;
  margin: 15px 0px;
}

.bg-innerbox-content {
  position: relative;
  background-image: url('../img/banner3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}


.bg-innerbox-content::before {
  position: absolute;
  content: '';
  inset: 0;
  background-color: #00334d;
  z-index: -1;
  opacity: calc(0.93);
}

.review-image {
  width: 150px;
}

.left-box {
  position: relative;
  background-color: var(--vibrant-yellow);
  z-index: 1;
}

.left-box::before {
  position: absolute;
  background-image: url('../img/Homework_help_1_0cc488f467.png');
  content: '';
  inset: 0;
  z-index: -1;
}

.payment-icon {
  width: 80px;
  max-height: 33px;
}

.payment-info {
  background-color: var(--light-grey);
}

.footer-logo {
  width: 180px;
}

.footer-link a {
  color: #ffffff;
  text-decoration: none;
  transition: 200ms ease-in-out;
}

.footer-link a:hover {
  color: var(--vibrant-yellow);
}

.footer-social-icon {
  color: #ffffff;
  transition: 200ms ease-in-out;
}

.footer-social-icon:hover {
  color: var(--vibrant-yellow);
  cursor: pointer;
}

.finish-my-course h1,
.finish-my-course p {
  color: var(--navy-blue);
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
  border-color: rgba(0, 0, 0, .125);
}


.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
  box-shadow: none;
}

/* Custom Blue Gradient & Flex Height */
.support-carousel .owl-stage {
  display: flex !important;
  /* Forces equal height for all slides */
}

.support-carousel .owl-item {
  display: flex;
  /* Ensures the inner .item also stretches */
}

.support-box {
  background: linear-gradient(180deg, #005fad 0%, #003464 100%);
  color: #ffffff;
  min-height: 400px;
  /* Stretches to the height of the tallest box */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.text-warning {
  color: var(--vibrant-yellow) !important;
}

.card {
  min-height: auto;
}

/* Breakspoints on 992px lesser i.e Tablet, Desktop */
@media (max-width: 991px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .smart-learning {
    padding: 0 1rem;
  }

  .hero-section {
    padding: 9rem 0;
    align-items: center;
    text-align: center;
  }

  .hero-form-card {
    margin: 5rem 0;
  }

  .navbar {
    background-color: var(--dark-cyan) !important;
  }

  .trusted-by-logo {
    height: 44px;
  }

  .navbar-toggler {
    outline: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .limited-offer-badge {
    top: -18%;
  }
}

/* Breakpoints on Mobile Screen */
@media (max-width: 768px) {

  .btn-call,
  .btn-chat,
  .btn-darkcyan {
    font-size: 15px;
  }

  .heading-title {
    font-size: 28px;
  }

  .image-placeholder {
    margin-top: 40px;
  }

  .cheap-price-section {
    text-align: center;
  }

  .cheap-price-section p {
    padding-right: 0 !important;
  }

  .image-placeholder {
    border-width: 10px;
    margin-top: 30px;
  }

  .payment-icon {
    width: 50px;
  }

  .my3dSwiper .swiper-slide {
    width: 85% !important;
  }



  #flip-card-img {
    width: 150px;
    height: 150px;
  }

  .flip-card-back {
    padding: 10px;
    font-size: 11px;
  }
}