/* Contact Section Styles */
.contact-section {
  background: white;
  padding: 60px 0;
}

.contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.contact-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.contact-info, .contact-form-container {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-info:hover, .contact-form-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.contact-info h3, .contact-form-container h3 {
  color: #2d3748;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 2px solid #1f2630;
  padding-bottom: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: #e9ecef;
  transform: translateX(-5px);
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: #1f2630;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  flex-shrink: 0;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-icon:hover {
  transform: scale(1.1);
  background: #0056b3;
}

.whatsapp-icon {
  background: #25D366 !important;
}

.whatsapp-icon:hover {
  background: #128C7E !important;
}

.twitter-icon {
  background: #1DA1F2 !important;
}

.twitter-icon:hover {
  background: #1991DB !important;
}

.contact-details h5 {
  margin: 0 0 5px 0;
  color: #2d3748;
  font-weight: 600;
  font-size: 1rem;
}

.contact-details p {
  margin: 0;
  color: #6c757d;
  font-size: 0.9rem;
}

.map-container {
  margin-top: 30px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.map-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.map-header {
  background: linear-gradient(135deg, #17a2b8, #138496);
  color: white;
  padding: 25px;
  text-align: center;
}

.real-map {
  height: 400px;
  width: 100%;
}

.map-header .map-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.map-header h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.map-header p {
  font-size: 1rem;
  margin-bottom: 5px;
  opacity: 0.9;
}

.map-header .map-description {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0;
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: white;
  margin-bottom: 15px;
}

.form-control:hover {
  border-color: #1f2630;
}

.form-control:focus {
  border-color: #1f2630;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  outline: none;
}

.contact-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}


.form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.text-danger {
  font-size: 12px;
  margin-top: 5px;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.btn-contact {
  background: #1f2630;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  color: white;
  margin-top: auto;
}

.btn-contact:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

/* Alert Styles */
.alert {
  border-radius: 8px;
  border: none;
  padding: 12px 15px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Add some spacing to match the contact info section */
.text-center {
  margin-top: 20px;
}

/* Alert Styles */
.alert {
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

/* FAQ Styles */
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #495057;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23198754'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #1f2630;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #198754;
  --bs-accordion-active-bg: #e9ecef;
}

.faq-title {
  color: #1f2630;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #1f2630;
}

.accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 10px !important;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.accordion-button {
  border-radius: 10px 10px 0 0 !important;
  font-weight: 600;
  color: #2d3748;
  font-size: 14px;
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  direction: rtl;
  text-align: right;
}

.accordion-button:not(.collapsed) {
  background: #e9ecef !important;
  color: #1f2630 !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0,123,255,.25) !important;
  border-color: #1f2630 !important;
}

.accordion-number {
  background: #1f2630;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  flex-shrink: 0;
  vertical-align: middle;
}

.accordion-button:not(.collapsed) .accordion-number {
  background: #198754;
}

.accordion-body {
  padding: 20px;
  color: #6c757d;
  font-size: 13px;
  line-height: 1.6;
  direction: rtl;
  text-align: right;
  background: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  
  .contact-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .contact-info, .contact-form-container {
    padding: 25px;
    margin-bottom: 30px;
  }
  
  .contact-item {
    padding: 5px;
  }
  
  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
  }
  
  .btn-contact {
    padding: 12px 30px;
    min-width: 150px;
  }
}

@media (max-width: 576px) {
  .contact-title {
    font-size: 1.8rem;
  }
  
  .contact-subtitle {
    font-size: 1rem;
  }
  
  .contact-info, .contact-form-container {
    padding: 20px;
  }
  
  .contact-item {
    padding: 12px;
  }

  .faq-title {
    font-size: 1.1rem;
  }

  .accordion-button {
    font-size: 13px;
    padding: 12px 15px;
  }

  .accordion-number {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .accordion-body {
    padding: 15px;
    font-size: 12px;
  }
}
