.elementor-13 .elementor-element.elementor-element-6b2d703{--display:flex;--min-height:100vh;}.elementor-13 .elementor-element.elementor-element-6b2d703.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-13 .elementor-element.elementor-element-e0ccbfb{--spacer-size:70vh;}.elementor-13 .elementor-element.elementor-element-f12c41a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-6b2d703{--min-height:100vh;}}/* Start custom CSS for container, class: .elementor-element-6b2d703 */#slide-content {
  position: absolute;
  left: 50%;
  font-size: 40px;
  color: white;
  z-index: 5;
 top:15px;
  left: 50px;
  display: flex;
  flex-direction: column;
  
}


.arrow {
  position: absolute;
   transform: translateY(-180%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 999;
  padding: 20px;
}

#left-arrow { left: 20px; }
#right-arrow { right: 20px; }

#dots {
  position: absolute;
  transform: translateY(90%);
  right: 30px;
  
  z-index: 5;
  top: 320%;
}

.dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
}

.dot.active {
  background: white;
}

.elementor-section {
  background-size: cover !important;
  background-position: center !important;
 transition: background-image 0.5s ease-in-out;
}


.hero-fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1 !important;
}

header, footer {

  z-index: 10;
}

.hero-fullscreen {
  background-size: cover !important;
  background-position: center !important;
  transition: opacity 0.8s ease-in-out;
}

.hero-fullscreen.fade-out {
  opacity: 0.8;
}

.hero-fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /* must be here */
  z-index: -1 !important;
}

.hero-fullscreen > .elementor-container,
.hero-fullscreen > .elementor-row,
.hero-fullscreen > .elementor-column,
.hero-fullscreen > .elementor-widget-wrap {
  height: 100%;
  position: relative; /* important so absolute children use this box */
}

.slide-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
  opacity: 0.9;
}

.slide-text {
  font-size: 40px;
  font-weight: 400;
  color: white;
  line-height: 1.3;
}







/* Intro Overlay */
#intro-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #394743;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999999;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s ease;
}

#intro-overlay2.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Square */
#intro-square {
  width: 80px;
  height: 80px;
  background: #fff;
  position: absolute;
  transform: scale(0);
}

/* Big Logo Reveal */
#intro-logo2 {
  width: 180px;
  height: 180px;
  position: absolute;
  opacity: 0;
  mix-blend-mode: difference;
}

/* Small logo */
.intro-logo-small {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: translate(-50%, -50%);
}

/* Title */
#intro-title {
        position: absolute;
  top: 27%;
  opacity: 0;
  transform: translateY(40px);
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

/* Button */
#intro-button {
     position: absolute;
  top: 77%;
  opacity: 0;
  transform: translateY(30px);
  background: white;
  color: black;
  padding: 14px 32px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  margin-top: 20px;
  z-index: 7;
}

/* Hero Image */
.intro-hero-img {
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  height: auto;
  z-index: 5;
}

/* Hide header/footer until intro done */
header, footer {
  opacity: 0;
  pointer-events: none;
}



/* === Intro / Loading Screen === */
#intro-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #394743 center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 1s ease;
}

#intro-overlay.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease;
}

.intro-content {
  text-align: center;
}

#intro-logo {
  width: 160px; /* adjust as needed */
  opacity: 0;
  transition: opacity 1.5s ease;
}







.hero-fullscreen {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: background-image 0.4s ease;
}

.hero-fullscreen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.4s ease;
  z-index: 1;
}

.hero-fullscreen.dark-overlay::after {
  background: rgba(0, 0, 0, 0.45); /* Adjust opacity as needed */
}

#slide-content {
  position: relative;
  z-index: 2; /* keep text above overlay */
}/* End custom CSS */