@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Zen+Kaku+Gothic+New&display=swap");

@import url("https://fonts.cdnfonts.com/css/times-new-roman");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  --font__ZenKakuGothicNew: "Zen Kaku Gothic New", sans-serif;
  --font__Oxygen: "Oxygen", sans-serif;
  --font__TimesNewRoman: "Times New Roman", sans-serif;
  --strong-font: 600;
  --light-font: 400;
  --width: 80%;
  --max-width: 1280px;
  --font-header: 1.55rem;
  --font-medium: 16px;
  --font-small: 12px;
}

body {
  font-family: var(--font__TimesNewRoman);
}

body.no_scroll {
  overflow: hidden;
}

header {
  /* border-bottom: 3px solid #f58220; */
  background: #fff;
}

.header-content {
  width: var(--width);
  max-width: var(--max-width);
  justify-content: space-between;
  padding: 20px 0;
  margin: auto;
}

.header-content img {
  /* margin-left: auto;
    display: block */
  /* max-width: 150px; */
  max-height: 85px;
  width: 40%;
}

.banner-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(./images/Banner-1.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0;
  background-size: cover;
  display: flex;
  align-items: center;
  /* aspect-ratio: 4/1; */
}

.banner-section .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  max-width: var(--max-width);
}

.banner-section .wrapper .child-1 .batch_number {
  background-color: #022a6f;
  padding: 5px 20px;
  border-radius: 5px;
  color: #000;
  font-weight: 600px;
  width: max-content;
  margin: 20px 0 50px 0;
  font-size: 1.3rem;
  color: #ffff;
  border: 1px solid #fff;
}

.banner-section .wrapper .child-1 .hero-text {
  font-size: 2.25rem;
  color: #fff;
  line-height: 3rem;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  font-weight: 600;
  width: max-content;
  font-family: var(--font__Oxygen);
}
.child-1 {
  /* height: 100%; */
}

.banner-section .wrapper .child-1 .hero-text__smallText {
  font-size: 1.25rem;
  padding-top: 10px;
  color: #fff;
  font-family: var(--font__Oxygen);
}

/* Updated Grid Container */
.grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* Three-column layout */
  gap: 10px;
  align-items: center;
  /* justify-items: center; */
  max-width: 1200px;
  /* margin: 0 auto; */
  color: #fff;
  margin-top: 20px;
  position: relative; /* Added to ensure child absolute positioning works */
  width: 100%;
  max-width: 450px;
}

/* Vertical Line (Before Pseudo-Element) */
.grid-container::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}

/* Text Content */
.text-content {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 10px;
}

.duration {
  font-weight: var(--strong-font);
  position: relative;
  margin-bottom: 20px;
  width: max-content;
}

.duration::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* Center Content */
.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rank-icon {
  width: 88px; /* Adjust the size as needed */
  height: 110px;
  margin-bottom: 5px;
}

/* Logo Content */
.logo-content {
  text-align: right;
}

.equis-logo {
  width: 88px; /* Adjust the size as needed */
  height: 110px;
  object-fit: contain;
}

.banner-section .child-2 {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner-section .child-2 .form-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  margin-left: auto;
  max-width: 360px;
  position: relative;
}

.banner-section .child-2 .form-wrapper .heading {
  font-size: 1.5rem;
  font-weight: var(--strong-font);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control,
.form-control:focus,
.form-control:focus-visible,
.form-control:visited {
  width: 100%;
  padding: 0.45rem 0.55rem;
  border: 1px solid #a1a1a1;
  border-radius: 0.35rem;
  font-size: 0.9rem;
  box-shadow: none;
  outline: 0;
}

.form-control::placeholder {
  color: #000;
}

.d-flex {
  display: flex;
  align-items: start;
}

.ml-2 {
  margin-left: 0.4rem;
}

.same-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.banner-section .child-2 .heading {
  font-size: 1.3rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.banner-section .child-2 .sub-heading {
  font-size: 0.9rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.form-group label {
  font-size: 0.83rem;
}

.btn {
  padding: 0.5rem 0.7rem;
  background: #328a1c;
  color: #fff;
  border: none;
  border-radius: 6px;
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: var(--strong-font);
  cursor: pointer;
}

article section {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

section {
  padding: 0.5rem 0;
}

.section-heading {
  text-align: center;
  font-size: 1.7rem;
  font-weight: var(--strong-font);
  color: #203e99;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.section-heading::after {
  content: "";
  width: 30%;
  background: #f58220;
  height: 0.25rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  max-width: 150px;
}

.section-description {
  text-align: justify;
  font-size: 1rem;
  font-weight: var(--light-font);
}

/* .check-box-row {
      align-items: start
  } */

.check-box-row input[type="checkbox"] {
  margin-top: 0.3rem;
  cursor: pointer;
}

.custom-popup {
  position: fixed;
  width: 450px;
  top: -150%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 450ms ease-in-out;
  z-index: 9999;
}

.custom-popup.show {
  top: 50%;
}

.custom-popup iframe {
  width: 100%;
  height: 300px;
}

.form-popup {
  position: fixed;
  width: 100%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 450ms ease-in-out;
  background: #fff;
  padding: 20px;
  z-index: 1009;
  border-radius: 20px;
  opacity: 0;
}

.form-popup.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.form-popup .heading {
  text-align: center;
  font-size: 1.3rem;
  font-weight: var(--strong-font);
  margin-bottom: 10px;
}

.form-popup .sub-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  color: #fff;
  z-index: 999;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.programme-overview {
  background: rgba(0, 24, 72, 0.9); /* Dark blue overlay */
  background-image: url(./images/overview-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.programme-overview__container {
  width: var(--width);
  max-width: var(--max-width);
}

.programme-overview__title {
  font-size: var(--font-header);
  font-weight: 700;
  margin: 0 auto 30px auto;
  text-align: center;
  border: 2px solid white;
  border-radius: 5px;
  width: max-content;
  padding: 10px 50px;
  font-family: var(--font__ZenKakuGothicNew);
}

.programme-overview__description {
  font-size: var(--font-medium);
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.programme-highlights {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #fff;
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.programme-highlights__title {
  font-size: var(--font-header);
  font-family: var(--font__ZenKakuGothicNew);
  font-weight: 700;
  margin-bottom: 40px;
  margin: 0 auto 30px auto;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 5px;
  width: max-content;
  padding: 10px 50px;
}

.programme-highlights__content {
  /* width: 100%; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 20px 40px;
}

.programme-highlights__item {
  background: linear-gradient(to right, #e5f1fd, #f1f1f1);
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 0 0;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
  margin: auto;
  height: 70px;
}

.programme-highlights__icon {
  position: absolute;
  left: -5px;
  /* top: 0; */
  /* flex: 0 0 70px; */
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #00234c;
  /* margin-right: 20px; */
}

.programme-highlights__icon img {
  width: 40px; /* Adjust based on your icon size */
  height: auto;
}

.programme-highlights__text {
  flex: 1;
  font-size: var(--font-medium);
  color: #333;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 20px;
  margin-left: 10px;
}

/* Adding the dark blue accent on the right side */
.programme-highlights__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #00234c; /* Dark blue color */
  border-radius: 0 20px 20px 0;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.05);
  height: 80%;
  margin: auto;
}
.learning-outcomes {
  background-color: #e4ecee;
  /* background-image: url(./images/key-learning.png); */
  background-repeat: no-repeat;
  background-position: right;
  /* background-size: cover; */

  position: relative;
}
.learning-outcomes__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

/* .learning-outcomes__container::after {
  content: url("images/Learn Improve Repeat.jpg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: -1;
  height: 100%;
} */

.learning-outcomes__background {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.learning-outcomes__title {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: var(--font-header);
  font-family: var(--font__ZenKakuGothicNew);
  font-weight: bold;
  font-weight: 700;
  margin: 0 auto 30px auto;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 5px;
  width: max-content;
  padding: 10px 50px;
  background-color: white;
  z-index: 10;
}

.learning-outcomes__list {
  list-style: none;
  padding: 0;
}

.learning-outcomes__list-item {
  font-size: var(--font-medium);
  line-height: 1.6;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.learning-outcomes__list-item::before {
  content: "\2713"; /* Unicode for checkmark */
  /* margin-right: 10px; */
  font-weight: bold;
  background-color: green;
  color: white;
  border-radius: 50%; /* Makes the shape round */
  display: inline-flex; /* Use flexbox to center content */
  justify-content: center;
  align-items: center;
  width: 20px; /* Circle size */
  height: 20px; /* Circle size */
  line-height: 0; /* Reset line height */
  font-size: 14px; /* Adjust the checkmark size */
}

.learning-outcomes__image-container {
  text-align: right;
}

.learning-outcomes__image {
  max-width: 150px;
  margin-top: -120px;
}

.methodology,
.tools {
  background-color: #fff;
  padding: 50px 0;
}

.tools {
  padding-top: 0;
}

.methodology__container,
.tools__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.tools__title,
.program-insights__title,
.teacher-section__title {
  font-size: var(--font-header);
  font-weight: 700;
  font-family: var(--font__ZenKakuGothicNew);
  text-align: center;
  margin: 0 auto 50px auto;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 5px;
  width: max-content;
  padding: 10px 50px;
}

.methodology__title {
  font-size: var(--font-header);
  font-weight: 700;
  font-family: var(--font__ZenKakuGothicNew);

  text-align: center;
  margin: 0 auto 30px auto;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 5px;
  width: max-content;
  padding: 10px 50px;
}

.methodology__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 10px;
  margin-bottom: 20px;
}

.methodology__content ul {
  list-style-type: none;
  text-align: center;
}

.methodology__content ul:nth-child(3) {
  grid-column: 1/3;
  /* text-align: center; */
}

.methodology__list {
  list-style-position: inside;
}

.methodology__list-item {
  font-size: var(--font-medium);
  line-height: 1.6;
  margin-bottom: 10px;
}

.methodology__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.methodology__header-text {
  font-size: var(--font-medium);
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.methodology__button {
  background-color: #e4ecee;
  border: 1px solid #96b1b7;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: var(--font-medium);
  font-weight: 500;
  cursor: pointer;
  flex: 1;
}

.tools__logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.tools__logo {
  max-width: 200px;
  width: 100%;
  height: 100px;
  object-fit: contain;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 20px 10px;
}

.curriculum {
  /* background-image: url(./images/Programme-Curriculum.jpg); */
  background-color: #003b46;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.curriculum__abosluteBg {
  background-image: url(./images/absolute-bg.webp);
  background-size: cover;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 40%;
}

.curriculum__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  text-align: center;
}

.curriculum__title {
  font-size: var(--font-header);
  font-weight: 700;
  font-family: var(--font__ZenKakuGothicNew);

  margin-bottom: 20px;
  color: #fff;
  border: 2px solid white;
  border-radius: 5px;
  width: 50%;
  padding: 10px;
}

.accordion {
  width: 100%;
}

.accordion__item {
  margin-bottom: 10px;
}

.accordion__toggle {
  width: 50%;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  font-size: var(--font-medium);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  margin-bottom: 10px;
  /* color: #000; */
}
.accordion__toggle-false {
  width: 50%;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  font-size: var(--font-medium);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  margin-bottom: 10px;
  /* color: #000; */
}

.accordion__toggle::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: var(--font-medium);
  top: 50%;
  transform: translateY(-50%);
}

.accordion__toggle--active::after {
  content: "-";
}
/* 
.accordion__toggle:hover {
  background-color: #ccc;
} */

.accordion__content {
  display: none;
  padding: 15px;
  border-radius: 8px;
  margin-top: 5px;
  font-size: var(--font-medium);
  width: 50%;
}
.accordion__content--container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.accordion__content--item {
  background-color: #e9eaef;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left; /* Changed to align content to the left */
}

.accordion__content--item ul {
  list-style-type: none; /* Remove default bullets */
  padding-left: 0; /* Remove default padding */
  margin-top: 10px; /* Add some space above the list */
  width: 100%; /* Make the list take full width */
}

.accordion__content--item li {
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  margin-bottom: 8px; /* Add spacing between list items */
  display: flex;
  align-items: center;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  font-size: 14px;
  color: #333;
}
.accordion__content--item li::before {
  content: "•"; /* Custom bullet symbol */
  color: #000000;
  font-size: 18px;
  margin-right: 8px;
}
.accordion__content--itemInner::before {
  content: "•"; /* Custom bullet symbol */
  color: #000000;
  font-size: 18px;
  margin-right: 8px;
}

/* Open content on active */
.accordion__content--show {
  display: block;
}
.curriculum__note {
  width: 50%;
  color: white;
  text-align: left;
}

.admission-criteria {
  background: #fff;
  padding: 50px 0;
}

.admission-criteria__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}
.admission-criteria__header {
  margin-bottom: 20px;
}
.admission-criteria__title {
  font-size: var(--font-header);
  margin-bottom: 30px;
  text-align: center;
}

.admission-criteria__list {
  list-style-position: unset;
  list-style-type: disc;
}

.admission-criteria__item {
  margin-bottom: 5px;
  font-size: var(--font-medium);
}
.admission-criteria__steps {
  padding: 50px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.admission-criteria__steps-image {
  width: 750px;
  height: 414px;
}
.admission-criteria__fee {
  text-align: center;
}
.admission-criteria__fee--Subcontainer {
  text-align: center;
  background: #022a6f;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  /* width: max-content; */
  margin: auto;
  width: max-content;
}
.admission-criteria__fee-text {
  font-size: 20px;
  font-weight: bold;
}

.admission-criteria__fee-subtext {
  font-size: 16px;
  margin-top: 10px;
}
.admission-criteria__loan-info {
  margin-top: 10px;
  font-size: var(--font-small);
}

.faculty-slider {
  padding: 50px 0;
  background-color: #eae9ef;
}
.faculty-slider__title {
  font-size: var(--font-header);
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
.faculty-slider__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}
.faculty-slider__item {
  text-align: center;
}

.faculty-slider__item img {
  width: 260px;
  height: 260px;
  border-radius: 10px;
  margin: auto;
  object-fit: cover;
}

.faculty-slider__item .faculty-slider__item-facultyName {
  font-size: var(--font-medium);
  color: #333;
  margin-top: 10px;
  color: #022a6f;
  font-weight: var(--strong-font);
  text-decoration: underline;
  /* border-bottom: 1px solid #022a6f; */
}
.faculty-slider__item .faculty-slider__item-facultyDesc {
  margin-top: 10px;
  font-size: var(--font-small);
}

.slick-prev,
.slick-next {
  background-color: #000000 !important;
  border: none;
  color: white;
  font-size: var(--font-medium);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

/* Chairperson Message Component */
.chairperson-message {
  background-color: #fff;
  padding: 50px 0;
}
.chairperson-message__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.chairperson-message__title {
  font-size: var(--font-header);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.chairperson-message__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  gap: 40px;
  padding: 5px;
}

.chairperson-message__image-wrapper {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  /* margin-right: 20px; */
}

.chairperson-message__image {
  border-radius: 8px;
  width: 150px;
  height: 150px;
}

.chairperson-message__text-wrapper {
  flex: 1;
}

.chairperson-message__quote {
  /* font-style: italic; */
  font-size: var(--font-medium);
  line-height: 1.5;
  margin-bottom: 10px;
}

.chairperson-message__author {
  font-size: var(--font-medium);
  font-weight: bold;
  color: #022a6f;
  margin-top: 0;
}

/* Block */
.alumni-videos {
  padding: 0 0 50px 0;
  text-align: center;
}

.alumni-videos__heading {
  font-size: var(--font-header);
  margin-bottom: 20px;
  color: #000;
}

/* Block Modifier for the container */
.alumni-videos__container {
  width: var(--width);
  max-width: var(--max-width);
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
}

.alumni-videos__item {
  position: relative;
  max-width: 800px;
  width: 100%;
  flex: 1;
  border-radius: 15px;
  background-color: rgba(0, 24, 72, 0.9);
  height: 400px;
}

.alumni-videos__iframe {
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/* Block */
.testimonial {
  padding: 30px 0;
  background-color: #f5f5f5;
}

.testimonia__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.testimonial__heading {
  font-size: var(--font-header);
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.testimonial__content--subcontainer {
  /* background-color: #fff; */
  /* border-radius: 10px; */
  padding: 50px;
}
/* Content container */
.testimonial__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.testimonial__image-wrapper {
  flex-shrink: 0;
}

.testimonial__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial__text {
  text-align: left;
  max-width: 600px;
}

.testimonial__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial__designation {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.testimonial__rating {
  margin-bottom: 10px;
}

.testimonial__star {
  color: #f8d64e;
  font-size: 18px;
  margin-right: 2px;
}

.testimonial__description {
  font-size: var(--font-medium);
  color: #333;
  line-height: 1.6;
  text-align: justify;
}

.testimonial__source {
  font-size: var(--font-small);
  color: #888;
  text-align: right;
  margin-top: 15px;
}

/* Enroll section styling */
.enroll-section {
  background-color: #003b46;
  padding: 50px 0;
  text-align: center;
}

.enroll-section__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: 0 auto;
}

.enroll-section__title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: var(--font__ZenKakuGothicNew);
}

.enroll-section__institute {
  margin-bottom: 20px;
}

.enroll-section__institute-name {
  display: inline-block;
  padding: 5px 30px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  border-radius: 8px;
  font-family: var(--font__ZenKakuGothicNew);
}

.enroll-section__description {
  font-size: var(--font-medium);
  color: #dcdcdc;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 950px;
  margin: auto;
  text-align: justify;
}

.enroll-section__deadline {
  margin-bottom: 30px;
}

.enroll-section__separator {
  border: none;
  border-top: 3px solid #dcdcdc;
  width: 50%;
  margin: 10px auto;
}

.enroll-section__deadline-text {
  font-size: 22px;
  color: #ffffff;
  margin-top: 10px;
}
.enroll-section__button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d9a538;
  color: #ffffff;
  font-size: var(--font-medium);
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.testimonial .slider-button-container.swiper-button-next,
.testimonial .slider-button-container.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slider-button {
  height: 20px;
  width: 20px;
  background-color: #cdcccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: end;
  color: white;
  cursor: pointer;
}

.slider-button-prev--left {
  left: 0; /* Adjust left side button */
}

.slider-button-prev--right {
  right: 0; /* Adjust right side button */
}

.testimonial .swiper-button-next:after,
.testimonial .swiper-button-prev:after {
  display: none;
}

.admission-criteria__list {
  margin-left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #022a6f !important;
}

.keywords-section {
  padding: 50px 0;
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  display: block;
}

.keywords-section > div {
  /* max-width: 950px; */
  margin: auto;
  font-size: 15px;
}

.grid-item {
  margin-left: 20px;
}

.iti {
  width: 100%;
}

.message_wrapper {
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  margin-bottom: 20px;
}

.message_wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.message_wrapper.success {
  background: green;
}

.message_wrapper.danger {
  background: red;
}

.partners-section {
  margin: 50px auto 0 auto;
  padding: 0 20px;
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  color: #fff;
}
.partner-row > div {
  width: 100%;
  grid-column: 1 / 2;
}

.partner-name {
  font-size: 25px;
  text-align: right;
  padding-right: 20px;
}

.partner-row .jaro-logo {
  grid-column: 2/3;
  padding-left: 20px;
  position: relative;
}

.partner-row .jaro-logo::before {
  content: "";
  height: 35px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.jaro-logo img {
  width: max-content;
  height: 40px;
  object-fit: contain;
  margin-right: auto;
  margin-left: 0;
  display: block;
}

.partners-section p {
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
}

.pedagogical-methodology {
  width: 900px !important;
  height: 234px;
  margin: auto;
  display: block;
}
/* new */

.program-insights {
  width: var(--width);
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
}

/* .program-insights__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
} */

.program-insights__grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 10px;
}

.program-insights__item {
  padding: 1rem 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.program-insights__label {
  font-weight: bold;
  margin-bottom: 5px;
}

.program-insights__details {
  font-size: 0.9rem;
}

.program-insights__list {
  margin: 0;
  padding: 0;
  list-style: inside;
}

.program-insights__list-item {
  margin: 2px 0;
}

.program-insights__item--fee {
  background-color: #004466;
  color: #fff;
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.program-insights__fee {
  font-size: 1.2rem;
  font-weight: bold;
}

.program-insights__note {
  font-size: 0.8rem;
  color: #000000;
  margin-top: 5px;
  /* text-align: center; */
}

.program-insights__criteria {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  gap: 2rem;
}

.program-insights__criteria-btn {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #004466;
  background-color: #fff;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1.5rem;
  font-family: var(--font__ZenKakuGothicNew);
}

.program-insights__criteria-btn:hover {
  background-color: #d1dfe5;
  /* color: #fff; */
}

.program-insights__selection-note {
  font-size: 0.8rem;
  color: #000000;
  margin-top: 10px;
  list-style: inside;
}
.program-insights__text {
  color: #000;
}

.program-insights__criteria--content {
  display: none;
}

.program-insights__criteria--content.active {
  display: block;
}

.background--color__one {
  background-color: #e4ecee;
}
.background--color__two {
  background-color: #f1f5f6;
}
.background--color__three {
  background-color: #004250;
  color: white;
  display: flex;
  justify-content: center;
}
.program-insights__totalProgramFee {
  font-size: 2rem;
  line-height: 2rem;
}
.span--bracket {
  font-size: 1.25rem;
  display: inline-block;
}

.attendee-section {
  background-color: #003b46;
}

.attendee-section__container {
  color: #ffffff;
  padding: 50px 0;
  width: var(--width);
  max-width: var(--max-width);
  margin: 0 auto;
}

.attendee-section__title {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: left;
  font-family: var(--font__Oxygen);
}
.attendee-section__list {
  list-style: inside;
  font-size: var(--font-medium);
  margin-bottom: 5px;
}

.certification {
  position: relative;
  background: linear-gradient(to bottom, white 50%, #dfdfdf 50%);
  padding: var(--section-padding);
  text-align: center;
  /* min-height: 500px; */
}
.certification--container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  padding: 2rem 0;
}

.certification__title {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 50px;
  font-family: var(--font__ZenKakuGothicNew);
}

.certification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: var(--width);
  max-width: var(--max-width); */
  margin: auto;
}

.certification__image {
  width: 60%;
  max-width: 600px;
  height: auto;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.certification__description {
  font-size: 1.25rem;
  color: #333;
  /* max-width: 800px; */
  text-align: center;
  line-height: 1.5;
}

.teacher-section {
  width: 100%;
}
.teacher-section__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  padding: 50px 0;
}
.teacherCard--container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  /* padding: 20px; */
  position: relative;
}
.teacherCard--container--absoluteBg {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #edecec;
  height: 5rem;
  border-radius: 10px;
  z-index: -1;
}

.teacherCard {
  width: 300px;
  text-align: center;
}
.teacherCard__image {
  display: flex;
  justify-content: center;
}

.teacherCardImg {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.teacherCardImg img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.teacherCard__content {
  margin-top: 10px;
}

.teacherCard__name {
  font-size: 16px;
  font-weight: bold;
  color: #003b46;
  margin-bottom: 5px;
  text-decoration: underline;
}

.teacherCard__position {
  font-size: 14px;
  color: #000000;
}

/* .accordion__content--item::before {
  content: "•";
  color: #000000;
  font-size: 18px;
  margin-right: 8px;
} */
