.home-hero-conatiner {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 60px 30px;
}
.home-hero-text span {
  font-size: 12px;
}
.home-hero-text h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.08px;
  line-height: 45px;
}
.home-hero-text p {
  font-size: 14px;
}
.home-hero-text button {
  border-radius: 8px;
  background: #4475bf;
  color: #fafafa;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  margin-top: 46px;
}
.benefits-card {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 17px;
  height: 173px;
}
.benefits-card h3 {
  font-size: 17.071px;
  font-weight: 600;
  line-height: 21.613px;
  letter-spacing: -1.281px;
  font-family: "Poppins";
}
.benefits-card p {
  font-size: 9.312px;
  line-height: 15.368px;
}
.dream-section {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 83px 30px;
}
.dream-text .req-a-btn {
  border-radius: 8px;
  background: #4475bf;
  color: #fafafa;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.43px;
  padding: 13px 22px;
}
.form-section-container {
  border-radius: 24px;
  background: #eff5fd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 44px;
}
.long-description-container {
  border-radius: 24px;
  background: #eff5fd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.get-a-quote-conatiner {
  border-radius: 24px;
  background: #eff5fd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 44px;
}
.schedule-a-call-conatiner {
  border-radius: 30.4px;
  background: #c8deff;
  padding: 36px 51px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.schedule-a-call-conatiner h3 {
  text-align: center;
  font-size: 22.448px;
  font-weight: 600;
  line-height: 30.304px;
  letter-spacing: -0.673px;
}
.schedule-a-call-conatiner p {
  color: #1c1c1c;
  text-align: center;
  font-size: 15.713px;
  line-height: 26.937px;
}
.schedule-a-call-conatiner button,
.get-quote-submit button {
  color: #fafafa;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  border-radius: 10.133px;
  background: #4475bf;
  padding: 8px 27px;
}
.schedule-a-call-conatiner button:hover,
.get-quote-submit button:hover {
  border: 1px solid #4475bf;
  background-color: #ffff;
  color: #4475bf;
}
.cat-main-div {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.overlay-blue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(68, 117, 191, 0) 0%, #4475bf 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.cat-main-div:hover .overlay-blue {
  opacity: 1;
}

/* .cat-home-text {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  padding: 0 55px;
  color: white;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
} */
.cat-home-text {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 50px); /* Start 50px lower */
  text-align: left;
  padding: 0 55px;
  color: white;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.cat-main-div:hover .cat-home-text {
  opacity: 1; /* Fade in */
  transform: translate(-50%, 0); /* Slide to normal position */
}

.cat-home-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.cat-home-text p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

/* .cat-main-div:hover .cat-home-text {
  opacity: 1;
} */

.lower-cat {
  margin-top: 35px;
}
.footer-container {
  border-radius: 51px;
  background: var(--Foundation-Blue-Normal, #4b82d4);
  padding: 53px 76px;
}
.luxury-hero-conatiner {
  border-radius: 29px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0px 0px 50px;
}
/* .luxury-hero-text {
  margin-top: 150px;
} */
.luxury-hero-section {
  padding: 70px 0px 10px;
}
.quote-popup-text h5 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.96px;
}
.quote-popup-text p {
  font-family: Poppins;
  font-size: 14px;
  line-height: 24px;
}
.close {
  background-color: #e50000;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .one-stop-div {
    margin-top: 20px;
  }
  .benefits-card {
    margin: 16px;
  }
  section#mt_project {
    padding-top: 0px !important;
  }
  .on-mobile-m-3 {
    margin-top: 30px;
  }
  .all-hero-img {
    display: none;
  }
}
.slick-dots li button:before {
  background: #4475bf !important;
}
.slick-dots li.slick-active button:before {
  background: #4475bf !important;
}
