.section-what-we-do {
  padding-block: clamp(2.1875rem, 1.7476rem + 1.877vw, 4rem)
    clamp(2.125rem, 0.8204rem + 5.5663vw, 7.5rem);
  position: relative;
}
.section-what-we-do .wwdBg-parent {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section-what-we-do .wwdBg-parent img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.section-what-we-do .what-we-do-content .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}
.section-what-we-do .what-we-do-content .top > div {
  width: 50%;
}
.section-what-we-do .what-we-do-content .top .text h2 {
  color: #000;
  font-family: "Playfair Display";
  font-size: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
  font-weight: 700;
  line-height: 115%;
}
.section-what-we-do .what-we-do-content .top .text {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}
.section-what-we-do .what-we-do-content .top .text p {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  line-height: 150%; /* 27px */
}
.section-what-we-do .what-we-do-content .top .image {
  display: flex;
  justify-content: flex-end;
}
.section-what-we-do .what-we-do-content .top .image img {
  max-width: 575px;
  width: 100%;
}
.section-what-we-do .what-we-do-content .bottom {
  position: relative;
  min-height: 876px;
  padding-block: clamp(5.375rem, 4.2221rem + 4.9191vw, 10.125rem)
    clamp(0rem, -2.6429rem + 4.1295vw, 2.3125rem);

  display: flex;
  align-items: center;
  justify-content: center;
}
.section-what-we-do .what-we-do-content .bottom .wwdBg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section-what-we-do .what-we-do-content .bottom .wwdBg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.section-what-we-do .what-we-do-content .bottom .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 68px;
}
.section-what-we-do .what-we-do-content .bottom .bottom-content > div {
  width: 50%;
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .image {
  display: flex;
  flex-direction: column;
  max-width: 605px;
  width: 100%;
}
.section-what-we-do
  .what-we-do-content
  .bottom
  .bottom-content
  .image
  picture:last-child {
  align-self: flex-end;
  position: relative;
  margin-top: -30px;
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .image img {
  max-width: clamp(18.1875rem, 14.9563rem + 13.7864vw, 31.5rem);
  width: 100%;
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .text {
  display: flex;
  flex-direction: column;
  gap: 35px;

  max-width: 705px;

  width: 100%;
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .text h3 {
  color: #000;
  font-family: "Playfair Display";
  font-size: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
  font-weight: 700;
  line-height: 115%; /* 55.2px */
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .text p {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  line-height: 150%; /* 27px */
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .text ul {
  display: flex;
  gap: clamp(1.875rem, 1.2985rem + 2.4595vw, 4.25rem);
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .text ul li {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
}
.section-what-we-do
  .what-we-do-content
  .bottom
  .bottom-content
  .text
  ul
  li
  svg {
  width: clamp(5rem, 4.9242rem + 0.3236vw, 5.3125rem);
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .text ul li h4 {
  color: #000;
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  font-weight: 600;
}
.section-what-we-do .what-we-do-content .bottom .bottom-content .text ul li p {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  line-height: 150%; /* 27px */
}
.section-services {
  padding: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem) 0;
  background: #f4f3f6;
}
.section-services .heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(3.75rem, 3.1432rem + 2.589vw, 6.25rem);
}
.section-services .heading h2 {
  color: #000;
  font-family: "Playfair Display";
  font-size: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
  font-weight: 600;
  line-height: 115%; /* 55.2px */
}
.section-services .heading h2 p {
  color: #583360;
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
  font-weight: 700;
  line-height: 115%; /* 23px */
}
.section-services .btn {
  max-width: fit-content;
  width: 100%;
  margin: clamp(2.5rem, 2.1966rem + 1.2945vw, 3.75rem) auto 0;
}
.section-services .section-services-swiper {
  overflow: hidden;
}

.section-services .section-services-swiper .section-services-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  transition: transform 0.3s ease;
}

.section-services
  .section-services-swiper
  .section-services-grid
  .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  scroll-snap-align: start;
}

.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card {
  transition: transform 0.2s ease;
  border-radius: 35.523px;
  border: 0px solid #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 1.1359rem + 1.5534vw, 3rem);
  padding: clamp(2.8125rem, 2.2057rem + 2.589vw, 5.3125rem) 20px;
}

.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card:nth-child(odd) {
  background-color: #894f95;
}
.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card:nth-child(even) {
  background-color: #ffffff;
}
.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card:nth-child(2) {
  background-color: transparent;
  background-image: url("../images/house.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 3.774px 35.85px rgba(0, 0, 0, 0.15));
}

.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card
  img,
.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card
  svg {
  width: clamp(5rem, 3.9381rem + 4.5307vw, 9.375rem);
  height: clamp(5rem, 3.9381rem + 4.5307vw, 9.375rem);
}

.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card
  h3 {
  text-align: center;
  font-size: clamp(0.75rem, 0.568rem + 0.7767vw, 1.5rem);
  font-weight: 600;
  text-transform: capitalize;
}

.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card:nth-child(odd)
  h3 {
  color: #ecddaa;
}
.section-services
  .section-services-swiper
  .section-services-grid
  .section-services-card:nth-child(even)
  h3 {
  color: #874d80;
}

.section-services .section-services-swiper + .swiper-progress-bar {
  height: 8px;
  width: 100%;
  background: hsla(290, 30.7%, 44.7%, 0.3);
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.section-services
  .section-services-swiper
  + .swiper-progress-bar
  > .swiper-progress-fill {
  height: 100%;
  width: 0%;
  background: #894f95;
  transition: width 0.3s ease;
}
.section-hiw {
  padding-block: clamp(4.6875rem, 4.3083rem + 1.6181vw, 6.25rem);
}

.section-hiw .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.section-hiw .heading span {
  color: #894f95;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  line-height: clamp(1.0625rem, 0.926rem + 0.5825vw, 1.625rem); /* 133.333% */
  letter-spacing: clamp(0.1rem, 0.0939rem + 0.0259vw, 0.125rem);
  text-transform: capitalize;
}
.section-hiw .heading h2 {
  color: #000;
  font-family: "Playfair Display";
  font-size: clamp(2.5rem, 2.2269rem + 1.165vw, 3.625rem);
  font-weight: 700;
  line-height: clamp(2.75rem, 2.4163rem + 1.4239vw, 4.125rem); /* 114.943% */
}

.section-hiw .heading p {
  color: #894f95;
  font-family: "DM Sans";
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  line-height: clamp(1.1875rem, 0.8689rem + 1.3592vw, 2.5rem); /* 166.667% */
}

.section-hiw .heading a {
  margin-top: 20px;
  max-width: 254px;
  width: 100%;
}
.section-hiw .hiw-list {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-hiw .hiw-list li {
  max-width: 386px;
  width: 100%;
  border-radius: 20px;
  min-height: clamp(0rem, -13.9745rem + 59.6244vw, 39.6875rem);

  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  gap: clamp(0.9375rem, 0.7858rem + 0.6472vw, 1.5625rem);
  padding: clamp(1.4375rem, 1.3313rem + 0.4531vw, 1.875rem)
    clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);

  transition: ease 0.8s;
}

.section-hiw .hiw-list li:nth-child(odd) {
  background: #894f95;
  margin-top: 90px;
}
.section-hiw .hiw-list li:nth-child(even) {
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
}

.section-hiw .hiw-list li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-hiw .hiw-list li .top p {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 600;
  line-height: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem); /* 133.333% */
}
.section-hiw .hiw-list li .top span {
  font-family: "DM Sans";
  font-size: clamp(4.6875rem, 4.3083rem + 1.6181vw, 6.25rem);
  font-weight: 700;
  line-height: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
}
.section-hiw .hiw-list li:nth-child(odd) .top p {
  color: #e7e2de;
}
.section-hiw .hiw-list li:nth-child(odd) .top span {
  color: rgba(255, 255, 255, 0.15);
}
.section-hiw .hiw-list li:nth-child(even) .top p {
  color: #894f95;
}
.section-hiw .hiw-list li:nth-child(even) .top span {
  color: rgba(59, 19, 71, 0.15);
}

.section-hiw .hiw-list li .middle img {
  width: 100%;
  border-radius: clamp(0.75rem, 0.6742rem + 0.3236vw, 1.0625rem);
}

.section-hiw .hiw-list li .bottom p {
  max-width: 318px;
  width: 100%;
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  line-height: 115%; /* 20.7px */
}
.section-hiw .hiw-list li:nth-child(odd) .bottom p {
  color: #e7e2de;
}
.section-hiw .hiw-list li:nth-child(even) .bottom p {
  color: #894f95;
}

.section-hiw .hiw-seamless {
  margin-top: clamp(5.9375rem, 5.179rem + 3.2362vw, 9.0625rem);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* .section-hiw .hiw-seamless > div {
  width: 50%;
} */

.section-hiw .hiw-seamless .text {
  max-width: 705px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-hiw .hiw-seamless .text h3 {
  color: #000;
  font-family: "Playfair Display";
  font-size: clamp(2rem, 1.7573rem + 1.0356vw, 3rem);
  font-weight: 700;
  line-height: 115%; /* 55.2px */
}

.section-hiw .hiw-seamless .image {
  max-width: 670px;
  width: 100%;
}
.section-hiw .hiw-seamless .image img {
  width: 100%;
  border-radius: clamp(1.4375rem, 1.1189rem + 1.3592vw, 2.75rem);
}
.section-commitments {
  background: #f4f3f6;
  padding-block: clamp(5rem, 3.6044rem + 5.9547vw, 10.75rem)
    clamp(3.125rem, 2.5182rem + 2.589vw, 5.625rem);

  overflow: hidden;
  position: relative;
}
.section-commitments:before {
  content: "";
  position: absolute;
  width: 50%;
  background: #f4f3f6;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.section-commitments .commitments-content {
  display: flex;
  gap: 40px;
}
.section-commitments .commitments-content > div {
  width: 50%;
}
.section-commitments .commitments-content .left {
  position: relative;
  z-index: 2;
}
.section-commitments .commitments-content .left img {
  border-radius: clamp(1.125rem, 0.7306rem + 1.6828vw, 2.75rem);
  max-width: clamp(17.009125rem, 11.1102rem + 25.1685vw, 41.3125rem);
  height: clamp(22.3125rem, 14.5607rem + 33.0744vw, 54.25rem);
}
.section-contact {
  padding-block: clamp(5.125rem, 4.2603rem + 3.6893vw, 8.6875rem)
    clamp(2.6875rem, 1.747rem + 4.0129vw, 6.5625rem);
}
.section-contact .contact-content {
  border-radius: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  background: #894f95;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(1.25rem, -0.1911rem + 6.1489vw, 7.1875rem)
    clamp(1.8125rem, 1.1147rem + 2.9773vw, 4.6875rem);
  padding-block: clamp(1.875rem, 1.1924rem + 2.9126vw, 4.6875rem)
    clamp(1.25rem, 0.4157rem + 3.5599vw, 4.6875rem);
  gap: 43px;
}
.section-commitments .commitments-content .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-commitments .commitments-content .right h2 {
  color: #000;
  font-family: "Playfair Display";
  font-size: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
  font-weight: 700;
  line-height: 115%; /* 55.2px */
}
.section-commitments .commitments-content .right p {
  color: #583360;
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  line-height: 150%; /* 27px */
}
.section-contact .contact-content .contactBg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-commitments .commitments-content .right .commitment-swiper {
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: stretch;
}
.section-commitments
  .commitments-content
  .right
  .commitment-swiper
  .commitment-swiper-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 13.3px 0px rgba(0, 0, 0, 0.1);

  padding: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem)
    clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);

  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: clamp(1.25rem, 1.1742rem + 0.3236vw, 1.5625rem);
  text-align: center;
  height: auto;
}
.section-commitments
  .commitments-content
  .right
  .commitment-swiper
  .commitment-swiper-card
  svg {
  margin: 0 auto;
  width: clamp(4.375rem, 4.0716rem + 1.2945vw, 5.625rem);
  height: clamp(4.375rem, 4.0716rem + 1.2945vw, 5.625rem);
}
.section-commitments
  .commitments-content
  .right
  .commitment-swiper
  + .swiper-progress-bar {
  height: 8px;
  width: 100%;
  background: hsla(290, 30.7%, 44.7%, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.section-commitments
  .commitments-content
  .right
  .commitment-swiper
  + .swiper-progress-bar
  > .swiper-progress-fill {
  height: 100%;
  width: 0%;
  background: #894f95;
  transition: width 0.3s ease;
}
.section-contact .contact-content .contactBg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.section-contact .contact-content .text-cont {
  max-width: 441px;
  color: #fff;
  position: relative;
}
.section-contact .contact-content .text-cont h2 {
  font-family: "Playfair Display";
  font-size: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
  font-weight: 600;
  line-height: clamp(2.4375rem, 2.1948rem + 1.0356vw, 3.4375rem);
}
.section-contact .contact-content .text-cont p {
  max-width: 407px;
  width: 100%;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  line-height: 115%; /* 23px */
  margin-top: 20px;
}
.section-contact .contact-content .text-cont ul {
  margin-top: 34px;
  display: flex;
  gap: 35px;
}
.section-contact .contact-content .text-cont ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px; /* 120% */
  text-decoration: underline;
  white-space: nowrap;
}
.section-contact .contact-content .form-cont {
  position: relative;
  max-width: 456px;
  width: 100%;
}
.section-contact .contact-content .form-cont form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section-contact .contact-content .form-cont form .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.section-contact .contact-content .form-cont form .form-control {
  width: 100%;
}
.section-contact .contact-content .form-cont form .form-control input,
.section-contact .contact-content .form-cont form .form-control textarea {
  width: 100%;
  background-color: #fff;
  padding: 22px 18px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.section-contact
  .contact-content
  .form-cont
  form
  .form-control
  input::placeholder,
.section-contact
  .contact-content
  .form-cont
  form
  .form-control
  textarea::placeholder {
  color: rgba(59, 19, 71, 0.41);
}
.section-contact .contact-content .form-cont form .form-control textarea {
  min-height: 130px;
}

.section-contact .contact-content .form-cont form .btn-form {
  width: 100%;
  background-color: #d2ad82;
  padding: 22px 18px;
  border-radius: 10px;

  color: #894f95;
  font-size: 20px;
  font-weight: 600;
  line-height: 16.575px; /* 82.873% */
  transition: 0.3s ease-in-out;
}

.section-contact .contact-content .form-cont form .btn-form:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

.section-testimonials {
  padding-block: clamp(2.6875rem, 1.747rem + 4.0129vw, 6.5625rem)
    clamp(3.59375rem, 2.7518rem + 3.5922vw, 7.0625rem);
  overflow: hidden;
  position: relative;
}
.section-testimonials:before {
  content: "";
  position: absolute;
  width: 50.5%;
  background: #fcfeff;
  background: linear-gradient(
    90deg,
    rgba(252, 254, 255, 1) 90%,
    rgba(46, 48, 50, 0) 100%
  );
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.section-testimonials:after {
  content: "";
  position: absolute;
  width: 10%;
  background: #fcfeff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.section-testimonials .testimonials-content {
  display: flex;
  gap: 40px;
}
.section-testimonials .testimonials-content > div {
  width: 50%;
}
.section-testimonials .testimonials-content .left {
  position: relative;
  z-index: 3;
  padding-block: 20px;
}
.section-testimonials .testimonials-content .left img {
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 0px 22.4px 0px rgba(0, 0, 0, 0.1);
}
.section-testimonials .testimonials-content .left h2 {
  max-width: 659px;
  width: 100%;
  margin-top: 30px;
  color: #000;
  font-family: "Playfair Display";
  font-size: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 55.2px */
}
.section-testimonials .testimonials-content .left span {
  color: #4f1e4b;
}
.section-testimonials .testimonials-content .right .testimonial-swiper {
  overflow: visible;
}
.section-testimonials
  .testimonials-content
  .right
  .testimonial-swiper
  .testimonial-swiper-wrapper {
  display: flex;
}
.section-testimonials
  .testimonials-content
  .right
  .testimonial-swiper
  .testimonial-swiper-wrapper
  .testimonial-swiper-card {
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 4px 34.7px 0px rgba(0, 0, 0, 0.1);
  padding: clamp(1.75rem, 1.5528rem + 0.8414vw, 2.5625rem)
    clamp(1.375rem, 0.9806rem + 1.6828vw, 3rem);
}

.section-testimonials
  .testimonials-content
  .right
  .testimonial-swiper
  .testimonial-swiper-wrapper
  .testimonial-swiper-card
  p {
  color: #3b1347;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 23px */
}

.section-testimonials
  .testimonials-content
  .right
  .testimonial-swiper
  .testimonial-swiper-wrapper
  .testimonial-swiper-card
  .name {
  display: flex;
  gap: 44px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.section-testimonials
  .testimonials-content
  .right
  .testimonial-swiper
  .testimonial-swiper-wrapper
  .testimonial-swiper-card
  .name
  svg {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.section-testimonials
  .testimonials-content
  .right
  .testimonial-swiper
  .testimonial-swiper-wrapper
  .testimonial-swiper-card
  .name
  p {
  color: #8c2da8;
  font-size: 24px;
  line-height: 115%; /* 27.6px */
}
.section-faq {
  padding-block: clamp(3.59375rem, 2.7518rem + 3.5922vw, 7.0625rem)
    clamp(4.6875rem, 2.7913rem + 8.0906vw, 12.5rem);
}
.section-faq .container {
  max-width: 1023px;
}
.section-faq .faq-content h2 {
  color: #000;
  text-align: center;
  font-family: "Playfair Display";
  font-size: clamp(2.25rem, 1.9466rem + 1.2945vw, 3.5rem);
  font-weight: 700;
  line-height: clamp(2.4375rem, 2.0279rem + 1.7476vw, 4.125rem); /* 117.857% */
  margin-bottom: 40px;
}
.faq-content .faq-item:nth-child(2) {
  border-top: 1px solid rgba(59, 19, 71, 0.5);
}
.section-faq .faq-item {
  background: #ffffff;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(59, 19, 71, 0.5);
  overflow: hidden;
}

.section-faq .faq-question {
  padding: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem) 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: none;
  width: 100%;
  text-align: left;
  transition: none;
  position: relative;

  color: #583360;
  font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
  font-weight: 700;
  line-height: clamp(1.375rem, 1.284rem + 0.3883vw, 1.75rem); /* 135.714% */
}

.section-faq .faq-question:hover {
  background: #ffffff;
}

.section-faq .faq-question.active {
  padding-bottom: 20px;
}

.section-faq .faq-icon-container {
  margin-left: 16px;
  flex-shrink: 0;
}

.section-faq .faq-icon {
  width: clamp(1.4375rem, 1.21rem + 0.9709vw, 2.375rem);
  height: clamp(1.4375rem, 1.21rem + 0.9709vw, 2.375rem);
  transition: all 0.3s ease;
  color: #666666;
}

.section-faq .icon-open {
  display: block;
}

.section-faq .icon-close {
  display: none;
}

.section-faq .faq-question.active .icon-open {
  display: none;
}

.section-faq .faq-question.active .icon-close {
  display: block;
}

.section-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #ffffff;
  padding: 0;
}

.section-faq .faq-answer.active {
  max-height: 300px;
  padding-bottom: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}

.section-faq .faq-answer p {
  margin: 0;
  color: #583360;
  max-width: 785px;
  width: 100%;
  padding-right: 30px;
}
.section-footer {
  background: #894f95;
  border-radius: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem)
    clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem) 0px 0px;
}
.section-footer .footer-top {
  padding-block: clamp(1.875rem, 1.4806rem + 1.6828vw, 3.5rem) 40px;
  display: flex;
  gap: 53px;
  justify-content: space-between;
}
.section-footer .footer-top .left {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5625rem, 1.0316rem + 2.2654vw, 3.75rem);
  align-items: center;
}
.section-footer .footer-top .left .footer-logo {
  max-width: 260px;
  width: 100%;
}

.section-footer .footer-top .left ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.0625rem, 1.017rem + 0.1942vw, 1.25rem);
}
.section-footer .footer-top .left ul li a {
  display: inline-block;
}
.section-footer .footer-top .left ul li a img {
  width: clamp(2.375rem, 2.2233rem + 0.6472vw, 3rem);
  height: clamp(2.375rem, 2.2233rem + 0.6472vw, 3rem);
}
.section-footer .footer-top .left ul li a:hover {
  transform: translateY(-5px);
}

.section-footer .footer-top .right {
  display: flex;
  gap: clamp(2.8125rem, 2.2816rem + 2.2654vw, 5rem);
  flex-wrap: wrap;
}

.section-footer .footer-top .right ul {
  max-width: 302px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.section-footer .footer-top .right ul li {
  color: #fff;

  /* Paragraph */
  font-family: "DM Sans";
  font-size: clamp(0.75rem, 0.6893rem + 0.2589vw, 1rem);
  line-height: clamp(1.3125rem, 1.2063rem + 0.4531vw, 1.75rem); /* 175% */
}
.section-footer .footer-top .right ul li.title {
  color: #d2ad82;
  font-family: "DM Sans";
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  font-weight: 700;
  line-height: clamp(2.0625rem, 1.8956rem + 0.712vw, 2.75rem); /* 183.333% */
}
.section-footer .footer-top .right ul li a {
  display: flex;
  gap: 12px;
}
.section-footer .footer-top .right ul li a svg {
  flex-shrink: 0;
  width: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  height: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
}

.section-footer .footer-bottom {
  margin: 0 clamp(0.9375rem, 0.4066rem + 2.2654vw, 3.125rem);
  padding-block: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem)
    clamp(2.625rem, 2.3519rem + 1.165vw, 3.75rem);
  border-top: solid 1px rgba(255, 255, 255, 0.5);

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.section-footer .footer-bottom .left p {
  color: #e7e2de;
  font-family: "DM Sans";
  font-size: clamp(0.75rem, 0.7197rem + 0.1294vw, 0.875rem);
  line-height: 24px; /* 171.429% */
}

.section-footer .footer-bottom .middle {
  width: clamp(13.25rem, 12.4763rem + 3.301vw, 16.4375rem);
}

.section-footer .footer-bottom .right {
  margin-left: auto;
}
