.lets-btn img {
  margin-left: 8px;
}

.lets-btn {
  margin-left: 24px;
}

.right-navbar {
  margin-right: 0 !important;
}

/* about me section */

.about-me-section {
  margin-top: 96px;
}

.about-me-card {
  padding: 60px 70px;
  width: 699px;
  max-width: 100%;
  max-height: 449px;
  margin-right: -50px;
  border: 1px solid #ece8d9;
}

.about-me-card-title {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 49.48px;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
}

.about-me-card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--heading-text);
  margin-bottom: 40px;
}

.about-me-img {
  margin-right: 4px;
  max-width: 100%;
  width: 510px;
  height: 580px;
}

.contact-me-btn {
  width: 142px;
  height: 48px;
}

.learn-more-btn {
  width: 168px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 32px;
  padding-left: 32px;
}

.learn-more-btn-icon {
  margin-left: 24px;
}

/* swiper */
.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 100%;
  margin: 8px;
  height: 300px; /* Fixed height for all slides */
}

.swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintains aspect ratio while filling the container */
  padding: 8px;
  background: #ece8d9;
  object-position: top;
}

.slider-section {
  margin-top: 120px;
}

/* My interest section */

.my-interest-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.384px;
  color: var(--heading-text);
  margin-bottom: 44px;
}

.p-quote {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.92px;
  color: var(--heading-text);
  margin-bottom: 44px;
}

.p-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0384px;
  color: var(--heading-text);
}

.p-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.16%;
  color: var(--heading-text);
}

.my-interest-section {
  padding-left: 180px;
  padding-right: 180px;
  max-width: 85%;
}

.my-story-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 1.536px;
  color: var(--tertiary-color);
  margin-bottom: 44px;
}

.my-story-p-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.16%;
  max-width: 620px;
  color: var(--tertiary-color);
  margin-bottom: 44px;
}

.my-story-small-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.96px;
  color: var(--tertiary-color);
  margin-bottom: 12px;
}

.design-title {
  margin-top: 60px;
}

/* My story */

/* .my-story-section {
  margin-top: 120px;
} */

.my-story-img {
  max-width: 100%;
  height: 100%;
  max-height: 706px;
}

/* Contact me */

.contact-me-button-div button {
  margin-left: 69px;
  margin-right: 69px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: var(--bs-primary);
}

.contact-me-button-div button img {
  margin-bottom: 16px;
}

/* my experience modal */

.my-experience-modal-footer {
  border-top: 0;
  position: relative;
  margin-bottom: 48px;
  display: flex;
  justify-content: flex-start;
  padding-left: 80px;
}

.my-experience-modal-footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80%;
  border-top: 1px solid #cdcdcd;
}

/* Testimonia modal style */

.what-others-modal-description {
  color: #102226 !important;
}

/* what others  */

.what-others-section-sub-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.12px;
}

ul.what-others-section-description li {
  color: var(--black) !important;
}

.divider {
  width: 2px;
  height: 100px;
  background-color: var(--vertical-line-color);
}

/* Extra Small (0 - 575px) */
@media (max-width: 575px) {
  .my-interest-col {
    background-color: #ece8d9;
    background-size: cover;
    background-clip: content-box;
  }

  .images-square {
    top: 0;
    margin-top: 40px;
    position: relative;
  }

  .images-square-col {
    text-align: center;
  }

  .about-me-card {
    max-height: 100%;
  }

  .my-story-img-col {
    display: flex;
    justify-content: center;
  }

  .button-wrapper {
    /* flex-direction: column;
    gap: 16px;
    align-items: center; */
  }

  .about-me-card {
    padding: 16px;
  }
  .my-interest-section {
    padding: 16px;
    max-width: 100%;
  }
}

/* Small (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .my-interest-col {
    background-color: #ece8d9;
    background-size: cover;
    background-clip: content-box;
  }

  .images-square {
    top: 0;
    margin-top: 40px;
    position: relative;
  }

  .images-square-col {
    text-align: center;
  }

  .my-story-img-col {
    display: flex;
    justify-content: center;
  }

  .my-interest-section {
    padding: 16px;
    max-width: 100%;
  }
}

/* Medium (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .my-interest-col {
    background-color: #ece8d9;
    background-size: cover;
    background-clip: content-box;
  }

  .images-square {
    top: 0;
    margin-top: 40px;
    position: relative;
  }

  .images-square-col {
    text-align: center;
  }

  .my-story-img-col {
    display: flex;
    justify-content: center;
  }

  .my-interest-section {
    padding: 16px;
    max-width: 100%;
  }
}

/* Large (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-modal-content {
    max-width: 690px;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}

/* Extra Large (1200px and up) */
@media (min-width: 1200px) {
  .images-square-col img {
    max-width: 100%;
  }

  .testimonial-modal-content {
    max-width: 690px;
  }
}
