.elementor-2192 .elementor-element.elementor-element-debf062{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-10836e9 *//* ===== CONTACT US PAGE STYLES ===== */
.contact-hero {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.03"><polygon points="100,100 200,50 300,100 400,50 500,100 600,50 700,100 800,50 900,100 1000,50 1000,150 900,200 800,150 700,200 600,150 500,200 400,150 300,200 200,150 100,200 0,150 0,50" fill="white"/></svg>');
  background-size: 400px 400px;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  background: linear-gradient(45deg, #fff 0%, #f5e8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
}

.contact-stats {
  display: flex;
  gap: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
}

.hero-image {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.hero-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Contact Content */
.contact-content {
  padding: 80px 0;
  background: #f8f9fa;
}

/* Contact Methods */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.contact-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  border-color: #722F37;
}

.contact-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.contact-card h3 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-card p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-note {
  font-size: 0.9rem;
  color: #666;
  opacity: 0.8;
}

/* Contact Main Section */
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.contact-info h2 {
  font-size: 2.5rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-intro {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}

.detail-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.detail-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.detail-content h4 {
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 5px;
  font-weight: 600;
}

.detail-content p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 5px;
  font-weight: 500;
}

.detail-note {
  font-size: 0.9rem;
  color: #666;
  opacity: 0.8;
}

/* Social Links */
.social-links h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 600;
}

.social-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: white;
  border-radius: 8px;
  text-decoration: none;
  color: #212121;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.social-link:hover {
  background: #722F37;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(114, 47, 55, 0.3);
}

/* Contact Form */
.contact-form-section {
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.form-container h3 {
  font-size: 2rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-container p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  color: #212121;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #722F37;
  box-shadow: 0 0 0 3px rgba(114, 47, 55, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.form-note {
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid #722F37;
}

.form-note p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.form-note strong {
  color: #722F37;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  color: white;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(114, 47, 55, 0.3);
  border: none;
  cursor: pointer;
  justify-content: center;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(114, 47, 55, 0.4);
  gap: 15px;
}

.submit-btn svg {
  transition: transform 0.3s ease;
}

.submit-btn:hover svg {
  transform: translateX(5px);
}

/* Map Section */
.map-section {
  margin-bottom: 80px;
}

.map-section h2 {
  font-size: 2.5rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.map-section p {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.map-container {
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.location-details {
  display: flex;
  justify-content: center;
}

.location-card {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  max-width: 500px;
  text-align: center;
}

.location-card h4 {
  font-size: 1.3rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 600;
}

.location-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-item {
  color: #555;
  font-size: 0.95rem;
}

/* Quick Actions */
.quick-actions {
  text-align: center;
}

.quick-actions h3 {
  font-size: 2.2rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.quick-actions p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.action-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.action-card {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
}

.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #722F37;
  color: inherit;
  text-decoration: none;
}

.action-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.action-card h4 {
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 10px;
  font-weight: 600;
}

.action-card p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.action-cta {
  color: #722F37;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.action-card:hover .action-cta {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-image {
    position: relative;
    width: 100%;
    margin-top: 40px;
    right: auto;
    top: auto;
    transform: none;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .contact-stats {
    justify-content: center;
  }
  
  .contact-methods {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contact-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .action-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .social-icons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 100px 0 60px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .contact-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .contact-form-section {
    padding: 40px 25px;
  }
  
  .action-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .contact-container {
    padding: 0 15px;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .contact-info h2 {
    font-size: 2rem;
  }
  
  .detail-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .contact-details {
    gap: 20px;
  }
}/* End custom CSS */