.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b7bbd45:#FFBB00;--e-global-color-924c90f:#130803;--e-global-color-817b4ff:#722600;--e-global-color-951a20b:#A86403;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* for hero Slides */

/* Carousel wrapper */
.adlokam-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

/* Track that will slide */
.adlokam-carousel .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* Each slide — full width of carousel */
.adlokam-carousel .carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-drag: none;
  overflow: hidden;
}

/* Make images inside slides fit */
.adlokam-carousel .carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Arrow buttons */
.adlokam-carousel .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  background: rgba(0,0,0,0.45);
  border: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}
.adlokam-carousel .carousel-arrow:focus { outline: 2px solid #fff; }
.adlokam-carousel .carousel-arrow.prev { left: 12px; }
.adlokam-carousel .carousel-arrow.next { right: 12px; }

/* Dot navigation */
.adlokam-carousel .carousel-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
  z-index: 50;
}
.adlokam-carousel .carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}
.adlokam-carousel .carousel-dots button.active {
  background: rgba(255,255,255,1);
}

/* Hide potential scrollbar */
.adlokam-carousel .carousel-track::-webkit-scrollbar { display: none; }

/* Prevent text selection while dragging */
.adlokam-carousel.dragging { cursor: grabbing; user-select: none; }

/* Optional: hide Desktop content on mobile, and vice versa */
@media (max-width: 767px) {
  .carousel-slide .Desktop { display: none !important; }
}
@media (min-width: 768px) {
  .carousel-slide .Mobile { display: none !important; }
}/* End custom CSS */