.elementor-478 .elementor-element.elementor-element-fcbb376{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-478 .elementor-element.elementor-element-fcbb376:not(.elementor-motion-effects-element-type-background), .elementor-478 .elementor-element.elementor-element-fcbb376 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0F1E;}.elementor-478 .elementor-element.elementor-element-3031d6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-478 .elementor-element.elementor-element-3031d6f:not(.elementor-motion-effects-element-type-background), .elementor-478 .elementor-element.elementor-element-3031d6f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030A1A;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-478 .elementor-element.elementor-element-fcbb376{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-478 .elementor-element.elementor-element-3031d6f{--padding-top:58px;--padding-bottom:58px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-07694b4 *//* ==========================================================================
   SWIFT COMMERCIAL MAINTENANCE STYLES (BLACK & NAVY EXECUTIVE THEME)
   ========================================================================== */
.swift-maint-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #ffffff;
  background-color: #030710;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

.swift-maint-page *,
.swift-maint-page *::before,
.swift-maint-page *::after {
  box-sizing: border-box;
}

/* Colors & Tokens */
.swift-maint-page .swift-blue {
  color: #3b82f6 !important;
}

.swift-maint-page .swift-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Eyebrow Pill */
.swift-maint-page .swift-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #93c5fd;
  background: rgba(13, 32, 63, 0.8);
  border: 1px solid rgba(59, 130, 246, 0.4);
  padding: 6px 18px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  box-shadow: 0 0 15px rgba(29, 78, 216, 0.15);
}

.swift-section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 54px;
}
.swift-section-kicker {
  display: inline-block;
  color: #93c5fd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.swift-section-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -1.2px;
  margin: 0 0 12px;
  color: #ffffff;
}
.swift-section-subtitle {
  color: #94a3b8;
  font-size: 16px;
  margin: 0;
}

/* Buttons */
.swift-maint-page .swift-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #3b82f6;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}
.swift-maint-page .swift-btn-solid:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.6);
}

.swift-maint-page .swift-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(13, 32, 63, 0.6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(37, 99, 235, 0.35);
  border-radius: 8px;
  transition: all 0.24s ease;
}
.swift-maint-page .swift-btn-outline:hover {
  background: rgba(17, 40, 77, 0.95);
  border-color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.3);
}

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.swift-maint-hero {
  position: relative;
  padding: 100px 24px 120px;
  overflow: hidden;
  background-color: #030710;
  text-align: center;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-maint-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.swift-maint-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(0.85);
}
.swift-maint-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 25%, rgba(29, 78, 216, 0.2), transparent 65%),
    linear-gradient(180deg, rgba(3, 7, 16, 0.75) 0%, rgba(3, 7, 16, 0.98) 100%);
}

.swift-maint-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}

.swift-maint-eyebrow {
  margin-bottom: 16px;
}

.swift-maint-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4.4rem);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.swift-maint-hero-subtitle {
  color: #93c5fd;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  margin: 0 0 24px;
}

.swift-maint-hero-text {
  max-width: 860px;
  margin: 0 auto 32px;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.75;
}
.swift-maint-hero-text p {
  margin: 0 0 16px;
}

.swift-maint-badges-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.swift-maint-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 8px;
  background: rgba(13, 32, 63, 0.7);
  border: 1px solid rgba(37, 99, 235, 0.3);
  font-size: 13px;
  font-weight: 600;
  color: #e2e8f0;
}
.swift-maint-badge-item i {
  color: #3b82f6;
}

.swift-maint-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   2. PILLARS GRID
   ========================================================================== */
.swift-maint-pillars {
  padding: 95px 0;
  background-color: #02050a;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.swift-pillar-card {
  position: relative;
  padding: 36px 30px;
  background: linear-gradient(145deg, rgba(13, 32, 63, 0.85) 0%, rgba(5, 8, 16, 0.95) 100%);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, border-color 0.28s ease;
}
.swift-pillar-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.55);
}

.swift-pillar-featured {
  border-color: rgba(59, 130, 246, 0.45);
  background: linear-gradient(145deg, rgba(17, 40, 77, 0.95) 0%, rgba(5, 8, 16, 0.98) 100%);
}

.swift-pillar-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #2563eb;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.swift-pillar-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8 0%, #0d2847 100%);
  border: 1px solid #3b82f6;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.swift-pillar-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin: 0 0 12px;
  color: #ffffff;
}

.swift-pillar-desc {
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 20px;
  flex-grow: 1;
}

.swift-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.swift-pillar-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  font-size: 13px;
}
.swift-pillar-list li i {
  color: #3b82f6;
  font-size: 12px;
}

/* ==========================================================================
   3. WHAT SYSTEMS WE MAINTAIN (4-CARD GRID)
   ========================================================================== */
.swift-maint-services {
  padding: 95px 0;
  background-color: #030710;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.swift-service-box {
  padding: 38px 34px;
  background: linear-gradient(145deg, rgba(13, 32, 63, 0.85) 0%, rgba(5, 8, 16, 0.95) 100%);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, border-color 0.28s ease;
}
.swift-service-box:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.55);
}

.swift-service-featured {
  border-color: rgba(59, 130, 246, 0.4);
}

.swift-service-box-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.swift-service-box-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8 0%, #0d2847 100%);
  border: 1px solid #3b82f6;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.swift-service-box-tag {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 2px;
}
.swift-tag-fire {
  color: #60a5fa;
}

.swift-service-box-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}

.swift-service-box-desc {
  color: #cbd5e1;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.swift-service-checklist {
  background: rgba(3, 7, 16, 0.6);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: auto;
}
.swift-service-checklist h4 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #93c5fd;
  display: flex;
  align-items: center;
  gap: 6px;
}
.swift-service-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.swift-service-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.45;
}
.swift-service-checklist li i {
  color: #10b981;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ==========================================================================
   4. SYSTEM TAKEOVER BANNER
   ========================================================================== */
.swift-maint-takeover {
  padding: 80px 0;
  background-color: #02050a;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-takeover-box {
  padding: 44px 48px;
  background: linear-gradient(145deg, rgba(29, 78, 216, 0.2) 0%, rgba(13, 32, 63, 0.95) 100%);
  border: 1px solid #3b82f6;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
}

.swift-takeover-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  margin: 12px 0 12px;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.swift-takeover-desc {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.swift-takeover-perks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.swift-takeover-perks div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #93c5fd;
}
.swift-takeover-perks div i {
  color: #10b981;
}

.swift-takeover-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.swift-takeover-btn {
  width: 100%;
  padding: 16px 24px;
  font-size: 13px;
}
.swift-takeover-phone {
  font-size: 13px;
  color: #cbd5e1;
}
.swift-takeover-phone a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
.swift-takeover-phone a:hover {
  color: #93c5fd;
}

/* ==========================================================================
   5. FORM SECTION
   ========================================================================== */
.swift-maint-quote-section {
  padding: 95px 0 110px;
  background-color: #030710;
}

.swift-maint-quote-wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 44px;
  background: linear-gradient(145deg, rgba(13, 32, 63, 0.92) 0%, rgba(5, 8, 16, 0.98) 100%);
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

.swift-quote-header {
  text-align: center;
  margin-bottom: 34px;
}
.swift-quote-title {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -1px;
  margin: 12px 0 8px;
  color: #ffffff;
}
.swift-quote-subtitle {
  color: #cbd5e1;
  font-size: 15px;
  margin: 0;
}

/* Custom Form */
.swift-custom-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.swift-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.swift-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.swift-form-full {
  width: 100%;
}

.swift-form-group label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #cbd5e1;
}
.swift-req {
  color: #60a5fa;
}

.swift-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.swift-input-wrap i {
  position: absolute;
  left: 16px;
  color: #3b82f6;
  font-size: 14px;
  pointer-events: none;
}

.swift-custom-form input,
.swift-custom-form textarea {
  width: 100%;
  background: #02050a;
  border: 1px solid rgba(37, 99, 235, 0.28);
  padding: 14px 16px 14px 44px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.swift-custom-form input::placeholder,
.swift-custom-form textarea::placeholder {
  color: #64748b;
}

.swift-custom-form input:focus,
.swift-custom-form textarea:focus {
  border-color: #3b82f6;
  background: #040914;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

/* Checkbox Selection */
.swift-checkbox-selection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 4px;
}
.swift-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(13, 32, 63, 0.6);
  border: 1px solid rgba(37, 99, 235, 0.28);
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #e2e8f0;
  transition: all 0.2s ease;
}
.swift-check-label:hover {
  background: rgba(17, 40, 77, 0.9);
  border-color: #3b82f6;
}
.swift-check-label input {
  accent-color: #2563eb;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
}

.swift-textarea-wrap {
  align-items: flex-start;
}
.swift-textarea-wrap i {
  top: 16px;
}
.swift-custom-form textarea {
  resize: vertical;
  min-height: 110px;
}

.swift-form-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: 1px solid #3b82f6;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.4);
  transition: all 0.25s ease;
  margin-top: 4px;
}
.swift-form-submit-btn:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.6);
}

.swift-form-privacy-note {
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  margin: 8px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.swift-form-privacy-note i {
  color: #10b981;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .swift-pillars-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .swift-services-grid {
    grid-template-columns: 1fr;
  }
  .swift-takeover-box {
    grid-template-columns: 1fr;
    padding: 36px 30px;
  }
  .swift-takeover-action {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .swift-maint-hero {
    padding: 70px 20px 80px;
  }
  .swift-maint-hero-title {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }
  .swift-maint-badges-row {
    flex-direction: column;
    align-items: stretch;
  }
  .swift-maint-hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .swift-maint-hero-buttons a {
    width: 100%;
  }

  .swift-maint-pillars,
  .swift-maint-services,
  .swift-maint-takeover,
  .swift-maint-quote-section {
    padding: 60px 0;
  }

  .swift-pillar-card,
  .swift-service-box {
    padding: 28px 20px;
  }

  .swift-maint-quote-wrapper {
    padding: 28px 20px;
  }
  .swift-form-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */