.elementor-8 .elementor-element.elementor-element-22dc843{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;}.elementor-8 .elementor-element.elementor-element-22dc843.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8 .elementor-element.elementor-element-07a6705{width:100%;max-width:100%;}.elementor-8 .elementor-element.elementor-element-07a6705.elementor-element{--align-self:stretch;}.elementor-8 .elementor-element.elementor-element-2639e72{width:100%;max-width:100%;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-22dc843{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-07a6705 *//* Scoped form input fixes for better visibility on all devices */
.hero-container input,
.hero-container select,
.hero-container textarea {
  background: rgba(255, 255, 255, 0.15);
  background-color: #222; /* fallback for older browsers */
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.hero-container input::placeholder,
.hero-container textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Autofill override */
.hero-container input:-webkit-autofill,
.hero-container textarea:-webkit-autofill,
.hero-container select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.15) inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Focus styles */
.hero-container input:focus,
.hero-container select:focus,
.hero-container textarea:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: #dc2626;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84c080a */.contact-container input,
.contact-container select,
.contact-container textarea {
  background: rgba(255, 255, 255, 0.15);
  background-color: #222; /* fallback */
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.contact-container input::placeholder,
.contact-container textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Autofill override */
.contact-container input:-webkit-autofill,
.contact-container textarea:-webkit-autofill,
.contact-container select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.15) inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Focus styles */
.contact-container input:focus,
.contact-container select:focus,
.contact-container textarea:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: #dc2626;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-22dc843 *//* Clean full-width solution for FABUS sections */
.hero-section,
.why-choose-section,
.testimonials-section,
.contact-section,
.footer-section {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
}

/* Override Elementor container constraints */
.elementor-element.e-con-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}

/* Mobile optimized - preserve internal layout */
@media (max-width: 768px) {
    .hero-section,
    .why-choose-section,
    .testimonials-section, 
    .contact-section,
    .footer-section {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        overflow-x: hidden !important;
    }
    
    /* Keep internal containers properly sized */
    .hero-container,
    .why-choose-container,
    .testimonials-container,
    .contact-container,
    .footer-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
    
    /* Preserve responsive grid layouts */
    .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .testimonial-grid {
        display: block !important;
    }
    
    .testimonial-card {
        margin-bottom: 20px !important;
    }
}
.form-input,
.form-select,
.form-textarea {
  background: rgba(255, 255, 255, 0.15);
  background-color: #222; /* fallback */
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.15) inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: #dc2626;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}/* End custom CSS */