:root {
    --font-size-body: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
    --font-size-h1: clamp(2rem, 1.5rem + 2vw, 3.5rem);
    --font-size-h2: clamp(1.75rem, 1.3rem + 1.5vw, 2.75rem);
    --font-size-h3: clamp(1.5rem, 1.2rem + 1vw, 2rem);
     --font-size-36: clamp(1.75rem, 2vw, 2.25rem);
     --font-size-24: clamp(1.125rem, 1rem + 0.8vw, 1.5rem);
     --font-size-27: clamp(1.125rem, 0.95rem + 1.2vw, 1.6875rem);
     --font-size-20: clamp(1rem, 0.9rem + 0.6vw, 1.25rem);
}


body {
    font-family: Arial, sans-serif;
     font-size: var(--font-size-body);
     color:#fff;
}

h1, h2, h3 {
    font-family: Arial, sans-serif;
    
}

h1 {
    font-size: var(--font-size-h1);
    color:#fff;
    font-weight:900;
}

h2 {
    font-size: var(--font-size-24);
    color:#fff;
    font-weight:700;
}

h3 {
    font-size: var(--font-size-h3);
    font-weight:600;
}

p {
    font-family:  Arial, sans-serif;
    font-weight: 400;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/Myriad_Pro_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-SemiboldIt.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face{font-family:'Tw Cen MT';src:url('../fonts/TwCenMT-Regular.eot');src:url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/TwCenMT-Regular.woff') format('woff'),url('../fonts/TwCenMT-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Tw Cen MT';src:url('../fonts/TwCenMT-Bold.eot');src:url('../fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/TwCenMT-Bold.woff') format('woff'),url('../fonts/TwCenMT-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
.sp-column {
    flex-direction: column;
}
img { display:inline-block;}
#sp-header .sp-module { margin-left:0;}

 .license-number {
    display: inline-block;
    padding: 2px 8px;
    color: #cbb79a;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-align: right;
    width: 80%;
    position:relative;
    bottom:40px;
}
#sp-below-tagline { text-align:center;}
#sp-banner-form { margin:15px auto;}
#sp-tagline { text-align:center; text-align:center; background:#0e6d81; color:#ffffff;}
#sp-tagline p { margin:10px auto; line-height:1.5;  font-family: 'Myriad Pro'; font-size:var(--font-size-24);}
#sp-top-right .rsform { margin:44px auto 10px auto;}
.rsform-block-header p { font-size:19px;}
.formControls input  { height:36px;}
.formControls { margin-bottom:24px;}

.formControls input::placeholder,.formControls textarea::placeholder {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 1;
}
.rsform-block-footer p {font-size:15px; font-style:italic;}
.top-bar {  
    padding: 14px 30px;
  }
  .top-bar .call-text {
    color: #ffffff;
    font-size: var(--font-size-24);
  }
  .top-bar .phone-number {
    color: #ffffff;
    font-weight: 700;
    font-size: var(--font-size-27);
    text-decoration: none;
    margin-left: 8px;
  }
  .top-bar .email-link {
    color: #ffffff;
    font-size: var(--font-size-20);
    text-decoration: none;
  }
  .top-bar .email-link i {
    margin-right: 8px;
  }
  .btn-schedule {
    background-color: #fada95;
    color: #a82010;
    font-size: var(--font-size-24);
    letter-spacing: 0.5px;
    padding: 8px 22px;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
    font-family:'Tw Cen MT';
  }
  .btn-schedule:hover {
    background-color: #c96a2e;
    color: #ffffff;
  }
  
.formControlLabel { display:none;}
.btn-primary,.btn-primary:hover {color:#fff; background:#f5a628; border-color:#f5a628; text-transform:uppercase;  }
.rsform-submit-button { font-family:'Tw Cen MT'; letter-spacing:1px; font-size:24px;}
.btn-primary:hover { color:#a82010; }
.hoa-section {
    background-color: #2e2b5e;
    color: #ffffff;
    padding: 40px 0;
  }
  .hoa-section h1 {    
    font-size: var(--font-size-36);
    margin-bottom: 20px;
    font-family:'Myriad Pro';
  }
  .hoa-section p {
    font-size: var(--font-size-20);
    line-height: 1.9;
    margin-bottom: 0;
    font-family:'Tw Cen MT';
    text-align:justify;
  }
  
  .services-section {
    background: #000;
    padding: 60px 0;
}

.service-card {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 20px;
    border-radius: 24px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.service-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .4s ease;
}


.service-card .label-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(33, 39, 130, 0.65);
   color: #fff;
    font-family: "Tw Cen MT", sans-serif;
    font-size: var(--font-size-24);
    letter-spacing: 1px;
    text-transform: uppercase;

    transition: background .3s ease;
}


  .contact-bar {
    background-color: #000000;
    padding: 20px 0;
    
  }
  .contact-bar .btn-schedule {
        letter-spacing:1px;
        padding:5px 40px;
        border-radius:10px;
        display: inline-flex;
        align-items: center;
        height:45px;
        font-size:30px;
        
  }
  .contact-bar .gap-3 { gap:6rem !important;}
  .btn-phone {
    background-color: #ffffff;
    color: #000000;
    letter-spacing: 0.5px;
    padding: 10px 28px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height:45px;
    font-size:30px;
  }
  .btn-phone:hover {
    color: #000000;
  }
  
  #sp-footer .container-inner { 
  border:none;
  }
  .rsfp_thankyou_popup_inner { 
    color:#000;
  }
 @media (max-width:991px)  {
     #sp-banner-form {
         margin-top:30px;
     }
     .top-bar { padding:0;}
     .contact-bar .gap-3 { gap:3rem !important;}
     .service-card { margin:10px;}
     
 }
 
 @media (min-width:992px) and (max-width:1199px)  {
     .top-bar { padding:0 15px 0 0;}
     .top-bar .phone-number { display:block;}
     .top-bar .email-link { font-size:16px;}
 }    