/* ==========================================================================
   HRN TECH SOLUTIONS - MODERN CONTACT US PAGE STYLES
   ========================================================================== */

/* Page Base */
.contact-page-body {
  background-color: #030508 !important;
  color: #ffffff;
  font-family: 'Satoshi', sans-serif !important;
  overflow-x: hidden;
}

/* Hero Section */
.contact-hero {
  background: #030508;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.contact-ambient-glow {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.contact-ambient-glow.glow-cyan {
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, #00f2fe 0%, #4facfe 100%);
}

.contact-ambient-glow.glow-magenta {
  bottom: -150px;
  right: -120px;
  background: radial-gradient(circle, #ff007f 0%, #7928ca 100%);
}

/* Badge */
.contact-hero-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 30px;
}

.badge-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00f2fe;
  box-shadow: 0 0 10px #00f2fe;
  animation: badgePulse 2s infinite ease-in-out;
}

@keyframes badgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.4); }
}

.badge-label {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e0e6ed;
}

.gradient-accent-text {
  background: linear-gradient(135deg, #00f2fe 0%, #ff007f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Quick Contact Info Cards Grid */
.contact-quick-card {
  background: rgba(18, 20, 29, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  min-height: 220px;
}

.contact-quick-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 242, 254, 0.4);
  box-shadow: 0 15px 35px rgba(0, 242, 254, 0.15);
}

.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.contact-quick-card:hover .icon-circle {
  transform: scale(1.1) rotate(4deg);
  background: rgba(255, 255, 255, 0.1);
}

.card-action-link {
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.3s ease;
}

.card-action-link:hover {
  transform: translateX(4px);
  text-decoration: underline;
}

.text-whatsapp {
  color: #25d366 !important;
}

/* Form Narrative Column */
.feature-check-icon {
  color: #00f2fe;
  font-size: 1.25rem;
  margin-top: 2px;
}

.social-circle-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.social-circle-btn:hover {
  background: #00f2fe;
  color: #08090d;
  border-color: #00f2fe;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 242, 254, 0.3);
}

/* Glass Form Card */
.contact-glass-form-card {
  background: rgba(18, 20, 29, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
}

/* Floating Input Overrides */
.modern-contact-form .form-floating > .form-control,
.modern-contact-form .form-floating > .form-select {
  background: rgba(8, 9, 13, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 12px;
  font-size: 0.95rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modern-contact-form .form-floating > label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.modern-contact-form .form-floating > .form-control:focus,
.modern-contact-form .form-floating > .form-select:focus {
  background: rgba(8, 9, 13, 0.9);
  border-color: #00f2fe;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.25);
  color: #ffffff;
}

.modern-contact-form .form-floating > .form-control:focus ~ label,
.modern-contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.modern-contact-form .form-floating > .form-select ~ label {
  color: #00f2fe;
  opacity: 0.9;
}

.modern-contact-form option {
  background: #08090d;
  color: #ffffff;
}

/* Submit Button */
.contact-glow-submit-btn {
  background: linear-gradient(135deg, #ffffff 0%, #e0e6ed 100%);
  color: #08090d;
  border: none;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-glow-submit-btn:hover {
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  color: #08090d;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 242, 254, 0.35);
}

.contact-glow-submit-btn i {
  transition: transform 0.3s ease;
}

.contact-glow-submit-btn:hover i {
  transform: translateX(5px) translateY(-2px);
}

/* Glass Map Frame */
.glass-map-frame {
  background: rgba(18, 20, 29, 0.6);
  backdrop-filter: blur(12px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 2.3rem;
  }
  .contact-glass-form-card {
    padding: 1.5rem !important;
  }
}
