.highlight-box {
    margin-top: 20px;
    padding: 18px;
    border-radius: 14px;
}

/* INLINE BUTTON ROW */
.highlight-actions-inline {
    display: flex;
    gap: 16px;               /* space between buttons */
    align-items: center;
}

/* BUTTON BASE */
.highlight-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 12px 18px;
    border-radius: 10px;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;

    transition: all 0.3s ease;
}

/* BUTTON 1 */
.call-btn {
    background: #077cea;
    color: #fff;
}

.call-btn i {
    color: #fff;
}

/* BUTTON 2 */
.offer-btn {
    color: #0a0a0a;
    border: 1px solid #077cea;
}
.offer-btn:hover {
    color: #0a0a0a;
    border: 1px solid #077cea;
}
/* HOVER */
.highlight-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px #077cea;
}

/* MOBILE → STACK */
@media (max-width: 576px) {
    .highlight-actions-inline {
        flex-direction: column;
        align-items: stretch;
    }

    .highlight-btn {
        justify-content: center;
        width: 100%;
    }
}

.cleaning-hero {
    padding: 30px 0;
    background: #f9fafb;
}

.cleaning-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* IMAGE */
.cleaning-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* CONTENT */
.cleaning-content h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 18px;
    color: #0a0a0a;
}




.cleaning-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: justify; /* SEO-friendly readability */
    margin-bottom: 16px;
}

/* HIGHLIGHT CTA */
.highlight-box {
    margin-top: 20px;
    padding: 18px 22px;
    color: #fff;
    border-radius: 12px;
}

.highlight-box h3 {
    margin: 0 0 6px;
    font-size: 20px;
}

.highlight-box span {
    font-size: 16px;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {
    .cleaning-container {
        grid-template-columns: 1fr;
    }

    .cleaning-content h1 {
        font-size: 26px;
    }
}


    .section-heading {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

    /* Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 15px #2f80ed;
}

/* Image */
.card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Content */
.card-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

 

.advantages-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.advantages-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.advantages-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.advantages-content .intro {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.advantages-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.advantages-list li {
  margin-bottom: 12px;
  line-height: 1.6;
}

.advantages-list strong {
  color: #000;
}

.advantages-content .closing {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
  .advantages-wrap {
    grid-template-columns: 1fr;
  }

  .advantages-content h2 {
    font-size: 26px;
  }
}

            body {
                background-color: #f8f9fa;
            }

            .nav-link.active {
                background-color: #0d6efd;
                color: white !important;
                padding: 17px;
            }

            #map-frame {
                border: 0;
                width: 100%;
                height: 400px;
                /* fixed map height */
            }

            /* .location-description {
    min-height: 120px;
  } */
            /* Equal height for row on larger screens */
            @media (min-width: 768px) {
                .equal-height {
                    display: flex;
                    align-items: stretch;
                }

                /* Fixed sidebar width */
                .sidebar {
                    flex: 0 0 220px;
                    /* consistent width */
                    max-width: 220px;
                }

                .map-area {
                    flex: 1;
                    /* map takes remaining space */
                }

                .list-group {
                    height: 100%;
                    overflow-y: auto;
                }
            }

            /* On smaller screens, stack sidebar above map */
            @media (max-width: 767px) {
                .sidebar {
                    width: 100%;
                    /* full width on mobile */
                    margin-bottom: 20px;
                }

                #map-frame {
                    height: 300px;
                    /* shorter map for mobile */
                }
            }

            .list-group-item+.list-group-item {
                border-top-width: 0;
                padding: 17px;
            }

    .boutique-cards {
  background: #f7f9fc;
}

.boutique-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.boutique-header h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}

.boutique-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Grid */
.boutique-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* Card Base */
.boutique-card {
  padding: 30px 26px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .35s ease, box-shadow .35s ease;
}

.boutique-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 15px #2f80ed;
}

.boutique-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}

.boutique-card p {
  font-size: 14.5px;
  line-height: 1.7;
  text-align: justify;
  flex-grow: 1;
}

/* Card Colors */
.card-1 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }
.card-2 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }
.card-3 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }
.card-4 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }
.card-5 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }
.card-6 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }
.card-7 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }
.card-8 { background: linear-gradient(135deg, #1e88e5, #1e88e5); }

/* Responsive */
@media (max-width: 1200px) {
  .boutique-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .boutique-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .boutique-grid {
    grid-template-columns: 1fr;
  }

  .boutique-header h2 {
    font-size: 26px;
  }
}


    .faq-section {
  background: #f8fafc;
}

.faq-header {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.faq-header h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}

.faq-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* Accordion */
.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 22px;
  transition: transform .3s ease;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-answer p {
  padding: 0 24px 22px;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

/* Active */
.faq-item.active .faq-answer {
  max-height: 400px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 575px) {
  .faq-header h2 {
    font-size: 26px;
  }

  .faq-question {
    font-size: 15px;
  }
}
.faq-item {
  cursor: pointer;
}
   

