.domecare-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.domecare-heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.gg-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  margin-bottom: 50px;
}

.gg-heading {
  margin-bottom: 30px;
}

.gg-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gg-feature-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.gg-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.gg-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.gg-description {
  font-size: 14px;
  color: #555;
  flex-grow: 1;
}

.domecare-subheading {
  font-size: 16px;
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

.domecare-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.domecare-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.domecare-icon {
  font-size: 22px;
  min-width: 30px;
}

@media (max-width: 600px) {
  .domecare-list li {
    flex-direction: column;
    gap: 5px;
  }

  .domecare-icon {
    font-size: 20px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
}

.our-services img {
  height: 20rem !important;
}
.hero-section-container {
  padding: 0rem !important;
}

.custom-hr {
  border: none; /* Remove default styles */
  border-bottom: 2px solid black; /* 1px black line */
  width: 85%; /* Adjust width as needed */
  margin: 50px auto; /* Center it and add spacing */
  justify-content: center;
}












.swiper-container {
  margin-bottom: 50px !important;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.review-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid black;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 250px;
}
.reviewer {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.review-text {
  color: #555;
}
.stars {
  font-size: 24px;
  color: gold;
  margin-bottom: 10px;
}