@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
 

* {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background-color: #000000; /* fallback */
    color: #ffffff;
  }

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}


a {
  text-decoration: none;
}

.brand-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
text-align: center;
}

.brand-title a{
 text-decoration: none;
 }

.page-header {
  background: #000000;
  padding: 20px 20px 10px;
  border-bottom: none;
}

.header-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-phone {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
}

.header-logo img {
  height: 70px;   /* controls your logo size everywhere */
  width: auto;
  display: block;
}

.header-contact a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
}

.header-contact a:hover {
  text-decoration: bold;
   color: #FFA500;
}

.header-title {

 font-size: 3rem;
    font-weight: 800;
   line-height: 1.1;
    margin: 0 0 16px;
  text-align: center;
  letter-spacing: 0.1em;

   color: #FFFFFF;
}

/* small screen tweaks */
@media (max-width: 600px) {
  .header-row {
    flex-direction: column;
  }

  .header-logo img {
    height: 50px;
  }

  .header-title {
    font-size: 2.2rem;
 text-align: center;
  }
}



  .hero {
    position: relative;
    padding-top: 100px; /* ADD THIS so text doesn’t overlap top bar */
 /*   min-height: 100vh;  full screen height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:5px 20px 40px;
    color: #ffffff;
  }

 

  .hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
  }

 .hero-name {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 16px;
    text-align: center;
    color: #FFA500;
  }

.hero-name a{
 text-decoration: none;
  }

  .hero-logo {
    width: 220px;
    max-width: 40vw;
    height: auto;
    margin-bottom: 20px;
  }

  .hero-pretitle {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: 2.0rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 16px;
  }

  .hero-sentmsg {
   font-size: 1em;
   margin-bottom: 10px;
   margin-top: 10px;
}


  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 32px;
  }

  .hero-button {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 999px;
    background-color: #FFA500;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1.4rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  }

  .hero-button:hover {
    background-color: #ffe6a6;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
  }

  .hero-button:active {
    transform: translateY(0);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
  }

 .hero-button2 {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 999px;
    background-color: #FFFFFF;
    color: #FFAF00;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1.4rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  }

 .hero-button2:hover {
    background-color: #ffe6a6;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
  }

  .hero-button2:active {
    transform: translateY(0);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
  }

 .hero-thanks {
 font-size: 1.6rem;
}


  @media (max-width: 900px) {
    .hero-title {
      font-size: 2.4rem;
    }
    .hero-subtitle {
      font-size: 1rem;
    }
  }

  @media (max-width: 600px) {
    .hero {
      padding-top: 90px;
    }
    .hero-title {
      font-size: 2rem;
    }
    .hero-logo {
      width: 140px;
    }
  }

  /* Optional section below hero (e.g. slider or text) */
  .below-hero {
    padding: 40px 20px;
    text-align: center;
    background-color: #002060;
  }

.highlight { color: #FFA500; }

/* ---- FOOTER ---- */
.site-footer {
   
    color: #ffffff;
    text-align: center;
    padding: 25px 20px 30px;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 0.95rem;
    margin-top: 0;
}

.site-footer .footer-company {
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    color: #ffffff;
}

.site-footer .footer-copy {
    opacity: 0.8;
    font-size: 0.85rem;
    color: #FFFFFF;
}

video {
  width: 100%;
  height: auto;
  display: block;
}


.hero-name a,
.hero-name a:link,
.hero-name a:visited,
.hero-name a:hover,
.hero-name a:active,
.hero-name a:focus {
  text-decoration: none !important;
  color: inherit;
}

.hero-home-link,
.hero-home-link:link,
.hero-home-link:visited,
.hero-home-link:hover,
.hero-home-link:active,
.hero-home-link:focus {
  text-decoration: none !important;
  color: #FFA500;
  display: inline-block;
}
