.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2d900a7 *//* =========================================================
   LIGHT PROFESSIONAL FOOTER
   ========================================================= */

.light-footer,
.light-footer * {
  box-sizing: border-box;
}

.light-footer {
  --footer-ink: #2b190a;
  --footer-muted: #75695f;
  --footer-orange: #e77600;
  --footer-orange-dark: #ae4f0a;
  --footer-peach: #ffcf9c;
  --footer-line: rgba(43, 25, 10, 0.1);
  --footer-soft: #fff8f0;
  --footer-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;

  padding: clamp(75px, 8vw, 115px) 0 28px;

  color: var(--footer-ink);

  background:
    radial-gradient(
      circle at 5% 15%,
      rgba(255, 207, 156, 0.18),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      #fffdf9,
      #fff8f0
    );

  border-top: 1px solid var(--footer-line);
}

.light-footer__container {
  width: min(
    1360px,
    calc(100% - clamp(30px, 6vw, 90px))
  );

  margin-inline: auto;
}

/* =========================================================
   COMPACT CTA
   ========================================================= */

.light-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;

  margin-bottom: clamp(60px, 7vw, 95px);
  padding: clamp(28px, 4vw, 45px);

  border: 1px solid rgba(231, 118, 0, 0.16);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(255, 207, 156, 0.3),
      transparent 36%
    ),
    rgba(255, 255, 255, 0.78);

  box-shadow:
    0 18px 50px rgba(77, 42, 16, 0.07),
    inset 0 1px rgba(255, 255, 255, 0.95);

  backdrop-filter: blur(15px);
}

.light-footer__cta-content > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 11px;

  color: var(--footer-orange-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.light-footer__cta-content > span::before {
  content: "";

  width: 27px;
  height: 1px;

  background: currentColor;
}

.light-footer__cta h2 {
  max-width: 620px;
  margin: 0;

  color: var(--footer-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.038em;
}

.light-footer__cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.light-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 49px;
  padding: 0 20px;

  border-radius: 999px;

  color: #fff;
  background:
    linear-gradient(
      135deg,
      #ee883f,
      #ca5812
    );

  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;

  box-shadow: 0 12px 27px rgba(184, 84, 0, 0.2);

  transition:
    box-shadow 300ms ease,
    transform 300ms var(--footer-ease);
}

.light-footer__button:hover {
  box-shadow: 0 18px 34px rgba(184, 84, 0, 0.27);
  transform: translateY(-2px);
}

.light-footer__button svg,
.light-footer__submit svg,
.light-footer__back-top svg {
  width: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.light-footer__phone {
  display: flex;
  flex-direction: column;
  gap: 3px;

  color: var(--footer-ink);
}

.light-footer__phone small {
  color: var(--footer-muted);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.light-footer__phone strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

/* =========================================================
   MAIN GRID
   ========================================================= */

.light-footer__main {
  display: grid;
  grid-template-columns:
    minmax(150px, 0.75fr)
    minmax(170px, 0.75fr)
    minmax(230px, 1fr)
    minmax(320px, 1.35fr);
  align-items: start;
  gap: clamp(35px, 5vw, 75px);
}

/* Brand */

.light-footer__logo {
  display: inline-flex;

  margin-bottom: 25px;
}

.light-footer__logo img {
  width: 105px;
  height: auto;
}

.light-footer__socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.light-footer__socials a {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  width: fit-content;

  color: var(--footer-muted);
  font-size: 0.72rem;

  transition:
    color 250ms ease,
    transform 250ms var(--footer-ease);
}

.light-footer__socials a:hover {
  color: var(--footer-orange-dark);
  transform: translateX(3px);
}

.light-footer__socials svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.light-footer__socials a:first-child svg {
  fill: currentColor;
  stroke: none;
}

/* Column headings */

.light-footer__column h3,
.light-footer__form-column h3 {
  margin: 0 0 21px;

  color: var(--footer-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.light-footer__column h3::after,
.light-footer__form-column h3::after {
  content: "";

  display: block;

  width: 28px;
  height: 1px;
  margin-top: 9px;

  background: var(--footer-orange);
}

/* Navigation */

.light-footer__links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.light-footer__links a {
  width: fit-content;

  color: var(--footer-muted);
  font-size: 15px;
  line-height: 1.45;

  transition:
    color 250ms ease,
    transform 250ms var(--footer-ease);
}

.light-footer__links a:hover {
  color: var(--footer-orange-dark);
  transform: translateX(3px);
}

/* Contact */

.light-footer__contact {
  display: flex;
  flex-direction: column;
}

.light-footer__contact > a {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  margin-bottom: 17px;

  color: var(--footer-muted);

  transition:
    color 250ms ease,
    transform 250ms var(--footer-ease);
}

.light-footer__contact > a:hover {
  color: var(--footer-orange-dark);
  transform: translateX(3px);
}

.light-footer__contact-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;

  width: 34px;
  height: 34px;

  border: 1px solid rgba(231, 118, 0, 0.17);
  border-radius: 50%;

  color: var(--footer-orange-dark);
  background: rgba(255, 255, 255, 0.72);
}

.light-footer__contact-icon svg {
  width: 15px;
  height: 15px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.light-footer__contact small {
  display: block;

  margin-bottom: 3px;

  color: black;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.light-footer__contact strong {
  display: block;

  color: inherit;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.5;

  overflow-wrap: anywhere;
}

/* =========================================================
   FORM
   ========================================================= */

.light-footer__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.light-footer__form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.light-footer__field label {
  position: absolute;

  width: 1px;
  height: 1px;
  overflow: hidden;

  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.light-footer__field input,
.light-footer__field textarea {
  width: 100%;

  border: 1px solid var(--footer-line);
  border-radius: 11px;
  outline: none;

  color: var(--footer-ink);
  background: rgba(255, 255, 255, 0.75);

  font-family: "Inter", sans-serif;
  font-size: 0.72rem;

  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    background 250ms ease;
}

.light-footer__field input {
  height: 44px;
  padding: 0 13px;
}

.light-footer__field textarea {
  min-height: 88px;
  padding: 12px 13px;

  line-height: 1.5;
  resize: vertical;
}

.light-footer__field input::placeholder,
.light-footer__field textarea::placeholder {
  color: rgba(43, 25, 10, 0.43);
}

.light-footer__field input:focus,
.light-footer__field textarea:focus {
  border-color: rgba(231, 118, 0, 0.45);
  background: #fff;

  box-shadow: 0 0 0 3px rgba(231, 118, 0, 0.07);
}

.light-footer__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  align-self: flex-start;

  min-width: 112px;
  min-height: 44px;
  padding: 0 18px;

  border: 1px solid var(--footer-orange);
  border-radius: 999px;

  color: #fff;
  background: var(--footer-orange);

  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;

  cursor: pointer;

  transition:
    background 250ms ease,
    box-shadow 250ms ease,
    transform 250ms var(--footer-ease);
}

.light-footer__submit:hover {
  background: var(--footer-orange-dark);

  box-shadow: 0 12px 24px rgba(184, 84, 0, 0.18);

  transform: translateY(-2px);
}

/* =========================================================
   BOTTOM
   ========================================================= */

.light-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  margin-top: clamp(55px, 7vw, 85px);
  padding-top: 22px;

  border-top: 1px solid var(--footer-line);
}

.light-footer__bottom p {
  margin: 0;

  color: rgba(43, 25, 10, 0.46);
  font-size: 0.61rem;
}

.light-footer__back-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--footer-muted);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;

  transition:
    color 250ms ease,
    transform 250ms var(--footer-ease);
}

.light-footer__back-top:hover {
  color: var(--footer-orange-dark);
  transform: translateY(-2px);
}

.light-footer__back-top svg {
  color: var(--footer-orange);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {
  .light-footer__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .light-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .light-footer {
    padding-top: 70px;
  }

  .light-footer__container {
    width: calc(100% - 28px);
  }

  .light-footer__cta {
    padding: 25px 21px;
  }

  .light-footer__cta h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .light-footer__cta-actions {
    align-items: flex-start;
    flex-direction: column;

    width: 100%;
  }

  .light-footer__button {
    width: 100%;
  }

  .light-footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .light-footer__form-row {
    grid-template-columns: 1fr;
  }

  .light-footer__bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

@media (prefers-reduced-motion: reduce) {
  .light-footer__button,
  .light-footer__socials a,
  .light-footer__links a,
  .light-footer__contact > a,
  .light-footer__submit,
  .light-footer__back-top {
    transition-duration: 1ms !important;
  }
}/* End custom CSS */