* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
* h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

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

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

/* utility classes */

.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;
}

/* first section */

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

#first-section-container {
  height: fit-content !important;
  position: relative;
  padding-inline: 0px;
  display: flex;
  justify-content: space-evenly;
}

.fs-left-part {
  width: 40% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  height: fit-content;
}

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

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

.fs-features-container {
  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;
}

.check {
  border-radius: 50%;
  background-color: #faffd9 !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

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

.fs-left-btn {
  margin-top: 20px;
  background-color: #e9b007;
  padding-inline: 32px;
  padding-block: 14px;
  border-radius: 12px;
}

.fs-left-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

.fs-right-part {
  width: 45%;
  height: 550px;
  position: relative;
}

.fs-right-part img {
  width: 100%;
  height: 100%;
}

.fs-right-part-text {
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 10px;
  right: 30px;
  gap: 5px;
}

.fs-right-part-text h5 {
  font-size: 42px;
  margin: 0;
}

.fs-right-part-text div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fs-right-part-text div p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* video section  */

#video-section-inner {
  background-image: url("/mathbuddy_assets/schoolpage_assets/images/school_Frame.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 0;
}

#video-section-inner iframe{
  display: none;
}

#available-for {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 0;
}

#phone-tablet-laptop {
  width: 32px;
  height: 32px;
}

#tablet-container {
  background-image: url(/mathbuddy_assets/home_assets/images/Tablet.png);
  margin-top: 30px;
  height: 520px;
  width: 836px;
}

#adaptive-practice-img {
  position: absolute;
  left: -18%;
  width: 142px;
  height: 136px;
}

#gif-container {
  border-radius: 5px;
  top: 13.3%;
  left: 9.1%;
  position: absolute !important;
  /* width: 677px;
  height: 510px; */
  width: 81.2% !important;
  height: 73% !important;
  overflow: hidden;
  z-index: 10 !important;
}

#video-section {
  margin-bottom: 100px;
}

#play-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#play-button img {
  width: 80px;
  height: 80px;
}

#video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

#video-section iframe {
  display: none;
  width: 100%;
  border-radius: 5px;
  height: 100%;
}

/* about section */

.about-section {
  margin-block: 100px;
  height: 500px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  gap: 35px;
  overflow: hidden;
  border-radius: 32px;
}

.about-section::before {
  content: ""; /* Mandatory for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 249, 204, 1));
  z-index: 1; /* Places the overlay above the image but below the content */
  pointer-events: none; /* Allows clicking through the overlay */
}
.about-section h2 {
  z-index: 100;
  margin-top: 100px;
  font-size: 42px;
  color: #000000;
}

.about-section p {
  z-index: 100;
  font-size: 18px;
}

.about-section p:nth-child(4) {
  margin-top: 0px;
}

.about-section img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 25px;
}

.overlay-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* projects section */

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

.projects-section h2 {
  margin-bottom: 50px;
  font-size: 42px;
  text-align: center;
}

.project-images-container {
  display: flex;
  gap: 20px;
}

.project-image {
  height: 340px;
  width: 100%;
  border-radius: 32px;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* working section */

.working-section {
  margin-block: 100px;
  height: fit-content;
  display: flex;
  gap: 30px;
}

.working-left {
  width: 40%;
  border-radius: 32px;
  border: 3px solid #e9b007;
  height: 690px;
  padding-inline: 70px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 35px;
}

.working-left h6 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 4px;
  color: #00000080;
  text-transform: uppercase;
  line-height: 140%;
}

.working-left h2 {
  font-size: 42px;
  margin: 0;
}

.working-left p {
  margin: 0;
  font-size: 20px;
}

.working-left-btn {
  background-color: #e9b007;
  padding-inline: 32px;
  padding-block: 14px;
  border-radius: 12px;
}

.working-left-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

.working-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.working-card {
  width: 100%;
  display: flex;
  height: 220px;
  background-color: #ffffeb;
  align-items: center;
  padding-inline: 20px;
  border-radius: 32px;
  gap: 20px;
}

.working-card-img {
  flex-shrink: 0;
  width: 30%;
  height: 170px;
}

.working-card-img img {
  width: 100%;
  height: 100%;
}

.card-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}

.card-content h4 {
  text-align: start;
  font-size: 24px;
}

.card-content p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

/* numbers section */

.numbers-card {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff1a2;
  border: 4px solid #ffe759;
  border-radius: 32px;
  height: 217px;
}

.numbers-card h4 {
  font-size: 32px;
  margin: 0;
}

.numbers-card h6 {
  font-size: 14px;
  margin: 0;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #00000080;
}

.numbers-card h5 {
  font-size: 24px;
  margin: 0;
}

/* partner organisations */

.partner-org-section {
  margin-top: 100px;
  margin-bottom: 20px;
}

.partner-org-section h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 30px;
}

.org-img-container {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.org-card {
  width: 213px;
  height: 160px;
}

.org-img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 1px solid #ffe6bb;
  display: flex;
  justify-content: center;
  align-items: center;
}

#org-img1 {
  width: 125px;
  height: 77px;
}

#org-img2 {
  width: 177px;
  height: 53px;
}

#org-img3 {
  width: 177px;
  height: 44px;
}

#org-img4 {
  width: 137px;
  height: 69px;
}

#org-img5 {
  width: 153px;
  height: 69px;
}

#org-img6 {
  width: 157px;
  height: 59px;
}

/* book demo section */

#book-demo-section {
  border-radius: 22px;
  background-image: url(/mathbuddy_assets/schoolpage_assets/images/bg-1.png);
  background-position: center center;
  background-blend-mode: overlay;
  background-size: cover;
  height: 210px;
  padding-inline: 60px;
  background-color: #fff1a2 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#book-demo-section h3 {
  margin: 0;
  font-size: 30px;
  line-height: 45px;
  width: 60%;
}

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

.book-demo-btn-purple {
  background-color: #e9b007;
  color: white;
}

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

/* snippits section */

#snippits-section {
  margin-block: 100px;
}

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

.snippits-container {
  margin-top: 30px !important;
}
/* height: 246px;
  border-radius: 23px;
  overflow: hidden; */

.snippits-card {
  position: relative;
  /* background-image: url(/mathbuddy_assets/schoolpage_assets/images/main-bg-img.png) !important; */
  background-size: cover;
  background-position: center;
  height: 246px;
  border-radius: 32px;
  /* border: 4px solid #b0cdf9; */
  padding: 0;
  z-index: 500;
  overflow: hidden;
}

.snippets-play-button {
  border: none;
  background-color: transparent;
}

.snippets-play-button img {
  width: 63px;
  height: 63px;
}

.snippets-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snippits-card iframe {
  display: none;
  width: 100%;
  height: 100%;
}

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

/* mathbuddy program features section */

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

.program-features-container-mobile {
  display: none;
}

.program-features-container {
  margin-top: 40px !important;
}

.program-feature-card {
  background-color: #fffbe0;
  border-radius: 32px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  padding: 20px;
  position: relative;
  height: 230px;
}

.program-feature-card img {
  top: -12%;
  position: absolute;
  width: 80px;
  height: 80px;
}

.program-feature-card h5 {
  font-size: 24px;
  margin: 0;
  margin-top: 60px;
}

.program-feature-card p {
  font-size: 14px;
  margin: 0;
  margin-top: 15px;
  color: #00000080;
}

#impact-container a {
  font-size: 20px !important;
  padding-inline: 20px !important;
}

#impact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 35px;
  background-color: #e9b007;
  border-radius: 32px;
  height: 230px;
}

#impact-container h4 {
  color: white;
  width: 50%;
  font-size: 30px;
  margin: 0;
}


/* view curriculum section */

#curriculum-section {
  background-image: url(/mathbuddy_assets/csr_assets/images/bg-2.png);
  background-size: cover;
  height: 210px;
  padding-inline: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-position: top left;
  border-radius: 50px;
  background-color: #e9b007;
  position: relative;
}

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

@media (max-width: 500px) {
  /* first section */
  #first-section {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #first-section-container {
    flex-direction: column-reverse;
  }
  .fs-left-part {
    width: 100% !important;
    margin-top: 20px;
    gap: 15px;
  }
  .fs-right-part {
    width: 100% !important;
    height: 330px;
  }

  .fs-right-part img {
    width: 100%;
    height: 100%;
  }

  .fs-left-part h6 {
    display: none;
  }
  .fs-left-part h1 {
    line-height: 130%;
    font-size: 22px;
  }
  .fs-features-container {
    margin-top: 0px;
  }
  .fs-feature p {
    font-size: 12px;
  }
  .fs-left-btn {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .fs-left-btn a {
    font-size: 14px;
  }

  /* video section  */

  #video-section {
    margin-block: 30px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center; /* Ensures content is centered vertically */
    padding-inline: 0;
}

#tablet-container {
    background-image: url('/mathbuddy_assets/home_assets/images/mobile-tablet-img.svg');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; /* Centers the background image */
    width: 100%; /* Adjust width relative to the container */
    height: 0;
    padding-bottom: 70%; /* Aspect ratio 327px x 230px = 327 / 230 = 1.42 -> 100 / 1.42 ≈ 70% */
    position: relative;
    margin-top: 0 !important;
}


  #video-section-inner {
    background-image: url("/mathbuddy_assets/schoolpage_assets/images/school_Frame.jpg");
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 0;
    /* display: none; */
  }


  #play-button img {
    width: 40px;
    height: 40px;
  }

  #gif-container {
    position: absolute;
    top: 17.5%; /* Adjust as needed */
    left: 9% !important; /* Adjust as needed */
    width: 81.5% !important; /* Adjust to fit tablet screen width */
    height: 65% !important;
    border-radius: 3px !important;
  }

  #video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000 !important;
  }
  
  #video-section iframe {
    display: none;
    width: 100%;
    border-radius: 5px;
    height: 100%;
  }

  /* about section */
  .about-section {
    margin-block: 50px;
    height: 387px;
    gap: 0px;
    border-radius: 25px;
    padding: 20px;
    overflow: hidden;
  }

  .about-section::before {
    content: ""; /* Mandatory for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 249, 204, 1));
    z-index: 1; /* Places the overlay above the image but below the content */
    pointer-events: none; /* Allows clicking through the overlay */
  }
  .about-section h2 {
    font-size: 22px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .about-section img {
    object-fit: cover;
  }
  .about-section p {
    font-size: 12px;

  }
  .about-section p:nth-child(4) {
    margin-top: 15px;
  }
  .about-section p:nth-child(5) {
    margin-top: 10px;
  }

  .overlay-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 25px;
  }

  .overlay-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* projects section */

  .projects-section {
    margin-block: 50px;
  }

  .projects-section h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .project-images-container {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }

  .project-images-container::-webkit-scrollbar {
    display: none;
  }

  .project-image {
    flex-shrink: 0;
    height: 185px;
    width: 250px;
  }

  .project-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* working section */

  .working-section {
    margin-block: 50px;
    flex-direction: column;
    gap: 30px !important;
  }
  .working-left {
    height: 220px;
    width: 100%;
    padding-inline: 20px;
    gap: 20px;
    border-radius: 20px;
    background-color: #fff6ee;
  }

  .working-left h6 {
    display: none;
  }

  .working-left h2 {
    font-size: 22px;
  }

  .working-left p {
    font-size: 12px;
  }

  .working-left-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .working-left-btn a {
    font-size: 14px;
  }

  .working-right {
    width: 100%;
    gap: 20px;
  }

  .working-card {
    padding-inline: 10px;
    height: 167px;
    gap: 10px;
  }

  .working-card-img {
    flex-shrink: 0;
    width: 140px;
    height: 143px;
  }

  .working-card-img img {
    object-fit: cover;
    border-radius: 20px;
  }

  .card-content {
    gap: 5px;
    width: 100%;
  }

  .card-content h4 {
    font-size: 12px;
  }

  .card-content p {
    font-size: 12px;
  }

  /* numbers section */

  .numbers-card {
    padding-block: 30px;
    height: 143px;
    width: 180px;
    border: 4px solid #ffe759;
  }

  .numbers-card h4 {
    font-size: 18px;
  }

  .numbers-card h6,
  .numbers-card h5 {
    font-size: 12px;
  }

  .numbers-container::-webkit-scrollbar {
    display: none;
  }

  .numbers-container {
    width: 100% !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 60px;
  }

  .numbers-container .col-4 {
    width: 150px;
  }

  /* partner organisations */

  .partner-org-section {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .partner-org-section h2 {
    font-size: 22px;
  }

  .org-img-container {
    width: 100%;
    flex-wrap: wrap;
  }

  .org-card {
    flex-shrink: 0;
    height: 98px;
    width: 47.5% !important;
  }

  .org-img {
    border-radius: 20px;
  }

  #org-img1 {
    width: 71px;
    height: 44px;
  }

  #org-img2 {
    width: 101px;
    height: 30px;
  }

  #org-img3 {
    width: 101px;
    height: 25px;
  }

  #org-img4 {
    width: 78px;
    height: 40px;
  }

  #org-img5 {
    width: 89px;
    height: 40px;
  }

  #org-img6 {
    width: 90px;
    height: 34px;
  }

  /* book demo section */

  #book-demo-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding-inline: 30px;
    align-items: start;
    justify-content: center;
    height: 200px;
    gap: 20px;
  }

  #book-demo-section h3 {
    line-height: 24px;
    font-size: 16px;
    width: 100%;
  }
  .book-demo-btn {
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
  }

  /* snippits section */

  #snippits-section {
    margin-block: 50px;
  }

  /* video snippits */

  .snippits-container {
    display: none !important;
  }

  #snippits-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .snippits-container-mobile {
    display: flex !important;
    overflow-x: auto !important;
    gap: 20px;
  }

  .snippits-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .snippits-container-mobile .col-4 {
    width: 85% !important;
  }
  .snippits-card {
    height: 200px;
    background-size: cover;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .snippets-play-button img {
    width: 32px;
    height: 32px;
  }

  /* program features section */

  #program-features-section {
    margin-block: 50px;
  }

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

  .program-features-container {
    display: none !important;
  }

  .program-features-container-mobile {
    display: flex !important;
  }

  .program-features-scrollable {
    margin-top: 30px;
    overflow-x: auto;
    display: flex !important;
    gap: 15px; /* Add space between cards */
    scroll-snap-type: x mandatory;
  }

  .program-features-scrollable::-webkit-scrollbar {
    display: none;
  }

  .program-feature-card-mobile {
    margin-top: 20px;
    flex-shrink: 0 !important;
    height: 150px;
    width: 250px;
    background-color: #fffbe0;
    position: relative !important;
    /* display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center; */
    padding-inline: 20px;
    padding-block: 35px;
    border-radius: 20px;
  }

  #impact-container-mobile {
    color: white;
    margin-top: 20px;
    width: 90% !important;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    background-color: #e9b007;
    border-radius: 32px;
    margin-inline: auto;
    height: 150px !important;
  }

  #impact-container-mobile button {
    margin-top: 10px;
    font-weight: 500;
    padding-inline: 40px;
    padding-block: 12px !important;
    border: 0px;
    font-size: 14px;
    background-color: white;
    border-radius: 15px;
  }

  #impact-container-mobile h4 {
    font-size: 14px;
    width: 80%;
    font-weight: 600;
  }

  .program-feature-card-mobile img {
    top: -13%;
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 30000 !important;
  }

  .program-feature-card-mobile h5 {
    font-size: 14px !important;
    margin: 0;
  }
  .program-feature-card-mobile p {
    font-size: 12px !important;
    margin: 0;
    margin-top: 10px;
  }

  

  /* view curriculum section */

  #curriculum-section {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    background-image: url(/mathbuddy_assets/csr_assets/images/bg-2.png);
    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: 60%;
    border-radius: 35px;
    background-color: #e9b007;
  }

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

  .book-demo-btn {
    /* 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: 500px) and (max-width: 767px) {
  /* first section */
  #first-section {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #first-section-container {
    flex-direction: column-reverse;
  }
  .fs-left-part {
    width: 100% !important;
    margin-top: 20px;
    gap: 15px;
  }
  .fs-right-part {
    width: 100% !important;
    height: 300px;
  }

  .fs-right-part img {
    width: 100%;
    height: 100%;
  }

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

  .fs-left-part {
    gap: 30px;
  }
  .fs-left-part h1 {
    line-height: 130%;
    font-size: 26px;
  }
  .fs-features-container {
    margin-top: 0px;
  }
  .fs-feature p {
    font-size: 14px;
  }
  .fs-left-btn {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .fs-left-btn a {
    font-size: 16px;
  }

  /* video section  */

  #video-section {
    margin-block: 30px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center; /* Ensures content is centered vertically */
    padding-inline: 0;
}

#tablet-container {
    background-image: url('/mathbuddy_assets/home_assets/images/mobile-tablet-img.svg');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; /* Centers the background image */
    width: 100%; /* Adjust width relative to the container */
    height: 0;
    padding-bottom: 70%; /* Aspect ratio 327px x 230px = 327 / 230 = 1.42 -> 100 / 1.42 ≈ 70% */
    position: relative;
    margin-top: 0 !important;
}


  #video-section-inner {
    background-image: url("/mathbuddy_assets/schoolpage_assets/images/school_Frame.jpg");
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 0;
    /* display: none; */
  }


  #play-button img {
    width: 40px;
    height: 40px;
  }

  #gif-container {
    position: absolute;
    top: 17.5%; /* Adjust as needed */
    left: 9% !important; /* Adjust as needed */
    width: 81.5% !important; /* Adjust to fit tablet screen width */
    height: 65% !important;
    border-radius: 3px !important;
  }

  #video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000 !important;
  }
  
  #video-section iframe {
    display: none;
    width: 100%;
    border-radius: 5px;
    height: 100%;
  }

  /* about section */
  .about-section {
    margin-block: 50px;
    height: 387px;
    gap: 0px;
    border-radius: 25px;
    padding: 20px;
    overflow: hidden;
  }

  .about-section::before {
    content: ""; /* Mandatory for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 249, 204, 1));
    z-index: 1; /* Places the overlay above the image but below the content */
    pointer-events: none; /* Allows clicking through the overlay */
  }
  .about-section h2 {
    font-size: 26px;
    margin-top: 50px;
  }
  .about-section img {
    object-fit: cover;
  }
  .about-section p {
    font-size: 14px;
    margin-top: 20px;
  }
  .about-section p:nth-child(4) {
    margin-top: 15px;
  }
  .about-section p:nth-child(5) {
    margin-top: 10px;
  }

  /* projects section */

  .projects-section {
    margin-block: 50px;
  }

  .projects-section h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .project-images-container {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }

  .project-images-container::-webkit-scrollbar {
    display: none;
  }

  .project-image {
    flex-shrink: 0;
    height: 190px;
    width: 300px;
  }

  /* working section */

  .working-section {
    margin-block: 50px;
    flex-direction: column;
    gap: 30px !important;
  }
  .working-left {
    height: 220px;
    width: 100%;
    padding-inline: 20px;
    gap: 20px;
    border-radius: 20px;
    background-color: #fff6ee;
  }

  .working-left h6 {
    display: none;
  }

  .working-left h2 {
    font-size: 26px;
  }

  .working-left p {
    font-size: 14px;
  }

  .working-left-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .working-left-btn a {
    font-size: 16px;
  }

  .working-right {
    width: 100%;
    gap: 20px;
  }

  .working-card {
    padding-inline: 10px;
    height: 167px;
    gap: 30px;
  }

  .working-card-img {
    flex-shrink: 0;
    width: 160px;
    height: 143px;
  }

  .working-card-img img {
    object-fit: cover;
    border-radius: 20px;
  }

  .card-content {
    gap: 10px;
    width: 100%;
  }

  .card-content h4 {
    font-size: 12px;
  }

  .card-content p {
    font-size: 12px;
  }

  /* numbers section */

  .numbers-card {
    padding-block: 40px;
    height: 200px;
    width: 270px;
    border: 4px solid #ffe759;
  }

  .numbers-card h4 {
    font-size: 18px;
  }

  .numbers-card h6,
  .numbers-card h5 {
    font-size: 12px;
  }

  .numbers-container::-webkit-scrollbar {
    display: none;
  }

  .numbers-container {
    width: 100% !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 140px;
  }

  .numbers-container .col-4 {
    width: 150px;
  }

  .numbers-card h4 {
    font-size: 20px;
  }

  .numbers-card h6 {
    font-size: 18px;
  }

  .numbers-card h5 {
    font-size: 18px;
  }

  /* partner organisations */

  .partner-org-section {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .partner-org-section h2 {
    font-size: 26px;
  }

  .org-img-container {
    width: 100%;
    flex-wrap: wrap;
  }

  .org-card {
    flex-shrink: 0;
    height: 98px;
    width: 47.5% !important;
  }

  .org-img {
    border-radius: 20px;
  }

  #org-img1 {
    width: 71px;
    height: 44px;
  }

  #org-img2 {
    width: 101px;
    height: 30px;
  }

  #org-img3 {
    width: 101px;
    height: 25px;
  }

  #org-img4 {
    width: 78px;
    height: 40px;
  }

  #org-img5 {
    width: 89px;
    height: 40px;
  }

  #org-img6 {
    width: 90px;
    height: 34px;
  }

  /* book demo section */

  #book-demo-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding-inline: 30px;
    align-items: start;
    justify-content: center;
    height: 228px;
    gap: 20px;
  }

  #book-demo-section h3 {
    line-height: 30px;
    font-size: 22px;
    width: 90%;
  }
  .book-demo-btn {
    height: 60px !important;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* program features section */

  #program-features-section {
    margin-top: 38px !important;
    margin-bottom: 50px;
  }

  #program-features-section h2 {
    font-size: 26px;
    text-align: center;
  }

  .program-features-container {
    display: none !important;
  }

  .program-features-container-mobile {
    display: flex !important;
  }

  .program-features-scrollable {
    margin-top: 30px;
    overflow-x: auto;
    display: flex !important;
    gap: 15px; /* Add space between cards */
    scroll-snap-type: x mandatory;
  }

  .program-features-scrollable::-webkit-scrollbar {
    display: none;
  }

  .program-feature-card-mobile {
    margin-top: 20px;
    flex-shrink: 0 !important;
    height: 170px;
    width: 250px;
    background-color: #fffbe0;
    position: relative !important;
    /* display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center; */
    padding-inline: 20px;
    padding-block: 35px;
    border-radius: 20px;
  }

  .program-feature-card-mobile h5 {
    font-size: 30px;
    margin: 0;
  }

  #impact-container-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    margin-top: 30px;
    width: 100% !important;
    padding: 30px;
    background-color: #e9b007;
    border-radius: 32px;
    margin-inline: auto;
    height: 200px;
    font-size: 30px;
  }

  #impact-container-mobile button {
    width: 40%;
    margin-top: 10px;
    font-weight: 500;
    padding-inline: 40px;
    padding-block: 15px !important;
    border: 0px;
    font-size: 16px;
    background-color: white;
    border-radius: 15px;
  }

  #impact-container-mobile h4 {
    font-size: 26px;
    width: 80%;
    font-weight: 600;
  }

  .program-feature-card-mobile img {
    top: -13%;
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 30000 !important;
  }

  .program-feature-card-mobile h5 {
    font-size: 22px;
    margin: 0;
  }
  .program-feature-card-mobile p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
  }

  .program-feature-card-mobile img {
    width: 50px;
    height: 50px;
  }

  /* video snippits */

  #snippits-section {
    margin-block: 50px;
  }

  #snippits-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .snippits-container {
    display: none !important;
  }

  .snippits-container-mobile {
    display: flex !important;
    overflow-x: auto !important;
    gap: 30px;
  }

  .snippits-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .snippits-container-mobile .col-4 {
    width: 80% !important;
  }
  .snippits-card {
    height: 350px;
    background-size: cover;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .snippets-play-button img {
    width: 60px;
    height: 60px;
  }


  /* view curriculum section */

  #curriculum-section {
    margin-top: 30px !important;
    background-image: url(/mathbuddy_assets/schoolpage_assets/images/main-bg-img.png);
    background-size: cover;
    height: 200px !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: #e9b007;
  }

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

  .book-demo-btn {
    /* 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: 768px) and (max-width: 991px) {
  /* first section */
  #first-section {
    margin-top: 120px;
    margin-bottom: 50px;
  }
  #first-section-container {
    flex-direction: column-reverse;
  }
  .fs-left-part {
    width: 100% !important;
    margin-top: 20px;
    gap: 15px;
  }
  .fs-right-part {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
  }

  .fs-right-part img {
    width: 100%;
    height: 100%;
  }

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

  .fs-left-part {
    gap: 30px;
  }
  .fs-left-part h1 {
    line-height: 130%;
    font-size: 30px;
  }
  .fs-features-container {
    margin-top: 0px;
    gap: 15px;
  }
  .fs-feature p {
    font-size: 16px;
  }
  .fs-left-btn {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .fs-left-btn a {
    font-size: 18px;
  }

  /* video section  */

  #video-section {
    margin-block: 30px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center; /* Ensures content is centered vertically */
    padding-inline: 0;
}

#tablet-container {
    background-image: url('/mathbuddy_assets/home_assets/images/mobile-tablet-img.svg');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; /* Centers the background image */
    width: 100%; /* Adjust width relative to the container */
    height: 0;
    padding-bottom: 70%; /* Aspect ratio 327px x 230px = 327 / 230 = 1.42 -> 100 / 1.42 ≈ 70% */
    position: relative;
    margin-top: 0 !important;
}


  #video-section-inner {
    background-image: url("/mathbuddy_assets/schoolpage_assets/images/school_Frame.jpg");
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 0;
    /* display: none; */
  }


  #play-button img {
    width: 40px;
    height: 40px;
  }

  #gif-container {
    position: absolute;
    top: 17.5%; /* Adjust as needed */
    left: 9% !important; /* Adjust as needed */
    width: 81.5% !important; /* Adjust to fit tablet screen width */
    height: 65% !important;
    border-radius: 3px !important;
  }

  #video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000 !important;
  }
  
  #video-section iframe {
    display: none;
    width: 100%;
    border-radius: 5px;
    height: 100%;
  }

  /* about section */
  .about-section {
    margin-block: 50px;
    height: 387px;
    gap: 0px;
    border-radius: 25px;
    padding: 20px;
    overflow: hidden;
  }

  .about-section::before {
    content: ""; /* Mandatory for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 249, 204, 1));
    z-index: 1; /* Places the overlay above the image but below the content */
    pointer-events: none; /* Allows clicking through the overlay */
  }
  .about-section h2 {
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .about-section img {
    object-fit: cover;
  }
  .about-section p {
    font-size: 14px;
  }
  .about-section p:nth-child(4) {
    margin-top: 15px;
  }
  .about-section p:nth-child(5) {
    margin-top: 10px;
  }

  /* projects section */

  .projects-section {
    margin-block: 50px;
  }

  .projects-section h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .project-images-container {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }

  .project-images-container::-webkit-scrollbar {
    display: none;
  }

  .project-image {
    flex-shrink: 0;
    height: 230px;
    width: 350px;
  }

  /* working section */

  .working-section {
    margin-block: 50px;
    flex-direction: column;
    gap: 30px !important;
  }
  .working-left {
    height: 220px;
    width: 100%;
    padding-inline: 20px;
    gap: 20px;
    border-radius: 20px;
    background-color: #fff6ee;
  }

  .working-left h6 {
    display: none;
  }

  .working-left h2 {
    font-size: 30px;
  }

  .working-left p {
    font-size: 14px;
  }

  .working-left-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .working-left-btn a {
    font-size: 18px;
  }

  .working-right {
    width: 100%;
    gap: 20px;
  }

  .working-card {
    padding-inline: 10px;
    height: 167px;
    gap: 30px;
  }

  .working-card-img {
    flex-shrink: 0;
    width: 180px;
    height: 143px;
  }

  .working-card-img img {
    object-fit: cover;
    border-radius: 20px;
  }

  .card-content {
    gap: 10px;
    width: 100%;
  }

  .card-content h4 {
    font-size: 14px;
  }

  .card-content p {
    font-size: 14px;
  }

  /* numbers section */

  .numbers-card {
    padding-block: 40px;
    height: 200px;
    width: 270px;
    border: 4px solid #e9b007;
  }

  .numbers-card h4 {
    font-size: 18px;
  }

  .numbers-card h6,
  .numbers-card h5 {
    font-size: 12px;
  }

  .numbers-container::-webkit-scrollbar {
    display: none;
  }

  .numbers-container {
    width: 100% !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 140px;
  }

  .numbers-container .col-4 {
    width: 150px;
  }

  .numbers-card h4 {
    font-size: 20px;
  }

  .numbers-card h6 {
    font-size: 18px;
  }

  .numbers-card h5 {
    font-size: 18px;
  }

  /* partner organisations */

  .partner-org-section {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .partner-org-section h2 {
    font-size: 30px;
  }

  .org-img-container {
    width: 100%;
    flex-wrap: wrap;
  }

  .org-card {
    flex-shrink: 0;
    height: 98px;
    width: 30% !important;
  }

  .org-img {
    border-radius: 20px;
  }

  #org-img1 {
    width: 71px;
    height: 44px;
  }

  #org-img2 {
    width: 101px;
    height: 30px;
  }

  #org-img3 {
    width: 101px;
    height: 25px;
  }

  #org-img4 {
    width: 78px;
    height: 40px;
  }

  #org-img5 {
    width: 89px;
    height: 40px;
  }

  #org-img6 {
    width: 90px;
    height: 34px;
  }

  /* book demo section */

  #book-demo-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding-inline: 30px;
    align-items: start;
    justify-content: center;
    height: 228px;
    gap: 20px;
  }

  #book-demo-section h3 {
    line-height: 30px;
    font-size: 22px;
    width: 90%;
  }
  .book-demo-btn {
    height: 60px !important;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* video snippits */

  .snippits-container {
    display: none !important;
  }

  #snippits-section {
    margin-block: 50px;
  }

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

  .snippits-container-mobile {
    display: flex !important;
    overflow-x: auto !important;
    gap: 30px;
  }

  .snippits-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .snippits-container-mobile .col-4 {
    width: 80% !important;
  }
  .snippits-card {
    height: 350px;
    background-size: cover;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .snippets-play-button img {
    width: 60px;
    height: 60px;
  }

  /* program features section */

  #program-features-section {
    margin-top: 38px !important;
    margin-bottom: 50px;
  }

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

  .program-features-container {
    display: none !important;
  }

  .program-features-container-mobile {
    display: flex !important;
  }

  .program-features-scrollable {
    margin-top: 30px;
    overflow-x: auto;
    display: flex !important;
    gap: 15px; /* Add space between cards */
    scroll-snap-type: x mandatory;
  }

  .program-features-scrollable::-webkit-scrollbar {
    display: none;
  }

  .program-feature-card-mobile {
    margin-top: 20px;
    flex-shrink: 0 !important;
    height: 170px;
    width: 250px;
    background-color: #fffbe0;
    position: relative !important;
    /* display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center; */
    padding-inline: 20px;
    padding-block: 35px;
    border-radius: 20px;
  }

  .program-feature-card-mobile h5 {
    font-size: 30px;
    margin: 0;
  }

  #impact-container-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    margin-top: 30px;
    width: 100% !important;
    padding: 30px;
    background-color: #e9b007;
    border-radius: 32px;
    margin-inline: auto;
    height: 200px;
    font-size: 30px;
  }

  #impact-container-mobile button {
    width: 40%;
    margin-top: 10px;
    font-weight: 500;
    padding-inline: 40px;
    padding-block: 15px !important;
    border: 0px;
    font-size: 16px;
    background-color: white;
    border-radius: 15px;
  }

  #impact-container-mobile h4 {
    font-size: 26px;
    width: 80%;
    font-weight: 600;
  }

  .program-feature-card-mobile img {
    top: -13%;
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 30000 !important;
  }

  .program-feature-card-mobile h5 {
    font-size: 22px;
    margin: 0;
  }
  .program-feature-card-mobile p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
  }

  .program-feature-card-mobile img {
    width: 50px;
    height: 50px;
  }



  #curriculum-section {
    margin-top: 30px !important;
    background-image: url(/mathbuddy_assets/schoolpage_assets/images/main-bg-img.png);
    background-size: cover;
    height: 200px !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: #e9b007;
  }

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

  .book-demo-btn {
    /* text-transform: capitalize; */
    height: 60px !important;
    padding-inline: 30px;
    padding-block: 10px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    border: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* first section */
  #first-section {
    margin-top: 120px;
    margin-bottom: 50px;
  }
  #first-section-container {
    flex-direction: column-reverse;
  }
  .fs-left-part {
    width: 100% !important;
    margin-top: 20px;
    gap: 15px;
  }
  .fs-right-part {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
  }

  .fs-right-part img {
    width: 100%;
    height: 100%;
  }

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

  .fs-left-part {
    gap: 40px;
  }
  .fs-left-part h1 {
    line-height: 130%;
    font-size: 38px;
  }
  .fs-features-container {
    margin-top: 0px;
    gap: 20px;
  }
  .fs-feature p {
    font-size: 18px;
  }
  .fs-left-btn {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .fs-left-btn a {
    font-size: 22px;
  }

  /* video section  */

  #video-section {
    margin-block: 30px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center; /* Ensures content is centered vertically */
    padding-inline: 0;
}

#tablet-container {
    background-image: url('/mathbuddy_assets/home_assets/images/mobile-tablet-img.svg');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; /* Centers the background image */
    width: 100%; /* Adjust width relative to the container */
    height: 0;
    padding-bottom: 70%; /* Aspect ratio 327px x 230px = 327 / 230 = 1.42 -> 100 / 1.42 ≈ 70% */
    position: relative;
    margin-top: 0 !important;
}


  #video-section-inner {
    background-image: url("/mathbuddy_assets/schoolpage_assets/images/school_Frame.jpg");
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 0;
    /* display: none; */
  }


  #play-button img {
    width: 50px;
    height: 50px;
  }

  #gif-container {
    position: absolute;
    top: 17.5%; /* Adjust as needed */
    left: 9% !important; /* Adjust as needed */
    width: 81.5% !important; /* Adjust to fit tablet screen width */
    height: 65% !important;
    border-radius: 3px !important;
  }

  #video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000 !important;
  }
  
  #video-section iframe {
    display: none;
    width: 100%;
    border-radius: 5px;
    height: 100%;
  }

  /* about section */
  .about-section {
    margin-block: 50px;
    height: 387px;
    gap: 0px;
    border-radius: 25px;
    padding: 20px;
    overflow: hidden;
  }

  .about-section::before {
    content: ""; /* Mandatory for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 249, 204, 1));
    z-index: 1; /* Places the overlay above the image but below the content */
    pointer-events: none; /* Allows clicking through the overlay */
  }
  .about-section h2 {
    font-size: 38px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .about-section img {
    object-fit: cover;
  }
  .about-section p {
    font-size: 16px;
  }
  .about-section p:nth-child(4) {
    margin-top: 30px;
  }
  .about-section p:nth-child(5) {
    margin-top: 20px;
  }

  /* projects section */

  .projects-section {
    margin-block: 50px;
  }

  .projects-section h2 {
    margin-bottom: 38px;
    font-size: 30px;
  }

  .project-images-container {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }

  .project-images-container::-webkit-scrollbar {
    display: none;
  }

  .project-image {
    flex-shrink: 0;
    height: 250px;
    width: 400px;
  }

  /* working section */

  .working-section {
    margin-block: 50px;
    flex-direction: column;
    gap: 30px !important;
  }
  .working-left {
    height: 250px;
    width: 100%;
    padding-inline: 20px;
    gap: 20px;
    border-radius: 20px;
    background-color: #fff6ee;
  }

  .working-left h6 {
    display: none;
  }

  .working-left h2 {
    font-size: 38px;
  }

  .working-left p {
    font-size: 18px;
  }

  .working-left-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .working-left-btn a {
    font-size: 22px;
  }

  .working-right {
    width: 100%;
    gap: 20px;
  }

  .working-card {
    padding-inline: 20px;
    height: 180px;
    gap: 30px;
  }

  .working-card-img {
    flex-shrink: 0;
    width: 200px;
    height: 143px;
  }

  .working-card-img img {
    object-fit: cover;
    border-radius: 20px;
  }

  .card-content {
    gap: 15px;
    width: 100%;
  }

  .card-content h4 {
    font-size: 16px;
  }

  .card-content p {
    font-size: 16px;
  }

  /* numbers section */

  .numbers-container {
    gap: 10px;
    justify-content: center !important;
  }

  .numbers-card {
    flex-wrap: nowrap !important;
    padding-block: 20px;
    width: 90% !important;
    height: 200px;
    /* width: 200px; */
    border: 4px solid #e9b007;
  }

  .numbers-card h4 {
    font-size: 18px;
    text-align: center;
  }

  .numbers-card h6,
  .numbers-card h5 {
    text-align: center;
    font-size: 12px;
  }

  .numbers-container .col-4 {
    width: 30%;
  }

  .numbers-card h4 {
    font-size: 20px;
  }

  .numbers-card h6 {
    font-size: 18px;
  }

  .numbers-card h5 {
    font-size: 18px;
  }

  /* partner organisations */

  .partner-org-section {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .partner-org-section h2 {
    font-size: 38px;
  }

  .org-img-container {
    width: 100%;
    flex-wrap: wrap;
  }

  .org-card {
    flex-shrink: 0;
    height: 98px;
    width: 30% !important;
  }

  .org-img {
    border-radius: 20px;
  }

  #org-img1 {
    width: 71px;
    height: 44px;
  }

  #org-img2 {
    width: 101px;
    height: 30px;
  }

  #org-img3 {
    width: 101px;
    height: 25px;
  }

  #org-img4 {
    width: 78px;
    height: 40px;
  }

  #org-img5 {
    width: 89px;
    height: 40px;
  }

  #org-img6 {
    width: 90px;
    height: 34px;
  }

  /* book demo section */

  #book-demo-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding-inline: 30px;
    align-items: start;
    justify-content: center;
    height: 228px;
    gap: 20px;
  }

  #book-demo-section h3 {
    line-height: 30px;
    font-size: 22px;
    width: 90%;
  }
  .book-demo-btn {
    height: 60px !important;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* video snippits */

  .snippits-container {
    display: none !important;
  }
  #snippits-section {
    margin-block: 50px;
  }

  #snippits-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .snippits-container-mobile {
    display: flex !important;
    overflow-x: auto !important;
    gap: 30px;
  }

  .snippits-container-mobile::-webkit-scrollbar {
    display: none;
  }

  .snippits-container-mobile .col-4 {
    width: 70% !important;
  }
  .snippits-card {
    height: 350px;
    background-size: cover;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .snippets-play-button img {
    width: 60px;
    height: 60px;
  }

  /* program features section */

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

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

  .program-features-container {
    display: none !important;
  }

  .program-features-container-mobile {
    display: flex !important;
  }

  .program-features-scrollable {
    margin-top: 30px;
    overflow-x: auto;
    display: flex !important;
    gap: 15px; /* Add space between cards */
    scroll-snap-type: x mandatory;
  }

  .program-features-scrollable::-webkit-scrollbar {
    display: none;
  }

  .program-feature-card-mobile {
    margin-top: 30px;
    flex-shrink: 0 !important;
    height: 170px;
    width: 250px;
    background-color: #fffbe0;
    position: relative !important;
    /* display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center; */
    padding-inline: 20px;
    padding-block: 35px;
    border-radius: 20px;
  }

  .program-feature-card-mobile h5 {
    font-size: 30px;
    margin: 0;
  }

  #impact-container-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    margin-top: 50px !important;
    width: 100% !important;
    padding: 30px;
    background-color: #e9b007;
    border-radius: 32px;
    margin-inline: auto;
    height: 200px;
    font-size: 50px !important;
  }

  #impact-container-mobile button {
    width: 40%;
    margin-top: 10px;
    font-weight: 500;
    padding-inline: 40px;
    padding-block: 15px !important;
    border: 0px;
    font-size: 16px;
    background-color: white;
    border-radius: 15px;
  }

  #impact-container-mobile h4 {
    font-size: 36px;
    width: 80%;
    font-weight: 600;
  }

  .program-feature-card-mobile img {
    top: -15%;
    position: absolute !important;
    width: 45px !important;
    height: 45px !important;
    z-index: 30000 !important;
  }

  .program-feature-card-mobile h5 {
    font-size: 22px;
    margin: 0;
  }
  .program-feature-card-mobile p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
  }

  .program-feature-card-mobile img {
    width: 50px;
    height: 50px;
  }

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

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

  .book-demo-btn {
    /* text-transform: capitalize; */
    height: 60px !important;
    padding-inline: 30px;
    padding-block: 10px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    border: none;
  }
}
