/* Navigation rules logic handled via flex-wrap on mobile instead of side-nav */

@media (max-width: 1600px) {
  .header {
    gap: 50rem;
  }

  .home-1 {
  }

  .home-img2 {
    width: 60rem;
  }

  .container {
    height: 79vh;
  }
}

@media (max-width: 1530px) {
  .header {
    gap: 50rem;
  }

  .home-1 {
    gap: 15rem;
  }

  .home-img2 {
    width: 57rem;
  }
}

@media (max-width: 1437px) {
  .header {
    gap: 49rem;
  }

  .home-img2 {
    width: 53rem;
  }
}

@media (max-width: 1300px) {
  .header {
    gap: 44rem;
  }

  .home-img2 {
    width: 51rem;
  }

  .section-home2 h1 {
    font-size: 30px;
  }

  .home-2 {
    gap: 5px;
  }

  .home-2 img {
    width: 50px;
  }

  .home-2 p strong {
    font-size: 17px;
  }

  .home-2 p {
    font-size: 14px;
  }
}

@media (max-width: 1260px) {
  .header {
    gap: 40rem;
  }

  .home-img2 {
    width: 48.5rem;
  }

  .container-all h1 {
    font-size: 2.3rem;
  }

  .footer {
    gap: 170px;
  }

  .logo1 {
    width: 28%;
    height: 28%;
  }

  .copyright {
    font-size: 1.5rem;
  }

  .link p {
    font-size: 1.8rem;
  }

  .link ul li a {
    font-size: 16px;
  }

  .link ul li {
    font-size: 14.5px;
  }

  .link ul li img {
    width: 12%;
    height: 12%;
  }
}

@media (max-width: 1220px) {
  .header {
    gap: 40rem;
  }

  .home-img2 {
    width: 49rem;
  }

  .logo {
    width: 28%;
    height: 28%;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .home-text h1 {
    font-size: 2rem;
  }

  .home-text p {
    font-size: 16px;
  }

  .home-img1 {
    width: 22rem;
    height: 19rem;
  }

  .btn:link,
  .btn:visited {
    font-size: 1rem;
    padding: 7px 1.19rem;
  }

  .btn--big2:link,
  .btn--big2:visited {
    padding: 0.25rem 2.5rem;
  }

  .btn--big:hover {
    padding: 4px 1rem;
  }
}

@media (max-width: 1200px) {
  .header {
    gap: 40rem;
  }

  .footer {
    gap: 150px;
  }

  .footer-img {
    width: 80%;
    height: 28%;
  }
}

@media (max-width: 1175px) {
  .logo1 {
    width: 25%;
    height: 25%;
  }

  .footer {
    gap: 160px;
  }

  .footer-img {
    width: 80%;
    height: 28%;
  }

  .copyright {
    font-size: 1.25rem;
  }
}

@media (max-width: 1080px) {
  .header {
    gap: 35rem;
  }

  .container-all h1 {
    display: flex;
    justify-content: center;
    margin-left: 10rem;
  }

  .logo1 {
    width: 25%;
    height: 25%;
  }

  .copyright {
    font-size: 1rem;
  }
}

@media (max-width: 980px) {
  .header {
    gap: 29rem;
    position: relative;
  }

  .logo {
    width: 28%;
    height: 28%;
  }

  .main-nav-link:link,
  .main-nav-link:visited {
    color: #3ec6ca;
    font-size: 1.2rem;
  }

  .main-nav-link:hover {
    background-color: #3ec6ca;
    color: #ffffff;
    padding: 9px 2.2rem;
  }

  .home-1 {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    gap: 0px;
  }

  .logo {
    width: 18%;
    height: 18%;
  }

  .home-img1 {
    width: 20rem;
    height: 17rem;
  }

  .home-img2 {
    display: none;
  }

  .home-text h1 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 4rem;
    letter-spacing: -0.5px;
  }

  .home-text p {
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
    letter-spacing: 0.5px;
  }

  .btn:link,
  .btn:visited {
    display: inline-block;
    text-decoration: none;
    font-weight: 650;
    letter-spacing: -0.5px;
    font-size: 1.2rem;
    padding: 9px 2.2rem;
    border-radius: 28px;
    margin-top: 30px;
    transition:
      transform 180ms ease,
      box-shadow 220ms ease;
  }

  .btn--big:link,
  .btn--big:visited {
    background-color: #3ec6ca;
    color: white;
    margin-left: 20px;
  }

  .btn--big2:link,
  .btn--big2:visited {
    background-color: white;
    color: #3ec6ca;
    border: 3px solid #3ec6ca;
    padding: 0.38rem 3.82rem;
  }

  .btn--big:hover {
    background-color: white;
    color: #3ec6ca;
    border: 3px solid #3ec6ca;
    padding: 6px 2rem;
    transform: translateY(-4px);
  }

  .btn--big2:hover {
    background-color: #3ec6ca;
    color: white;
    transform: translateY(-4px);
  }

  .btn:active {
    transform: translateY(1px);
  }

  .section-home2 {
    height: auto !important;
    padding: 40px 0;
  }

  .section-home2 h1 {
    font-size: 32px;
    font-weight: 900;
  }

  .home-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }

  .home-2 img {
    width: 45px;
    height: auto;
  }

  .home-2 p strong {
    font-size: 16px;
    font-weight: 800;
  }

  .home-2 p {
    font-size: 0.8rem;
    font-weight: 720;
  }

  .servicing h1 {
    font-size: 1.5rem;
    font-weight: 900;
  }

  .servicing span {
    color: #3ec6ca;
  }

  .servicing p {
    font-size: 15px;
    font-weight: 700;
  }

  .servicing a:link,
  .servicing a:visited {
    display: inline-block;
    text-decoration: none;
    font-weight: 650;
    letter-spacing: -0.5px;
    font-size: 0.9rem;
    padding: 9px 1.9rem;
    margin-top: 20px;
    border-radius: 28px;
    transition:
      transform 180ms ease,
      box-shadow 220ms ease;
  }

  .servicing a:link,
  .servicing a:visited {
    background-color: #3ec6ca;
    color: white;
  }

  .servicing a:hover {
    background-color: white;
    color: #3ec6ca;
    border: 3px solid #3ec6ca;
    padding: 6px 1.7rem;
    transform: translateY(-4px);
  }

  .servicing a:active {
    transform: translateY(1px);
  }

  .container-all h1 {
    display: flex;
    justify-content: center;
    margin-left: 10rem;
  }

  .container {
    height: 67vh;

    object-fit: cover;
  }

  .meal {
    box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
    border-radius: 20px;
    overflow: hidden;
  }

  .meal img {
    height: 12rem;
    object-fit: cover;
  }

  .meal-content {
    padding: 0.5rem;
    margin-right: 12px;
    color: #495057;
  }

  .meal-title {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .meal ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }

  .meal li {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .meal-icon {
    width: 1.6rem;
    height: 1.6rem;
    color: #3ec6ca;
  }

  .chair-price {
    display: flex;
    gap: 16px;
  }

  .chair-price a:link,
  .chair-price a:visited {
    display: inline-block;
    text-decoration: none;
    font-weight: 650;
    letter-spacing: -0.5px;
    font-size: 1rem;
    padding: 0px 2.5rem;
    margin-top: 20px;
    border-radius: 28px;
    transition:
      transform 180ms ease,
      box-shadow 220ms ease;
  }

  .chair-price a:link,
  .chair-price a:visited {
    background-color: #3ec6ca;
    color: white;
  }

  .chair-price a:hover {
    background-color: white;
    color: #3ec6ca;
    border: 3px solid #3ec6ca;
    padding: 0px 2.5rem;
    transform: translateY(-4px);
  }

  .servicing a:active {
    transform: translateY(1px);
  }

  .chair-price strong {
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: 20px;
  }

  .chair-price strong span {
    font-size: 1.1rem;
    font-weight: 800;
    margin-left: 5px;
  }

  .footer {
    gap: 110px;
  }

  .logo1 {
    width: 25%;
    height: 25%;
  }

  .copyright {
    font-size: 16px;
    font-weight: 750;
  }

  .link p {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.5px;
  }

  .link ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 2.8rem;
    letter-spacing: 0.8px;
  }

  .link ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    font-weight: 800;
    line-height: 2.8rem;
  }

  .link ul li img {
    width: 12%;
    height: 12%;
  }

  .footer-img {
    width: 80%;
    height: 28%;
  }

  @media (max-width: 890px) {
    .header {
      gap: 25rem;
    }

    .container {
      display: flex;
      justify-content: space-around;
      gap: 1rem;
      height: 67vh;

      object-fit: cover;
    }

    .container-all h1 {
      display: flex;
      justify-content: center;
      margin-left: 10rem;
    }

    .footer {
      gap: 100px;
    }
  }

  @media (max-width: 850px) {
    .header {
      gap: 22rem;
    }

    .footer {
      gap: 80px;
    }
  }
}

@media (max-width: 730px) {
  .header {
    gap: 15rem;
  }

  .footer {
    gap: 120px;
  }
}

@media (max-width: 730px) {
}

/* Clean Mobile Navigation - Keeps Links Visible */
@media (max-width: 790px) {
  .header {
    padding: 10px 5% !important;
    height: auto !important;
  }

  .header-inner {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
  }

  .main-nav {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 10px !important;
  }

  .main-nav-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .servicing h1 {
    font-size: 1.2rem;
  }

  .servicing p {
    font-size: 12px;
  }

  .servicing a:link,
  .servicing a:visited {
    font-size: 0.6rem;
    padding: 9px 1.5rem;
  }

  .servicing a:hover {
    padding: 6px 1.5rem;
  }

  .services img {
    width: 65%;
    height: auto;
  }

  .footer {
    gap: 50px;
  }

  .copyright {
    font-size: 14px;
    font-weight: 750;
  }

  .link p {
    display: inline-block;
    font-size: 1.39rem;
    font-weight: 800;
    letter-spacing: 0.5px;
  }

  .link ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 2.8rem;
    letter-spacing: 0.8px;
  }

  .link ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    font-weight: 800;
    line-height: 2.8rem;
  }
}

@media (max-width: 700px) {
  .header {
    gap: 14rem;
  }

  .footer {
    gap: 47px;
  }

  .copyright {
    font-size: 13px;
    font-weight: 750;
  }

  .link p {
    font-size: 1.1rem;
  }

  .link ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
  }

  .link ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 12px;
    font-weight: 800;
    line-height: 2.8rem;
  }
}

@media (max-width: 653px) {
  .header {
    gap: 13rem;
  }

  .cleaning-services {
    display: grid;
    grid-template-columns: repeat(1, 4fr);

    height: 70vh;
    align-items: center;
  }

  .services img {
    width: 50%;
    height: auto;
  }

  .container-all {
    height: 170vh;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140vh;
    gap: 40px;
  }

  .footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    height: 140vh;
  }

  .footer-img {
    display: none;
  }

  .logo1 {
    width: 32%;
    height: 32%;
    margin-top: 40px;
  }

  .copyright {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.5rem;
  }

  .link p {
    display: inline-block;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.5px;
  }

  .link ul li a {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 2.8rem;
    letter-spacing: 0.8px;
  }

  .link ul li {
    align-items: center;
    text-align: center;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 2.8rem;
  }
}

@media (max-width: 570px) {
  .header {
    position: absolute;
    gap: 11.6rem;
  }
}

@media (max-width: 570px) {
  .section-home2 h1 {
    font-size: 30px;
  }

  .section-home2 {
    height: 120vh;
  }

  .home-2 {
    display: grid;
    grid-template-columns: repeat(1, 4fr);
  }

  .container-all h1 {
    font-size: 2rem;
    margin: 0;
  }

  .copyright {
    font-size: 1rem;
  }

  .link p {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .header {
    gap: 10rem;
  }
}

@media (max-width: 435px) {
  .header {
    gap: 9rem;
  }
}

@media (max-width: 420px) {
  .home-img1 {
    width: 20rem;
    height: 17rem;
  }

  .home-text h1 {
    font-size: 2rem;
  }

  .home-text p {
    font-size: 16px;
  }

  .btn:link,
  .btn:visited {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn--big2:link,
  .btn--big2:visited {
    margin-left: 22px;
  }

  .cleaning-services {
    height: 50vh;
    margin-top: 10px;
  }
}

@media (max-width: 377px) {
  .header {
    gap: 8rem;
  }

  .section-home2 h1 {
    font-size: 28px;
  }
}

@media (max-width: 377px) {
  .header {
    gap: 6.5rem;
  }

  .copyright {
    font-size: 0.9rem;
  }
}

/* =========================================
   Modal Styles
   ========================================= */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  background: #ffffff;
  width: 95%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.modal-content::-webkit-scrollbar {
  width: 6px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.modal-header h2 {
  font-size: 1.5rem;
  color: #24323a;
}

.close-modal {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #888;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: #3ec6ca;
}

.booking-form .form-group {
  margin-bottom: 20px;
}

.booking-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #24323a;
}

.payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.payment-option {
  border: 2px solid #eee;
  padding: 15px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  background: #fff;
  color: #333;
  font-weight: 600;
}

.payment-option:hover {
  border-color: #3ec6ca;
  background: rgba(62, 198, 202, 0.05);
  transform: translateY(-3px);
}

.payment-option input[type="radio"] {
  accent-color: #3ec6ca;
  width: 18px;
  height: 18px;
}

@media (max-width: 480px) {
  .payment-methods {
    grid-template-columns: 1fr;
  }

  .modal-content {
    padding: 20px;
  }

  .modal-header h2 {
    font-size: 1.2rem;
  }
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #eee;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.booking-form input:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: #3ec6ca;
  background: rgba(62, 198, 202, 0.05);
}

.booking-form textarea {
  resize: none;
  height: 100px;
}

.submit-btn {
  width: 100%;
  margin-top: 10px;
  background-color: #3ec6ca;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #2ba9ad;
  transform: translateY(-2px);
}
