.elementor-449 .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-449 .elementor-element.elementor-element-fcbb376:not(.elementor-motion-effects-element-type-background), .elementor-449 .elementor-element.elementor-element-fcbb376 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0F1E;}.elementor-449 .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-449 .elementor-element.elementor-element-3031d6f:not(.elementor-motion-effects-element-type-background), .elementor-449 .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-449 .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 CONTACT US PAGE STYLES (BLACK & NAVY EXECUTIVE THEME)
   ========================================================================== */
.swift-contact-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-contact-page *,
.swift-contact-page *::before,
.swift-contact-page *::after {
  box-sizing: border-box;
}

/* Typography & Colors */
.swift-contact-page .swift-blue {
  color: #3b82f6 !important;
}

.swift-contact-page .swift-highlight {
  color: #ffffff;
  font-weight: 600;
}

.swift-contact-page .swift-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Reusable Eyebrow Pill */
.swift-contact-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: 11.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 0 15px rgba(29, 78, 216, 0.15);
}

/* Buttons */
.swift-contact-page .swift-btn-primary {
  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-contact-page .swift-btn-primary:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.6);
}

.swift-contact-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-contact-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);
}

.swift-contact-page .swift-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(37, 211, 102, 0.12);
  color: #4ade80;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(37, 211, 102, 0.4);
  border-radius: 8px;
  transition: all 0.24s ease;
}
.swift-contact-page .swift-btn-whatsapp:hover {
  background: #25d366;
  color: #030710;
  border-color: #25d366;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
}

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.swift-contact-hero {
  position: relative;
  padding: 110px 24px 130px;
  overflow: hidden;
  background-color: #030710;
  text-align: center;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.swift-contact-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.22;
  filter: saturate(0.85);
}
.swift-contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(29, 78, 216, 0.2), transparent 65%),
    linear-gradient(180deg, rgba(3, 7, 16, 0.7) 0%, rgba(3, 7, 16, 0.98) 100%);
}

.swift-contact-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}

.swift-contact-eyebrow {
  margin-bottom: 16px;
}

.swift-contact-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.swift-contact-hero-desc {
  max-width: 780px;
  margin: 0 auto 36px;
  color: #cbd5e1;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.75;
}

.swift-contact-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   2. MID SECTION (COMMUNICATION CHANNELS)
   ========================================================================== */
.swift-contact-channels {
  padding: 95px 0;
  background-color: #02050a;
  background-image:
    linear-gradient(rgba(29, 78, 216, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 78, 216, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
}

.swift-section-header {
  text-align: center;
  max-width: 780px;
  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(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -1px;
  margin: 0 0 12px;
  color: #ffffff;
}
.swift-section-subtitle {
  color: #94a3b8;
  font-size: 15.5px;
  margin: 0;
}

.swift-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.swift-channel-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;
  align-items: flex-start;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

.swift-channel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(37, 99, 235, 0.2);
}

.swift-channel-featured {
  border-color: rgba(37, 211, 102, 0.35);
  background: linear-gradient(145deg, rgba(13, 32, 63, 0.9) 0%, rgba(6, 18, 14, 0.95) 100%);
}
.swift-channel-featured:hover {
  border-color: rgba(37, 211, 102, 0.65);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(37, 211, 102, 0.15);
}

.swift-featured-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #25d366;
  color: #030710;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.swift-channel-icon-wrap {
  width: 52px;
  height: 52px;
  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;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.3);
}

.swift-icon-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-color: #4ade80;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.swift-channel-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin: 0 0 12px;
  color: #ffffff;
}

.swift-channel-desc {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0 0 24px;
  flex-grow: 1;
}

.swift-channel-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #93c5fd;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(59, 130, 246, 0.3);
  padding-bottom: 4px;
  transition: all 0.2s ease;
}
.swift-channel-link:hover {
  color: #ffffff;
  border-color: #ffffff;
  padding-left: 4px;
}
.swift-whatsapp-link {
  color: #4ade80;
  border-color: rgba(37, 211, 102, 0.4);
}
.swift-whatsapp-link:hover {
  color: #86efac;
  border-color: #86efac;
}

/* ==========================================================================
   3. FORM SECTION
   ======================================================================== */
.swift-contact-form-section {
  position: relative;
  padding: 100px 0 110px;
  background-color: #030710;
  overflow: hidden;
}

.swift-form-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.swift-form-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.18;
  filter: saturate(0.8);
}
.swift-form-section-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 30%, rgba(29, 78, 216, 0.2), transparent 65%),
    linear-gradient(180deg, rgba(3, 7, 16, 0.8) 0%, rgba(3, 7, 16, 0.98) 100%);
}

.swift-form-wrapper {
  position: relative;
  z-index: 1;
  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-form-header {
  text-align: center;
  margin-bottom: 36px;
}
.swift-form-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -1px;
  margin: 14px 0 10px;
  color: #ffffff;
}
.swift-form-subtitle {
  color: #cbd5e1;
  font-size: 15px;
  margin: 0;
}

/* Form Controls */
.swift-custom-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.swift-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.swift-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.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 select,
.swift-custom-form textarea {
  width: 100%;
  background: #02050a;
  border: 1px solid rgba(37, 99, 235, 0.28);
  padding: 15px 16px 15px 44px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14.5px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.swift-custom-form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.swift-custom-form select option {
  background-color: #030710;
  color: #ffffff;
  padding: 10px;
}

.swift-custom-form input::placeholder,
.swift-custom-form textarea::placeholder {
  color: #64748b;
}

.swift-custom-form input:focus,
.swift-custom-form select:focus,
.swift-custom-form textarea:focus {
  border-color: #3b82f6;
  background: #040914;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

.swift-textarea-wrap {
  align-items: flex-start;
}
.swift-textarea-wrap i {
  top: 18px;
}
.swift-custom-form textarea {
  resize: vertical;
  min-height: 130px;
}

/* Submit Button */
.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: 6px;
}
.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: 10px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.swift-form-privacy-note i {
  color: #10b981;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .swift-channels-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .swift-form-wrapper {
    padding: 36px 28px;
  }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
  .swift-contact-hero {
    padding: 70px 20px 90px;
  }
  .swift-contact-hero-title {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }
  .swift-contact-hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .swift-contact-hero-actions a {
    width: 100%;
  }

  .swift-contact-channels {
    padding: 60px 0;
  }
  .swift-channel-card {
    padding: 28px 22px;
  }

  .swift-contact-form-section {
    padding: 60px 0 70px;
  }
  .swift-form-wrapper {
    padding: 28px 20px;
  }
  .swift-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==========================================================================
   CONTACT FORM 7 — BLACK & NAVY EXECUTIVE STYLESHEET (WITH CHECKBOXES)
   Paste into: Elementor → Site Settings → Custom CSS (or WP Customizer CSS)
   ========================================================================== */

.wpcf7 {
  width: 100%;
}

.swift-cf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.swift-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.swift-cf7-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.swift-cf7-full {
  width: 100%;
}

.swift-cf7-group label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #cbd5e1;
  margin: 0;
  display: block;
}

.swift-cf7-group .swift-req {
  color: #60a5fa;
}

.swift-label-hint {
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: #94a3b8;
  margin-left: 4px;
}

/* ==========================================================================
   MULTI-SELECT CHECKBOX GRID (BLACK & NAVY THEME)
   ========================================================================== */
.swift-cf7-checkbox-grid .wpcf7-checkbox {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 4px 0 0 !important;
}

.swift-cf7-checkbox-grid .wpcf7-list-item {
  margin: 0 !important;
  display: block !important;
}

.swift-cf7-checkbox-grid .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  background: rgba(13, 32, 63, 0.6) !important;
  border: 1px solid rgba(37, 99, 235, 0.28) !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  user-select: none !important;
}

.swift-cf7-checkbox-grid .wpcf7-list-item label:hover {
  background: rgba(17, 40, 77, 0.9) !important;
  border-color: rgba(59, 130, 246, 0.6) !important;
  transform: translateY(-1px) !important;
}

/* Custom Checkbox Design */
.swift-cf7-checkbox-grid input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid #3b82f6 !important;
  border-radius: 4px !important;
  background: #02050a !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
  position: relative !important;
}

/* Checked State */
.swift-cf7-checkbox-grid input[type="checkbox"]:checked {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
  border-color: #60a5fa !important;
}

.swift-cf7-checkbox-grid input[type="checkbox"]:checked::after {
  content: '' !important;
  position: absolute !important;
  left: 5px !important;
  top: 2px !important;
  width: 5px !important;
  height: 9px !important;
  border: solid #ffffff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.swift-cf7-checkbox-grid .wpcf7-list-item-label {
  color: #e2e8f0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0.2px !important;
  line-height: 1.3 !important;
}

/* Highlight Tile when Checked */
.swift-cf7-checkbox-grid .wpcf7-list-item label:has(input[type="checkbox"]:checked) {
  background: linear-gradient(145deg, rgba(29, 78, 216, 0.25) 0%, rgba(13, 32, 63, 0.8) 100%) !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 0 14px rgba(37, 99, 235, 0.25) !important;
}

/* ==========================================================================
   CF7 Text Inputs & Textareas
   ========================================================================== */
   .swift-cf7-group label{
       margin-bottom: 12px;
   }
    .swift-cf7-group br{
      display: none;
   }
   .swift-cf7-full p{
       margin-bottom: 0px;
   }
.swift-cf7-input,
.swift-cf7-textarea,
.wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]),
.wpcf7-form-control-wrap textarea {
  width: 100% !important;
  background: #02050a !important;
  border: 1px solid rgba(37, 99, 235, 0.28) !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

.swift-cf7-input::placeholder,
.swift-cf7-textarea::placeholder,
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  color: #64748b !important;
}

.swift-cf7-input:focus,
.swift-cf7-textarea:focus,
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
  border-color: #3b82f6 !important;
  background: #040914 !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25) !important;
}

.swift-cf7-textarea,
.wpcf7-form-control-wrap textarea {
  resize: vertical !important;
  min-height: 120px !important;
}

/* Submit Button */
.swift-cf7-submit-wrap {
  margin-top: 6px;
  width: 100%;
}

.swift-cf7-submit,
.wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 16px 28px !important;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  border: 1px solid #3b82f6 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 18px rgba(37, 99, 235, 0.4) !important;
  transition: all 0.25s ease !important;
}

.swift-cf7-submit:hover,
.wpcf7-submit:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.6) !important;
}

/* CF7 Response & Validation Messages */
.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 18px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.wpcf7-mail-sent-ok {
  background: rgba(16, 185, 129, 0.15) !important;
  border: 1px solid #10b981 !important;
  color: #a7f3d0 !important;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: rgba(239, 68, 68, 0.15) !important;
  border: 1px solid #ef4444 !important;
  color: #fca5a5 !important;
}
.wpcf7-not-valid-tip {
  color: #f87171 !important;
  font-size: 11.5px !important;
  margin-top: 4px !important;
}

/* Responsive */
@media (max-width: 767px) {
  .swift-cf7-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .swift-cf7-checkbox-grid .wpcf7-checkbox {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fcbb376 */.elementor-element{
    padding: 0px;
}/* End custom CSS */