
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.nav-link {
    display: inline-block;
    transition: all 0.2s ease;
}
.nav-link:hover {
    transform: translateY(-2px);
}
.integration {
        display: inline-block;
    transition: all 0.4s ease;
}
.integration:hover {
    transform: translateY(15px);
}
[data-carousel-slide-to][aria-current="true"] {
    background-color: #6b7280 !important; /* gray-500 */
}
[data-carousel-slide-to][aria-current="false"] {
    background-color: #f3f4f6 !important; /* gray-100 */
}
.gradient-card::before {
  content: "";
  position: absolute;
  inset: 0; /* covers entire container */
  background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.10) 40%, rgba(0,0,0,0) 100%);
  z-index: 15; /* sits above image but below text */
  pointer-events: none;
}

/* To adjust white spacing n google map markers */
/* Header wrapper: keep button inside */
.gm-style-iw-chr {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 4px 0 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}
/* Close button */
.gm-ui-hover-effect {
  position: relative !important;
  top: 4px !important;
  right: 18px !important; 
  width: 24px !important;
  height: 24px !important;
}

  .swiper-pagination-bullet {
    width: 4px !important;   /* default is 8px */
    height: 4px !important;
    background-color: #d1d5db !important; /* gray-300 inactive */
    opacity: 1 !important;
  }

  /* Active bullet = black */
  .swiper-pagination-bullet-active {
    background-color: #000000 !important; /* black */
    width: 4.5px !important;   /* optional: slightly bigger active */
    height: 4.5px !important;
  }
  
     html {
  scroll-behavior: smooth;
  }
  
    .mySwiper:not(.swiper-initialized) .swiper-slide {
  display: none; /* hides stacked slides before init */
}



