.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-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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =============================================
   KOLAZ PANORAMIC SLIDER — FINAL CSS
   ============================================= */

.kolaz-hero-wrapper {
  position: relative !important;
  overflow: hidden !important;
  aspect-ratio: 2400 / 860 !important;
  max-height: 80vh !important;
}

.kolaz-slider {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 200% !important;
  height: 100% !important;
  background: url('https://dodosweb.com/kolaznewsite/wp-content/uploads/2026/service_bg-large.png') no-repeat !important;
  background-size: 100% 100% !important;
  transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
  will-change: transform;
  image-rendering: -webkit-optimize-contrast !important;
}

/* Slide to services */
.kolaz-hero-wrapper.slid .kolaz-slider {
  transform: translateX(-50%) !important;
}

/* =============================================
   EXPLORE BUTTON
   ============================================= */
.kolaz-explore-btn {
  position: absolute !important;
  bottom: 15% !important;
  left: 40% !important;
  transform: translateX(-50%) !important;
  z-index: 6 !important;
  transition: opacity 0.4s ease !important;
}

.kolaz-hero-wrapper.slid .kolaz-explore-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}

.kolaz-explore-btn .elementor-button {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  padding: 14px 44px !important;
  transition: all 0.3s ease !important;
}

.kolaz-explore-btn .elementor-button:hover {
  background-color: rgba(255,255,255,0.15) !important;
}

/* =============================================
   CLOSE BUTTON
   ============================================= */
.kolaz-close-btn {
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  z-index: 10 !important;
  opacity: 0 !important;
  transform: scale(0.5) !important;
  pointer-events: none !important;
  transition: opacity 0.4s ease, transform 0.4s ease !important;
  transition-delay: 0s !important;
}

.kolaz-hero-wrapper.slid .kolaz-close-btn {
  opacity: 1 !important;
  transform: scale(1) !important;
  pointer-events: auto !important;
  transition-delay: 0.6s !important;
}

.kolaz-close-btn .elementor-button {
  background-color: transparent !important;
  border: 2px solid #7a0e2e !important;
  border-radius: 50% !important;
  color: #7a0e2e !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transition: background 0.3s ease, color 0.3s ease !important;
}

.kolaz-close-btn .elementor-button:hover {
  background-color: #7a0e2e !important;
  color: #ffffff !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */

/* Small laptops */
@media (max-width: 1199px) {
  .kolaz-explore-btn {
    left: 28% !important;
    bottom: 14% !important;
  }
  .kolaz-explore-btn .elementor-button {
    font-size: 12px !important;
    padding: 10px 30px !important;
    letter-spacing: 3px !important;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .kolaz-explore-btn {
    left: 26% !important;
    bottom: 12% !important;
  }
  .kolaz-explore-btn .elementor-button {
    font-size: 11px !important;
    padding: 8px 24px !important;
    letter-spacing: 2px !important;
  }
  .kolaz-close-btn {
    top: 15px !important;
    right: 20px !important;
  }
  .kolaz-close-btn .elementor-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 16px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kolaz-hero-wrapper {
    max-height: none !important;
  }
  .kolaz-explore-btn {
    left: 25% !important;
    bottom: 10% !important;
  }
  .kolaz-explore-btn .elementor-button {
    font-size: 9px !important;
    padding: 6px 16px !important;
    letter-spacing: 2px !important;
    border-width: 1.5px !important;
  }
  .kolaz-close-btn {
    top: 8px !important;
    right: 10px !important;
  }
  .kolaz-close-btn .elementor-button {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    font-size: 13px !important;
    border-width: 1.5px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .kolaz-explore-btn {
    left: 24% !important;
    bottom: 8% !important;
  }
  .kolaz-explore-btn .elementor-button {
    font-size: 7px !important;
    padding: 4px 12px !important;
    letter-spacing: 1.5px !important;
  }
}/* End custom CSS */