body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f5f5f5;
      /* overflow: hidden; */

}

.container {
    display: flex;
    height: 100vh;
    /* overflow: hidden; */
      flex-wrap: wrap; /* important for responsiveness */

}

.left-section {
    flex: 1;
    background-color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.courier-img {
    max-width: 90%;
    height: auto;
}

.right-section {
    flex: 2;
    position: relative;
    background-color: #f8fcf8;
    display: flex;
    align-items: center;
    padding: 40px 60px;
      flex-wrap: wrap; /* important for responsiveness */

}

.right-content {
    width: 100%;
    /* z-index: 2; */
}

/* 
.header h1 {
    font-size: 34px;
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    
}

.header h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #444;
} */

.cards-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.header {
    text-align: center;
    background-color: #dcdcdc;
    width: 600px;
    margin-top: 5px;
    /* margin-bottom: 30px; */
    text-align: center;
    margin-left: 190px;
    border-radius: 4px;
}

.booking-form {
    background-color: #d7f0a2;
    padding: 55px 50px;
    border-radius: 25px;
    width: 390px;
    box-sizing: border-box;
}

.booking-form h3 {
    margin-bottom: 20px;
    color: #0079c1;
    font-size: 20px;
}


.shipment-type button {
    flex: 1;
    padding: 10px;
    border-radius: 12px;
    border: none;
    background: #c7e8e8;
    /* light teal */
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.shipment-type .active {
    background: #00aaff;
    /* Bright blue */
    color: white;
}

form label {
    display: block;
    font-size: 14px;
    margin-top: 12px;
    color: #000;
}

form select,
form input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #00aaff;
    margin-top: 5px;
    font-size: 14px;
    background-color: #f8f8f8;
}

.route-map h3 {
    margin-bottom: 15px;
    color: #0079c1;
    font-size: 20px;
}

.route-map .map-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}


.shipment-type {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}

.shipment-box {
  flex: 1;
  background-color: #c1e7f7;
  border-radius: 18px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
}

.shipment-box .shipment-header {
  font-weight: bold;
  color: #005f87;
  margin-bottom: 15px;
}

.shipment-box .shipment-body {
  font-size: 13px;
  color: #333;
}

.shipment-box.active {
  background-color: #00aaff;
  color: white;
  border: 2px solid #0077b6;
}

.shipment-box.active .shipment-header,
.shipment-box.active .shipment-body {
  color: white;
}

.next-btn {
  width: 100px;
  height: 40px;
  padding: 10px;
  background-color: #00aaff;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: bold;
  /* margin-top: 25px; */
  align-self: flex-start;
}
.next-btn {
  margin-top: 650px;
    /* margin-top: 30px; */
  align-self: center;
  display: block;
}

.next-btn a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Adjust paper plane */
.paper-plane {
  position: absolute;
  bottom: 100px;
  right: 80px;
  width: 190px;
  z-index: 57;
  margin-bottom: -120px;
}

/* Circles fine-tuned */
.green-circle-lg {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #a4c639;
  border-radius: 50%;
  right: 40px;
  margin-top: 340px;
  /* bottom: 20px; */
  z-index: 1;
  opacity: 0.5;
}

.green-circle-sm {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #a4c639;
  border-radius: 80%;
  right: 140px;
top:40px ;
  z-index: 1;
  opacity: 0.8;
}
.route-map {
  background-color: #d7f0a2;
  padding: 25px 20px;
  border-radius: 25px;
  width: 360px;
  height: 400px;
  box-sizing: border-box;
  z-index: 3;
  position: relative;
  margin-bottom: 40px; /* Avoid overlap with circles */
}

.green-circle-lg,
.green-circle-sm {
  pointer-events: none; 
}

.green-circle-lg {
  margin-top: 570px;
  right: -80px;
}

.green-circle-sm {
  margin-top: 400px;
  right: -25px;
}
.courier-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.booking-form,
.route-map {
  max-width: 100%;
}

.route-map p {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}


.logo-heading {
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.sub-heading {
    font-size: 22px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 35px;
    color: #333;
}
/* 
@media (max-width: 1000px) {
  .container {
    flex-direction: column;
    height: auto;
  }

  .left-section,
  .right-section {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .right-section {
    padding: 20px;
    align-items: center;
  }

  .header {
    width: 100%;
    margin-left: 0;
  }

  .cards-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .booking-form,
  .route-map {
    width: 100%;
  }

  .next-btn {
    margin-top: 20px;
  }

  .paper-plane {
    position: static;
    display: block;
    margin: 20px auto;
  }

  .green-circle-lg,
  .green-circle-sm {
    display: none;
  }
} */
@media (max-width: 768px) {
  .header {
    margin: 40px auto;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .right-section {
    padding: 20px 15px;
  }

  .cards-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .booking-form,
  .route-map {
    width: 100%;
    padding: 30px 20px;
  }

  .booking-form h3,
  .route-map h3 {
    font-size: 18px;
  }

  .booking-form input,
  .booking-form select {
    font-size: 13px;
    padding: 8px;
  }

  .shipment-type {
    flex-direction: column;
  }

  .shipment-box {
    width: 100%;
  }

  .next-btn {
    width: 100%;
    height: 45px;
    margin-top: 20px;
  }

  .next-btn a {
    font-size: 16px;
  }

  .paper-plane {
    width: 140px;
    margin: 0 auto;
    display: block;
    position: static;
  }

  .green-circle-lg,
  .green-circle-sm {
    display: none;
  }
}

@media (max-width: 480px) {
  .logo-heading {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .route-map p {
    font-size: 12px;
  }
}
