
.csa-scheduler-page .navbar {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.csa-scheduler-page .nav-links a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* Hero */
.csa-scheduler-page .hero {
  text-align: center;
  padding: 60px 20px;
  background: #f6f7f5;
}

.csa-scheduler-page .hero h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.csa-scheduler-page .hero p {
  margin-bottom: 30px;
  font-size: 18px;
}

.csa-scheduler-page .hero-img {
  max-width: 800px;
  width: 100%;
  border-radius: 12px;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

/* Features */
.csa-scheduler-page .features {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background: #f6f7f5;
  flex-wrap: wrap;
}

/* Section wrapper */
.csa-scheduler-page .features {
  padding: 60px 20px;
  background: #f6f7f5;
}

/* THIS is the correct flex container */
.csa-scheduler-page .features-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; /* allows stacking on smaller screens */
}

/* Individual feature cards */
.csa-scheduler-page .feature {
  max-width: 300px;
  text-align: center;
  flex: 1 1 300px; /* responsive sizing */
}

/* Delivery */
.csa-scheduler-page .delivery {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
}

.csa-scheduler-page .delivery-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.csa-scheduler-page .delivery img {
  width: 500px;
  max-width: 100%;
  border-radius: 12px;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.csa-scheduler-page .delivery-text {
  max-width: 400px;
  text-align: left;
}

/* Payments */
.csa-scheduler-page .payments {
  padding: 60px 20px;
  text-align: center;
  background: #f6f7f5;
}

.csa-scheduler-page .payment-options {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.csa-scheduler-page .payment-options img {
  width: 450px;
  max-width: 100%;
  border-radius: 12px;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

/* Review */
.csa-scheduler-page .review {
  padding: 60px 20px;
  text-align: center;
  background: #f6f7f5;
}

.csa-scheduler-page .review-img {
  width: 800px;
  max-width: 100%;
  margin: 40px 0;
  border-radius: 12px;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.csa-scheduler-page .mobile-img {
  width: 50px;
  border-radius: 12px;
  display: block;
  margin: auto;
}

/* Contact */
.csa-scheduler-page .contact {
  padding: 60px 20px;
  text-align: center;
  background: #ffffff;
}

.csa-scheduler-page .contact-form {
  max-width: 600px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.csa-scheduler-page .contact-form input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.csa-scheduler-page .contact-form button {
  padding: 14px;
  border: none;
  background: #2e7d32;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.csa-scheduler-page .contact-form button:hover {
  background: #256628;
}

/* Pricing */
.csa-scheduler-page .pricing {
  padding: 40px 20px;
  text-align: center;
  background: #f6f7f5;
  font-size: 14px;
  color: #555;
}

/* TOP NAV */
.csa-scheduler-page .navbar {
    display: flex;
    justify-content: center;
    gap: 45px;
    row-gap: 12px;
    padding: 25px 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.csa-scheduler-page .navbar a {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #cbd5f5;
    background: #f8fafc;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.csa-scheduler-page .navbar a:hover {
   background: #e5f0e8;
   border-color: #2f6f3e;
}

.csa-scheduler-page .payment-options-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: 700;
}


