/* ==========================================================================
   INFINITIX INFOTECH - ULTRA-PREMIUM CONTACT US STYLESHEET (contact.css)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. GLOBAL CANVAS & ULTRA-LUXURY BACKGROUND SYSTEM
   -------------------------------------------------------------------------- */
body.contact-page-body {
  background-color: #060913 !important;
  background-image: 
    radial-gradient(ellipse at 15% 10%, rgba(37, 99, 235, 0.22) 0%, transparent 45%),
    radial-gradient(ellipse at 85% 55%, rgba(139, 92, 246, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 90%, rgba(14, 165, 233, 0.15) 0%, transparent 50%),
    radial-gradient(rgba(255, 255, 255, 0.06) 1.2px, transparent 1.2px) !important;
  background-size: 100% 100%, 100% 100%, 100% 100%, 28px 28px !important;
  background-attachment: fixed !important;
  color: #e2e8f0;
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------
   2. HERO BANNER WITH AURORA SPOTLIGHT
   -------------------------------------------------------------------------- */
.contact-hero-section {
  position: relative;
  padding: 150px 0 90px;
  background: radial-gradient(circle at 50% 25%, rgba(37, 99, 235, 0.25) 0%, rgba(10, 15, 30, 0.4) 60%, transparent 100%);
  overflow: hidden;
}

.contact-hero-section::before {
  content: '';
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 450px;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.3), rgba(139, 92, 246, 0.15) 50%, transparent 75%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.contact-hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}

.hero-visual-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(59, 130, 246, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #60a5fa;
  padding: 0.55rem 1.35rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.2);
  margin-bottom: 1.5rem;
}

/* --------------------------------------------------------------------------
   3. SECTION 2: CONTACT INFORMATION CARDS
   -------------------------------------------------------------------------- */
.contact-info-card {
  background: rgba(13, 19, 36, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 2.25rem 1.5rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #06b6d4);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.contact-info-card:hover {
  transform: translateY(-8px);
  background: rgba(18, 26, 48, 0.85);
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.25), 0 0 20px rgba(59, 130, 246, 0.15);
}

.contact-info-card:hover::before {
  opacity: 1;
}

.contact-icon-wrapper {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #60a5fa;
  margin-bottom: 1.25rem;
  transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
  box-shadow: inset 0 0 15px rgba(59, 130, 246, 0.15);
}

.contact-info-card:hover .contact-icon-wrapper {
  transform: scale(1.1) rotate(6deg);
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.contact-info-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.contact-info-text {
  color: #94a3b8;
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.contact-info-link {
  color: #60a5fa;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.3s ease, gap 0.3s ease;
}

.contact-info-link:hover {
  color: #93c5fd;
  gap: 0.65rem;
}

/* --------------------------------------------------------------------------
   4. SECTION 3: SOCIAL MEDIA CARDS
   -------------------------------------------------------------------------- */
.social-card-item {
  background: rgba(13, 19, 36, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.social-card-item:hover {
  transform: translateY(-5px);
  background: rgba(20, 29, 52, 0.85);
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 15px rgba(59, 130, 246, 0.15);
}

.social-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.social-card-item:hover .social-card-icon {
  transform: scale(1.15) rotate(-3deg);
}

.social-card-icon.google { background: linear-gradient(135deg, #ea4335, #4285f4); }
.social-card-icon.facebook { background: linear-gradient(135deg, #1877f2, #0b51b3); }
.social-card-icon.instagram { background: linear-gradient(135deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.social-card-icon.twitter { background: linear-gradient(135deg, #14171a, #657786); }
.social-card-icon.whatsapp { background: linear-gradient(135deg, #25d366, #128c7e); }

.social-card-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

.social-card-sub {
  color: #94a3b8;
  font-size: 0.83rem;
}

.social-card-arrow {
  margin-left: auto;
  color: #64748b;
  font-size: 1.1rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-card-item:hover .social-card-arrow {
  color: #60a5fa;
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   5. SECTION 4: GLASSMORPHISM CONTACT FORM
   -------------------------------------------------------------------------- */
.contact-form-glass-card {
  background: rgba(13, 19, 36, 0.75);
  backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 3rem 2.5rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

@media (max-width: 768px) {
  .contact-form-glass-card {
    padding: 2rem 1.25rem;
  }
}

.form-field-label {
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

.form-field-label .required-star {
  color: #ef4444;
  margin-left: 0.2rem;
}

.form-input-glass {
  background: rgba(10, 15, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  padding: 0.85rem 1.15rem;
  font-size: 0.93rem;
  width: 100%;
  transition: all 0.3s ease;
}

.form-input-glass:focus {
  background: rgba(10, 15, 28, 0.95);
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.25);
  color: #ffffff;
  outline: none;
}

.form-input-glass::placeholder {
  color: #64748b;
}

select.form-input-glass option {
  background: #0a0f1c;
  color: #ffffff;
}

.field-error-msg {
  color: #f87171;
  font-size: 0.78rem;
  margin-top: 0.35rem;
  display: none;
}

.form-input-glass.is-invalid {
  border-color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.08) !important;
}

.btn-whatsapp-submit {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 1.15rem 2.5rem;
  border-radius: 50px;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-whatsapp-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 45px rgba(37, 211, 102, 0.5);
  color: #ffffff;
}

.btn-whatsapp-submit i {
  font-size: 1.45rem;
}

/* Toast Success Modal */
.contact-success-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: rgba(10, 15, 28, 0.95);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(37, 211, 102, 0.5);
  border-radius: 18px;
  padding: 1.25rem 1.75rem;
  color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-success-toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast-icon-check {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.2);
  color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   6. SECTION 5: WHY CONTACT US CARDS
   -------------------------------------------------------------------------- */
.why-contact-card {
  background: rgba(13, 19, 36, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 1.85rem 1.5rem;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.why-contact-card:hover {
  transform: translateY(-6px);
  background: rgba(18, 26, 48, 0.85);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4), 0 0 15px rgba(59, 130, 246, 0.12);
}

.why-icon-badge {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: #60a5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.why-contact-card:hover .why-icon-badge {
  transform: scale(1.1);
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  border-color: transparent;
}

.why-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.45rem;
}

.why-card-desc {
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   7. SECTION 6: GOOGLE MAP EMBED
   -------------------------------------------------------------------------- */
.contact-map-card {
  background: rgba(13, 19, 36, 0.75);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 1.25rem;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.contact-map-iframe {
  width: 100%;
  height: 460px;
  border: none;
  border-radius: 20px;
  filter: invert(90%) hue-rotate(180deg) brightness(95%) contrast(90%);
  transition: filter 0.4s ease;
}

.contact-map-card:hover .contact-map-iframe {
  filter: invert(85%) hue-rotate(180deg) brightness(100%) contrast(95%);
}

/* --------------------------------------------------------------------------
   8. SECTION 7: FAQ ACCORDION
   -------------------------------------------------------------------------- */
.contact-faq-item {
  background: rgba(13, 19, 36, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px !important;
  margin-bottom: 1.1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.contact-faq-item:hover {
  border-color: rgba(59, 130, 246, 0.4);
  background: rgba(18, 26, 48, 0.8);
}

.contact-faq-button {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.04rem;
  padding: 1.35rem 1.6rem;
  box-shadow: none !important;
}

.contact-faq-button::after {
  filter: invert(1);
}

.contact-faq-body {
  background: rgba(8, 12, 24, 0.5);
  color: #94a3b8;
  font-size: 0.94rem;
  line-height: 1.7;
  padding: 0 1.6rem 1.35rem 1.6rem;
}

/* --------------------------------------------------------------------------
   9. SECTION 8: FINAL CTA BANNER
   -------------------------------------------------------------------------- */
.contact-cta-banner {
  background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.3) 0%, rgba(10, 15, 30, 0.95) 100%);
  backdrop-filter: blur(28px);
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 30px;
  padding: 4.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), inset 0 0 30px rgba(59, 130, 246, 0.15);
}

.contact-cta-banner::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(139, 92, 246, 0.25), transparent 70%);
  filter: blur(70px);
  pointer-events: none;
}
