﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}
html {
    font-family: "Work Sans", sans-serif;
}
a{
    text-decoration:none;
    display:inline-block;
}

:root {
  --ink: #1259a9;
  --ink-soft: #16304E;
  --coral: #fc4055;
  --coral-dark: #E15F35;
  --gold: #E3A857;
  --sky: #EAF3F8;
  --paper: #FBFAF7;
  --slate: #435066;
  --slate-light: #7C8AA0;
  --white: #FFFFFF;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 20px 45px -20px rgba(14, 33, 56, 0.25);
  --ink: #1259a9;
  --ink-soft: #16304E;
  --coral: #fc4055;
  --coral-dark: #E15F35;
  --gold: #E3A857;
  --sky: #EAF3F8;
  --paper: #FBFAF7;
  --slate: #435066;
  --slate-light: #7C8AA0;
  --white: #FFFFFF;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 20px 45px -20px rgba(14, 33, 56, 0.25);
}

.new_travel_hero {
    background:
       linear-gradient(to bottom, rgb(0 0 0 / 23%) 0%, rgb(30 58 109 / 0%) 60%, rgb(0 0 0 / 28%) 100%), url(/images/PKG/package.jpg);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  padding: 80px 0 120px;}

.new_travel_hero_content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.new_travel_hero_content p {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
        font-weight: 600;
}

/* FORM CARD */
.new_travel_form_card {
    background: #fff;
      border-radius: 0 14px 14px;
    margin-top: 0;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
}

/* BADGE */
.new_travel_badge1 {
    background: #fc4055;
    color: #fff;display:inline-block;
    padding: 8px 16px;    border-radius: 8px 8px 0 0;
    font-weight: 600;
    font-size: 14px;
}

/* FORM GROUP */
.new_travel_form_group {
    padding: 6px 12px;
}

.new_travel_form_group label {
    font-size: 13px;
    color: #444;
    margin-bottom: 4px;
    display: block;
}

/*.new_travel_form_group .form-control,
.new_travel_form_group .form-select {
    border: none;
    padding: 0;
    font-size: 15px;
    color: #222;
    box-shadow: none; background:transparent !important;
}*/
.new_travel_form_group select, .new_travel_form_group input {
    height: 29px;
    font-weight: 600;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: none !important;
    padding: 7px 8px 5px 7px!important;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.new_travel_form_group input{box-shadow: none; background:transparent !important;}
.new_travel_form_group .form-control:focus,
.new_travel_form_group .form-select:focus {
    box-shadow: none;
}

/* BUTTON */
.new_travel_btn_quote {
    width: 100%;
    height: 100%;
    background: #fc4055;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    font-size: 16px;
}

.new_travel_btn_quote:hover {
    background: #e82449;
}

/* MOBILE */
@media (max-width: 991px) {
    .border-end {
        border-right: none !important;
    }

    .border-top {
        border-top: 1px solid #eee !important;
    }

    .new_travel_btn_quote {
        padding: 18px;
        border-radius: 0 0 14px 14px;
    }
        .new_travel_hero_content  h1 {
        font-size: 28px;
        line-height: unset;
        padding-top: 1rem;
        padding-bottom: 0px;
    }
}


.new_travel_deals {
    padding: 70px 0;
    background: #f6f8fb;
}

/* CARD */
.new_travel_card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.new_travel_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* IMAGE */
.new_travel_card_img {
    position: relative;
}

.new_travel_card_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* BADGE */
.new_travel_badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fc4055;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
}

/* BODY */
.new_travel_card_body {
    padding: 18px 18px 20px;
}

.new_travel_card_body h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* META */
.new_travel_meta {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px;
    color: #555;
}

.new_travel_meta li {
    margin-bottom: 3px;
}

/* DATES */
.new_travel_dates {
    font-size: 13px;
    color: #444;
    margin-bottom: 12px;
}

.new_travel_dates span {
    display: block;
    color: #777;
    margin-top: 2px;
}

/* PRICE ROW */
.new_travel_price_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

/* NIGHTS */
.new_travel_nights span {
    font-size: 13px;
    font-weight: 600;
}

.new_travel_nights small {
    display: block;
    font-size: 11px;
    color: #777;
}

/* PRICE */
.new_travel_price {
    font-size: 18px;
    font-weight: 700;
    color: #0b5ed7;
    text-align: right;
}

.new_travel_price small {
    display: block;
    font-size: 11px;
    color: #777;
}



.new_travel_perks_section {
    padding: 80px 0;
    background: #ffffff;
}

/* SECTION TITLE */
.new_travel_section_title {
    font-size: 22px;
    font-weight: 600;
    color: #1f2a44;
    margin-bottom: 35px;
    position: relative;
}

.new_travel_section_title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fc4055;
    display: block;
    margin: 10px auto 0;
}

/* PERK CARDS */
.new_travel_perk_card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.new_travel_perk_card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.new_travel_perk_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.15)
    );
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.new_travel_perk_overlay h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.new_travel_perk_overlay p {
    font-size: 14px;
    margin: 0;
    max-width: 90%; color:#fff;
}

/* DESTINATION CARDS */
.new_travel_destination_card {
    background: #fff;
    padding: 0;
}

.new_travel_destination_card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 14px;
}

.new_travel_destination_card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1f2a44;
}

.new_travel_destination_card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

/* READ MORE */
.new_travel_readmore {
    font-size: 13px;
    color: #0b5ed7;
    font-weight: 500;
    text-decoration: none;
}

.new_travel_readmore:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .new_travel_perk_card img {
        height: 200px;
    }

    .new_travel_perks_section {
        padding: 60px 0;
    }
    .new_travel_hero {
        padding:10px 0px;
    }
}



.deal-type-section {
  background: #fff;
}

.deal-title {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.deal-card {
  position: relative;
  height: 260px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.deal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.deal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.65)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.deal-overlay h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.deal-overlay p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 15px; color:#fff;
}

.deal-overlay .btn {
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 0.9rem;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .deal-card {
    height: 220px;
  }

  .deal-overlay h3 {
    font-size: 1.2rem;
  }
      .new_travel_hero_content  h1 {
        font-size: 22px;
    }
}


@media (max-width: 480px) {
    .new_travel_hero_content h1 {
        font-size: 18px;
        padding-top: 1.5rem;
    }
}

.faq-section {
  background: #f9fafc;
}

.faq-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-subtitle {
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.faq-accordion .accordion-button {
  padding: 18px 22px;
  font-weight: 500;
}

.faq-accordion .accordion-body {
  padding: 18px 22px;
  color: #555;
  line-height: 1.6;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #0d6efd;
  box-shadow: none;
}



  .pacakage_thanksdiv .cruise-thanks-content {
    width: 500px;
    background: #fff;
    margin: auto;
    position: relative;
    border-radius: 10px;
}
  .pacakage_thanksdiv .cruise-thanks-content .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 25px;
}
  .pacakage_thanksdiv .cruise-thanks-content img {
    width: 100%;
}
  .pacakage_thanksdiv .cruise-thanks-content .content {
    padding: 20px;
    text-align: center;
}

  .pacakage_thanksdiv .cruise-thanks-content .content h2 {
    font-size: 26px;
    font-weight: bold;
}
  .pacakage_thanksdiv p {
    color: #333;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 5px;
    font-weight: 300;
    text-shadow: none;
}


  
.new-packages-section {
    padding: 40px 0;
}

.new-packages-title {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 55px;
}
.new-packages-title h2 {
    font-size: 38px;
    font-weight: 700;
}
.new-packages-title p {
    font-size: 16px;
    color: #6b7280;
    margin-top: 12px;
}

/* ================= PACKAGE GRID ================= */
.new-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}

.new-packages-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .3s ease;
}
.new-packages-card:hover {
    transform: translateY(-6px);
}

.new-packages-image {
    position: relative;
}
.new-packages-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.new-packages-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #dc2626;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.new-packages-body {
    padding: 22px;
}
.new-packages-body h5 {
    font-size: 18px;
    font-weight: 600;
}
.new-packages-meta {
    font-size: 14px;
    color: #6b7280;
    margin: 8px 0;
}
.new-packages-date {
    font-size: 13px;
    color: #374151;
}
.new-packages-price {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-packages-price span {
    font-size: 24px;
    font-weight: 700;
    color: #b91c1c;
}
.new-packages-price small {
    font-size: 12px;
    color: #6b7280;
}

/* ================= SEARCH CTA ================= */
.new-packages-search {
    background: linear-gradient(135deg,#1d4ed8,#1e3a8a);
    border-radius: 26px;
    padding: 55px;
    color: #fff;
}
.new-packages-search h3 {
    font-size: 30px;
    font-weight: 700;
}
.new-packages-search p {
    font-size: 16px;
    opacity: .9;
    margin: 15px 0 25px;
    color:#fff;
}
.new-packages-search a {
    background: #fff;
    color: #1e3a8a;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
}

/* ================= INFO ================= */
.new-packages-info p {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}

/* ================= BRAND ================= */
.new-packages-brand {
    background: #fff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    height: 100%;
}
.new-packages-brand img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 18px;
}
.new-packages-brand h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

/* ================= DESTINATION ================= */
.new-packages-destination img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
}


.new-packages-hotel-card {
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}
.new-packages-hotel-card:hover {
    transform:translateY(-6px);
}

.new-packages-hotel-img img {
    width:100%;
    height:200px;
    object-fit:cover;
}

.new-packages-hotel-body {
    padding:20px;
}

.new-packages-price {
    font-size:22px;
    font-weight:700;
    color:#dc2626;
}

.new-packages-perk-card {
    position:relative;
    border-radius:18px;
    overflow:hidden;
}
.new-packages-perk-card img {
    width:100%;
    height:220px;
    object-fit:cover;
}
.new-packages-perk-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.7),transparent);
    color:#fff;
    padding:25px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
/* ================= FAQ SECTION ================= */

.new-packages-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.new-packages-faq-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    text-align: left;
}

/* Accordion container */
.new-packages-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* FAQ card */
.new-packages-faq-item {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    overflow: hidden;
}

/* Header */
.new-packages-faq-header {
    margin: 0;
}

/* Button */
.new-packages-faq-button {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.new-packages-faq-button::after {
    content: "+";
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 600;
    color: #2563eb;
    transition: transform .3s ease;
}

.new-packages-faq-button:not(.collapsed)::after {
    content: "−";
}

.new-packages-faq-body {
    padding: 0 26px 26px;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

.new-packages-faq-button:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 575px) {
    .new-packages-faq-title {
        font-size: 24px;
    }

    .new-packages-faq-button {
        padding: 18px 20px;
        font-size: 15px;
    }

    .new-packages-faq-body {
        padding: 0 20px 22px;
    }
}
.img-fluid1 {
    width: 100%;
    height: 400px;
}

/* ================= PACKAGE ENGINE ================= */

.new_package_engine-wrapper {
    padding: 60px 0;
}

.new_package_engine-header h1 {
    font-size: 38px;
    font-weight: 700; color:#fff;
}

.new_package_engine-header p {
    color: #fff;
    margin-top: 10px;
}

/* Form */
.new_package_engine-form {
    background: #ffffff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

/* Fields */
.new_package_engine-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.new_package_engine-field input,
.new_package_engine-field select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    font-size: 14px;
}

.new_package_engine-field input:focus,
.new_package_engine-field select:focus {
    border-color: #2563eb;
    outline: none;
}

/* Submit */
.new_package_engine-submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg,#2563eb,#1e40af);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/* Thank You Popup */
.new_package_engine-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.new_package_engine-popup {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    max-width: 420px;
    text-align: center;
    position: relative;
}

.new_package_engine-popup img {
    max-width: 120px;
    margin-bottom: 20px;
}

.new_package_engine-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 26px;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 575px) {
    .new_package_engine-header h1 {
        font-size: 28px;
    }

    .new_package_engine-form {
        padding: 25px;
    }
}

.badge {display:none;
}
.new_package_engine-field{    margin-top: -15px;}

.packagie_home {
    background:linear-gradient(rgb(4 4 4 / 56%) 3.04%, rgb(0 0 0 / 9%) 34.3%, rgb(27 29 32 / 7%) 82.23%), url(/images/PKG/package.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 500px;
    position: relative;
    background-position: center;
}


/* ================= GROUP SECTION ================= */

.new-packages-group-intro h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.new-packages-group-intro p {
    max-width: 850px;
    margin: 0 auto;
    color: #4b5563;
    line-height: 1.7;
}

.new-packages-group-start {
    margin-top: 40px;
}

.new-packages-group-start h4 {
    font-weight: 600;
}

.new-packages-group-start p {
    color: #374151;
}

.new-packages-group-tips {
    margin: 40px auto;
    max-width: 600px;
}

.new-packages-group-tips h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.new-packages-group-tips ul {
    padding-left: 18px;
}

.new-packages-group-tips li {
    margin-bottom: 6px;
}

/* Table */
.new-packages-group-table-wrapper {
    overflow-x: auto;
    margin: 50px 0;
}

.new-packages-group-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.new-packages-group-table th {
    background: #4547c0;
    color: #fff;
    padding: 14px;
    text-align: left;
}

.new-packages-group-table td {
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    font-size: 14px;
}

/* Cards */
.new-packages-group-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    padding: 20px;
    height: 100%;
}

.new-packages-group-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 15px;
}

.new-packages-group-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.new-packages-group-card p {
    font-size: 14px;
    color: #4b5563;
}

/* Mobile */
@media (max-width: 575px) {
    .new-packages-group-intro h2 {
        font-size: 26px;
    }
}


@media (max-width: 992px){.new_package_engine-wrapper
 {
    padding: 16px 0px; padding-bottom:40px;
}
.packagie_home{height:auto;}
.new-packages-title h2 {
    font-size: 22px;
    font-weight: 700;
}
.new-packages-section {
    padding: 30px 0;
}
    .img-fluid1 {
        height: unset !important;
    }
}
.rounded-4 {
   
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

:root {
  --ink: #1259a9;
  --ink-soft: #16304E;
  --coral: #fc4055;
  --coral-dark: #E15F35;
  --gold: #E3A857;
  --sky: #EAF3F8;
  --paper: #FBFAF7;
  --slate: #435066;
  --slate-light: #7C8AA0;
  --white: #FFFFFF;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 20px 45px -20px rgba(14, 33, 56, 0.25);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; display: block; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ---------- shared type helpers ---------- */
.voyage-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral-dark);
  margin: 0 0 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.voyage-eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--coral-dark);
  display: inline-block;
}
.voyage-eyebrow--light { color: var(--gold); }
.voyage-eyebrow--light::before { background: var(--gold); }

.voyage-h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 1.1rem;
  color: var(--ink);
}
.voyage-h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  margin: 0;
}
.voyage-lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--slate);
}
.voyage-section-head { margin-bottom: 2.6rem; max-width: 640px; }

.voyage-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--coral);
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: none;
  transition: transform 0.18s ease, background 0.18s ease;
}
.voyage-btn:hover { background: var(--coral-dark); transform: translateY(-2px); color: var(--white); }
.voyage-btn--sm { padding: 0.6rem 1.3rem; font-size: 0.88rem; }
.voyage-btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.voyage-btn--ghost:hover { background: var(--ink); color: var(--white); }

/* ================= NAVBAR ================= */
.voyage-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 250, 247, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(14, 33, 56, 0.08);
}
.voyage-nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1rem;
}
.voyage-nav__brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}
.voyage-nav__brand span { color: var(--coral); }
.voyage-nav__links { gap: 2rem; align-items: center; }
.voyage-nav__links a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--slate);
  transition: color 0.15s ease;
}
.voyage-nav__links a:hover { color: var(--coral-dark); }

/* ================= TICKER / TRUST STRIP (boarding-pass stub row) ================= */
.voyage-ticker {
  background: var(--ink);
  padding: 2.8rem 0;
  position: relative;
  overflow: hidden;
}

.voyage-ticker__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  position: relative;
}
.voyage-ticker__stop {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--white);
}
.voyage-ticker__code {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--ink);
  background: var(--gold);
  border-radius: 6px;
  padding: 0.3rem 0.45rem;
  letter-spacing: 0.04em;
  flex-shrink: 0; display:none;
}
.voyage-ticker__stop strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 0.25rem;
}
.voyage-ticker__stop span {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}

/* ================= STORY / ABOUT ================= */
.voyage-story { padding: 6rem 0; }
.voyage-story__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
}
.voyage-story__copy p { color: var(--slate); line-height: 1.75; }
.voyage-checklist {
  margin: 1.6rem 0 2rem;
  display: grid;
  gap: 0.65rem;
}
.voyage-checklist li {
  position: relative;
  padding-left: 1.6rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
}
.voyage-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--coral);
  font-weight: 700;
}
.voyage-story__art { position: relative; }
.voyage-story__img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.voyage-story__tag {
  position: absolute;
  left: -1.2rem;
  bottom: -1.2rem;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 0.9rem 1.3rem;
  display: grid;
  gap: 0.15rem;
}
.voyage-story__tag-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate-light);
}
.voyage-story__tag-value {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--coral-dark);
}

/* ================= ROUTES / POPULAR CATEGORIES ================= */
.voyage-routes {
  background: url(/AF_Images/section_bg.webp);
  background-size:cover; background-repeat:no-repeat;
  padding: 6rem 0;
  position: relative;
}
.voyage-routes .voyage-h2 { color: var(--white); }
.voyage-route-card {
  display: block;
  background: var(--ink-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease;
  height: 100%;
}
.voyage-route-card:hover { transform: translateY(-6px); border-color: var(--coral); }
.voyage-route-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.voyage-route-card__body {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.1rem 1.2rem;
}
.voyage-route-card__code {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600; display:none;
  color: var(--ink);
  background: var(--coral);
  border-radius: 6px;
  padding: 0.28rem 0.5rem; display:none;
  letter-spacing: 0.03em;
}
.voyage-route-card__name {
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
}

/* ================= WHY CHOOSE US ================= */
.voyage-promise { padding: 6rem 0; }
.voyage-promise-card {
  background: var(--sky);
  border-radius: var(--radius-lg);
  padding: 2.2rem 1.9rem;
  height: 100%;
  position: relative;
}
.voyage-promise-card__num {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.voyage-promise-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.6rem;
}
.voyage-promise-card p {
  color: var(--slate);
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
}

/* ================= FAQ (boarding-pass stub styling) ================= */
.voyage-faq { padding: 1rem 0 3rem; }
.voyage-faq__list { display: grid; gap: 0.9rem;  }
.voyage-faq__item {
  background: var(--white);
  border: 1px solid rgba(14, 33, 56, 0.1);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.voyage-faq__q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  padding: 1.15rem 1.4rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
}
.voyage-faq__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--coral-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease;
}
.voyage-faq__item.is-open .voyage-faq__icon {
  background: var(--coral);
  color: var(--white);
  transform: rotate(45deg);
}
.voyage-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
  padding: 0 1.4rem;
}
.voyage-faq__item.is-open .voyage-faq__a { max-height: 320px; padding: 0 1.4rem 1.3rem; }
.voyage-faq__a p, .voyage-faq__a ul {
  margin: 0;
  color: var(--slate);
  font-size: 0.93rem;
  line-height: 1.65;
}
.voyage-faq__a ul { display: grid; gap: 0.4rem; }
.voyage-faq__a li::before { content: "— "; color: var(--coral-dark); }

/* ================= FOOTER ================= */
.voyage-footer {
  background: var(--ink);
  padding: 2.6rem 0;
}
.voyage-footer__row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.voyage-nav__brand--footer { color: var(--white); }
.voyage-footer p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  margin: 0;
  max-width: 520px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .voyage-ticker__grid { grid-template-columns: repeat(2, 1fr); }
  .voyage-story__grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .voyage-story__art { order: -1; }
}
@media (max-width: 575px) {
  .voyage-ticker__grid { grid-template-columns: 1fr; }
  .voyage-story { padding: 4rem 0; }
  .voyage-routes, .voyage-promise, .voyage-faq { padding: 4rem 0; }
  .voyage-story__tag { position: static; margin-top: 1rem; display: inline-flex; flex-direction: row; gap: 0.5rem; align-items: baseline; }
}

/* ================= CAR RENTAL — HERO ================= */
.voyage-drive-hero {
  background: var(--ink);
  padding: 5.5rem 0 8rem;
  position: relative;
}
.voyage-drive-hero__title {
  color: var(--white);
  max-width: 760px;
}
.voyage-drive-hero__lead {
  color: rgba(255, 255, 255, 0.68);
  max-width: 620px;
}

/* ================= CAR RENTAL — BOOKING WIDGET (boarding-pass card) ================= */
.voyage-drive-widget {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  margin-top: -4.4rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.voyage-drive-widget__stub { padding: 2rem 2.2rem; }
.voyage-drive-widget__stub--contact { background: var(--sky); }
.voyage-drive-widget__stub-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral-dark);
  margin-bottom: 1.1rem;
}

/* dashed ticket-perforation divider with punched notches on each edge */
.voyage-drive-widget__perforation {
  position: relative;
  height: 0;
  border-top: 2px dashed rgba(14, 33, 56, 0.18);
  margin: 0 2.2rem;
}
.voyage-drive-widget__perforation::before,
.voyage-drive-widget__perforation::after {
  content: "";
  position: absolute;
  top: -12px;
  width: 24px;
  height: 24px;
  background: var(--paper);
  border-radius: 50%;
}
.voyage-drive-widget__perforation::before { left: -2.2rem; margin-left: -12px; }
.voyage-drive-widget__perforation::after { right: -2.2rem; margin-right: -12px; }

.voyage-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.voyage-field__label {
font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #181818;
    font-weight: 600;
}
.voyage-field input {
  border: 1.5px solid rgba(14, 33, 56, 0.14);
     border-radius: 8px;
    padding: 14px 0.9rem;
  font-family: var(--font-body);
  font-size: 0.94rem;
  color: var(--ink);
  background: var(--white);
  transition: border-color 0.18s ease;
  width: 100%;
}
.voyage-field input:focus {
  outline: none;
  border-color: var(--coral);
}
.voyage-field input::placeholder { color: var(--slate-light); }

.voyage-drive-widget__submit {
  width: 100%;
  justify-content: center;
  padding: 0.85rem 1rem;
  border: none;
  cursor: pointer;
}

.voyage-drive-h2 { max-width: 560px; }

@media (max-width: 767px) {
  .voyage-drive-hero { padding: 4rem 0 6.5rem; }
  .voyage-drive-widget { margin-top: -3.2rem; }
  .voyage-drive-widget__stub { padding: 1.6rem 1.3rem; }
  .voyage-drive-widget__perforation { margin: 0 1.3rem; }
  .voyage-drive-widget__perforation::before { left: -1.3rem; }
  .voyage-drive-widget__perforation::after { right: -1.3rem; }
}

/* ================= TRAIN — HERO ================= */
.voyage-rail-hero {
  background: var(--ink);
  padding: 5.5rem 0 4.5rem;
}
.voyage-rail-hero__title {
  color: var(--white);
  max-width: 760px;
}
.voyage-rail-hero__lead {
  color: rgba(255, 255, 255, 0.68);
  max-width: 620px;
  margin-bottom: 2.6rem;
}

/* signature element: Northeast Corridor route strip */
.voyage-corridor {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  background: var(--ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.4rem 1.6rem;
}
.voyage-corridor__stop {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}
.voyage-corridor__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.voyage-corridor__code {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.03em;
}
.voyage-corridor__city {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.voyage-corridor__track {
  flex: 1 1 40px;
  min-width: 28px;
  height: 0;
  border-top: 2px dashed rgba(227, 168, 87, 0.45);
  margin: 0 0.8rem;
}

/* ================= TRAIN — INTRO / OVERVIEW ================= */
.voyage-rail-notes {
  padding-top: 1rem;
}
.voyage-rail-notes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 3rem;
}
.voyage-note-card {
  background: var(--sky);
  border-radius: var(--radius-lg);
  padding: 2rem 2.1rem;
}
.voyage-note-card h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 0 1.1rem;
  color: var(--ink);
}
.voyage-note-card ul { display: grid; gap: 0.6rem; }
.voyage-note-card li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--slate);
}
.voyage-note-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
}
.voyage-note-card li strong { color: var(--ink); }

@media (max-width: 767px) {
  .voyage-rail-notes__grid { grid-template-columns: 1fr; }
  .voyage-corridor { gap: 0.6rem; }
  .voyage-corridor__track { display: none; }
}

/* ================= ARTICLE PAGE (Roundtrip Flights) — HERO ================= */
.voyage-article-hero {
  background: var(--ink);
  padding: 5rem 0 4rem;
}
.voyage-article-hero__title { color: var(--white); max-width: 780px; }
.voyage-article-hero__lead { color: rgba(255, 255, 255, 0.68); max-width: 660px; }

/* ================= ARTICLE BODY ================= */
.voyage-article { padding: 5rem 0; }
.voyage-article__layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3.5rem;
  align-items: start;
}
.voyage-article__toc {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 0.9rem;
}
.voyage-article__toc-label {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate-light);
  margin-bottom: 0.2rem;
}
.voyage-article__toc a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--slate);
  border-left: 2px solid rgba(14, 33, 56, 0.1);
  padding-left: 0.8rem;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.voyage-article__toc a:hover { color: var(--coral-dark); border-color: var(--coral); }

.voyage-article__section {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(14, 33, 56, 0.08);
}
.voyage-article__section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.voyage-article__section h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: var(--ink);
}
.voyage-article__section h3 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  margin: 1.4rem 0 0.8rem;
  color: var(--ink);
}
.voyage-article__section p {
  color: var(--slate);
  line-height: 1.75;
  margin: 0 0 1rem;
}
.voyage-article__section p:last-child { margin-bottom: 0; }
.voyage-article__list { display: grid; gap: 0.6rem; }
.voyage-article__list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--slate);
  font-size: 0.96rem;
  line-height: 1.6;
}
.voyage-article__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--coral);
  font-weight: 700;
}

/* CTA card at the end of the article */
.voyage-article__cta {
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: 2.8rem;
  text-align: left;
  border: none;
}
.voyage-article__cta h2 { color: var(--white); }
.voyage-article__cta p { color: rgba(255, 255, 255, 0.68); max-width: 560px; }
.voyage-article__cta .voyage-btn { margin-top: 0.6rem; }

@media (max-width: 991px) {
  .voyage-article__layout { grid-template-columns: 1fr; }
  .voyage-article__toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.4rem;
  }
  .voyage-article__toc a { border-left: none; padding-left: 0; border-bottom: 2px solid rgba(14, 33, 56, 0.1); padding-bottom: 0.2rem; }
}
@media (max-width: 575px) {
  .voyage-article__cta { padding: 2.1rem 1.6rem; }
}

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
}



.voyage-search {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 1.6rem;
  position: relative;
}

.voyage-search__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr 0.85fr 0.85fr 1fr auto;
  gap: 0;
  align-items: stretch;
  border: 1.5px solid rgba(14, 33, 56, 0.12);
  border-radius: var(--radius-md);
  overflow: visible;
}

.voyage-search__cell {
  position: relative;
  padding: 0.7rem 1.1rem;
  border-right: 1px solid rgba(14, 33, 56, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
  min-width: 0;
}
.voyage-search__row > .voyage-search__cell:last-of-type,
.voyage-search__cell--noborder { border-right: none; }

.voyage-search__label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-light);
}
.voyage-search__label svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--coral); }

.voyage-search__cell input,
.voyage-search__cell select {
  border: none;
  background: none;
  padding: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--ink);
  width: 100%;
}
.voyage-search__cell input:focus,
.voyage-search__cell select:focus { outline: none; }
.voyage-search__cell input::placeholder { color: var(--slate-light); font-weight: 500; }
.voyage-search__cell--sub {
  display: block;
  font-size: 0.72rem;
  color: var(--slate-light);
  font-weight: 500;
}

/* swap button sits between origin/destination */
.voyage-search__swap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex-shrink: 0;
  background: var(--paper);
  border: none;
  border-right: 1px solid rgba(14, 33, 56, 0.1);
  color: var(--coral);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.2s ease;
}
.voyage-search__swap:hover { background: var(--sky); }
.voyage-search__swap svg { width: 18px; height: 18px; }
.voyage-search__swap.is-swapped svg { transform: rotate(180deg); }

.voyage-search__submit {
  border: none;
  background: var(--coral);
  color: var(--white);
  font-weight: 700;
  font-size: 0.94rem;
  padding: 0 1.6rem;
  cursor: pointer;
  transition: background 0.18s ease;
  white-space: nowrap;
}
.voyage-search__submit:hover { background: var(--coral-dark); }

.voyage-search__pax-trigger { cursor: pointer; transition: background 0.15s ease; }
.voyage-search__pax-trigger:hover { background: var(--paper); }

/* passenger/class dropdown */
.voyage-search__pax-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 300px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(14, 33, 56, 0.08);
  padding: 1.3rem;
  z-index: 20;
  display: none;
}
.voyage-search__pax-panel.is-open { display: block; }
.voyage-search__pax-select {
  width: 100%;
  border: 1.5px solid rgba(14, 33, 56, 0.14);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--ink);
  margin-bottom: 1rem;
}
.voyage-search__pax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(14, 33, 56, 0.07);
}
.voyage-search__pax-row:first-of-type { border-top: none; }
.voyage-search__pax-row-label { display: flex; flex-direction: column; }
.voyage-search__pax-row-label span { font-size: 0.9rem; font-weight: 600; color: var(--ink); }
.voyage-search__pax-row-label small { font-size: 0.72rem; color: var(--slate-light); }

.voyage-search__stepper { display: flex; align-items: center; gap: 0.7rem; }
.voyage-search__stepper button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(14, 33, 56, 0.18);
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.voyage-search__stepper button:hover { background: var(--sky); border-color: var(--coral); }
.voyage-search__stepper span {
  min-width: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 0.92rem;
}
.voyage-search__pax-done {
  width: 100%;
  margin-top: 0.9rem;
  background: var(--ink);
  color: var(--white);
  border: none;
  border-radius: 999px;
  padding: 0.6rem;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}
.voyage-search__pax-done:hover { background: var(--coral-dark); }

/* traveler details row underneath */
.voyage-search__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
  margin-top: 10px;
}
.voyage-search__details .voyage-field input {
  border-color: rgba(14, 33, 56, 0.12);
}

@media (max-width: 991px) {
  .voyage-search__row { grid-template-columns: 1fr; }
  .voyage-search__cell { border-right: none; border-bottom: 1px solid rgba(14, 33, 56, 0.1); }
  .voyage-search__swap {
    width: 100%;
    height: 40px;
    border-right: none;
    border-bottom: 1px solid rgba(14, 33, 56, 0.1);
  }
  .voyage-search__swap svg { transform: rotate(90deg); }
  .voyage-search__swap.is-swapped svg { transform: rotate(270deg); }
  .voyage-search__submit { padding: 0.9rem; }
  .voyage-search__pax-panel { position: static; width: 100%; box-shadow: none; border: none; padding: 1rem 0 0; }
  .voyage-search__details { grid-template-columns: 1fr; }
}

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
}

.car_search {
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem 1.8rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.car_input {
    transition: all 0.25s ease;
}

.car_input {
    position: relative;
    margin-bottom: 15px;
}
.car_input svg {
    position: absolute;
    top: 20px;
    left: 7px;
    width: 18px;
    height: 18px;
    stroke: #6d6b6b;
        transform: translateY(-50%);
    color: #555;
}

.car_input input, .car_input select {
    width: 100%;
    padding: 12px 12px 12px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    background: #fff;    font-weight: 500;
    text-overflow: ellipsis;
}

.car_input label {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.car_input input:focus + label, .car_input input:not(:placeholder-shown) + label, .car_input select:focus + label, .car_input select:not([value=""]) + label {
    top: 0px;
    left: 30px;
    font-size: 12px;
    color: #090a0a;
    background: #fff;
    padding: 0 5px;
}
.car_input_btn button {
    background: #B72C3B;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    font-weight: 500;
}

.check-box-option {
    padding: 10px 0 0px 0;
}
.check-box-option {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    margin-top: 10px;
}
.check-box-option input {
    height: unset !important;
}
.check-box-option span {
    font-size: 12px;
    line-height: 15px !important;
    display: inline-block;
    color: #535252;
}

.bottom_footer{
    background: #ffbace36;
    padding: 70px 0 0;
}

.bottom_footer_container{
    width:100%;
    max-width:1240px;
    margin:auto;
    padding:0 20px;
}

.bottom_footer_grid{
    display:grid;
    grid-template-columns:1.35fr 1fr 1fr 1fr;
    gap:60px;
}

.bottom_footer_logo img{
    max-width:230px;
    display:block;
    margin-bottom:25px;
}

.bottom_footer_about p{
       color: rgb(85, 85, 85);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 28px;
}

.bottom_footer_contact{
    margin-bottom:24px;
}

.bottom_footer_contact h4{
    font-size:30px;
    color:#111;
    margin-bottom:12px;
    font-weight:700;
}

.bottom_footer_contact a{
    text-decoration:none;
    color:#444;
    font-size:20px;
    transition:.3s;
}

.bottom_footer_contact a:hover{
    color:#ff7a00;
}

.bottom_footer_column h3{
    font-size:22px;
    margin-bottom:24px;
    color:#111;
    font-weight:600;
}

.bottom_footer_column ul{
    list-style:none;
    margin:0;
    padding:0;
}

.bottom_footer_column li{
    margin-bottom:16px;
}

.bottom_footer_column a{
    color:#444;
    text-decoration:none;
    font-size:15px;
    transition:.3s;display: block;
    padding: 4px 0;
}

.bottom_footer_column a:hover{
    color:#ff7a00;
    padding-left:6px;
}

.bottom_footer_bottom{
  border-top: 1px solid #d8d8d8;
    margin-top: 36px;
    padding: 20px 0;
    color: #555;
    font-size: 16px;
    text-align: center;
}

@media(max-width:991px){

.bottom_footer_grid{
    grid-template-columns:repeat(2,1fr);
    gap:45px;
}

.bottom_footer_column h3,
.bottom_footer_contact h4{
    font-size:26px;
}

.bottom_footer_column a,
.bottom_footer_contact a,
.bottom_footer_about p{
    font-size:14px;
}

}

@media(max-width:767px){

.bottom_footer{
    padding-top:45px;
}

.bottom_footer_grid{
    grid-template-columns:1fr;
    gap:35px;
}

.bottom_footer_logo img{
    max-width:190px;
}

.bottom_footer_column h3,
.bottom_footer_contact h4{
    font-size:16px;
}

.bottom_footer_column li{
    margin-bottom:12px;
}

.bottom_footer_column a,
.bottom_footer_contact a,
.bottom_footer_about p{
    font-size:14px;
}

.bottom_footer_bottom{
    text-align:center;
    font-size:15px;
}

}


.travel_features_section{
    padding:30px 0;
    background:#f7f9fc;
}

.travel_features_container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
}

.travel_features_grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.travel_feature_item{
    display:flex;
        align-items: self-start;
    gap:18px;
    background:#fff;
    border:1px solid #edf0f5;
    border-radius:18px;
    padding:22px;
    transition:.35s;
    position:relative;flex-direction:column;
    overflow:hidden;
}

.travel_feature_item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:#0d6efd;
    transition:.35s;
}

.travel_feature_item:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.travel_feature_item:hover::before{
    width:100%;
    opacity:.04;
}

.travel_feature_icon{
    width:58px;
    height:58px;
    border-radius:16px;
    background:#eef5ff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.travel_feature_content h3{
    font-size:19px;
    font-weight:700;
    color:#1b2330;
    margin:0 0 8px;
}

.travel_feature_content p{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#6d7685;
}

@media(max-width:1200px){

.travel_features_grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.travel_features_grid{
    grid-template-columns:1fr;
}

.travel_feature_item{
    padding:18px;
}

.travel_feature_icon{
    width:50px;
    height:50px;
    font-size:24px;
}

.travel_feature_content h3{
    font-size:17px;
}

.travel_feature_content p{
    font-size:13px;
}

}