.elementor-70 .elementor-element.elementor-element-f7475e1{--display:flex;}.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-697b2f1 *//* =========================================================
   PREMIUM FULL-WIDTH LIGHT FRANVERITY FOOTER
   ========================================================= */

.franv-footer-simple {
  position: relative;
  overflow: hidden;

  width: 100vw;
  max-width: none;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 82px 40px 0;

  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(18, 104, 255, 0.11),
      transparent 34%
    ),
    radial-gradient(
      circle at 86% 8%,
      rgba(245, 183, 63, 0.12),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #f8fbff 0%,
      #f5f9ff 48%,
      #eef6ff 100%
    );

  color: #10233f;
  box-sizing: border-box;
}

/* Blue and gold accent line matching the header */

.franv-footer-simple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      #1268ff 18%,
      #5c8cff 40%,
      #f5b73f 60%,
      #1268ff 82%,
      transparent 100%
    );

  z-index: 4;
}

/* Decorative center glow */

.franv-footer-simple::after {
  content: "";
  position: absolute;
  top: -210px;
  left: 50%;

  width: 900px;
  height: 420px;

  transform: translateX(-50%);

  background:
    radial-gradient(
      circle,
      rgba(18, 104, 255, 0.08),
      transparent 70%
    );

  pointer-events: none;
}

/* =========================================================
   TOP FOOTER GRID
   ========================================================= */

.franv-footer-top {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns:
    minmax(250px, 1.55fr)
    minmax(150px, 0.85fr)
    minmax(170px, 0.95fr)
    minmax(135px, 0.7fr)
    minmax(285px, 1.25fr);

  gap: 46px;
  align-items: start;
}

/* =========================================================
   BRAND AREA
   ========================================================= */

.franv-footer-brand-block {
  max-width: 370px;
}

.franv-footer-logo {
  display: inline-flex;
  align-items: center;

  margin-bottom: 22px;

  text-decoration: none;
}

.franv-footer-logo img {
  display: block;

  width: auto;
  height: 48px;
  max-width: 100%;

  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
}

.franv-footer-description {
  margin: 0;

  color: #64748b;
  font-size: 15.5px;
  line-height: 1.72;
}

.franv-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;

  margin-top: 24px;
}

.franv-footer-badges span {
  display: inline-flex;
  align-items: center;

  padding: 7px 10px;

  border: 1px solid rgba(18, 104, 255, 0.13);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.72);

  color: #39506f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.2;

  box-shadow: 0 6px 18px rgba(6, 27, 53, 0.035);
}

/* =========================================================
   FOOTER LINK COLUMNS
   ========================================================= */

.franv-footer-column h4 {
  margin: 0 0 19px;

  color: #1268ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.franv-footer-column a {
  display: block;
  width: fit-content;

  margin: 0 0 12px;

  color: #52657f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;

  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

.franv-footer-column a:hover {
  color: #1268ff;
  transform: translateX(3px);
}

/* =========================================================
   CTA CARD
   ========================================================= */

.franv-footer-cta-card {
  position: relative;
  overflow: hidden;

  padding: 28px;

  border: 1px solid rgba(18, 104, 255, 0.14);
  border-radius: 22px;

  background:
    radial-gradient(
      circle at top right,
      rgba(245, 183, 63, 0.14),
      transparent 38%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(18, 104, 255, 0.08),
      transparent 42%
    ),
    rgba(255, 255, 255, 0.84);

  box-shadow:
    0 24px 65px rgba(6, 27, 53, 0.09),
    inset 0 1px rgba(255, 255, 255, 0.9);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.franv-footer-cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      #1268ff,
      #5c8cff,
      #f5b73f
    );
}

.franv-footer-kicker {
  display: inline-flex;

  margin-bottom: 12px;

  color: #d99000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.franv-footer-cta-card h3 {
  margin: 0 0 13px;

  color: #061b35;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.franv-footer-cta-card p {
  margin: 0;

  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

.franv-footer-cta {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;

  margin-top: 21px;
  padding: 12px 18px;

  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      #1268ff,
      #1d55eb
    );

  color: #ffffff !important;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;

  box-shadow:
    0 14px 28px rgba(18, 104, 255, 0.24);

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.franv-footer-cta:hover {
  transform: translateY(-2px);

  background: #0a4fda;

  box-shadow:
    0 18px 34px rgba(18, 104, 255, 0.3);
}

.franv-footer-secondary-link {
  display: inline-flex;

  margin-top: 16px;

  color: #52657f;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;

  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

.franv-footer-secondary-link:hover {
  color: #1268ff;
  transform: translateX(2px);
}

/* =========================================================
   CONTACT STRIP
   ========================================================= */

.franv-footer-contact-row {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1400px;

  margin: 56px auto 0;
  padding: 24px 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  border-top: 1px solid rgba(100, 116, 139, 0.16);
  border-bottom: 1px solid rgba(100, 116, 139, 0.16);
}

.franv-footer-contact-row > div {
  display: grid;
  gap: 4px;
}

.franv-footer-contact-row strong {
  color: #061b35;
  font-size: 14px;
  font-weight: 800;
}

.franv-footer-contact-row span,
.franv-footer-contact-row a {
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.5;
  text-decoration: none;

  transition: color 0.18s ease;
}

.franv-footer-contact-row a:hover {
  color: #1268ff;
}

/* =========================================================
   BOTTOM BAR
   ========================================================= */

.franv-footer-bottom {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1400px;

  margin: 0 auto;
  padding: 24px 0 28px;

  display: grid;
  grid-template-columns: auto minmax(300px, 1fr) auto;
  gap: 30px;
  align-items: center;

  color: #64748b;
  font-size: 12.5px;
}

.franv-footer-left {
  color: #64748b;
  white-space: nowrap;
}

.franv-footer-disclaimer {
  max-width: 760px;
  justify-self: center;

  color: #718096;
  line-height: 1.55;
  text-align: center;
}

.franv-footer-right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.franv-footer-right a {
  color: #64748b;
  font-weight: 650;
  text-decoration: none;

  transition: color 0.18s ease;
}

.franv-footer-right a:hover {
  color: #1268ff;
}

/* =========================================================
   ELEMENTOR FULL-WIDTH SUPPORT
   ========================================================= */

.elementor-widget-html:has(.franv-footer-simple),
.elementor-widget-container:has(.franv-footer-simple),
.e-con:has(.franv-footer-simple),
.elementor-section:has(.franv-footer-simple) {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.elementor-location-footer {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

html,
body {
  overflow-x: clip;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) {
  .franv-footer-simple {
    padding-right: 30px;
    padding-left: 30px;
  }

  .franv-footer-top {
    grid-template-columns:
      minmax(250px, 1.35fr)
      minmax(150px, 1fr)
      minmax(150px, 1fr);

    gap: 42px 32px;
  }

  .franv-footer-brand-block {
    max-width: 420px;
  }

  .franv-footer-cta-card {
    grid-column: span 2;
  }
}

/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 820px) {
  .franv-footer-simple {
    padding-top: 66px;
  }

  .franv-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
  }

  .franv-footer-brand-block {
    grid-column: 1 / -1;
    max-width: 620px;
  }

  .franv-footer-cta-card {
    grid-column: 1 / -1;
  }

  .franv-footer-contact-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .franv-footer-bottom {
    grid-template-columns: 1fr;
    gap: 14px;

    text-align: left;
  }

  .franv-footer-disclaimer {
    justify-self: start;
    text-align: left;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {
  .franv-footer-simple {
    padding-right: 20px;
    padding-left: 20px;
  }

  .franv-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .franv-footer-brand-block,
  .franv-footer-cta-card {
    grid-column: auto;
  }

  .franv-footer-logo img {
    height: 42px;
  }

  .franv-footer-description {
    font-size: 15px;
  }

  .franv-footer-column h4 {
    margin-bottom: 15px;
  }

  .franv-footer-column a {
    margin-bottom: 10px;
  }

  .franv-footer-cta-card {
    padding: 24px;
  }

  .franv-footer-cta-card h3 {
    font-size: 21px;
  }

  .franv-footer-contact-row {
    margin-top: 44px;
  }

  .franv-footer-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }

  .franv-footer-left {
    white-space: normal;
  }
}/* End custom CSS */