/* Start custom CSS for html, class: .elementor-element-4ebd34a *//* ==========================================================================
   SWIFT EXECUTIVE FOOTER STYLES (BLACK & NAVY THEME)
   Paste into: Elementor → Site Settings → Custom CSS (or WP Customizer CSS)
   ========================================================================== */

.swift-custom-footer-wrapper {
  width: 100%;
  position: relative;
  background-color: #01040a;
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border-top: 1px solid rgba(37, 99, 235, 0.25);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.swift-custom-footer-wrapper *,
.swift-custom-footer-wrapper *::before,
.swift-custom-footer-wrapper *::after {
  box-sizing: border-box;
}

.swift-footer-main {
  padding: 85px 0 60px;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(29, 78, 216, 0.12), transparent 70%),
    linear-gradient(180deg, #02050a 0%, #01040a 100%);
}

.swift-footer-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1.1fr 1.3fr;
  gap: 48px;
}

.swift-footer-col {
  display: flex;
  flex-direction: column;
}

/* Brand Column */
.swift-footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.swift-footer-logo img {
  height: 52px;
  width: auto;
  display: block;
}

.swift-footer-desc {
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 320px;
}

.swift-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 9999px;
  background: rgba(13, 32, 63, 0.7);
  border: 1px solid rgba(59, 130, 246, 0.35);
  font-size: 11.5px;
  font-weight: 700;
  color: #93c5fd;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  align-self: flex-start;
}
.swift-footer-badge i {
  color: #3b82f6;
  font-size: 12px;
}

/* Titles */
.swift-footer-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 24px;
  position: relative;
  padding-bottom: 12px;
}
.swift-footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 2px;
}

/* Links */
.swift-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.swift-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.swift-footer-links a i {
  font-size: 10px;
  color: #3b82f6;
  transition: transform 0.2s ease, color 0.2s ease;
}
.swift-footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}
.swift-footer-links a:hover i {
  color: #93c5fd;
  transform: translateX(2px);
}

/* Contact Items */
.swift-footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.swift-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(13, 32, 63, 0.6);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.24s ease;
}
.swift-contact-item:hover {
  background: rgba(17, 40, 77, 0.9);
  border-color: #3b82f6;
  transform: translateY(-2px);
}

.swift-contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1d4ed8, #0d2847);
  border: 1px solid #3b82f6;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.swift-contact-text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.swift-contact-label {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.swift-contact-val {
  font-size: 13.5px;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swift-contact-item:hover .swift-contact-val {
  color: #93c5fd;
}

/* Footer CTA Button */
.swift-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 12.5px;
  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 ease;
}
.swift-footer-cta-btn:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.6);
}

/* Bottom Bar */
.swift-footer-bottom {
  background-color: #010206;
  border-top: 1px solid rgba(29, 78, 216, 0.15);
  padding: 20px 0;
}

.swift-footer-bottom-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.swift-footer-copyright {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
}

.swift-footer-tagline {
  margin: 0;
  font-size: 12.5px;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.swift-footer-tagline i {
  color: #3b82f6;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .swift-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .swift-footer-main {
    padding: 60px 0 40px;
  }
  .swift-footer-container {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 24px;
  }
  .swift-footer-desc {
    max-width: 100%;
  }
  .swift-footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 0 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6558a6 *//* ==========================================================================
   SWIFT EXECUTIVE FOOTER STYLES (BLACK & NAVY THEME)
   Paste into: Elementor → Site Settings → Custom CSS (or WP Customizer CSS)
   ========================================================================== */

.swift-custom-footer-wrapper {
  width: 100%;
  position: relative;
  background-color: #01040a;
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border-top: 1px solid rgba(37, 99, 235, 0.25);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.swift-custom-footer-wrapper *,
.swift-custom-footer-wrapper *::before,
.swift-custom-footer-wrapper *::after {
  box-sizing: border-box;
}

.swift-footer-main {
  padding: 85px 0 60px;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(29, 78, 216, 0.12), transparent 70%),
    linear-gradient(180deg, #02050a 0%, #01040a 100%);
}

.swift-footer-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1.1fr 1.3fr;
  gap: 48px;
}

.swift-footer-col {
  display: flex;
  flex-direction: column;
}

/* Brand Column */
.swift-footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.swift-footer-logo img {
  height: 52px;
  width: auto;
  display: block;
}

.swift-footer-desc {
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 320px;
}

.swift-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 9999px;
  background: rgba(13, 32, 63, 0.7);
  border: 1px solid rgba(59, 130, 246, 0.35);
  font-size: 11.5px;
  font-weight: 700;
  color: #93c5fd;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  align-self: flex-start;
}
.swift-footer-badge i {
  color: #3b82f6;
  font-size: 12px;
}

/* Titles */
.swift-footer-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 24px;
  position: relative;
  padding-bottom: 12px;
}
.swift-footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 2px;
}

/* Links */
.swift-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.swift-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.swift-footer-links a i {
  font-size: 10px;
  color: #3b82f6;
  transition: transform 0.2s ease, color 0.2s ease;
}
.swift-footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}
.swift-footer-links a:hover i {
  color: #93c5fd;
  transform: translateX(2px);
}

/* Contact Items */
.swift-footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.swift-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(13, 32, 63, 0.6);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.24s ease;
}
.swift-contact-item:hover {
  background: rgba(17, 40, 77, 0.9);
  border-color: #3b82f6;
  transform: translateY(-2px);
}

.swift-contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1d4ed8, #0d2847);
  border: 1px solid #3b82f6;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.swift-contact-text {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.swift-contact-label {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.swift-contact-val {
  font-size: 13.5px;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swift-contact-item:hover .swift-contact-val {
  color: #93c5fd;
}

/* Footer CTA Button */
.swift-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 12.5px;
  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 ease;
}
.swift-footer-cta-btn:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.6);
}

/* Bottom Bar */
.swift-footer-bottom {
  background-color: #010206;
  border-top: 1px solid rgba(29, 78, 216, 0.15);
  padding: 20px 0;
}

.swift-footer-bottom-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.swift-footer-copyright {
  margin: 0;
  font-size: 12.5px;
  color: #64748b;
}

.swift-footer-tagline {
  margin: 0;
  font-size: 12.5px;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.swift-footer-tagline i {
  color: #3b82f6;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .swift-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .swift-footer-main {
    padding: 60px 0 40px;
  }
  .swift-footer-container {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 24px;
  }
  .swift-footer-desc {
    max-width: 100%;
  }
  .swift-footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 0 24px;
  }
}/* End custom CSS */