.elementor-37402 .elementor-element.elementor-element-7ae1c3d{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-7ae1c3d */<style>
  /* Bulletproof Modern CSS for the Bellaire Hero Section */
  .hero-bellaire {
    position: relative;
    /* Dark slate gradient overlay to make the #FAA71B pop aggressively */
    background-image: linear-gradient(to right, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.75)), url('https://www.easygaragedoorrepair.com/wp-content/uploads/2025/09/background-image.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    min-height: 70vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  }
  
  .hero-content {
    max-width: 900px;
    text-align: center;
    color: #ffffff;
  }
  
  .hero-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase;
    border: 1px solid rgba(250, 167, 27, 0.4);
    color: #ffffff;
  }

  .badge-icon {
    color: #FAA71B;
    font-size: 1.1rem;
  }
  
  .hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  }

  .highlight-text {
    color: #FAA71B;
  }
  
  .hero-content p {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin: 0 auto 40px auto;
    max-width: 750px;
    color: #e2e8f0;
  }
  
  .hero-content strong {
    color: #ffffff;
  }
  
  .cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  
  .btn {
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  
  /* Fixed Primary Button */
  .btn-primary {
    background-color: #FAA71B !important;
    color: #111827 !important; /* Forces the dark text to stay visible */
    box-shadow: 0 4px 14px rgba(250, 167, 27, 0.3);
  }
  
  .btn-primary:hover {
    background-color: #e59615 !important;
    color: #111827 !important;
    transform: translateY(-2px); 
  }
  
  /* Fixed Secondary Button */
  .btn-secondary {
    background-color: transparent !important;
    color: #ffffff !important; /* Forces the white text to stay visible */
    border: 2px solid #ffffff !important;
  }
  
  .btn-secondary:hover {
    background-color: #FAA71B !important;
    border-color: #FAA71B !important;
    color: #111827 !important; /* Switches to dark text on hover */
    transform: translateY(-2px);
  }
  
  .trust-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #cbd5e1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 24px;
    font-weight: 500;
  }
  
  .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .trust-icon {
    color: #FAA71B;
    font-weight: bold;
  }
</style>/* End custom CSS */