* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

/* utility classes */

@font-face {
  font-family: 'fredoka';
  src: url(/mathbuddy_assets/fonts/fredoka.ttf);
}

@font-face {
  font-family: 'poppins';
  src: url(/mathbuddy_assets/fonts/poppins.ttf);
}

.poppins-family {
  font-family: "poppins", sans-serif;
}

.fredoka-family {
  font-family: "fredoka", sans-serif;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.margin-100 {
  margin-block: 100px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 95% !important;
  }
}

.main-section {
  min-height: 100vh;
  overflow-x: hidden !important;
}

.main-section h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.bg-container {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 1300px !important;
  width: 100%;
  z-index: -1;
}

.bg-container-signup {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  height: 145vh !important;
}

.bg-container img,
.bg-container-signup img {
  width: 100% !important;
  height: 100% !important;
}

.bg-container-signup {
  overflow-x: hidden;
}

.mobile-bg-container-signup {
  display: none !important;
}

/* first section */

#first-section {
  margin-top: 150px;
  margin-bottom: 100px;
  position: relative;
}

#first-section-container {
  min-height: 300px !important;
  /* background-color: red; */
  position: relative;
  padding-inline: 0px;
  display: flex;
  justify-content: space-evenly;
}

.fs-left-part {
  margin-top: 100px !important;
  width: 50% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  /* height: 600px; */
}

#number-system-img {
  position: absolute;
  width: 124px;
  height: 124px;
  top: -15%;
  left: -13%;
}

#fraction-img {
  position: absolute;
  width: 140px;
  height: 140px;
  right: -17%;
  top: -24%;
  z-index: -1;
}

#trignometry-img {
  position: absolute;
  width: 178px;
  height: 178px;
  bottom: 2%;
  left: -15%;
}

.fs-left-part h6 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 3px;
  color: #00000080;
  text-transform: uppercase;
}

.fs-left-part h1 {
  margin: 0;
  font-size: 37px;
  line-height: 58px;
  text-transform: uppercase;
}

.fs-features-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.fs-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fs-feature p {
  margin: 0;
  font-size: 20px;
}

#scroll-down{
  color: black;
  cursor: pointer;
}

#scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  width: 96px;
  position: absolute !important;
  left: 80%;
  top: 60%;
  transform: translateX(-50%, -50%);
  z-index: 3000;
}

#scroll-down > div{
  position: relative;
  height: 100%;
  width: 100%;
}

#scroll-down > div i{
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#scroll-down > div i {
  transform: translate(-50%, -50%);
}


#scroll-down img{
  width: 100%;
  height: 100%;
}

#scroll-down img {
  animation: rotate-scroll-down 5s linear infinite;
}

@keyframes rotate-scroll-down {
  100% {
    transform: rotate(360deg);
  }
}

.check {
  border: 1px solid #d5feff;
  border-radius: 50%;
  background-color: transparent !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check i {
  color: #3529d4;
  font-size: 15px;
}

.loader {
  position: absolute;
  border-radius: 20px;
  top: 0;
  z-index: 20000000;
  height: 100%;
  width: 100%;
  background-color: #b8b5b5c4;
  opacity: 0.8;
}

#animation-container {
  height: 100px;
  width: 100px;
}

.hide-part {
  display: none !important;
}

#edit-email {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}

.otp-container {
  margin-top: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 40px;
}

.otp-box {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-left: 20px;
}

.resend-otp h6 {
  cursor: pointer;
  font-size: 14px;
  color: #5d51fc;
}

.resend-btn {
  text-decoration: underline;
  font-weight: 600;
}

.login-verify-btn {
  cursor: pointer;
  padding-inline: 60px;
  padding-block: 15px;
  font-size: 22px;
  background-color: #5d51fc;
  border-radius: 12px;
  color: white;
}

.otp-container-part-1 h3 {
  text-align: center;
}

.otp-container-part-1,
.otp-container-part-2,
.otp-container-part-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.fs-right-part {
  height: 680px !important;
  position: relative;
  margin-top: 30px !important;
  width: 450px !important;
  border: 4px solid #b0cdf9 !important;
  background-color: #cbf4ff;
  border-radius: 20px;
  padding-inline: 30px !important;
  padding-block: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

/* Style the toggle password button to remove default button styles */
#toggle-password {
  text-decoration: none;
  background: none; /* Remove background */
  border: none; /* Remove border */
  padding: 0; /* Remove padding */
  cursor: pointer; /* Show pointer cursor on hover */
  outline: none; /* Remove focus outline */
  display: flex; /* Align icon properly */
  align-items: center; /* Vertically center the icon */
  justify-content: center; /* Horizontally center the icon */
  width: 30px; /* Set width for the button */
  height: 30px; /* Set height for the button */
  color: #b3b3b3 !important;
}

/* Style the eye icon */
#eye-icon {
  font-size: 18px; /* Adjust icon size */
}


#country {
  width: 55% !important;
}

#country-dropdown {
  border: 1px solid #ccc;
  height: 180px;
  overflow-y: auto;
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#dropdown-container {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  min-height: 200px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Scrollbar styling for dropdown */
#dropdown-container::-webkit-scrollbar {
  width: 8px;
}

#dropdown-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

#dropdown-container::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}

#country-dropdown div {
  padding: 10px;
  cursor: pointer;
}

#country-dropdown div:hover {
  background-color: #f0f0f0;
}

.highlight {
  background-color: lightblue;
}

.country-search-div {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#country-search {
  padding: 5px;
  border-bottom: 2px solid black;
  font-size: 15px;
  width: 90% !important;
}

.country-search-div i {
  font-size: 20px;
}

.invalid-otp-text {
  color: red;
  font-size: 12px;
}

.fs-right-part img {
  width: 82px;
  height: 57px;
}

.fs-right-part h3 {
  font-size: 21px;
}

.input-field-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#role {
  border: none;
  background-color: transparent;
  width: 40% !important;
}

.input-field {
  background-color: white;
  padding-inline: 20px;
  padding-block: 10px;
  border-radius: 12px;
}

/* #password-field{
  padding-bottom: 20px !important;
} */

#password-error {
  font-size: 7px !important;
}

.input-field::placeholder {
  color: red;
}

#submit-btn {
  text-transform: capitalize;
}

.input-field p {
  margin: 0;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 16.8px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinners in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-field input {
  margin-top: 5px;
  font-size: 14px;
  color: black;
  line-height: 19.6px;
  outline: none;
  border: none;
  font-weight: 500;
  width: 100% !important;
}

.input-field input::placeholder {
  color: rgb(190, 190, 190) !important;
  font-size: 14px;
  font-weight: 500;
}

#phone-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#country-code {
  width: 40%;
}

#phone-number {
  width: 60%;
}

#phone-number input {
  width: 100%;
}

#country-code select {
  border: none;
  margin-top: 5px;
  width: 70%;
  font-size: 15px;
  outline: none;
  background-color: transparent;
  font-weight: 500;
}

.input-field-container > p {
  font-size: 15px !important;
  margin: 0;
  color: black !important;
}

.fs-right-part p {
  font-size: 12px;
  color: #6c6c6c;
}

.fs-right-part p span {
  color: #5d51fc;
}

.sign-up-google-btn {
  border-radius: 14px;
  height: 72px;
  display: flex;
  border: 1px solid black;
  overflow: hidden;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  gap: 10px;
  background-color: white;
}

.sign-up-google-btn img {
  object-fit: cover;
  width: 32px;
  height: 32px;
}

/* activities section */

#activites-section h2 {
  font-size: 42px;
  text-align: center !important;
  margin-bottom: 30px;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
  width: max-content;
  animation: scroll 70s linear infinite;
}

.slide {
  width: 680px;
  height: 450px;
  position: relative;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
}

.grade-img {
  width: 555px !important;
  height: 370px !important;
  position: absolute;
  top: 40px;
  left: 60px;
  border-radius: 5px;
}

/* Keyframe to scroll the entire track smoothly */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-680px * var(--total-slides)));
  }
}

.terms-container {
  display: flex;
  gap: 10px;
  align-items: start;
}

.contact-us-btn {
  opacity: 0.5;
  pointer-events: none;
  padding-inline: 32px;
  padding-block: 14px;
  border-radius: 12px;
  height: 72px;
  border: none;
  font-size: 22px;
  color: white;
  background-color: #5d51fc;
}

.active-btn {
  pointer-events: all;
  opacity: 1;
  padding-inline: 32px;
  padding-block: 14px;
  border-radius: 12px;
  height: 72px;
  border: none;
  font-size: 22px;
  color: white;
  background-color: #5d51fc;
}

.terms-container label {
  font-size: 12px;
}

.terms-container label > span {
  color: #5d51fc;
}

.error-message {
  color: red;
  font-size: 8px;
  display: none; /* Hidden by default */
  margin-top: 5px;
  position: absolute !important;
  bottom: 0;
  left: 20px;
}

/* Show the error message when the invalid class is added */
.invalid .error-message {
  display: block;
}

/* Apply shake class */
input:invalid {
  animation: shake 0.2s ease-in-out 0s 2;
}

.invalid-country {
  border: 1px solid red;
  animation: shake 0.2s ease-in-out 0s 2;
}

.input-field.invalid {
  /* border: 2px solid red; */
  border-radius: 5px;
  animation: shake 0.3s ease-in-out;
}

/* Shake animation */
@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}

/* cirriculum section */

#cirriculum-section h2 {
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center;
}

#cirriculum-section p:nth-child(2) {
  margin-inline: auto !important;
  text-align: center;
  width: 80%;
  margin-bottom: 30px;
}

#cirriculum-section p:nth-child(3) {
  margin-inline: auto !important;
  width: 85%;
  text-align: center;
  margin-bottom: 50px !important;
}

.cirriculum-container {
  margin-inline: auto !important;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px !important;
  gap: 30px;
  border: 4px solid #b0cdf9;
  border-radius: 32px;
  padding-inline: 50px;
  padding-block: 30px;
}

.faq {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #b0cdf9;
  cursor: pointer;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question img {
  transition: all 0.5s ease !important;
}

.question h3 {
  font-size: 18px;
  margin: 0;
}

.answer {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease !important;
}

.answer ul li {
  font-size: 16px;
}

.download-cirriculum-btn {
  color: white;
  display: flex;
  background-color: #5d51fc;
  align-items: center;
  width: 374px;
  height: 72px;
  justify-content: center;
  gap: 14px;
  border-radius: 12px;
  margin-top: 30px;
  margin-inline: auto;
}

.download-cirriculum-btn img {
  width: 26px;
  height: 26px;
}

.download-cirriculum-btn p {
  font-size: 22px;
  margin: 0 !important;
  font-weight: 500;
}

/* .faq.active-faq .answer {
}  */

/* feedback section */

/* testimonials section */

#testimonials-section h2 {
  margin-top: 20px !important;
  font-size: 42px;
  text-align: center;
  margin-bottom: 20px !important;
}

#feedback-section {
  /* margin-block: 100px; */
  position: relative;
  z-index: 2000;
}

.testimonial-carousel-container {
  padding-top: 0px;
  position: relative;
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  align-items: center;
  height: 430px !important;
  z-index: -1;
  padding-inline: 100px !important;
}

/* Left Overlay */
#feedback-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px; /* Width of the overlay */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 2000; /* Make sure it's on top of the carousel content */
  pointer-events: none; /* Ensure it's not blocking clicks */
}

/* Right Overlay */
#feedback-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 150px; /* Width of the overlay */
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 2000; /* Make sure it's on top of the carousel content */
  pointer-events: none; /* Ensure it's not blocking clicks */
}
.testimonial-carousel-container::-webkit-scrollbar {
  display: none;
}

.prev-btn-test,
.next-btn-test,
.prev-disable,
.next-disable {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.next-btn-test {
  right: 0%;
  z-index: 3000 !important;
}
.prev-btn-test img,
.next-btn-test img {
  width: 50px;
  height: 50px;
}

.next-disable {
  right: 0%;
  z-index: 500 !important;
  display: none;
}

.prev-disable {
  left: 0%;
  z-index: 500 !important;
  display: none;
}

.prev-btn-test {
  left: 0%;
  z-index: 3000 !important;
}

.active {
  margin-inline: 20px !important;
  width: 750px !important;
  height: 350px !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 50px !important;
  position: relative;
  flex-shrink: 0 !important;
  padding-inline: 30px;
  padding-block: 30px !important;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.small-card {
  margin-inline: 20px !important;
  width: 700px !important;
  height: 250px !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px !important;
  position: relative;
  flex-shrink: 0 !important;
  padding-inline: 20px;
  padding-block: 80px !important;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
  transform: translateY(0px);
}

.quotes {
  position: absolute;
  top: -13%;
  left: -2%;
  height: 70px;
  width: 200px;
  z-index: 2000;
}

.quotes-small {
  position: absolute;
  top: -13%;
  left: 2%;
  height: 50px;
  width: 90px;
  z-index: 2000;
}

.active h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.small-card h3 {
  font-size: 14px;
  font-weight: 400;
}

.feedback-by {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
}

.feedback-by-small {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 30px !important;
  /* width: 130px !important; */
  width: 100%;
}

.feedback-by-small h5 {
  margin: 0;
  color: #5d51fc;
  font-size: 14px;
  font-weight: 700;
}

.feedback-by-small > div img {
  width: 50px !important;
  height: 50px !important;
}

.feedback-by-small p {
  width: 100%;
  margin: 0;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
.feedback-by h5 {
  margin: 0;
  color: #5d51fc;
  font-size: 18px;
  font-weight: 700;
}

.feedback-by p {
  width: 100%;
  margin: 0;
  color: black;
  font-size: 20px;
  font-weight: 700;
}

.feedback-by div:nth-child(1) {
  width: 15%;
}

.feedback-by div:nth-child(2) {
  width: 85%;
}

.feedback-by-small div:nth-child(1) {
  width: 12% !important;
}

.feedback-by-small div:nth-child(2) {
  width: 85%;
}

.feedback-by img {
  height: 70px !important;
}

.feedback-by-img {
  border-radius: 50%;
}

.carousel-orange {
  background-color: #ffdb9e;
  border: 4px solid #ffbd80;
}

.carousel-blue {
  background-color: #cbf4ff;
  border: 4px solid #b0cdf9;
}

.carousel-green {
  background-color: #c6f5d3;
  border: 4px solid #84d89b;
}

.carousel-yellow {
  background-color: #fff1a2;
  border: 4px solid #ffe759;
}

.testimonials-left {
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  padding-block: 20px;
}

#name-part {
  width: 250px;
  display: flex;
  justify-content: space-evenly;
}

#name-part img {
  width: 75px;
  height: 75px;
}

#name {
  color: #5d51fc;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}

#designation {
  font-weight: 700;
  margin: 0;
  color: black;
  font-size: 18px;
}

.quotes-grp {
  margin-top: 30px !important;
  display: flex;
  gap: 5px;
}

.testimonials-left p {
  width: 90%;
  font-size: 18px;
  margin: 0;
}

.testimonials-right {
  overflow: hidden;
  height: 370px;
  border: 4px solid #b0cdf9;
  border-radius: 32px;
}

.testimonials-container-lower {
  margin-top: 50px !important;
  display: none !important;
}

.testimonials-card {
  height: 300px;
  border-radius: 32px;
  border: 4px solid #b0cdf9;
}

.testimonials-blue-card {
  background-color: #cbf4ff;
}

.testimonials-card-upper {
  overflow: hidden;
  padding: 7px;
  height: 70%;
  border-radius: 23px;
}

.testimonials-card-upper iframe {
  border-radius: 23px;
}

.testimonials-card-lower {
  height: 30%;
  padding-inline: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
}

/* benefits section */

#benefits-section {
  margin-top: 50px;
}

#benefits-section h2 {
  margin-top: 0px !important;
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}

.benefits-container .col-7 {
  padding-inline: 30px !important;
}

.benefits-card {
  height: 230px;
  width: 100%;
  background-color: #d5feff;
  border-radius: 32px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

.benefits-card img {
  top: -12%;
  position: absolute;
  width: 80px;
  height: 80px;
  /* z-index: 3000000 !important; */
}

.benefits-card h5 {
  width: 80%;
  font-size: 22px;
  margin: 0;
  margin-top: 60px;
}

.benefits-card p {
  font-size: 12px;
  margin: 0;
  margin-top: 15px;
  color: #00000080;
}

.benefits-right-part {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits-right-part-inner {
  width: 85% !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.benefits-right-part-inner h6 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.benefits-right-part-inner div h3 {
  font-size: 32px;
  margin: 0;
  text-transform: uppercase;
}

.benefits-right-part-inner div h4 {
  font-size: 22px;
  margin: 0;
  margin-top: 10px !important;
}

.benefits-right-part-inner a {
  text-decoration: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 72px;
  background-color: #5d51fc;
  color: white;
  border-radius: 12px;
  border: none;
  font-size: 22px;
}

.benefits-right-part-inner a span {
  margin-left: 5px;
}

/* pricing section */

#pricing-section h2 {
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center;
}

.pricing-card {
  padding-inline: 30px;
  padding-block: 70px;
  background-color: #cbf4ff;
  border: 4px solid #b0cdf9;
  border-radius: 20px;
  position: relative !important;
  height: 320px;
}

.pricing-card h5 {
  margin-bottom: 20px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.pricing-card h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.pricing-card p {
  margin-top: 12px;
  font-size: 12px;
  /* margin-bottom: 50px; */
}

.pricing-card a {
  text-decoration: none;
  padding-inline: 60px;
  padding-block: 10px;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 50px;
  font-size: 22px;
  color: white;
  background-color: #5d51fc;
  height: 72px;
  border-radius: 12px;
  border: none;
  margin-bottom: 10px;
}

.pricing-card p:nth-child(5) {
  font-size: 10px;
  margin: 0;
}

.value-tag {
  padding-inline: 20px;
  padding-block: 10px;
  background-color: black;
  color: white;
  text-transform: capitalize;
  border-radius: 8px;
  position: absolute !important;
  right: 30px;
  z-index: 200;
  font-size: 14px;
  font-weight: 600;
  top: 20px;
}

/* faqs section */

#faqs-section h2 {
  text-align: center;
  font-size: 42px;
}

.accordion {
  margin-inline: auto;
  margin-top: 30px;
  width: 914px;
  --bs-accordion-border-color: none !important;
}

.accordion-item {
  background-color: #d5feff !important;
  border-radius: 32px !important;
}

.accordion-item h2 {
  border-radius: 32px !important;
}

.accordion-button {
  color: black !important;
  position: relative;
  font-size: 18px !important;
  border-radius: 32px !important;
  /* border: 1px solid #fffbe0 !important; */
  margin-top: 20px !important;
  height: 72px !important;
  background-color: #d5feff !important;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none; /* Removes any default box-shadow or outline */
}

.accordion-button::after {
  content: none !important; /* Removes the default arrow */
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button .icon {
  position: absolute;
  right: 1.25rem; /* Adjust the icon position */
  transition: transform 0.5s linear;
}

.accordion-button:not(.collapsed) .icon {
  content: url("/mathbuddy_assets/home-subscription_assets/images/minus-icon.png");
}

.accordion-button.collapsed .icon {
  content: url("/mathbuddy_assets/home-subscription_assets/images/plus-icon.png");
}

#faq-btn {
  display: none;
  text-decoration: none;
  padding-inline: 32px;
  padding-block: 14px;
  border: 3px solid rgba(93, 81, 252, 0.3);
  font-size: 22px;
  border-radius: 12px;
  color: #5D51FC;
  margin-inline: auto;
  margin-top: 30px;
  background-color: white;
  width: fit-content;
}

/* view curriculum section */

#curriculum-section {
  background-image: url(/mathbuddy_assets/home-subscription_assets/images/bg-2.webp);
  background-size: cover;
  height: 210px;
  padding-inline: 40px;
  position: relative !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-position: top left;
  border-radius: 32px;
  background-color: #5d51fc;
  margin-bottom: 90px !important;
}

#curriculum-section .col-8 h4 {
  font-size: 25px;
  margin: 0;
  line-height: 37px;
  color: black;
}

#curriculum-section a {
  text-decoration: none;
}

.book-demo-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  height: 72px;
  padding-inline: 60px;
  padding-block: 14px;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 500;
  border: none;
}

.book-demo-btn-white {
  background-color: white;
  color: black;
}

@media (max-width: 475px) {
  .main-section {
    min-height: 100vh;
    /* overflow: hidden !important; */
    z-index: 200;
  }

  .bg-container,
  .bg-container-signup {
    display: none;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container,
  .mobile-bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    height: 100vh;
    z-index: -1;
  }

  .mobile-bg-container img,
  .mobile-bg-container-signup img {
    width: 100% !important;
    height: 100% !important;
  }

  .fs-left-part {
    width: 90% !important;
    margin-top: -25px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down {
    display: none !important;
  }

  #number-system-img {
    position: absolute;
    width: 68px;
    height: 68px;
    top: -32%;
    left: -5.5%;
  }

  #fraction-img {
    position: absolute;
    width: 84px;
    height: 84px;
    right: -13%;
    top: -22%;
    z-index: -1;
  }

  #trignometry-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part {
    gap: 0px;
  }

  .fs-left-part h1 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 20px;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 12px;
  }

  .fs-right-part {
    height: 650px !important;
    margin-top: 30px !important;
    padding-inline: 10px !important;
    width: 90% !important;
  }

  .fs-right-part img {
    width: 48px;
    height: 29px;
  }

  .fs-right-part h3 {
    font-size: 20px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  #country-code select {
    border: none;
    margin-top: 5px;
    width: 70%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .sign-up-google-btn {
    border-radius: 14px;
    height: 48px;
    border: 1px solid black;
    font-size: 14px;

    overflow: hidden;
  }

  .sign-up-google-btn img {
    object-fit: cover;
    width: 25px;
    height: 25px;
  }

  #privacy-text {
    text-align: center;
    font-size: 12px;
    color: #6c6c6c;
    width: 80%;
    margin-top: 10px;
  }

  .terms-container label {
    font-size: 12px;
  }

  .terms-container label > span {
    color: #5d51fc;
  }

  /* activities section */

  #activites-section h2 {
    font-size: 22px;
  }

  #activites-section {
    margin-top: -40px !important;
    margin-bottom: 50px !important;
  }

  .slide {
    width: 335px;
    height: 222px;
  }

  .grade-img {
    width: 273px !important;
    height: 184px !important;
    position: absolute;
    top: 20px;
    left: 30px;
    border-radius: 5px;
  }

  /* Keyframe to scroll the entire track smoothly */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-335px * var(--total-slides)));
    }
  }

  /* cirriculum section */

  #cirriculum-section {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }

  #cirriculum-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  #cirriculum-section p:nth-child(2) {
    display: none;
  }

  #cirriculum-section p:nth-child(3) {
    display: none;
  }

  .cirriculum-container {
    margin-inline: auto !important;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
    gap: 15px;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    padding-inline: 20px;
    padding-block: 15px;
  }

  .faq {
    width: 100%;
    padding-bottom: 0px !important;
    border-bottom: 2px solid rgba(176, 205, 249, 0.3);
    cursor: pointer;
    align-items: center;
  }

  .question h3 {
    font-size: 14px;
  }

  .answer ul li {
    font-size: 12px;
  }

  .download-cirriculum-btn {
    display: none !important;
    color: white;
    display: flex;
    background-color: #5d51fc;
    align-items: center;
    width: 95%;
    height: 48px;
    justify-content: center;
    border-radius: 12px;
    margin-top: 20px;
    margin-inline: auto;
    align-items: center;
  }

  .download-cirriculum-btn img {
    width: 18px;
    height: 18px;
  }

  .download-cirriculum-btn p {
    font-size: 14px;
    margin: 0 !important;
    font-weight: 500;
  }

  /* feedback section */

  /* testimonials section */

  #testimonials-section {
    margin-block: 20px !important;
  }

  #testimonials-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-carousel-container {
    width: 95% !important;
    padding-top: 35px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 340px !important;
    z-index: -1;
    padding-inline: 0px !important;
  }

  #feedback-section::before,
  #feedback-section::after,
  .prev-btn-test,
  .next-btn-test {
    display: none !important;
  }

  .active,
  .small-card {
    margin-inline: 10px !important;
    width: 260px !important;
    height: 300px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 10px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .quotes,
  .quotes-small {
    position: absolute;
    top: -10%;
    left: 5%;
    height: 50px;
    width: 100px;
    z-index: 2000;
  }

  .active h3,
  .small-card h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-by,
  .feedback-by-small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: fit-content !important;
    width: fit-content;
  }

  .feedback-by-small h5,
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 12px;
    font-weight: 700;
  }

  .feedback-by-small > div img,
  .feedback-by > div img {
    width: 50px !important;
    height: 50px !important;
  }

  .feedback-by-small p,
  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 13px;
    font-weight: 700;
  }

  /* benefits section */

  #benefits-section {
    width: 95%;
    margin-block: 50px !important;
  }

  #benefits-section h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .benefits-container .col-7 {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  .benefits-container .col-7::-webkit-scrollbar {
    display: none;
  }

  .benefits-container .col-7 .col-6 {
    margin: 0 !important;
    width: 300px !important;
    position: relative !important;
  }

  .benefits-card {
    width: 100% !important;
    height: 160px;
    margin-top: 20px;
  }

  .benefits-right-part {
    width: 95% !important;
    margin-top: 30px !important;
    border: 4px solid #b0cdf9;
    margin-inline: auto !important;
    border-radius: 20px;
  }

  .benefits-card h5 {
    width: 80%;
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
  }

  .benefits-card p {
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    color: #00000080;
  }

  .benefits-card > img {
    position: absolute !important;
    width: 50px;
    height: 50px;
    top: -13%;
    /* margin-top: -18%; */
    z-index: 2222220000000 !important;
  }

  .benefits-right-part-inner {
    padding-inline: 20px !important;
    padding-block: 40px !important;

    width: 95% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .benefits-right-part-inner div h3 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }

  .benefits-right-part-inner div h4 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-top: 15px !important;
  }

  .benefits-right-part-inner a {
    width: 160px;
    height: 48px;
    background-color: #5d51fc;
    color: white;
    border-radius: 12px;
    border: none;
    font-size: 14px;
    margin-top: 20px;
  }

  .benefits-right-part-inner aspan {
    font-weight: 800;
  }

  /* pricing section */

  #pricing-section {
    margin-block: 50px !important;
    width: 95% !important;
  }

  #pricing-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }

  .pricing-container .col-4 {
    width: 100% !important;
  }

  .pricing-card {
    margin-top: 20px;
    padding-inline: 25px;
    padding-block: 40px;
    background-color: #cbf4ff;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    position: relative !important;
    height: 220px;
  }

  .pricing-card h5 {
    margin-bottom: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
  }

  .pricing-card h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .pricing-card p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pricing-card a {
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    color: white;
    background-color: #5d51fc;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: none;
  }

  .value-tag {
    padding-inline: 20px;
    padding-block: 7px;
    background-color: black;
    color: white;
    text-transform: capitalize;
    border-radius: 8px;
    position: absolute !important;
    right: 40px;
    z-index: 200;
    font-size: 12px;
    font-weight: 600;
    top: 32px;
  }

  /* faqs section */

  #faqs-section {
    margin-block: 40px !important;
  }

  #faqs-section h2 {
    text-align: center;
    font-size: 22px;
  }

  .accordion {
    margin-inline: auto;
    margin-top: 30px;
    width: 95%;
    --bs-accordion-border-color: none !important;
  }

  .accordion-item {
    background-color: #d5feff !important;
    border-radius: 20px !important;
    height: fit-content !important;
  }

  .accordion-button {
    padding-block: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    color: black !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    margin-top: 20px !important;
    /* min-height: 100px !important; */
    background-color: #d5feff !important;
  }

  .accordion-button > div {
    width: 80%;
  }

  .accordion-button .icon {
    transition: transform 0.5s linear;
  }

  .accordion-body {
    font-size: 12px;
    font-family: "Poppins";
  }

  .accordion-button img {
    width: 25px !important;
    height: 25px !important;
  }

  /* view curriculum section */

  #curriculum-section {
    margin-block: 50px !important;
    background-image: url(/mathbuddy_assets/home-subscription_assets/images/main-bg-img.png);
    background-size: cover;
    height: 180px !important;
    padding-inline: 20px;
    width: 90%;
    padding-block: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    background-position: top left;
    border-radius: 20px;
    background-color: #5d51fc;
  }

  #curriculum-section .col-8 h4 {
    width: 150% !important;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    color: black;
  }

  .book-demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    padding-inline: 30px;
    padding-block: 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
  }
}

@media (min-width: 476px) and (max-width: 730px) {
  .main-section {
    min-height: 100vh;
    /* overflow: hidden !important; */
    z-index: 200;
  }

  .bg-container,
  .bg-container-signup {
    display: none;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 110vh !important;
    width: 100% !important;
    z-index: -1;
  }
  .mobile-bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 110vh !important;
    width: 100% !important;
    z-index: -1;
  }

  .mobile-bg-container img,
  .mobile-bg-container-signup img {
    width: 100% !important;
    height: 100% !important;
  }

  .fs-left-part {
    width: 90% !important;
    margin-top: -25px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down {
    display: none !important;
  }

  #number-system-img {
    position: absolute;
    width: 72px;
    height: 72px;
    top: -10%;
    left: -12%;
  }

  #fraction-img {
    position: absolute;
    width: 90px;
    height: 90px;
    right: -13%;
    top: -22%;
    z-index: -1;
  }

  #trignometry-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part {
    gap: 0px;
  }

  .fs-left-part h1 {
    margin: 0;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 30px;
    gap: 15px;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 16px;
  }

  .fs-right-part {
    height: 650px !important;
    margin-top: 30px !important;
    padding-inline: 10px !important;
    width: 80% !important;
  }

  .fs-right-part img {
    width: 48px;
    height: 29px;
  }

  .fs-right-part h3 {
    font-size: 20px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  #country-code {
    width: 30%;
  }

  #phone-number {
    width: 70%;
  }

  #country-code select {
    border: none;
    margin-top: 5px;
    width: 70%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .contact-us-btn {
    padding-inline: 32px;
    padding-block: 14px;
    border-radius: 12px;
    font-size: 14px;
    height: 48px;
  }

  .contact-us-btn span {
    font-weight: 800;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .sign-up-google-btn {
    border-radius: 14px;
    height: 48px;
    display: flex;
    border: 1px solid black;
    overflow: hidden;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    gap: 10px;
  }

  .sign-up-google-btn img {
    object-fit: cover;
    width: 24px;
    height: 24px;
  }

  #privacy-text {
    text-align: center;
    font-size: 12px;
    color: #6c6c6c;
    width: 80%;
    margin-top: 10px;
  }

  .terms-container label {
    font-size: 12px;
  }

  .terms-container label > span {
    color: #5d51fc;
  }

  /* activities section */

  #activites-section h2 {
    font-size: 30px;
  }

  #activites-section {
    margin-top: -40px !important;
    margin-bottom: 50px !important;
  }

  .slider {
    width: 100% !important;
  }

  .slide {
    width: 335px;
    height: 222px;
  }

  .grade-img {
    width: 273px !important;
    height: 184px !important;
    position: absolute;
    top: 20px;
    left: 30px;
    border-radius: 5px;
  }

  /* Keyframe to scroll the entire track smoothly */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-335px * var(--total-slides)));
    }
  }

  /* cirriculum section */

  #cirriculum-section {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }

  #cirriculum-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  #cirriculum-section p:nth-child(2) {
    display: none;
  }

  #cirriculum-section p:nth-child(3) {
    display: none;
  }

  .cirriculum-container {
    margin-inline: auto !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
    gap: 15px;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    padding-inline: 20px;
    padding-block: 15px;
  }

  .faq {
    width: 100%;
    padding-bottom: 0px !important;
    border-bottom: 2px solid rgba(176, 205, 249, 0.3);
    cursor: pointer;
    align-items: center;
  }

  .question h3 {
    font-size: 16px;
  }

  .answer ul li {
    font-size: 14px;
  }

  .download-cirriculum-btn {
    display: none !important;
    color: white;
    display: flex;
    background-color: #5d51fc;
    align-items: center;
    width: 95%;
    height: 48px;
    justify-content: center;
    border-radius: 12px;
    margin-top: 20px;
    margin-inline: auto;
    align-items: center;
  }

  .download-cirriculum-btn img {
    width: 18px;
    height: 18px;
  }

  .download-cirriculum-btn p {
    font-size: 14px;
    margin: 0 !important;
    font-weight: 500;
  }

  /* feedback section */

  /* testimonials section */

  #testimonials-section {
    margin-block: 20px !important;
  }

  #testimonials-section h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-carousel-container {
    width: 95% !important;
    padding-top: 35px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 340px !important;
    z-index: -1;
    padding-inline: 0px !important;
  }

  #feedback-section::before,
  #feedback-section::after,
  .prev-btn-test,
  .next-btn-test {
    display: none !important;
  }

  .active,
  .small-card {
    margin-inline: 10px !important;
    width: 260px !important;
    height: 300px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 10px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .quotes,
  .quotes-small {
    position: absolute;
    top: -10%;
    left: 5%;
    height: 50px;
    width: 100px;
    z-index: 2000;
  }

  .active h3,
  .small-card h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-by,
  .feedback-by-small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: fit-content !important;
    width: fit-content;
  }

  .feedback-by-small h5,
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 12px;
    font-weight: 700;
  }

  .feedback-by-small > div img,
  .feedback-by > div img {
    width: 50px !important;
    height: 50px !important;
  }

  .feedback-by-small p,
  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 13px;
    font-weight: 700;
  }

  /* benefits section */

  #benefits-section {
    width: 95%;
    margin-block: 50px !important;
  }

  #benefits-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .benefits-container .col-7 {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  .benefits-container .col-7::-webkit-scrollbar {
    display: none;
  }

  .benefits-container .col-7 .col-6 {
    margin: 0 !important;
    width: 300px !important;
    position: relative !important;
  }

  .benefits-card {
    width: 100% !important;
    height: 160px;
    margin-top: 20px;
  }

  .benefits-right-part {
    width: 95% !important;
    margin-top: 30px !important;
    border: 4px solid #b0cdf9;
    margin-inline: auto !important;
    border-radius: 20px;
  }

  .benefits-card h5 {
    width: 80%;
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
  }

  .benefits-card p {
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    color: #00000080;
  }

  .benefits-card > img {
    position: absolute !important;
    width: 50px;
    height: 50px;
    top: -13%;
    /* margin-top: -18%; */
    z-index: 2222220000000 !important;
  }

  .benefits-right-part-inner {
    padding-inline: 20px !important;
    padding-block: 40px !important;

    width: 95% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .benefits-right-part-inner div h3 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }

  .benefits-right-part-inner div h4 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-top: 15px !important;
  }

  .benefits-right-part-inner a {
    width: 160px;
    height: 48px;
    background-color: #5d51fc;
    color: white;
    border-radius: 12px;
    border: none;
    font-size: 14px;
    margin-top: 20px;
  }

  .benefits-right-part-inner aspan {
    font-weight: 800;
  }

  /* pricing section */

  #pricing-section {
    margin-block: 30px !important;
    width: 50% !important;
  }

  #pricing-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .pricing-container .col-4 {
    width: 100% !important;
  }

  .pricing-card {
    margin-top: 20px;
    padding-inline: 25px;
    padding-block: 40px;
    background-color: #cbf4ff;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    position: relative !important;
    height: 220px;
  }

  .pricing-card h5 {
    margin-bottom: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
  }

  .pricing-card h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .pricing-card p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pricing-card a {
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    color: white;
    background-color: #5d51fc;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: none;
  }

  .value-tag {
    padding-inline: 20px;
    padding-block: 7px;
    background-color: black;
    color: white;
    text-transform: capitalize;
    border-radius: 8px;
    position: absolute !important;
    right: 40px;
    z-index: 200;
    font-size: 12px;
    font-weight: 600;
    top: 32px;
  }

  /* faqs section */

  #faqs-section {
    margin-block: 40px !important;
  }

  #faqs-section h2 {
    text-align: center;
    font-size: 30px;
  }

  .accordion {
    margin-inline: auto;
    margin-top: 30px;
    width: 95%;
    --bs-accordion-border-color: none !important;
  }

  .accordion-item {
    background-color: #d5feff !important;
    border-radius: 20px !important;
    height: fit-content !important;
  }

  .accordion-button {
    padding-block: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    color: black !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    margin-top: 20px !important;
    /* min-height: 100px !important; */
    background-color: #d5feff !important;
  }

  .accordion-button > div {
    width: 80%;
  }

  .accordion-button .icon {
    transition: transform 0.5s linear;
  }

  .accordion-body {
    font-size: 12px;
    font-family: "Poppins";
  }

  .accordion-button img {
    width: 25px !important;
    height: 25px !important;
  }

  /* view curriculum section */

  #curriculum-section {
    margin-block: 50px !important;
    background-image: url(/mathbuddy_assets/home-subscription_assets/images/main-bg-img.png);
    background-size: cover;
    height: 150px !important;
    padding-inline: 20px;
    padding-block: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-position: top left;
    border-radius: 20px;
    background-color: #5d51fc;
  }

  #curriculum-section .col-8 h4 {
    width: 100% !important;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    color: black;
  }

  .book-demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    padding-inline: 30px;
    padding-block: 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
  }
}

@media (min-width: 731px) and (max-width: 991px) {
  .main-section {
    min-height: 100vh;
    overflow: hidden !important;
    z-index: 200;
  }

  .bg-container,
  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    height: 130vh !important;
    z-index: -1;
  }

  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    height: 110vh !important;
    z-index: -1;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container,
  .mobile-bg-container-signup {
    display: none !important;
  }

  .bg-container img,
  .bg-container-signup img {
    width: 100% !important;
    height: 100% !important;
  }

  .fs-left-part {
    width: 90% !important;
    margin-top: 0px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down {
    display: none !important;
  }

  #number-system-img {
    position: absolute;
    width: 72px;
    height: 72px;
    top: -10%;
    left: -12%;
  }

  #fraction-img {
    position: absolute;
    width: 90px;
    height: 90px;
    right: -5%;
    top: -10%;
    z-index: -1;
  }

  #trignometry-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part {
    gap: 0px;
  }

  .fs-left-part h1 {
    margin: 0;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 30px;
    gap: 15px;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 20px;
  }

  .fs-right-part {
    height: 650px !important;
    margin-top: 50px !important;
    padding-inline: 20px !important;
    width: 70% !important;
  }

  .fs-right-part img {
    width: 48px;
    height: 29px;
  }

  .fs-right-part h3 {
    font-size: 24px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  #country-code {
    width: 30%;
  }

  #phone-number {
    width: 70%;
  }

  #country-code select {
    border: none;
    margin-top: 5px;
    width: 70%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .contact-us-btn {
    padding-inline: 32px;
    padding-block: 14px;
    border-radius: 12px;
    font-size: 14px;
    height: 48px;
  }

  .contact-us-btn span {
    font-weight: 800;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .sign-up-google-btn {
    border-radius: 14px;
    height: 48px;
    display: flex;
    border: 1px solid black;
    overflow: hidden;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    gap: 10px;
  }

  .sign-up-google-btn img {
    object-fit: cover;
    width: 24px;
    height: 24px;
  }

  #privacy-text {
    text-align: center;
    font-size: 12px;
    color: #6c6c6c;
    width: 80%;
    margin-top: 10px;
  }

  .terms-container label {
    font-size: 12px;
  }

  .terms-container label > span {
    color: #5d51fc;
  }

  /* activities section */

  #activites-section h2 {
    font-size: 30px;
  }

  #activites-section {
    margin-top: -30px !important;
  }

  .slider {
    width: 100% !important;
  }

  .slide {
    width: 360px;
    height: 250px;
  }

  .grade-img {
    width: 290px !important;
    height: 205px !important;
    position: absolute;
    top: 22px;
    left: 34px;
    border-radius: 5px;
  }

  /* Keyframe to scroll the entire track smoothly */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-335px * var(--total-slides)));
    }
  }

  /* cirriculum section */

  #cirriculum-section {
    margin-top: -20px !important;
    margin-bottom: 50px !important;
  }

  #cirriculum-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  #cirriculum-section p:nth-child(2) {
    display: none;
  }

  #cirriculum-section p:nth-child(3) {
    display: none;
  }

  .cirriculum-container {
    margin-inline: auto !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
    gap: 15px;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    padding-inline: 20px;
    padding-block: 15px;
  }

  .faq {
    width: 100%;
    padding-bottom: 0px !important;
    border-bottom: 2px solid rgba(176, 205, 249, 0.3);
    cursor: pointer;
    align-items: center;
  }

  .question h3 {
    font-size: 16px;
  }

  .answer ul li {
    font-size: 14px;
  }

  .download-cirriculum-btn {
    display: none !important;
    color: white;
    display: flex;
    background-color: #5d51fc;
    align-items: center;
    width: 95%;
    height: 48px;
    justify-content: center;
    border-radius: 12px;
    margin-top: 20px;
    margin-inline: auto;
    align-items: center;
  }

  .download-cirriculum-btn img {
    width: 18px;
    height: 18px;
  }

  .download-cirriculum-btn p {
    font-size: 14px;
    margin: 0 !important;
    font-weight: 500;
  }

  /* feedback section */

  /* testimonials section */

  #testimonials-section {
    margin-block: 20px !important;
  }

  #testimonials-section h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonial-carousel-container {
    width: 95% !important;
    padding-top: 35px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 340px !important;
    z-index: -1;
    padding-inline: 0px !important;
  }

  #feedback-section::before,
  #feedback-section::after,
  .prev-btn-test,
  .next-btn-test {
    display: none !important;
  }

  .active,
  .small-card {
    margin-inline: 10px !important;
    width: 260px !important;
    height: 300px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 10px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .quotes,
  .quotes-small {
    position: absolute;
    top: -10%;
    left: 5%;
    height: 50px;
    width: 100px;
    z-index: 2000;
  }

  .active h3,
  .small-card h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }

  .feedback-by,
  .feedback-by-small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: fit-content !important;
    width: fit-content;
  }

  .feedback-by-small h5,
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 12px;
    font-weight: 700;
  }

  .feedback-by-small > div img,
  .feedback-by > div img {
    width: 50px !important;
    height: 50px !important;
  }

  .feedback-by-small p,
  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 13px;
    font-weight: 700;
  }

  /* benefits section */

  #benefits-section {
    width: 95%;
    margin-block: 50px !important;
  }

  #benefits-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .benefits-container .col-7 {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  .benefits-container .col-7::-webkit-scrollbar {
    display: none;
  }

  .benefits-container .col-7 .col-6 {
    margin: 0 !important;
    width: 300px !important;
    position: relative !important;
  }

  .benefits-card {
    width: 100% !important;
    height: 160px;
    margin-top: 20px;
  }

  .benefits-right-part {
    width: 95% !important;
    margin-top: 30px !important;
    border: 4px solid #b0cdf9;
    margin-inline: auto !important;
    border-radius: 20px;
  }

  .benefits-card h5 {
    width: 80%;
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
  }

  .benefits-card p {
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    color: #00000080;
  }

  .benefits-card > img {
    position: absolute !important;
    width: 50px;
    height: 50px;
    top: -13%;
    /* margin-top: -18%; */
    z-index: 2222220000000 !important;
  }

  .benefits-right-part-inner {
    padding-inline: 20px !important;
    padding-block: 40px !important;

    width: 95% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .benefits-right-part-inner div h3 {
    font-size: 30px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }

  .benefits-right-part-inner div h4 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-top: 15px !important;
  }

  .benefits-right-part-inner a {
    width: 200px;
    height: 60px;
    background-color: #5d51fc;
    color: white;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    margin-top: 20px;
  }

  .benefits-right-part-inner aspan {
    font-weight: 800;
  }

  /* pricing section */

  #pricing-section {
    margin-block: 30px !important;
    width: 100% !important;
  }

  #pricing-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .pricing-container {
    display: flex;
    justify-content: center;
  }

  .pricing-container .col-4 {
    width: 50% !important;
  }

  .pricing-card {
    margin-top: 20px;
    padding-inline: 25px;
    padding-block: 40px;
    background-color: #cbf4ff;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    position: relative !important;
    height: 220px;
  }

  .pricing-card h5 {
    margin-bottom: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
  }

  .pricing-card h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .pricing-card p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pricing-card a {
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    color: white;
    background-color: #5d51fc;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: none;
  }

  .value-tag {
    padding-inline: 20px;
    padding-block: 7px;
    background-color: black;
    color: white;
    text-transform: capitalize;
    border-radius: 8px;
    position: absolute !important;
    right: 40px;
    z-index: 200;
    font-size: 12px;
    font-weight: 600;
    top: 32px;
  }

  /* faqs section */

  #faqs-section {
    margin-block: 40px !important;
  }

  #faqs-section h2 {
    text-align: center;
    font-size: 30px;
  }

  .accordion {
    margin-inline: auto;
    margin-top: 30px;
    width: 95%;
    --bs-accordion-border-color: none !important;
  }

  .accordion-item {
    background-color: #d5feff !important;
    border-radius: 20px !important;
    height: fit-content !important;
  }

  .accordion-button {
    padding-block: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    color: black !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    margin-top: 20px !important;
    /* min-height: 100px !important; */
    background-color: #d5feff !important;
  }

  .accordion-button > div {
    width: 80%;
  }

  .accordion-button .icon {
    transition: transform 0.5s linear;
  }

  .accordion-body {
    font-size: 12px;
    font-family: "Poppins";
  }

  .accordion-button img {
    width: 25px !important;
    height: 25px !important;
  }

  /* view curriculum section */

  #curriculum-section {
    margin-block: 50px !important;
    background-image: url(/mathbuddy_assets/home-subscription_assets/images/main-bg-img.png);
    background-size: cover;
    height: 150px !important;
    padding-inline: 20px;
    padding-block: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-position: top left;
    border-radius: 20px;
    background-color: #5d51fc;
  }

  #curriculum-section .col-8 h4 {
    width: 100% !important;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    color: black;
  }

  .book-demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    padding-inline: 30px;
    padding-block: 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-container,
  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 140vh !important;
    width: 100% !important;
    z-index: -1;
  }

  .bg-container-signup {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh !important;
    width: 100% !important;
    z-index: -1;
  }

  #first-section {
    z-index: 3000 !important;
  }
  .mobile-bg-container,
  .mobile-bg-container-signup {
    display: none !important;
  }

  .bg-container img,
  .bg-container-signup img {
    width: 100% !important;
    height: 100% !important;
  }

  .fs-left-part {
    width: 90% !important;
    margin-top: 0px !important;
  }

  .fs-left-part h6 {
    display: none;
  }

  #scroll-down {
    display: none !important;
  }

  #number-system-img {
    position: absolute;
    width: 72px;
    height: 72px;
    top: -10%;
    left: -12%;
  }

  #fraction-img {
    position: absolute;
    width: 90px;
    height: 90px;
    right: -8.5%;
    top: -9%;
    z-index: -1;
  }

  #trignometry-img {
    display: none !important;
  }

  #first-section-container {
    justify-content: center !important;
  }

  .fs-left-part {
    width: 50% !important;
  }

  .fs-left-part h1 {
    margin: 0;
    font-size: 34px;
    line-height: 48px;
    text-transform: uppercase;
  }

  .fs-features-container {
    margin-top: 30px;
    gap: 15px;
  }

  .fs-feature {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-feature .check {
    background-color: white !important;
  }

  .fs-feature p {
    margin: 0;
    font-size: 18px;
  }

  .fs-right-part {
    height: 650px !important;
    margin-top: 0px !important;
    padding-inline: 20px !important;
    width: 45% !important;
  }

  /* .fs-features-container{
    width: 90%;
  } */

  .fs-right-part img {
    width: 48px;
    height: 29px;
  }

  .fs-right-part h3 {
    font-size: 24px;
  }

  #normal-content {
    display: none !important;
  }

  #mobile-content {
    display: block !important;
    font-weight: 700;
  }

  #phone-container {
    gap: 10px;
  }

  .input-field {
    padding-inline: 10px;
  }

  .input-field p {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 15px;
  }

  #country-code {
    width: 30%;
  }

  #phone-number {
    width: 70%;
  }

  #country-code select {
    border: none;
    margin-top: 5px;
    width: 70%;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  .contact-us-btn {
    padding-inline: 32px;
    padding-block: 14px;
    border-radius: 12px;
    font-size: 14px;
    height: 48px;
  }

  .contact-us-btn span {
    font-weight: 800;
  }

  .input-field-container > p {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0;
    color: black !important;
  }

  .sign-up-google-btn {
    border-radius: 14px;
    height: 48px;
    display: flex;
    border: 1px solid black;
    overflow: hidden;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    gap: 10px;
  }

  .sign-up-google-btn img {
    object-fit: cover;
    width: 24px;
    height: 24px;
  }

  #privacy-text {
    text-align: center;
    font-size: 12px;
    color: #6c6c6c;
    width: 80%;
    margin-top: 10px;
  }

  .terms-container label {
    font-size: 12px;
  }

  .terms-container label > span {
    color: #5d51fc;
  }

  /* activities section */

  #activites-section h2 {
    font-size: 38px;
  }

  #activites-section {
    margin-top: 20px !important;
  }

  .slider {
    width: 100% !important;
  }

  .slide {
    width: 500px;
    height: 350px;
  }

  .grade-img {
    width: 406px !important;
    height: 288px !important;
    position: absolute;
    top: 30px;
    left: 46px;
    border-radius: 5px;
  }

  /* Keyframe to scroll the entire track smoothly */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-335px * var(--total-slides)));
    }
  }

  /* cirriculum section */

  #cirriculum-section {
    margin-top: -30px !important;
    margin-bottom: 50px !important;
  }

  #cirriculum-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
  }

  #cirriculum-section p:nth-child(2) {
    display: none;
  }

  #cirriculum-section p:nth-child(3) {
    display: none;
  }

  .cirriculum-container {
    margin-inline: auto !important;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
    gap: 15px;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    padding-inline: 20px;
    padding-block: 15px;
  }

  .faq {
    width: 100%;
    padding-bottom: 0px !important;
    border-bottom: 2px solid rgba(176, 205, 249, 0.3);
    cursor: pointer;
    align-items: center;
  }

  .question h3 {
    font-size: 18px;
  }

  .answer ul li {
    font-size: 16px;
  }

  .download-cirriculum-btn {
    display: none !important;
    color: white;
    display: flex;
    background-color: #5d51fc;
    align-items: center;
    width: 95%;
    height: 48px;
    justify-content: center;
    border-radius: 12px;
    margin-top: 20px;
    margin-inline: auto;
    align-items: center;
  }

  .download-cirriculum-btn img {
    width: 18px;
    height: 18px;
  }

  .download-cirriculum-btn p {
    font-size: 14px;
    margin: 0 !important;
    font-weight: 500;
  }

  /* feedback section */

  /* testimonials section */

  #testimonials-section {
    margin-block: 20px !important;
  }

  #testimonials-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
  }

  #feedback-section {
    /* margin-block: 100px; */
    position: relative;
    z-index: 2000;
  }

  .testimonial-carousel-container {
    padding-top: 70px;
    position: relative;
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    align-items: start;
    height: 500px !important;
    z-index: -1;
    padding-inline: 100px !important;
  }

  /* Left Overlay */
  #feedback-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 150px; /* Width of the overlay */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    );
    z-index: 2000; /* Make sure it's on top of the carousel content */
    pointer-events: none; /* Ensure it's not blocking clicks */
  }

  /* Right Overlay */
  #feedback-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px; /* Width of the overlay */
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    );
    z-index: 2000; /* Make sure it's on top of the carousel content */
    pointer-events: none; /* Ensure it's not blocking clicks */
  }
  .testimonial-carousel-container::-webkit-scrollbar {
    display: none;
  }

  .prev-btn-test,
  .next-btn-test,
  .prev-disable,
  .next-disable {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  .next-btn-test {
    right: 0%;
    z-index: 3000 !important;
  }
  .prev-btn-test img,
  .next-btn-test img {
    width: 50px;
    height: 50px;
  }

  .next-disable {
    right: 0%;
    z-index: 500 !important;
    display: none;
  }

  .prev-disable {
    left: 0%;
    z-index: 500 !important;
    display: none;
  }

  .prev-btn-test {
    left: 0%;
    z-index: 3000 !important;
  }

  .active {
    margin-inline: 20px !important;
    width: 700px !important;
    height: 350px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 50px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 30px;
    padding-block: 30px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }

  .small-card {
    margin-inline: 20px !important;
    width: 700px !important;
    height: 250px !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px !important;
    position: relative;
    flex-shrink: 0 !important;
    padding-inline: 20px;
    padding-block: 80px !important;
    transition: all 0.3s ease-in-out;
    transform: scale(0.8);
    transform: translateY(0px);
  }

  .quotes {
    position: absolute;
    top: -13%;
    left: -2%;
    height: 70px;
    width: 200px;
    z-index: 2000;
  }

  .quotes-small {
    position: absolute;
    top: -13%;
    left: 2%;
    height: 50px;
    width: 90px;
    z-index: 2000;
  }

  .active h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
  }

  .small-card h3 {
    font-size: 14px;
    font-weight: 400;
  }

  .feedback-by {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
  }

  .feedback-by-small {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 30px !important;
    /* width: 130px !important; */
    width: 100%;
  }

  .feedback-by-small h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 14px;
    font-weight: 700;
  }

  .feedback-by-small > div img {
    width: 50px !important;
    height: 50px !important;
  }

  .feedback-by-small p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 16px;
    font-weight: 700;
  }
  .feedback-by h5 {
    margin: 0;
    color: #5d51fc;
    font-size: 18px;
    font-weight: 700;
  }

  .feedback-by p {
    width: 100%;
    margin: 0;
    color: black;
    font-size: 20px;
    font-weight: 700;
  }

  .feedback-by div:nth-child(1) {
    width: 15%;
  }

  .feedback-by div:nth-child(2) {
    width: 85%;
  }

  .feedback-by-small div:nth-child(1) {
    width: 12% !important;
  }

  .feedback-by-small div:nth-child(2) {
    width: 85%;
  }

  .feedback-by img {
    height: 70px !important;
  }

  .feedback-by-img {
    border-radius: 50%;
  }

  .carousel-orange {
    background-color: #ffdb9e;
    border: 4px solid #ffbd80;
  }

  .carousel-blue {
    background-color: #cbf4ff;
    border: 4px solid #b0cdf9;
  }

  .carousel-green {
    background-color: #c6f5d3;
    border: 4px solid #84d89b;
  }

  .carousel-yellow {
    background-color: #fff1a2;
    border: 4px solid #ffe759;
  }

  .testimonials-left {
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    padding-block: 20px;
  }

  #name-part {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
  }

  #name-part img {
    width: 75px;
    height: 75px;
  }

  #name {
    color: #5d51fc;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
  }

  #designation {
    font-weight: 700;
    margin: 0;
    color: black;
    font-size: 18px;
  }

  .quotes-grp {
    margin-top: 30px !important;
    display: flex;
    gap: 5px;
  }

  /* benefits section */

  #benefits-section {
    width: 95%;
    margin-block: 50px !important;
  }

  #benefits-section h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .benefits-container .col-7 {
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  .benefits-container .col-7::-webkit-scrollbar {
    display: none;
  }

  .benefits-container .col-7 .col-6 {
    margin: 0 !important;
    width: 300px !important;
    position: relative !important;
  }

  .benefits-card {
    width: 100% !important;
    height: 160px;
    margin-top: 20px;
  }

  .benefits-right-part {
    width: 95% !important;
    margin-top: 30px !important;
    border: 4px solid #b0cdf9;
    margin-inline: auto !important;
    border-radius: 20px;
  }

  .benefits-card h5 {
    width: 80%;
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
  }

  .benefits-card p {
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    color: #00000080;
  }

  .benefits-card > img {
    position: absolute !important;
    width: 50px;
    height: 50px;
    top: -13%;
    /* margin-top: -18%; */
    z-index: 2222220000000 !important;
  }

  .benefits-right-part-inner {
    padding-inline: 20px !important;
    padding-block: 40px !important;

    width: 95% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .benefits-right-part-inner div h3 {
    font-size: 30px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
  }

  .benefits-right-part-inner div h4 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-top: 15px !important;
  }

  .benefits-right-part-inner a {
    width: 200px;
    height: 60px;
    background-color: #5d51fc;
    color: white;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    margin-top: 20px;
  }

  .benefits-right-part-inner aspan {
    font-weight: 800;
  }

  /* pricing section */

  #pricing-section {
    margin-block: 30px !important;
    width: 100% !important;
  }

  #pricing-section h2 {
    font-size: 38px;
    margin-bottom: 10px;
    text-align: center;
  }

  .pricing-container {
    display: flex;
    justify-content: center;
  }

  .pricing-container .col-4 {
    width: 33% !important;
  }

  .pricing-card {
    margin-top: 20px;
    padding-inline: 25px;
    padding-block: 50px;
    background-color: #cbf4ff;
    border: 4px solid #b0cdf9;
    border-radius: 20px;
    position: relative !important;
    height: 240px;
  }

  .pricing-card h5 {
    margin-bottom: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
  }

  .pricing-card h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .pricing-card p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pricing-card a {
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    color: white;
    background-color: #5d51fc;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: none;
  }

  .value-tag {
    padding-inline: 20px;
    padding-block: 7px;
    background-color: black;
    color: white;
    text-transform: capitalize;
    border-radius: 8px;
    position: absolute !important;
    right: 40px;
    z-index: 200;
    font-size: 12px;
    font-weight: 600;
    top: 32px;
  }

  /* faqs section */

  #faqs-section {
    margin-block: 40px !important;
  }

  #faqs-section h2 {
    text-align: center;
    font-size: 38px;
  }

  .accordion {
    margin-inline: auto;
    margin-top: 30px;
    width: 95%;
    --bs-accordion-border-color: none !important;
  }

  .accordion-item {
    background-color: #d5feff !important;
    border-radius: 20px !important;
    height: fit-content !important;
  }

  .accordion-button {
    padding-block: 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    color: black !important;
    font-size: 18px !important;
    line-height: 24px;
    border-radius: 20px !important;
    margin-top: 20px !important;
    /* min-height: 100px !important; */
    background-color: #d5feff !important;
  }

  .accordion-button > div {
    width: 80%;
  }

  .accordion-button .icon {
    transition: transform 0.5s linear;
  }

  .accordion-body {
    font-size: 14px;
    font-family: "Poppins";
  }

  .accordion-button img {
    width: 25px !important;
    height: 25px !important;
  }

  /* view curriculum section */
  #curriculum-section {
    margin-top: 30px !important;
    background-image: url(/mathbuddy_assets/home-subscription_assets/images/main-bg-img.png);
    background-size: cover;
    height: 150px !important;
    padding-inline: 20px;
    padding-block: 30px;
    width: 90% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-position: top left;
    border-radius: 20px;
    background-color: #5d51fc;
  }

  #curriculum-section .col-8 h4 {
    width: 100% !important;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    color: black;
  }

  .book-demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    padding-inline: 30px;
    padding-block: 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
  }
}

@media (max-width: 300px) {
  #number-system-img {
    position: absolute;
    width: 68px;
    height: 68px;
    top: -25%;
    left: -5.5%;
  }

  .input-field input {
    width: 100%;
  }

  #country-code select {
    border: none;
    margin-top: 5px;
    width: 90%;
    font-size: 12px;
    outline: none;
    background-color: transparent;
    font-weight: 500;
  }

  #country-code p {
    font-size: 9px;
  }

  .benefits-card {
    width: 100% !important;
    height: 200px;
  }

  .benefits-card h5 {
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
  }

  .benefits-card p {
    font-size: 12px;
    margin: 0;
    margin-top: 10px !important;
  }

  .benefits-right-part-inner h6 {
    text-align: center !important;
  }

  #pricing-section {
    margin-block: 20px !important;
    width: 95% !important;
  }

  .pricing-card {
    padding-inline: 15px;
    padding-block: 10px;
  }

  .pricing-card p {
    margin-bottom: 10px;
  }

  .value-tag {
    padding-inline: 15px;
    padding-block: 5px;
    background-color: black;
    color: white;
    text-transform: capitalize;
    border-radius: 8px;
    position: absolute !important;
    right: 20px;
    z-index: 200;
    font-size: 10px;
    font-weight: 600;
    top: 30px;
  }

  #curriculum-section {
    padding-block: 20px;
    margin-bottom: 30px !important;
  }

  #curriculum-section .col-8 h4 {
    font-size: 12px;
    line-height: 16px;
  }
}
