* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  position: relative;
}

.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  width: 450px;
  padding: 1.3rem 2rem;
  height: 58vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.modal {
  z-index: 10000000;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  border: none;
}

.modal-form {
  display: flex;
  flex-direction: column;
  width: 450px;
  height: auto;
  margin: auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.btn-close {
  padding: 0.5rem 0.6rem;
  background: #eee;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-heading p {
  font-size: 1.3rem;
  color: #97762e;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sub-heading {
  align-self: flex-start;
  font-size: 1rem;
  color: #777;
  font-weight: 400;
  max-width: 320px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.user-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1rem;
  width: 100%;
}

.user-form span {
  color: red;
}

.user-form-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.user-form-container label {
  color: #303030;
  font-weight: 500;
}

.user-form-container input {
  padding: 0.7rem 1rem;
  border-radius: 5px;
  font-size: 0.9em;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px;
  width: 100%;
  outline: none;
  height: 40px;
}

.button-container {
  align-self: center;
  margin-top: 1rem;
}

.submit-btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  background-color: #97762e;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error-text {
  color: red;
  font-weight: 500;
}

.success_text {
  color: green !important;
  font-weight: 500;
}

.terms-and-condition {
  align-self: flex-end;
  margin-top: -1.6rem;
}

.terms-and-condition span {
  color: #777;
  font-size: 0.6rem;
}

@media (max-width: 568px) {
  .modal-form {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 2rem;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal-heading p {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .sub-heading {
    font-size: 0.8rem;
    max-width: 100%;
  }

  .user-form-container label {
    font-size: 0.8rem;
  }

  .user-form-container input {
    padding: 0.4rem 1rem;
  }

  .error-text {
    font-size: 0.8rem;
  }

  .submit-btn {
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 1rem;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {

  font-size: 16px;
}

.container {
  width: 100%;
  /* max-width: 1140px; */
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.section-title {
  color: var(--primary-text);
  text-align: center;
  font-size: 40px;

  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--secondary-text);
}
.section-title::after {
  left: unset;
  right: 25%;
}
.testimonial-section {
  padding-top: 82px;
  padding-bottom: 72px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}


.swiper-slide {
    text-align: center;
    border-radius: 40px;
    padding: 30px 23px;
    background: var(--theme-color); /* Original background color */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effects */
}

.swiper-slide:hover {
    background: var(--hover-color, #564608); /* Change to a different color on hover */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Add a shadow effect on hover */
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: #d9d9d9;
  background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(https://img.freepik.com/premium-photo/studio-shot-handsome-indian-businessman-against-white-background_251136-81770.jpg?semt=ais_hybrid);
}

.testimonial-img.tm-img-2::before {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfeNPvdhwbEEuboXIGjrD8_r5dacTqaQYGRnGRbtzTSjEY2sKwshWSwwB1jJMCS52xjGs&usqp=CAU);
}

.testimonial-img.tm-img-3::before {
  background-image: url(https://www.shutterstock.com/image-photo/happy-young-indian-business-woman-260nw-118729360.jpg);
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}

