/* ========== CONTACT BANNER SECTION ========== */
.contact-banner {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url('your-contact-banner-image.jpg') center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  overflow: hidden;
}

.contact-banner .contact-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.8), rgba(40, 40, 40, 0.8), rgba(60, 60, 60, 0.8));
}

.contact-banner .contact-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 15px;
}

.contact-banner .contact-banner-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0;
  color: #fff;
  transform: translateY(40px);
  animation: bannerFadeUp 1s ease forwards;
}

.contact-banner .contact-banner-subtitle {
  font-size: 1.3rem;
  margin-top: 15px;
  font-weight: 300;
  color: #e0e0e0;
  opacity: 0;
  transform: translateY(40px);
  animation: bannerFadeUp 1s ease 0.5s forwards;
}

@keyframes bannerFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== FAQ & BUSINESS HOURS SECTION ========== */
.faq-business {
  background: #2a2a2a !important;
  color: #fff !important;
}

.faq-business h2 {
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 30px;
}

.faq-business .accordion-item {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.faq-business .accordion-button {
  background: #fff;
  color: #000;
  border: none;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  /* padding: 15px 20px; */
}

.faq-business .accordion-button:not(.collapsed) {
  background: #f8f9fa;
  color: #000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-business .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: none;
}

.faq-business .accordion-body {
  background: #fff;
  color: #000;
  /* padding: 20px; */
  line-height: 1.6;
}

.faq-business .list-group-item {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #dee2e6 !important;
  padding: 15px 20px;
  margin-bottom: 8px;
  border-radius: 8px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.faq-business .badge.bg-accent {
  background: #6c757d !important;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

/* ========== CONTACT DETAILS SECTION ========== */
.contact-section {
    padding: 60px 0;
    text-align: center;
    background: #f8f9fa;
}

.contact-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.contact-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.contact-section .section-title p {
    font-size: 1.1rem;
    color: #000;
    max-width: 600px;
    margin: 0 auto;
}

.contact-section .contact-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.contact-section .contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #2c2c2c;
}

.contact-section .contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2c2c2c, #4a4a4a);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.contact-section .contact-card:hover .contact-icon {
    background: linear-gradient(135deg, #000000, #2c2c2c);
    transform: scale(1.1);
}

.contact-section .contact-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.contact-section .contact-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.contact-section .contact-info {
    font-size: 1rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-section .contact-link {
    display: inline-block;
    padding: 12px 25px;
    background: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.contact-section .contact-link:hover {
    background: #000000;
    color: #ffffff;
    transform: scale(1.05);
}

.contact-section .email-card .contact-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.contact-section .email-card:hover .contact-icon {
    background: linear-gradient(135deg, #5a6fd8, #6a4190);
}

.contact-section .phone-card .contact-icon {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.contact-section .phone-card:hover .contact-icon {
    background: linear-gradient(135deg, #e080e8, #e3455a);
}

.contact-section .address-card .contact-icon {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.contact-section .address-card:hover .contact-icon {
    background: linear-gradient(135deg, #3d8bfe, #00d4e6);
}

/* ========== CONTACT FORM & MAP SECTION ========== */
.contact-section.py-5 {
  background: #2a2a2a;
  padding: 60px 0 !important;
  color: #fff;
}

.contact-section.py-5 h2 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}

.contact-section.py-5 h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #6a6a6a;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}

.contact-section .form-section {
  border: 2px solid #555;
  text-align: left !important;
  border-radius: 20px;
  padding: 30px;
  background: #1e1e1e;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.contact-section .form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #777, #555, #777);
}

.contact-section .contact-input {
  border: 2px solid #555;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 1rem;
  background: #fff;
  color: #000;
  margin-bottom: 15px;
}

.contact-section .contact-input:focus {
  border-color: #777;
  box-shadow: 0 0 12px rgba(119, 119, 119, 0.4);
  outline: none;
  transform: scale(1.02);
}

.contact-section .contact-input::placeholder {
  color: #aaa;
}

.contact-section .form-label {
  color: #e0e0e0;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.contact-section .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-section .form-group:last-child {
  margin-bottom: 0;
}

.contact-section .form-label.required::after {
  content: '*';
  color: #ff6b6b;
  margin-left: 3px;
}

.contact-section .btn-submit {
  background: linear-gradient(135deg, #444, #222);
  color: #fff;
  padding: 14px 28px;
  border: 2px solid #555;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 20px;
}

.contact-section .btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(68, 68, 68, 0.5);
  background: linear-gradient(135deg, #555, #333);
  border-color: #777;
}

.contact-section .map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  height: 100%;
  min-height: 400px;
  border: 2px solid #555;
}

.contact-section .map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
  filter: grayscale(0.2);
  transition: filter 0.3s ease;
}

.contact-section .map-container:hover iframe {
  filter: grayscale(0);
}

.contact-section .address-info {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #444;
  transition: border-color 0.3s ease;
}

.contact-section .address-info:hover {
  border-color: #666;
}

.contact-section .address-info h5 {
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
}

.contact-section .address-info p {
  color: #e0e0e0;
  margin-bottom: 10px;
}

.contact-section .address-info .contact-detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 0;
}

.contact-section .address-info .contact-detail i {
  color: #888;
  margin-right: 10px;
  width: 20px;
}

.contact-section .address-info .contact-detail.whatsapp i {
  color: #25D366;
}

.contact-section .address-info .contact-detail a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-section .address-info .contact-detail a:hover {
  color: #fff;
}

.contact-section .address-info .contact-detail.whatsapp a:hover {
  color: #25D366;
}

/* Form Validation Styles */
.contact-section .contact-input.invalid {
  border-color: #ff6b6b;
  box-shadow: 0 0 12px rgba(255, 107, 107, 0.3);
}

.contact-section .contact-input.valid {
  border-color: #4ecdc4;
  box-shadow: 0 0 12px rgba(78, 205, 196, 0.3);
}

.contact-section .error-message {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 5px;
  display: none;
}

.contact-section .success-message {
  color: #4ecdc4;
  font-size: 0.85rem;
  margin-top: 5px;
  display: none;
}

/* ========== RESPONSIVE STYLES ========== */
@media (max-width: 768px) {
  /* Contact Banner */
  .contact-banner .contact-banner-title {
    font-size: 2.2rem;
  }
  .contact-banner .contact-banner-subtitle {
    font-size: 1rem;
  }
  
  /* FAQ & Business */
  .faq-business .accordion-button {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
  
  .faq-business .list-group-item {
    padding: 12px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  /* Form Section */
  .contact-section .form-section {
    padding: 20px;
  }
  
  /* Contact Details */
  .contact-section .contact-card {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
  
  .contact-section .section-title h2 {
    font-size: 2rem;
  }
  
  .contact-section .contact-icon {
    width: 70px;
    height: 70px;
  }
  
  .contact-section .contact-icon i {
    font-size: 1.7rem;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-section .contact-card {
    padding: 25px 15px;
  }
  
  .contact-section .form-section {
    padding: 15px;
  }
  
  .faq-business .list-group-item {
    font-size: 0.9rem;
  }
  
  .faq-business .badge.bg-accent {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
  .g-5, .gx-5 {
    --bs-gutter-x: 0 !important;
}
}