.elementor-408 .elementor-element.elementor-element-d258f08{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-408 .elementor-element.elementor-element-05e0b39{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-408 .elementor-element.elementor-element-5ebdca1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5c3211bb */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@500;600;700;800;900&display=swap');

:root {
  --flc-primary: #031A3D;
  --flc-primary-dark: #02142F;
  --flc-gold: #C99232;
  --flc-gold-light: #E0A847;
  --flc-white: #ffffff;
}

.flc-hero-overlay {
  position: absolute;
  inset: 0;

}

/* Subtle Left Pattern */
.flc-hero::after {
  content: "";
  position: absolute;
  left: -120px;
  top: 90px;
  width: 520px;
  height: 520px;
  border: 2px solid rgba(255,255,255,0.04);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.flc-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  min-height: 680px;
  margin: 0 auto;
  padding: 145px 40px 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flc-hero-content {
  width: 45%;
  max-width: 560px;
}

/* Eyebrow */
.flc-hero-eyebrow {
  margin-bottom: 18px;
  text-transform: uppercase;
  line-height: 1.25;
}

.flc-hero-eyebrow span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.flc-hero-eyebrow strong {
  display: block;
  color: var(--flc-gold-light);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* Main Heading */
.flc-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  text-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.flc-hero-location {
  margin: 16px 0 12px;
  color: var(--flc-gold-light);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.flc-hero-subtitle {
  margin: 0 0 34px;
  color: rgba(255,255,255,0.94);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

/* Buttons */
.flc-hero-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.flc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 178px;
  padding: 15px 26px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}

.flc-btn span {
  font-size: 28px;
  line-height: 0;
  margin-top: -2px;
}

.flc-btn-primary {
  background: linear-gradient(135deg, #D6A24D 0%, #B8842E 100%);
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 8px 20px rgba(200,154,69,0.25);
}

.flc-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  background: linear-gradient(135deg, #E0A847 0%, #C99232 100%);
}

.flc-btn-secondary {
  background: rgba(255,255,255,0.02);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.65);
}

.flc-btn-secondary:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  transform: translateY(-2px);
}

/* FEATURE BAR */
.flc-feature-bar {
  background: linear-gradient(
    90deg,
    #02142F 0%,
    #031A3D 50%,
    #02142F 100%
  );
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: 'Montserrat', sans-serif;
}

.flc-feature-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.flc-feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.22);
}

.flc-feature-item:first-child {
  padding-left: 0;
}

.flc-feature-item:last-child {
  border-right: none;
  padding-right: 0;
}

.flc-feature-icon {
  width: 52px;
  min-width: 52px;
  color: var(--flc-gold-light);
}

.flc-feature-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flc-feature-item h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.flc-feature-item p {
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* TABLET */
@media (max-width: 1024px) {
  .flc-hero {
    min-height: 640px;
  }

  .flc-hero-inner {
    min-height: 640px;
    padding: 135px 30px 70px;
  }

  .flc-hero-content {
    width: 55%;
  }

  .flc-hero-title {
    font-size: 48px;
  }

  .flc-hero-location {
    font-size: 26px;
  }

  .flc-feature-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .flc-feature-item:nth-child(2) {
    border-right: none;
  }

  .flc-feature-item:nth-child(3),
  .flc-feature-item:nth-child(4) {
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .flc-hero {
    min-height: 720px;
    background-position: 65% center;
  }

  .flc-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(2, 20, 47, 0.96) 0%,
      rgba(3, 26, 61, 0.88) 45%,
      rgba(3, 26, 61, 0.58) 100%
    );
  }

  .flc-hero-inner {
    min-height: 720px;
    padding: 125px 22px 60px;
    align-items: center;
    text-align: center;
  }

  .flc-hero-content {
    width: 100%;
    max-width: 100%;
  }

  .flc-hero-eyebrow span {
    font-size: 14px;
  }

  .flc-hero-eyebrow strong {
    font-size: 16px;
  }

  .flc-hero-title {
    font-size: 39px;
    line-height: 1.1;
  }

  .flc-hero-location {
    font-size: 23px;
  }

  .flc-hero-subtitle {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 28px;
  }

  .flc-hero-buttons {
    justify-content: center;
    gap: 14px;
  }

  .flc-btn {
    min-width: 155px;
    padding: 14px 20px;
    gap: 18px;
    font-size: 12px;
  }

  .flc-feature-inner {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .flc-feature-item {
    padding: 22px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .flc-feature-item:first-child {
    padding-top: 0;
  }

  .flc-feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* SMALL MOBILE */
@media (max-width: 420px) {
  .flc-hero-title {
    font-size: 34px;
  }

  .flc-hero-buttons {
    flex-direction: column;
  }

  .flc-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05e0b39 */.flc-services,
.flc-services * {
  box-sizing: border-box;
}

.flc-services {
  --flc-navy: #031a3d;
  --flc-gold: #c99232;
  --flc-gold-light: #dfa94b;
  --flc-text: #333a46;
  --flc-border: #eadfc9;

  width: 100%;
  padding: 64px 30px 78px;
  background: #ffffff;
  border-top: 3px solid var(--flc-navy);
  border-bottom: 3px solid var(--flc-navy);
  font-family: 'Montserrat', sans-serif;
}

.flc-services-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Heading */
.flc-section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.flc-section-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--flc-gold);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.flc-section-heading h2 {
  margin: 0;
  color: var(--flc-navy);
  font-size: clamp(36px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* Cards Grid */
.flc-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

/* Service Card */
.flc-service-card {
  position: relative;
  min-height: 330px;
  padding: 30px 24px 27px;
  background: #ffffff;
  border: 1px solid var(--flc-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.flc-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(201, 146, 50, 0.04) 0%,
    rgba(255, 255, 255, 0) 55%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.flc-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 146, 50, 0.55);
  box-shadow: 0 18px 35px rgba(3, 26, 61, 0.1);
}

.flc-service-card:hover::before {
  opacity: 1;
}

/* Icons */
.flc-service-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 15px;
  color: var(--flc-gold);
  display: flex;
  align-items: center;
  justify-content: center;
}

.flc-service-icon svg {
  width: 82px;
  height: 82px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flc-solid-icon svg {
  fill: currentColor;
  stroke: none;
}

/* Card Typography */
.flc-service-card h3 {
  margin: 0 0 14px;
  color: var(--flc-navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.flc-service-card p {
  max-width: 235px;
  margin: 0 auto;
  color: var(--flc-text);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

/* Bottom Accent */
.flc-card-line {
  width: 46px;
  height: 3px;
  margin-top: auto;
  background: var(--flc-gold-light);
  transition: width 0.35s ease;
}

.flc-service-card:hover .flc-card-line {
  width: 72px;
}

/* Tablet */
@media (max-width: 1024px) {
  .flc-services {
    padding: 58px 25px 65px;
  }

  .flc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .flc-service-card {
    min-height: 315px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .flc-services {
    padding: 48px 18px 54px;
  }

  .flc-section-heading {
    margin-bottom: 25px;
  }

  .flc-section-eyebrow {
    font-size: 14px;
  }

  .flc-section-heading h2 {
    font-size: 34px;
  }

  .flc-services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .flc-service-card {
    min-height: 300px;
    padding: 28px 22px 25px;
  }

  .flc-service-icon {
    width: 76px;
    height: 76px;
  }

  .flc-service-icon svg {
    width: 72px;
    height: 72px;
  }

  .flc-service-card h3 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ebdca1 */.flc-projects-section,
.flc-projects-section * {
  box-sizing: border-box;
}

.flc-projects-section {
  --flc-navy: #031a3d;
  --flc-navy-dark: #02142f;
  --flc-navy-light: #082750;
  --flc-gold: #c99232;
  --flc-gold-light: #dfa94b;
  --flc-white: #ffffff;

  width: 100%;
  padding: 62px 30px 45px;
  background:
    radial-gradient(
      circle at center,
      rgba(10, 54, 105, 0.75) 0%,
      rgba(3, 26, 61, 0.95) 48%,
      #02142f 100%
    );
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: 'Montserrat', sans-serif;
}

.flc-projects-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.flc-projects-heading {
  margin-bottom: 34px;
  text-align: center;
}

.flc-projects-heading span {
  display: block;
  margin-bottom: 7px;
  color: var(--flc-gold-light);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.flc-projects-heading h2 {
  margin: 0;
  color: var(--flc-white);
  font-size: clamp(36px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

/* Projects Grid */
.flc-projects-grid {
  display: grid;
  grid-template-columns: 2.15fr repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* General Card */
.flc-project-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #052149;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.flc-project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(223, 169, 75, 0.85);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

/* Featured Project */
.flc-featured-project {
  min-height: 370px;
}

.flc-featured-project > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.flc-featured-project:hover > img {
  transform: scale(1.05);
}

.flc-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 20, 47, 0.05) 0%,
    rgba(2, 20, 47, 0.18) 38%,
    rgba(2, 20, 47, 0.96) 100%
  );
}

.flc-featured-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px;
  z-index: 2;
}

.flc-featured-content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.flc-featured-content p {
  max-width: 390px;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

/* Featured Button */
.flc-project-primary-btn {
  display: inline-flex;
  min-width: 170px;
  padding: 13px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: linear-gradient(135deg, #d6a24d 0%, #b8842e 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.flc-project-primary-btn span {
  font-size: 27px;
  font-weight: 400;
  line-height: 10px;
}

.flc-project-primary-btn:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #e0ad55 0%, #c99232 100%);
  transform: translateY(-2px);
}

/* Small Project Cards */
.flc-small-project {
  min-height: 370px;
  display: flex;
  flex-direction: column;
}

.flc-project-image {
  height: 180px;
  overflow: hidden;
}

.flc-project-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.flc-small-project:hover .flc-project-image img {
  transform: scale(1.06);
}

.flc-small-project-content {
  flex: 1;
  padding: 22px 20px 24px;
  background: linear-gradient(
    180deg,
    rgba(5, 33, 73, 0.96) 0%,
    rgba(3, 26, 61, 1) 100%
  );
}

.flc-small-project-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: uppercase;
}

.flc-small-project-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

/* Bottom Button */
.flc-all-projects-wrap {
  margin-top: 24px;
  text-align: center;
}

.flc-all-projects-btn {
  display: inline-flex;
  min-width: 245px;
  padding: 15px 23px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.flc-all-projects-btn span {
  font-size: 28px;
  font-weight: 400;
  line-height: 10px;
}

.flc-all-projects-btn:hover {
  color: #ffffff;
  border-color: var(--flc-gold-light);
  background: rgba(223, 169, 75, 0.1);
  transform: translateY(-2px);
}

/* Laptop */
@media (max-width: 1180px) {
  .flc-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flc-featured-project {
    grid-column: span 2;
  }

  .flc-small-project:last-child {
    grid-column: span 2;
  }

  .flc-small-project:last-child .flc-project-image {
    height: 230px;
  }
}

/* Tablet */
@media (max-width: 767px) {
  .flc-projects-section {
    padding: 50px 20px 42px;
  }

  .flc-projects-heading {
    margin-bottom: 27px;
  }

  .flc-projects-heading span {
    font-size: 14px;
  }

  .flc-projects-heading h2 {
    font-size: 35px;
  }

  .flc-projects-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .flc-featured-project,
  .flc-small-project,
  .flc-small-project:last-child {
    grid-column: auto;
    min-height: 350px;
  }

  .flc-project-image,
  .flc-small-project:last-child .flc-project-image {
    height: 205px;
  }

  .flc-featured-content {
    left: 21px;
    right: 21px;
    bottom: 22px;
  }

  .flc-featured-content h3 {
    font-size: 21px;
  }

  .flc-featured-content p {
    font-size: 14px;
  }

  .flc-all-projects-btn {
    width: 100%;
    max-width: 310px;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .flc-featured-project {
    min-height: 390px;
  }

  .flc-project-image {
    height: 190px;
  }

  .flc-small-project-content h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-aec61f8 */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 */