@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400&display=swap');

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  background: #FCF4F2;
}

.banner .container {
  display: flex;
}

.banner-content {
  flex: 1 1 400px;
  position: relative;
}

.banner-content h1 {
  font-family: 'Righteous';
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  line-height: 65px;
  color: #000000;
  margin-bottom: 20px;
}

.banner-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #909090;
  margin-bottom: 30px;
}

.action-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

.girl-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.doodle {
  position: absolute;
  left: 38%;
  bottom: 30%;
}

@media (max-width: 1024px) {
  .doodle {
    bottom: 10%;
    max-width: 150px;
  }
}

.btn {
  background-color: #C9193C;
  width: 169px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: white;
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.banner-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-image img {
  max-width: 100%;
  height: auto;
}

.banner-img-sm {
  display: none;
}

.banner-img-md {
  display: block;
}

@media (max-width: 768px) {
  .banner {
    padding: 0 40px;
    gap: 0;
    flex-direction: column-reverse;
    text-align: left;
  }

  .banner .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .banner-image {
    flex: none;
    margin-top: 0;
  }

  .banner-content {
    flex: none;
  }

  .banner-content h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .btn {
    font-size: 14px;
  }

  .action-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .girl-image {
    display: none;
  }

  .banner-img-sm {
    display: block;
  }

  .banner-img-md {
    display: none;
  }

  .doodle {
    display: none;
  }
}


.subscription-section-container {
  margin-top: 40px;
}

.about-section {
  background-color: #fff;
  margin-top: 40px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
}

.about-text {
  flex: 1 1 500px;
}

.about-label {
  display: inline-block;
  color: #FC9011;
  font-family: 'DM Sans';
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
}

.about-title {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 0 0;
  letter-spacing: -0.5px;
  font-family: 'Righteous';
}

.about-description {
  font-size: 1rem;
  color: #646464;
  margin-bottom: 30px;
  line-height: 2;
  font-family: 'DM Sans';
  font-weight: 400;
}

.about-btn {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #E42A53;
  color: #E42A53;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  transition: none;
  font-size: 1rem;
  font-family: 'DM Sans';
}

.about-image-wrapper {
  border-radius: 30px;
  padding: 10px;
  display: flex;
  justify-content: end;
  align-items: end;
}

.about-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {

  .about-image {
    width: 100%;
  }

  .about-section,
  .about-image-wrapper {
    padding: 0;
  }

  .about-container {
    flex-direction: column-reverse;
    gap: 10px;
    text-align: center;
  }

  .about-text {
    padding: 0 10px;
    flex: none;
  }

  .about-title {
    font-size: 28px;
  }

  .about-btn {
    margin: 0 auto;
  }

  .about-label {
    display: none;
  }
}

.testimonials-box {
  position: relative;
  width: 100%;
  min-height: 550px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "DM Sans";
}

.testimonial.overlap {
  position: absolute;
  width: 471px;
  height: 170px;
}

.testimonial .icon-quote {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 110px;
  left: 431px;
}

.testimonial .div {
  position: absolute;
  width: 471px;
  height: 115px;
  top: 0;
  left: 0;
}

.testimonial .div.fst::before {
  content: '';
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FFF6F8 0%, rgba(240, 249, 248, 0) 100%);
  z-index: 9;
}

.testimonial .text-wrapper {
  position: absolute;
  width: 343px;
  top: 0;
  left: 128px;
  font-weight: 400;
  font-size: 16px;
  color: #8e8f8f;
  font-weight: 400;
  line-height: 28.8px;
  font-family: 'Ubuntu', sans-serif;
}

.testimonial .fst .text-wrapper {
  margin-top: -7px;
}

.testimonial .testimonial-card-review-1 {
  /* opacity: 0.5; */
  /* background: linear-gradient(to bottom, #fff 0%, #ee0979 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}


.testimonial .image {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 35px;
  left: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .top-rectangle {
  position: absolute;
  width: 471px;
  height: 94px;
  top: 24px;
  left: 0;
  background: linear-gradient(180deg, #FFF6F8 0%, rgba(240, 249, 248, 0) 100%);
  z-index: -1;
}

.testimonial .middle-rectangle {
  position: absolute;
  width: 471px;
  height: 94px;
  top: 30px;
  left: 0;
  background: linear-gradient(180deg, #FFF6F8 0%, rgba(240, 249, 248, 0) 100%);
  z-index: -1;
}

.middle-rectangle.light {
  background: white
}

.testimonial .bottom-rectangle {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -40px;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 233, 232, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.bottom-rectangle .pink {
  background: linear-gradient(180deg, rgba(240, 249, 248, 0) 0%, rgba(255, 233, 232, 0.8) 100%);
}

.testimonial .text-wrapper-2 {
  position: absolute;
  margin-top: 10px;
  top: 103px;
  left: 128px;
  font-weight: 700;
  font-size: 16px;
  color: #323232;
  font-family: "DM Sans";
}

.testimonial .text-wrapper-3 {
  margin-top: 4px;
  position: absolute;
  top: 135px;
  left: 128px;
  font-size: 14px;
  color: #646464;
  font-weight: 700;
  font-family: "DM Sans";
}

.testimonial.top {
  top: 24px;
  left: 0;
}

.testimonial.middle {
  top: 180px;
  left: 30px;
  margin-top: 40px;
}

.testimonial.bottom {
  top: 340px;
  left: 0;
  margin-top: 80px;
}

.testimonial .testimonial-card-reviewer {
  opacity: 0.5;
}


/* Right Side */
.right-side {
  width: 40%;
  padding-left: 600px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-side .tag {
  color: #E42A53;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'DM Sans';
}

.right-side .heading {
  font-size: 48px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
  font-family: 'Righteous';
}

.right-side .description {
  font-size: 16px;
  color: #646464;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'DM Sans';
}

.right-side .feedback-count {
  font-size: 16px;
  color: #323232;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'DM Sans';
}

.right-side .feedback-count span {
  color: #E42A53;
  font-weight: 700;
  font-size: 22px;
  font-family: 'DM Sans';
}

.right-side .see-more {
  width: fit-content;
  padding: 16px 32px;
  font-size: 16px;
  background: none;
  border: 1px solid #E42A53;
  color: #E42A53;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'DM Sans';
  font-weight: 500;
}

.download-section {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.download-wrapper {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.apple-icon {
  margin-left: 10px;
}

/* Content Left */
.download-content {
  flex: 1 1 480px;
  order: 1;
  margin-left: 100px;
}

.download-label {
  text-transform: uppercase;
  color: #E42A53;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'DM Sans';
}

.download-title {
  font-size: 40px;
  font-weight: 400;
  margin: 12px 0 20px;
  font-family: 'Righteous';
}

.download-desc {
  font-size: 1rem;
  line-height: 2;
  color: #646464;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}


/* Phone Right */
.download-phone {
  flex: 1 1 480px;
  display: flex;
  justify-content: center;
  order: 2;
}

.download-phone img {
  max-width: 100%;
  height: auto;
}

/* ✅ Responsive Fix */
@media (max-width: 768px) {

  .testimonial.middle {
    margin-top: 20px;
  }

  .testimonial.bottom {
    margin-top: 20px;
  }

  .download-section {
    margin-top: 0;
  }

  .download-title {
    font-size: 28px;
  }

  .download-desc {
    font-size: 14px;
  }

  .download-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .download-content {
    order: 2;
    flex: none;
    margin-left: 0;
    text-align: center;
    padding: 0 20px;
  }

  .download-phone {
    order: 1;
  }

  .download-buttons img {
    width: 30%;
  }

  .apple-icon {
    margin-left: 5px;
  }
}

@media (max-width: 576px) {
  .download-buttons img {
    width: 45%;
  }
}

.testimonial.testimonial-content-md {
  display: block;
}

.testimonial.testimonial-content-sm {
  display: none;
}

/* Base styles (default for all) */
.testimonials-section-padding {
  padding-left: 20px;
  padding-right: 20px;
}


/* Small tablets and up (≥ 641px) */
@media (min-width: 641px) {
  .testimonials-section-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Medium tablets and up (≥ 768px) */
@media (min-width: 768px) {
  .testimonials-section-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Large tablets and small desktops (≥ 1024px) */
@media (min-width: 1024px) {
  .testimonials-section-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* Extra large desktops (≥ 1440px) */
@media (min-width: 1440px) {
  .testimonials-section-padding {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media (max-width: 768px) {
  .testimonials-box {
    display: flex;
    flex-direction: column;
  }

  .right-side {
    order: -1;
    /* Move to top */
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .testimonial.overlap {
    order: 0;
    /* Default order for testimonials */
  }

  .testimonial.overlap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .testimonial .div {
    position: relative;
    width: 100%;
    height: auto;
  }

  .testimonial .text-wrapper {
    position: static;
    font-size: 14px;
    line-height: 24px;
    margin-left: 100px;
    margin-right: 10px;
    width: auto;
  }

  .testimonial .testimonial-content-md {
    display: none;
  }

  .testimonial .testimonial-content-sm {
    display: block;
  }

  .testimonial .image {
    position: absolute;
    left: 0;
    top: 20px;
    width: 60px;
    height: 60px;
  }

  .testimonial .middle-image {
    left: 30px !important;
  }

  .testimonial .icon-quote {
    position: absolute;
    top: 90px;
    right: 10px;
    left: auto;
  }

  .testimonial .top-rectangle,
  .testimonial .middle-rectangle,
  .testimonial .bottom-rectangle {
    width: 100%;
    height: 100px;
    left: 0;
  }

  .testimonial .top-rectangle {
    top: 5px;
  }

  .testimonial .text-wrapper-2,
  .testimonial .text-wrapper-3 {
    position: static;
    margin-left: 100px;
    margin-top: 5px;
  }

  .testimonial.top,
  .testimonial.middle,
  .testimonial.bottom {
    top: auto;
    left: auto;
  }

  .testimonial .bottom-rectangle {
    height: 100%;
    bottom: -60px;
  }

  .right-side {
    padding-top: 10px;
  }

  .right-side .heading {
    font-size: 28px;
  }

  .right-side .description {
    font-size: 14px;
  }
}