.counter-box {
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.counter-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.counter-icon {
    font-size: 2.8rem;
    margin-bottom: 12px;
    display: inline-block;
}
.counter-box h3 {
    font-size: 2rem;
    margin: 10px 0;
    font-weight: 700;
}
.counter-box p {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 500;
}
/* Gradient backgrounds */
.bg-one {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
}
.bg-two {
    background: linear-gradient(135deg, #43cea2, #185a9d);
}
.bg-three {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
}
.bg-four {
    background: linear-gradient(135deg, #ffafbd, #ffc3a0);
}
.form-check-input:checked[type=radio] {
    background: #0393D2 !important;
    border: 1px solid #0393D2 !important;
    position: relative;
}
/* flight page animate and design*/
.form-check-label{ color:white; }
  .flight-container {
  width: 60%;
  height: 88px;
  position: relative;
  margin-top: 0px;
  overflow: hidden;
}

svg {
  width: 95%;
  height: 56px;
}

.flight-line {
  stroke: #ccc;
  stroke-width: 2;
  fill: none;
}

.stop-dot {
  fill: red;
}

.airplane {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  animation: flyStraight 10s linear infinite;
}

@keyframes flyStraight {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

.swap-icon {
    position: absolute;
    top: 68%;
    left: 99%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 27%;
    padding: 9px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

  .search-pan .form-control {
    font-size: 0.8rem;
    color: #9F9F9F;
    padding: 13px;
    border: 26px;
    text-decoration: none;
    border-radius: 11px;
    text-align: left;
}

.search-pan {
    background: #0393d2a8;
    padding: 1.8rem;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-pan .form-label {
    display: block;
    text-align: left;
    font-size: medium;
    font-weight: bold;
    color: #ffffff;
}


/*//flight deatlis page css*/

  
                .contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-form h2 {
      font-weight: 700;
      margin-bottom: 30px;
      color: #1488a2;
    }

    .form-control {
      border: 2px solid #ddd;
      border-radius: 8px;
      padding: 12px 15px;
      font-size: 16px;
      transition: all 0.3s ease-in-out;
    }

    .form-control:focus {
      border-color: #991f20;
      box-shadow: 0 0 0 0.2rem rgba(153, 31, 32, 0.25);
    }

    .btn-custom {
      background-color: #184560;
      color: #fff;
      padding: 12px 30px;
      font-size: 16px;
      border-radius: 8px;
      border: none;
      transition: background-color 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #184560;
    }

    .input-field {
      margin-bottom: 20px;
    }
     .flight-card {
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 20px;
      margin-top: 20px;
    }

    .airport-code {
      font-weight: bold;
      font-size: 24px;
      color: #e96e01;
    }

    .meta-info {
      font-size: 14px;
      color: #777;
    }

    .flight-line {
      border-top: 1px dashed #ccc;
      margin: 10px 0;
    }

    .emirates-logo {
      height: 30px;
    }

    .section-label {
      color: red;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .stop-time {
      color: #c20000;
      font-size: 13px;
    }

    .flight-bottom-icons {
      border-top: 1px solid #eee;
      padding-top: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      color: #555;
    }

    .flight-bottom-icons i {
      margin-right: 5px;
      color: #800080;
    }
    .flight-box {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 20px;
      background-color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .flight-info {
      text-align: center;
    }

/*    .airport-code {
      font-weight: bold;
      font-size: 22px;
      color: #b30058;
    }*/

    .airline-logo img {
      height: 40px;
    }

    .flight-duration {
      text-align: center;
      font-size: 13px;
      color: #165fe8;
    }

    .flight-duration .fa-plane {
      font-size: 20px;
      margin-bottom: 5px;
    }

    .icon {
      color: #6c1c78;
      font-size: 14px;
    }

    .flight-summary {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 20px;
      background-color: #fff;
      margin-bottom: 20px;
    }

    .summary-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .summary-top .airport-code {
      font-weight: bold;
      font-size: 24px;
    }

    .summary-top .fa-plane {
      color: #b30058;
    }

    .flight-detail {
      border: 1px solid #f2f2f2;
      padding: 20px;
      border-radius: 10px;
      background-color: #fff;
      margin-bottom: 20px;
    }

    .flight-detail h6 {
      color: #0062b9;
      font-weight: bold;
    }

    .flight-detail .fa-plane {
      color: #b30058;
    }

    .flight-segment {
      border-top: 1px dashed #ddd;
      padding-top: 20px;
      margin-top: 20px;
    }

    .price-box {
      background-color: #d0ecff;
      padding: 30px;
      border-radius: 10px;
      border: 1px solid #d0ecff;
      font-size: 15px;
    }

    .price-box h5 {
      color: #2c3d4f;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .price-box .row {
      margin-bottom: 10px;
    }

    .price-box .total {
      font-size: 22px;
      color: #2c3d4f;
      font-weight: bold;
    }

    .support {
      text-align: center;
      margin-top: 30px;
      font-weight: bold;
      font-size: 16px;
    }

    .accordion .accordion-item button[aria-expanded='true']{
            border-bottom: 0 !important;
    }
    .accordion button{
            color: #03b5d2 !important;
    }