::-webkit-scrollbar {
  width: 10px;
}
 
::-webkit-scrollbar-track {
  background: #fff;
}
 
::-webkit-scrollbar-thumb {
  background: #006da6;
  border-radius: 5px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: #2563EB;
}

body{
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
    padding: 0;
    margin: 0;
    
}

h1, h2, h3, h4, a, span {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}


.container {
    max-width: 1200px !important;
    width: 100%;
    margin: auto;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-icon-wrap img {
    height: 24px;
    object-fit: scale-down;
}

  /* ── HEADER ── */
.header {
    background: #ffffff;
    padding: 20px 0px;
}
.footer-col.column_number_4 {
    padding-left: 40px;
}
  /* ── LOGO ── */
  .logo {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    flex-shrink: 0;
  }
.logo-icon img {
    width: 240px;
    object-fit: scale-down;
}

  .logo-plane {
    color: white;
    font-size: 20px;
    transform: rotate(-35deg);
    display: block;
  }
  .logo-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  .logo-brand {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #003580;
    letter-spacing: -0.5px;
  }
  .logo-brand em {
    font-style: normal;
    color: #0072bc;
  }
  .logo-tagline {
    font-size: 10px;
    color: #999;
    font-style: italic;
    letter-spacing: 0.3px;
    margin-top: 2px;
  }

  /* ── NAV ── */
.nav {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 0;
    flex: 1;
    justify-content: end;
    padding: 0 10px;
}
/*.nav li a {*/
/*    display: block;*/
/*    padding: 0 15px;*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    color: #1e1e1ee3;*/
/*    text-decoration: none;*/
/*    white-space: nowrap;*/
   
/*    transition: color 0.15s;*/
/*    font-family: "Bricolage Grotesque", sans-serif;*/
   
}

  .nav li a:hover {
    color: #0072bc;
  }

  /* ── CTA BUTTON ── */
/*.cta {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*    background: var(--primary);*/
    /* color: var(--white); */
/*    text-decoration: none;*/
/*    padding: 11px 26px;*/
/*    border-radius: 36px;*/
/*    white-space: nowrap;*/
/*    transition: background 0.2s, transform 0.15s;*/
/*    margin-left: auto;*/
/*}*/
  .cta:hover { background: #005da0; }

  .cta-icon-wrap {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
  }

  .cta-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }
.cta-label {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
    color: #fff;
      font-family: "Bricolage Grotesque", sans-serif;
}
 .cta-number {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: "Bricolage Grotesque", sans-serif;
}
  /* ── HAMBURGER (mobile) ── */
  .ham {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    padding: 7px 8px;
    cursor: pointer;
    margin-left: 12px;
  }
  .ham span {
    display: block; width: 22px; height: 2px;
    background: #003580; border-radius: 2px;
    transition: all 0.25s; transform-origin: center;
  }
  .ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .ham.open span:nth-child(2) { opacity: 0; }
  .ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ── MOBILE MENU ── */
  .mob {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 2px solid #0072bc;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  }
  .mob.open { display: flex; }
  .mob a {
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .mob a:hover { color: #0072bc; background: #f0f7ff; }
  .mob-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 14px 16px 16px;
    padding: 13px;
    background: #0072bc;
    color: white !important;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
  }
  
  
.flight-widget {
    background: #fff;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding:0;
   width: 96%;
    max-width: 1440px;
    /* box-shadow: 0 8px 40px rgba(0, 80, 160, 0.10), 0 2px 8px rgba(0, 0, 0, 0.06); */
}

    .flight-widget h2 {
      display: none;
    }

    /* ── TOP PILL ROW ── */
    .top-controls {
      display: flex;
      align-items: center;
      margin-bottom: 18px;
    }

   .pill-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
       font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
    padding: 8px 18px 8px 14px;
    border-right: 1.5px solid #dde3ed;
    position: relative;
    /* white-space: nowrap; */
    font-weight: 500 !important;
}

    .pill-btn:last-child {
      border-right: none;
    }

    .pill-btn .arrow {
      font-size: 11px;
      color: #555;
      transition: transform .2s;
    }

    .pill-btn.open .arrow {
      transform: rotate(180deg);
    }

    .dropdown-menu {
      display: none;
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      box-shadow: 0 12px 40px rgba(0, 80, 180, 0.13);
      z-index: 100;
      min-width: 200px;
      padding: 10px 0;
      animation: fadeDown .18s ease;
    }

    .dropdown-menu.open {
      display: block;
    }
.logo-icon img:focus-visible {
 
    outline: 0px !important;
}
section.reviews-section h2 {
    text-align: center;
    font-size: 38px;
}
section.reviews-section p {
    text-align: center;
    font-size: 18px;
    padding-top: 11px;
}
    @keyframes fadeDown {
      from {
        opacity: 0;
        transform: translateY(-8px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .menu-title {
      color: #1e1e1e;
    font-size: 14px;
    color: #222;
    cursor: pointer;
      text-transform: uppercase;
      letter-spacing: .08em;
      padding: 6px 16px 4px;
    }

    .menu-item {
      padding: 10px 16px;
      font-size: 14px;
      color: #222;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background .12s;
    }

    .menu-item:hover {
      background: #f0f6ff;
    }

    .menu-item.selected {
      background: #e8f1ff;
      color: #1a66cc;
      font-weight: 600;
    }

    .menu-item .check {
      color: #1a66cc;
      font-size: 13px;
    }

    /* Passengers dropdown */
    .pax-dropdown {
      min-width: 280px;
      padding: 14px 0 10px;
    }

    .pax-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 18px;
      border-bottom: 1px solid #f0f4fa;
    }

    .pax-row:last-child {
      border-bottom: none;
    }

    .pax-label {
      font-size: 14px;
      font-weight: 500;
      color: #1a1a2e;
    }

   .pax-sub {
    font-size: 13px;
    color: #1e1e1e;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background .12s;
}
    .pax-counter {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .pax-btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1.5px solid #c8d6ea;
      background: #fff;
      font-size: 18px;
      color: #1a66cc;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      transition: background .15s, border-color .15s;
      line-height: 1;
    }

    .pax-btn:hover {
      background: #e8f1ff;
      border-color: #1a66cc;
    }

    .pax-btn:disabled {
      color: #bbb;
      border-color: #e5e5e5;
      cursor: default;
      background: #fafafa;
    }

    .pax-count {
      font-size: 15px;
      font-weight: 600;
      color: #1a1a2e;
      min-width: 18px;
      text-align: center;
    }

    /* ── hide original inline radio ── */
    .inline {
      display: none;
    }

    /* ── SHARED FIELD STYLES ── */
    .frm-ctrl {
      width: 100%;
      background: #fff;
      border: 1.5px solid #dde5ef;
      border-radius: 12px;
      padding: 11px 14px;
      font-family: 'DM Sans', sans-serif;
      font-size: 13.5px;
      color: #1a1a2e;
      outline: none;
      transition: border-color .18s, box-shadow .18s;
    }

    /*.frm-ctrl:focus {*/
    /*  border-color: #1a66cc;*/
    /*  box-shadow: 0 0 0 3px rgba(26, 102, 204, 0.10);*/
    /*}*/

    .frm-ctrl::placeholder {
      color: #aab4c8;
    }

    .combo {
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7a99' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      padding-right: 32px;
      cursor: pointer;
    }

.inline-field {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 14px 14px;
    transition: border-color .18s, box-shadow .18s;
    height: 28px;
    min-height: 52px !important;position:relative;
}

    /*.inline-field:focus-within {*/
    /*  border-color: #1a66cc;*/
    /*  box-shadow: 0 0 0 3px rgba(26, 102, 204, 0.10);*/
    /*}*/

  .inline-field .lbl {
    font-size: 16px;
    font-weight: 500;
    color: #1E1E1E;
    white-space: nowrap;
}

.inline-field input, .inline-field select {
    border: none;
    outline: none;
    background: transparent;
  font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    color: #949494;
    width: 100%;
    cursor: pointer;
}

.inline-field input::placeholder {
    color: #949494;
    font-size: 16px;
    font-weight: 300;
   font-family: "Bricolage Grotesque", sans-serif;
}
.inline-field select {
    color: #949494;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Bricolage Grotesque';
}

    .inline-field input::placeholder {
      color: #aab4c8;
    }

    .inline-field select {
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      color: #aab4c8;
    }

    .inline-field select.has-value {
      color: #1a1a2e;
    }

    /* ── ROW 1: From | swap | To | Departure | Return ── */
    .from-to {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 10px;
    }

    /* hide old labels (we use inline labels now) */
    .from-to label {
      display: none;
    }

    .from-to .col-lg-6 {
      flex: 2.2;
    }

    .from-to .col-lg-6:last-child {
      flex: 2.2;
    }

    /* Departure / Return date fields inside iphineClass but shown in row1 visually */
    .date-field {
      flex: 1.4;
    }

    /* swap icon */
    .swap-icon {
      font-size: 18px;
      color: #1a66cc;
      cursor: pointer;
      flex-shrink: 0;
      transition: transform .2s;
      line-height: 1;
    }

    .swap-icon:hover {
      transform: rotate(180deg);
    }

    /* ── ROW 2: Infant | Email | Contact | Search ── */
    .iphineClass {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 10px;
    }

    /* hide adult / children / date fields — controlled by Passengers dropdown */
    .iphineClass .adjust {
      flex: 1;
    }

    .iphineClass .adjust label {
      display: none;
    }

    .hide-field {
      display: none !important;
    }

    /* class-box hidden (class controlled by pill dropdown) */
    .class-box {
      display: none !important;
    }

    /* ── SEARCH BUTTON ── */
.ser-flight {
    background: #0082B9;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 18px 41px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(26, 102, 204, 0.28);
    transition: transform .15s, box-shadow .15s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    text-align:center;display:block;
}

    .ser-flight:hover {
      transform: translateY(-1px);
      box-shadow: 0 6px 22px rgba(26, 102, 204, 0.36);
    }

    .alignright {
      margin-left: 0;
      margin-top: 0;
    }

    .mytext {
      font-size: 12px;
      color: #6b7a99;
      margin-top: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .mytext img {
      height: 22px;
    }
    


        /* ═══ HERO — full image background ═══ */
       .hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
        
        /* Very subtle dark overlay so text stays readable */
      
        
        /* ── HEADLINE ── */
        .headline {
          position: relative; z-index: 5;
          text-align: center;
        }
   .headline h1 {
    /* font-size: clamp(2rem, 5vw, 3.2rem); */
    font-weight: 600;
    color: #fff;
    /* text-shadow: 0 3px 24px rgba(0,30,100,0.45); */
    letter-spacing: -0.3px;
    font-size: 75px;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 13px;
}
       .headline p {
    margin-top: 0;
    font-size: 18px;
    color: rgba(255,255,255,0.92);
    font-weight: 500;
    /* text-shadow: 0 1px 10px rgba(0,20,80,0.35); */
}
        
        /* Push form card down nicely */
        .hero-spacer { flex: 1; min-height:283px; }
        
        /* ═══ FORM CARD ═══ */
     
        /* ── TABS ── */
        .tabs {
          display: flex; align-items: center;
          padding-bottom: 16px; margin-bottom: 16px;
          border-bottom: 1.5px solid #edf1f9;
          flex-wrap: wrap; row-gap: 8px; position: relative;
        }
        .tab-btn {
          display: inline-flex; align-items: center; gap: 6px;
          font-size: 0.86rem; font-weight: 800; color: #1a1a2e;
          cursor: pointer; background: none; border: none;
          font-family: 'Nunito', sans-serif; padding: 0 22px 0 0;
          white-space: nowrap;
        }
        .tab-btn.active { color: var(--teal); }
        .tab-btn .chev { font-size: 0.62rem; color: #666; margin-left: 1px; transition: transform .2s; }
        .tab-btn.open .chev { transform: rotate(180deg); }
        .tab-sep { width: 1px; height: 18px; background: #cdd6ea; margin-right: 22px; flex-shrink: 0; }
        
        /* Dropdown */
        .drop-wrap { position: relative; }
        .dropdown {
          display: none; position: absolute; top: calc(100% + 8px); left: 0;
          background: #fff; border: 1.5px solid var(--border);
          border-radius: 12px; box-shadow: 0 8px 32px rgba(0,30,90,0.14);
          z-index: 200; min-width: 210px; padding: 6px 0; overflow: hidden;
        }
        .dropdown.show { display: block; }
        .dropdown-item {
          display: flex; align-items: center; gap: 10px;
          padding: 11px 16px; font-size: 0.84rem; font-weight: 700;
          color: #333; cursor: pointer; transition: background .12s;
        }
        .dropdown-item:hover { background: #f0f6ff; color: var(--teal); }
        .dropdown-item.selected { color: var(--teal); background: #eaf4ff; }
        
        /* ── FORM ROWS ── */
        .row1-wrap {
          display: grid; grid-template-columns: 1fr 1fr 1fr;
          gap: 10px; margin-bottom: 10px; align-items: stretch;
        }
        
        /* FROM + SWAP + TO */
        .from-to-cell {
          display: flex; align-items: stretch;
          border: 1.5px solid var(--border); border-radius: var(--radius);
          height: 48px; background: #fff;
          transition: border-color .15s, box-shadow .15s;
        }
        .from-to-cell:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(2,136,209,0.11); }
        .sub-field { display: flex; align-items: center; padding: 0 14px; gap: 6px; flex: 1; min-width: 0; }
        .divider-v { width: 1px; background: var(--border); align-self: stretch; flex-shrink: 0; }
        
        .swap-btn { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; }
        .swap-circle {
          width: 32px; height: 32px; border-radius: 50%;
          border: 1.5px solid var(--border); background: #fff;
          display: flex; align-items: center; justify-content: center;
          cursor: pointer; box-shadow: 0 1px 6px rgba(0,20,70,0.10);
          transition: border-color .15s, transform .22s;
        }
        .swap-circle:hover { border-color: var(--teal); transform: rotate(180deg); }
        .swap-circle svg { color: #4a6080; }
        
        /* Standalone field */
        .field {
          display: flex; align-items: center; height: 48px;
          border: 1.5px solid var(--border); border-radius: var(--radius);
          padding: 0 14px; gap: 7px; background: #fff;
          transition: border-color .15s, box-shadow .15s;
        }
        .field:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(2,136,209,0.11); }
        
        .lbl { font-size: 0.78rem; font-weight: 800; color: var(--label); white-space: nowrap; flex-shrink: 0; }
        
        .field input, .sub-field input, .field select, .sub-field select {
          border: none; outline: none; background: transparent;
          font-size: 0.8rem; color: var(--ph); flex: 1; min-width: 0;
          font-family: 'Nunito', sans-serif; font-weight: 600;
          -webkit-appearance: none; appearance: none;
        }
        input::placeholder { color: var(--ph); font-weight: 600; }
        
        /* ROW 2 */
        .row2-wrap {
          display: grid; grid-template-columns: 1fr 1fr 1fr auto;
          gap: 10px; align-items: stretch;
        }
        .sel-wrap { flex: 1; min-width: 0; position: relative; display: flex; align-items: center; }
        .sel-wrap select { width: 100%; padding-right: 18px; cursor: pointer; }
        .sel-wrap::after {
          content: ''; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
          border-left: 4px solid transparent; border-right: 4px solid transparent;
          border-top: 5px solid #7a90aa; pointer-events: none;
        }
        
        .btn-search {
          height: 48px; padding: 0 24px; background: var(--teal); color: #fff;
          border: none; border-radius: var(--radius); font-size: 0.86rem; font-weight: 800;
          cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
          font-family: 'Nunito', sans-serif; white-space: nowrap;
          box-shadow: 0 3px 16px rgba(2,136,209,0.38); transition: background .15s;
        }
        .btn-search:hover { background: var(--teal-hover); }
        
        .hidden-fields { display: none; }
        
        
        
        
        /*tbbng eecond section */
        
        
       .deals-section {
    width: 100%;
    /* max-width: 1200px; */
    /* margin: 48px auto 0; */
    padding: 20px 0px;
       font-family: "Bricolage Grotesque", sans-serif;
}
  .deals-heading {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #111;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.deals-subheading {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #333;
    margin-bottom: 43px;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-top: 0px;
    padding-top: 20px;
}
        .deals-subheading span {
            color: #cc1a1a;
            font-weight: 700;
        }

        /* ── TABS ── */
        .deals-tabs {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            margin-bottom: 32px;
            flex-wrap: wrap;
        }

       .tab-btn {
    padding: 10px 26px;
    border-radius: 50px;
    border: none;
   font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    color: #333;
    transition: all .2s;
}

        .tab-btn:hover {
            color: #1a66cc;
        }
.tab-btn.active {
    background: #0082B9;
    color: #fff;
    font-weight: 600;
    /* box-shadow: 0 4px 14px rgba(26, 102, 204, 0.3); */
}

        /* ── CARDS GRID ── */
        .deals-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
.new-one-city {
    text-align: end;
}
    .deal-card {
    background: #fff;
    border: 1.5px solid #e5eaf2;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow .2s, transform .2s;
    cursor: pointer;
    padding: 14px 14px 28px 14px;
}

        .deal-card:hover {
            box-shadow: 0 8px 32px rgba(0, 80, 160, 0.13);
            transform: translateY(-3px);
        }

        .deal-card img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
.airport_price {
    color: #0082B9;
    line-height: 26px;
    font-weight: 700;
    font-size: 16px;
}
.city-name-new {
    font-size: 12px;
    color: #626262;
}
.airport_round {
    font-size: 13px;
    font-weight: 300;
}
      .deal-card-body {
    padding: 16px 0px 0px;
}
       .deal-route {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
}
        .deal-city {
            flex: 1;
        }

       .deal-city .city-name {
    font-size: 16px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 2px;
    font-family: "Bricolage Grotesque", sans-serif;
}
.deal-time-col {
    width: 50%;
}
        .deal-city .airport {
            font-size: 12px;
            color: #6b7a99;
            line-height: 1.4;
        }

     .deal-arrow {
    color: #ADADAD;
    font-size: 17px;
    padding-top: 4px;
    flex-shrink: 0;
    width: 13%;
}

        .deal-times {
            display: flex;
            gap: 24px;
            margin-bottom: 14px;
        }

        .deal-time-col .time {
            font-size: 14px;
            font-weight: 600;
            color: #111;
        }
section.tabbing_section {
    padding: 60px 0px;
}
      .deal-time-col .date {
    font-size: 14px;
    color: #1E1E1E;
    margin-top: 1px;
    font-weight: 600;
}

       .deal-price-label {
    font-size: 16px;
    color: #626262;
    margin-bottom: 2px;
}

       .deal-price {
    font-size: 16px;
    font-weight: 700;
    color: #0082B9;
    line-height: 37px;
}

        /* tab content hidden by default */
        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: grid;
        }
        
        
          /* ═══════ FEATURES SECTION ═══════ */
       .features-section {
    position: relative;
    width: 100%;
    padding: 60px 0px  60px 0px;
    background: #f7f8fa;
    overflow: hidden;
}
        /* ── World map SVG background ── */
        .features-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
           
        }

        .features-bg svg {
            width: 100%;
            height: 100%;
        }

        /* Red left border line like screenshot */

.features-heading {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.3px;
}

        /* ── 4 COLUMN GRID ── */
       .features-grid {
    display: grid;
    /* justify-content: center; */
    /* align-items: flex-start; */
    gap: 32px;
    /* max-width: 1100px; */
    margin: 0 auto;
    /* position: relative; */
    z-index: 1;
    /* flex-wrap: wrap; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
}

        .feature-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
          
            flex: 1;
        
        }

        /* ── Dashed outer ring ── */
        .feature-icon-wrap {
            width: 148px;
            height: 148px;
            border-radius: 50%;
            border: 2px dashed #29b9d8;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 22px;
            position: relative;
            flex-shrink: 0;
            background: transparent;
        }

        /* ── Solid gradient circle ── */
        .feature-icon-circle {
            width: 118px;
            height: 118px;
            border-radius: 50%;
            background: linear-gradient(145deg, #2ec5e0 0%, #1a9fbe 50%, #1585a0 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 28px rgba(26, 159, 190, 0.40);
        }

        .feature-icon-circle i {
            font-size: 38px;
            color: #fff;
        }

        .feature-title {
    font-size: 24px;
    font-weight: 700;
    color: #1E1E1E;
    margin-bottom: 10px;
}
       .feature-desc {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 24px;
    width: 80%;
}

.why-section {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
    display: grid;
    align-items: center;
    gap: 60px;
    /* max-width: 1200px; */
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

        /* Red left border */
   

        /* Dotted pattern top-left */
      

        /* ── LEFT: Image ── */
  
section.why-chose-us {
    padding: 60px 0px;
}
        .why-image img {
            width: 100%;
      
            object-fit: cover;
            display: block;
            border-radius: 16px;
        }

        /* ── RIGHT: Text ── */
       .why-text {
    
    padding-left: 30px;
}
.why-text h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1E1E1E;
    line-height: 1.35;
    margin-bottom: 20px;
}
.why-text p {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 30px;
    width: 87%;
}
       
        
  .marquee-strip {
    width: 100%;
    padding: 28px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(356deg,rgba(1, 106, 163, 1) 9%, rgba(0, 164, 225, 1) 76%);
}

        .marquee-track {
            display: flex;
            align-items: center;
            width: max-content;
            animation: marqueeScroll 22s linear infinite;
        }


        @keyframes marqueeScroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        .marquee-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0 40px;
            white-space: nowrap;
            color: #fff;
            font-size: 15px;
         
        }

        .marquee-item .star {
            color: #fff;
            font-size: 28px;
            flex-shrink: 0;
        }

        .marquee-item .label-discount {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

       .marquee-item .text {
    font-weight: 400;
    font-size: 18px;
}

        .marquee-item .old-price {
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: rgba(255, 255, 255, 0.7);
    opacity: 0.85;
    font-size: 20px;
}

        .marquee-item .new-price {
            font-weight: 700;
            font-size: 16px;
        }

        /* divider dot between items */
        /*.marquee-divider {*/
        /*    width: 1px;*/
        /*    height: 20px;*/
        /*    background: rgba(255, 255, 255, 0.3);*/
        /*    flex-shrink: 0;*/
        /*}      */
        
           /* ══════════════════════════════
   CHEAPEST FLIGHTS SECTION
══════════════════════════════ */
     .cheapest-section {
    position: relative;
    width: 100%;
    background: #F7F7F7;
    padding: 60px 0px;
}

    

        /* Heading */
        .cheapest-heading {
            text-align: center;
            font-size: 38px;
            font-weight: 700;
            color: #1E1E1E;
            margin-bottom: 8px;
        }

        .cheapest-subheading {
            text-align: center;
            font-size: 18px;
            color: #1E1E1E;
            margin-bottom: 36px;
        }

        /* ── Grid ── */
     .flights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 14px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

        /* hidden rows */
        .flights-grid .route-card.hidden {
            display: none;
        }

        /* ── Route Card ── */
     .route-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 16px 12px 12px;
    cursor: pointer;
    transition: box-shadow .2s, transform .2s;
    border: 1px solid #ebebeb;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 15px 0px;
}

        .route-card:hover {
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
            transform: translateY(-2px);
        }

        .route-card img {
            width: 72px;
            height: 72px;
            border-radius: 10px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .route-info {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: nowrap;
        }

      .route-city {
    font-size: 22px;
    font-weight: 500;
    color: #1E1E1E;
    white-space: nowrap;
}

        .route-arrow {
            color: #aab4c8;
            font-size: 13px;
            flex-shrink: 0;
        }

        /* ── Show More Button ── */
        .show-more-wrap {
            display: flex;
            justify-content: center;
            margin-top: 28px;
        }

       .show-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 50px;
    border: 1.5px solid #1E1E1E;
    background: #fff;
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
}

        .show-more-btn:hover {
            border-color: #1a9fbe;
            color: #1a9fbe;
            box-shadow: 0 4px 14px rgba(26, 159, 190, 0.15);
        }

        .show-more-btn i {
            font-size: 13px;
            transition: transform .3s;
        }

        .show-more-btn.expanded i {
            transform: rotate(180deg);
        }
        
 
    section.new-trending {
      width: 100%;
      background: #fff;
      padding: 55px 0px ;
    }
.new-absolute-pos h3 {
    margin-top: 0px;
}
   .new-absolute-pos img {
    width: 40px;
}

    section.new-trending h2 {
      text-align: center;
      font-size: 38px;
      font-weight: 700;
      color: #1E1E1E;
      margin-bottom: 8px;
    }

    section.new-trending .new-sub {
    text-align: center;
    font-size: 18px;
    color: #1E1E1E;
    margin-bottom: 36px;
}
.new-deals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
}

   .new-image-wrap {
    background: #fff;
    border-radius: 16px;
    /* border: 1px solid #e8e8e8; */
    padding: 22px 22px 22px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
    display: none;
    transition: box-shadow .2s, transform .2s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 6px 0px;
}
    .new-image-wrap.new-visible {
      display: block;
    }

    .new-image-wrap:hover {
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
      transform: translateY(-2px);
    }

    /* Header: logo img + name */
  .new-absolute-pos h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

    .new-airline-logo {
      width: 48px;
      height: 32px;
      object-fit: contain;
      flex-shrink: 0;
      border-radius: 4px;
    }

    /* Price rows */
   .new-absolute-pos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

   .new-absolute-pos ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
}

    .new-absolute-pos ul li:last-child {
      border-bottom: none;
    }
.new-absolute-pos ul li small {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
}

    /* Show More */

    .new-badge {
      display: inline-block;
      background: #e8001d;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      padding: 2px 6px;
      border-radius: 4px;
      margin-right: 6px;
      letter-spacing: 0.5px;
      vertical-align: middle;
    }

    .new-show-more-wrap {
      display: flex;
      justify-content: center;
      margin-top: 32px;
    }

    .new-show-more-btn {
      display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 50px;
    border: 1.5px solid #1E1E1E;
    background: #fff;
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
    }


    .new-show-more-btn:hover {
      border-color: #1a9fbe;
      color: #1a9fbe;
    }

    .new-show-more-btn.expanded i {
      transform: rotate(180deg);
    }

    .new-show-more-btn i {
      font-size: 13px;
      transition: transform .3s;
    }
    
  /* ====== SECTION ====== */
    .reviews-section {
      background-color: #F7F7F7;
      padding: 60px 0px;
    }


    /* ====== WRAPPER: positions left card and slider side by side ====== */
   .container-flex {
    display: flex;
    gap: 18px;
    padding-top: 30px;
}


.card-btn a {
    color: #fff;
    background: #0082B9;
    text-decoration: none;
    padding: 10px 22px 10px 22px;
    border-radius: 31px;
}
.fds-slider .slick-next::before {
    display: none;
}
.fds-slider .slick-next::after {
    content: "";
    background: url('https://www.myflyyatra.com/theme/default/assets/images/errow-next.png');
    width: 48px;
    height: 51px;
    background-position: center;
    background-size: auto;
    display: inline-block;
    opacity: 1;
    z-index: 999999999;
    position: absolute;
    background-repeat: no-repeat;
}


.fds-slider .slick-prev::before {
    display: none;
}
.fds-slider .slick-prev {
    left: -78px;
}
.fds-slider .slick-prev::before {
    content: "";
    background: url('https://www.myflyyatra.com/theme/default/assets/images/errow-next.png');
    width: 48px;
    height: 51px;
    background-position: center;
    background-size: auto;
    display: inline-block;
    opacity: 1;
    z-index: 999999999;
    position: absolute;
    background-repeat: no-repeat;
    transform: rotate(182deg);
}
    /* ============================
       SECTION
    ============================ */
    .fds-section {
      background: #fff;
      padding: 60px 0px;
    }

    /*.fds-wrap {*/
    /*  max-width: 1260px;*/
    /*  margin: 0 auto;*/
    /*  padding: 0 16px;*/
    /*}*/

    /* ============================
       HEADING
    ============================ */
    .fds-heading {
      text-align: center;
      margin-bottom: 36px;
    }

    .fds-heading h2 {
      font-size: 38px;
      font-weight: 700;
      color: #111;
      line-height: 1.3;
      margin-bottom: 10px;
    }

    .fds-heading p {
      font-size: 0.93rem;
      color: #555;
    }

    .fds-heading p strong {
      font-weight: 700;
      color: #111;
    }

    /* ============================
       SLIDER WRAPPER (with arrows)
    ============================ */
    .fds-slider-outer {
      position: relative;
      display: flex;
      align-items: center;
      gap: 0;
    }
.fds-section .slick-slide img {
    display: block;
    height: 230px;
    object-fit: fill;
    border-radius: 10px;
}
    /* ============================
       ARROW BUTTONS
    ============================ */
    .fds-btn {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1.5px solid #ddd;
      background: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      transition: all 0.2s;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .fds-btn:hover {
      border-color: #aaa;
      box-shadow: 0 3px 10px rgba(0,0,0,0.13);
    }

    .fds-btn svg {
      width: 16px;
      height: 16px;
      stroke: #444;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .fds-btn-next {
      background: #009aab;
      border-color: #009aab;
      box-shadow: 0 2px 10px rgba(0,154,171,0.35);
    }

    .fds-btn-next svg { stroke: #fff; }
    .fds-btn-next:hover { background: #007d8c; border-color: #007d8c; }

    /* ============================
       SLICK SLIDER
    ============================ */
    .fds-slider {
      flex: 1;
      min-width: 0;
      margin: 0 14px;
    }

    .fds-slider .slick-list {
      overflow: hidden;
    }

    .fds-slider .slick-slide {
      padding: 8px 8px 12px;
      height: auto;
    }

    .fds-slider .slick-track {
      display: flex !important;
    }

    .fds-slider .slick-slide > div {
      height: 100%;
    }

    /* ============================
       CARD
    ============================ */
   .fds-card {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    transition: box-shadow 0.22s, transform 0.22s;
    cursor: pointer;
    padding: 10px 14px 0px 14px;
}

    .fds-card:hover {
      box-shadow: 0 10px 30px rgba(0,0,0,0.11);
      transform: translateY(-3px);
    }

    .fds-card-img {
      width: 100%;
      height: 175px;
      object-fit: cover;
      display: block;
    }

    .fds-card-body {
      padding: 14px 0px 0px 0px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .fds-city {
      font-size: 1rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 10px;
    }

    .fds-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 0;
      border-top: 1px solid #f2f2f2;
    }
    .fds-class {
      font-size: 17px;
    color: #626262;
    font-weight: 300;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 24px;
    }

    .fds-price {
      font-size: 1.10rem;
      font-weight: 700;
      color: #0077cc;
    }

    /* ============================
       DOTS
    ============================ */
    .fds-slider .slick-dots {
      position: static;
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 6px;
      list-style: none;
      padding: 18px 0 0;
      margin: 0;
    }

    .fds-slider .slick-dots li {
      margin: 0;
      width: auto;
      height: auto;
    }

    .fds-slider .slick-dots li button {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #ccc;
      border: none;
      padding: 0;
      cursor: pointer;
      font-size: 0;
      display: block;
    }
    .fds-slider  .slick-dots li.slick-active {
    border: 1px solid #0082B9;
    padding: 6px;
    border-radius: 50%;
}
    .fds-slider .slick-dots li button:before { display: none; }

    .fds-slider .slick-dots li.slick-active button {
    background: #0082B9;
    border: 2px solid #0082B9;
    width: 11px;
    height: 11px;
}
   @media (max-width:767px){
       .trust_logo.text-right{max-width:100px;}
.trust_logo.text-right img{max-width:100%;height: auto;}
.pax-dropdown {
    min-width: auto;
    padding: 14px 0 10px;
}
       .deals-subheading {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 32px;
    font-family: "Bricolage Grotesque", sans-serif;
    margin-top: 0px;
    padding-top: 20px;
    font-weight: 400;
}
       .deals-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #111;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
       .features-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.3px;
}
.why-section {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
    display: grid;
    align-items: center;
    gap: 24px;
    /* max-width: 1200px; */
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}
.why-text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1E1E1E;
    line-height: 1.35;
    margin-bottom: 20px;
}
.form-card{
padding:0px;
width:100%;
margin:auto;
}

.row1-wrap{
grid-template-columns:1fr;
}

.from-to-cell{
grid-column:1;
}

.row2-wrap{
grid-template-columns:1fr;
gap:10px;
}

.btn-search{
grid-column:1 / -1;
justify-content:center;
width:100%;
}

.tab-btn {
    padding: 10px 17px;
    font-size: 13px;
}

.tab-sep{
margin-right:10px;
}

.hero-spacer{
min-height:100px;
}

.fds-heading h2 {
    font-size: 22px;
    font-weight: 700;
}
.why-text {
    padding-left: 0px;
}
.fds-card-img{
height:130px;
}

.fds-city{
font-size:14px;
}

.fds-btn{
width:30px;
height:30px;
}

.fds-slider{
margin:0 5px;
}

/* FIXED PART */

.from-to{
display:grid;
gap:10px;
align-items:center;
margin-bottom:10px;
grid-template-columns:repeat(1,1fr);
}

.iphineClass{
display:grid;
gap:10px;
align-items:center;
margin-bottom:10px;
grid-template-columns:repeat(1,1fr);
}

button.ser-flight.alignright{
justify-content:center;
}

.top-controls{
display:grid;
align-items:center;
margin-bottom:18px;
grid-template-columns:repeat(2,1fr);
}
.deals-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.features-grid {
    grid-template-columns: 1fr;
    margin: auto;
}

.why-section {

    grid-template-columns: 1fr;
    
}
.flights-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;
    margin-bottom: 14px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.new-deals-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 33px;
}
.container-flex {
    display: unset;
    gap: 18px;
    padding-top: 30px;
}
.fds-slider .slick-next {
    right: 40px;
}

.headline h1 {
    font-size: 34px;
}
.container {
    padding: 0px 20px;
}
.fds-slider .slick-prev {
    left: -5px;
    z-index: 111;
}
.reviews-summary {
    background: #fff;
    border-radius: 14px;
    padding: 32px 20px;
    width: 100%;
    min-width: 100%'';
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    height: 273px !important;
    margin-bottom: 20px;
            margin-top: 20px;
}
.reviews-swiper-new .slick-slide {
    display: flex !important;
    height: auto !important;
    padding: 0px 9px;
    /* margin: 0; */
    margin-left: 0px !important;
    margin-right: 0px !IMPORTANT;
    width: 100% !important;
}
section.reviews-section h2 {
    text-align: center;
    font-size: 30px;
}
.pill-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1E1E1E;
    padding: 10px 7px 10px 5px;
    border: 1.5px solid #dde3ed;
    position: relative;
    /* white-space: nowrap; */
    font-weight: 500 !important;
    /* display: block; */
    width: 100%;
    margin: 0px;
    gap: 7px;
    justify-content: space-between;
}

}

  @media (min-width:768px) and (max-width:1024px){

.ham{
    display:flex;
}

.container-flex{
    flex-direction:column;
}
.PARTNER{DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: SPACE-BETWEEN;
    WIDTH: 100%;}
.reviews-summary{
    width:100%;
    min-width:unset;
    max-width:100%;
    height:auto !important;
}

.review-card-right{
    width:100%!important;
}

.flights-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-bottom:14px;
    box-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px;
}

.payment-strip img{
    width:500px;
}

.iphineClass{
    display:grid;
    gap:10px;
    align-items:center;
    margin-bottom:10px;
    grid-template-columns:repeat(2,1fr);
}

.fds-slider .slick-next{
    right:41px;
}

.flight-widget{
    background:#fff;
    backdrop-filter:blur(20px);
    border-radius:20px;
    padding:28px 28px;
    width: 100% !important;
    max-width:1440px;
}

.from-to{
    display:grid;
    gap:10px;
    align-items:center;
    margin-bottom:10px;
    grid-template-columns:repeat(2,1fr);
}

.headline h1{
    font-size:44px;
}

.alignright{
    margin-left:0;
    margin-top:0;
}

.deals-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.features-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin:auto;
}

.fds-slider .slick-prev{
    left:0px !important;
    z-index:1;
}

.new-deals-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:33px;
}

.reviews-swiper-new .slick-slide{
    display:flex !important;
    height:auto !important;
    padding:0;
    margin:0 !important;
    width:100% !important;
}

.container{
    padding:20px;
}

}


  @media (min-width:1025px) and (max-width:1440px){
     
 .flight-widget {
    background: #fff;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 28px 28px;
    width: 100%;
    max-width: 1440px;
    /* box-shadow: 0 8px 40px rgba(0, 80, 160, 0.10), 0 2px 8px rgba(0, 0, 0, 0.06); */
}
.container {
    max-width: 1220px !important;
    width: 100%;
    margin: auto;
    padding: 0px 20px;
}

.fds-slider .slick-next {
    right: 19px;
}
.fds-slider .slick-prev {
    left: -28px;
    z-index: 9999;
}

  }

 .flex-banner{    display: flex;
    flex-direction: row-reverse;gap:40px;
    align-items: center;position: absolute;
  
   
    z-index: 9;  position: absolute;
    top: 60px;
    left: 0;
    
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;    top: 50%;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    transform: translateY(-50%);}
   
    /* ===============================
   FORM CARD (CLEAN + RED THEME)
   =============================== */

.form-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  max-width: 850px;
  margin: auto;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* TOP PILLS */
.top-controls {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.pill-btn {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}

.pill-btn:hover {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
}

/* ===============================
   GRID: 2 FIELDS PER ROW
   =============================== */

.from-to {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.iphineClass {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  align-items: end;
}

/* ===============================
   INPUT STYLE
   =============================== */

label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 5px;
  display: block;
}

.inline-field {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #d1d5db;
  transition: 0.25s;
}

.inline-field:focus-within {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220,38,38,0.15);
}

.inline-field input,
.inline-field select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
}

/* DATE ICON */
.icon_date {
  color: #9ca3af;
}

/* ===============================
   BUTTON (RED THEME)
   =============================== */

.ser-flight {
  grid-column: span 2;
  background:linear-gradient(135deg, #006da6, #b91c1c);
  border: none;
  padding: 14px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.ser-flight:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220,38,38,0.35);
}

/* ===============================
   FIX SMALL BROKEN INPUTS
   =============================== */

/* Remove weird inline widths */
.from-to > div,
.iphineClass > div {
  width: 100% !important;
}

/* ===============================
   MOBILE
   =============================== */
   @media (max-width: 1536px) {
        .flex-banner{max-width:860px;}
   }
   
    @media (max-width: 1366px) {
         .flight-widget {  padding: 0;}
         
   }
   
     @media (max-width: 1200px) {
        .flex-banner{max-width:860px;}
        .logo {
    width: 130px;
}
.logo img {
    max-width: 100%;
}
.form-card {
   
    padding: 20px;
}
   }
      @media (max-width:1024px) {
              .flex-banner {
        max-width: 610px;
    }
    
      }
        @media (max-width:992px) {
           .cta {
        display: none!important;
    }
      }
      
      @media (max-width: 767px) {
     .flex-banner {
        position: relative;        margin-top:0px;    transform: initial;
    }
 .pill-btn {
   
    padding: 10px 8px;
    font-size: 12px;
}
.flight-widget {
    width: 100%;
}
#classLabel{white-space: nowrap;}
      }

@media (max-width: 600px) {
    
  .from-to,
  .iphineClass {
    grid-template-columns: 1fr;
  }

  .ser-flight {
    grid-column: span 1;
  }
  top-controls {
  
    gap: 5px;
}
    .pill-btn {
        padding: 9px 5px;
        font-size: 11px;
    }
  
}


.headline {
  flex: 1;
  min-width: 320px;
}

.headline h1 {
 font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 3px 2px 2px BLACK;
    margin-bottom: 15px;
    padding: 0;
    margin: 0;
    text-align:left;
}

.headline p {
font-size: 19px;
    color: #fff;
    max-width: 450px;
    text-shadow: 1px 2px 2px BLACK;
    text-align: left;
    line-height: 28px;
    margin-top: 30px;
    letter-spacing: 2px;
}


 .classSlider.swiper {
      width: 100%;
      height: 100%;
    }

    .classSlider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .classSlider .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


/* Strip */
/* /home/newmyflyyatra/public_html/airtravel/css/style.css  */
.info-strip {
  width: 100%;
  background: linear-gradient(90deg, #b30000, #e60000);
 
  gap: 20px;
  padding: 12px 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.info-strip-1{ display: flex;
  align-items: center;
  justify-content: center;gap:40px;}
/* Each item */
.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

/* Icons */
.info-item img {
 width: 56px;
    height: 56px;
    object-fit: contain;
}

/* Text */
.info-item span {
    font-size: 19px;
    line-height: 12px;
}

.info-item strong {
  font-weight: 600;
  display: block;
}

/* Divider */
.info-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .info-strip {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
.info-strip-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
  .info-divider {
    display: none;
  }

  .info-item {
    justify-content: center;
  }
}

@media (max-width: 550px) {
    .info-strip-1 {
       
        justify-content: flex-start;
    }
    .info-item span {
    font-size: 16px;
    line-height: 9px;
}
.top-controls {
   gap: 5px;
}
.container.mobile-adding{padding:0;}
}


/* Container */
.newsletter-box {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #333;
}

.newsletter-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 25px;
  letter-spacing: 0.3px;

  /* Stylish effect */
 background: linear-gradient(90deg, #000000, #bf1212);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Optional subtle animation */
  transition: all 0.3s ease;
}

/* Form Row */
.newsletter-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
}

/* Inputs */
.input-group {
  background: #f3f5f7;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  min-width: 220px;
}

.input-group input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 14px;
}

/* Phone */
.input-group.phone {
  gap: 8px;
}

.flag {
  font-size: 14px;
  color: #666;
}

/* Button */
.subscribe-btn {
  background: linear-gradient(90deg, #4b5bdc, #6a5cff);
  color: #fff;
  border: none;
  padding: 0 25px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.subscribe-btn:hover {
  opacity: 0.9;
}

/* Checkbox */
.checkbox-wrap {
  display: flex;
  gap: 8px;
  font-size: 12px;
  text-align: left;
  max-width: 750px;
  margin: 10px auto;
  color: #666;
}

.checkbox-wrap input {
  margin-top: 3px;
}

/* Links */
a {
  color: #3b5bdb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Bottom note */
.privacy-note {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-btn {
    height: 42px;
  }
}