.nav__tabs {
  display: flex;
  background: #004246;
  justify-content: center;
  box-shadow: 0px 1px 2px 0px rgba(34, 197, 94, 0.2);
  position: sticky;
  top: 115px;
  z-index: 10;
}
.nav__tabs a {
  color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  border-right: 1px dashed #f7f7f7;
}
.nav__tabs a:last-child {
  border: none;
}
#overview,
#shcedule,
#syllabus,
#details,
#fee,
#gallery,
#teachers,
#acomodation,
#activities,
#location {
  scroll-margin-top: 150px;
}
/* overview section starts */
.heading__block {
  text-align: center;
}
.overview__section .container {
  background: #f2fbf7;
  padding: 60px;
  border-radius: 22px;
  margin-block-start: 60px;
}
.overview__section .grid__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
.overview__section .headingText {
  line-height: 1.4;
  font-size: 40px;
  letter-spacing: 0px;
  color: #000;
  margin: 0px 0px 15px;
}
.overview__section .headingText span {
  color: transparent;
  background: transparent linear-gradient(99deg, #004246 0%, #ffd500 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.overview__section .grid__row p.moretext {
  display: none;
}
.overview__section .grid__row p {
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.overview__section .grid__row p span {
  font-size: 20px;
  padding-top: 20px;
  display: block;
  font-weight: 500;
}
.overview__section .linkBtn {
  background: #ffd500;
  color: #000;
  padding: 12px 16px;
  border-radius: 8px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  gap: 12px;
  width: max-content;
  margin-top: 16px;
  box-shadow: 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5);
  cursor: pointer;
  border: none;
}
.overview__section img {
  width: 100%;
}
/* overview section ends */

/* course information section starts */
.course__information .title {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.course__information .heading__block {
  margin-bottom: 32px;
}
.course__information .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.course__information .grid__row {
  background: #004246;
  padding: 24px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  max-width: 1116px;
  margin-inline: auto;
  gap: 24px;
}
.course__information .content__left {
  text-align: center;
  color: #fff;
}
.course__information .content__left h3 {
  color: rgb(45 248 197 / 1);
  margin-bottom: 20px;
}
.course__information .content__left p {
  font-size: 16px;
  padding-bottom: 24px;
}
.course__information .content__left ul {
  background: #013437;
  padding: 24px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.course__information .content__left ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  gap: 12px;
}
.course__information .content__left ul li .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.course__information .content__left ul li span.heading {
  color: #fff;
  font-size: 18px;
}
.course__information .content__left ul li span.info b {
  color: #c9c186;
  font-weight: 600;
}
.course__information .content__left ul li img {
  margin-top: 4px;
}
.course__information .content__right ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.course__information .content__right ul li {
  background: #013437;
  color: #fff;
  display: flex;
  gap: 16px;
  border-radius: 6px;
  padding: 16px;
}
.course__information .content__right ul li img {
  width: 30px;
  height: 30px;
}
.course__information .content__right ul li div {
  display: flex;
  flex-direction: column;
}
.course__information .content__right ul li div span:first-child {
  color: #c9c186;
  font-size: 14px;
  padding-bottom: 4px;
}
.course__information .content__right ul li div span:last-child {
  font-size: 14px;
  line-height: 22px;
}
.course__information .content__right .enroll__now {
  background: #ffd500;
  color: #000;
  font-family: "Manrope", sans-serif;
  padding: 12px 16px;
  border-radius: 8px;
  min-width: 148px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  height: 56px;
  gap: 4px;
  margin-top: 16px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5);
}
.course__information .content__right .enroll__now svg {
  height: 16px;
  width: 16px;
}
/* course information section ends */

.teacher__training__schedule__section .heading__block {
  margin-bottom: 32px;
}
.teacher__training__schedule__section .title {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.teacher__training__schedule__section .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.teacher__training__schedule__section .grid__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  border-radius: 20px;
}
.ttc__syllabus {
  padding: 40px;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
}
.ttc__syllabus h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
  line-height: 40px;
}
.teacher__training__schedule__section.syllabus .grid__row {
  background: transparent;
  gap: 20px;
}
.teacher__training__schedule__section .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.daily__schedule {
  padding: 40px;
}
.daily__schedule h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
  line-height: 40px;
}
.daily__schedule p {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  gap: 36px;
  margin-bottom: 20px;
  padding-left: 24px;
  width: max-content;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
  position: relative;
  /* overflow: hidden; */
}
.daily__schedule p span {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  background-color: rgb(0, 66, 70);
  padding-inline: 12px;
  padding-block: 8px;
}
.daily__schedule p span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgb(0, 66, 70);
  left: -10px;
  top: 0;
  transform: skewX(-15deg);
  z-index: 1;
  transform: skewX(345deg);
}
.daily__schedule p span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgb(0, 66, 70);
  right: -10px;
  top: 0;
  transform: skewX(-15deg);
  z-index: 1;
  transform: skewX(345deg);
}
.ttc__syllabus .accordion {
  width: 100%;
}
.ttc__syllabus .accordion-item {
  background-color: #fff;
  color: #111;
  margin-bottom: 12px;
  border-radius: 0.5rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background: #f2fbf7;
}
.ttc__syllabus .accordion-item-header {
  padding: 12px;
  line-height: 1.25rem;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ttc__syllabus .accordion-item-header::after {
  content: "\002B";
  font-size: 24px;
  position: absolute;
  right: 1rem;
}
.ttc__syllabus .accordion-item-header.active::after {
  content: "\2212";
}
.ttc__syllabus .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ttc__syllabus .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

/* treatreats fee section starts */

.teacher__training__fee__sections .heading__block {
  margin-bottom: 40px;
}
.teacher__training__fee__sections .heading__block h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}
.teacher__training__fee__sections .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.table__container .table__header {
  display: flex;
  background-color: rgba(0, 66, 70, 1);
}
.table__container .table__row .row {
  display: flex;
  border: 1px solid rgba(0, 66, 70, 1);
  align-items: center;
}
.table__container .table__header h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 12px;
  text-align: center;
}
.table__container .table__header span {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(70, 70, 70, 1);
  font-size: 15px;
  padding: 4px 10px;
  border-radius: 4px;
  width: max-content;
}
.table__container .dates {
  flex: 0 0 20%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table__container .price {
  flex: 0 0 60%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table__container .price p {
  font-size: 14px;
  padding-top: 12px;
  font-weight: 500;
  color: #004246;
}
.table__container .price .price__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 626px;
}
.table__container .table__row .price .price__row {
  display: grid;
  grid-template-columns: 120px 106px 182px 165px;
}
.table__container .book {
  flex: 0 0 20%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table__container .table__row .dates {
  border-right: 2px dashed rgba(0, 66, 70, 1);
}
.table__container .table__row .dates span {
  background: rgba(0, 66, 70, 1);
  padding: 4px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
}
.table__container .table__row .book {
  border-left: 2px dashed rgba(0, 66, 70, 1);
}
.table__container .table__row .book button {
  background: rgba(255, 213, 0, 1);
  color: #000;
  padding-inline: 32px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  height: 42px;
}
.table__container .table__row .price__row {
  width: 100%;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.table__container .table__row .price__row span {
  text-align: center;
  width: max-content;
  margin-inline: auto;
  padding-inline: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0, 66, 70, 1);
}
.table__container .table__row .price__row span b {
  display: none;
}
/* treatreats fee section ends */

/* activvities section starts */

.activities__section .heading__block {
  margin-bottom: 32px;
}
.activities__section .heading__block h3 {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.activities__section .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
#activities__slider {
  margin-top: 40px;
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
}
#activities__slider .slide {
  background: #f2fbf7;
  border-radius: 16px;
  overflow: hidden;
}
#activities__slider .slide img {
  height: 240px;
  object-fit: cover;
}
#activities__slider .slide .content {
  padding: 24px;
  min-height: 140px;
}
#activities__slider .slide h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
}
#activities__slider .slide p {
  font-size: 14px;
  color: rgb(122 139 135/1) !important;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}
#activities__slider.owl-carousel .owl-nav.disabled {
  display: block;
}
#activities__slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: -60px;
}
#activities__slider.owl-carousel .owl-nav button:hover {
  background-color: transparent;
}
#activities__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -60px;
}
/* activvities section ends */

/* food and accomodation starts */
.food__and__accomodation .heading__block {
  margin-bottom: 32px;
}

.food__and__accomodation .heading__block h3 {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.food__and__accomodation .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 100%;
  text-align: left;
  margin-inline: auto;
  line-height: 32px;
  padding-bottom: 12px;
  color: #000;
}
#food__and__accomodation__slider,
#food__slider {
  margin-top: 40px;
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
}
#food__and__accomodation__slider .slide {
  background: #f2fbf7;
  border-radius: 16px;
}
#food__and__accomodation__slider .slide img,
#food__slider .slide img {
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
#food__and__accomodation__slider.owl-carousel .owl-nav.disabled,
#food__slider.owl-carousel .owl-nav.disabled {
  display: block;
}
#food__and__accomodation__slider.owl-carousel .owl-nav button,
#food__slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: -60px;
}
#food__and__accomodation__slider.owl-carousel .owl-nav button:hover,
#food__slider.owl-carousel .owl-nav button:hover {
  background-color: transparent;
}
#food__and__accomodation__slider.owl-carousel .owl-nav button.owl-next,
#food__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -60px;
}
.food__and__accomodation .content {
  padding-top: 40px;
}
.food__and__accomodation .content .title {
  letter-spacing: 0;
  color: #000;
  font-size: 20px;
  margin-bottom: 12px;
  position: relative;
}
.food__and__accomodation .content p {
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  color: #000;
  padding-bottom: 12px;
}
.food__and__accomodation ul {
  margin-top: 20px;
}
.food__and__accomodation .content li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  color: #000;
  padding-bottom: 12px;
}
.food__and__accomodation .content li span {
  background: #004246;
  min-width: 32px;
  width: 30px;
  height: 32px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.food__and__accomodation .content li span img {
  width: 16px;
}
/* food and accomodation ends */

/* reach us section starts */
.reach__us__section {
  background: url("/assets/images/bg-world-map.jpg") center/cover;
}
.reach__us__section .heading__block {
  margin-bottom: 40px;
}
.reach__us__section .heading__block h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}
.reach__us__section .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.reach__us__section .reach__us__block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.reach__us__section .reach__us__block .icon {
  background-color: #004246;
  height: 52px;
  width: 52px;
  min-width: 52px;
  border-radius: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reach__us__section .reach__us__block .icon svg path {
  fill: #c9c186;
}
.reach__us__section .reach__us__block h3 {
  padding-bottom: 8px;
}
.reach__us__section .reach__us__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #000;
}
/* reach us section ends */

/* our teachers section */

.our__teachers .heading__block {
  margin-bottom: 32px;
}
.our__teachers .title {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.our__teachers .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.our__teachers .slide {
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(230, 230, 230, 1);
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  flex-direction: column;
}
#teachers__slider .owl-stage {
  padding-bottom: 20px;
  display: flex;
}
#teachers__slider button {
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#teachers__slider button.owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -25px;
}
#teachers__slider button.owl-next {
  position: absolute;
  top: calc(50% - 20px);
  right: -25px;
}
.our__teachers .slide .image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  width: max-content;
  margin-inline: auto;
}
.our__teachers .slide .image .icon {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 36px;
  height: 36px;
}
.our__teachers .slide .image img {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  object-fit: cover;
}
.our__teachers .slide h4 {
  color: #000;
  font-size: 20px;
  padding-bottom: 8px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our__teachers .slide p {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our__teachers .slide .btn {
  background: #ffd500;
  margin-top: 20px;
  color: #000;
  padding: 12px 16px;
  border-radius: 12px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  gap: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5) !important;
  margin-top: auto;
}
/* our teachers section ends */

/* whats included starts */
.whats__included .heading__block {
  margin-bottom: 32px;
}
.whats__included .title {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.whats__included .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabs__header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs__links {
  width: max-content;
  position: relative;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
}
.tabs__header button {
  background: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  padding-inline: 24px;
  height: 48px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tabs__header button.button__one {
  background: #004246;
}
.tabs__header button.button__two {
  background: rgba(239, 68, 68, 0.8);
}
.tabs__header button.button__three {
  background: rgba(234, 179, 8, 0.8);
}

.tabs__content__row {
  margin-top: 32px;
  padding: 40px;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
}
.tabcontent li {
  display: flex;
  align-items: start;
  gap: 12px;
}
.tabcontent li p {
  font-size: 14px;
  line-height: 22px;
}
.tabcontent ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 20px;
}
.tabcontent .icon {
  height: 28px;
  width: 28px;
  min-width: 28px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004246;
}
.tabcontent .icon.cross {
  background: #ef4444;
}
.tabcontent .icon img {
  width: 20px;
}
.tabcontent .icon .yellow img {
  width: 12px;
}
.tabcontent .icon.cross img {
  width: 16px;
}

/* whats included ends */

/*  enroll now section starts */

/* .enroll__now__section .heading__block {
  margin-bottom: 40px;
}
.enroll__now__section .heading__block h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}
.enroll__now__section .heading__block .title {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.enroll__now__section .heading__block p {
  max-width: 66%;
  margin-inline: auto;
  text-align: center;
  line-height: 32px;
}
.enroll__now__section .grid__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  overflow: hidden;
}
.enroll__now__section .content {
  padding: 60px 40px;
}
.enroll__now__section .dates__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.enroll__now__section .dates__row .date__block {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #ddd;
  padding-block: 20px;
}
.enroll__now__section iframe {
  width: 100%;
  height: 100%;
}
.enroll__now__section .disclaimer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.enroll__now__section a {
  background: #ffd500;
  margin-top: 20px;
  color: #000;
  padding: 12px 16px;
  height: 54px;
  border-radius: 12px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  gap: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5) !important;
  margin-top: auto;
  margin-top: 40px;
} */

/*  enroll now section ends */
.images__section .heading__block {
  margin-bottom: 32px;
}
.images__section .title {
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
}
.images__section .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 1280px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
.images__section .grid__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.images__section .grid__row img {
  width: 100%;
}
.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}
.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}
.lightbox_img_wrap {
  position: relative;
  overflow: hidden;
}
.lightbox-enabled:hover {
  transform: scale(1.1);
}
.lightbox-enabled {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;

  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}
.right {
  right: 50px;
}
#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

/* why choose us starts */
.why__choose__us__section {
  margin-block-start: 0;
}
/* why choose us ends */

.testimonial__section .heading__block {
  margin-bottom: 40px;
}
.testimonial__section .heading__block h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}
.testimonial__section .heading__block p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  line-height: 32px;
  color: #000;
}
#testimonial__slider .testimonial {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.09);
  height: 100%;
}
#testimonial__slider.owl-carousel .owl-stage-outer {
  padding: 20px;
}
#testimonial__slider.owl-carousel .owl-stage {
  display: flex;
}
#testimonial__slider .testimonial .rating {
  margin-top: 12px;
  width: 40px;
  background: linear-gradient(to right, currentcolor 70px, #80868b 0%);
  color: #fdd663;
  clip-path: polygon(
    6px 0,
    4.31px 3.98px,
    0 4.34px,
    3.28px 7.18px,
    2.29px 11.4px,
    6px 9.16px,
    9.71px 11.4px,
    8.72px 7.18px,
    12px 4.34px,
    7.69px 3.98px,
    6px 0,
    20px 0,
    18.31px 3.98px,
    14px 4.34px,
    17.28px 7.18px,
    16.29px 11.4px,
    20px 9.16px,
    23.71px 11.4px,
    22.72px 7.18px,
    26px 4.34px,
    21.69px 3.98px,
    20px 0,
    34px 0,
    32.31px 3.98px,
    28px 4.34px,
    31.28px 7.18px,
    30.29px 11.4px,
    34px 9.16px,
    37.71px 11.4px,
    36.72px 7.18px,
    40px 4.34px,
    35.69px 3.98px,
    34px 0,
    48px 0,
    46.31px 3.98px,
    42px 4.34px,
    45.28px 7.18px,
    44.29px 11.4px,
    48px 9.16px,
    51.71px 11.4px,
    50.72px 7.18px,
    54px 4.34px,
    49.69px 3.98px,
    48px 0,
    62px 0,
    60.31px 3.98px,
    56px 4.34px,
    59.28px 7.18px,
    58.29px 11.4px,
    62px 9.16px,
    65.71px 11.4px,
    64.72px 7.18px,
    68px 4.34px,
    63.69px 3.98px,
    62px 0
  );
  display: inline-block;
  width: 68px;
  height: 11.4px;
}
#testimonial__slider .testimonial img {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin-bottom: 20px;
}
#testimonial__slider .testimonial p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#testimonial__slider .testimonial h4 {
  font-size: 18px;
  padding-top: 8px;
}
.books__section .grid__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.books__section .content__left h3 {
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  color: #000;
  margin-bottom: 12px;
}
.books__section .content__left img {
  margin-bottom: 20px;
}
.books__section .content__left p {
  font-weight: 200;
  font-family: "Rubik", sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #000;
  padding-bottom: 20px;
}
.books__section .content__left h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.books__section .content__right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.books__section .content__right div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.books__section .content__right div:nth-child(2) {
  margin-top: -20px;
}
.books__section .content__right div img {
  width: 100%;
}
.pdf__input__row {
  display: flex;
  align-items: center;
}
.pdf__input__row input {
  width: 100%;
  border: 1px solid #ddd;
  height: 54px;
  border-radius: 8px 0 0 8px;
  padding-inline: 20px;
  font-weight: 400;
  color: #666;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}
.pdf__input__row button {
  border-radius: 0 8px 8px 0;
  padding-inline: 24px;
  height: 54px;
  width: max-content;
  min-width: max-content;
  border: none;
  background: #004146;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 1320px) {
  .nav__tabs a {
    padding-inline: 20px;
  }
}

@media (max-width: 576px) {
  .heading__block img {
    width: 100%;
  }
  .overview__section .grid__row p {
    line-height: 28px;
  }
  .overview__section .container {
    padding: 20px;
    margin-top: 20px;
  }
  .overview__section .headingText {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .nav__tabs {
    display: none;
  }
  .overview__section .grid__row {
    grid-template-columns: 1fr;
  }
  .overview__section .grid__row .content__right {
    order: -1;
  }
  .teacher__training__schedule__section .grid__row {
    grid-template-columns: 1fr;
  }
  .course__information .grid__row,
  .course__information .content__left ul {
    grid-template-columns: 1fr;
  }
  .daily__schedule {
    padding: 0;
  }
  .ttc__syllabus {
    padding: 20px;
  }
  .ttc__syllabus h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .ttc__syllabus .accordion-item-header {
    padding-right: 40px;
  }
  .course__information .title,
  .whats__included .title,
  .images__section .title,
  .books__section .content__left h3,
  .reach__us__section .heading__block h2,
  .food__and__accomodation .heading__block h3,
  .testimonial__section .heading__block h2,
  .teacher__training__fee__sections .heading__block h2,
  .teacher__training__schedule__section .title {
    font-size: 24px;
  }
  .tabs__links {
    flex-direction: column;
    width: 100%;
  }
  .tabs__links button {
    width: 100%;
  }
  .tabs__content__row {
    padding: 20px;
  }
  .tabcontent ul {
    grid-template-columns: 1fr;
  }
  .tabcontent {
    padding: 0;
  }
  .activities__section .heading__block h3 {
    font-size: 18px;
  }
  section .heading__block p {
    line-height: 24px !important;
  }
  #food__and__accomodation__slider,
  #food__slider {
    margin: 0;
  }
  .table__container .table__row {
    border: 2px solid rgba(0, 66, 70, 1);
    border-radius: 8px;
  }
  .table__container .table__row .row {
    flex-direction: column;
    border: none;
    border-bottom: 2px solid rgba(0, 66, 70, 1);
  }
  .table__container .dates {
    flex: 0 0 100%;
    width: 100%;
  }
  .table__container .table__row .price .price__row {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .table__container .table__header {
    display: none;
  }
  .table__container .table__row .book {
    border-left: none;
    padding-top: 0;
  }
  .table__container .table__row .dates {
    border: none;
    border-bottom: 2px dashed rgba(0, 66, 70, 1);
  }
  .table__container .table__row .dates p {
    font-weight: 600;
  }
  #food__and__accomodation__slider.owl-carousel .owl-nav button.owl-next,
  #food__slider.owl-carousel .owl-nav button.owl-next,
  #activities__slider.owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  #food__and__accomodation__slider.owl-carousel .owl-nav button,
  #food__slider.owl-carousel .owl-nav button,
  #activities__slider.owl-carousel .owl-nav button {
    left: 0px;
  }
  #teachers__slider button.owl-prev {
    left: 0;
  }
  #teachers__slider button.owl-next {
    right: 0;
  }
  .daily__schedule h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .daily__schedule p {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    box-shadow: none;
    text-align: center;
    left: -20px;
  }
  .daily__schedule p span {
    order: -10;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .images__section .heading__block {
    padding-inline: 20px;
  }
  .food__and__accomodation {
    padding-top: 0;
  }
  .food__and__accomodation .heading__block {
    padding-top: 10px !important;
  }
  .books__section .content__left img {
    width: 100%;
  }
  .books__section .grid__row {
    grid-template-columns: 1fr;
  }
  .pdf__input__row input {
    height: 48px;
    font-size: 14px;
  }
  .pdf__input__row button {
    height: 48px;
    font-size: 14px;
  }
  .reach__us__section .reach__us__block {
    margin-bottom: 0;
    flex-direction: column;
  }
  .reach__us__section .reach__us__block .content {
    text-align: center;
  }
  .books__section .content__left h4 {
    font-size: 15px;
  }
  .reach__us__section .reach__us__block p {
    font-size: 14px;
  }
  .reach__us__section .heading__block {
    margin-bottom: 20px;
  }
  .table__container .table__row .book button {
    font-size: 15px;
    height: 38px;
    font-weight: 600;
  }
  .table__container .price p {
    text-align: center;
    line-height: 24px;
    padding-top: 24px;
  }
  .table__container .table__row .price__row span {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .table__container .table__row .price__row span b {
    display: flex;
    font-size: 11px;
  }
  .images__section .grid__row {
    grid-template-columns: 1fr 1fr;
  }
}
