.elementor-303 .elementor-element.elementor-element-b25e2e0{width:var( --container-widget-width, 92.017% );max-width:92.017%;--container-widget-width:92.017%;--container-widget-flex-grow:0;}.elementor-303 .elementor-element.elementor-element-b25e2e0.elementor-element{--flex-grow:0;--flex-shrink:0;}.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-b25e2e0 */.flc-footer,
.flc-footer * {
  box-sizing: border-box;
}

.flc-footer {
  --flc-footer-navy: #031a3d;
  --flc-footer-dark: #02142f;
  --flc-footer-gold: #dda542;

  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  background:
    radial-gradient(circle at 70% 20%, rgba(18, 70, 128, 0.38), transparent 34%),
    linear-gradient(135deg, #02142f 0%, #052650 50%, #02142f 100%);

  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

/* Main Footer */
.flc-footer-container {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 58px 30px 48px;

  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.05fr 0.9fr;
  gap: 44px;
}

/* Brand */
.flc-footer-logo {
  display: inline-flex;
  margin-bottom: 18px;
}

.flc-footer-logo img {
  width: 185px;
  max-width: 185px;
  height: auto;
  display: block;
}

.flc-footer-brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

/* Columns */
.flc-footer-col h3 {
  position: relative;
  margin: 0 0 22px;
  color: var(--flc-footer-gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.flc-footer-col h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 10px;
  background: var(--flc-footer-gold);
}

/* Links */
.flc-footer-links,
.flc-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flc-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 22px;
}

.flc-footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.flc-footer-links a:hover {
  color: var(--flc-footer-gold);
  padding-left: 4px;
}

/* Contact */
.flc-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flc-footer-contact span,
.flc-company-item span {
  display: block;
  margin-bottom: 5px;
  color: var(--flc-footer-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.flc-footer-contact a,
.flc-footer-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.flc-footer-contact a:hover {
  color: var(--flc-footer-gold);
}

/* Company Info */
.flc-company-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.flc-company-item {
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.flc-company-item strong {
  display: block;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

/* Social */
.flc-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.flc-footer-social a {
  width: 38px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;

  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;

  transition: all 0.3s ease;
}

.flc-footer-social a:hover {
  background: var(--flc-footer-gold);
  border-color: var(--flc-footer-gold);
  color: var(--flc-footer-dark);
  transform: translateY(-3px);
}

/* Bottom */
.flc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.flc-footer-bottom-inner {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 18px 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.flc-footer-bottom-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 1024px) {
  .flc-footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
    padding: 52px 24px 42px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .flc-footer-container {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 45px 20px 36px;
  }

  .flc-footer-logo img {
    width: 155px;
  }

  .flc-footer-links {
    grid-template-columns: 1fr;
  }

  .flc-footer-bottom-inner {
    padding: 18px 20px;
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */