    /* Reset */
      
    html { font-size: 16px;
      scroll-behavior: smooth;
      scroll-padding-top: 6.5rem; /* match your navbar height */
      }
      
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;

    }

    /* Fixed Navbar */
    header {
      position: fixed;
      top: 0;
      width: 100%;
      background-color: #02665b;
      z-index: 1000;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.5rem 2rem;
      max-width: 1200px;
      margin: 0 auto;
      color: white;
    }

    .logo {
      font-size: 1.5rem;
      font-weight: bold;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 2rem;
    }


      
/* text size adjusts when narrowing or expanding page */ 
      
nav ul li a {
  color: white;
  text-decoration: none;
  font-size: clamp(0.8rem, 1vw + 0.5rem, 3rem);
}


      





    /* Hamburger Styles */
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .hamburger div {
      width: 25px;
      height: 3px;
      background-color: white;
      margin: 4px 0;
      transition: 0.3s;
    }

    /* Mobile Menu */
    .mobile-menu {
      display: none;
      flex-direction: column;
      background-color: #164f98;
    }

    .mobile-menu a {
      padding: 1rem;
      text-decoration: none;
      color: white;
      border-top: 1px solid #020f78;
    }

    .mobile-menu.show {
      display: flex;
    }

    /* Content placeholder */
    .content {
      padding: 7rem 2rem 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Responsive Rules */
    @media (max-width: 775px) {
      nav ul {
        display: none;
      }

      .hamburger {
        display: flex;
      }
    }
      
      

/* NEW BANNER STUFF */
      
      
#banner {
  position: relative;
  background-image: url("../images/layout/benny_background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-attachment: scroll;
  background-color: #02665b;

  height: clamp(450px, 58vw, 600px);
    /*
  box-shadow: inset 50px 0 50px -40px rgba(0, 0, 0, 0.5),
              inset -50px 0 50px -40px rgba(0, 0, 0, 0.5);
  */
    
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem; /* small padding so text doesn't hug edges */
padding-bottom: 0.5rem; /* reduce space below banner */
}
  

      
.info-section:first-of-type {
  margin-top: -5rem; /* remove space above first content block */
  position: relative;
  z-index: 1;
}
      
      
      
/* BANNER CONTENT STYLES */

.banner-content {
  color: white;
  max-width: 90%;
}

/* Responsive heading text */
.banner-content h1 {
  font-size: clamp(1.5rem, 3vw + 1rem, 3rem);
  margin-bottom: 1rem;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7); /* subtle text shadow for readability */
}

/* ESPANOL button styling */
.btn-espanol {
  display: inline-block;
  cursor: pointer;
}

.btn-espanol img {
  /* width: 50vw; /* adjust size as needed */
  width: clamp(300px, 50%, 600px); /* Min 200px, ideal 50%, max 600px */
  height: auto;
  transition: transform 0.3s ease;
}

.btn-espanol:hover img {
  transform: scale(1.05); /* subtle zoom on hover */
}
      

span#spanish_heading {
  color: #04bdf3;
}      
      
#banner h1 {
  padding-top: 3em;
  color: #8ef780;
  opacity: 0.8;
  font-size: clamp(20px, 6vw, 50px);
}
      
      
      
/* CALL BUTTON */
      

/* Ensure banner content has relative position to anchor floating items */
.banner-content {
  position: relative;
}

/* Call/Text Button */
.btn-call {
  position: fixed;
  top: 6.5rem;
  right: 2rem;
  background-color: rgba(0, 123, 255, 0.7); /* translucent blue */
  color: #fff;
  text-decoration: none;

  padding: clamp(0.5rem, 0.9vw, 0.9rem) clamp(0.9rem, 2.4vw, 1.9rem);
  font-size: clamp(1.1rem, 1.3vw + 0.4rem, 1.6rem);

  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.2s;
  white-space: nowrap;
  z-index: 1100;
}


.btn-call:hover {
  /* background-color: rgba(0, 86, 179, 0.85); darker and more opaque on hover */
  background-color: rgba(0, 123, 255, 0.7); /* translucent blue */
  transform: scale(1.05);
}

      

@media (max-width: 600px) {
  .btn-call {
    position: static;
    display: block;
    margin: 1rem auto 0;
    text-align: center;
  }
}
      
      
 /* H2 Styles */
      
      
      
.info-section {
  background-color: #c9f7c3;
  background-color: #d9f6d5;
    border: solid 5px #8ef780;
    border-color: #c9f7c3;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
      

.info-section h2 {
  font-size: clamp(1.8rem, 2.3vw, 2.6rem);
  margin-bottom: 0.5rem;
  color: #02665b;
}
      
.info-section h3 {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  margin-bottom: 0.5rem;
  color: #020f78;
}

.info-section p {
  font-size: clamp(1.25rem, 1.5vw, 1.4rem);
  line-height: 1.6;
}
      
      
      
/* SECTION IMAGE */
      

.section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.section-text {
  flex: 1 1 300px;
}

.section-image {
  flex: 1 1 250px;
  text-align: center;
}

      /*
.section-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
      */
      
.section-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  box-shadow: none;
      }

/* Optional: Adjust spacing between steps */
.section-text h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

  .section-image {
    margin-top: 0rem;
  }


    /* CONTACT STYLES */
    

/* Responsive Image Buttons */
    
    
    
.image-button img {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.image-button img:hover {
  transform: scale(1.03);
}



/* CONTACT FORM STYLES */
      
      

      
#contactForm {
    margin-top: 2rem;
}      
      
    
form label {
  font-size: 1.3rem;
  font-weight: bold;
  color: #02665b;
}

form input,
form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 1.3rem;
}
      
input::placeholder {
  color: #aaa; /* Light grey */
}
 
      
      
/* SUBMIT BUTTON STYLES */

      
.submit-img {
  width: clamp(250px, 30vw, 350px); /* Responsive scaling */
  transition: transform 0.3s ease;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border: none;           /* No border */
  background-color: none; /* No background (ignored, but harmless) */
}
      
.submit-img:hover {
  transform: scale(1.08); /* Grows slightly on hover */
  /* filter: brightness(1.1); /* Slight visual effect */
}

      
.submit-button-wrapper {
  display: flex;
  justify-content: center; /* Horizontally centers the button */
  margin-top: 1rem;        /* Optional spacing from inputs */
}

.submit-button {
  border: none;
  background: none;
  padding: 0;
}


/* CONTACT FORM THANK YOU STYLES */
      
      
      #success {
          margin-bottom: 60em;
      }




