.elementor-2567 .elementor-element.elementor-element-0fd11ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2567 .elementor-element.elementor-element-b8292d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2567 .elementor-element.elementor-element-1e88f1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2567 .elementor-element.elementor-element-631c36c{width:100%;max-width:100%;}.elementor-2567 .elementor-element.elementor-element-631c36c.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-2567 .elementor-element.elementor-element-4d03e6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.page-id-2567 .full-width-wrapper,
.page-id-2567 .custom-hero-section,
.page-id-2567 .custom-hero-section > .custom-video,
.page-id-2567 .custom-hero-section > .custom-overlay,
.page-id-2567 .custom-content {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Viewport edge pinning and overflow control */
.page-id-2567 html,
.page-id-2567 body {
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-2567 .elementor-container {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

.page-id-2567 .custom-hero-section {
  position: relative;
  height: 100vh !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
}

.page-id-2567 .custom-video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover !important;
  z-index: -2 !important;
}

.page-id-2567 .custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.page-id-2567 .custom-content {
  position: relative;
  max-width: 900px;
  padding: 20px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-id-2567 .custom-glass-box {
  background: rgba(0, 0, 0, 0.15);
  padding: 40px;
  border-radius: 16px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-id-2567 .custom-glass-box h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-id-2567 .custom-glass-box p {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.7;
  margin-bottom: 32px;
  opacity: 0.95;
}

.page-id-2567 .custom-glass-box a {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  color: #fff;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-id-2567 .custom-glass-box a:hover {
  background: linear-gradient(135deg, #25D366 0%, #20c95a 100%) !important;
  color: #fff !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
  .page-id-2567 .custom-overlay {
    background: rgba(0, 0, 0, 0.35) !important;
  }
  
  .page-id-2567 .custom-glass-box {
    padding: 30px 24px !important;
    margin: 0 16px;
  }
  
  .page-id-2567 .custom-glass-box h1 {
    font-size: clamp(2rem, 6vw, 2.5rem) !important;
    margin-bottom: 20px !important;
  }
  
  .page-id-2567 .custom-glass-box p {
    font-size: clamp(0.9rem, 3vw, 1.1rem) !important;
    margin-bottom: 28px !important;
  }
  
  .page-id-2567 .custom-glass-box a {
    padding: 14px 32px !important;
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  .page-id-2567 .custom-overlay {
    background: rgba(0, 0, 0, 0.45) !important;
  }
  
  .page-id-2567 .custom-glass-box {
    padding: 24px 20px !important;
    margin: 0 12px;
    border-radius: 12px;
  }
  
  .page-id-2567 .custom-glass-box h1 {
    font-size: clamp(1.8rem, 7vw, 2.2rem) !important;
    margin-bottom: 16px !important;
  }
  
  .page-id-2567 .custom-glass-box p {
    font-size: clamp(0.85rem, 3.5vw, 1rem) !important;
    margin-bottom: 24px !important;
    line-height: 1.6 !important;
  }
  
  .page-id-2567 .custom-glass-box a {
    padding: 12px 28px !important;
    font-size: 0.95rem !important;
  }
}/* End custom CSS */