.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-ff0d803:#E9F4EF;--e-global-color-1af77ed:#48614E;--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){margin-block-end: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 *//* ===== CORE STRUCTURE ===== */
.video-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
}

.video-column {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.content-column {
  position: relative;
  z-index: 2;
  width: 0;
  opacity: 0;
  background: rgba(255,255,255,0.95);
  transition: all 1s ease 0.5s;
  box-shadow: -5px 0 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
}

/* ===== ACTIVE STATE ===== */
.video-hero.active .video-column {
  width: 50%;
}

.video-hero.active .content-column {
  width: 50%;
  opacity: 1;
}

/* ===== VIDEO FRAMING ===== */
.elementor-background-video-container video {
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 767px) {
  .video-hero {
    flex-direction: column;
    min-height: auto;
  }
  
  .video-column {
    height: 50vh !important;
    position: relative;
  }
  
  .video-hero.active .video-column,
  .video-hero.active .content-column {
    width: 100% !important;
  }
  
  .content-column {
    margin-top: -30px;
    padding: 25px !important;
    border-radius: 15px 15px 0 0;
    min-height: 50vh;
  }
  
  .elementor-background-video-container video {
    object-position: top center !important;
  }
}

@media (max-width: 767px) {
  .video-column {
    display: block !important;
    height: 50vh !important;
  }
  
  .elementor-background-video-container {
    display: block !important;
    opacity: 1 !important;
    height: 100% !important;
  }
  
  .elementor-background-video-container video {
    min-height: 100% !important;
    object-position: top center !important;
  }
}


/* Desktop Layout (Video Left / Content Right) */
.video-hero {
  flex-direction: row; /* Ensures natural order */
}

.video-column {
  left: 0; /* Explicitly positions video left */
  right: auto;
}

.content-column {
  margin-left: 50%; /* Pushes content right */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically centers content */
  align-items: center; /* Horizontally centers content */
}

/* Mobile Centering Fix */
@media (max-width: 767px) {
  .elementor-background-video-container video {
    object-position: center center !important; /* Perfectly centers video */
  }
  
  .content-column {
    margin-left: 0; /* Resets desktop offset */
    text-align: center;
    padding: 25px;
  }
}

/* Center content in right column (Desktop only) */
@media (min-width: 768px) {
  .content-column {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* Vertical center */
    align-items: center !important; /* Horizontal center */
    text-align: center !important;
    padding: 0 5% !important;
    height: 100vh !important;
  }

  /* Fix button alignment */
  .content-column .elementor-button-wrapper {
    width: 100%;
    text-align: center;
  }
}

/* Remove content sliding - keep everything else */
.content-column {
  opacity: 0 !important;
  transition: opacity 0.8s ease 0.5s !important; /* Fade only */
  transform: none !important; /* Remove slide movement */
}

.video-hero.active .content-column {
  opacity: 1 !important;
  transform: none !important;
}

/* ===== DESKTOP ===== */
@media (min-width: 768px) {
  .video-column {
    width: 100% !important;
    transition: width 1.5s cubic-bezier(0.33, 1, 0.68, 1) !important;
    z-index: 3 !important;
  }
  
  .video-hero.active .video-column {
    width: 50% !important; /* Slides to exactly 50% */
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .video-column {
    width: 100% !important;
    height: 50vh !important;
    transition: none !important; /* Disables all movement */
    transform: none !important;
  }
  
  .content-column {
    transition: none !important; /* Disables content movement */
  }
}

@media (max-width: 767px) {
  .content-column {
    margin-top: 0 !important; /* Remove negative margin */
    position: relative;
    top: 0 !important;
    z-index: 1 !important; /* Behind video */
  }

  .video-column {
    z-index: 2 !important; /* Above content */
    margin-bottom: 5px; /* Adds space between video and content */
  }
}

/* Center the button */
.os-btn.os-btn-primary {
  background-color: #48614E !important;
  border-color: #48614E !important;
  color: #fff !important;
  display: block;
  margin: 20px auto; /* centers the button */
  text-align: center;
  transition: transform 0.3s ease-in-out;
  border-radius:5px;
}

/* Zoom-in animation on hover */
.os-btn.os-btn-primary:hover {
  transform: scale(1.1);
}/* End custom CSS */