html {
  scroll-behavior: smooth;
}

.figtree-100 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.figtree-200 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.figtree-300 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.figtree-400 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.figtree-500 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.figtree-600 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.figtree-700 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.figtree-800 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.figtree-900 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .hero-title {
    margin-bottom: 1rem;
  }

  .hero-content-box .lead {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 10px;
  }
}

@font-face {
  font-family: "festive-regular";
  src: url("Festive-Regular.ttf") format("truetype");
}

.festive-regular {
  font-family: "festive-regular";
  font-weight: 400;
  /* Any value between 100-900 */
}

.yellow {
  color: #ebb209;
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the track */
}

::-webkit-scrollbar-thumb {
  background-color: #976801;
  /* Color of the thumb */
  border-radius: 10px;
  /* Roundness of the thumb */
  border: 3px solid #f1f1f1;
  /* Padding around the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the thumb when hovered */
}

/* Firefox scrollbar styles */
* {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: #888 #f1f1f1;
  /* Thumb color and track color */
}

/* Custom checkbox styles */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  /* Cyan border */
  border-radius: 14px;
  /* Rounded corners */
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: white;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  /* Transition effect */
}

input[type="checkbox"]:checked {
  background-color: #000;
  /* Cyan background when checked */
  border-color: #000;
  /* Cyan border when checked */
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 14px;
  width: 10px;
  height: 22px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

/* bg-[#2b303d] -- darkblue
bg-[#4e565a] -- darkgray
bg-[#58a1e6] -- blue
bg-[#13181d] -- black
bg-[#d9b25d] -- yellow
bg-[#d98b5c] -- orange
bg-[#ede9e6] -- cream
bg-[#f4f5ed]  -- white*/

/* .trusted-by {
  background: linear-gradient(#000 50%, #f3f9ff 50%);
} */

.button-gradient {
  background: linear-gradient(45deg, #1291c4, #1299d0);
}

.sticky-section-mobile {
  display: none;
}

.date-div {
  min-width: 100px !important;
  min-height: 100px !important;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1000px) {
  .sticky-section-mobile {
    display: block;
  }

  .header {
    border: 0px;
  }

  .header .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1rem;
  }

  .header .header-container nav {
    display: none;
  }

  /* #nav-btns #login {
    border: 1px solid;
  } */

  .hero #heading {
    font-size: 2rem;
    line-height: 40px;
    font-weight: 500;
  }

  .hero p {
    padding: 12px 32px;
  }

  #course-feature {
    flex-direction: column-reverse;
    width: 100%;
  }

  #course-feature .feat {
    width: 100%;
  }

  #reserve-info {
    font-size: 18px;
    line-height: normal;
    width: 100%;
  }

  #reserve-btn {
    font-size: 1rem;
    display: none;
  }

  .feature-badge {
    width: 50%;
    font-size: 14px;
    text-align: left;
    padding: 4px;
  }

  .feature-badge div {
    padding: 12px;
  }

  .feature-badge .icon {
    font-size: 8px;
    margin: 0px;
    margin-right: 6px;
  }

  #instructor .i-img {
    margin-bottom: -40px;
  }

  #instructor .i-img img {
    width: 1200px;
  }

  #instructor .i-info {
    padding: 0rem;
  }

  #instructor .i-info p {
    font-size: 14px;
    padding: 0rem;
  }

  .trusted-by {
    background: #f3f9ff;
    padding: 60px 20px;
  }

  .trusted-by #heading {
    color: #fff;
  }

  .trusted-by .logo-section {
    border: 1px solid;
    border-radius: 2rem;
    width: 100%;
  }

  .trusted-by .logo-section div {
    padding: 0rem;
  }

  .trusted-by .logo-section div img {
    max-width: 120px;
    padding: 10px;
  }

  .trusted-by .logo-section div .ibm {
    max-width: 84px;
    width: 100%;
  }

  .trusted-by .logo-section div .engvarta {
    max-width: 65px;
  }

  .gallery .container {
    padding: 32px 16px;
  }

  .gallery #heading {
    color: #fff;
  }

  .gallery .gallery-container {
    padding: 8px;
    /* background-color: #555; */
    background-color: #333;
    border-radius: 10px;
  }

  .gallery .first-half {
    display: none;
  }

  .gallery .second-half {
    width: 100%;
  }

  /* .gallery .second-half img {
    width: 100%;
  } */

  .gallery .second-half #first-image {
    max-height: 200px;
    overflow: hidden;
  }

  .gallery .second-half #sf-container,
  .gallery .second-half #ss-container,
  .gallery .second-half #st-container,
  .gallery .second-half #st-container #st1,
  .gallery .second-half #st-container #st2 {
    width: 100%;
  }

  .gallery .second-half #st-container {
    flex-direction: column;
  }

  .gallery .second-half #sf-container {
    max-width: 30%;
    border: 1px solid black;
  }

  .gallery .second-half #sf-container #first-image,
  .gallery .second-half #sf-container #second-image {
    width: 120px;
    height: 120px;
  }

  .gallery .second-half #sf-container #second-image {
    min-height: 180px;
  }

  .gallery .second-half #ss-container {
    max-width: 70%;
  }

  .gallery .second-half #ss-container #fi-cont {
    width: 105px;
    height: 105px;
  }

  .gallery .second-half #st-container {
    display: flex;
    flex-direction: row;
  }

  .gallery .second-half #st-container #st1 {
    width: 33%;
  }

  .gallery .second-half #st-container #st2 {
    width: 67%;
  }

  .gallery .second-half #st-container #st2 #seventh-image,
  .gallery .second-half #st-container #st2 #eight-image {
    width: 130px;
    height: 130px;
  }

  .whos #container {
    width: 100%;
    max-width: 100%;
  }

  .whos #container .course-for {
    padding: 0px;
    margin-bottom: 0px;
  }

  #course-btn {
    display: none;
  }

  #course-btn span {
    font-size: 1.2rem;
  }

  .what-included .container {
    padding: 2.5rem 10px !important;
  }

  .what-included #heading {
    margin: auto;
    width: 60%;
    margin-bottom: 1rem;
  }

  .what-included .offerings .offering-card {
    width: 100%;
    flex-direction: row;
    padding: 0rem;
  }

  .what-included .offerings .offering-card img {
    width: 150px;
    height: 150px;
    margin-bottom: 0rem;
  }

  .what-included .offerings .offering-card .o-desc {
    text-align: left;
    width: 100%;
    padding-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .what-included .offerings .offering-card .o-desc h2 {
    font-size: 17px;
  }

  .what-included .offerings .offering-card .o-desc .mt-6 {
    margin-top: 0rem;
    width: 100%;
    line-height: 1rem;
  }

  .what-included .offerings .offering-card .o-desc .mt-6 h2 {
    font-size: 28px;
    margin-top: 8px;
    color: #1291c4;
  }

  .what-included .offerings .offering-card .o-desc .o-desc-info {
    padding-top: 0.5rem;
  }

  #reserve-btn-info {
    width: 100%;
  }

  #reserve-btn-info br {
    display: none;
  }

  #calendar {
    width: 100%;
  }

  .date-div {
    min-width: 100px !important;
    min-height: 100px !important;
    width: 100% !important;
    height: 100% !important;
  }

  .date-div .num {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0rem;
    transform: translateY(25%);
  }

  .date-div .num-str {
    margin-bottom: 12px;
  }

  .what-learn .container {
    padding: 1rem;
    padding-top: 2.5rem;
  }

  .what-learn #heading {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .what-learn .learn-div {
    max-width: 320px;
    min-width: 100%;
  }

  .review-student .container,
  .checkboxed-info .container,
  .certified .container,
  .get-offer .container {
    padding: 4rem 1rem;
  }

  .review-student .container #heading,
  .checkboxed-info #heading,
  .certified #heading,
  .get-offer .container #heading {
    margin-bottom: 2rem;
  }

  .review-student #info {
    width: 100%;
  }

  .checkboxed-info .checkbox-desc {
    width: 100%;
  }

  .checkboxed-info .check-div {
    width: 100%;
  }

  #join-info {
    width: 100%;
    flex-direction: column;
  }

  #join-info .text-2xl {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0rem;
    font-weight: 600;
  }

  #attention {
    width: 100%;
  }

  #attention br {
    display: none;
  }

  .certified #certified-container {
    width: 100%;
  }

  .certified #heading {
    margin-bottom: 1rem;
  }

  .certified #heading h1 {
    width: 100%;
  }

  .certified #heading p {
    width: 100%;
  }

  #certificate-img {
    display: none;
  }

  .get-offer .container {
    padding: 1rem;
  }

  .get-offer .container #heading {
    font-size: 1rem;
  }

  .get-offer #offer-container,
  .get-offer #offer-container .offer-panel {
    width: 100%;
  }

  .get-offer #offer-container {
    flex-direction: column;
    align-items: start;
  }

  .get-offer #offer-container .offer-panel nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: left;
  }

  .get-offer #offer-container .offer-panel:last-child {
    padding-left: 0rem;
    margin-top: 2rem;
  }

  .faqs {
    padding-bottom: 2rem;
  }

  .faqs .container {
    padding: 1rem;
    padding-top: 4rem;
  }

  .faqs #heading {
    margin-bottom: 2.5rem;
  }

  #faqs-cont {
    width: 100%;
  }

  #reserve-btn-faq {
    border-radius: 14px;
  }

  .sticky-section-mobile {
    position: sticky;
    bottom: 0px;
    left: 0px;
    background: black;
    padding: 1.2rem 1rem;
    z-index: 100;
  }

  .sticky-section-mobile #title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00bcd4;
  }

  .sticky-section-mobile #buy-now {
    background: linear-gradient(45deg, #1291c4, #1299d0);
    padding: 20px 32px;
    font-size: 24px;
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  .header {
    border: 0px;
  }

  .header .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1rem;
  }

  .header a {
    margin-bottom: 0rem;
  }

  .logo {
    max-width: 120px;
  }

  .header .header-container nav {
    display: none;
  }

  /* #nav-btns #login {
    border: 1px solid;
  } */

  .hero .container {
    padding-top: 12px;
    padding-bottom: 0px;
  }

  .hero #heading {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
  }

  .hero p {
    padding: 10px;
    font-size: 16px;
  }

  #course-feature {
    flex-direction: column-reverse;
    width: 100%;
  }

  #course-feature .feat {
    width: 100%;
  }

  #reserve-info {
    font-size: 16px;
    line-height: normal;
    width: 100%;
  }

  #reserve-btn {
    font-size: 1rem;
    display: none;
  }

  .feature-badge {
    width: 50%;
    font-size: 10px;
    text-align: left;
    padding: 4px;
    font-weight: 700;
  }

  .feature-badge div {
    padding: 8px;
    border-radius: 5px;
  }

  .feature-badge .icon {
    width: 14px;
    height: 14px;
    margin: 0px;
    margin-right: 6px;
  }

  #instructor {
    padding-top: 1rem;
  }

  #instructor .i-img {
    margin-bottom: -40px;
  }

  #instructor .i-img img {
    width: 1200px;
  }

  #instructor .i-info {
    padding: 0rem;
  }

  #instructor .i-info p {
    font-size: 12px;
    padding: 0rem;
    line-height: 16px;
  }

  #instructor .i-info h2 {
    font-size: 1.5rem;
  }

  #i-badge {
    font-size: 12px;
    border-radius: 5px;
  }

  .trusted-by {
    background: #f3f9ff;
    padding: 60px 20px;
  }

  .trusted-by #heading {
    color: #fff;
  }

  .trusted-by .logo-section {
    border: 1px solid;
    border-radius: 2rem;
    width: 100%;
  }

  .trusted-by .logo-section div {
    padding: 0rem;
  }

  .trusted-by .logo-section div img {
    max-width: 120px;
    padding: 10px;
  }

  .trusted-by .logo-section div .ibm {
    max-width: 84px;
    width: 100%;
  }

  .trusted-by .logo-section div .engvarta {
    max-width: 65px;
  }

  /* .gallery .container {
    padding: 32px 16px;
  } */

  .gallery #heading {
    color: #fff;
  }

  /* .gallery .gallery-container #sf-container,
  .gallery .gallery-container #ss-container,
  .gallery .gallery-container #st-container {
    width: 100%;
  } */

  .gallery .gallery-container #sf-container {
    width: 100%;
  }

  .gallery .gallery-container #sf-container #first-image {
    width: 100%;
    height: 80px;
  }

  .gallery .gallery-container #sf-container #second-image {
    min-height: 60px;
  }

  /* .gallery .second-half img {
    height: 100px;
  } */

  .gallery .second-half #st-container #st2 #seventh-image,
  .gallery .second-half #st-container #st2 #eight-image {
    height: 100px;
    width: 100px;
  }

  .gallery .second-half #ss-container #fi-cont {
    width: 100px;
    height: 100px;
  }

  /* .gallery .gallery-container {
    padding: 8px;
    background-color: #555;
    border-radius: 10px;
  } */
  /* 
  .gallery .first-half {
    display: none;
  }

  .gallery .second-half {
    width: 100%;
  }

  .gallery .second-half img {
    width: 100%;
  }

  .gallery .second-half #first-image {
    max-height: 100px;
    overflow: hidden;
  } */

  /* .gallery .second-half #sf-container,
  .gallery .second-half #ss-container,
  .gallery .second-half #st-container {
    width: 100%;
  } */

  /* .gallery .second-half #sf-container {
    border: 1px solid;
  } */

  /* .gallery .second-half #sf-container #first-image,
  .gallery .second-half #sf-container #second-image {
    width: 10px;
    height: 10px;
  } */

  /* .gallery .second-half #sf-container #first-image {
    width: 100px;
    height: 100px;
  } */

  /* .gallery .second-half #st-container {
    flex-direction: column;
  }

  .gallery .second-half #sf-container {
    max-width: 30%;
  }

  .gallery .second-half #sf-container #first-image,
  .gallery .second-half #sf-container #second-image {
    width: 100px;
    height: 100px;
  }

  
  .gallery .second-half #ss-container {
    max-width: 70%;
    }
    
    .gallery .second-half #sf-container #second-image {
      min-height: 180px;
    }
  
  .gallery .second-half #st-container #st2 #seventh-image,
  .gallery .second-half #st-container #st2 #eight-image {
    width: 130px;
    height: 130px;
    } */

  .gallery .second-half #st-container {
    display: flex;
    flex-direction: row;
  }

  .gallery .second-half #st-container #st1 #sixth-image {
    width: 150px;
  }

  .gallery .second-half #st-container #st1 {
    width: 28%;
  }

  .gallery .second-half #st-container #st2 {
    width: 72%;
  }

  .whos #container {
    width: 100%;
    max-width: 100%;
  }

  .whos #container .course-for {
    padding: 0px;
    margin-bottom: 0px;
  }

  #course-btn {
    display: none;
  }

  #course-btn span {
    font-size: 1.2rem;
  }

  .what-included .container {
    padding: 2.5rem 10px !important;
  }

  .what-included #heading {
    margin: auto;
    width: 80%;
    margin-bottom: 1rem;
  }

  .what-included .offerings .offering-card {
    width: 100%;
    flex-direction: row;
    padding: 0rem;
  }

  .what-included .offerings .offering-card img {
    width: 150px;
    height: 150px;
    margin-bottom: 0rem;
  }

  .what-included .offerings .offering-card .o-desc {
    text-align: left;
    width: 100%;
    padding-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .what-included .offerings .offering-card .o-desc h2 {
    font-size: 12px;
    font-weight: 700;
  }

  .what-included .offerings .offering-card .o-desc .mt-6 {
    margin-top: 0rem;
    width: 100%;
    line-height: 1rem;
  }

  .what-included .offerings .offering-card .o-desc .mt-6 h2 {
    font-size: 28px;
    margin-top: 8px;
    color: #1291c4;
    font-weight: 700;
  }

  .what-included .button-gradient {
    padding: 1rem 2rem;
    margin: 0rem auto;
    margin-top: 1.2rem;
    width: 100%;
  }

  .what-included .offerings .offering-card .o-desc .o-desc-info {
    padding-top: 0.5rem;
  }

  #reserve-btn-info {
    width: 100%;
    font-size: 12px;
  }

  #reserve-btn-info br {
    display: none;
  }

  #calendar {
    width: 100%;
    gap: 0px;
    margin: 0px;
    padding-top: 0px;
  }

  .date-div .num {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0rem;
    transform: translateY(25%);
  }

  .date-div .num-str {
    margin-bottom: 12px;
  }

  .what-learn .container {
    padding: 1rem;
    padding-top: 2.5rem;
  }

  .what-learn #heading {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .what-learn .learn-div {
    max-width: 320px;
    min-width: 100%;
  }

  .review-student .container,
  .checkboxed-info .container,
  .certified .container,
  .get-offer .container {
    padding: 4rem 1rem;
  }

  .certified .container {
    padding-bottom: 1rem;
  }

  .review-student .container #heading,
  .checkboxed-info #heading,
  .certified #heading,
  .get-offer .container #heading {
    margin-bottom: 2rem;
  }

  .review-student #info {
    width: 100%;
  }

  .checkboxed-info .checkbox-desc {
    width: 100%;
  }

  .checkboxed-info .check-div {
    width: 100%;
  }

  #join-info {
    width: 100%;
    flex-direction: column;
    padding: 12px 16px;
    font-size: 1rem;
  }

  #join-info span {
    font-size: 1rem;
  }

  #join-info .text-2xl {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0rem;
    font-weight: 600;
  }

  #attention {
    width: 100%;
  }

  #attention br {
    display: none;
  }

  .certified #certified-container {
    width: 100%;
  }

  .certified #heading {
    margin-bottom: 1rem;
  }

  .certified #heading h1 {
    width: 100%;
  }

  .certified #heading p {
    width: 100%;
  }

  #certificate-img {
    display: none;
  }

  .get-offer .container {
    padding: 1rem;
  }

  .get-offer .container #heading {
    font-size: 1rem;
  }

  .get-offer #offer-container button {
    margin: 0rem;
    margin-top: 1rem;
    padding: 12px 16px;
  }

  .get-offer #offer-container button span {
    font-size: 1rem;
    padding: 6px 10px;
  }

  .get-offer #offer-container,
  .get-offer #offer-container .offer-panel {
    width: 100%;
  }

  .get-offer #offer-container .offer-panel div:first-child {
    padding: 16px;
  }

  .get-offer #offer-container .offer-panel div:first-child h2 {
    font-size: 24px;
    line-height: normal;
  }

  .get-offer #offer-container {
    flex-direction: column;
    align-items: start;
  }

  .get-offer #offer-container .offer-panel nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: left;
  }

  .get-offer #offer-container .offer-panel:last-child {
    padding-left: 0rem;
    margin-top: 2rem;
  }

  #offer-panel-container {
    padding: 0px;
  }

  #offer-panel-container .p-4:last-child {
    margin-top: 2rem;
  }

  .faq-info button {
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }

  .faq-info div:last-child {
    padding: 1rem 1.2rem;
    font-size: 1rem;
  }

  #reserve-btn-faq {
    padding: 12px 16px;
  }

  #reserve-btn-faq span {
    font-size: 1rem;
  }

  .get-offer #offer-container .offer-panel:last-child .p-4 {
    padding: 0px;
  }

  .faqs {
    padding-bottom: 2rem;
  }

  .faqs .container {
    padding: 1rem;
    padding-top: 4rem;
  }

  .faqs #heading {
    margin-bottom: 2.5rem;
  }

  #faqs-cont {
    width: 100%;
  }

  #reserve-btn-faq {
    border-radius: 14px;
  }

  .sticky-section-mobile {
    position: sticky;
    bottom: 0px;
    left: 0px;
    background: black;
    padding: 1.2rem 1rem;
    z-index: 100;
  }

  .sticky-section-mobile #title {
    font-size: 24px;
    font-weight: 700;
    color: #00bcd4;
  }

  .sticky-section-mobile #small-title {
    font-size: 12px;
  }

  .sticky-section-mobile #buy-now {
    background: linear-gradient(45deg, #1291c4, #1299d0);
    padding: 10px 14px;
    font-size: 1rem;
    color: #fff;
  }

  #bundle-section .bundle-item {
    min-width: 80% !important;
    max-width: 80% !important;
    width: 100%;
  }

  .pronunciation-doubts {
    max-width: 120px !important;
    height: auto !important;
    right: 0rem !important;
  }

  .not-confident {
    max-width: 200px;
    height: auto !important;
    top: 8rem !important;
  }

  .fear-grammar {
    height: 5rem !important;
  }

  #calendar {
    margin: 1rem auto;
    gap: 1rem;
  }

  #reserve-btn-info {
    min-width: 360px;
    max-width: 360px;
  }

  .instructor-img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 300px !important;
    object-fit: cover !important;
  }

  .instructor-desc {
    padding-right: 0rem !important;
    font-size: 1rem !important;
  }

  .img-grid-1,
  .img-grid-2,
  .img-grid-5,
  .img-grid-6 {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
  }

  .img-grid-3,
  .img-grid-4 {
    height: 176px !important;
  }

  .img-grid-1 img,
  .img-grid-2 img,
  .img-grid-3 img,
  .img-grid-4 img,
  .img-grid-5 img,
  .img-grid-6 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .img-grid-1,
  .img-grid-2 {
    height: 200px !important;
  }

  .img-grid-1 img,
  .img-grid-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
  }

  .date-div {
    min-width: 80px !important;
    min-height: 80px !important;
    width: 80px !important;
    height: 80px !important;
  }
}

/* ===== HERO DESKTOP — 2x rounded corners ===== */
@media (min-width: 768px) {
  #hero-section-desktop .rounded-2xl,
  #hero-section-desktop .rounded-xl,
  #hero-section-desktop .rounded-lg,
  #hero-section-desktop .rounded-3xl {
    border-radius: 2rem !important;
  }

  #hero-section-desktop .gallery-item,
  #hero-section-desktop .feature-badge > div {
    border-radius: 1.4rem !important;
  }

  /* Bottom 4 feature badges — shift content right + 30% larger fonts */
  #hero-section-desktop .feature-badge:not(:first-child) > div {
    padding-left: 1.25rem !important;
  }

  #hero-section-desktop .feature-badge:not(:first-child) > div > div {
    padding-left: 0.75rem !important;
  }

  #hero-section-desktop .feature-badge:not(:first-child) > div > div span:first-child {
    font-size: 18px !important;
  }

  #hero-section-desktop .feature-badge:not(:first-child) > div > div span:last-child {
    font-size: 26px !important;
  }
}

/* ===== CURRICULUM — desktop only ===== */
@media (min-width: 768px) {

  /* All containers: overflow visible so absolute panel isn't clipped */
  #curriculum,
  #curriculum .max-w-7xl,
  #curriculum #faqs-cont {
    overflow: visible !important;
  }

  /* Ensure section expands to fit content */
  #curriculum {
    padding-bottom: 4rem !important;
  }

  /* Module list: 50% wide, positioned so content can anchor right of it */
  #curriculum .flex.flex-col.gap-3 {
    max-width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }

  /* Each wrapper: relative anchor for its content panel */
  #curriculum .module-wrapper {
    display: block !important;
    position: relative;
    overflow: visible !important;
  }

  /* Content panel: float to the right, anchored to its own module button */
  #curriculum .module-content {
    position: absolute !important;
    left: calc(100% + 0.75rem) !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 10;
  }

  /* Heading 1.5x */
  #curriculum h1 {
    font-size: 3.375rem !important;
  }

  /* Module label 1.5x */
  #curriculum .module-btn p:first-child {
    font-size: 1.125rem !important;
  }

  /* Module title 1.5x */
  #curriculum .module-btn p:last-child {
    font-size: 1.5rem !important;
    margin-top: 0.5rem !important;
    font-weight: 400 !important;
  }

  /* Active module title becomes bold */
  #curriculum .module-btn.active p:last-child {
    font-weight: 700 !important;
  }

  /* Description list 1.5x */
  #curriculum .module-content ul li {
    font-size: 1.3125rem !important;
    line-height: 1.8;
  }

  /* Button padding */
  #curriculum .module-btn {
    padding: 1.25rem !important;
    transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  /* Dim inactive modules when any is active */
  #curriculum .flex.flex-col.gap-3:has(.module-btn.active) .module-btn:not(.active) {
    opacity: 0.7;
  }

  /* Description padding */
  #curriculum .module-content .bg-green-50 {
    padding: 1.25rem !important;
  }
}

/* Celebration icon — desktop 2x */
@media (min-width: 768px) {
  img.celebration-icon {
    width: 330px !important;
    height: auto !important;
  }
}

/* ===== WHY US — desktop only ===== */
@media (min-width: 768px) {

  /* Heading */
  .why-us h1 {
    font-size: 5rem !important; /* text-4xl(36px) * 2 */
  }

  /* Table header cells */
  .why-us .comparison-table .grid.grid-cols-3 > div:first-child,
  .why-us .comparison-table .grid.grid-cols-3 > div {
    font-size: 1.25rem !important; /* text-sm(14px) * 2 = 28px, use 20px for readability */
  }

  /* Feature label column */
  .why-us .comparison-table .text-\[10px\] {
    font-size: 1.25rem !important; /* 10px * 2 = 20px */
  }

  /* Yes/No labels */
  .why-us .comparison-table span.text-\[10px\] {
    font-size: 1.25rem !important;
  }

  /* Subtext (fixed hours etc) */
  .why-us .comparison-table .text-\[7px\] {
    font-size: 0.875rem !important; /* 7px * 2 = 14px */
  }

  /* Emoji size */
  .why-us .comparison-table .text-sm {
    font-size: 1.75rem !important;
  }

  /* Table padding increase to match bigger text */
  .why-us .comparison-table .grid.grid-cols-3 > div {
    padding: 1rem !important;
  }
}

/* ===== STILL WONDERING — desktop only ===== */
@media (min-width: 768px) {

  /* Checkbox item text */
  .checkboxed-info p.text-\[12px\] {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    padding-left: 0.75rem !important;
  }

  /* Subtitle */
  .checkboxed-info p.text-md {
    font-size: 1rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

/* ===== TESTIMONIALS — desktop only ===== */
@media (min-width: 768px) {

  /* Section heading - testimonials section only */
  section.bg-black:not(.get-offer) > h2 {
    font-size: 3rem !important;
  }

  /* What you'll get / bonuses headings in get-offer right panel */
  .get-offer .offer-panel.pl-12 h2 {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
  }

  /* White card title in get-offer — keep small */
  .get-offer .bg-white h2 {
    font-size: 1.125rem !important;
  }

  /* Quote text — testimonials only */
  section.bg-black:not(.get-offer) .text-xs.italic {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    font-style: normal !important;
    font-weight: 500 !important;
  }

  /* Name text — testimonials only */
  section.bg-black:not(.get-offer) .text-xs.font-bold {
    font-size: 1rem !important;
  }

  /* Image size — testimonials only */
  section.bg-black:not(.get-offer) .max-w-\[120px\] {
    max-width: 160px !important;
  }

  /* Quote at top, name at bottom — testimonials only */
  section.bg-black:not(.get-offer) .flex-1.flex.flex-col.justify-center {
    justify-content: space-between !important;
    align-items: flex-start !important;
  }
}

/* ===== GET OFFER — desktop only ===== */
@media (min-width: 768px) {

  /* Fix card internal padding removed by !p-0 */
  .get-offer .bg-white#offer-panel-container {
    padding: 2rem !important;
  }

  .get-offer .bg-white #offer-panel-container > .pb-0,
  .get-offer .bg-white .pb-0.mb-4.border-b-2 {
    padding: 0 0 1rem 0 !important;
  }

  /* Card title */
  .get-offer .bg-white h2 {
    font-size: 1.875rem !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  /* Save text */
  .get-offer .bg-white h2 span {
    font-size: 1rem !important;
  }

  /* Bullet point text in white card */
  .get-offer .offer-panel .bg-white nav a {
    font-size: 0.9375rem !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  /* Note text */
  .get-offer .offer-panel .bg-white p {
    font-size: 0.875rem !important;
  }

  /* Right panel list items */
  .get-offer .offer-panel.pl-12 a {
    font-size: 1.08rem !important;
    font-weight: 400 !important;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  /* Right panel headings */
  .get-offer .offer-panel.pl-12 h2 {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
  }

  /* Reserve button height */
  .get-offer .offer-panel .bg-white button {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* ===== UNIFIED SECTION HEADINGS — desktop only ===== */
@media (min-width: 768px) {
  #bundle-section h2.text-2xl,
  #bundle-section h2.md\:text-4xl,
  #curriculum h1,
  .why-us h1,
  .checkboxed-info h1,
  .get-offer h1,
  .faqs h1,
  .what-learn h1,
  section.bg-black:not(.get-offer) > h2,
  section > div > h1.text-3xl,
  section > div > h2.text-3xl {
    font-size: 2.25rem !important;
    font-weight: 600 !important;
  }
}

.btn-primary {
  background-color: #ebb209;
  color: #000;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

@media (min-width: 340px) and (max-width: 540px) {
  .bundle-item {
    min-width: 80% !important;
    width: 100%;
  }

  #reserve-btn-info {
    min-width: 300px;
    max-width: 300px;
  }

  #offer-price {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  #offer-price .text-5xl {
    font-size: 1.5rem;
  }

  .get-offer #heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  #offer-panel-container {
    padding: 6px;
    margin-top: 0rem;
  }
}

@media (min-width: 540px) and (max-width: 720px) {

  .img-grid-1,
  .img-grid-2,
  .img-grid-5,
  .img-grid-6 {
    width: 100% !important;
    height: 226px !important;
    overflow: hidden !important;
  }

  .img-grid-5 img,
  .img-grid-6 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .not-confident {
    max-width: 200px;
    height: auto !important;
    top: 8rem !important;
  }

  .pronunciation-doubts {
    max-width: 140px !important;
    height: auto !important;
    right: 0rem !important;
  }

  .bundle-item {
    min-width: 80% !important;
    max-width: 80% !important;
    width: 100%;
  }

  #reserve-btn-info {
    min-width: 420px;
    max-width: 420px;
  }
}

/* iPad Mini */
@media (min-width: 768px) and (max-width: 820px) {
  .gallery-item {
    min-width: 130px;
    max-width: 130px;
    width: 100%;
  }
}

/* iPad Air & Standard iPad */
@media (min-width: 821px) and (max-width: 1024px) {
  .gallery-item {
    /* min-width: 150px; */
    max-width: 150px;
    width: 100%;
  }
}

/* iPad Air & Standard iPad */
/* @media (min-width: 910px) and (max-width: 1024px) {
  .gallery-item {
    min-width: 132px;
    max-width: 132px;
    width: 100%;
  }

  #reserve-btn-info {
    max-width: 540px;
  }
} */

/* Sticky base (hidden by default) */
#stickyPrice {
  position: fixed;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  /* will be adjusted when footer is near */
  z-index: 9999;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 300ms ease,
    opacity 300ms ease,
    bottom 120ms linear;
}

/* Visible state */
#stickyPrice.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.why-us .container {
  max-width: 900px;
  margin: 0 auto;
}

.why-us h1 {
  /* text-align: center;
  font-size: 3rem;*/
  margin-bottom: 50px;
  color: #1a1a1a;
}

.why-us .comparison-table {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
  border: 3px solid #000;
}

.why-us table {
  width: 100%;
  border-collapse: collapse;
}

.why-us thead {
  background: #2a2a2a;
  color: white;
}

.why-us th {
  padding: 12px;
  font-size: 12px !important;
  font-weight: 600;
  text-align: center;
}

.why-us th:first-child {
  width: 20%;
  background: #111;
}

.why-us th:nth-child(2) {
  width: 40% !important;
}

.why-us th:last-child {
  width: 40%;
}

/* .why-us tbody tr:last-child {
  border-bottom: none;
} */

.why-us td {
  padding: 12px;
  vertical-align: middle;
}

.why-us td:first-child {
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 12px;
}

.why-us .icon {
  font-size: 1.5rem;
  min-width: 30px;
  text-align: center;
}

.why-us .checkmark {
  color: #22c55e;
  font-weight: bold;
  font-size: 1.5rem;
}

.why-us .cross {
  color: #ef4444;
  font-weight: bold;
  font-size: 1.5rem;
}

.why-us .emoji {
  font-size: 1.3rem;
}

.why-us tbody tr:nth-child(odd) td:nth-child(2) {
  background: #e8f4ff;
}

.why-us tbody tr:nth-child(even) td:nth-child(2) {
  background: #d4edff;
}

.why-us tbody tr:nth-child(1) td:nth-child(3),
.why-us tbody tr:nth-child(4) td:nth-child(3) {
  background: #fee;
}

.why-us tbody tr:nth-child(2) td:nth-child(3),
.why-us tbody tr:nth-child(5) td:nth-child(3),
.why-us tbody tr:nth-child(7) td:nth-child(3) {
  background: #fffaeb;
}

.why-us tbody tr:nth-child(3) td:nth-child(3) {
  background: #fff4e6;
}

.why-us tbody tr:nth-child(6) td:nth-child(3) {
  background: #ffe8e8;
}

.why-us .subtext {
  font-size: 0.85rem;
  color: #111;
  display: block;
  margin-top: 2px;
  transition: all .3s;
}

@media (max-width: 768px) {
  .why-us h1 {
    font-size: 2rem;
  }

  .why-us th,
  .why-us td {
    padding: 12px 8px;
    font-size: 0.9rem;
  }

  .why-us .icon {
    font-size: 1.2rem;
  }

  .why-us td:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.comparison-table {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #000;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.comparison-table thead {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
}

.comparison-table th {
  padding: 24px 16px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th:last-child {
  border-right: none;
}

.comparison-table th {
  background: black;
  color: #fff;
}

.comparison-table tbody tr {
  transition: all 0.3s ease;
  border-bottom-color: solid #eee;
}

.comparison-table tbody tr:hover {
  background: #f9f9f9;
}

.comparison-table td {
  padding: 20px 16px;
  vertical-align: middle;
  text-align: center;
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1a1a1a;
}

.comparison-table .icon {
  font-size: 1rem;
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
}

.comparison-table .checkmark {
  color: #22c55e;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 8px;
}

.comparison-table .cross {
  color: #ef4444;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 8px;
}

.comparison-table .emoji {
  font-size: 1.5rem;
  margin-right: 8px;
}

.comparison-table .subtext {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-top: 4px;
  font-weight: 400;
}

/* Alternating row colors for middle column */
.comparison-table tbody tr:nth-child(odd) td:nth-child(2) {
  background: linear-gradient(135deg, #e8f4ff 0%, #d4edff 100%);
}

.comparison-table tbody tr:nth-child(even) td:nth-child(2) {
  background: linear-gradient(135deg, #d4edff 0%, #c0e5ff 100%);
}

/* Color-coded backgrounds for last column */
.comparison-table tbody tr:nth-child(1) td:nth-child(3),
.comparison-table tbody tr:nth-child(4) td:nth-child(3),
.comparison-table tbody tr:nth-child(6) td:nth-child(3) {
  background: #fee;
}

.comparison-table tbody tr:nth-child(2) td:nth-child(3),
.comparison-table tbody tr:nth-child(5) td:nth-child(3),
.comparison-table tbody tr:nth-child(7) td:nth-child(3) {
  background: #fffaeb;
}

.comparison-table tbody tr:nth-child(3) td:nth-child(3) {
  background: #fff4e6;
}

.comparison-table td:first-child {
  background: black;
  color: white;
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
}

.heading {
  text-align: center;
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeInDown 0.8s ease forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.questions-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.question-btn {
  background: #e6fff0;
  border: 2px solid #000;
  border-radius: 16px;
  padding: 20px 24px;
  text-align: left;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: slideInLeft 0.6s ease forwards;
}

/* Staggered animation for buttons */
.question-btn:nth-child(1) {
  animation-delay: 0.1s;
}

.question-btn:nth-child(2) {
  animation-delay: 0.2s;
}

.question-btn:nth-child(3) {
  animation-delay: 0.3s;
}

.question-btn:nth-child(4) {
  animation-delay: 0.4s;
}

.question-btn:nth-child(5) {
  animation-delay: 0.5s;
}

.question-btn:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.question-btn:hover {
  background: #c2f0d8;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.question-btn.active {
  background: #c2f0d8;
  border-color: #00a86b;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 168, 107, 0.2);
}

.question-btn.active::after {
  transform: rotate(90deg);
}

.answer-panel {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  min-height: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: slideInRight 0.6s ease forwards 0.3s;
  overflow: hidden;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.answer-content {
  line-height: 1.6;
  text-align: center;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
}

.answer-content.has-answer {
  text-align: left;
  opacity: 1;
  animation: fadeInContent 0.5s ease forwards;
}

@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .heading h1 {
    font-size: 2rem;
  }

  .question-btn {
    font-size: 1rem;
    padding: 16px 20px;
  }

  .answer-panel {
    padding: 24px;
  }
}

.bundle-item {
  max-width: 1000px !important;
}

/* Desktop - Large screens (1280px and above) */
@media (min-width: 1000px) {
  #hero-section-desktop {
    display: block;
  }

  #hero-section-mobile {
    display: none;
  }

  #stickyPrice {
    display: none;
  }
}

/* Tablet - Medium screens (768px to 1279px) */
@media (min-width: 768px) and (max-width: 1000px) {
  #hero-section-desktop {
    display: block;
  }

  #hero-section-mobile {
    display: none;
  }

  #stickyPrice {
    display: block;
  }
}

/* Mobile - Small screens (below 768px) */
@media (max-width: 767px) {
  #hero-section-desktop {
    display: none;
  }

  #hero-section-mobile {
    display: grid;
  }

  #stickyPrice {
    display: block;
  }
}

.tooltip {
  background: black;
  color: beige;
  border-radius: 5px;
  padding: 5px;
  font-size: 8px;
  border-radius: 50px;
  width: 24px;
}

.tooltip .subtext {
  color: #111;
  position: absolute;
  transform: translateX(-50%);
  margin-top: 6px;
  display: none;
}

.tooltip:hover .subtext {
  display: block;
}

/* Base/Default width for w-60 */
.w-60 {
  width: 15rem;
  max-width: 15rem;
}

/* Desktop - Large screens (1000px and above) */
@media (min-width: 1000px) {
  .w-60 {
    width: 15rem !important;
    max-width: 15rem !important;
  }
}

/* Tablet - Medium screens (768px to 999px) */
@media (min-width: 768px) and (max-width: 999px) {
  .w-60 {
    width: 12rem !important;
    max-width: 12rem !important;
  }
}

/* Mobile - Small screens (below 768px) */
@media (max-width: 767px) {
  .w-60 {
    width: 100% !important;
    max-width: 320px !important;
  }
}