/* Start custom CSS for html, class: .elementor-element-ad46620 *//* DOMESTIC REACH PAGE CSS */
.domestic-banner {
  background: linear-gradient(to right, #e3f7f0, #cce5df);
  padding: 60px 20px;
  text-align: center;
  color: #003366;
}

.domestic-banner h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #198754;
}

.domestic-banner p {
  font-size: 16px;
  color: #2c3e50;
}

.domestic-intro {
  background-color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.domestic-intro h2 {
  font-size: 26px;
  color: #003366;
  margin-bottom: 15px;
}

.domestic-intro p {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  color: #2c3e50;
  line-height: 1.6;
}

.reach-grid {
  background-color: #f4fdf9;
  padding: 50px 20px;
  text-align: center;
}

.reach-grid h3 {
  font-size: 24px;
  color: #198754;
  margin-bottom: 30px;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.state-grid div {
  background-color: #ffffff;
  border-left: 4px solid #198754;
  padding: 12px 18px;
  border-radius: 8px;
  color: #003366;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.why-domestic {
  padding: 50px 20px;
  background-color: #ffffff;
  text-align: center;
}

.why-domestic h3 {
  font-size: 24px;
  color: #0d6efd;
  margin-bottom: 25px;
}

.why-domestic ul {
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}

.why-domestic li {
  background-color: #f2f8ff;
  padding: 12px 20px;
  border-left: 5px solid #0d6efd;
  border-radius: 6px;
  margin-bottom: 12px;
  color: #2c3e50;
  text-align: left;
  font-size: 15.5px;
}

.domestic-cta {
  background-color: #e6f5ec;
  padding: 50px 20px;
  text-align: center;
}

.domestic-cta h3 {
  font-size: 24px;
  color: #198754;
  margin-bottom: 10px;
}

.domestic-cta p {
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0d6efd;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #198754;
}

/* Responsive */
@media (max-width: 600px) {
  .state-grid {
    grid-template-columns: 1fr;
  }
}
.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0d6efd;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}/* End custom CSS */