/* Start custom CSS for html, class: .elementor-element-5794fbb8 *//* ===============================
   SERVICE HERO SECTION CSS
================================ */

.flc-service-hero,
.flc-service-hero * {
  box-sizing: border-box;
}

.flc-service-hero {
  --flc-navy: #031a3d;
  --flc-dark: #02142f;
  --flc-gold: #dda542;

  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

/* Dark Overlay */
.flc-service-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 20, 47, 0.98) 0%,
    rgba(3, 26, 61, 0.90) 35%,
    rgba(3, 26, 61, 0.55) 62%,
    rgba(0, 0, 0, 0.18) 100%
  );
  z-index: 1;
}

/* Decorative Circle */
.flc-service-hero::after {
  content: "";
  position: absolute;
  left: -130px;
  top: 90px;
  width: 500px;
  height: 500px;
  border: 2px solid rgba(255,255,255,0.045);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* Inner Container */
.flc-service-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  min-height: 560px;
  margin: 0 auto;
  padding: 145px 30px 80px;
  display: flex;
  align-items: center;
}

.flc-service-hero-content {
  width: 100%;
  max-width: 660px;
}

/* Breadcrumb */
.flc-service-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
  color: rgba(255,255,255,0.65);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}

.flc-service-breadcrumb a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}

.flc-service-breadcrumb a:hover {
  color: var(--flc-gold);
}

.flc-service-breadcrumb strong {
  color: var(--flc-gold);
  font-weight: 700;
}

/* Eyebrow */
.flc-service-eyebrow {
  display: block;
  margin-bottom: 13px;
  color: var(--flc-gold);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* Main Heading */
.flc-service-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Gold Subheading */
.flc-service-hero h2 {
  margin: 16px 0 18px;
  color: var(--flc-gold);
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

/* Paragraph */
.flc-service-hero p {
  max-width: 620px;
  margin: 0 0 26px;
  color: rgba(255,255,255,0.88);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

/* Service Points */
.flc-service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 32px;
}

.flc-service-points span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(221,165,66,0.35);
  border-radius: 50px;
  background: rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 700;
}

/* Buttons */
.flc-service-hero-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.flc-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 165px;
  padding: 14px 23px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.flc-service-btn span {
  font-size: 24px;
  line-height: 0;
}

.flc-service-btn-primary {
  background: linear-gradient(135deg, #dfa94b 0%, #bb842b 100%);
  color: #ffffff;
  border: 1px solid transparent;
}

.flc-service-btn-outline {
  background: rgba(255,255,255,0.03);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.55);
}

.flc-service-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.flc-service-btn-outline:hover {
  border-color: var(--flc-gold);
  background: rgba(221,165,66,0.1);
}

/* ===============================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 767px) {
  .flc-service-hero {
    min-height: 620px;
  }

  .flc-service-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(2, 20, 47, 0.96) 0%,
      rgba(3, 26, 61, 0.90) 55%,
      rgba(3, 26, 61, 0.65) 100%
    );
  }

  .flc-service-hero-inner {
    min-height: 620px;
    padding: 125px 18px 55px;
    text-align: center;
  }

  .flc-service-hero-content {
    max-width: 100%;
  }

  .flc-service-breadcrumb {
    justify-content: center;
    font-size: 12px;
    margin-bottom: 18px;
  }

  .flc-service-eyebrow {
    font-size: 11px;
  }

  .flc-service-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .flc-service-hero h2 {
    font-size: 21px;
  }

  .flc-service-hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .flc-service-points {
    justify-content: center;
    gap: 8px;
  }

  .flc-service-points span {
    font-size: 11px;
    padding: 8px 11px;
  }

  .flc-service-hero-buttons {
    justify-content: center;
  }

  .flc-service-btn {
    min-width: 145px;
    padding: 13px 18px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .flc-service-hero h1 {
    font-size: 34px;
  }

  .flc-service-hero-buttons {
    flex-direction: column;
  }

  .flc-service-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fc38552 */.flc-contact-intro, .flc-contact-intro * { box-sizing: border-box; } .flc-contact-intro { width: 100%; padding: 75px 24px 55px; background: #ffffff; font-family: 'Montserrat', sans-serif; overflow: hidden; } .flc-contact-intro-inner { width: 100%; max-width: 850px; margin: 0 auto; text-align: center; } .flc-contact-intro-eyebrow { display: block; margin-bottom: 12px; color: #dda542; font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: 1.2px; text-transform: uppercase; } .flc-contact-intro h2 { margin: 0 0 18px; color: #031a3d; font-size: 42px; font-weight: 800; line-height: 1.12; letter-spacing: -0.8px; text-transform: uppercase; } .flc-contact-intro p { max-width: 760px; margin: 0 auto; color: #5f6875; font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.8; } @media (max-width: 767px) { .flc-contact-intro { padding: 55px 18px 40px; } .flc-contact-intro h2 { font-size: 30px; line-height: 1.16; } .flc-contact-intro p { font-size: 14px; line-height: 1.65; } }/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-69e1ae50 */div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    font-size: var(--wpforms-label-size-font-size) !important;
    line-height: var(--wpforms-label-size-line-height) !important;
    color: rgb(255 255 255 / 85%) !important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
    position: relative;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    height: calc(var(--wpforms-field-size-input-height) * 0.1) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-339100f */.flc-contact-map-wide,
.flc-contact-map-wide * {
  box-sizing: border-box;
}

.flc-contact-map-wide {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 450px !important;
  min-height: 450px !important;
  margin: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background: #ffffff !important;
  overflow: hidden !important;
  display: block !important;
}

.flc-contact-map-wide iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 450px !important;
  min-height: 450px !important;
  border: 0 !important;
  display: block !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .flc-contact-map-wide,
  .flc-contact-map-wide iframe {
    height: 360px !important;
    min-height: 360px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .flc-contact-map-wide,
  .flc-contact-map-wide iframe {
    height: 320px !important;
    min-height: 320px !important;
  }
}/* End custom CSS */