.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.weekly-img{
  object-fit: fill !important;
  max-height: 700px !important;
}
.hidden-div {
  display: none;
}

.text-secondary {
  color: #0087ff !important;
}

.text-secondary:hover {
  cursor: pointer !important;
}

/* Make Swiper slides align equal height */
#serviceSlide .swiper-wrapper {
  display: flex;
  align-items: stretch;
  /* Ensures all slides are equal height */
}

/* Each slide should stretch equally */
#serviceSlide .swiper-slide {
  display: flex;
  height: auto;
}

/* Service card fills full height of slide */
#serviceSlide .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Box content also stretches */
#serviceSlide .box-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*================= preloader css start here================= */
.dots-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(192 192 192);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Hidden state after fade-out */
.dots-container.fade-out {
  opacity: 0;
  visibility: hidden;
}

.dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #c4c9e4;
  /* lighter tone of #374868 */
  animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
  margin-right: 0;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #c4c9e4;
    box-shadow: 0 0 0 0 rgba(55, 72, 104, 0.6);
  }

  50% {
    transform: scale(1.2);
    background-color: #374868;
    /* theme color */
    box-shadow: 0 0 0 10px rgba(55, 72, 104, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: #c4c9e4;
    box-shadow: 0 0 0 0 rgba(55, 72, 104, 0.6);
  }
}

/*================= preloader end start here================= */
/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .my-small-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* .hero-2 .th-hero-bg:before {
        background: -webkit-linear-gradient(bottom, rgb(3 6 14 / 45%), rgb(3 6 14 / 41%));
    background: linear-gradient(0deg, rgb(3 6 14 / 45%), rgb(3 6 14 / 41%));
  } */
   .hero-2 .dropdown-link {
    bottom: -2px;
   }
}

/* Small Devices (tablets, 576px and up) */
@media (min-width: 576px) {
  .my-small-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .my-small-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  .weekly-img {
        min-height: 699px;
        max-height: 1600;
        min-width: 524px;
        max-width: 1200px;
    }
    .campaign-img {
        width: 724px;
        height: 724px;
    }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .my-small-2 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .my-small-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

/* XXL Devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .my-small-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}