.heading {
  text-align: center;
  margin-bottom: clamp(1.25rem, 0.8708rem + 1.6181vw, 2.8125rem);
  position: relative;
}
.heading p {
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  line-height: normal;
}
.heading h2 {
  color: #4c3430;
  font-size: clamp(2.5rem, 1.8629rem + 2.7184vw, 5.125rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  line-height: 100%;
}
.heading h2 span {
  font-weight: 400;
  font-family: "Nothing You Could Do";
  line-height: 100%;
}
.section-services {
  padding: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem) 0;
}
.section-services .services-content .swiper-container {
  width: 100%;
  height: clamp(21.875rem, 16.1104rem + 24.5955vw, 45.625rem);
  overflow: hidden;
}
.section-services .services-content .swiper-container .swiper-wrapper {
  align-items: center;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  background: #9f7b69;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.6s ease, background 0.6s ease;
  flex-shrink: 0;
  overflow: hidden;
  height: clamp(21.875rem, 17.324rem + 19.4175vw, 40.625rem);
  position: relative;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active {
  height: clamp(21.875rem, 16.1104rem + 24.5955vw, 45.625rem);
  background: #9f7b69;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .servicesBg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .servicesBg
  img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cta-content {
  align-self: flex-end;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.25rem, 1.0376rem + 0.9061vw, 2.125rem)
    clamp(1.25rem, 0.6432rem + 2.589vw, 3.75rem);

  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  gap: 10px;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active
  .cta-content {
  visibility: visible;
  opacity: 1;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cta-content
  h3 {
  color: #4c3430;

  font-size: clamp(2.5rem, -0.306rem + 4.5259vw, 5.125rem);
  font-weight: 600;
  line-height: 100%;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cta-content
  a {
  border-radius: 4px;
  background: #fff;

  color: #9f7b69;

  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.24px;
  padding: clamp(0.875rem, 0.693rem + 0.7767vw, 1.625rem)
    clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  white-space: nowrap;
}
.section-services
  .services-content
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .cta-content
  a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.why-choose-us-contant {
  padding: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem) 0;
}

.why-choose-us-contant .why-choose-us-grid {
  display: flex;
  gap: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem);
  align-items: flex-end;
}

.why-choose-us-contant .why-choose-us-image {
  max-width: clamp(21.875rem, 16.7172rem + 22.0065vw, 43.125rem);
  width: 100%;
}

.why-choose-us-contant .why-choose-us-image img {
  width: 100%;
}

.why-choose-us-contant .why-choose-us-content {
  width: 100%;
}

/* ✅ Flex layout for cards */
.why-choose-us-contant .why-choose-us-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem)
    clamp(0.9375rem, 0.106rem + 1.7346vw, 2.1875rem);
}

/* ✅ Card styling */
.why-choose-us-contant .card {
  width: calc(33% - clamp(0.5rem, -0.0821rem + 1.2142vw, 1.375rem));
  /* Allows up to 3 per row */
  padding: 50px 20px 26px;
  border-radius: 10px;
  background: linear-gradient(343deg, #cbb29e 9.59%, #fff 104.91%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  height: auto;
}

/* Icon */
.why-choose-us-contant .card .icon {
  width: clamp(2.8125rem, 1.8147rem + 2.0815vw, 4.3125rem);
  height: clamp(2.8125rem, 1.8147rem + 2.0815vw, 4.3125rem);
  position: absolute;
  top: -20px;
  left: 10px;
}

/* Heading */
.why-choose-us-contant .card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}

/* Paragraph */
.why-choose-us-contant .card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-industries {
  padding: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem) 0;
}
.section-industries .section-industries-swiper {
  overflow: hidden;
}

.section-industries .section-industries-swiper .section-industries-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  transition: transform 0.3s ease;
}

.section-industries
  .section-industries-swiper
  .section-industries-grid
  .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  scroll-snap-align: start;
}

.section-industries
  .section-industries-swiper
  .section-industries-grid
  .section-industries-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.section-industries
  .section-industries-swiper
  .section-industries-grid
  .section-industries-card:hover {
  transform: translateY(-5px);
}

.section-industries
  .section-industries-swiper
  .section-industries-grid
  .section-industries-card
  img {
  width: 100%;
  height: auto;
  display: block;
}

.section-industries
  .section-industries-swiper
  .section-industries-grid
  .section-industries-card
  h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-block: 16px;
}

.section-industries
  .section-industries-swiper
  .section-industries-grid
  .section-industries-card
  p {
  color: #8c6c5f;
  font-weight: 500;
  line-height: normal;
}
.section-atelier {
  padding: clamp(3.75rem, -0.8929rem + 7.2545vw, 7.8125rem) 0;
}

.atelier-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1.875rem, 0.9648rem + 3.8835vw, 5.625rem);
}

.atelier-section__left,
.atelier-section__right {
  flex: 1;
}

.atelier-section__right {
  align-self: flex-end;

  display: flex;
  flex-direction: column;
}

.atelier-section__small-heading {
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.atelier-section__headline {
  color: #4c3430;
  font-size: clamp(1.375rem, 1.2233rem + 0.6472vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 10px;
}

.atelier-section__cta-button {
  display: inline-block;
  border-radius: 4px;
  background: #4c3430;
  color: #fff;
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-top: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  padding: clamp(1rem, 0.8483rem + 0.6472vw, 1.625rem)
    clamp(1.5rem, 1.3483rem + 0.6472vw, 2.125rem);
}

.atelier-section__slider {
  flex: 1;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atelier-section__slider-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(25rem, 7.1429rem + 27.9018vw, 40.625rem);

  max-width: 500px;
}

.atelier-section__slider-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease;
  border-radius: 250px 250px 0 0;
  background-size: cover;
  background-position: center;
}

.atelier-section__slider-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.atelier-section__right h3 {
  font-size: clamp(2.25rem, 2.0073rem + 1.0356vw, 3.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 81.6px */
}

.atelier-section__right p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  margin-top: 20px;
}

.atelier-section__slider-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.atelier-section__slider-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.atelier-section__slider-nav button {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #3d241d;
}

.atelier-section__progress {
  width: 100px;
  height: 2px;
  background: #eee;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}

.atelier-section__progress .bar {
  position: absolute;
  height: 100%;
  width: 33.33%;
  background: #4b2e28;
  transition: width 0.3s ease;
}

.section-testimonial {
  padding: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem) 0;
}
.section-testimonial .testimonial .testimonial__swiper {
  padding-top: clamp(0.625rem, 0.0182rem + 2.589vw, 3.125rem);
}

.section-testimonial .testimonial .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.section-testimonial .testimonial .swiper-slide {
  display: flex;
  height: auto;
}

.section-testimonial .testimonial .testimonial__card {
  background: #fff;
  border: 1px solid #9f7b69;
  padding: clamp(2.1875rem, 1.8689rem + 1.3592vw, 3.5rem)
    clamp(1.25rem, 1.2045rem + 0.1942vw, 1.4375rem)
    clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
  text-align: center;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.section-testimonial .testimonial .testimonial__quote {
  position: absolute;
  top: -40px;
  left: 20px;
  color: #9f7b69;
  font-size: 96.467px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-testimonial .testimonial .testimonial__message {
  line-height: 140%;
  margin-bottom: clamp(1.875rem, 1.6475rem + 0.9709vw, 2.8125rem);
}

.section-testimonial .testimonial .testimonial__name {
  font-weight: 700;
  margin-top: 45px;
  margin-top: auto;
}

.section-testimonial .testimonial .testimonial__position {
  margin-top: 5px;
}

.section-contact {
  padding: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem) 0;
  background-color: #cbb29e;
  position: relative;
}
.section-contact .backgroundBg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-contact .backgroundBg 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 .form-wrapper {
  margin-top: clamp(2rem, 1.6511rem + 1.4887vw, 3.4375rem);
  padding: clamp(1.25rem, 0.4915rem + 3.2362vw, 4.375rem)
    clamp(1.25rem, 0.0971rem + 4.9191vw, 6rem);
  border-radius: clamp(0.625rem, 0.3216rem + 1.2945vw, 1.875rem);
  background: linear-gradient(
    101deg,
    rgba(76, 52, 48, 0.3) -0.89%,
    rgba(255, 255, 255, 0.3) 78.74%
  );
  position: relative;
}
.section-contact .contact-content .form-wrapper h3 {
  color: #fff;
  font-size: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  margin-bottom: clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
}
.section-contact .contact-content .form-wrapper .fitout-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.section-contact .contact-content .form-wrapper .fitout-form .form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 1.0376rem + 0.9061vw, 2.125rem);
}

.section-contact .contact-content .form-wrapper .fitout-form .form-half {
  flex: 1 1 calc(50% - 17px);
}

.section-contact .contact-content .form-wrapper .fitout-form .form-full {
  flex: 1 1 100%;
}

.section-contact .contact-content .form-wrapper .fitout-form input,
.section-contact .contact-content .form-wrapper .fitout-form textarea,
.section-contact .contact-content .form-wrapper .fitout-form select {
  width: 100%;
  padding: clamp(0.9375rem, 0.801rem + 0.5825vw, 1.5rem)
    clamp(0.9375rem, 0.6796rem + 1.1003vw, 2rem);
  border: none;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  border-radius: clamp(0.25rem, 0.1893rem + 0.2589vw, 0.5rem);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #000;
}

.section-contact .contact-content .form-wrapper .fitout-form textarea {
  min-height: 150px;
  resize: vertical;
}

.section-contact .contact-content .form-wrapper .fitout-form .form-submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.section-contact
  .contact-content
  .form-wrapper
  .fitout-form
  .form-submit
  button {
  color: #fff;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  border-radius: 4px;
  background: #4c3430;
  padding: clamp(0.9375rem, 0.8617rem + 0.3236vw, 1.25rem);
  width: calc(50% - 17px);
}

.section-contact
  .contact-content
  .form-wrapper
  .fitout-form
  .form-submit
  button:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  transition: 0.3s ease-in-out;
}
.footer {
  background-color: #4c3430;
  padding-block: clamp(1.875rem, 0.9648rem + 3.8835vw, 5.625rem)
    clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}

.footer .footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem);
}

.footer .footer__top .footer__left h2 {
  color: #fff;
  font-size: clamp(3.75rem, 3.5376rem + 0.9061vw, 4.625rem);
  font-weight: 700;
  line-height: 100%;
}

.footer .footer__top .footer__links {
  display: flex;
  gap: clamp(1.25rem, -8.125rem + 10.4167vw, 4.375rem);
  flex: 1;
  justify-content: center;
}

.footer .footer__top .footer__links h3 {
  color: #fff;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 600;
  line-height: 100%; /* 20px */
  margin-bottom: 14px;
}

.footer .footer__top .footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer .footer__top .footer__links ul li {
  color: #fff;
}
.footer .footer__top .footer__links ul li a {
  text-decoration: none;
}
.footer .footer__top .d-social {
  display: flex;
  flex-direction: column;
}
.footer .footer__top .d-social .footer__social {
  margin-top: auto;
  display: flex;
  gap: 18px;
}

.footer .footer__top .d-social .footer__social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__top .d-social .footer__social a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.footer__chat button {
  border: none;
  padding: 12px 66px;
  cursor: pointer;
  color: #4c3430;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.3s ease-in-out;
}
.footer__chat button:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.footer__logo {
  margin-bottom: 50px;
}

.footer__logo img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
}

.footer__bottom {
  border-top: 1px solid #c1cebd;
  padding-top: 38px;
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer__bottom p {
  margin: 0;
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
}

.footer__credit {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.footer__credit img {
  height: 18px;
}
