@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  --font: "Poppins", 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);
}

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: 13px 0;
  margin: auto;
}

.header-content img {
  /* margin-left: auto;
    display: block */
  /* max-width: 132px; */
  width: 132px;
  max-height: 85px;
}

.banner-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(./images/Banner.jpg);

  background-repeat: no-repeat;
  background-position: bottom;
  padding: 30px 0;
  background-size: cover;
  aspect-ratio: 4/1;
  display: grid;
  align-items: center;
}

.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);
  padding-bottom: 2em;
  /* padding: 1em 0px; */
}

.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: 2rem;
  color: #fff;
  /* line-height: 5rem; */
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  width: max-content;
}

.banner-section .wrapper .child-1 .hero-text__smallText {
  font-size: 1.9rem;
  padding-top: 10px;
  color: orange;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Updated Grid Container */
.grid-container {
  display: grid;
  grid-template-columns: 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: 250px;
}

/* 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;  */
  height: 110px;
  margin-bottom: 5px;
}

/* Logo Content */
.logo-content {
  text-align: center;
}
.banner-section--cDuration {
  color: white;
  width: max-content;
  border-bottom: 1px solid white;
  font-size: 1.25rem;
}
.banner-section--mode {
  color: white;
  font-size: 1rem;
}

.equis-logo {
  /* width: 88px;  */
  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/Programme-Overview.jpg);
  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: 500;
  margin-bottom: 30px;
  text-align: center;
}

.programme-overview__description {
  font-size: var(--font-medium);
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.programme-highlights {
  text-align: center;
  padding: 50px 0;
  background-color: #fff;
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.programme-highlights__title {
  font-size: var(--font-header);
  font-weight: 600;
  margin-bottom: 40px;
}

.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;

  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Two-color border using conic-gradient */
  background: conic-gradient(
    from -45deg,
    /* Rotate the starting point of the gradient */ #f15a29 0% 50%,
    /* Orange covers the first half */ #00234c 50% 100%
      /* Blue covers the remaining half */
  );

  /* Padding to create the white space inside the border */
  padding: 20px;
}

.programme-highlights__icon--circle {
  padding: 10px;
  width: 60px; /* Adjust based on your icon size */
  height: 60px;
  background-color: #ffffff; /* White background for the image */
  border-radius: 50%;
}

.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: #ee5b25;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 50px 0;
}
.learning-outcomes__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  position: relative;
  z-index: 1;
}

/* .learning-outcomes__container::after {
  content: url("images/Learn Improve Repeat.jpg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: -1;
} */

.learning-outcomes__title {
  font-size: var(--font-header);
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.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; */
  align-items: first baseline;
  gap: 10px;
  color: white;
}

.learning-outcomes__list-item::before {
  content: "\2713"; /* Unicode for checkmark */
  /* margin-right: 10px; */
  font-weight: bold;
  background-color: white;
  color: #ee5b25;
  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;
}

.methodology__title,
.tools__title {
  font-size: var(--font-header);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.methodology__title {
  /* text-align: center; */
}

.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: #e9eaef;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: var(--font-medium);
  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);
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.curriculum__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  text-align: center;
}

.curriculum__title {
  font-size: var(--font-header);
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
.curriculum__title1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

.accordion {
  width: 100%;
}

.accordion__item {
  margin-bottom: 10px;
}

.accordion__toggle {
  width: 100%;
  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: 100%;
  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);
}
.accordion__content--container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.accordion__content--item {
  background-color: #e9eaef;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: var(--font-medium);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Open content on active */
.accordion__content--show {
  display: block;
}

.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: 10px;
  font-size: var(--font-medium);
  text-align: justify;
}
.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: #272566; /* Dark blue background */
  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;
}

.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: 30px;
  font-weight: bold;
  border-radius: 8px;
}

.enroll-section__description {
  font-size: var(--font-medium);
  color: #dcdcdc;
  margin-bottom: 30px;
  line-height: 1.6;
  /* max-width: 950px; */
  /* margin: auto; */
  text-align: center;
  margin-bottom: 30px;
}

.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: 13px 20px;
  background-color: #ee5b25;
  color: #ffff;
  font-size: 18px;
  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: 30px;
  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;
}

.industry-pedagogy {
  text-align: center;
  background-color: #ffffff;
  padding: 50px 0;
}

.industry-pedagogy__title {
  color: rgb(0, 0, 0);
  font-size: var(--font-header);
  margin-bottom: 30px;
}

.industry-pedagogy__container {
  margin: auto;
  width: var(--width);
  max-width: var(--max-width);
}
.industry-pedagogy--data {
  width: 100%;
  max-width: 1000px;
  height: 481px;
  margin: auto;
  display: block;
}

.certification {
  position: relative;
  background: linear-gradient(to bottom, white 50%, #dfdfdf 50%);
  padding: 50px 0;
  text-align: center;
  /* min-height: 500px; */
}
.certification--container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.certification__title {
  color: rgb(0, 0, 0);
  font-size: var(--font-header);
  margin-bottom: 30px;
}

.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: 446px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.certification__description {
  font-size: var(--font-medium);
  color: #333;
  /* max-width: 800px; */
  text-align: center;
  line-height: 1.5;
}

.functional-areas {
  padding: 50px 0;
  background-color: #ececec;
}

.functional-areas__container {
  text-align: center;
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}

.functional-areas__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.functional-areas__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
  margin-bottom: 40px;
}

.functional-areas__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.functional-areas__icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* background-color: #d45d5d; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

.functional-areas__icon img {
  width: 100%;
}

/* .functional-areas__icon:before {
  content: '';
  width: 110px;
  height: 110px;
  position: absolute;
  border-radius: 50%;
  border: 2px dashed #ff6600;
} */

.functional-areas__label {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.functional-areas__btn {
  padding: 15px 30px;
  background-color: #2da44e;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  display: inline-block;
  /* margin-top: 40px; */
}

.functional-areas__btn:hover {
  background-color: #269f4a;
}
.blank-img--section {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
}
.blank-img--section__container {
  padding: 40px 0px;
}
.blank-img--section__container img {
  width: 100%;
  max-width: 850px;
  margin: auto;
  display: block;
}

.AdmissionCriteria {
  background-image: url(./images/IIM-Mumbai-Building.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 1350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures spacing between the content */
}

.AdmissionCriteria--mainContainer {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  padding: 50px 0;
  flex: 1; /* Ensures it takes up the remaining vertical space */
}

.AdmissionCriteria--container {
  padding: 50px 0;
}

.AdmissionCriteria--title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.admission-criteria__list {
  list-style-type: none;
}

.admission-criteria__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: orange;
  border-radius: 50%;
}

.admission-criteria__item {
  /* margin-bottom: 15px; */
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.program-fee {
  background-color: rgba(0, 0, 0, 0.8); /* Dark background */
  padding: 40px 0;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

.program-fee__container {
  max-width: var(--max-width);
  width: var(--width);
  margin: 0 auto;
}

.program-fee__amount {
  font-size: 35px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  border: 1px solid white;
  border-radius: 10px;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.2);
}

.program-fee__tax {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

.program-fee__loan-options {
  margin-top: 20px;
  font-size: 18px;
  color: #ccc;
  font-weight: 600;
}

/* css added by Omkar */

#author {
  max-width: 1280px;
  /* height: 500px; */
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 2em 0px;
}
.box {
  width: 350px;
  height: 400px;
  margin: 20px;
  box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.32);
  border-radius: 20px;
  margin-bottom: 10px;
}

.faculty-image {
  width: 170px;
  height: 170px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-bottom: 1.5em;
}

.faculty-image img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

#p-author {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
}
#p-profile {
  font-size: 12px;
  text-align: center;
}

.Facilitators_title {
  text-align: center;
  margin-top: 30px;
}

.and{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  font-size: 1rem;
  font-weight: 500;
  
}

.function_area-container1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin: auto;
}

.image_container{
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
}
.functional_area_covered{
background-color: #dfdfdf;
}

.function_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}