* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.service-dropdown {
  position: relative;
}
a {
  text-decoration: none;
}

.service-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 80%;
  left: 0;
  background: #fff;
  min-width: 220px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 999;
}

.service-dropdown:hover .dropdown-menu {
  display: block;
}

.service-dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 18px;
  color: #333;
  font-size: 14px;
  transition: background 0.3s;
}

.service-dropdown .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #000;
}

.hero-section {
  background: #0aacea;
  padding: 80px 0;
  color: #fff;
  /* overflow: hidden; */
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #2b7cf6;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 25px;
  position: relative;
}

.offer-badge strong {
  background: #2b7cf6;
  color: #fff;
  padding: 4px 10px;
  margin-left: 10px;
  border-radius: 3px;
  font-weight: 600;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content .stats {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}

.callback-link {
  color: #212529;
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  background: #ffffff;
  transition: all 0.3s ease;
}

.callback-link:hover {
  transform: translateX(5px);
  background-color: white;
  border: 1px solid white;
}

.hero-image-wrapper {
  position: relative;
}

.image-box {
  position: relative;
  margin-left: auto;
}

.hero-img {
  border-radius: 10%;
}

.price-tag {
  position: absolute;
  top: 40px;
  right: -20px;
  background: #fff;
  color: #2b7cf6;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  border-left: 4px solid #db1b87;
  border-radius: 4px;
}

.section-wrapper {
  padding: 60px 15px;
  background-color: #f9f9f9;
}

.laundry-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.laundry-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.icon-overlay {
  position: absolute;
  bottom: 0px;
  right: -5px;
  top: 50%;
  background-color: #db1b87;
  padding: 0px;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 100px;
  border: 7px solid #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 333;
  transform: translateY(-50%);
  height: 80px;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}

.section-text {
  font-size: 1rem;
  color: #555;
}

.faq-section {
  max-width: 900px;
  margin: 50px auto;
}
.accordion-button:focus {
  box-shadow: none;
}

.faq-bg {
  background-color: #f9f9f9;
  padding: 1px;
}
.footer-section {
  background-color: #0aacea;
}

.footer-logo {
  max-width: 160px;
  img {
    width: 100%;
  }
}

.footer-text {
  font-size: 14px;
  color: #555;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.footer-list li a {
  text-decoration: none;
  color: #555;
}

.footer-list li a:hover {
  color: #ffffff;
}

.highlight {
  color: #ff8c00 !important;
  font-weight: 600;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #000;
}

.social-icons a:hover {
  color: #ff8c00;
}

.qr-img {
  max-width: 160px;
  margin-top: 10px;
}

.booking-section {
  background: #ffffff;
}

.booking-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.hover-effect {
  transition: 0.3s ease-in-out;
}

.hover-effect:hover {
  transform: translateY(-5px);
}
.booking-title {
  color: #e11d8f;
  font-weight: 700;
  margin-bottom: 5px;
}

.booking-subtitle {
  color: #555;
  margin-bottom: 30px;
  font-size: 15px;
}

.form-label {
  font-weight: 500;
  font-size: 14px;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #e11d8f;
}

.submit-btn {
  background: #d91c8e;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
}

.submit-btn:hover {
  opacity: 0.9;
  color: #ffffff;
  background-color: #0aacea;
}

.stats-section {
  background: linear-gradient(180deg, #eaf7ff, #f3fbff);
}

.stats-small-title {
  color: #1e90ff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 10px;
}

.stats-title {
  font-weight: 700;
  font-size: 28px;
}

.stat-item {
  padding: 15px;
}

.stat-icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.stat-item h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 5px;
}

.stat-item p {
  font-size: 13px;
  font-weight: 600;
  color: #1e90ff;
  margin: 0;
}
.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}

.contact-box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.contact-box h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.contact-box p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.social-box {
  flex-direction: column;
  align-items: flex-start;
}

.social-icons {
  display: flex;
  gap: 15px;
  padding-top: 10px;
}

.social-icons img {
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease;
}

.map-section {
  margin-bottom: -10px;
}

.booking-section {
  background: linear-gradient(120deg, #f7faff, #eef3ff);
}

.info-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #5f9cff, #6a5cff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 26px;
}
.info-content {
  width: 80%;
}

.info-content h6 {
  margin: 0;
  font-weight: 600;
}

.info-content p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.social-card {
  background: #0aacea;
  color: #fff;
  padding: 25px;
  border-radius: 18px;
}

.social-icons {
  display: flex;
  gap: 18px;
  margin-top: 12px;
}

.social-icons img {
  /* filter: brightness(0) invert(1); */
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.2);
}

.booking-card {
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.booking-title {
  text-align: center;
  font-weight: 700;
}

.booking-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
}

.custom-input {
  border-radius: 12px;
  padding: 12px;
}

.submit-btn {
  background: #5f9cff;
  color: #fff;
  padding: 14px;
  border-radius: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
}
.social-div {
  padding: 0px 0px 50px 0;
}

.height {
  height: 100%;
}

.social-icons img:hover {
  transform: scale(1.15);
}
.social-icon-circle {
  padding: 5px;
  background-color: #f8f7f7;
  border-radius: 10%;
}

.contact-width {
  width: 100%;
}

.contact-imag {
  width: 100%;
}

.info-content {
  flex: 1;
}

.copy-write {
  padding: 21px 0;
  background: #0aacea;
  border-top: 1px solid white;
}

.modal {
  --bs-modal-width: 500px !important;
}

.modal .modal-body {
  padding: 0px !important;
}
.booking-titlee {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .image-box {
    margin: 40px auto 0;
  }

  .image-box img {
    border-radius: 20px;
  }

  .price-tag {
    right: 0;
  }

  .icon-overlay {
    max-width: 70px;
    padding: 10px;
  }
  .footer-section {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
  .booking-card {
    padding: 25px 20px;
  }
  .stats-title {
    font-size: 22px;
  }

  .stat-item h3 {
    font-size: 22px;
  }
}

/* =======================
   Location Page Styling
======================= */ /* HERO IMAGE */
.hero-img {
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.loca-hero-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* PROCESS CARD IMAGES */
.process-img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
}

/* SERVICE IMAGES */
.service-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* TESTIMONIAL IMAGE */
.review-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 3px solid #db1b87;
}

/* General hover for cards */
.loca-card:hover,
.loca-services .row > div:hover {
  cursor: pointer;
}

.icon-check-list {
  list-style: none;
  padding: 0;
}

.icon-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 14px 18px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.icon-check-list i {
  color: #198754;
  font-size: 20px;
}

.noida-map {
  width: 100%;
  height: auto;
}
.footer-bottom {
  position: relative;
  z-index: 1;
}

/* service-1  */
:root {
  --primary-color: #4a6fa5;
  --secondary-color: #ff6b6b;
  --accent-color: #6bcf7f;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.6;
}

.hero-section {
  background: linear-gradient(rgb(10 172 234 / 54%), rgba(74, 111, 165, 0.8)),
    url(https://images.unsplash.com/photo-1603575448878-868a20723f5d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.hero-section h1,
.hero-section h2 {
  color: white;
  border-left: none;
  font-size: 30px;
}

.hero-section h2 {
  font-weight: 300;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #ff5252;
  border-color: #ff5252;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 30px;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.feature-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(74, 111, 165, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-icon i {
  font-size: 30px;
  color: var(--primary-color);
}

.service-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  height: 100%;
}

.service-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card img {
  height: 200px;
  object-fit: cover;
}

.service-card .card-body {
  padding: 25px;
}

.service-card h4 {
  color: var(--primary-color);
}

.how-it-works {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.step-card {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.step-number {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
}

.faq-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.accordion-button {
  font-weight: 500;
  padding: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(74, 111, 165, 0.05);
  color: var(--primary-color);
}

.service-areas {
  background-color: #0aacea;
  color: white;
  padding: 60px 0;
}

.service-areas h2 {
  color: white;
  border-left-color: var(--secondary-color);
}

.area-badge {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px 20px;
  margin: 5px;
  display: inline-block;
}

.footer {
  background-color: var(--dark-color);
  color: white;
  padding: 60px 0 30px;
}

.footer a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: white;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  transition: all 0.3s;
}

.social-icons a:hover {
  background-color: var(--secondary-color);
  transform: translateY(-5px);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}

.cta-section {
  background: linear-gradient(rgba(74, 111, 165, 0.9), rgba(74, 111, 165, 0.9)),
    url("https://images.unsplash.com/photo-1582735689369-4fe89db7114c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  color: white;
  border-left: none;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--primary-color) !important;
}

.navbar-brand span {
  color: var(--secondary-color);
}

.nav-link {
  font-weight: 500;
  margin: 0 5px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }

  .hero-section {
    padding: 60px 0;
  }
}
