body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}
/* LOGO */

.logo img {
  height: 70px; /* smaller = reduce this value */
  width: auto;  /* keeps proportions */
  padding-left: 20px;
  padding-top: 20px;
}

.mobile-logo { 
  display:none !important;
}

.nav-container {
  display: flex;
  background-color: #fff;
  gap: 30em;
  justify-content: center;
  
}

.phone-number {
  font-family: Tahomam,Sans-Serif;
  font-size: 22.5px;
  padding-top: 20px;
}

.mobile-call-cta {
  display: none;
}

.mobile-hero-section {
  display:none
}

.mobile-hero-image {
  display: none;
}
.mobile-cta1 {
  display: none;
}
.header-container { 
  display: flex;
  justify-content: center;
  gap: 2em;
  border-bottom: 1px solid #aeafb0;
   
}


.left-container h1 {
  font-family: Montserrat, Verdana;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 6em; /* controls space below h1 */
  
}

.left-container h2 { 
  font-family: Urbanist, Verdana;
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 0; /* removes default top spacing */
}

.left-container p {
  font-family: Montserrat, Verdana;
  font-size: 20px;
  line-height: 28px;
  color: #242424;
  margin-top: 0;
}

.left-container button {
  font-size: 18px;
  font-family: Verdana;
  color: white;
  background-color: #0070D1;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.left-container button:hover {
  background-color: #0263b8;
}
  

.fa-solid.fa-phone {
  padding-right: 10px;
}


.right-container img {
  height: 430px;
  width: auto;
}

.red1 { 
  color: red;
}


.container-2  {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.container-2 h3 {
  font-size: 35px;
  font-family: Urbanist, Verdana;
  
}


.three-points {
  display:flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 4em;
  border-bottom: 1px solid #aeafb0;
  
}

.three-points h3 { 
  font-family: Montserrat, Verdana;
  color: red;
  font-weight:bold;
}

.three-points p {
  color: #242424;
  font-family: Montserrat, Verdana;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  
}

.box-1,
.box-2,
.box-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; /* makes all boxes equal width */
  border: solid;
  border-width: 2px;
  border-color: gray;
  justify-content: center;
  max-width: 300px;
  border-radius: 6px;
  padding-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2em;
}

.material-symbols-outlined {
  font-size: 60px !important;
}

.material-symbols-outlined-agent { 
  color: green;
}

.areas-served { 
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #f5f2f2;
  border-bottom: 1px solid #aeafb0;
}

.inner-areas-served {
  display: flex;
  justify-content: center;
  gap: 10em; 
  border: 2px solid gray;
  border-radius: 6px;
  margin: 0 auto;      /* centers it */
  max-width: 1000px;   /* controls how wide the bordered area can get */
  padding-bottom: 2em;
  background-color: white;
  border-bottom: 1px solid #aeafb0;
 
}
  


.left-areas,
.right-areas {
  display: flex;
  justify-content: center;
  max-width: 450px;
  flex-direction: column;
}

.right-areas img {
  height: 200px;
  width: auto;
  display: block;
}

.right-areas .material-symbols-outlined {
  font-size: 150px !important;
  color: black;
  align-self: center;

  
}



.left-areas h2 { 
  font-family:Urbanist;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 10px;
  padding-top: 1em;
  padding-bottom: 14px;
}

.left-areas p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
}

.last-cta-section { 
  display: flex;
  justify-content: center;
  gap:5em;
  padding-top: 4em;
  padding-bottom: 4em;
  border-bottom: 1px solid #aeafb0;
  
}

.left-section img {
  width: 450px;
  height: auto;
  
}

.right-section h2 {
  font-family: Urbanist;
  font-size: 40px;
}

.right-section button {
  font-size: 18px;
  font-family: Verdana;
  color: white;
  background-color: #0070D1;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
}
  
.right-section button {
   background-color: #0070D1;
   margin-left: 14px;
}

.right-section button:hover {
  background-color: #0263b8;
}

li { 
  line-height: 2;
  font-family: Montserrat;
  font-size: 16px;
}


.footer {
  padding: 2em;
  
  
}

.row-one ul {
  justify-content: center;
  text-align: center;
  display: flex;
  gap: 2em;
  list-style: none;
  padding: 0;
  margin: 0;

}

.row-one ul li a {
  text-decoration: none;
  color: #2e2d2d;
  font-size: 14px;
}

.row-one ul li a:hover {
  text-decoration: underline;
  color: red;
}

.row-two {
  margin-top: 1.5em;
  text-align: center;
}

.row-two p { 
  font-family: Montserrat, Sans-Serif;
  color: #363535;
  font-weight: 400;
  font-size: 14px;
}
.inner-row {
  border-bottom: 1px solid #aeafb0;
}

  mobile-call-cta {
    display: none;
  }



@media screen and (max-width: 768px) {

  /* ================= HEADER ================= */

  .header-container,
  .logo img,
  .phone-number {
    display: none;
  }

  .mobile-logo {
    display: block !important;
    font-size: 30px;
    text-align: center;
    font-family: Tahoma, sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
    color: red;
  }

  /* ================= HERO ================= */

  @media screen and (max-width: 768px) {

  .left-container h1,
  .mobile-hero-section h1 {
    font-size: 18px !important;
    margin-bottom: 4px !important;
  }

  .left-container h2,
  .mobile-hero-section h2 {
    margin-top: 0 !important;
    line-height: 1.15em;
  }

  .mobile-hero-section {
    padding-top: 30px;
  }

  .left-container p {
    margin: 0 0 16px 0;
  }

  .left-container button {
    margin-top: 10px;
  }

  /* ================= MOBILE HERO IMAGE ================= */

  .mobile-hero-section {
    display: block;
    font-family: Urbanist, Verdana;
    font-size: 30px;
    padding-left: 20px;
    
  }

  .mobile-hero-image {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  .mobile-hero-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-hero-image button {
    font-size: 20px;
    font-family: Verdana;
    color: white;
    background-color: #0070D1;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 100%;
    margin-top: 15px;
  }
  
  .mobile-hero-image a {
    text-decoration: none !important;
  }

  /* ================= SECTIONS ================= */

  .three-points {
    flex-direction: column;
    align-items: center;
  }

  .container-2 h3 {
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .areas-served {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-areas-served {
    flex-direction: column;
    align-items: center;
    gap: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-areas h2 {
    text-align: center;
    line-height: 38px;
  }

  /* ================= CTA SECTION ================= */

  .last-cta-section {
    flex-direction: column;
    align-items: center;
    gap: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-section img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
  }
  
  .last-cta-section a { 
    text-decoration: none;
  }

  .right-section {
    text-align: center;
  }

  .right-section h2 {
    font-size: 32px;
  }

  .right-section ol {
    padding-left: 20px;
    text-align: left;
  }

  .right-section button {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  /* ================= FOOTER ================= */

  .row-one ul {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }

  .row-one ul li {
    text-align: center;
  }

  .row-two {
    margin-top: 2em;
    padding: 0 10px;
  }

  .row-two p {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }

  /* ================= CALL CTA ================= */

  .mobile-call-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d40000;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  }

  .mobile-call-cta a {
    color: white;
    text-decoration: none;
    font-family: Montserrat, Verdana;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-call-cta .material-symbols-outlined {
    font-size: 35px !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }

  body {
    padding-bottom: 80px;
  }

}

/* ================= FORCE HERO TYPOGRAPHY FIX ================= */

/* Reset default heading spacing */
.left-container h1,
.left-container h2 {
  margin: 0 !important;
  padding: 0 !important;
}

/* Desktop hero spacing control */
.left-container h1 {
  font-size: 14px !important; /* smaller H1 */
  margin-bottom: 6px !important; /* controls gap to H2 */
  font-weight: 500;
}

.left-container h2 {
  margin-top: 0 !important;
  line-height: 1.2em;
}

/* Space from header to hero content */
.header-container {
  margin-bottom: 40px;
}

/* Push entire hero content down slightly */
.left-container {
  padding-top: 60px;
}