@media (max-width: 900px) {
  .container {
    padding: 0px 15px;
  }
  p {
    font-size: 16px;
  }
  .desktop-btn {
    display: none;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: none;
    background: none;
    font-size: 42px;
    cursor: pointer;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -320px;

    width: 300px;
    height: 100vh;

    background: #2c2929;
    transition: 0.35s;

    box-shadow: -10px 0 25px rgba(0, 0, 0, 0.12);

    padding: 80px 30px;
  }

  .main-nav.active {
    right: 0;
  }

  .close-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    border: none;
    background: none;
    font-size: 65px;
    cursor: pointer;
    color: #fff;
  }
  .powered {
    color: #fff;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .main-nav li {
    width: 100%;
  }

  .main-nav a {
    display: block;
    width: 100%;
    font-size: 17px;
    color: #fff;
  }

  .mobile-btn {
    display: block;
    margin-top: 15px;
  }

  .mobile-btn .btn {
    display: block;
    text-align: center;
  }
}

@media (min-width: 901px) {
  .mobile-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .logo img {
    width: auto;
    display: block;
  }
  .main-nav .mobile-btn a {
    font-size: 16px;
    color: #fff;
  }
  .hero-content h1 {
    font-size: 40px;

    width: 50%;
    margin: auto;
    margin-bottom: 30px;
  }
  .hero-content {
    padding: 30px 0px;
  }
  .hero-info-box {
    width: 80%;
  }
  .about-plumber {
    padding: 45px 0;
  }
  .about-badge {
    font-size: 13px;
  }
  .about-left h2 {
    font-size: 28px;
  }
  .about-left h3 span {
    font-size: 25px;
  }
  .about-left p {
    font-size: 16px;
  }
  .testimonials .container {
    display: block;
  }
  .testimonials {
    padding: 60px 0;
  }
  .testimonials__title {
    font-size: 32px;
  }
  .review-card--empty {
    display: none;
  }
  .testimonials__columns {
    margin-top: 25px;
  }
  .service-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service-content .icon {
    font-size: 23px;
  }
  .service-content p {
    font-size: 16px;

    text-align: left;
  }
  .service-link {
    font-size: 16px;
  }
  .service-link span {
    font-size: 20px;
  }
  .blog-heading h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .blog-content h3 {
    font-size: 19px;
  }
  .cta-image {
    width: 100%;
    height: 45%;
  }
  .cta-content {
    width: 100%;

    z-index: 2;
    top: 25%;
  }
  .cta-phone {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .cta-content h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .contact-title {
    justify-content: left;
    margin-bottom: 5px;
  }
  .contact-item {
    padding: 30px 20px 10px;
  }
  .contact-title h4 {
    font-size: 18px;
  }
  .contact-info-section {
    padding: 15px 0;
  }
  .contact-features li {
    justify-content: left;
  }
  .footer .footer-col.footer-about .footer-logo img {
    margin-right: auto;
    margin-left: 0;
  }
  .footer-col.first-ul {
    display: none;
  }

  .footer h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer-feature p {
    font-size: 16px;
    text-align: left;
  }
  .footer {
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .service-detail-content h4 {
    font-size: 18px;
  }
  .service-detail-content p {
    font-size: 16px;
    text-align: left;
  }
  .service-detail-image {
    height: 200px;
  }
  .repair-section .container {
    display: block;
  }
  .repair-section h2 {
    font-weight: 700;
    font-size: 27px;
  }
  .repair-section {
    padding: 60px 15px;
  }

  .repair-section .repair-right {
    padding: 30px;
  }

  .repair-section .repair-block h3 {
    font-size: 26px;
  }

  .repair-section .repair-list li {
    font-size: 16px;
    line-height: 1.7;
  }

  .repair-section .repair-block p {
    font-size: 16px;
  }

  .repair-section .repair-form-title {
    font-size: 28px;
  }
  .repair-section .repair-block {
    margin-top: 20px;
  }
  .repair-section .repair-form-title {
    font-size: 20px;
  }
  .repair-cta .container {
    display: block;
  }
  .repair-cta h2 {
    font-size: 20px;
  }
  .repair-cta .repair-cta-icon {
    width: 25px;
    height: 25px;
    margin-top: 0px;
  }
  .repair-cta p {
    font-size: 15px;
    text-align: left;
  }
  .repair-cta-btn-wrap {
    width: 45%;
    margin-top: 25px;
  }
  .repair-cta-btn {
    font-size: 15px;
    height: 42px;
  }
  .repair-booking.main-contact .repair-booking-form h2 {
    font-size: 25px;
  }
  .repair-booking-container {
    flex-direction: column-reverse;
  }
  .repair-booking-info h2 {
    font-size: 28px;
  }
  .repair-booking-info {
    min-height: 300px;
  }
  .repair-booking-info p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .repair-booking-info {
    padding: 30px 15px;
  }
}
