.service-hero {
  width: 100%;
  height: 800px;
  position: relative;
  background: url("../assets/images/service/hero_banner.webp") center/cover
    no-repeat;
}

.hero-floating-img {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 374px;
  height: 272px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
}

.hero-floating-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.page-spacing {
  height: 120px;
  width: 100%;
}

.service-main {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.service-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../assets/images/service/section_bg.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: -1;
  opacity: 0.05;
  pointer-events: none;
}

.service-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../assets/images/service/section_bg_2.webp");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
  pointer-events: none;
}

.service-container {
  width: 100%;
  padding: 80px 333px 0;
  box-sizing: border-box;
}

.service-intro-para {
  color: #515050;
  text-align: center;
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  max-width: 1188px;
  height: auto;
  margin: 0 auto 100px;
}

.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 100px;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row.reverse {
  flex-direction: row-reverse;
}

.service-text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-heading {
  color: #131d45;
  font-family: "Source Sans Pro";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
  width: 531px;
  height: 97px;
}

.service-para {
  color: #515050;
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  width: 674px;
}

.service-image-box {
  width: 520px;
  height: 452px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

.service-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.care-center-section {
  width: 100%;
  padding: 0px 0 100px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.care-center-title {
  color: #131d45;
  font-family: "Source Sans Pro";
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}

.care-cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 1398px;
  margin: 0 auto;
}

.care-card {
  width: 678px;
  height: 273px;
  border-radius: 8px;
  border: 1px dashed #515050;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 30px;
  box-sizing: border-box;
}

.care-card-img {
  width: 112px;
  height: 172px;
  flex-shrink: 0;
  object-fit: contain;
}

.care-card:nth-child(3) .care-card-img {
  filter: grayscale(100%);
}

.care-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.care-card-heading {
  color: #212121;
  font-family: "Source Sans Pro";
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.care-card-para {
  width: 446px;
  color: #515050;
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.care-contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 20px;
  margin-top: 10px;
}

.care-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.care-contact-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0);
}

.care-contact-text {
  color: #000;
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .hero-content,
  .care-cards-grid {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .service-container {
    padding: 80px 60px 0;
  }
  .service-row {
    gap: 60px;
  }
}

@media (max-width: 1024px) {
  .hero-content,
  .care-cards-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .service-container {
    padding: 60px 40px 0;
  }
  .hero-title {
    font-size: 48px;
  }
  .hero-floating-img {
    width: 280px;
    height: 200px;
    bottom: -50px;
  }
  .service-intro-para {
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    padding: 0 20px;
  }

  .service-row {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
  .service-row.reverse {
    flex-direction: column;
  }
  .service-text-box {
    align-items: center;
    text-align: center;
  }
  .service-heading {
    width: 100%;
    height: auto;
    font-size: 32px;
  }
  .service-para {
    width: 100%;
    font-size: 18px;
  }
  .service-image-box {
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  .care-card {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 40px;
    text-align: center;
  }
  .care-card-img {
    width: 80px;
    height: auto;
  }
  .care-card-para {
    width: 100%;
  }
  .care-contact-info {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-floating-img {
    display: none;
  }
  .page-spacing {
    height: 60px;
  }

  .service-main::before,
  .service-main::after {
    background-size: cover;
    background-position: center;
  }

  .service-container,
  .care-cards-grid {
    padding: 20px;
  }
  .service-intro-para {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 60px;
  }

  .service-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .service-para {
    font-size: 15px;
    line-height: 28px;
  }

  .service-image-box {
    height: 300px;
  }

  .care-center-section {
    padding: 40px 0 60px;
  }

  .care-center-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .care-card {
    padding: 30px 20px;
  }

  .care-card-heading {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .hero-title,
  .service-heading,
  .care-center-title {
    font-size: 22px;
  }
  .service-intro-para,
  .service-para,
  .care-card-para,
  .contact-text {
    font-size: 14px;
  }
  .care-card-heading {
    font-size: 18px;
  }
}
