.heading-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(1.25rem, 0.8333rem + 0.8681vw, 1.875rem);
  margin-bottom: clamp(1.875rem, 1.0417rem + 1.7361vw, 3.125rem);
}
.heading-wrapper span {
  display: inline-block;

  color: #2b2507;
  font-size: clamp(1.25rem, 1rem + 0.5208vw, 1.625rem);
  font-weight: 600;
  line-height: 90%; /* 23.4px */
  position: relative;
  z-index: 1;
}
.heading-wrapper span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-image: url(../images/heading-paint.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.heading-wrapper h2 {
  color: #000;
  font-size: clamp(2rem, 0.75rem + 2.6042vw, 3.875rem);
  font-weight: 600;
  line-height: 90%; /* 55.8px */
  width: 100%;
}
.heading-wrapper p {
  color: #000;
  font-size: clamp(1rem, 0.75rem + 0.5208vw, 1.375rem);
  font-weight: 400;
  line-height: 110%; /* 24.2px */
  width: 100%;
}
.heading-wrapper.dark h2 {
  color: #0c0b0b;
  font-size: 36px;
  font-weight: 700;
  line-height: 111%;
  position: relative;
  z-index: 1;
  width: max-content;
}
.heading-wrapper.dark h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 100%;
  background-image: url(../images/paint-why-choose-us.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.heading-wrapper.dark p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%; /* 24.2px */
}

/* Lender Partners Section */
.section-lender-partners {
  padding-block: clamp(2.1875rem, 1.3542rem + 1.7361vw, 3.4375rem)
    clamp(2.8125rem, 0.9375rem + 3.9063vw, 5.625rem);
  border-radius: clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem)
    clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem) 0px 0px;
  background: #f2eccf;
  overflow: hidden;
}

.section-lender-partners .lender-partners-content {
  text-align: center;
}

.section-lender-partners .lender-partners-content h2 {
  color: #2b2507;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 110%; /* 28.6px */

  margin-bottom: clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem);
}

.section-lender-partners .lender-partners-content h2 span {
  display: inline-block;
  position: relative;
}
.section-lender-partners .lender-partners-content h2 span::before {
  content: "";
  position: absolute;
  background-image: url(../images/80bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 51.451px;
  height: 41.461px;
}

/* Logo Container */
.section-lender-partners .lender-partners-content .lender-logos {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-lender-partners
  .lender-partners-content
  .lender-logos
  .lender-logos__track {
  display: flex;
  align-items: center;
  gap: clamp(2.1875rem, -0.5208rem + 5.6424vw, 6.25rem);
  animation: slide-left 30s linear infinite;
  will-change: transform;
}
.section-lender-partners .lender-partners-content .lender-logos--right {
  margin-top: clamp(0.9375rem, 0.1042rem + 1.7361vw, 2.1875rem);
}
.section-lender-partners
  .lender-partners-content
  .lender-logos--right
  .lender-logos__track {
  animation: slide-right 30s linear infinite;
}

/* Hover stop animation */
.section-lender-partners
  .lender-partners-content
  .lender-logos:hover
  .lender-logos__track {
  animation-play-state: paused;
}

/* Individual Logo */
.section-lender-partners
  .lender-partners-content
  .lender-logos
  .lender-logos__track
  .lender-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-lender-partners
  .lender-partners-content
  .lender-logos
  .lender-logos__track
  .lender-logo
  svg {
  opacity: 1;
  transition: all 0.3s ease;
  height: clamp(2.1875rem, 0.7292rem + 3.0382vw, 4.375rem);
  width: auto;
}

.section-lender-partners
  .lender-partners-content
  .lender-logos
  .lender-logos__track
  .lender-logo:hover
  svg {
  opacity: 1;
  transform: scale(1.05);
}
.section-loan-solutions {
  padding-block: clamp(2.5rem, 0.8333rem + 3.4722vw, 5rem)
    clamp(3.4375rem, 1.1458rem + 4.7743vw, 6.875rem);
  background: #f2eccf;
  overflow: hidden;
}
.section-loan-solutions .heading-wrapper p {
  max-width: 981.957px;
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card {
  position: relative;
  height: 392px;
  border-radius: 20px;
  background: none;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* Remove the overlay */
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card-overlay {
  display: none;
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  background: none;
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card-inner {
  width: 100%;
  padding: 0 20px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.4, 2, 0.6, 1);
  pointer-events: auto;
  gap: clamp(0.625rem, 0.4167rem + 0.434vw, 0.9375rem);
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card-inner h3 {
  color: #fff;
  font-size: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
  font-weight: 600;
  line-height: 90%; /* 43.2px */
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card-inner p {
  color: #fff;
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  font-weight: 550;
  line-height: 125%; /* 25px */
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .ls-card-btn {
  margin-top: 0;
  width: 100%;
  border-radius: 100px;
  font-weight: 600;
  background: #cab644;
  color: #151515;
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  font-weight: 400;
  line-height: 125%; /* 25px */

  padding: 16px;
  text-align: center;
  display: none;
}
.section-loan-solutions
  .loan-solutions-content
  .ls-wrapper
  .ls-card:hover
  .ls-card-inner {
  transform: translateY(-16px);
}
.section-loan-solutions
  .loan-solutions-content
  .ls-wrapper
  .ls-card:hover
  .ls-card-btn {
  display: block;
  margin-top: clamp(0.3125rem, 0.1875rem + 0.2604vw, 0.5rem);
}

.section-loan-solutions .loan-solutions-content .ls-wrapper .bg-img-1,
.section-loan-solutions .loan-solutions-content .ls-wrapper .bg-img-2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: opacity 0.8s ease;
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .bg-img-1 {
  opacity: 1;
  z-index: 1;
  transition: none; /* No transition needed for the base image */
}
.section-loan-solutions .loan-solutions-content .ls-wrapper .bg-img-2 {
  opacity: 0;
  z-index: 2;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.section-loan-solutions
  .loan-solutions-content
  .ls-wrapper
  .ls-card:hover
  .bg-img-2 {
  opacity: 1;
}

/* Place all .section-property-development styles here, after .section-loan-solutions */
.section-property-development {
  padding-block: clamp(2.5rem, 1.0417rem + 3.0382vw, 4.6875rem)
    clamp(4.6875rem, 1.5625rem + 6.5104vw, 9.375rem);
  border-radius: 0px 0px clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem)
    clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem);
  background: #f2eccf;
  overflow: hidden;
}
.section-property-development .heading-wrapper h2 {
  max-width: 1162px;
}
.section-property-development .heading-wrapper p {
  max-width: 1070px;
}
.section-property-development .property-development-content .pd-wrapper {
  width: 100%;
}
.section-property-development .pd-swiper .swiper-wrapper {
  /* grid styles moved to responsive.css */
}
.section-property-development .pd-swiper .swiper-slide {
  /* width override moved to responsive.css */
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card {
  position: relative;
  height: 392px;
  border-radius: 20px;
  background: none;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  background: none;
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card-inner {
  width: 100%;
  padding: 0 20px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.4, 2, 0.6, 1);
  pointer-events: auto;
  gap: clamp(0.625rem, 0.4167rem + 0.434vw, 0.9375rem);
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card-inner
  h3 {
  color: #fff;
  font-size: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
  font-weight: 600;
  line-height: 90%;
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card-inner
  p {
  color: #fff;
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  font-weight: 550;
  line-height: 125%;
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card-btn {
  margin-top: 0;
  width: 100%;
  border-radius: 100px;
  font-weight: 600;
  background: #cab644;
  color: #151515;
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  font-weight: 400;
  line-height: 125%;
  padding: 16px;
  text-align: center;
  display: none;
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card:hover
  .pd-card-inner {
  transform: translateY(-16px);
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .pd-card:hover
  .pd-card-btn {
  display: block;
  margin-top: clamp(0.3125rem, 0.1875rem + 0.2604vw, 0.5rem);
}
.section-property-development
  .property-development-content
  .pd-wrapper
  .bg-img-1 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  opacity: 1;
  z-index: 1;
}
.section-calculator {
  padding: clamp(3.125rem, 1.0417rem + 4.3403vw, 6.25rem) 0;
}

/* Heading */
.section-calculator .heading h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.875rem, 1.125rem + 1.5625vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
}

/* Calculator wrapper */
/* Note box-sizing: content-box so width applies only to content — padding is extra */
.section-calculator .calculator-content {
  position: relative;
  max-width: 650px; /* iframe content width */
  width: 100%;
  box-sizing: content-box;
  margin: clamp(2.1875rem, 0.7292rem + 3.0382vw, 4.375rem) auto 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* Spinner */
.section-calculator .calculator-content .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px; /* center */
  border: 6px solid rgba(0, 0, 0, 0.1); /* light-grey track */
  border-top: 6px solid #cab644; /* gold accent */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Iframe styling */
.section-calculator .calculator-content iframe.VisiCalcClass {
  width: 100%; /* fills the 650px content box */
  height: 560px;
  border: none;
  overflow: hidden;
  padding: 20px;
}
.section-why-us {
  padding-block: clamp(2.5rem, 0.625rem + 3.9063vw, 5.3125rem)
    clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem);
}
.section-why-us .heading-wrapper.dark p {
  max-width: 912.487px;
}

.section-why-us .why-us-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
  grid-auto-rows: 1fr;
}

.section-why-us .why-us-card {
  background: #fff;
  border-radius: clamp(0.625rem, 0.2083rem + 0.8681vw, 1.25rem);
  padding: clamp(1.5625rem, 0.5208rem + 2.1701vw, 3.125rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.9375rem, 0.5208rem + 0.8681vw, 1.5625rem);
}

.section-why-us .why-us-icon {
  width: clamp(3.125rem, 1.9583rem + 2.4306vw, 4.875rem);
  height: clamp(3.125rem, 1.9583rem + 2.4306vw, 4.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-why-us .why-us-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-why-us .why-us-title {
  color: #2b2507;
  font-size: clamp(2rem, 1.3333rem + 1.3889vw, 3rem);
  font-weight: 550;
  line-height: 110%; /* 52.8px */
}

.section-why-us .why-us-desc {
  color: #2b2507;
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  font-weight: 400;
  line-height: 110%; /* 22px */
}
.section-expertise-highlight {
  background: #cdba4e;
  padding-block: clamp(3.125rem, 2.0833rem + 2.1701vw, 4.6875rem);
}
.section-expertise-highlight .expertise-highlight-content {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, -1.0417rem + 6.0764vw, 6.25rem);
  justify-content: space-between;
}
.section-expertise-highlight .expertise-highlight-image,
.section-expertise-highlight .expertise-highlight-info {
  width: 50%;
}
.section-expertise-highlight .expertise-highlight-image img {
  width: 100%;
  height: clamp(21.875rem, 7.2917rem + 30.3819vw, 43.75rem);
  object-fit: cover;
  border-radius: 20px;
}
.section-expertise-highlight .expertise-highlight-info h2 {
  color: #151515;
  font-size: clamp(2.5rem, 1.0833rem + 2.9514vw, 4.625rem);
  font-weight: 400;
  line-height: 110%; /* 82.043px */
}

.section-expertise-highlight .expertise-highlight-info h2 span {
  display: inline-block;
  position: relative;
}

.section-expertise-highlight .expertise-highlight-info h2 span::before {
  content: "";
  position: absolute;
  background-image: url(../images/20bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: clamp(5rem, 2.3333rem + 5.5556vw, 9rem);
  height: 116px;
  background-position: center center;
}
.section-expertise-highlight
  .expertise-highlight-info
  .expertise-highlight-tags {
  margin-top: clamp(1.875rem, 0.625rem + 2.6042vw, 3.75rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, 0.2083rem + 0.8681vw, 1.25rem);
  max-width: 85%;
}
.section-expertise-highlight
  .expertise-highlight-info
  .expertise-highlight-tags
  .expertise-tag {
  border-radius: 80px;
  background: #f2eccf;
  color: #000;
  display: inline-block;
  padding: clamp(0.625rem, 0.2083rem + 0.8681vw, 1.25rem)
    clamp(0.9375rem, 0.3125rem + 1.3021vw, 1.875rem);
  font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);
}
.section-testimonials {
  background: #fff;
  padding-block: clamp(2.5rem, 0.625rem + 3.9063vw, 5.3125rem);
}

/* Banner Swiper Section - Updated for white bg and card layout */
.section-info-services {
  background: #fff;
  padding-block: 35px 80px;
}
.section-info-services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-info-services .info-services-swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-info-services .info-services-swiper .info-services-content {
  border-radius: 20px;
  background: #f2eccf;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;

  min-height: 782px;
}
.section-info-services
  .info-services-swiper
  .info-services-content
  .info-services-text {
  padding: clamp(1.25rem, 0rem + 2.6042vw, 3.125rem);
  max-width: 475px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.3125rem + 1.3021vw, 1.875rem);
}
.section-info-services
  .info-services-swiper
  .info-services-content
  .info-services-text
  h2 {
  color: #1e211d;
  font-size: clamp(2.25rem, 1.5833rem + 1.3889vw, 3.25rem);
  font-weight: 600;
  line-height: 100%; /* 52px */
}
.section-info-services
  .info-services-swiper
  .info-services-content
  .info-services-text
  p {
  color: #1e211d;
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  font-weight: 400;
  line-height: 110%; /* 22px */
  max-width: 400px;
  width: 100%;
}
.section-info-services
  .info-services-swiper
  .info-services-content
  .info-services-text
  a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #cab644;
  color: #151515;
  font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
  font-weight: 400;
  line-height: 125%; /* 25px */
  text-decoration: none;
  padding: 16px 30px;
}

.section-info-services
  .info-services-swiper
  .info-services-content
  .info-services-image {
  max-width: 900px;
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}
.section-info-services
  .info-services-swiper
  .info-services-content
  .info-services-image
  picture {
  padding: 20px;
  border-radius: 20px;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.section-info-services
  .info-services-swiper
  .info-services-content
  .info-services-image
  img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.section-info-services .info-services-swiper .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 20px;
}
.section-info-services .info-services-swiper .swiper-pagination-bullet {
  background: #cab644;
  opacity: 0.3;
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
  transition: opacity 0.2s, background 0.2s;
}
.section-info-services .info-services-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #cab644;
}

.section-contact {
  background: #cab644;
  padding-block: clamp(3.125rem, 1.875rem + 2.6042vw, 5rem);
  position: relative;
}
.section-contact .contact-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-contact .contact-bg 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 {
  position: relative;
  z-index: 2;
}
.section-contact .contact-content .heading-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(1.25rem, 0.625rem + 1.3021vw, 2.1875rem);
  max-width: 968px;
  width: 100%;
  margin: 0 auto clamp(3.125rem, -0.2083rem + 6.9444vw, 8.125rem);
}
.section-contact .contact-content .heading-contact p {
  color: #0c0b0b;
  font-size: clamp(1.625rem, 1.2083rem + 0.8681vw, 2.25rem);
  font-weight: 600;
  line-height: 111%; /* 39.96px */

  position: relative;
  z-index: 1;
}
.section-contact .contact-content .heading-contact p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 100%;
  background-image: url(../images/contact-paint.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-contact .contact-content .heading-contact h2 {
  color: #0c0b0b;
  font-size: clamp(2.25rem, 0.8333rem + 2.9514vw, 4.375rem);
  font-weight: 600;
  line-height: 111%; /* 77.267px */
  position: relative;
  z-index: 1;
}
.section-contact .contact-content .heading-contact h2 span {
  display: inline-block;
  position: relative;
}
.section-contact .contact-content .heading-contact h2 span::before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(20.3125rem, 5.8542rem + 30.1215vw, 42rem);
  height: 116.66px;
  background-position: center center;
  z-index: -1;
}
.section-contact .contact-content .hate-contact-cta {
  text-align: center;
  margin-top: 50px;
}
.section-contact .contact-content .hate-contact-cta h3 {
  color: #151515;
  font-size: clamp(1.25rem, 0.9167rem + 0.6944vw, 1.75rem);
  font-weight: 600;
  line-height: 90%; /* 25.2px */
}
.section-contact .contact-content .hate-contact-cta .btn-group {
  display: flex;
  justify-content: center;
  gap: clamp(0.9375rem, 0.3125rem + 1.3021vw, 1.875rem);
  flex-wrap: wrap;
  margin-top: clamp(0.9375rem, 0.3125rem + 1.3021vw, 1.875rem);
}
.section-contact .contact-content .hate-contact-cta .btn-group a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  font-size: clamp(0.875rem, 0.625rem + 0.5208vw, 1.25rem);
  font-weight: 400;
  line-height: 125%; /* 25px */
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  padding: 16px 30px;
  justify-content: center;
}
.section-contact .contact-content .hate-contact-cta .btn-group a:first-child {
  background: #151515;
  color: #fff;
  border: none;
}
.section-contact .contact-content .hate-contact-cta .btn-group a:last-child {
  background: #cab644;
  color: #151515;
  border: 2px solid #151515;
  gap: 0.7em;
}
.section-contact .contact-content .hate-contact-cta .btn-group a img {
  width: clamp(2.5rem, 0.8333rem + 3.4722vw, 5rem);
  height: auto;
}

.site-footer {
  background: #151515;
  overflow: hidden;
}
.site-footer .footer-top .footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: clamp(2.5rem, 0.8333rem + 3.4722vw, 5rem);
}
.site-footer .footer-top .footer-top-inner .footer-logo {
  max-width: clamp(17.5rem, 7.0833rem + 21.7014vw, 33.125rem);
  width: 100%;
}
.site-footer .footer-top .footer-top-inner .footer-logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.site-footer .footer-top .footer-top-inner .footer-tagline {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 1.5833rem + 0.8681vw, 2.625rem);
  font-weight: 600;
  line-height: 90%; /* 37.397px */
}
.site-footer
  .footer-top
  .footer-top-inner
  .footer-tagline
  .footer-tagline-highlight {
  position: relative;
  z-index: 0;
}
.site-footer
  .footer-top
  .footer-top-inner
  .footer-tagline
  .footer-tagline-highlight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 100%;
  background-image: url(../images/journey-paint.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.site-footer .footer-links {
  margin-block: clamp(2.1875rem, 0.9375rem + 2.6042vw, 4.0625rem)
    clamp(1.25rem, 0.625rem + 1.3021vw, 2.1875rem);
}
.site-footer .footer-links .footer-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.site-footer .footer-links .footer-columns .footer-col .footer-col-title {
  color: #cab644;
  font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);
  font-weight: 600;
  line-height: 125%; /* 20px */
  margin-bottom: 20px;
}
.site-footer .footer-links .footer-columns .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links .footer-columns .footer-col ul li {
  color: #fff;
  font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);

  font-weight: 400;
  line-height: 125%; /* 20px */
  margin-bottom: 10px;
}
.site-footer .footer-links .footer-columns .footer-col-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.site-footer
  .footer-links
  .footer-columns
  .footer-col-contact
  ul
  li
  .footer-icon {
  width: 16px;
}

.site-footer
  .footer-links
  .footer-columns
  .footer-col-contact
  .footer-apply-btn {
  width: 100%;
  border-radius: 6px;
  background: #cab644;
  display: inline-block;
  padding: 10px;
  margin-top: 30px;
  color: #000;

  text-align: center;
  font-size: 16px;
  font-weight: 550;
  line-height: 110%; /* 17.6px */
}

.site-footer .footer-social-row .footer-social {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}
.site-footer .footer-social-row .footer-social img {
  width: 24px;
  height: 24px;
}
.site-footer .footer-divider {
  border: none;
  border-top: 3px solid #cab644;
  margin: 30px 0;
  width: 100%;
}
.site-footer .footer-bottom {
  padding-bottom: 30px;
}
.site-footer .footer-bottom .footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-footer .footer-bottom .footer-bottom-inner .footer-copyright {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  flex: 0 77%;
}
.site-footer .footer-bottom .footer-bottom-inner .footer-copyright li {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%; /* 15px */
  text-align: center;
}

/* Animation Keyframes */
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1439px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
}

/* Spin keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Mobile override */
@media screen and (max-width: 767px) {
}
