h1.head, h1.head-md, h1.head-sm, h1.title, h1.text-md,
h2.head,
h2.head-md,
h2.head-sm,
h2.title,
h2.text-md,
h3.head,
h3.head-md,
h3.head-sm,
h3.title,
h3.text-md,
h4.head,
h4.head-md,
h4.head-sm,
h4.title,
h4.text-md,
h5.head,
h5.head-md,
h5.head-sm,
h5.title,
h5.text-md,
h6.head,
h6.head-md,
h6.head-sm,
h6.title,
h6.text-md {
  margin-top: 0;
}

body {
  background: #FDF7F2;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Scroll reveal (cards + text) - class toggled by js/script.js */
.js-anim .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s);
}
.js-anim .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-anim .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* Ornamental section separator - flanks the site's head-div motif with a gold rule */
.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 40px 0;
}
.section-divider .divider-line {
  flex: 1 1 auto;
  max-width: 500px;
  height: 1px;
}
.section-divider .divider-line-left {
  background: linear-gradient(90deg, transparent 0%, #9E6C28 100%);
}
.section-divider .divider-line-right {
  background: linear-gradient(90deg, #9E6C28 0%, transparent 100%);
}
.section-divider .divider-motif {
  width: 130px;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .section-divider {
    padding: 28px 0;
    gap: 10px;
  }
  .section-divider .divider-line {
    max-width: 60px;
  }
  .section-divider .divider-motif {
    width: 56px;
  }
}

.head {
  font-family: "Playfair Display";
  font-size: 54px;
  font-weight: 500;
  color: #000000;
  line-height: 72px;
}
.head span {
  color: #9E6C28;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 36px;
    line-height: 48px;
  }
}

.head-md {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.head-md span {
  color: #9E6C28;
}
@media (max-width: 575.98px) {
  .head-md {
    font-size: 20px;
  }
}

.head-sm {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.head-sm span {
  color: #9E6C28;
}
@media (max-width: 575.98px) {
  .head-sm {
    font-size: 18px;
  }
}

.text-big {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 575.98px) {
  .text-big {
    font-size: 18px;
  }
}

.text-md {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 575.98px) {
  .text-md {
    font-size: 16px;
  }
}

.text {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
    line-height: 21px;
  }
}

.text-small {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
}
@media (max-width: 575.98px) {
  .text-small {
    font-size: 12px;
    line-height: 18px;
  }
}

.btn.btn-main {
  padding: 14px 27px;
  gap: 10px;
  background: #895416;
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn.btn-main img {
  transition: transform 0.3s ease;
}
.btn.btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(137, 84, 22, 0.35);
}
.btn.btn-main:hover img {
  transform: translateX(4px);
}

/* Card hover lift - shared by every .card / .mile-card instance */
.card,
.mile-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.card:hover,
.mile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

/* Beat reveal's transform while the reveal class is still attached */
.js-anim .card.reveal:hover,
.js-anim .mile-card.reveal:hover {
  transform: translateY(-8px);
}

.card.cta-card {
  background: #FFF5E8;
  border: 1px solid #9E6C28;
  border-radius: 20px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
.card.cta-card:hover {
  box-shadow: 0 20px 40px rgba(158, 108, 40, 0.2);
  border-color: #895416;
}

.internal h3 {
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}

#offcanvasNavbar {
  --bs-offcanvas-width: min(100%, 380px);
  z-index: 1046;
  background: #FDF7F2;
}
#offcanvasNavbar .offcanvas-header {
  padding: 1.25rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(158, 108, 40, 0.12);
}
#offcanvasNavbar .offcanvas-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
#offcanvasNavbar .nav-link {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0.85rem 0 !important;
}
#offcanvasNavbar .nav-link:hover, #offcanvasNavbar .nav-link:focus {
  color: #9E6C28;
}
#offcanvasNavbar .btn-main {
  background: #895416;
  border-radius: 50px;
  align-self: flex-start;
  margin-top: 0.75rem;
}

.navbar {
  --nav-pad-y: 18px;
  padding-top: var(--nav-pad-y);
  padding-bottom: var(--nav-pad-y);
  z-index: 1030;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, padding 0.35s ease;
  /* Pre-scroll: soft glass over hero so text stays legible */
  background: linear-gradient(180deg, rgba(18, 10, 6, 0.55) 0%, rgba(18, 10, 6, 0.28) 55%, rgba(18, 10, 6, 0) 100%);
}
@media (min-width: 992px) {
  .navbar {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
}
.navbar .container {
  position: relative;
}
.navbar .navbar-brand {
  position: relative;
  z-index: 1;
  margin-right: 1.25rem;
}
.navbar .navbar-brand .logo {
  height: auto;
  width: 160px;
  max-width: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.navbar .navbar-brand .logo-dark {
  display: none;
}
.navbar .navbar-brand .logo-light {
  display: inline-block;
}
.navbar .navbar-brand:hover .logo {
  transform: translateY(-1px);
}
@media (min-width: 992px) {
  .navbar .offcanvas-body {
    align-items: center;
    gap: 0.25rem;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    align-items: center;
    gap: 0.15rem;
    margin-right: 0.75rem;
  }
}
.navbar .nav-link {
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  padding: 0.55rem 0.85rem !important;
  letter-spacing: 0.02em;
  opacity: 0.9;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.2rem;
  height: 1px;
  background: #FFD29E;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.95;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #FFD29E;
  opacity: 1;
}
.navbar .nav-link:hover::after, .navbar .nav-link:focus::after {
  transform: scaleX(1);
}
@media (max-width: 991.98px) {
  .navbar .nav-link {
    color: #1a1a1a;
    opacity: 1;
    padding: 0.85rem 0 !important;
  }
  .navbar .nav-link::after {
    display: none;
  }
  .navbar .nav-link:hover, .navbar .nav-link:focus {
    color: #9E6C28;
  }
}
.navbar .btn-main {
  background: rgba(183, 114, 32, 0.92);
  border: 1px solid rgba(255, 210, 158, 0.45);
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .navbar .btn-main {
    margin-left: 0.35rem;
  }
}
.navbar .btn-main:hover {
  background: #9E6C28;
  border-color: #FFD29E;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  color: #fff;
}
.navbar .navbar-toggler {
  padding: 0.35rem;
  border: 0;
  box-shadow: none !important;
}
.navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round'%3E%3Cline x1='4' y1='7' x2='20' y2='7'/%3E%3Cline x1='4' y1='12' x2='20' y2='12'/%3E%3Cline x1='4' y1='17' x2='20' y2='17'/%3E%3C/svg%3E");
}
.navbar.scroll {
  --nav-pad-y: 12px;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(89, 52, 16, 0.08);
  border-bottom: 1px solid rgba(158, 108, 40, 0.08);
}
@media (min-width: 992px) {
  .navbar.scroll {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}
.navbar.scroll .nav-link {
  color: #1a1a1a;
  opacity: 1;
}
.navbar.scroll .nav-link::after {
  background: #9E6C28;
}
.navbar.scroll .nav-link:hover, .navbar.scroll .nav-link:focus {
  color: #9E6C28;
}
.navbar.scroll .navbar-brand .logo-light {
  display: none;
}
.navbar.scroll .navbar-brand .logo-dark {
  display: inline-block;
}
.navbar.scroll .btn-main {
  background: #895416;
  border-color: transparent;
  box-shadow: none;
}
.navbar.scroll .btn-main:hover {
  background: #6f4312;
}
.navbar.scroll .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round'%3E%3Cline x1='4' y1='7' x2='20' y2='7'/%3E%3Cline x1='4' y1='12' x2='20' y2='12'/%3E%3Cline x1='4' y1='17' x2='20' y2='17'/%3E%3C/svg%3E");
}

.hero {
  background: url("../img/bg-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 87.5vh;
  position: relative;
}
.hero .main {
  padding: 200px 0 160px 0;
}
.hero .main h1 {
  font-family: "Playfair Display";
  font-size: 75px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 81px;
  letter-spacing: -0.03em;
}
.hero .main h1 span {
  color: #FFD29E;
}
@media (max-width: 575.98px) {
  .hero .main h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
.hero .main .text-col {
  border-top: 1px solid #9E6C28;
  border-bottom: 1px solid #9E6C28;
}
@media (max-width: 767.98px) {
  .hero .main {
    padding: 140px 0 100px 0;
  }
}
.hero .hero-ornament {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(320px, 60vw);
  z-index: 2;
  pointer-events: none;
}
.hero .hero-ornament img {
  width: 100%;
  height: auto;
  display: block;
}

.about h2 {
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 575.98px) {
  .about h2 {
    font-size: 24px;
  }
  .about .text-center {
    position: relative;
  }
  .about .text-center::before {
    content: url("../img/ele.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.55);
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
  }
}

.who-its-for .internal {
  position: relative;
}
.who-its-for .internal::before {
  content: url("../img/afterwhoits.svg");
  position: absolute;
  top: -40px;
  left: -65px;
}
.who-its-for .internal::after {
  content: url("../img/afterwhoits.svg");
  position: absolute;
  top: -40px;
  right: -65px;
  transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .who-its-for .internal::before, .who-its-for .internal::after {
    content: none;
  }
}

.plan {
  position: relative;
  overflow: hidden;
}
.plan::before {
  content: url("../img/plan1.svg");
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .plan::before {
    transform-origin: top right;
    transform: scale(0.5);
  }
}
.plan::after {
  content: url("../img/plan2.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .plan::after {
    transform-origin: bottom left;
    transform: scale(0.5);
  }
}
.plan .timeline {
  position: relative;
}
.plan .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #FDF7F2 0%, #FF6900 50%, #FDF7F2 100%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .plan .timeline::before {
    content: none;
  }
}
.plan .timeline .point .title {
  font-family: "Plus Jakarta Sans";
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 575.98px) {
  .plan .timeline .point .title {
    font-size: 24px;
  }
}
.plan .timeline .point .cons {
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-weight: 700;
  color: #9E6C28;
}
@media (max-width: 575.98px) {
  .plan .timeline .point .cons {
    font-size: 20px;
  }
}
.plan .timeline .point .pros {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.plan .timeline .point .pros span {
  color: #591E1F;
  font-weight: 700;
}
.plan .timeline .point .neg-marg {
  margin-top: -90px;
}
@media (max-width: 767.98px) {
  .plan .timeline .point .neg-marg {
    margin-top: 0;
  }
}
.plan .timeline .point .neg-marg2 {
  margin-top: -130px;
}
@media (max-width: 767.98px) {
  .plan .timeline .point .neg-marg2 {
    margin-top: 0;
  }
}
.plan .timeline .point-right,
.plan .timeline .point-left {
  position: relative;
}
.plan .timeline .point-right::before,
.plan .timeline .point-left::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #9E6C28;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .plan .timeline .point-right::before,
  .plan .timeline .point-left::before {
    content: none;
  }
}
.plan .timeline .point-right::before {
  top: 30%;
  left: -3.6%;
}
.plan .timeline .point-left::before {
  top: 30%;
  right: -3.6%;
}
.plan .timeline .left2::before {
  right: -5.6%;
}

.layer {
  background: url("../img/bg-layer.webp");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.layer .card-img-overlay {
  top: auto !important;
  padding: 0rem 1rem;
}
.layer .card {
  overflow: hidden;
}
.layer .card .card-img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.layer .card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}
.layer .card:hover .card-img {
  transform: scale(1.08);
}

.steps {
  position: relative;
}
.steps::before {
  content: url("../img/step1.svg");
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.steps::after {
  content: url("../img/step2.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -2;
}
.steps .card-row {
  position: relative;
}
.steps .card-row::before {
  content: url("../img/arc.svg");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .steps .card-row::before {
    display: none;
  }
}
.steps .card-row .step-card {
  position: relative;
  z-index: 1;
  background: #FCF8F3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: -5px;
}
.steps .card-row .step-card .title {
  font-family: "Playfair Display";
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
}
@media (max-width: 575.98px) {
  .steps .card-row .step-card .title {
    font-size: 28px;
  }
}
.steps .card-row .step-card .text {
  font-size: 14px;
  line-height: 21px;
}
.steps .card-row .step-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.milestones {
  background: #591E1F;
  position: relative;
  overflow: hidden;
}
.milestones::before {
  content: url("../img/mandala-mile.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.milestones::after {
  content: url("../img/mandala-mile.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: scaleX(-1) scaleY(-1);
}
.milestones .head {
  color: #FFD29E;
}
.milestones .text {
  color: #FFFFFF;
}
.milestones .stat-text {
  font-size: 28px;
  -webkit-text-stroke-width: 1px;
}
@media (max-width: 575.98px) {
  .milestones .stat-text {
    font-size: 24px;
  }
}

.team {
  position: relative;
}
.team::before {
  content: url("../img/team.svg");
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .team::before {
    display: none;
  }
}
.team .team-card {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  overflow: hidden;
}
.team .team-card .big {
  border-radius: 10px 10px 0 0;
}
.team .team-card .small {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 575.98px) {
  .team .team-card .small {
    border-radius: 10px 10px 0 0;
  }
}
.team .team-card .text-small {
  color: #9E6C28;
}
.team .team-card img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.team .team-card:hover img {
  transform: scale(1.06);
}

.testimonials .slider-row {
  position: relative;
}
.testimonials .slider-row::before {
  content: url("../img/bg-test.svg");
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .testimonials .slider-row {
    display: none;
  }
}
.testimonials .slider-row img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 575.98px) {
  .testimonials .slider-row img {
    border-radius: 10px 10px 0 0;
  }
}
.testimonials .slider-row .content-card {
  background: #591E1F;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 575.98px) {
  .testimonials .slider-row .content-card {
    border-radius: 0 0 10px 10px;
  }
}
.testimonials .slider-row .content-card h3 {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.testimonials .slider-row .content-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.testimonials .owl-nav {
  position: absolute;
  z-index: 100;
  right: 10px;
  bottom: 10px;
}
.testimonials .owl-nav button:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}

.form {
  background: url("../img/bg-form.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form h2 {
  font-family: "Playfair Display";
  font-size: 70px;
  font-weight: 500;
  color: #FFF;
  line-height: 78px;
}
.form .form-card {
  padding: 26px 21px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(21px);
  border-radius: 20px;
}
.form .form-card .form-alert {
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.form .form-card .form-alert-error {
  background: rgba(89, 30, 31, 0.85);
  border: 1px solid #FFD6A8;
  color: #FFF;
}
.form .form-card .form-alert-error li + li {
  margin-top: 6px;
}
.form .form-card .form-alert-success {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #FFF;
}
.form .form-card .form-control {
  padding: 17px 21px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(21px);
  border-radius: 10px;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.form .form-card .form-control::-moz-placeholder {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.form .form-card .form-control::placeholder {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.form .form-card .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(21px);
  border-radius: 10px;
  box-shadow: none;
}
.form .form-card .form-select {
  color-scheme: dark;
  cursor: pointer;
}
.form .form-card .form-select option {
  color: #1A1A1A;
  background: #FFF;
}
.form .form-card .form-stepper .form-step-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  overflow: hidden;
}
.form .form-card .form-stepper .form-step-progress-bar {
  display: block;
  width: 50%;
  height: 100%;
  background: #FFF;
  border-radius: inherit;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.form .form-card .form-step {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.form .form-card .form-step:not(.is-active) {
  display: none;
}
.form .form-card .btn-form-back {
  background: transparent;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50px;
  padding: 14px 27px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.form .form-card .btn-form-back:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateY(-2px);
}
.form .form-card .btn-white {
  background: #FFF;
  color: #000;
  border-radius: 50px;
  padding: 14px 27px;
  gap: 10px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.form .form-card .btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.form .form-card .parsley-errors-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.form .form-card .parsley-errors-list li {
  font-size: 12px;
  line-height: 1.4;
  color: #FFD6A8;
}
.form .form-card .form-control.parsley-error,
.form .form-card .form-select.parsley-error {
  border-color: #FFD6A8;
}
.form .form-card .form-control.parsley-success,
.form .form-card .form-select.parsley-success {
  border-color: rgba(255, 255, 255, 0.45);
}

.faq .accordion-flush {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #6A6A6A;
  overflow: hidden;
}
.faq .accordion-button {
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-weight: 400;
  color: #1A1A1A;
  padding: 20px 24px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding-left: 0;
}
.faq .accordion-button::after {
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%239E6C28' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%239E6C28' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  transform: none;
}
.faq .accordion-button:hover {
  color: #9E6C28;
}
.faq .accordion-button:focus {
  box-shadow: none !important;
  color: #9E6C28;
}
@media (max-width: 575.98px) {
  .faq .accordion-button {
    font-size: 15px;
    padding: 16px 18px;
  }
}
.faq .accordion-body {
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-weight: 400;
  color: #4A4A4A;
  padding: 0 24px 20px;
  line-height: 1.7;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .faq .accordion-body {
    font-size: 14px;
    padding: 0 18px 16px;
  }
}

footer {
  background: url("../img/bg-footer.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
footer > .container {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 304px;
  left: 0;
  top: 0px;
  background: linear-gradient(0deg, rgba(253, 247, 242, 0) 0%, #FDF7F2 84.43%, #FDF7F2 91.95%);
  z-index: 0;
}
footer::after {
  content: "";
  position: absolute;
  height: 737px;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(25, 28, 25, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
@media (max-width: 767.98px) {
  footer::after {
    height: 85%;
  }
}
footer .text-small {
  font-size: 12px;
}
footer .bottom > .row.mb-4 img {
  display: block;
  width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 8px 10px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
footer .bottom > .row.mb-4 img:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}/*# sourceMappingURL=style.css.map */