
.nevigation nav li a{
  font-size: 2vw;
}



.dropdown-menu ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 20px;
}

.dropdown-menu ul.active {
  max-height: 500px;
  transition: max-height 0.4s ease-in;
}

.dropdown-menu li.has-submenu>a.dropdown-item {
  position: relative;
  cursor: pointer;
}

.dropdown-menu li.has-submenu>a.dropdown-item::after {
  content: '\f078';
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
  font-size: 0.8em;
  font-family: 'Font Awesome 5 Free';
}

.dropdown-menu li.has-submenu.open>a.dropdown-item::after {
  transform: rotate(180deg);
}

.nevigation {
  top: -110vh;
}

.nevigation nav {
  width: 96%;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75vh;
  overflow: auto;
  padding-bottom: 0;
}

.nevigation nav li .dropdown-menu a {
  white-space: break-spaces;
}

.nevigation nav li .dropdown-menu a.back-btn {
    white-space: normal;
}

.mumbai-heading-content {
  color: #000;
  font-family: 'Merriweather', sans-serif;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 400;
}

.news-container {
  padding: 1vw 4vw 0;
}

#verticalSwiperWithModal {
  width: 100% !important;
  height: 400px !important;
}

.swiper-wrapper {}

.swiper-slides {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 130px; */
  transition: transform 0.3s ease;
  filter: blur(.9px);
  /* Reduced blur for readability */
}

.swiper-slides-active {
  filter: none !important;
  /* No blur on active */
}

.swiper-slides>div {
  width: 90%;
  /* height: 100px; */
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.custom-scrollbar {
  width: 5px;
  height: 400px;
  background-color: #ecb250;
  border-radius: 4px;
  position: relative;
  margin-left: 12px;
}

.custom-scrollbar .scroll-indicator {
  width: 100%;
  height: 20%;
  background-color: #fff;
  border-radius: 4px;
  transition: top 0.3s;
  position: absolute;
  box-shadow: 0 0 12px 1px #00000038;
}



/* new */

.rel {
  position: relative;
  overflow: hidden;
  transition: all 0.5s linear;
}

.article-txt:hover img {
  transform: scale(1.1);
  transition: all 0.5s linear;
}

.partisan-news {
  border-right: 1px solid #000;
  padding-right: 4%;
}

.text-primary-emphasis {
  color: #052c65 !important;
}

.mumbai-heading {
  font-family: 'Lato', sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  text-align: left;
  color: #003366;
}

.img {
  width: 100%;
  display: block;
}

.col_sm8 {
  width: 100%;
}

.owl-carousel .item {
  background: #4dc7a0;
  padding: 40px 0;
  margin: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.col_sm88 {
  width: 100%;
}

.col_sm8 img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.article-txt {
  position: relative;
}

.article-txt h2 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ecb250;
  line-height: 140%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 10px 0 5px;
}

.article-txt h2 i {
  color: #ecb250;
  font-size: 24px;
}

.article-txt p {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #003366;
  line-height: 140%;
  margin: 0 5px;
}

.plus-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}


@media (min-width:1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .article-txt p {
    margin: 0 44px 10px 5px;
  }
}

/* new */


@media (max-width: 768px) {
  .swiper-slides {
    /* height: 100px; */
  }

  .swiper-slides div {
    /* height: 80px; */
  }
}

.owl-carousel.vertical-carousel .owl-stage-outer {
  display: flex;
  flex-direction: column;
  height: 400px;
  overflow: hidden;
}

.owl-carousel.vertical-carousel .owl-stage {
  display: flex;
  flex-direction: column;
}

.owl-carousel.vertical-carousel .owl-item {
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease;
  filter: blur(0.9px);
}

.owl-carousel.vertical-carousel .owl-item.center {
  filter: none !important;
}

.item>div {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.custom-scrollbar {
  width: 5px;
  height: 400px;
  background-color: #ecb250;
  border-radius: 4px;
  position: relative;
  margin-left: 12px;
}

.custom-scrollbar .scroll-indicator {
  width: 100%;
  height: 20%;
  background-color: #fff;
  border-radius: 4px;
  transition: top 0.3s;
  position: absolute;
  box-shadow: 0 0 12px 1px #00000038;
}

.mumbai-heading {
  font-family: 'Lato', sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  text-align: left;
  color: #003366;
}

.img {
  width: 100%;
  display: block;
}

.col_sm8 {
  width: 28%;
}

.col_sm88 {
  width: 70%;
}

.col_sm8 img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.article-txt {
  position: relative;
}

.article-txt h2 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  color: #ecb250;
  line-height: 140%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0px 10px 5px;
}

.article-txt h2 i {
  color: #ecb250;
  font-size: 20px;
}

.article-txt p {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #003366;
  line-height: 140%;
  margin: 0 10px 10px;
}

.artical3 {
  border-bottom: 6px solid #2e5c9a !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.artical2 {
  border-bottom: 6px solid #ecb250 !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.artical1 {
  border-bottom: 6px solid #013467 !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.plus-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../home-img/svg/plusIcon-white.svg);
  background-repeat: no-repeat;
  width: 43px;
  height: 45px;
  overflow: visible;
  box-shadow: unset !important;
  border: none;
}

@media (max-width: 1200px) {
  .article-txt p {
    margin: 0 44px 10px 5px;
  }
}

.objext-img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.new_flex {
  display: flex;
  justify-content: space-between;
}

.p-l {
  padding-left: 2%;
}

.p-r {
  border-right: 1px solid #bebebe;
  padding-right: 3%;
}

.mum-news-card {
  border-radius: 24px;
  overflow: hidden;
}

.mumbai-para {
  text-align: center !important;
  padding: 13px 0;
  color: #ffff !important;
  background-color: #013467;
}




/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: flex-end;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  background: #fff7eb;
  /* width: 70%; */
  max-width: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 20px;
  overflow: hidden;
}

.popup-header {
  background: #fff7eb;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.popup-header i {
  color: #ecb250;
  margin-right: 8px;
}

.popup-close {
  background: #f5c87a;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.popup-content2 {
  background: white;
  /* padding: 20px; */
  height: 100%;
  overflow-y: auto;
  /* border-top-left-radius: 20px; */
  display: block !important;
}

.popup-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  border-bottom: 6px solid #ecb250;
}

.popup-date {
  font-size: 12px;
  color: #134168;
  margin-top: 5px;
  font-family: 'Merriweather';
}

.popup-title {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2e5c9a;
  line-height: 140%;
}

.popup-desc p {
  font-family: 'Merriweather', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  margin: 0;
  text-align: justify;
  font-weight: 400;
}

@media (max-width: 576px) {
  .popup-box {
    max-width: 100%;
    border-radius: 0;
  }
}

#closeVideo2.close-btn {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) !important;
  right: 0;
  background: url(../home-img/svg/plusIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  border: none;
  display: flex;
  justify-content: end;
  align-items: center;
  left: unset;
  filter: unset;
  transition: all .3s linear;
}

#closeVideo2.close-btn:hover {
  background: url(../home-img/svg/plusIcon-white.svg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  transform: rotate(136deg);
}

/* Custom Scrollbar Styling for Webkit Browsers */
.popup-content::-webkit-scrollbar {
  width: 8px;
  /* Width of the entire scrollbar */
}

.popup-content::-webkit-scrollbar-track {
  background: #0d3c66;
  /* Dark blue track */
}

.popup-content::-webkit-scrollbar-thumb {
  background-color: #f2b63d;
  /* Yellow-orange thumb */
  border-radius: 0;
  border: none;
}

/* Optional: Hover effect */
.popup-content::-webkit-scrollbar-thumb:hover {
  background-color: #e0a62d;
}

/* Firefox */
.popup-content {
  scrollbar-width: thin;
  scrollbar-color: #f2b63d #0d3c66;
}

.pop-location {
  padding: 10px 0px !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  width: 160px !important;

}


/* Custom Scrollbar Styling for Webkit Browsers */
.popup-content2::-webkit-scrollbar {
  width: 8px;
  /* Width of the entire scrollbar */
}

.popup-content2::-webkit-scrollbar-track {
  background: #0d3c66;
  /* Dark blue track */
}

.popup-content2::-webkit-scrollbar-thumb {
  background-color: #f2b63d;
  /* Yellow-orange thumb */
  border-radius: 0;
  border: none;
}

/* Optional: Hover effect */
.popup-content2::-webkit-scrollbar-thumb:hover {
  background-color: #e0a62d;
}

/* Firefox */
.popup-content2 {
  scrollbar-width: thin;
  scrollbar-color: #f2b63d #0d3c66;
}


#wrap {
  /* overflow: hidden; */
  height: 750px;
}

.libr_section {
  position: relative;
  /* Make section the positioning context */
  width: 100%;
  height: 100%;
  display: grid;
  grid: 1fr / 1fr;
  z-index: 1;
  /* Ensure text sits above the image background */
}

/* --- Image Styles (positioned relative to #wrap/libr_section) --- */
.image_lib {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Places the image behind the list/text */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}

.image_lib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.5s ease-out;
  /* For the zoom effect */
  transform: scale(1);
}

/* --- Menu List Styles --- */
.libr_section>ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  /* Ensure the UL is above the images */
  z-index: 10;
}

.libr_section>ul li {
  width: 33.33%;
  position: relative;
  display: flex;
  justify-content: center;
  /* Essential for border/box-shadow containment */
  cursor: pointer;
  /* Indicate that the whole area is clickable/hoverable */
}

.libr_section>ul li:not(:last-child) {
  box-shadow: inset -1px 0 0 0 hsla(0, 0%, 100%, .5);
}

.container-item {
  padding: 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* To push the link to the top and lib-hdg to the bottom */
  width: 100%;
}

/* --- Link/Text Styles (Always visible now) --- */
.link {
  position: relative;
  font-size: calc(1.5rem + 3vw);
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  /* -webkit-text-stroke: 0.08vw #1a1a1a; */
  opacity: 1;
  /* Always visible */
  transition: opacity 0.3s ease-in-out;
  display: block;
  text-align: center;
  /* No need for height: 100% here anymore */
}

/* --- Default Active/Initial State --- */
/* Only the first image is visible on load */
/* .libr_section>.image:first-of-type {
  opacity: 1;
  visibility: visible;
} */
.libr_section .image_lib.active-image {
  opacity: 1;
  visibility: visible;
}

/* The first lib-hdg is visible on load */
/* .libr_section>ul>li:first-child .lib-hdg {
  opacity: 1;
  transform: translateY(0);
} */


/* --- NEW HOVER EFFECT CSS (When list item is hovered) --- */

.lib-hdg {
  position: absolute;
  bottom: 0;
  background: #003366;
  padding: 2rem;
  border-radius: 2vh;
  color: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  transform: translateY(40px);
  /* Changed direction for better visibility */
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  text-align: center;
  box-shadow: 0 0 10px gray;
  width: 85%;
}

.libr_section>ul li:hover .lib-hdg {
  z-index: 1;
  opacity: 1;
  transform: translateY(40px);
}

/* Keep the same logic for background image change via jQuery/classes */
.libr_section.hovered .image_lib {
  opacity: 0;
  visibility: hidden;
}

.libr_section.hovered .link {
  opacity: 0.4;
  /* Dim all links when one is hovered */
}

.libr_section>ul li:hover .link {
  opacity: 1;
  /* Highlight the hovered link */
}

.libr_section.hovered [data-image-index].active-image {
  opacity: 1;
  visibility: visible;
}

.libr_section.hovered [data-image-index].active-image img {
  transform: scale(1.05);
  /* Zoom effect */
}

/* Re-apply default state if no item is hovered */
/* .libr_section:not(.hovered) .image:first-of-type {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
} */

/* Reset lib-hdg on non-hovered/default state */
.libr_section:not(.hovered) .lib-hdg {
  opacity: 0;
  transform: translateY(40px);
}

/* .libr_section:not(.hovered) .libr_section>ul>li:first-child .lib-hdg {
  opacity: 1;
  transform: translateY(0);
} */

.lib-hdg h2 {
  color: #fff;
}

.lib-hdg img {
  width: 100px;
}

.libra1 {
  position: relative;
  margin-top: 10vh;
}

.libra1:after {
  content: '';
  position: absolute;
  top: 0;
  width: 110%;
  height: 78%;
  left: -5%;
  background: var(--blue);
  z-index: -1;
}

.libr_section>ul li::after {
  content: '';
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 10px;
}

.libr_section>ul li:first-child:after {
  background: #ECB24F;
}

.libr_section>ul li:nth-child(2):after {
  background: #00416b;
}

.libr_section>ul li:nth-child(3):after {
  background: #1078bc;
}

.libr_section .lib-slide .image_lib {
  display: none;
}

.panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slid-cont.sld1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  padding: 4vw;
  /* padding-right: 0; */
  background: linear-gradient(267deg, rgba(16, 49, 80, 0.89) 10%, transparent 100%);
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
}


@media (max-width: 768px) {

  /* 1. Reset structure for stacking */
  #wrap {
    height: auto;
  }

  .libr_section {
    display: block;
    position: static;
  }

  .libr_section>ul {
    display: block;
    width: 100%;
  }

  .libr_section>ul li {
    width: 100%;
    box-shadow: none !important;
    /* border-bottom: 1px solid hsla(0, 0%, 100%, .5); */
    padding-bottom: 80px;
    cursor: default;
    /* Remove hover indicator */
  }

  .libr_section>ul li:last-child {
    border-bottom: none;
  }

  /* 2. Show all images and descriptions statically */
  .image_lib {
    position: static;
    opacity: 1;
    visibility: visible;
    height: 300px;
    transition: none;
  }

  .image_lib img {
    transform: scale(1);
    transition: none;
  }

  /* Stack images with space */
  .image_lib:not(:first-child) {
    margin-top: 20px;
  }

  /* 3. Make description boxes static and permanently visible */
  .lib-hdg {
    /* position: static; */
    margin-top: 20px;
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: none;
    width: 90%;
    /* background: #fff; */
    padding: 1rem;
    bottom: 30px;
  }

  /* .lib-hdg h2 {
    color: var(--blue) !important;
    margin-left: 1rem !important;
  } */

  .lib-hdg h2 br {
    display: none;
  }

  .lib-hdg img {
    width: 70px;
  }

  /* .lib-hdg>div {
    display: flex;
    align-items: center;
    width: 100%;
  } */

  .libra1:after {
    height: 101%;
  }

  /* 4. Clear hover/active states that interfere */
  .libr_section.hovered .image_lib,
  .libr_section:not(.hovered) .image_lib,
  .libr_section .image_lib.active-image {
    opacity: 1;
    visibility: visible;
  }

  .lib-hdg.active-hdg {
    /* Ensure the active class doesn't override static style */
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  /* Remove decorative borders/dividers on mobile */
  .libr_section>ul li::after {
    display: none;
  }

  .libr_section .image_lib {
    display: none;
  }

  .libr_section .lib-slide .image_lib {
    display: flex;
  }
}

@media (max-width: 1600px) {

  .emp-card {
    height: 52vh !important;
  }
}

@media (max-width: 786px) {
  .p-r {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 6%;
    border-right: unset;
    padding-right: unset;
  }

  .new_flex {
    flex-direction: column;
  }

  .p-l {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  /* .testimonial-slider .swiper-button-prev {
    left: 2vw;
    top: 54% !important;
  } */

  .sch-bg div {
    width: 100% !important;
    background: linear-gradient(180deg, #103150e3 5%, transparent 100%) !important;
    padding-top: 7vw !important;
  }

  .cnts p {
    width: 100% !important;
  }

  .life-slide .cnts {
    height: 40% !important;
    background: linear-gradient(180deg, #0c243bdb 5%, transparent) !important;
    padding: 7vw 4vw !important;
  }
}

@media (max-width: 992px) {

  .cout-circle {
    width: 15vw !important;
    height: 15vw !important;
  }

  .articale-scroll {
    overflow-x: scroll;
  }

  /* Custom Scrollbar Styling for Webkit Browsers */
  .articale-scroll::-webkit-scrollbar {
    width: 8px;
    /* Width of the entire scrollbar */
  }

  .articale-scroll::-webkit-scrollbar-track {
    background: #0d3c66;
    /* Dark blue track */
  }

  .articale-scroll::-webkit-scrollbar-thumb {
    background-color: #f2b63d;
    /* Yellow-orange thumb */
    border-radius: 0;
    border: none;
  }

  /* Optional: Hover effect */
  .articale-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #e0a62d;
  }

  /* Firefox */
  .articale-scroll {
    scrollbar-width: thin;
    scrollbar-color: #f2b63d #0d3c66;
  }

  .nowrap2 {
    flex-wrap: nowrap;
  }

  .new_flex {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  /* .timeline-container.mumbai-slide {
    padding: 50px;
} */

  .emp-card {
    padding: 10px !important;
  }

  .cunt-cont,
  .cunt-cont2 {
    line-height: 99% !important;
    font-size: 11px !important;
  }

  .cunt-no {
    font-size: 12px !important;
  }

  .cout-circle {
    width: 18vw !important;
    height: 18vw !important;
  }

  .row-gap {
    row-gap: 2px;
  }

  .row-mar {
    margin-bottom: 20px;
  }

  .sch-bg div {
    width: 100% !important;
    background: linear-gradient(180deg, #103150e3 5%, transparent 100%) !important;
    /* padding-top: 7vw !important; */
  }

  .life-slide .cnts {
    height: 40% !important;
    background: linear-gradient(180deg, #0c243bdb 5%, transparent) !important;
    padding: 7vw 4vw !important;
  }

  .gap-pad {
    padding: 7vw 4vw !important;
  }

  /* .mumbai-para {
    font-size: 24px !important;
  } */

  .mumbai-para2,
  .article-txt p {
    font-size: 11px !important;
  }

  .article-txt h2 {
    font-size: 14px !important;
  }

  .article-txt p {
    margin: 5px;
  }

  /* .news-art-scroll {
    overflow-y: scroll;
  } */
}

.testimonial-slider22 {
  height: 64vh;
  /* margin-top: 0; */
}

.dynamic-heading {
  width: 33%;
}

.sch-bg {
  background-size: 100%;
  transition: all 5s linear;
}

.mySwiper-worldclass {
  height: 100%;
}

.timeline-container.mumbai-slide .info1 {
  font-family: 'Lato';
}

.mySwiper-worldclass.swiper-horizontal>.swiper-pagination-bullets {
  bottom: var(--swiper-pagination-bottom, 4%);
}


#slide-three .svg-inside {
  z-index: 2 !important;
  width: 120vw;
  height: 100vh;
  right: -40%;
}

#slide-two .svg-inside {
  width: 49vw;
  bottom: -70%;
  right: 0;
}

#slide-two .svg-inside embed {
  bottom: 0vh;
}

.nvbtn1 .slider-button-btn1,
.nvbtn1 .slider-button-btn2 {
  position: absolute;
  top: unset;
  transform: unset;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nvbtn1 .city-btn-new .svg-section {
  pointer-events: none;
  display: flex;
}

.nvbtn1 {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .timeline-container.mumbai-slide {
    background: none;
    box-shadow: unset;
  }

  .dropdown-item {
    font-size: 2vh !important;
    /* padding: 0 1rem; */
  }

  .timeline-container.mumbai-slide .swiper-pagination-bullet-active .info1 {
    font-weight: 700;
  }

  .timeline-container.mumbai-slide .info1 {
    position: relative;
    top: 0;
    width: 180px;
    text-align: left;
    margin: 0.5rem 0;
    font-family: 'Lato';
    line-height: normal;
    font-weight: 400;
    margin-top: 0;
  }

  .timeline-container.mumbai-slide .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
    border-right: 0;
    display: flex;
    overflow: auto;
    height: auto;
    margin-bottom: 20px !important;
  }

  .timeline-container.mumbai-slide {
    padding: 0px !important;
  }

  .timeline-container.mumbai-slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
  }

  .timeline-container.mumbai-slide .swiper-pagination-bullet.swiper-pagination-bullet-active .dot,
  .timeline-container.mumbai-slide .swiper-pagination-bullet .dot {
    display: none;
  }

  .timeline-container.mumbai-slide .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
    right: 0;
    background: #ecb250;
    bottom: 0;
  }

  .creative-gsap-slider .timeline-container.mumbai-slide .swiper-slide {
    border-radius: 0;
  }

  .timeline-container.mumbai-slide .emp-img {
    border-radius: 0px;
    height: 300px;
  }

  .timeline-container.mumbai-slide .emp-img img {
    border-radius: 0;
  }

  .timeline-container.mumbai-slide .emp-card {
    border-radius: 0px;
    height: 40vh !important;
  }

  .timeline-container.mumbai-slide .swiper-button-next,
  .timeline-container.mumbai-slide .swiper-button-prev {
    display: none;
  }

  .cout-circle {
    width: 23vw !important;
    height: 23vw !important;
  }

  .mySwiper-worldclass .swiper-button-next {
    /* right: auto; */
    left: 70px;
    z-index: 11;
  }

  .mySwiper-worldclass .swiper-button-prev {
    z-index: 11;
    left: 3vw;
  }

  /* .mySwiper-worldclass .swiper-pagination {
    transform: rotate(90deg);
    top: 23%;
    width: 100%;
  } */

  .mySwiper-worldclass {
    height: 100%;
  }

  .sch-bg {
    background-position: bottom;
    background-size: 135%;
    position: relative;
  }

  .sch-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* height: 50%;
    background: linear-gradient(180deg, #0d2842, #1279bb 90%, transparent); */

    height: 60%;
    background: linear-gradient(180deg, #0d2842 10%, #1279bb 30%, transparent 100%);
    z-index: 0;
    width: 100%;
  }

  .sch-bg div {
    z-index: 2;
    position: relative;
  }

  .sch-bg:hover {
    background-size: 155%;
  }

  .city-slideshow .slider-button-btn2 {
    right: auto !important;
    left: 15vw;
  }

  .timeline-container.mumbai-slide .emp-img img {
    border-radius: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
  }

  .sch-bg div {
    padding-top: 5vw !important;
    padding: 4.5vw 5vw !important;
  }

  .mySwiper-worldclass .swiper-button-next,
  .mySwiper-worldclass .swiper-button-prev {
    top: 45%;
  }

  .life-slide .cnts {
    padding-top: 5vw !important;
    padding: 4.5vw 5vw !important;
  }

  .city-slideshow .slider-button-btn1 {
    left: 5vw;
  }

  .cunt-cont {
    font-size: 16px !important;
  }

  .cunt-cont2 {
    font-size: 14px !important;
  }

}

@media (max-width:992px) {
  .university-swiper {
    width: 85%;
    height: auto;
  }

  .news-container .p-r {
    border-right: unset;
    padding-right: 0%;
  }

  .news-container .p-l {
    padding-left: 0%;
  }
}


.rltd_sec {
  padding: 20px;
  background: var(--blue);
  border-radius: 30px 30px 0 0;
  /* margin-top: -30px; */
}

#relatedArticlesContainer {
  display: flex;
  overflow-x: auto;
  /* Allow horizontal scroll if many items */
  padding-bottom: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

#relatedArticlesContainer>div {
  width: 49%;
  margin-bottom: 1rem;
  background: #fff;
}

/* #relatedArticlesContainer>div.border{
  border: none !important;
} */

.related-item-card {
  width: 49%;
  /* Smaller size for related items */
  flex: 0 0 auto;
  cursor: pointer;
  transition: transform 0.2s;
  margin-bottom: 1rem;
}

.related-item-card:hover {
  transform: translateY(-5px);
}

.related-item-card h2 {
  font-size: 14px;
  /* Shrink text for related section */
}

.related-item-card p {
  display: none;
  /* Hide description in related view to save space */
}

.rld-dtl {
  /* background: #ffffff; */
  padding: 20px;
  border-radius: 30px;
  padding-top: 0;
}

.rld-dtl .heading-title {
  font-size: 32px;
}


#popupDesc {
  font-family: 'Merriweather', serif;
  color: #000;
}

.slide-box-left,
.slide-box-right {
  will-change: clip-path;
}

.lato {
  font-family: 'Lato' !important;
}

#popupPlatform {
  color: #003366;
  text-transform: uppercase;
  font-family: 'Merriweather';
}

.popup-header i {
  color: #003366;
}

.artical1:hover .plus-icon,
.artical2:hover .plus-icon,
.artical3:hover .plus-icon {
  padding: 0;
  background: url(../home-img/svg/plusIcon.svg);
  transform: rotate(45deg);
  /* right: 13px; */
  background-repeat: no-repeat;
  transition: all 0.5s linear;
  background-position: center;
}

.plus-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../home-img/svg/plusIcon-white.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  overflow: visible;
  box-shadow: unset !important;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid red; */
  background-position: center;
  transition: all 0.5s linear;
}


/* .timeline-container .swiper-slide {
  opacity: 0 !important;
}

.timeline-container .swiper-slide-active {
  opacity: 1 !important;
} */



@media (min-width:1200px) {
  .sld2 .timeline-container.mumbai-slide .info1 {
    font-size: 1rem;
    position: absolute;
    top: 70px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width:767px) {
  #relatedArticlesContainer>div {
    width: 100%;
  }

  .timeline-container.mumbai-slide .emp-img {
    border-radius: 0px;
    height: 140px;
  }

  .city-slideshow .slider-button-btn2 {
    right: auto !important;
    left: 65px;
  }

  .cunt-cont {
    font-size: 12px !important;
  }

  .cunt-cont2 {
    font-size: 11px !important;
  }

  .mumbai-para {
    padding: 3px 0;
    font-size: 14px !important;
  }

  .news-container {
    padding: 0vw 4vw 0;
  }

  .rld-dtl {
    padding: 0;
    padding-top: 10px;
  }

  .rld-dtl .heading-title {
    margin: 11px 0 10px !important;
  }

  .cout-circle {
    padding: 2px !important;
  }

  .timeline-container .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) p {
    color: #989898 !important;
  }

  .cout-circle img.w-50 {
    width: 55% !important;
  }

  .mySwiper-worldclass .swiper-button-next,
  .mySwiper-worldclass .swiper-button-prev {
    top: 45%;
  }

  .city-slideshow .slider-button-btn1 {
    left: 3vw;
  }

  .mum-news-card {
    border-radius: 14px;
  }

  .mum-news-card .card-body {
    padding: 0.5rem 0.5rem;
  }

  .mum-news-card .card-img-top {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }

  .mum-news-card .objext-img {
    height: 120px;
  }

  .mySwiper-worldclass.swiper-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: end;
    top: 0%;
  }

  .mySwiper-worldclass .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .mySwiper-worldclass .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px var(--swiper-pagination-bullet-horizontal-gap, 9px);
  }

  /* .sch-bg {
    background-size: 155%;
  } */
  .sch-bg {
    background-size: cover;
  }

  .long-arrow-right::after {
    height: 12.5vw;
  }

  .nevigation nav {
    top: 50%;
    height: 35vh;
    overflow: auto;
  }

  
}

@media only screen and (max-width: 450px) {
  .event-block {
    padding: 10px !important;
    font-size: 4vw;
  }
  .nevigation nav li a{
    font-size: 5.5vw;
  }
  .left-section:has(.dropdown-menu.show) {
      height: 100%;
  }
  .nevigation nav:has(.dropdown-menu.show) {
        top: 60%;
        height: 100%;
        overflow: hidden;
  }
  .nevigation:has(.dropdown-menu.show) {
      height: 88vh;
  }
  
}