main {
  overflow-x: hidden;
}

.home_header {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.home_header .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.home_header .doctor_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: auto;
}

.home_header_title {
  position: absolute;
  right: 10%;
  top: 60%;
  transform: translateY(-50%);
  color: #fff;
  font-style: italic;
  font-weight: lighter;
  width: 30%;
  font-size: 45px;
}

.home_yellow_stripe {
  background-color: #ffc838;
  padding: 50px 0;
}

.home_yellow_stripe > div {
  padding: 0 150px;
}

.home_yellow_stripe h1 {
  font-weight: lighter;
  font-style: italic;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
}

.vmo_clip_path {
  clip-path: polygon(
    0% 59.765%,
    0% 59.765%,
    0.028% 59.231%,
    0.108% 58.723%,
    0.236% 58.25%,
    0.408% 57.818%,
    0.62% 57.434%,
    0.866% 57.105%,
    1.143% 56.837%,
    1.447% 56.637%,
    1.772% 56.512%,
    2.116% 56.469%,
    43.337% 56.469%,
    43.337% 56.469%,
    43.68% 56.425%,
    44.006% 56.3%,
    44.309% 56.101%,
    44.586% 55.832%,
    44.833% 55.503%,
    45.044% 55.119%,
    45.216% 54.687%,
    45.345% 54.214%,
    45.425% 53.707%,
    45.453% 53.172%,
    45.453% 3.297%,
    45.453% 3.297%,
    45.48% 2.762%,
    45.56% 2.255%,
    45.689% 1.782%,
    45.861% 1.35%,
    46.072% 0.966%,
    46.319% 0.636%,
    46.596% 0.368%,
    46.899% 0.168%,
    47.225% 0.043%,
    47.568% 0%,
    97.884% 0%,
    97.884% 0%,
    98.228% 0.043%,
    98.553% 0.168%,
    98.857% 0.368%,
    99.134% 0.636%,
    99.38% 0.966%,
    99.592% 1.35%,
    99.764% 1.782%,
    99.892% 2.255%,
    99.972% 2.762%,
    100% 3.297%,
    100% 84.491%,
    100% 84.491%,
    99.972% 85.025%,
    99.892% 85.533%,
    99.764% 86.006%,
    99.592% 86.438%,
    99.38% 86.822%,
    99.134% 87.151%,
    98.857% 87.419%,
    98.553% 87.619%,
    98.228% 87.744%,
    97.884% 87.787%,
    86.037% 87.787%,
    86.037% 87.787%,
    85.693% 87.83%,
    85.368% 87.955%,
    85.064% 88.155%,
    84.787% 88.423%,
    84.541% 88.753%,
    84.329% 89.137%,
    84.157% 89.569%,
    84.029% 90.042%,
    83.949% 90.549%,
    83.921% 91.084%,
    83.921% 96.703%,
    83.921% 96.703%,
    83.893% 97.238%,
    83.813% 97.745%,
    83.685% 98.218%,
    83.513% 98.65%,
    83.301% 99.034%,
    83.055% 99.364%,
    82.778% 99.632%,
    82.474% 99.832%,
    82.149% 99.957%,
    81.805% 100%,
    2.116% 100%,
    2.116% 100%,
    1.772% 99.957%,
    1.447% 99.832%,
    1.143% 99.632%,
    0.866% 99.364%,
    0.62% 99.034%,
    0.408% 98.65%,
    0.236% 98.218%,
    0.108% 97.745%,
    0.028% 97.238%,
    0% 96.703%,
    0% 59.765%
  );
  background-image: linear-gradient(to bottom, #125192, #45c0be);
}

.vmo_first_row {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 75px 0;
}

.vmo_first_row h1 {
  color: #fff;
  font-weight: lighter;
  width: 30%;
  font-size: 27.5px;
  transform: translateX(55%);
}

.vmo_second_row {
  width: 100%;
  display: flex;
  padding: 75px 17.5% 75px 50px;
  gap: 50px;
}

.vmo_second_row > div {
  width: calc(100% / 3);
}

.vmo_second_row > div > h1 {
  color: #fff;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
}

.vmo_second_row > div > p {
  color: #fff;
  font-size: 17.5px;
  margin: 0;
}

.vmo_second_row > div li {
  color: #fff;
  font-size: 17.5px;
  font-weight: 200;
}

.vmo_second_row .list-disc > li:before {
  color: #fff;
}

.vmo_main_container {
  margin: 50px 0;
  position: relative;
}

.vmo_relative_container {
  position: relative;
  padding: 0 150px 0 75px;
}

.vmo_building {
  position: absolute;
  right: 0;
  bottom: 12%;
  z-index: 2;
  height: 75%;
  width: auto;
}

.vmo_yello_box {
  position: absolute;
  right: 0;
  top: 10%;
  width: 22.5%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
  background-color: #fbce41;
  border: 1px solid #fff001;
  border-radius: 20px 0 0 20px;
}

.vmo_blur {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.vmo_fourty {
  position: absolute;
  left: 75px;
  top: 0;
  width: 40%;
  height: auto;
  padding: 0 75px 0 0;
}

.vmo_fourty img {
  width: 50%;
  height: auto;
}

.vmo_fourty h1 {
  color: #06a253;
  line-height: 1.2;
  font-size: 30px;
  margin: 15px 0;
}

.vmo_fourty p {
  color: #212121;
  font-size: 17.5px;
  margin: 15px 0;
}

.home_rm_gradient {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
  width: 150px;
  padding: 7.5px 7.5px 7.5px 15px;
  background-image: linear-gradient(to right, #114c8e, #17a2cd);
}

.home_rm_gradient a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.home_rm_gradient span {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 25px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  transform: rotateZ(45deg);
  transition: all 0.25s ease-in-out;
}

.home_rm_gradient:hover span {
  transform: rotateZ(0deg);
}

.home_rm_gradient span img {
  width: 35%;
  height: auto;
}

@media (min-width: 1400px) and (resolution: 1dppx) {
  .vmo_relative_container {
    padding: 0 300px 0 150px;
  }

  .vmo_fourty {
    left: 150px;
    padding: 0 150px 0 0;
  }

  .vmo_building {
    height: 100%;
  }
}

@media (max-width: 1399px) {
  .home_header_title {
    width: 35%;
    right: 5%;
  }

  .vmo_building {
    height: 65%;
  }

  .vmo_yello_box {
    top: 15%;
  }
}

@media (max-width: 1300px) {
  /* .home_header {
    width: 100%;
    height: auto;
  }

  .home_header_img {
    position: static;
    transform: translateY(0%);
  } */

  /* .home_header_title {
    font-size: 40px;
  } */

  .vmo_building {
    height: 60%;
  }
}

@media (max-width: 1199px) {
  /* .home_header_title {
    font-size: 35px;
  } */

  .home_yellow_stripe > div {
    padding: 0 100px;
  }

  .vmo_fourty {
    position: static;
    width: 100%;
    padding: 25px;
  }

  .vmo_relative_container {
    padding: 0 100px;
  }

  .vmo_clip_path {
    clip-path: none;
    border-radius: 20px;
  }

  .vmo_first_row {
    justify-content: flex-start;
    padding: 25px;
  }

  .vmo_first_row h1 {
    width: 100%;
    transform: translateX(0%);
  }

  .vmo_second_row {
    padding: 25px;
    flex-direction: column;
  }

  .vmo_second_row > div {
    width: calc(100% / 2);
  }

  .vmo_building {
    bottom: 0;
    height: 55%;
    width: auto;
  }

  .vmo_yello_box {
    right: 2.5%;
    top: auto;
    width: 40%;
    border-radius: 50%;
    bottom: 0;
  }

  .home_header_title {
    width: 40%;
    right: 5%;
    top: 35%;
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  /* .home_header_title {
    font-size: 25px;
  } */

  .home_yellow_stripe > div {
    padding: 0 50px;
  }

  .vmo_building {
    bottom: 0;
    height: 50%;
    width: auto;
  }

  .vmo_yello_box {
    right: 0;
    top: auto;
    width: 50%;
    border-radius: 50%;
    bottom: 0;
  }

  .vmo_relative_container {
    padding: 0 50px;
  }

  .home_header_title {
    top: 35%;
    right: 5%;
    width: 45%;
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .home_header_title {
    top: 40%;
    right: 5%;
    width: 90%;
    font-size: 30px;
  }

  .home_yellow_stripe h1 {
    font-size: 20px;
  }

  .home_yellow_stripe > div {
    padding: 0 15px;
  }

  .vmo_relative_container {
    padding: 0;
    overflow: hidden;
    width: 100%;
  }

  .vmo_clip_path {
    clip-path: none;
    border-radius: 0;
  }

  .vmo_first_row {
    justify-content: flex-start;
    padding: 20px;
  }

  .vmo_first_row h1 {
    width: 100%;
    transform: translateX(0%);
  }

  .vmo_second_row {
    padding: 25px 25px 50px 25px;
    flex-direction: column;
  }

  .vmo_second_row > div {
    width: 100%;
  }

  .vmo_second_row > div:last-child {
    width: 50%;
  }

  .vmo_fourty {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .vmo_building {
    bottom: 0;
    height: 25%;
    width: auto;
  }

  .vmo_yello_box {
    display: none;
  }
}

@media (max-width: 400px) {
  /* .home_header_title {
    font-size: 15px;
  } */

  .vmo_second_row > div:last-child {
    width: 60%;
  }

  .vmo_building {
    height: 20%;
  }
}

/* Shamith start */
.leadership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  gap: 5px;
  padding: 50px 0;
}
.leadership-grid .img-container {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: black;
  position: relative;
  padding: 25px;
  aspect-ratio: 6/5;
}
.leadership-grid .img-container.chairman-img {
  aspect-ratio: 1/1;
  background-color: #d3d7dd;
}
.leadership-grid .img-container.dc-img {
  background-color: #c2d9cc;
}
.leadership-grid .img-container.gm-img {
  background-color: #d5c6c7;
}
.leadership-grid .img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 2;
  transition: 200ms ease-out;
}
.leadership-grid .img-container:hover img {
  transform: scale(1.05);
}
.leadership-grid .img-container h2 {
  position: relative;
  z-index: 3;
  color: white;
  font-size: 1.8rem;
}
.leadership-grid .des-container {
  padding: 15px;
}
.leadership-grid blockquote {
  position: relative;
  padding-left: 30px;
  text-wrap: balance;
  margin-top: 30px;
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 1.2rem;
}
.leadership-grid .open-quote svg,
.leadership-grid .close-quote svg {
  fill: black;
  width: 25px;
}
.leadership-grid .open-quote {
  position: absolute;
  left: 0;
  top: -25px;
}
.leadership-grid .close-quote {
  display: inline-block;
  vertical-align: text-top;
  line-height: 1;
  position: relative;
  top: -0.2em;
}
.leadership-grid .chairman-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0 30px 30px;
}
.leadership-grid .chairman-box h2 {
  font-size: 2.4rem;
  padding-left: 30px;
  color: #115393;
}
.leadership-grid .chairman-box svg {
  fill: #115393;
}
.leadership-grid .chairman-box .home_rm_gradient {
  margin-left: 30px;
}
.leadership-grid .des-container p,
.leadership-grid .des-container .home_rm_gradient {
  margin-left: 30px;
}

.leadership-grid .des-container.gm svg {
  fill: #d5c6c7;
}
.leadership-grid .des-container.dc svg {
  fill: #c2d9cc;
}

.leadership-grid .mobile-only {
  display: none;
}

.org_overview_swiper {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 50px 100px;
  overflow: hidden;
}
.org_overview_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 2;
}
.org_overview_swiper .bg_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  /* object-position: center center; */
  z-index: 1;
}

.org_overview_swiper .overview_grid {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  height: 100%;
}

.financial-highlights {
  background: linear-gradient(to bottom, #efeb5e, #41aa59);
  border-radius: 16px;
  padding: 25px;
  color: #000;
  font-family: "Acumin Variable Concept", sans-serif;
  max-width: 280px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.highlight-item {
  padding: 12px 0;
  border-bottom: 1px solid #efeb5e;
}

.highlight-item:first-child {
  padding-top: 0;
}

.highlight-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.highlight-item h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 4px 0;
  color: black;
  font-family: "Acumin Variable Concept", sans-serif;
}

.highlight-item p {
  font-size: 1.8rem;
  margin: 0;
  color: black;
}

.overview_grid > div:nth-child(1) {
  width: 70%;
  position: relative;
  z-index: 3;
  padding-top: 100px;
}
.overview_grid > div:nth-child(2) {
  width: 30%;
}

.overviewSwiper {
  width: 100%;
  z-index: 3;
}

.org_overview_swiper .custom-button-next,
.org_overview_swiper .custom-button-prev {
  color: #fff;
  background-color: #efeb5e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org_overview_swiper .swiper-next-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 5px;
}
.org_overview_swiper .custom-button-next i,
.org_overview_swiper .custom-button-prev i {
  font-size: 1rem;
  font-weight: bold;
  color: black;
}
.org_overview_swiper .custom-button-next.swiper-button-disabled,
.org_overview_swiper .custom-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.org_overview_swiper .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.org_overview_swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.7;
}

.org_overview_swiper .swiper-pagination-bullet-active {
  background-color: #efeb5e;
  opacity: 1;
}

.overviewSwiper h2 {
  font-size: 1.6rem;
  color: white;
  margin-bottom: 0;
}
.overviewSwiper .slide_title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 15px;
}
.overviewSwiper .slide_title img {
  width: 80px;
  height: auto;
}
.overviewSwiper .table-responsive {
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 15px;
}
.overviewSwiper table {
  font-family: Georgia, serif;
  border: none !important;
}
.overviewSwiper table thead td {
  background-color: rgb(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-bottom: none !important;
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1;
  font-size: 1rem;
}
.overviewSwiper table td {
  font-size: 1.2rem;
  padding: 10px;
  color: white;
}
.overviewSwiper table tr,
.overviewSwiper table td {
  border-bottom: none !important;
}

.org_overview_swiper .home_rm_gradient {
  margin-top: 50px;
  background: #43ab59;
}
/* .overviewSwiper table tr:last-child td {
  border-bottom: 1px solid white;
} */
.overviewSwiper .highlight_block {
  border: 1px solid white;
  padding: 10px;
  border-radius: 5px;
}
.overviewSwiper .highlight_block p {
  color: white;
  font-family: 'Georgia', serif;
}
.overviewSwiper .highlight_block .flex {
  display: flex;
  gap: 15px;
}
.overviewSwiper .highlight_block .small-text {
  font-size: 0.8rem;
}

.overviewSwiper .highlight_block .flex strong {
  font-size: 1.6rem;
}
.overviewSwiper .highlight_block .border-b-white {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}
.overviewSwiper .highlight_block li {
  color: white;
  font-size: 1rem;
  font-family: 'Georgia', serif;
}
.overviewSwiper .highlight_block li::before {
  color: white;
  border-left: 6px solid white;
}

.ppl_knwlge {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  height: 100vh;
}
.ppl_knwlge > div:nth-child(1) {
  position: relative;
  overflow: hidden;
}
.ppl_knwlge > div:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.ppl_knwlge > div:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppl_knwlge > div:nth-child(2) {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ppl_knwlge h2 {
  font-size: 2rem;
  color: #114C8E;
}
.ppl_knwlge p {
  font-size: 1.4rem;
  font-family: Georgia, serif;
  font-style: italic;
}

.awards_hm {
  position: relative;
  overflow: hidden;
}
.awards_hm img {
  transform: scale(1.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}
.awards_hm .text-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.awards_hm .text-block h2 {
  font-size: 2rem;
  color: white;
  margin: 0;
}
.awards_hm .text-block p {
  color: white;
  font-family: Georgia, serif;
  font-style: italic;
}

@media(orientation: portrait) {
  .org_overview_swiper .bg_img {
    width: auto;
    height: 100%;
  }

  .home_header .doctor_img {
    width: 100%;
  }
}

@media(min-width: 1540px){
  .org_overview_swiper .overview_grid {
    gap: 100px;
  }
  .org_overview_swiper {
    height: 70vh;
  }
  .ppl_knwlge {
    height: 75vh;
  }
  .ppl_knwlge > div:nth-child(2) {
    padding: 75px;
  }
  .ppl_knwlge h2,
  .awards_hm .text-block {
    font-size: 2.5rem;
  }
  .ppl_knwlge p {
    font-size: 1.6rem;
  }
  .awards_hm .text-block {
    padding: 75px 100px;
  }
  .awards_hm .text-block p {
    font-size: 1.2rem;
  }
}

@media(max-width: 1200px){
  .org_overview_swiper {
    padding: 50px;
  }
}

@media (max-width: 992px) {
  .leadership-grid {
    grid-template-columns: 1fr;
  }
  .leadership-grid .mobile-only {
    display: block;
  }
  .leadership-grid .desktop-only {
    display: none;
  }
  .leadership-grid .chairman-box {
    padding: 15px;
    margin-bottom: 30px;
  }
  .leadership-grid .des-container {
    margin-bottom: 30px;
  }
  .leadership-grid .img-container.chairman-img {
    aspect-ratio: 6/5;
  }

  .org_overview_swiper {
    height: fit-content;
  }
  .org_overview_swiper .overview_grid {
    flex-direction: column;
  }
  .overview_grid > div:nth-child(1),
  .overview_grid > div:nth-child(2) {
    width: 100%;
  }
  .financial-highlights {
    max-width: none;
  }

  .ppl_knwlge {
    display: block;
    height: fit-content;
  }

  .ppl_knwlge > div:nth-child(1) img {
    height: auto;
    position: relative;
    top: initial;
    left: initial;
    transform: scale(1.2);
  }

  .awards_hm {
    padding-top: 200px;
  }
  .awards_hm .text-block {
    display: block;
    width: 75%;
    z-index: 4;
  }
  .awards_hm .text-block h2 {
    margin-bottom: 15px;
  }
    .awards_hm::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 200px;
      width: 100%;
      z-index: 3;
      background-color: #181A40;
    }
    .awards_hm::after {
      content: "";
      position: absolute;
      top: 200px;
      left: 0;
      height: 100px;
      width: 100%;
      background: #ffffff;
      z-index: 3;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(24, 26, 64, 1) 100%);
    }
}

@media (max-width: 540px) {
  .leadership-grid .img-container,
  .leadership-grid .img-container.chairman-img {
    aspect-ratio: 1/1;
  }
  .org_overview_swiper {
    padding: 30px 15px;
  }
  .overviewSwiper table td {
    font-size: 0.8rem;
  }
    .awards_hm .text-block {
      padding: 30px;
      width: 100%;
    }

    .awards_hm {
      padding-top: 300px;
    }
    .awards_hm::before {
      height: 300px;
    }
    .awards_hm::after {
      top: 300px;
    }
}

/* Shamith end */
