.flight-hero {
    min-height: 200px;
    padding: 120px 24px 140px;
    background:
      linear-gradient(90deg, rgba(4, 27, 74, 0.96), rgba(4, 27, 74, 0.62)),
      url("flight-hero.jpg") center/cover no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  .flight-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, #0a428c, #ffffff00),
      url(https://www.ashgabat-white-city.com/themes/demo/assets/img/100+.jpg)
        center / cover no-repeat;
    top: 0;
    margin-left: auto;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
  .flight-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0a428c;
  }

  .hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 200px;
  }

  .breadcrumb {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
    font-size: 14px;
  }

  .flight-hero h1 {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.05em;
  }

  .flight-hero p {
    max-width: 660px;
    font-size: 20px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
  }

  .flight-layout {
    max-width: 1180px;
    margin: -90px auto 80px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
    position: relative;
    z-index: 5;
  }

  .flight-form-card,
  .flight-info-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--border);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(11, 99, 216, 0.14);
  }

  .flight-form-card {
    padding: 38px;
  }

  .form-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--border);
  }

  .title-icon {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--blue), var(--blue2));
    color: #fff;
    font-size: 30px;
  }

  .form-title h2 {
    margin: 0;
    font-size: 30px;
    color: var(--deep);
    letter-spacing: -0.04em;
  }

  .form-title p {
    margin: 6px 0 0;
    color: var(--blue);
    font-weight: 700;
  }

  .flight-form-card h3 {
    margin: 26px 0 18px;
    color: var(--deep);
    font-size: 22px;
  }

  label {
    display: block;
    margin: 0 0 9px;
    color: var(--deep);
    font-size: 14px;
    font-weight: 900;
  }

  label span {
    color: var(--muted);
    font-weight: 600;
  }

  input,
  textarea {
    width: -webkit-fill-available;
    border-radius: 17px;
    border: 1px solid var(--border);
    background: #fff;
    padding: 0 18px;
    color: var(--deep);
    font-size: 15px;
    outline: none;
    margin-bottom: 22px;
    transition: 0.25s ease;
  }

  input {
    height: 57px;
  }

  textarea {
    height: 120px;
    padding-top: 18px;
    resize: vertical;
  }

  input:focus,
  textarea:focus {
    border-color: rgba(11, 99, 216, 0.55);
    box-shadow: 0 0 0 4px rgba(11, 99, 216, 0.08);
  }

  input::placeholder,
  textarea::placeholder {
    color: #9aabc7;
  }

  .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .form-grid.three {
    grid-template-columns: repeat(3, 1fr);
  }

  .flight-form-card button {
    width: 100%;
    height: 62px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--blue), var(--blue2));
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(11, 99, 216, 0.28);
    transition: 0.3s ease;
  }

  .flight-form-card button:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(11, 99, 216, 0.36);
  }

  .flight-info-card {
    padding: 34px;
    height: fit-content;
  }

  .date-box {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border);
  }

  .date-icon {
    background: #eef5ff;
  }
  .info-item span {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    background: #eef5ff;
    color: var(--blue);
    font-weight: 900;
  }

  .date-box h3 {
    margin: 0 0 6px;
    font-size: 18px;
    color: var(--deep);
  }

  .date-box p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
  }

  .info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
  }

  .info-item:last-child {
    margin-bottom: 0;
  }

  .info-item h4 {
    margin: 0 0 8px;
    color: var(--deep);
    font-size: 18px;
  }

  .info-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
  }

  @media (max-width: 960px) {
    .flight-layout {
      display: flex;
      flex-direction: column-reverse;
    }

    .flight-info-card {
      order: -1;
    }

    .form-grid.three {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }

  @media (max-width: 620px) {
    .flight-hero {
      padding: 90px 18px 130px;
    }

    .flight-hero h1 {
      font-size: 44px;
    }

    .flight-layout {
      padding: 0 16px;
      margin-top: -80px;
    }

    .flight-form-card,
    .flight-info-card {
      border-radius: 26px;
    }

    .flight-form-card {
      padding: 24px;
    }

    .form-grid {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }

 .padding-l-62 {
    padding-left: 62px !important;
  }
  .inp-img {
    position: relative;
  }
  .img-30 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 53px;
    left: 18px;
  }

  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }

  input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
  }

  input[type="date"]:not(:valid) {
    color: #9aabc7;
  }

  input[type="date"]:not(:valid)::before {
    content: "mm/dd/yyyy";
    color: #9aabc7;
    pointer-events: none;
  }
  input[type="date"]:not([value]):not(:focus) {
    color: transparent;
  }

  input[type="date"]:not([value]):not(:focus)::before {
    content: "mm/dd/yyyy";
    color: #9aabc7;
    position: absolute;
    left: 62px;
    pointer-events: none;
  }
  input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }

  input[type="time"] {
    -webkit-appearance: none;
    appearance: none;
  }
  .img-50 {
    width: 50px;
    height: 50px;
  }

  .sec-header-title {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .flight-form-card button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .flight-form-card button svg {
    position: absolute;
    top: 16px;
    right: 24px;
  }
  @media (max-width: 1100px) {
    .flight-form-card button {
      font-size: 14px;
    }
    .flight-form-card button svg {
      width: 22px;
      height: 22px;
      top: 19px;
    }
  }
  input[type="time"]:not([value]):not(:focus) {
    color: transparent;
  }

  input[type="time"]:not([value]):not(:focus)::before {
    content: "--:--";
    color: #9aabc7;
    position: absolute;
    left: 62px;
    pointer-events: none;
  }
  .img-40 {
    width: 40px;
    height: 40px;
  }