*{
    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;
}



.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/package_bg.webp);

    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: #f64914;
    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: #f64914;
    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: #f64914;
    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: #f64914;
    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;
    }
}



.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;
}