.elementor-79 .elementor-element.elementor-element-f705db5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-00306fc *//* ================================================
   CONTACT PAGE STYLES - MODERN CLEAN DESIGN
   ================================================ */

.exo-contact-page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

/* ================================================
   HERO SECTION
   ================================================ */

.exo-contact-hero {
  text-align: center;
  padding: 35px 35px;
  background: linear-gradient(135deg, #f9f9f9, #fff);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.exo-contact-hero h1 {
  font-size: 2.2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.exo-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 20px auto;
}

.exo-hero-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #084D00, transparent);
}

.exo-hero-dot {
  margin: 0 20px;
  color: #084D00;
  font-size: 1.2em;
  font-weight: 900;
}

.exo-hero-tagline {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

/* ================================================
   INTRO SECTION
   ================================================ */

.exo-contact-intro {
  background: #fff;
  border-left: 4px solid #084D00;
  border-radius: 8px;
  padding: 25px 35px;
  margin-bottom: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.exo-contact-intro p {
  font-size: 1em;
  line-height: 1.8;
  color: #555;
  margin: 0;
  text-align: center;
}

/* ================================================
   CONTACT LAYOUT
   ================================================ */

.exo-contact-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 35px;
  margin-bottom: 60px;
}

/* ================================================
   CONTACT INFO CARDS (LEFT)
   ================================================ */

.exo-contact-info-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.exo-contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.exo-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.exo-contact-card-icon {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 15px;
}

.exo-contact-card h3 {
  font-size: 1.3em;
  color: #084D00;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.exo-contact-card p {
  font-size: 0.95em;
  color: #666;
  line-height: 1.6;
  margin: 0 0 12px 0;
  text-align: center;
}

.exo-contact-link {
  display: block;
  color: #084D00;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  margin: 8px 0;
  transition: all 0.3s ease;
}

.exo-contact-link:hover {
  color: #4CAF50;
}

.exo-contact-hours {
  font-size: 0.9em !important;
  color: #888 !important;
  margin-top: 12px !important;
}

.exo-contact-address {
  font-style: normal;
  font-size: 1em;
  color: #084D00;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  margin: 12px 0;
}

.exo-contact-note {
  font-size: 0.85em !important;
  color: #999 !important;
  font-style: italic;
  margin-top: 12px !important;
}

/* Business Hours */
.exo-business-hours {
  margin-top: 15px;
}

.exo-hours-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.exo-hours-row:last-child {
  border-bottom: none;
}

.exo-day {
  font-weight: 700;
  color: #084D00;
  font-size: 0.9em;
}

.exo-time {
  font-weight: 600;
  color: #666;
  font-size: 0.9em;
}

/* Social Links */
.exo-social-card {
  background: linear-gradient(135deg, #084D00, #0a6000);
  color: #fff;
}

.exo-social-card .exo-contact-card-icon {
  filter: brightness(0) invert(1);
}

.exo-social-card h3 {
  color: #fff;
}

.exo-social-card p {
  color: rgba(255, 255, 255, 0.95);
}

.exo-social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.exo-social-link {
  display: block;
  padding: 10px;
  background: #fff;
  color: #084D00;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 6px;
  border: 2px solid #fff;
}

.exo-social-link:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* ================================================
   CONTACT FORM (RIGHT)
   ================================================ */

.exo-contact-form-section {
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.exo-form-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
}

.exo-form-header h2 {
  font-size: 1.8em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
}

.exo-form-header p {
  font-size: 0.95em;
  color: #666;
  margin: 0;
}

/* Form Styles */
.exo-contact-form {
  margin: 0;
}

.exo-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.exo-form-group {
  margin-bottom: 20px;
}

.exo-form-group label {
  display: block;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.exo-form-group input,
.exo-form-group select,
.exo-form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 0.95em;
  font-family: inherit;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.exo-form-group input:focus,
.exo-form-group select:focus,
.exo-form-group textarea:focus {
  outline: none;
  border-color: #084D00;
  box-shadow: 0 0 0 3px rgba(8, 77, 0, 0.1);
}

.exo-form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.exo-form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding-right: 40px;
}

.exo-submit-button {
  width: 100%;
  background: #084D00;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px 35px;
  font-size: 1.05em;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.exo-submit-button:hover {
  background: #0a6000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(8, 77, 0, 0.25);
}

/* ================================================
   FAQ SECTION
   ================================================ */

.exo-faq-section {
  background: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-top: 60px;
}

.exo-faq-section h2 {
  font-size: 2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}

.exo-faq-intro {
  font-size: 1em;
  color: #666;
  text-align: center;
  margin-bottom: 35px;
}

.exo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.exo-faq-item {
  background: #f9f9f9;
  border-left: 4px solid #084D00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}

.exo-faq-item:hover {
  background: #fff;
  border-left-width: 6px;
  box-shadow: 0 2px 12px rgba(8, 77, 0, 0.08);
}

.exo-faq-item h3 {
  font-size: 1.1em;
  color: #084D00;
  font-weight: 800;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.exo-faq-item p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.exo-faq-cta {
  text-align: center;
  padding-top: 25px;
  border-top: 2px solid #f0f0f0;
  margin-top: 25px;
}

.exo-faq-cta p {
  font-size: 1em;
  color: #555;
  margin: 0;
}

.exo-faq-cta a {
  color: #084D00;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.exo-faq-cta a:hover {
  color: #4CAF50;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1200px) {
  .exo-contact-layout {
    grid-template-columns: 340px 1fr;
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .exo-contact-page-wrapper {
    padding: 30px 30px 50px;
  }

  .exo-contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .exo-contact-info-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .exo-faq-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .exo-contact-page-wrapper {
    padding: 25px 20px 40px;
  }

  .exo-contact-hero {
    padding: 28px 25px;
  }

  .exo-contact-hero h1 {
    font-size: 1.8em;
  }

  .exo-hero-tagline {
    font-size: 1em;
  }

  .exo-contact-intro {
    padding: 20px 25px;
  }

  .exo-contact-intro p {
    font-size: 0.95em;
  }

  .exo-contact-info-section {
    grid-template-columns: 1fr;
  }

  .exo-contact-form-section {
    padding: 28px 25px;
  }

  .exo-form-row {
    grid-template-columns: 1fr;
  }

  .exo-faq-section {
    padding: 32px 25px;
  }

  .exo-faq-section h2 {
    font-size: 1.7em;
  }

  .exo-social-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .exo-contact-page-wrapper {
    padding: 20px 15px 30px;
  }

  .exo-contact-hero h1 {
    font-size: 1.5em;
  }

  .exo-hero-tagline {
    font-size: 0.95em;
  }

  .exo-form-header h2 {
    font-size: 1.5em;
  }

  .exo-faq-section h2 {
    font-size: 1.5em;
  }

  .exo-contact-card {
    padding: 20px;
  }

  .exo-submit-button {
    font-size: 1em;
    padding: 14px 30px;
  }
}/* End custom CSS */