@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  margin: 0px;
  padding: 0px;
  background: #fff8f0;
}
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff8f0;
  box-shadow: 0px 4px 30px 0px #012b395e;
}
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-animate.animate {
  opacity: 1;
  transform: translateY(0px);
}

.about_col.container_max_width {
  padding: 0px;
}
.course_inner.container_max_width {
  padding: 0px 20px 40px 20px;
}
section.courses_container_section .container {
  padding: 143px 0px 90px 0px;
}
.video_hero_inner.container_max_width {
  padding: 0px 20px 50px 20px;
}
.courses_container_section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 73px 20px;
}
p {
  font-family: inter !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Sora !important;
}
.container_max_width img {
  width: 100%;
}

.Form-section .image_container.form_col img {
  border-radius: 15px;
  height: 541px;
  object-fit: cover;
}
.lang-switcher {
  top: 10px;
  right: 20px;
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.flag {
  width: 30px;
  height: 20px;
  display: block; /* always visible */
}
section.scroll-animate.Courses_section.animate {
  padding-top: 60px;
  overflow: hidden;
}

.address_section.container_max_width img {
  border-radius: 0px;
}

/* Removed breadcrumb styles */

/* Image optimization */
img {
  max-width: 100%;
  height: auto;
  loading: lazy;
}

/* Performance optimizations */
.scroll-animate {
  will-change: transform, opacity;
}

/* Core Web Vitals optimizations */
.container_max_width {
  contain: layout style paint;
}

/* Responsive styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: block !important;
    margin: 0px !important;
  }
  
  /* Removed breadcrumb mobile styles */

  .main-navigation {
    width: 100%;
    display: none;
    background: #fff;
    position: absolute;
    top: 70px; /* adjust based on your header height */
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .main-navigation.active {
    display: block;
    position: unset;
  }

  .menu-links {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    margin: 0;
    align-items: center;
    width: 100%;
  }

  .menu-links li {
    width: 100%;
    text-align: center;
  }

  .menu-links li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: start;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-family: "Inter";
  }

  .language-switcher {
    order: -1;
    margin-top: 10px;
  }

  .main-header {
    position: relative;
    flex-wrap: nowrap;
  }
}

header {
  /*background: #fff;*/
  padding: 10px 20px;
  /*border-bottom: 1px solid #ddd;*/
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.logo img {
  width: 100px !important;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.main-navigation {
  flex-grow: 1;
}

.menu-links {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.menu-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
  font-family: "Inter";
}

.menu-links li a:hover {
  color: #0073e6;
}

.language-switcher img {
  height: 24px;
}

.address_section img {
  width: 30px;
}

/*.main-header {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    max-width: 1200px;*/
/*    margin: auto;*/
/*    justify-content: space-between;*/
/*    padding: 9px 0px;*/
/*    align-items: center;*/
/*}*/
/*ul.menu-links {*/
/*    display: flex;*/
/*    list-style: none;*/
/*    padding: 0px;*/
/*    gap: 29px;*/
/*}*/
/*ul.menu-links li a {*/
/*    color: #012B39;*/
/*    font-family: inter;*/
/*    font-weight: 400;*/
/*    text-decoration: none;*/
/*    font-size: 17px;*/
/*}*/
/*.logo {*/
/*    width: 14%;*/
/*}*/
/*.logo img {*/
/*    width: 54%;*/
/*}*/
section .container_max_width {
  max-width: 1200px;
  margin: auto;
}
.Form-section .form_col {
  width: 50%;
}

.Form-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  padding: 54px 0px;
}

.her0_inner h2 {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 20px;
}
.address_section.container_max_width {
  display: flex;
  gap: 20px;
}
.address_section.container_max_width {
  display: flex;
  justify-content: space-between;
}
.adress_col {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e1e3f6;
  border-radius: 10px;
  box-shadow: 4px 5px 0px 0px #c4c8ee;
}
section.section_2 {
  padding: 0px 20px;
}
.adress_col {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e1e3f6;
  border-radius: 10px;
  box-shadow: 4px 5px 0px 0px #c4c8ee;
  height: 226px;
}
.adress_col h3 {
  font-size: 24px;
  font-family: sora;
  font-weight: 600;
  color: #252422;
  margin: 14px;
}
.adress_col a {
  font-family: "Inter";
  color: #252422;
  font-weight: 400;
  font-size: 15px;
}
form#whatsappForm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

form#whatsappForm h2 {
  width: 100%;
  font-size: 38px;
  font-family: "Sora";
  font-weight: 600;
  color: #252422;
  margin: 2px 0px;
}
.row input {
  width: 50%;
}
.row {
  width: 100%;
}
.row {
  display: flex;
  gap: 11px;
}
textarea#message {
  width: 100%;
}
button {
  margin: auto;
}
form#whatsappForm {
  background: #d0f0f8;
  border-radius: 30px;
  padding: 32px;
  box-shadow: 7px 4px 0px 0px #a5bec5;
}
.row input {
  width: 50%;
  height: 49px;
  border: solid 1px #000;
  border-radius: 10px;
  padding: 0px 11px;
  background: transparent;
}
textarea#message {
  width: 100%;
  height: 150px;
  border: solid 1px #000;
  border-radius: 10px;
  padding: 15px 11px;
  background: transparent;
}
section.section_2 {
  padding: 35px 20px 80px 20px;
}
textarea#message::placeholder,
input::placeholder {
  color: #252422;
  font-family: "Inter";
  font-size: 14px;
}
form#whatsappForm button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: #152e36;
  color: #fff;
  font-family: "Inter";
  font-size: 15px;
  letter-spacing: 1px;
}

.hero_section.container_max_width h1 {
  font-size: 43px;
  text-align: center;
  color: #252422;
  font-family: "Sora";
  font-weight: 600;
  margin: 0px;
}
.hero_section.container_max_width p {
  color: #252422;
  font-family: "Inter";
  text-align: center;
  margin: auto;
  max-width: 582px;
  font-size: 16px;
  line-height: 26px;
  padding-top: 12px;
}
.hero_section.container_max_width {
  padding: 143px 0px 0px;
}
.hero_section.container_max_width:before {
  content: "";
  background: url(images/curl.png);
  position: absolute !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 101px;
  width: 17%;
  z-index: 6;
}

/* footer */
footer section {
  background: #fadfca;
  padding: 80px 0px;
  text-align: center;
}
.footer1_section.container_max_width h2 {
  font-size: 30px;
  text-align: center;
  color: #252422;
  font-family: "Sora";
  font-weight: 600;
  margin: 0px;
  line-height: 40px;
}
.footer1_section.container_max_width p {
  color: #252422;
  font-family: "Inter";
  text-align: center;
  margin: auto;
  max-width: 582px;
  font-size: 16px;
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 30px;
}
.slide-div {
  border: solid 1px #000;
  border-radius: 100px;
  max-width: 500px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.slide-div a {
  font-size: 24px;
  font-family: sora;
  font-weight: 400;
  color: #252422;
  margin: 14px;
  text-decoration: none;
}
footer section.section_2 {
  padding: 70px 20px 20px 20px;
}
footer section.section_2 {
  background: #152e36;
}
.container_footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 39px;
}
.footer_col_1 {
  text-align: left;
  width: 25%;
  filter: brightness(100);
  color: #fff;
}
/*.footer_col_2 ul.footer-links*/
/*{*/
/*    display: flex;*/
/*    list-style: none;*/
/*    gap: 30px;*/
/*    justify-content: end;*/
/*}*/

.footer_col_2.footer_courses {
  width: 75%;
  display: flex;
  justify-content: center;
}

.footer_inner {
  width: 30%;
}

ul.footer-links {
  width: 30%;
}

.footer_col_2 ul.footer-links {
  display: flex;
  list-style: none;
  gap: 30px;
  flex-direction: column;
  align-items: start;
  padding: 0px;
  width: 100%;
}
.footer_col_2 h2 {
  color: #fff;
  font-size: 20px;
  text-align: start;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.footer_col_2 li.nav_link a {
  color: #fff;
  text-decoration: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}
.footer_col_1 p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 26px;
}
ul.social_icons {
  display: flex;
  list-style: none;
  gap: 15px;
  padding: 0px;
}
ul.social_icons li {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background: #fff;
}
.footer_col_1 img {
  width: 58%;
}
.footer_container_copyright {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: "Inter";
  border-top: solid 1px #fff;
  padding-top: 10px;
}
.privacy ul {
  list-style: none;
  display: flex;
  gap: 10px;
}
.privacy ul li a {
  color: #fff;
  font-family: "Inter";
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0px;
}
.footer2_section.container_max_width {
  padding-bottom: 0px;
}
.faq_hero_section.container_max_width p {
  padding: 14px 20px;
}

@media (max-width: 980px) {
  .Form-section {
    flex-direction: column;
  }

  .footer_col_1 img {
    width: 32%;
  }
  .about_conatiners h2 {
    line-height: 30px;
    margin: 0px 0px 20px 0px !important;
  }

  .Form-section .form_col {
    width: 100%;
  }
  .Form-section {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px 0px;
  }
  .image_container.form_col img {
    width: 100%;
    /*border-radius: 0px;*/
  }
  .address_section.container_max_width img {
    border-radius: 0px;
  }

  .Form-section .image_container.form_col img {
    height: auto;
  }
  .address_section.container_max_width {
    flex-direction: column;
  }
  .adress_col {
    width: 100%;
  }
  footer section {
    background: #fadfca;
    padding: 80px 20px;
    text-align: center;
  }
  .container_footer {
    flex-direction: column;
  }
  .footer_col_1 {
    width: 100%;
  }
  ul.footer-links {
    padding: 0px;
  }
  .footer_col_2 ul.footer-links {
    justify-content: center;
  }

  .footer_container_copyright {
    flex-direction: column;
  }
  .privacy ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0px;
    justify-content: center;
  }
  .footer1_section.container_max_width h2 {
    font-size: 27px;
    text-align: center;
    color: #252422;
    font-family: "Sora";
    font-weight: 600;
    margin: 0px;
  }
  .hero_section.container_max_width h1 {
    font-size: 30px;
    text-align: center;
    color: #252422;
    font-family: "Sora";
    font-weight: 600;
    margin: 0px;
    line-height: 40px;
  }
  .adress_col img {
    width: 30px;
  }

  .hero_section.container_max_width {
    padding: 143px 20px 0px;
  }
  form#whatsappForm {
    width: 89%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* FAQ */
.faq_hero_section h1,
.Courses h1 {
  font-size: 30px;
  text-align: center;
  color: #252422;
  font-family: "Sora";
  font-weight: 600;
  margin: 0px;
}

.answer p {
  margin: 0px !important;
  text-align: start !important;
}
.faq_hero_section p,
.Courses p {
  color: #252422;
  font-family: "Inter";
  text-align: center;
  margin: auto;
  max-width: 582px;
  font-size: 16px;
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 20px;
}
.wrapper {
  width: 70%;
  max-width: 900px;
}
.container_1 {
  color: #000 !important;
  border-radius: 40px;
  margin: 20px 0;
  transition: all 0.3s ease;
  padding: 25px 30px;
  background-color: #d0f0f8 !important;
}
.container {
  color: white;
  border-radius: 40px;
  margin: 20px 0;
  transition: all 0.3s ease;
  padding: 25px 30px;
}

.question {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Sora";
}

.icon {
  background-color: #fff;
  color: black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  transition: 0.3s ease;
  user-select: none;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.answer {
  margin-top: 20px;
  padding: 20px;
  background-color: #b7f5c3;
  color: #252422;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Inter";
  line-height: 26px;
}

/* Toggle Icons */
.container_1:not(.active) .icon::before {
  content: "+";
}

.container_1.active .icon::before {
  content: "×";
  font-size: 1.8rem;
}

/* a {
      color: #003B4F;
      font-weight: 600;
      text-decoration: underline;
        } */

@media (max-width: 768px) {
  .wrapper {
    width: 90%;
  }

  .question {
    font-size: 1.2rem;
  }
}

.faq_hero_section,
.Courses {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .container_max_width {
  max-width: 1200px;
  margin: auto;
  padding: 70px 0px;
}
.faq_hero_section.container_max_width {
  max-width: 1200px;
  margin: auto;
  padding: 143px 0px !important;
}

/* Homepage */

.home_hero_inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.hero_col {
  width: 50%;
}
.hero_col_1.hero_col h1 {
  font-family: "Sora";
  font-weight: 600;
}
h1 {
  font-size: 70px;
  line-height: 80px;
}

.hero_col_1.hero_col h2 {
  margin: 0px;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  color: #000 !important;
  background: #f6e8a800 !important;
  width: fit-content;
  border-radius: 100px;
  border: solid 1px #000;
  padding: 10px 40px 10px 40px !important;
}
.links img {
  width: 30%;
}
.hero_col_1.hero_col p {
  font-size: 19px;
  font-family: "Inter";
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 5px;
}
.hero_col_2.hero_col img {
  width: 50%;
}

.hero_col_2.hero_col {
  text-align: center;
}
.her0_inner {
  width: 83%;
  padding-top: 54px;
}

.hero_col_1.hero_col h1 {
  font-size: 52px;
  font-family: "Sora";
  font-weight: 600;
  line-height: 71px;
  margin: 10px 0px;
}
.her0_inner a {
  background: #012d3700;
  color: #000000;
  font-size: 16px;
  font-family: "Inter";
  text-decoration: none;
  font-weight: 500;
  padding: 25px 30px;
  border-radius: 12px;
  border: solid 1px #000;
}
.links {
  align-items: center;
  display: flex;
  gap: 36px;
}

/* .Courses_section  .slider-container {
      position: relative;
      overflow: hidden;
      max-width: 1200px;
    }

   .Courses_section .slider {
      display: flex;
      gap: 20px;
      transition: transform 0.3s ease-in-out;
    } */
.home_hero_inner.container_max_width {
  padding: 0px;
  padding-top: 35px;
}

.Courses_section .slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin-bottom: 30px;
}

.Courses_section .slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.Courses_section .card {
  flex: 0 0 300px;
  min-height: 200px;
  border-radius: 16px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.Courses_section .card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  text-align: start;
  font-family: "Sora";
}

.Courses_section .icon {
  width: 60px;
  height: 60px;
  background-color: #00000010;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.Courses_section .bg1 {
  background-color: #f7ddcb;
  justify-content: space-between;
}
.Courses_section .bg2 {
  background-color: #fef0ad;
}
.Courses_section .bg3 {
  background-color: #002d38;
  color: white;
}
.Courses_section .bg4 {
  background-color: #e6e6f5;
}

.Courses_section .arrow-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.Courses_section .card {
  justify-content: space-between;
}

.Courses_section .arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}
.course_inner.container_max_width {
  display: flex;
  align-items: baseline;
}
.heading_col {
  width: 30%;
}
.cards_courses {
  width: 70%;
}
.Courses_section .slider-container {
  position: relative;
  width: 61vw;
  max-width: 1200px;
  overflow: hidden;
  margin-bottom: 30px;
}
h2 {
  font-size: 48px;
  font-family: "Sora";
  font-weight: 600 !important;
  line-height: 58px;
  color: #252422;
}
.video_heading h2 {
  text-align: center;
}

.video_max img {
  max-width: 77%;
  margin-top: 85px;
}
.video_container_col {
  background: #012b39;
  display: flex;
  justify-content: space-between;
  padding: 70px 40px 50px 40px;
  border-radius: 20px;
  color: #fff;
  margin-top: -64px;
}
.video_max {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video_col_left h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Sora";
  line-height: 36px;
  margin-bottom: 29px;
}

.some_inner_col {
  margin-top: 100px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.some_content {
  color: #252422;
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter";
}

.counter_inner {
  display: flex;
}

.video_col_left {
  width: 65%;
}
.video_col_left a {
  background: #89b592;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 6px;
  font-weight: 400;
}

.inner_video_right {
  display: flex;
  gap: 56px;
}
.count_1 p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}
.count_1 h3 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Sora";
  text-decoration: underline;
  line-height: 60px;
}
.count_1 h3 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Sora";
  text-decoration: underline;
  line-height: 60px;
  margin: 0px;
}
.count_1 img {
  margin: 10px 0px;
}
.count_1 p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

.courses_container_section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.courses_container_section .section-header {
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1f;
  margin: 0px;
}

.courses_container_section .courses {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Ensure equal heights for all course cards */
.courses_container_section .courses .course-card {
  height: auto;
  min-height: 100%;
}

.courses_container_section .course-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  max-width: 370px;
  flex: 1;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.courses_container_section .instructor {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 4px 15px 4px 3px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
}

.courses_container_section .instructor img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.courses_container_section .card-top {
  flex-shrink: 0;
}

.courses_container_section .course-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  min-height: 0;
}

.courses_container_section .course-content p {
  flex-grow: 1;
  margin-bottom: 20px;
  margin-top: 0;
}

.courses_container_section .course-content > div:last-child {
  margin-top: auto;
  flex-shrink: 0;
}

.courses_container_section .course-title {
  font-size: 20px;
  font-family: sora;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1d1d1f;
}

.courses_container_section .course-meta {
  font-size: 14px;
  color: #6e6e73;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}

.courses_container_section .course-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.courses_container_section .course-price {
  font-size: 16px;
  font-weight: 600;
  color: #3ebf87;
}

.courses_container_section .course-old-price {
  font-size: 14px;
  color: #ccc;
  text-decoration: line-through;
  margin-left: 10px;
}

.courses_container_section .view-button {
  background-color: #1d1d1f;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin: 0px;
  font-family: "Inter";
}

.btn_view {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

/* Background classes */
/* .courses_container_section .bg-green { background-color: #d8f2dd; } */
.courses_container_section .bg-orange {
  background: linear-gradient(45deg, #fdc78b, #f396a2);
}
.courses_container_section .bg-red {
  background: linear-gradient(45deg, #ffb2b2, #fca9d4);
}

span.course-price a {
  background: #152e36;
  color: #fff;
  font-size: 16px;
  font-family: "Inter";
  text-decoration: none;
  font-weight: 400;
  padding: 16px 0px;
  border-radius: 12px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  flex-shrink: 0;
}

.courses .instructor p {
  margin: 0px;
  color: #252422;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

img.course_image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/*.course1 , .course2{*/
/*    filter: brightness(1.2) contrast(1.3);*/
/*}*/

.main_sub h2 {
  width: 50%;
  text-align: center;
  margin: auto;
}
.main_sub p {
  color: #252422;
  text-align: center;
  font-size: 15px !important;
  line-height: 25px;
  width: 45%;
  margin: auto;
  margin-top: 20px;
  font-family: "Inter";
}

.subjects {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.all_sub {
  background: #fff;
  box-shadow: 0px 4px 4px 0px #012b39;
  border-radius: 30px;
  padding: 10px;
  margin-top: 50px;
  width: 90px;
  margin: auto;
}

.subjects .all_sub img {
  width: 90px;
}

.inner_sub p {
  font-size: 20px !important;
  color: #252422;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  width: 100%;
  margin-top: 20px;
  font-family: "Sora";
}
/* 
img.blog_img_inner {
    width: 100%;
}

.inner_blog {
    display: flex;
    gap: 30px;

}


.inner_blog_content p {
    font-size: 20px !important;
    color: #252422;
    line-height: 30px;
    font-weight: 600;
    margin: 0px;
    width: 100%;
    margin-top: 20px;
    font-family: 'Sora';
}
.blog_inner-card {
    position: relative;
}
.inner_blog_content
 {
    width: 75%;
    box-shadow: 5px 5px 0px 0px #252422;
    border-radius: 5px;
    padding: 10px 20px;
    position: absolute;
    background: #fff;
    left: 26px;
    bottom: -59px;
}

.inner_blog_content a{
    margin: 0px;
} */

/* slider section  */

.inner_slider_section {
  background-image: url(images/background_section.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0px;
}
.inner_sub_content h2 {
  width: 50%;
  text-align: center;
  margin: auto;
}

.inner_sub_content p {
  color: #252422;
  text-align: center;
  font-size: 15px !important;
  line-height: 25px;
  width: 45%;
  margin: auto;
  margin-top: 20px;
  font-family: "Inter";
}

/* slider  */

.slider-section {
  padding: 40px;
}

.slider-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 20px 0;
}

.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  max-width: 280px;
  padding: 20px;
  flex-shrink: 0;
}

.stars {
  color: gold;
  margin-bottom: 10px;
}

.profile {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.nav {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

/* new slider  */

.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 200px;
}

.stars {
  color: gold;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.profile {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #333;
}

@media (max-width: 768px) {
  .card {
    min-height: auto;
    padding: 15px;
  }
}

/* faq  */
.faq_hero_section h1,
.Courses h1 {
  font-size: 30px;
  text-align: center;
  color: #252422;
  font-family: "Sora";
  font-weight: 600;
  margin: 0px;
}
.faq_hero_section p,
.Courses p {
  color: #252422;
  font-family: "Inter";
  text-align: center;
  margin: auto;
  max-width: 582px;
  font-size: 16px;
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 20px;
}
.wrapper {
  width: 70%;
  max-width: 900px;
}
.container_1 {
  color: #000;
  border-radius: 40px;
  margin: 20px 0;
  transition: all 0.3s ease;
  padding: 25px 30px;
  background-color: #152e36;
}
.container {
  color: white;
  border-radius: 40px;
  margin: 20px 0;
  transition: all 0.3s ease;
  padding: 25px 30px;
}

.icon {
  background-color: #fff;
  color: black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  transition: 0.3s ease;
  user-select: none;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.answer {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  color: #252422;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Inter";
  line-height: 26px;
}

/* Toggle Icons */
.container_1:not(.active) .icon::before {
  content: "+";
}

.container_1.active .icon::before {
  content: "×";
  font-size: 1.8rem;
}

a {
  color: #003b4f;
  font-weight: 600;
  text-decoration: underline;
}

.accordian_s {
  display: flex !important;
  justify-content: space-between;
  cursor: pointer;
}

/*Home Page  Responsive*/

@media screen and (max-width: 980px) {
  .home_hero_inner.container_max_width {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 99px;
  }

  .hero_col_2.hero_col img {
    width: 100%;
  }

  .footer_col_2.footer_courses {
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
  }

  .footer_inner {
    width: 100%;
  }

  .question {
    font-size: 18px;
    line-height: 28px;
    width: 83%;
  }
  .wrapper {
    width: 100%;
    max-width: 100%;
  }
  section.main-faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main_courses {
    padding-left: 20px;
    padding-right: 20px;
  }

  h2.testimonial-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .hero_col {
    width: 100%;
    margin-top: 40px;
  }

  .her0_inner {
    width: 100%;
  }

  .her0_inner a {
    padding: 14px 18px;
  }
}

.testimonial-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  max-width: 350px;
  width: 100%;
  text-align: center;
}

.stars {
  color: gold;
  font-size: 20px;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.profile {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile h4 {
  margin: 0;
  font-size: 16px;
}

.profile small {
  color: #999;
}

.testimonial-heading {
  font-family: "Sora", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 16px;
}
.testimonial-subheading {
  font-size: 16px;
  color: #4a4a4a;
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
}
.testimonial-slider {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}
.testimonial-card {
  flex: 0 0 300px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.stars {
  color: gold;
  margin-bottom: 10px;
}
.testimonial-text {
  font-size: 14px;
  margin-bottom: 36px;
  color: #333;
  height: 80px;
}
.slider-arrows span {
  border: solid 1px #000;
  padding: 7px 8px;
  border-radius: 100px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.testimonial-author-info {
  font-size: 14px;
}
.testimonial-author-info strong {
  display: block;
  font-weight: bold;
}
.slider-arrows {
  margin-top: 20px;
  font-size: 24px;
  cursor: pointer;
}

/*Course Page */
.main_courses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 980px) {
  .courses_container_section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Courses_section .arrow-container {
    display: flex;
    gap: 20px;
    justify-content: start !important;
  }
  .faq_hero_section h1,
  .Courses h1 {
    line-height: 50px;
    padding-top: 40px;
  }
  .about_contain.animate .container_max_width {
    display: block !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about_contain.animate .image-col {
    width: 100%;
  }

  .about-col {
    width: 90% !important;
    margin: 0px;
  }

  .about_conatiners {
    margin: 0px !important;
    margin-top: 30px !important;
  }

  .courses_container_section .section-header {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .video_col_left h3 {
    font-size: 17px;
    line-height: 27px;
  }
  .main_video:before {
    width: 110px !important;
    height: 110px !important;
    right: 0px !important;
    margin-top: 229px !important;
  }

  .hero_col_1.hero_col h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .Courses_section .arrow-container {
    position: relative;
    left: 32%;
    top: 30px;
  }
  section .container_max_width {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .video_heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading_col h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 60px;
  }
  .video_heading {
    text-align: center;
  }
  .inner_video_right h3 {
    font-size: 25px;
  }
  .btn_view {
    display: block;
    text-align: center;
  }
  .courses_container_section .courses {
    flex-direction: column;
    gap: 20px;
  }
  .course-card {
    max-width: 100% !important;
    width: 94% !important;
    display: block !important;
  }

  .inner_sub_content h2 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .inner_sub_content p {
    width: 100%;
  }
  .subjects {
    flex-wrap: wrap;
    gap: 30px;
  }
  .inner_sub {
    width: 45%;
  }

  .course_inner.container_max_width {
    flex-direction: column;
  }
  .heading_col {
    width: 100%;
  }
  .cards_courses {
    width: 100%;
  }
  .Courses_section .slider-container {
    margin: 0px;
    width: 100%;
    max-width: 100%;
  }
  .video_container_col {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .video_col_left {
    width: 100%;
  }
  .video_col_right {
    margin-top: 50px;
  }
  .some_inner_col {
    margin-top: 60px;
  }

  section.scroll-animate.courses_container_section.animate {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testimonial-section {
  text-align: center;
  background: url(images/testiminial_sec);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonial-heading {
  font-family: "Sora", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 16px;
}
.testimonial-subheading {
  font-size: 16px;
  color: #4a4a4a;
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
}
.testimonial-slider {
  display: flex;
  overflow: hidden;
  gap: 20px;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}
.testimonial-card {
  flex: 0 0 300px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.stars {
  color: gold;
  margin-bottom: 10px;
}
.testimonial-text {
  font-size: 14px;
  margin-bottom: 40px;
  color: #333;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.testimonial-author-info {
  font-size: 14px;
}
.testimonial-author-info strong {
  display: block;
  font-weight: bold;
}
.slider-arrows {
  margin-top: 20px;
  font-size: 24px;
  cursor: pointer;
}
.testimonial-author-info h2 {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}

.testimonial-author-info p {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}
.main_video {
  margin: auto;
  display: contents;
}
.main_video:before {
  background: url(images/Background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 189px;
  height: 173px;
  animation: rotate 10s linear infinite;
  right: 67px;
  margin-top: -203px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(100deg);
  }
}

/*Social Icons */

.social_icons i.fa-brands {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  /* margin: auto !important; */
}

ul.social_icons li {
  display: flex;
  align-items: center;
  justify-content: center;
}

#whats_app {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  padding: 10px 10px 6px 10px;
}

#whats_app:hover {
  transform: scale(1.1);
}

#whats_app img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#whats_app {
  animation: pulse 2s infinite;
}

.about_conatiners p {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
.about_conatiners h2 {
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  color: #252422;
}
section.scroll-animate.about_contain.animate .container_max_width {
  display: flex;
}
.about_conatiners.container_card_2 {
  background: #152e36;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 6px 8px 0px 0px #89b592;
}
.about_conatiners.container_card_3 {
  background: #ffefb0;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 6px 8px 0px 0px #ffdf61;
}
.about_conatiners.container_card_1 {
  background: #e1e3f6a8;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 6px 8px 0px 0px #e1e3f6;
}
.about_conatiners.container_card_2 {
  margin: 40px 0px 38px 43px;
}
.about_conatiners.container_card_2 h2,
.about_conatiners.container_card_2 p {
  color: #fff;
}
.about_contain.animate img {
  width: 93%;
}
.about_conatiners p {
  font-size: 12px;
  line-height: 19px;
  margin: 0px;
  padding: 0px;
}
.image-col,
.about-col {
  width: 50%;
  margin: auto;
}
section.scroll-animate.home-hero.animate {
  background: url(images/bckground);
  background-color: #f7ddcb;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home_hero_inner.container_max_width {
  z-index: 99;
  position: relative;
  height: 80vh;
  align-items: center;
}

@media (max-width: 980px) {
  section.scroll-animate.home-hero.animate {
    background: url(images/bckground);
    background-color: #f7ddcb;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  .home_hero_inner.container_max_width {
    z-index: 99;
    position: relative;
    height: 67vh;
    align-items: center;
  }
  section.scroll-animate.home-hero.animate:before {
    content: "";
    background: #ffffff7d;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  header {
    width: 92%;
  }
  .lang-switcher {
    align-items: center !important;
  }
  .menu-links {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    justify-content: center;
    position: absolute;
    background: #fff;
    top: 84px;
    left: 0;
  }
  .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    max-width: 1200px;
    margin: auto;
  }
}
