
  

  
  /* Final CTA Section */
  .final-cta-section {
  background: url('/images/san-tan-valley-aerial-shot.webp') no-repeat center center;
  background-size: cover;
  padding: 40px 10px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: white;
  }
  
  .final-cta-section .cta-content h1 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  }
  
  .button-group {
  text-align: center;
  }
  
  .button-row {
  display: inline-block;
  margin: 10px 0;
  }
  
  .button {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 25px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  }
  
  .call-now {
  color: #1d3968;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  
  .call-now:hover {
  color: #1c3663;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  }
  
  .estimate {
  color: #fff;
  background-color: #1d3968;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  
  .estimate:hover {
  background-color: #162f5b;
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  
  .separator {
  display: inline-block;
  font-weight: 700;
  margin: 0 10px;
  color: white;
  }
  
  /* Footer Section */
  .site-footer {
    background-color: #ffffff;
    color: #1d3968;
    padding: 40px 50px;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  }
  
  .footer-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .footer-section {
    flex: 1;
    min-width: 200px;
    text-align: center;
  }
  
  .footer-section h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  
  .footer-section p {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .footer-bottom {
    text-align: center;
    font-size: 0.9rem;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    width: 100%;
  }
  
  .footer-bottom a {
    color: #1d3968;
    text-decoration: underline;
  }
  
  /* ---------- MEDIA QUERIES ---------- */
  
  /* Adjust header layout for screens smaller than 615px */
  @media (max-width: 615px) {
  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #1d3968;
  }
  .header .logo {
    order: 1;
    text-align: left;
  }
  .header .logo img {
    max-height: 80px;
  }
  .header .google-reviews-widget {
    order: 2;
    margin: 0 auto;
    flex: 1;
    justify-content: center;
    width: auto;
    margin-left: -40px;
  }
  .header .google-reviews-widget .google-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .header .google-reviews-widget .review-stars {
    font-size: 16px;
  }
  .header .google-reviews-widget .review-count {
    font-size: 14px;
  }
  .header .phone-number {
    display: none;
  }
  .header .phone-icon {
    display: block;
    order: 3;
    text-align: right;
  }
  }
  
  /* Hide Google Reviews Widget on screens smaller than 425px */
  @media (max-width: 425px) {
  .google-reviews-widget {
    display: none !important;
  }
  }
  
  /* Footer adjustments: switch to column layout when under 675px */
  @media (max-width: 675px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .footer-section {
    margin-bottom: 20px;
    text-align: center;
  }
  }
  
  /* Additional adjustments for very small screens */
  @media (max-width: 500px) {
    .accordion button .accordion-title {
        font-size: 1.3rem;
    }
    .accordion .accordion-content p {
        font-size: 1rem;
        margin: 1.5em 0;
    }
  }
  
  @media (max-width: 375px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }
  .hero-content h2 {
    font-size: 1rem;
  }
  .button {
    padding: 10px 20px;
    font-size: 1rem;
  }
  }
  
  @media (max-width: 415px) {
    .header .google-reviews-widget {
        margin-left: -20px;
    }
  }
  
  /* ---------- FINANCING SNIPPET STYLES ---------- */
  .section-code-example {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 80px 6vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  }
  
  .card-text-code-example {
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  }
  
  .btn-code-example {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #0c4e9e;
  transition: all 250ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  }
  
  .btn-code-example:hover {
  transform: translate(0px, -5px);
  }
  
  .container-code-example {
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  }
  
  .margin-bot-24-code-example {
  margin-bottom: 24px;
  }
  
  .paragraph-code-example {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  }
  
  .margin-bot-32-code-example {
  margin-bottom: 32px;
  }
  
  .card-code-example {
  display: flex;
  max-width: 31%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  }
  
  .cards-wrapper-code-example {
  display: flex;
  max-width: 714px;
  justify-content: space-between;
  }
  
  .card-title-code-example {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  }
  
  .card-icon-code-example {
  max-height: 88px;
  max-width: 88px;
  margin-bottom: 16px;
  }
  
  .content-code-example-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  }
  
  .max-width-736-code-example {
  max-width: 736px;
  }
  
  .title-code-example {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 140%;
  }
  
  .link-blue {
  color: #156ed7;
  font-weight: 600;
  }
  
  .link-green {
  color: #07c0ca;
  text-decoration: underline;
  }
  
  .paragraph-code-example-lg {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #31364c;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  }
  
  @media screen and (max-width: 991px) {
  .title-code-example {
    font-size: 32px;
  }
  }
  
  @media screen and (max-width: 767px) {
  .btn-code-example {
    font-size: 12px;
  }
  .paragraph-code-example {
    font-size: 16px;
  }
  .card-code-example {
    width: 100%;
    max-width: 300px;
  }
  .cards-wrapper-code-example {
    flex-direction: column;
    grid-row-gap: 32px;
  }
  .title-code-example {
    font-size: 26px;
  }
  .paragraph-code-example-lg {
    font-size: 16px;
  }
  }
  
  @media screen and (max-width: 479px) {
  .section-code-example {
    padding: 60px 16px;
  }
  .btn-code-example {
    width: 100%;
  }
  .container-code-example {
    flex-direction: column;
  }
  .title-code-example {
    font-size: 24px;
  }
  }
  