.elementor-37385 .elementor-element.elementor-element-608a8ca{--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-608a8ca *//* =========================================
     FIXED HERO BUTTON CSS
     ========================================= */
  .bellaire-hero-btn {
    display: inline-block;
    background-color: #FAA71B !important; /* Forces Gold background */
    color: #ffffff !important; /* Forces White text */
    border: 2px solid #000000 !important; /* Forces Black lining */
    padding: 16px 38px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8); /* Added shadow so white text pops on gold */
  }

  .bellaire-hero-btn:hover {
    background-color: #ffffff !important; /* Forces White button on hover */
    color: #000000 !important; /* Forces Black text on hover */
    border: 2px solid #FAA71B !important; /* Forces Gold lining on hover */
    transform: translateY(-2px);
    text-shadow: none; /* Removes shadow on hover */
  }

  /* =========================================
     FIXED ANCHOR BUTTON CSS (Dark Section)
     ========================================= */
  .anchor-btn {
    display: inline-block;
    background-color: #FAA71B !important; /* Forces Gold background */
    color: #ffffff !important; /* Forces White text */
    border: 2px solid #000000 !important; /* Forces Black border */
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    animation: btn-pulse 2s infinite;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8); /* Added shadow so white text pops on gold */
  }

  .anchor-btn:hover {
    background-color: #ffffff !important; /* Forces White button on hover */
    color: #000000 !important; /* Forces Black text on hover */
    border: 2px solid #FAA71B !important; /* Forces Gold border on hover */
    text-shadow: none; /* Removes shadow on hover */
  }/* End custom CSS */