@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Inter', sans-serif; background: #0D3B3E; } .contact-page-wrapper { width: 100%; } .contact-hero-section { background: #0D3B3E; padding: 100px 20px 80px; text-align: center; position: relative; } .contact-hero-section::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: #FFD25A; border-radius: 2px; } .contact-hero-h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: #FFD25A; line-height: 1.2; max-width: 800px; margin: 0 auto 24px; } .contact-hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: #FFF2B0; max-width: 650px; margin: 0 auto 20px; line-height: 1.7; font-weight: 400; } .contact-hero-note { font-size: 0.95rem; color: #E6B23A; font-style: italic; font-weight: 400; } .contact-layout-section { background: #1A5055; padding: 80px 20px; } .contact-layout-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; } .contact-form-card { background: #0D3B3E; border-radius: 16px; padding: 48px 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.3); } .contact-form-heading { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #FFD25A; font-weight: 700; margin-bottom: 32px; } .contact-form-group { margin-bottom: 22px; } .contact-form-label { display: block; color: #FFF2B0; font-size: 0.9rem; font-weight: 500; margin-bottom: 8px; letter-spacing: 0.3px; } .contact-form-input, .contact-form-select, .contact-form-textarea { width: 100%; background: #1A5055; border: 1.5px solid #2A7A82; border-radius: 8px; padding: 13px 16px; color: #FFFFFF; font-family: 'Inter', sans-serif; font-size: 0.95rem; transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; outline: none; } .contact-form-input::placeholder, .contact-form-textarea::placeholder { color: #7BADB3; } .contact-form-input:focus, .contact-form-select:focus, .contact-form-textarea:focus { border-color: #FFD25A; box-shadow: 0 0 0 3px rgba(255, 210, 90, 0.15); background: #1E5E65; } .contact-form-select { appearance: none; -webkit-appearance: none; cursor: pointer; background-image: none; } .contact-form-select option { background: #1A5055; color: #FFF2B0; } .contact-form-textarea { resize: vertical; min-height: 130px; line-height: 1.6; } .contact-submit-btn { width: 100%; background: #FFD25A; color: #0D3B3E; border: none; border-radius: 10px; padding: 16px 24px; font-family: 'Inter', sans-serif; font-size: 1.05rem; font-weight: 700; cursor: pointer; transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; letter-spacing: 0.3px; margin-top: 8px; } .contact-submit-btn:hover { background: #F5C432; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 210, 90, 0.35); } .contact-submit-btn:active { transform: translateY(0); } .contact-privacy-note { text-align: center; color: #FFF2B0; font-size: 0.8rem; font-style: italic; margin-top: 14px; opacity: 0.85; } .contact-info-card { background: #0D3B3E; border-left: 4px solid #FFD25A; border-radius: 16px; padding: 48px 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.3); display: flex; flex-direction: column; gap: 0; } .contact-info-h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: #FFD25A; font-weight: 700; margin-bottom: 28px; } .contact-info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; } .contact-info-icon { font-size: 1.1rem; color: #FFD25A; min-width: 22px; margin-top: 2px; flex-shrink: 0; } .contact-info-text { color: #FFF2B0; font-size: 0.95rem; line-height: 1.5; } .contact-info-text a { color: #FFF2B0; text-decoration: none; transition: color 0.2s; } .contact-info-text a:hover { color: #FFD25A; } .contact-hours-block { margin-top: 4px; margin-bottom: 28px; } .contact-hours-label { color: #FFF2B0; font-size: 0.85rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; } .contact-hours-value { color: #FFF2B0; font-size: 0.95rem; } .contact-divider { border: none; border-top: 1px solid #B7902A; margin: 28px 0; } .contact-cta-para { color: #FFFFFF; font-size: 0.95rem; line-height: 1.7; margin-bottom: 24px; } .contact-ghost-btn { display: inline-block; border: 2px solid #FFD25A; color: #FFD25A; padding: 12px 28px; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease; letter-spacing: 0.3px; } .contact-ghost-btn:hover { background: #FFD25A; color: #0D3B3E; transform: translateY(-2px); } .contact-steps-section { background: #0D3B3E; padding: 80px 20px; } .contact-steps-inner { max-width: 1100px; margin: 0 auto; } .contact-steps-h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem); color: #FFD25A; font-weight: 700; text-align: center; margin-bottom: 56px; } .contact-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; } .contact-steps-grid::before { content: ''; position: absolute; top: 40px; left: calc(16.66% + 16px); right: calc(16.66% + 16px); height: 2px; background: linear-gradient(90deg, #FFD25A 0%, #B7902A 100%); z-index: 0; } .contact-step-card { background: #1A5055; border-radius: 16px; padding: 36px 28px; text-align: center; position: relative; z-index: 1; transition: transform 0.3s ease, box-shadow 0.3s ease; } .contact-step-card:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(0,0,0,0.3); } .contact-step-number { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 800; color: #FFD25A; line-height: 1; margin-bottom: 16px; display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; background: #0D3B3E; border-radius: 50%; border: 2px solid #FFD25A; } .contact-step-title { color: #FFF2B0; font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; } .contact-step-body { color: #FFFFFF; font-size: 0.9rem; line-height: 1.7; opacity: 0.9; } .contact-trust-section { background: #FFD25A; padding: 60px 20px; text-align: center; } .contact-trust-h3 { font-family: 'Playfair Display', serif; font-size: clamp(1.3rem, 2.5vw, 1.9rem); color: #0D3B3E; font-weight: 700; margin-bottom: 36px; } .contact-trust-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 24px; } .contact-trust-badge { background: #0D3B3E; color: #FFD25A; padding: 10px 22px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.5px; white-space: nowrap; transition: transform 0.2s ease; } .contact-trust-badge:hover { transform: scale(1.05); } .contact-faq-section { background: #1A5055; padding: 80px 20px; } .contact-faq-inner { max-width: 900px; margin: 0 auto; } .contact-faq-h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); color: #FFD25A; font-weight: 700; text-align: center; margin-bottom: 48px; } .contact-faq-item { background: #0D3B3E; border-radius: 12px; padding: 32px 36px; margin-bottom: 20px; border-left: 3px solid #FFD25A; transition: transform 0.2s ease, box-shadow 0.2s ease; cursor: pointer; } .contact-faq-item:hover { transform: translateX(4px); box-shadow: 0 4px 20px rgba(0,0,0,0.25); } .contact-faq-question { color: #FFF2B0; font-size: 1rem; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; } .contact-faq-question::before { content: 'Q'; background: #FFD25A; color: #0D3B3E; font-size: 0.75rem; font-weight: 800; padding: 3px 8px; border-radius: 4px; flex-shrink: 0; } .contact-faq-answer { color: #FFFFFF; font-size: 0.95rem; line-height: 1.7; padding-left: 30px; } @media (max-width: 1024px) { .contact-layout-inner { grid-template-columns: 1fr; gap: 32px; } .contact-steps-grid { grid-template-columns: 1fr; } .contact-steps-grid::before { display: none; } } @media (max-width: 768px) { .contact-hero-section { padding: 80px 16px 60px; } .contact-form-card, .contact-info-card { padding: 32px 24px; } .contact-layout-section { padding: 60px 16px; } .contact-steps-section { padding: 60px 16px; } .contact-faq-section { padding: 60px 16px; } .contact-trust-section { padding: 48px 16px; } .contact-faq-item { padding: 24px 20px; } } @media (max-width: 480px) { .contact-form-card, .contact-info-card { padding: 24px 16px; } .contact-trust-logos { gap: 10px; } .contact-trust-badge { font-size: 0.78rem; padding: 8px 16px; } }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Poppins:wght@600;700;800&display=swap');

[data-section-id="footer-360webx"] {
  background: linear-gradient(135deg, #0a0f1e 0%, #0d1b3e 50%, #0a1628 100%);
  color: #e2e8f0;
  font-family: 'Inter', sans-serif;
  padding: 70px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

[data-section-id="footer-360webx"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #3b82f6);
  background-size: 200% 100%;
  animation: footer360-shimmer 4s linear infinite;
}

@keyframes footer360-shimmer {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

[data-section-id="footer-360webx"] .footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 60px 40px;
  align-items: flex-start;
  box-sizing: border-box;
}

[data-section-id="footer-360webx"] .footer-brand {
  flex: 1 1 280px;
  max-width: 340px;
}

[data-section-id="footer-360webx"] .footer-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 16px 0;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

[data-section-id="footer-360webx"] .footer-tagline {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #94a3b8;
  margin: 0;
  font-weight: 400;
}

[data-section-id="footer-360webx"] .footer-links-grid {
  flex: 2 1 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-end;
}

[data-section-id="footer-360webx"] .footer-col {
  flex: 1 1 140px;
  min-width: 130px;
}

[data-section-id="footer-360webx"] .footer-col-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #60a5fa;
  margin: 0 0 18px 0;
}

[data-section-id="footer-360webx"] .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

[data-section-id="footer-360webx"] .footer-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
  position: relative;
}

[data-section-id="footer-360webx"] .footer-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  transition: width 0.3s ease;
}

[data-section-id="footer-360webx"] .footer-link:hover {
  color: #ffffff;
  padding-left: 6px;
}

[data-section-id="footer-360webx"] .footer-link:hover::before {
  width: 100%;
}

[data-section-id="footer-360webx"] .footer-divider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.3), rgba(167, 139, 250, 0.3), transparent);
  box-sizing: border-box;
}

[data-section-id="footer-360webx"] .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
}

[data-section-id="footer-360webx"] .footer-copyright {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

[data-section-id="footer-360webx"] .footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

[data-section-id="footer-360webx"] .footer-bottom-link {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  transition: color 0.25s ease;
  letter-spacing: 0.3px;
}

[data-section-id="footer-360webx"] .footer-bottom-link:hover {
  color: #60a5fa;
}

[data-section-id="footer-360webx"] .footer-separator {
  color: #334155;
  font-size: 0.85rem;
  user-select: none;
}

@media (max-width: 768px) {
  [data-section-id="footer-360webx"] .footer-top {
    flex-direction: column;
    gap: 36px;
    padding: 0 24px 48px 24px;
  }
  [data-section-id="footer-360webx"] .footer-brand {
    max-width: 100%;
  }
  [data-section-id="footer-360webx"] .footer-links-grid {
    justify-content: flex-start;
    gap: 32px;
  }
  [data-section-id="footer-360webx"] .footer-divider {
    padding: 0 24px;
  }
  [data-section-id="footer-360webx"] .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  [data-section-id="footer-360webx"] .footer-logo {
    font-size: 1.6rem;
  }
  [data-section-id="footer-360webx"] .footer-links-grid {
    flex-direction: column;
    gap: 28px;
  }
  [data-section-id="footer-360webx"] .footer-bottom-links {
    gap: 8px;
  }
}


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }