/* ../../../../../tmp/tmp-2315265-QQ7QzlgVe7j6/makarimaltamayuzcars/makarimaltamayuzcars/public/scss/contact-us.bundle.css */
.contact-section {
  direction: rtl;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  padding: 0 0 60px;
}
.contact-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 20px 16px 0;
}
.contact-header h1 {
  margin: 0 0 10px !important;
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}
.contact-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 0 16px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 35px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.contact-card h2 {
  margin: 0 0 6px;
  color: #0b4aa6;
  font-size: 22px;
  font-weight: 800;
}
.cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0 25px;
}
.contact-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.contact-cta:hover {
  transform: translateY(-3px);
}
.contact-cta--whatsapp {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}
.contact-cta--whatsapp:hover {
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
  color: #fff;
}
.contact-cta--call {
  background: linear-gradient(135deg, #0b4aa6, #0284c7);
  color: #fff;
  box-shadow: 0 6px 20px rgba(11, 74, 166, 0.35);
}
.contact-cta--call:hover {
  box-shadow: 0 12px 30px rgba(11, 74, 166, 0.5);
  color: #fff;
}
.cta-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.contact-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 15px;
  line-height: 1.5;
}
.contact-info li:last-child {
  border-bottom: none;
}
.info-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.contact-info a {
  color: #0b4aa6;
  text-decoration: none;
  font-weight: 600;
}
.contact-info a:hover {
  text-decoration: underline;
}
.branches-title {
  font-size: 16px;
  font-weight: 800;
  color: #374151;
  margin: 0 0 14px;
  padding-top: 6px;
  border-top: 2px solid #e5e7eb;
}
.branches {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.branch-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f0f6ff;
  border: 1px solid #d1e3ff;
  border-radius: 14px;
  padding: 13px 16px;
  transition: background 0.2s;
}
.branch-card:hover {
  background: #e0eeff;
}
.branch-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.branch-info {
  flex: 1;
  min-width: 0;
}
.branch-name {
  font-weight: 700;
  font-size: 14px;
  color: #0b4aa6;
  margin-bottom: 2px;
}
.branch-address {
  font-size: 13px;
  color: #6b7280;
}
.branch-map-btn {
  flex-shrink: 0;
  background: #0b4aa6;
  color: #fff;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.branch-map-btn:hover {
  background: #0284c7;
  transform: scale(1.05);
  color: #fff;
}
.contact-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.contact-map iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}
.form-subtitle {
  color: #6b7280;
  font-size: 14px;
  margin: 0 0 20px;
}
.form-group {
  margin-bottom: 18px;
}
label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 14px;
  color: #374151;
}
.required {
  color: #ef4444;
  margin-right: 2px;
}
input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  outline: none;
  font-size: 14px;
  font-family: inherit;
  background: #fafafa;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
input:focus,
textarea:focus {
  border-color: #0284c7;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.15);
}
textarea {
  resize: vertical;
  min-height: 130px;
}
.btn-submit {
  margin-top: 8px;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #0b4aa6, #0284c7);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.25s, box-shadow 0.25s;
  font-family: inherit;
}
.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(11, 74, 166, 0.45);
}
select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  outline: none;
  font-size: 14px;
  font-family: inherit;
  background: #fafafa;
  color: #374151;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
select:focus {
  border-color: #0284c7;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.15);
}
.optional {
  color: #9ca3af;
  font-weight: 400;
  font-size: 12px;
  margin-right: 4px;
}
.form-alert {
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.form-alert.success {
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  color: #166534;
}
.form-alert.error {
  background: #fef2f2;
  border: 1.5px solid #fca5a5;
  color: #991b1b;
}
@media (max-width: 480px) {
  .contact-card {
    padding: 24px 20px;
  }
  .contact-header h1 {
    font-size: 32px;
  }
}
/*# sourceMappingURL=contact-us.bundle.7AIBDGWB.css.map */
