/* .PAN_India_Network {
    margin: 7% 0;
    background: url("/public/assets/images/home/our_presence/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    position: relative;
    overflow: hidden;
} */

/* Second map as overlay */

/* .Our_Presence::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/public/assets/images/home/our_presence/map-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 1;
} */

.PAN_India_Network {
  margin: 50px 0;
}

/* Show second map on hover */
.Our_Presence:hover::before {
  opacity: 1;
}

/* Keep text above both maps */
.PAN_India_Network * {
  position: relative;
  z-index: 2;
}

.PAN_India_Network .Our_Presence_title_holder {
  text-align: center;
}

.PAN_India_Network .Our_Presence_title_holder .Our_Presence_title {
  font-size: 24px;
  font-weight: 900;
  color: #ff8000;
}

.PAN_India_Network .Our_Presence_title_holder .Our_Presence_text {
  font-size: 18px;
  font-weight: 600;
  color: #393535;
  margin-top: 20px;
}

/* .PAN_India_Network .leaflet-popup-content-wrapper,
.PAN_India_Network .leaflet-popup-tip,
.PAN_India_Network .leaflet-popup-close-button {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
    color: #333;
} */

.PAN_India_Network .leaflet-popup-content-wrapper,
.PAN_India_Network .leaflet-popup-tip {
  background: #fff !important;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  color: #333;
}

.PAN_India_Network .leaflet-popup-close-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #000 !important;
}

/* Swiper */
.PAN_India_Network .presence_swiper {
  /* width: 90%; */
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.PAN_India_Network .city_card {
  background: #ffffff;
  border-radius: 30px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #045097;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.PAN_India_Network .city_card span {
  font-size: 14px;
}

.PAN_India_Network .location_icon {
  color: #045097;
  font-size: 16px;
}

.PAN_India_Network .swiper-wrapper {
  padding: 10px 0;
}

.PAN_India_Network .presence_swiper .marquee_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.PAN_India_Network .presence_swiper .marquee_swiper {
  pointer-events: none;
}

.PAN_India_Network .mapsection {
  height: 500px;
  width: 100%;
}

/* =================== Media Queries ================== */

@media (min-width: 0px) and (max-width: 574px) {
  .Our_Presence::before {
    opacity: 1;
    display: block;
  }

  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_title {
    font-size: 23px;
  }

  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_text {
    font-size: 13px;
    margin: 0px 0px 20px 0px;
  }

  .PAN_India_Network .mapsection {
    height: 300px;
    width: 100%;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .PAN_India_Network {
    background: none;
  }

  .Our_Presence::before {
    opacity: 1;
    display: block;
  }

  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_title {
    font-size: 23px;
  }

  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .PAN_India_Network {
    background: none;
  }

  .Our_Presence::before {
    opacity: 1;
    display: block;
  }

  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_title {
    font-size: 23px;
  }

  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_text {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_title {
    font-size: 23px;
  }

  .PAN_India_Network .Our_Presence_title_holder .Our_Presence_text {
    font-size: 16px;
  }
}
