section {
  overflow: hidden;
}
.hero-section {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
  background: url(../images/about-us/hero.jpg) no-repeat center center;
  background-size: cover;
}

.content-section {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
}
.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero-content h1 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 48px;
  line-height: 1.13;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* ------------- Section-02 : Dropdown -------------------- */
.section-02 {
  background: #eef4fb;
}

.dropdown-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: start;
  align-items: center;
  padding: 2rem 0;
  overflow: hidden;
}

.dropdown {
  position: relative;
}

.dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #333;
}

.dropdown-btn {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  font-size: 20px;
  color: black;
  transition: transform 0.3s ease;
}
.dropdown-btn:hover {
  color: gray;
}
/* 
.dropdown-content {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  padding: 15px;
  width: 200px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 10;
} */
/* .bottom-arrow svg{
    width: 15px;
    height: 15px;
}
.dropdown.open .dropdown-content {
  display: block;
} */

/* .dropdown.open .dropdown-btn .bottom-arrow {
  transform: rotate(180deg);
} */

.dropdown.open .dropdown-btn {
  opacity: 0.5;
}
.section-02 {
  /* display: none; */
}
/* ----------------------------------- */
.section-03,
.section-04,
.section-05,
.section-06 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* --------------- section-03 --------------- */
.our-journey {
  padding: 10rem 0;
  background: #fff;
}

.our-journey-container {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 4rem;
}

.our-journey .content {
  width: 50%;
  padding-right: 3rem;
}

.our-journey .content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  margin-bottom: 1.5rem;
}

.our-journey .content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #333;
}

.our-journey .image-side {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.our-journey .image-side img {
  /* width: 100%; */
  /* max-width: 600px; */
  height: auto;
  object-fit: cover;
  z-index: 1;
  background: transparent;
}

.our-journey .image-side .image-bg {
  width: 100vw;
  height: 67%;
  background: #11224e;
  position: absolute;
  left: 50%;
  bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .our-journey .container {
    flex-direction: column;
  }
  /* .our-journey .content {
    max-width: 100%;
  } */
  .our-journey .image-side {
    justify-content: center;
  }
  .our-journey .image-side img {
    max-width: 100%;
  }
}

/* ---------------- sections-04 : our vision --------------- */
.our-vision.mob {
  display: none;
}
.our-vision .image-wrapper {
  width: 100%;
  padding: 6rem 0;
}
.our-vision .image-side {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.our-vision .image-side img {
  height: auto;
  object-fit: cover;
  z-index: 1;
  background: transparent;
}

.our-vision .image-side .image-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.our-vision .image-bg .image-bg-body > div {
  width: 37%;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}
.our-vision .image-bg h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  color: white;
  margin-bottom: 1.5rem;
}
.image-bg h2 {
  overflow: hidden;
}
.our-vision .image-bg p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.7;
  color: white;
}

.our-vision .image-bg-body {
  background: #11224e;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 26rem;
  flex: 1;
}
.our-vision .image-bg-head {
  padding-left: 15%;
  height: 25%;
}
.our-vision .image-bg-head img {
  transform: rotateY(180deg);
  width: 72%;
  opacity: 0.6;
}

/* ---------------- sections-05 : our mission --------------- */
.our-vision.mob {
  display: none;
}
.our-mission .image-wrapper {
  width: 100%;
  padding: 0 0 8rem 0;
  display: flex;
  justify-content: end;
}
.our-mission .image-side {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.our-mission .image-side img {
  height: auto;
  object-fit: cover;
  z-index: 1;
  background: transparent;
}

.our-mission .image-side .image-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.our-mission .image-bg .image-bg-body > div {
  width: 37%;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}
.our-mission .image-bg h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  color: white;
  margin-bottom: 1.5rem;
}

.our-mission .image-bg p {
  font-family: "Gotham-Book";
  /* font-family: "Gilroy-Light"; */
  font-size: 20px;
  line-height: 1.8;
  color: white;
}

.our-mission .image-bg-body {
  background: #3175c2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding-right: 26rem;
  flex: 1;
}
.our-mission .image-bg-head {
  height: 25%;
  display: flex;
  justify-content: start;
  align-items: start;
}
.our-mission .image-bg-head svg {
  width: 100%;
  height: 60%;
  opacity: 0.6;
}

/* ---------------- sections-06 : Meet Our Directors--------------- */
.section-06 {
  padding: 8em 0;
  background: #1a3b71;
}
.directors-section {
  text-align: center;
  /* padding: 50px 20px; */
}

.directors-section h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  color: white;
  margin-bottom: 6rem;
}

.directors-grid {
  display: flex;
  justify-content: space-evenly;
  /* justify-content: space-between; */
  gap: 30px;
  /* flex-wrap: wrap; */
  /* margin-bottom: 4rem; */
}

.director-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: #c5d7f5;
}
.director-card.mob {
  display: none;
}

.director-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director-name {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
}

/* Overlay */
.directors-section .overlay {
  position: absolute;
  inset: 0;
  background: #c5d7f5;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.directors-section .overlay p {
  font-size: 16px;
  line-height: 1.5;
}

/* Hover effect */
/* .director-card:hover .overlay {
  opacity: 1;
  visibility: visible;
  padding: 0;
} */

.director-card:hover .director-name {
  opacity: 0;
}
.director-card .profile-text {
  text-align: left;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 2rem;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 transparent; /* thumb + transparent track */
}
/* Chrome, Edge, Safari */
.director-card .profile-text::-webkit-scrollbar {
  width: 6px; /* thin scrollbar */
}

.director-card .profile-text::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 10px;
}

.director-card .profile-text::-webkit-scrollbar-thumb {
  background: #888; /* thumb color */
  border-radius: 10px;
}

.director-card .profile-text::-webkit-scrollbar-thumb:hover {
  background: #555; /* darker on hover */
}
.director-card .profile-text h2 {
  font-size: 30px;
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  margin-bottom: 0.6rem;
  color: #0a0a23;
}

.director-card .profile-text h4 {
  font-family: "Gotham-Book";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1.2rem;
  color: #444;
}

.director-card .profile-text p {
  font-family: "Gotham-Book";
  font-size: 20px;
  margin-bottom: 2rem;
  color: #222;
}
.director-card .profile-text p:last-child {
  margin-bottom: 0;
}

/* .directors-section .overlay{
  display: none;
} */

.director-mob-description {
  display: none;
}

/* # Department section */
.department-section {
  text-align: center;
}
.department-section h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 48px;
  color: white;
  margin-bottom: 4rem;
}
.department-section .overlay h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 32px;
  color: white;
  margin-bottom: 1rem;
  opacity: 0;
}
.department-section .slider {
  position: relative;
}

.department-section .swiper {
  padding: 20px 0;
}
.department-section .swiper-slide {
  margin-right: 2rem;
  cursor: grab;
}
.department-section .swiper-slide .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.department-section .swiper-slide .card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.department-section .swiper-slide .card .overlay p {
  color: #fff;
  font-weight: bold;
}

.department-section .swiper-slide .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.department-section .swiper-slide .card p {
  font-family: "Gotham-Book";
  font-size: 16px;
  /* line-height: 1; */
  /* margin: 10px 0;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px; */
}

/* .department-section .swiper-slide{
  margin-right: 2.6rem !important;
}
.department-section .swiper-slide:last-child{
  margin-right: 0 !important;
} */
/* Custom Navigation */

.custom-swiper-button-prev,
.custom-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border-radius: 50%;
  border: 1px solid #757479;
  padding: 6px;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #6e6d72;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.custom-swiper-button-prev {
  left: 0%;
}
.custom-swiper-button-next {
  right: 0%;
}
.custom-swiper-button-prev svg,
.custom-swiper-button-next svg {
  width: 100%;
  height: 100%;
}
/* .department-section .swiper,
.department-section .swiper-wrapper,
.department-section .swiper-slide 
{
  overflow: visible !important;
} */

/* ----------------- Partner Section -----------------------*/
.partner-section {
  position: relative;
  background: url("../images/home/patner.jpg") no-repeat center center/cover;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0rem 0rem;
  background-size: cover;
}

.partner-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10rem 0rem;
}

.partner-content {
  max-width: 600px;
}

.partner-content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 39px;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.partner-content p {
  font-family: "Gotham-Book";
  font-size: 20px;
  color: white;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.partner-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.partner-btn {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #d62828;
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.partner-btn:hover {
  background-color: #b91c1c;
}

.arrow {
  font-size: 1.2rem;
}

.read-more-btn {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  background-color: #d62828;
  color: #fff;
  margin-top: 25px;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: white;
  color: red;
}
.read-more-btn svg {
  width: 7.5px;
  height: 12px;
}
/* ---------------- Patner section end -------------- */

/* ----------- Our pillar of excellence --------------- */
.timeline-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: centete;
  align-items: center;
  justify-content: center;
  padding: 0 21rem;
  text-align: center;
}
.our-pillar-excellence .timeline-head h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  margin-bottom: 1.5rem;
}
.our-pillar-excellence .timeline-head p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #333;
}

.our-pillar-excellence .timeline {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 0;
}

.our-pillar-excellence .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #261f64;
  transform: translateX(-50%);
}
.our-pillar-excellence .timeline-line::before,
.our-pillar-excellence .timeline-line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 21px; /* dot size */
  height: 21px;
  background: #261f64;
  border-radius: 50%; /* make it a circle */
  transform: translateX(-50%);
}

.our-pillar-excellence .timeline-line::before {
  top: 0; /* top dot */
}

.our-pillar-excellence .timeline-line::after {
  bottom: 0; /* bottom dot */
}

.our-pillar-excellence .timeline-item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  /* opacity: 0; */
  opacity: 1;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}
.our-pillar-excellence .timeline-item.item-1 .timeline-content,
.our-pillar-excellence .timeline-item.item-3 .timeline-content {
  background: #3175c2;
}
.our-pillar-excellence .timeline-item.item-2 .timeline-content {
  background: #11224e;
}

.our-pillar-excellence .timeline-item.item-2 {
  justify-content: end !important;
}
.our-pillar-excellence .timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.our-pillar-excellence .timeline-icon {
  width: 100px;
  height: 100px;
  padding: 1.6rem;
  background: #3175c2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #38bdf8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.our-pillar-excellence .timeline-item.item-2 .timeline-icon {
  background: #11224e;
}

.our-pillar-excellence .timeline-icon svg {
  width: 100%;
  height: 100%;
}
.our-pillar-excellence .timeline-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 3rem;
  border-radius: 15px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  width: 42%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.our-pillar-excellence .timeline-content h3 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 32px;
  color: white;
}

.our-pillar-excellence .timeline-content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.our-pillar-excellence .timeline-content .date {
  font-size: 0.9rem;
  color: #94a3b8;
  display: block;
  margin-bottom: 20px;
}

/* Alternate positioning */
.our-pillar-excellence .timeline-item:nth-child(odd) .timeline-content {
  right: 0;
}

.our-pillar-excellence .timeline-item:nth-child(even) .timeline-content {
  left: 0;
}

.department-section .swiper-button-prev {
  left: -4%;
  color: #cec7c7 !important;
}
.department-section .swiper-button-next {
  right: -4%;
  color: #cec7c7 !important;
}

/* .our-pillar-excellence .timeline-item.item-3{
  margin: 0;
} */

/* ----------------------- Flip Effect Start -------------- */

.flip-wrapper {
  padding: 0 8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  perspective: 1200px; /* 3D perspective */
  margin-bottom: 3rem;
}

/* Each flip card */
.flip-aos {
  width: 100%;
  max-width: 629px;
  aspect-ratio: 629 / 668;
  perspective: inherit; /* inherit perspective from wrapper */
}

/* The card container */
.flip {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Inner wrapper that rotates */
.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
  border-radius: 1rem;
  will-change: transform;
}

/* FRONT & BACK */
.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Front face */
.front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}

/* Back face */
.back {
  background: #c5d7f5;
  transform: rotateY(180deg);
  padding: 1.5rem;
  text-align: left;
  overflow-y: auto;
}

/* Flip on hover */
.flip:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Profile text on the back */
.profile-text {
  text-align: left;
  width: 100%;
  height: 100%;
  overflow-y: auto; /* enable native scroll */
  scroll-behavior: auto; /* disable smooth scroll */
  /* padding: 2rem; */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 transparent; /* thumb + transparent track */
}
/* Chrome, Edge, Safari */
.profile-text::-webkit-scrollbar {
  width: 6px; /* thin scrollbar */
}

.profile-text::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 10px;
}

.profile-text::-webkit-scrollbar-thumb {
  background: #888; /* thumb color */
  border-radius: 10px;
}

.profile-text::-webkit-scrollbar-thumb:hover {
  background: #555; /* darker on hover */
}
.profile-text h2 {
  font-size: 30px;
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  margin-bottom: 0.6rem;
  color: #0a0a23;
}

.profile-text h4 {
  font-family: "Gotham-Book";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1.2rem;
  color: #444;
}

.profile-text p {
  font-family: "Gotham-Book";
  font-size: 20px;
  margin-bottom: 2rem;
  color: #222;
}
.profile-text p {
  line-height: 1.5;
}
.profile-text p:last-child {
  margin-bottom: 0;
}

/* ----------------------- Flip Effect End -------------- */
/* Responsive */
@media (max-width: 1740px) {
  .our-vision .image-bg-head {
    padding-left: 18%;
  }
  .our-mission .image-bg-head svg {
    height: 52%;
  }
}

@media (max-width: 1640px) {
  .our-vision .image-bg-head {
    padding-left: 20rem;
  }

  /* .our-vision .image-bg-head img{
        position: absolute;
    top: 0;
    margin-top: 1%;
   } */
  .our-vision .image-bg .image-bg-body > div {
    width: 44%;
  }
  .our-mission .image-bg .image-bg-body > div {
    width: 44%;
  }
  .our-vision .image-bg-body {
    padding-left: 23rem;
  }
  .our-mission .image-bg-body {
    padding-right: 23rem;
  }
}

@media (max-width: 1600px) {
  .dropdown-wrapper {
    /* padding: 2.2rem 0; */
  }
  .our-journey {
    padding: 6rem 0;
  }
  .our-mission .image-bg-head svg {
    height: 47%;
  }
}

@media (max-width: 1440px) {
  .hero-content h1 {
    font-size: 42px;
    margin-bottom: 1.6rem;
  }

  .our-journey .content h2,
  .our-pillar-excellence .timeline-head h2,
  .our-vision .image-bg h2,
  .our-mission .image-bg h2,
  .department-section h2,
  .partner-content h2 {
    /* font-size: 42px; */
    /* margin-bottom: 1.6rem; */
  }

  .directors-section h2,
  .department-section h2 {
    /* margin-bottom: 4rem; */
  }
  .profile-text h2 {
    margin-bottom: 0.6rem !important;
  }
  .department-section .overlay h2 {
    font-size: 30px;
    margin-bottom: 1.6rem;
  }
  .our-vision .image-bg .image-bg-body > div,
  .our-mission .image-bg .image-bg-body > div {
    gap: 0;
  }

  .our-mission .image-bg-head svg {
    height: 40%;
  }
  .our-vision .image-bg-head img {
    position: absolute;
    top: 0;
    margin-top: 2%;
  }

  .our-journey-container {
    flex-direction: column;
  }
  .our-journey .content {
    width: 100%;
    padding: 0;
  }
  .our-journey-container {
    gap: 2rem;
  }

  .timeline-head {
    padding: 0 20%;
  }
  .our-pillar-excellence .timeline {
    margin-top: 1rem;
  }
  .our-pillar-excellence .timeline-content {
    padding: 2rem;
  }
  /* .our-pillar-excellence .timeline-content h3 {
    font-size: 36px;
  } */

  .our-pillar-excellence .timeline-icon {
    width: 100px;
    height: 100px;
  }
  .our-pillar-excellence .timeline-line::before,
  .our-pillar-excellence .timeline-line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 18px;
  }
  .our-vision .image-bg .image-bg-body > div {
    width: 54%;
  }
  .our-mission .image-bg .image-bg-body > div {
    width: 54%;
  }
  .section-06 {
    padding: 6rem 0;
  }
  .directors-grid {
    gap: 3rem;
  }
  .our-mission .image-bg-head {
    padding-right: 12rem;
  }

  .department-section .slider {
    padding: 20px 4rem;
    overflow: hidden;
  }
  .department-section .swiper-button-prev {
    left: 0%;
  }
  .department-section .swiper-button-next {
    right: 0%;
  }
  .flip-wrapper {
    gap: 6rem;
  }
  .flip-wrapper {
    padding: 0 2rem;
  }
}

@media (max-width: 1280px) {
  .hero-content h1 {
    font-size: 39px;
    margin-bottom: 1.2rem;
  }

  .our-journey .content h2,
  .our-pillar-excellence .timeline-head h2,
  .our-vision .image-bg h2,
  .our-mission .image-bg h2,
  .department-section h2,
  .partner-content h2 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }

  .directors-section h2,
  .department-section h2 {
    margin-bottom: 4rem;
  }

  .department-section .overlay h2 {
    font-size: 28px;
    margin-bottom: 1.6rem;
  }

  .our-journey .image-side img {
    width: 84%;
  }
  .our-journey .image-side {
    justify-content: center;
  }
  .timeline-head {
    padding: 0 14%;
  }
  .our-pillar-excellence .timeline-content h3 {
    font-size: 30px;
  }
  .director-card .profile-text h2 {
    font-size: 28px;
    margin-bottom: 0.4rem;
  }
  .director-card .profile-text p {
    font-size: 18px;
  }
  .our-vision .image-bg-body {
    padding-left: 22rem;
  }
  .our-mission .image-bg-body {
    padding-right: 22rem;
  }
}
@media (max-width: 1240px) {
  .flip-wrapper {
    gap: 4rem;
  }
}

@media (max-width: 1180px) {
  .our-mission .image-bg-head {
    padding-right: 15rem;
  }
}

@media (max-width: 1140px) {
  .our-vision .image-bg-head img,
  .our-mission .image-bg-head svg {
    /* display: none; */
  }
  .our-vision .image-bg-body {
    padding-left: 20.5rem;
  }
  .our-mission .image-bg-body {
    padding-right: 20.5rem;
  }
  .our-mission .image-bg-head {
    padding-right: 18rem;
  }
}

@media (max-width: 1080px) {
  .our-vision .image-bg-head,
  .our-mission .image-bg-head {
    display: none;
  }
  .our-vision.desktop,
  .our-mission.desktop {
    display: none;
  }
  .our-vision.mob,
  .our-mission.mob {
    display: block;
  }
  .our-vision .image-wrapper {
    position: relative;
  }
  .our-vision .image-side {
    position: absolute;
    width: 60%;
  }
  /* .our-vision .image-bg{
      height: 1256px;
    padding-top: 312px;
} */
  .our-vision .image-bg-body {
    width: 100vw;
    height: 100%;
    padding: 2rem;
    justify-content: end;
  }
  .our-vision .image-side img {
    width: 100%;
    height: 100%;
  }
  .our-vision .image-bg .image-bg-body > div {
    width: 70%;
  }
  .our-vision.mob-mission .image-bg .image-bg-body > div {
    padding-left: 4rem;
  }

  .our-vision.mob-mission .image-wrapper {
    display: flex;
    justify-content: end;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 978px) {
  .director-card .profile-text {
    overflow: visible;
    padding: 0;
  }
  .flip-wrapper {
    gap: 2.4rem;
  }
  .flip-wrapper {
    display: none;
  }
}

@media (max-width: 978px) {
  .director-card {
    display: none;
    border-radius: 0;
  }
  .director-card .profile-img {
    border-radius: 12px;
    overflow: hidden;
  }
  .director-card.mob {
    display: block;
    box-shadow: none;
    background: transparent;
  }
  .directors-grid {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .directors-section .overlay {
    position: static;
    opacity: 1;
    /* background: #19396d; */
    visibility: visible;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .director-card .profile-text h2,
  .director-card .profile-text h4,
  .director-card .profile-text p {
    color: white;
  }

  .director-card .profile-text p {
    font-size: 18px;
  }
  .department-section .slider {
    padding: 20px 2rem;
  }
  .our-vision.mob-mission .image-bg .image-bg-body > div {
    padding-left: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background: url(../images/about-us/hero-mob.jpg) no-repeat center center;
    background-size: cover;
  }

  .partner-section {
    /* background: url(../images/home/patner-mob.jpg) no-repeat center center / cover; */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
      url(../images/home/patner-mob.jpg) no-repeat center center / cover;
  }

  .dropdown-btn {
    font-size: 18px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 2rem 0;
    gap: 1.5rem;
  }
  .our-pillar-excellence .timeline-line {
    left: 50px;
  }
  .our-pillar-excellence .timeline-icon {
    left: 0;
    transform: translateX(0);
  }
  .our-pillar-excellence .timeline-content {
    width: calc(100% - 7rem);
    left: 7rem !important;
  }
  .our-pillar-excellence .timeline-item.item-2 {
    justify-content: flex-start !important;
  }
  .hero-content h1 {
    font-size: 35px;
    margin-bottom: 1rem;
  }

  .our-journey .content h2,
  .our-pillar-excellence .timeline-head h2,
  .our-vision .image-bg h2,
  .our-mission .image-bg h2,
  .directors-section h2,
  .department-section h2,
  .partner-content h2 {
    font-size: 32px;
    margin-bottom: 1rem;
  }

  .directors-section h2,
  .department-section h2 {
    margin-bottom: 2rem;
  }

  .department-section .overlay h2 {
    font-size: 26px;
    margin-bottom: 1.4rem;
  }
  .our-vision .image-bg .image-bg-body > div {
    width: 80%;
  }
  .our-journey .content p,
  .our-pillar-excellence .timeline-head p,
  .our-vision .image-bg p {
    line-height: 1.6;
  }
  .timeline-head {
    padding: 0 6%;
  }
  .our-journey {
    padding: 4rem 0;
  }
  .section-06 {
    padding: 4rem 0;
  }
  /* .our-vision .image-wrapper {
    padding-bottom: 45vw;
  } */
  .partner-overlay,
  .partner-buttons {
    justify-content: center;
  }
  .partner-content {
    max-width: 600px;
    text-align: center;
  }
  .partner-overlay {
    /* padding: 6rem 0rem; */
  }
  .department-section .swiper-button-next:after,
  .department-section .swiper-button-prev:after {
    font-size: 3rem !important;
  }
  .our-vision .image-bg .image-bg-body > div {
    width: 89%;
  }
  .our-vision.mob-mission .image-bg .image-bg-body > div {
    width: 64%;
  }
  .hero-content {
    margin-bottom: 2.5rem;
  }
  .director-card .profile-text h2 {
    font-size: 26px;
  }
  .director-card .profile-text h4 {
    font-size: 20px;
  }
}

@media (max-width: 680px) {
  .our-vision .image-side .image-bg {
    /* height: 74vh; */
  }
}

@media (max-width: 640px) {
  /* .our-vision .image-bg .image-bg-body > div {
    margin-top: 22rem;
  } */
  /* .our-vision .image-wrapper {
    padding-bottom: 100vw;
  } */
  /* .our-vision .image-bg .image-bg-body > div {
    width: 90%;
  } */
  .our-vision .image-bg .image-bg-body > div {
    width: 90%;
  }
  .our-vision.mob-mission .image-bg .image-bg-body > div {
    width: 90%;
  }
  .our-vision .image-side {
    width: 70%;
  }
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
  .our-journey .content p,
  .our-pillar-excellence .timeline-head p,
  .our-vision .image-bg p,
  .partner-content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .timeline-head {
    padding: 0;
  }
  /* .our-vision .image-bg .image-bg-body > div {
    margin-top: 18rem;
  }
  .our-vision .image-wrapper {
    padding-bottom: 90vw;
  } */
  .dropdown-btn {
    font-size: 14px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 1rem 0;
    gap: 1rem;
  }
  .our-pillar-excellence .timeline {
    padding: 2rem 0;
  }
  .our-pillar-excellence .timeline-icon {
    width: 60px;
    height: 60px;
    padding: 0.8rem;
  }
  .our-pillar-excellence .timeline-line {
    left: 36px;
    width: 3px;
  }
  .our-pillar-excellence .timeline-line::before,
  .our-pillar-excellence .timeline-line::after {
    width: 10px;
    height: 10px;
  }
  .our-pillar-excellence .timeline-content {
    width: calc(100% - 4.5rem);
    left: 4.5rem !important;
    padding: 1rem;
    gap: 0.5rem;
  }
  .our-pillar-excellence .timeline-content h3 {
    font-size: 20px;
  }
  .our-pillar-excellence .timeline-content p {
    font-size: 14px;
    line-height: 1.2;
  }

  .read-more-btn {
    font-size: 12px;
    margin-top: 16px;
    padding: 0.8rem 1.2rem;
  }
  .directors-grid {
    margin-bottom: 1rem;
    gap: 0;
  }
  .hero-content h1 {
    font-size: 29px;
    margin-bottom: 0.8rem;
  }

  .our-journey .content h2,
  .our-pillar-excellence .timeline-head h2,
  .our-vision .image-bg h2,
  .our-mission .image-bg h2,
  .directors-section h2,
  .department-section h2,
  .partner-content h2 {
    font-size: 26px;
    margin-bottom: 0.8rem;
  }

  .our-journey {
    padding: 3rem 0 4rem 0;
  }
  .directors-section h2,
  .department-section h2 {
    margin-bottom: 2rem;
  }
  .department-section .swiper-button-next:after,
  .department-section .swiper-button-prev:after {
    font-size: 2rem !important;
  }
  .our-vision.mob-mission .image-wrapper {
    padding-top: 0;
  }
  .department-section .swiper-slide .card .overlay {
    padding: 2rem;
  }
}

@media (max-width: 375px) {
  .dropdown-btn {
    font-size: 12px;
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 0.8rem 0;
    gap: 0.8rem;
  }
  .our-pillar-excellence .timeline-content p {
    font-size: 12px;
    line-height: 1;
  }
  .our-pillar-excellence .timeline-content h3 {
    font-size: 18px;
  }
  .hero-content h1 {
    font-size: 27px;
  }

  .our-journey .content h2,
  .our-pillar-excellence .timeline-head h2,
  .our-vision .image-bg h2,
  .our-mission .image-bg h2,
  .directors-section h2,
  .department-section h2,
  .partner-content h2 {
    font-size: 24px;
  }

  .our-journey .content p,
  .our-pillar-excellence .timeline-head p,
  .our-vision .image-bg p,
  .partner-content p {
    font-size: 14px;
    line-height: 1.2;
  }
}
