﻿*{
    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/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: #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;
    }
    .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;
}