@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
}
.hero-section {
  background: url("../images/ferry-widget-banner-desktop.webp") no-repeat center center / cover;
  height: auto;
  position: relative;
  padding: 60px 0;
}
.homecontroller{
    padding:0 40px;
}
.info-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.booking-form {
  background: #fff;
  border-radius: 5px;
}

.swap-icon {
  width: 40px;
  text-align: center;
  font-weight: bold;
  color: #444;
}

.counter-group input {
  width: 50px;
  pointer-events: none;
}

.btn-warning {
  font-weight: 600;
  border-radius: 10px;
}

.btn-outline-dark.active {
  background-color: #ffc107;
    color: #fff;
    border: #ffc107;
}
.booking-form .form-label{
    color:black;
    font-size: 13px;
}
.swap-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #444;
  margin-top: 30px;
}
.btn-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.btn-minus {
  background-color: #e0e0e0;
  color: black;
}

.btn-plus {
  background-color: #ffbf00; /* yellow */
  color: black;
}
.hero-section .next-leval{
    font-weight:400!important;
}
.myhr{
    background-color: #736363;
    height: 2px !important;
}
.field-block {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.field-block:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: #d9d9d9;
}

.bg-lightblue {
  background-color: #eef0fa;
}

.text-orange {
  color: #f65314; /* closest to #startupindia orange */
}

.stats-section img {
  margin-bottom: 6px;
}

.stat-box small {
  display: block;
  margin-top: 2px;
}
.features-bar {
  background-color: #1e32a4;
}

.feature-box {
  border-right: 1px solid #ffffff50;
}

.feature-box:last-child {
  border-right: none;
}
.ferry-logos img {
  max-height: 60px;
  object-fit: contain;
}

.ferry-logos p {
  font-weight: 500;
}
/* Styled dropdown that looks like static text (e.g., "Port Blair") */
.custom-select-display {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 1rem;
  color: #212529; /* Bootstrap's default text-dark */
  padding-left: 0;
  padding-right: 0px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
  cursor: pointer;
  height: auto;
  line-height: 1.5;
}

.custom-select-display:focus {
  outline: none;
  box-shadow: none;
}

/* Remove default arrow in Firefox */
.custom-select-display::-ms-expand {
  display: none;
}

/* Optional: Adjust spacing between label and select */
label + .custom-select-display {
  margin-top: 0.25rem;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

/* Make date input look like plain text */
.custom-datepicker {
  appearance: none;
  border: none;
  background-color: transparent;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  cursor: pointer;
}

/* On focus: remove outline */
.custom-datepicker:focus {
  outline: none;
  box-shadow: none;
}
 .progress-nav {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 50px;
      margin-top: 20px;
    }

    .step {
      position: relative;
      text-align: center;
      flex: 1;
    }

    .step .circle {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      background-color: #1d2c8c;
      color: white;
      font-weight: bold;
      margin: 0 auto;
      z-index: 1;
      position: relative;
    }

    .step.completed .circle {
      background-color: #1d2c8c;
      content: "✔";
    }

    .step.completed .circle::before {
      content: "✔";
      color: white;
      font-size: 16px;
    }

    .step.upcoming .circle {
      background-color: white;
      border: 2px solid #1d2c8c;
      color: #1d2c8c;
    }

    .step .label {
      margin-top: 8px;
      font-size: 14px;
      color: #000;
    }

    .step::after {
      content: '';
      position: absolute;
      top: 20px;
      left: 50%;
      width: 114%;
      height: 2px;
      background-color: #1d2c8c;
      z-index: 0;
    }

    .step:last-child::after {
      display: none;
    }

    .step .circle {
      position: relative;
      z-index: 2;
    }

    .back-link {
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      color: #1d2c8c;
      margin-left: 40px;
      margin-top: 10px;
      text-decoration: none;
    }

   .back-link i {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
}
.icon-arrow-left:before {
    content: "\e906";
}
    .route-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px 20px;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      color: #1d2c8c;
      background-color: #fff;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    }

    .edit-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px 20px;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: #000;
      cursor: pointer;
      background-color: #fff;
    }

    .edit-card i {
      margin-left: 5px;
    }

    .card-group-custom {
      display: flex;
      gap: 20px;
      align-items: center;
    }
        .date-scroller {
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow-x: auto;
      padding: 10px 15px;
      gap: 20px;
      white-space: nowrap;
    }

    .date-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 14px;
      color: #000;
      cursor: pointer;
    }

    .date-box.active {
      background-color: #f5b400;
      color: #fff;
      border-radius: 8px;
      padding: 8px 12px;
    }

    .arrow-box {
      cursor: pointer;
      padding: 8px 10px;
    }

    .filter-box {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      font-weight: 500;
      cursor: pointer;
    }

    .filter-box i {
      margin-right: 6px;
    }

    .scroll-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      overflow: hidden;
    }

    /* Hide scrollbar for cleaner look */
    .date-scroller::-webkit-scrollbar {
      display: none;
    }

    .date-scroller {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;     /* Firefox */
    }
        .ferry-card {
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      box-shadow: 0 0 5px rgba(0,0,0,0.04);
      flex-wrap: wrap;
    }

    .tags {
      display: flex;
      gap: 10px;
      position: absolute;
      top: -12px;
      left: 15px;
    }

    .tag {
      background: #f4f5f6;
      border-radius: 999px;
      font-size: 12px;
      padding: 4px 12px;
      font-weight: 500;
      border: 1px solid #ccc;
    }

    .ferry-logo {
      width: 50px;
      height: 50px;
      object-fit: contain;
      border-radius: 8px;
    }

    .ferry-info {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .title {
      font-weight: 600;
      font-size: 16px;
    }

    .rating {
      font-size: 14px;
      color: #777;
    }

    .duration {
      font-size: 14px;
      color: #777;
      text-align: center;
    }

    .time-section {
      text-align: center;
      font-weight: 600;
    }

    .sub-text {
      font-weight: 400;
      font-size: 13px;
      color: #777;
    }

    .price {
      font-weight: 600;
      color: green;
      font-size: 18px;
    }

    .btn-yellow {
      background-color: #f5b400;
      color: #000;
      font-weight: 500;
      border: none;
      padding: 8px 20px;
      border-radius: 999px;
    }

    .extra-links {
      font-size: 13px;
    }

    .extra-links a {
      color: #1d2c8c;
      margin-right: 12px;
      text-decoration: none;
    }
    @media (max-width: 768px) {
      .progress-nav {
        flex-direction: column;
        gap: 30px;
      }

      .step::after {
        display: none;
      }
    }