@media (min-width: 350px) {


  /* Footer */


  .site-footer {
    padding: 4rem 2rem 2rem;
    overflow-x: hidden;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }

  .footer-about,
  .footer-links,
  .footer-social {
    width: 100%;
    min-width: 0;
  }

  .footer-links ul,
  .footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 0;
  }

  .footer-links li,
  .footer-social li {
    flex: 1 1 45%;
    min-width: 100px;
    margin-bottom: 0.8rem;
    text-align: center;
  }

  .footer-divider {
    display: none;
  }
}

@media (min-width: 1000px) {



  /* Hero */

.hero {

    padding-left: 5rem;
    padding-right: 5rem;

}


.hero-text {

width: 100%;

}

.hero-title {

width:100%;
font-size: 2.75rem;


}

.hero-image img {

width: 100%;

}

/* Services */


.section-title {

    margin-bottom: 3rem;
    font-size: 2.75rem;

}
.service-card {

    width: 80%;

}


.footer-top >:nth-child(1) {

align-self: center;
text-align: center;



}


.service-card {


  justify-self: center;

}

}


@media (max-width: 999px) {





 .services-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    justify-content: center;
  }

  .service-card,
  .service-card:nth-child(even) {
    flex-direction: column;
  }

  .service-card {

    width: 60%;

    align-self: center;
    justify-self: center;

  }


  .service-card img {
    width: 100%;
    height: 40rem;
  }

  .service-content {
    text-align: center;
    padding: 2rem;
  }


  .service-content p {

    text-align: center;

  }

  .service-content h3 {
    text-align: center;
  }


}

@media(min-width: 901px) {

      #hamburger-icon {
  display: none !important;
}


}


@media (max-width: 768px) {


/* Nav */

#brand a {

  font-size: 2.2rem;

}

  .hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 4% 2rem;
    text-align: center;
    gap: 0;
    background-color: #0d47a1;
  }

  .hero-text {
    align-self: stretch;
    text-align: center;
  }

  .hero-subtitle {

    align-self: center;
    margin: auto;

  }

  .hero-title {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .hero-subtitle,
  .hero-highlight {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }

  .cta-button,
  .cta-button-secondary {
    width: 100%;
    max-width: 280px;
  }

  .hero-badge {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
    margin-top: 1.5rem;
  }

  .scroll-down-hint {
    margin-top: 2.5rem;
    font-size: 1.2rem;
  }

  .hero-image {

    display: none;

  }

  .hero-image img {
    display: none;

  }

#benefit-header-pc {

    display: none;


}

#benefit-bar-pc {


    display: none;

}

#cta-divider-pc {


    display: none;

}

.scroll-down-hint {

    display: none;

}

/* hero text flex */

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;

}

.hero-title, .hero-highlight, .hero-subtitle, .hero-badge {

    margin: 0;

}

.hero-badge {

    padding-top: 1.25rem;
    padding-bottom: 1.25rem;

}



/* Service Section */




  .service-card,
  .service-card:nth-child(even) {
    flex-direction: column;
  }

  .service-card {

    width: 70%;

    align-self: center;

  }


  .service-card img {
    width: 100%;
    height: auto;
  }

  .service-content {
    text-align: center;
    padding: 2rem;
  }

  .service-content h3 {
    text-align: center;
  }

  /* Photo Swipe */

  .swipe-master {


    display: flex;
    flex-direction: column;

}

.swiper {


    width: 100%;

}

.contact-form {


    width: 100%;

}

.contact-header h2 {

    font-size: 3.125rem;

}

.contact-section p {

    font-size: 1.5rem;

}

.contact-label {

    font-size: 1.25rem;

}


.footer-divider {
    display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}

}

  /* Footer */

.footer-top {

display: flex;
flex-direction: column;
align-items: center;
text-align: center;

}

.footer-top >:nth-child(1) {

align-self: center;
text-align: center;


}

/* Phone Button */

.floating-call-btn {

  display: block;

  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background-color: #fff;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.floating-call-btn:hover {
  transform: scale(1.1);
}

.floating-call-btn:active {
  transform: scale(1.1);
}


@media (min-width: 769px) {

#hero-slider-mobile {

    display: none;

}

.scroll-down-hint {

    padding-bottom: 2rem;

}

#benefitbarmobile {

display: none;

}

#benefitheadermobile {

    display: none;

}



}

@media (max-width:  767px) {


  .service-card {

    width: 75%;

  }

}

@media (max-width:  500px) {


  .service-card {

    width: 90%;

  }

}