/**
 * Flame Logistics - Contact Page Specific Styles
 */

/* Glass card for contact page */
.contact-glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Text shadow for hero */
.contact-text-shadow-hero {
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Form controls */
.contact-form .contact-select {
  color: #1f2937;
  border: 1px solid #bc000c !important;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23bc000c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form .contact-select:focus {
  border-color: #bc000c !important;
  box-shadow: 0 0 0 2px rgba(188, 0, 12, 0.1);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #bc000c !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(188, 0, 12, 0.1);
}

/* GCC footprint tab states */
.city-tab.is-active {
  background-color: #bc000c;
  color: #ffffff;
}

.city-tab:not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.1);
}
