/* ==========================================================================
   Destinations Package Details Hero Section
   ========================================================================== */

.pkg-details-hero-section {
    position: relative;

}

.pkg-details-hero {
    width: 100%;
    height: 541px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.60) 50%, rgba(0, 0, 0, 0.40) 100%), url('Assets/DestinationsPackageDetails/DestinationsPackageDetailsHeroBgImg.png') lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;

}

/* Breadcrumb centered above card */
.pkg-details-breadcrumb-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    z-index: 20;

}

.pkg-breadcrumb {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.pkg-breadcrumb a {
    color: #FFF;
    font-weight: 300;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.pkg-breadcrumb a:hover {
    opacity: 1;
}

.pkg-breadcrumb .current {
    font-weight: 500;
}

.pkg-details-card-wrapper {
    display: flex;
    width: 100%;
    margin-top: -120px;
    /* Pull it up to overlap the hero */
    padding: 0 20px 80px 20px;
    flex-direction: column;
    align-items: center;
    /* Center the container inside */
    background: linear-gradient(0deg, #FFF 0%, #FFF 33.33%, #FFF 78.18%, rgba(250, 249, 246, 0.00) 100%);
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

/* The floating card container */
.pkg-details-card-container {
    display: flex;
    width: 100%;
    max-width: 1345px;
    /* Restricts max width on huge screens */
    margin: 0 auto;
    height: auto;
    min-height: 352px;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.pkg-details-card {
    height: auto;
    min-height: 352px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 40px;
    box-sizing: border-box;
}

.pkg-details-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 650px;
}

.pkg-details-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 111.111% */
    letter-spacing: 0.369px;
    margin-bottom: 24px;
}

.pkg-details-info-boxes {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.pkg-details-box {
    width: 246px;
    height: 76px;
    border-radius: 12px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 12px;
    box-sizing: border-box;
}

.pkg-details-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pkg-details-box-text {
    display: flex;
    flex-direction: column;
}

.pkg-details-box-label {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.pkg-details-box-value {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    /* Slightly adjusted to fit nicely */
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.15px;
    white-space: nowrap;
}

.pkg-details-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkg-details-price-area {
    display: flex;
    flex-direction: column;
}

.pkg-details-price-label {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.15px;
}

.pkg-details-price-value {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.pkg-details-price-amount {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
}

.pkg-details-price-suffix {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
}

.pkg-details-book-btn {
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    display: flex;
    width: 240px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1A4D2E;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pkg-details-book-btn:hover {
    background-color: #143d24;
}

.pkg-details-image-right {
    width: 440px;
    height: 272px;
    border-radius: 16px;
    background: url('Assets/DestinationsPackageDetails/hero-rigth-img.png') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
}

/* ==========================================================================
   Overview & Highlights Section
   ========================================================================== */

.pkg-overview-section {
    width: 100%;
    background: #FFF;
    padding: 60px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.pkg-overview-container {
    display: flex;
    width: 100%;
    max-width: 1345px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.pkg-overview-content-left {
    display: flex;
    flex-direction: column;
    max-width: 987px;
    width: 100%;
}

.pkg-overview-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.369px;
    margin-bottom: 24px;
}

.pkg-overview-route {
    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: flex-start;
    gap: 42px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: #F5F2ED;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.route-loc,
.route-dash {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.07px;
}

.pkg-overview-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 20px;
}

.pkg-read-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-top: 10px;
    align-self: flex-end;
}

.pkg-read-more-btn img {
    width: 20px;
    height: 20px;
}

.pkg-read-more-btn span {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.07px;
}

/* Itinerary Section (Continuation) */
.pkg-itinerary-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    /* Gap from the overview text */
    width: 100%;
}

.pkg-itinerary-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
}

.pkg-itinerary-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 32px;
}

.pkg-itinerary-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.pkg-accordion-item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.pkg-accordion-item.active {
    background: #F5F2ED;
    gap: 24px;
}

.pkg-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.pkg-accordion-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pkg-day-badge {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    width: auto;
    min-width: 64px;
    white-space: nowrap;
    height: 28px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #C9A961;
    box-sizing: border-box;
    flex-shrink: 0;
}

.pkg-accordion-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.369px;
}

.pkg-accordion-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.pkg-accordion-content {
    display: none;
    width: 100%;
}

.pkg-accordion-item.active .pkg-accordion-content {
    display: block;
}

.pkg-accordion-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pkg-accordion-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pkg-accordion-checklist img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.pkg-accordion-checklist span {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.439px;
}

/* Notes Section */
.pkg-notes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
    width: 100%;
}

.pkg-note-text {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin: 0;
}

.pkg-note-bold {
    color: #2A2A2A;
    font-weight: 600;
}

/* Inclusions Section */
.pkg-inclusions-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    width: 100%;
}

.pkg-inclusions-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
    margin-top: 0;
}

.pkg-inclusions-desc {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 32px;
    margin-top: 0;
}

.pkg-inclusions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pkg-inclusions-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pkg-inclusions-list img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.pkg-inclusions-list span {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.439px;
}

/* Other Info Section */
.pkg-other-info-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    width: 100%;
}

.pkg-other-info-subtitle {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
    margin-top: 0;
}

.pkg-other-info-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pkg-other-info-list li {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.439px;
    padding-left: 8px;
}

.pkg-read-more-right {
    align-self: flex-end;
    margin-top: 24px;
}

/* Travel Essentials Section */
.pkg-travel-essentials-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    width: 100%;
}

.pkg-essentials-category {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.pkg-essentials-cat-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 16px;
    margin-top: 0;
}

/* Form Card */
.pkg-overview-form-card {
    width: 318px;
    height: auto;
    border-radius: 16px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
    flex-shrink: 0;
    position: sticky;
    top: 120px;
    /* Adjust to center vertically in viewport */
}

.pkg-overview-form-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
}

.pkg-overview-form-header img {
    width: 20px;
    height: 20px;
}

.pkg-overview-form-header h3 {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.07px;
}

.pkg-overview-form-line {
    width: 100%;
    height: 1px;
    background: rgba(26, 77, 46, 0.16);
    margin-bottom: 20px;
}

.pkg-callback-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.pkg-overview-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.pkg-overview-form-group label {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.pkg-overview-form-group input {
    display: flex;
    width: 100%;
    padding: 13px 16px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.312px;
    box-sizing: border-box;
    outline: none;
    background: #FFF;
}

.pkg-overview-form-group input::placeholder {
    color: #9CA3AF;
}

.pkg-overview-form-group input:focus {
    border-color: #1A4D2E;
}

.pkg-overview-submit-btn {
    display: flex;
    width: 100%;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1A4D2E;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    transition: background-color 0.3s ease;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.pkg-overview-submit-btn:hover {
    background-color: #e0b85c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.pkg-gallery-section {
    padding: 80px 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pkg-gallery-header {
    text-align: center;
    margin-bottom: 48px;
}

.pkg-gallery-title {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    margin: 0 0 12px 0;
    font-weight: 600;
    line-height: 40px;
}

.pkg-gallery-subtitle {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.pkg-gallery-grid {
    display: grid;
    grid-template-columns: 280px 513px 240px 240px;
    grid-template-rows: 280px 280px;
    gap: 24px;
    max-width: 1345px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.pkg-gallery-img {
    border-radius: 16px;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
}

.pkg-gallery-img-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.pkg-gallery-img-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.pkg-gallery-img-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.pkg-gallery-img-4 {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}

.pkg-gallery-img-5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.pkg-gallery-img-6 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

/* ==========================================================================
   Our Other Packages Section
   ========================================================================== */
.pkg-other-packages-section {
    padding: 80px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pkg-other-packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 318px);
    gap: 24px;
    max-width: 1345px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.pkg-other-card {
    width: 318px;
    height: 462px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pkg-other-card-img {
    width: 100%;
    height: 208px;
    position: relative;
    flex-shrink: 0;
}

.pkg-other-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    padding: 3px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99px;
    background: #1A4D2E;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.31px;
}

.pkg-other-card-content {
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pkg-other-card-title {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.449px;
    margin: 0 0 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: normal handles multiline truncation cleanly */
}

.pkg-other-card-info-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.pkg-other-card-info-row img {
    width: 16px;
    height: 16px;
}

.pkg-other-card-info-row span {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.pkg-other-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: 16px;
}

.pkg-other-card-customised {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.pkg-other-card-price {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.pkg-other-card-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #1A4D2E;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.pkg-other-card-btn:hover {
    background-color: #143d24;
}

/* ==========================================================================
   Responsive Overrides
   ========================================================================== */

@media (max-width: 1380px) {
    .pkg-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto auto auto;
        gap: 16px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .pkg-gallery-img {
        aspect-ratio: 1;
        min-height: auto;
    }

    .pkg-gallery-img-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .pkg-gallery-img-2 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .pkg-gallery-img-3 {
        grid-column: 1 / 3;
        grid-row: 2 / 4;
        aspect-ratio: 16/9;
    }

    .pkg-gallery-img-4 {
        grid-column: 3 / 4;
        grid-row: 1 / 3;
        aspect-ratio: auto;
        height: 100%;
    }

    .pkg-gallery-img-5 {
        grid-column: 3 / 4;
        grid-row: 3 / 4;
    }

    .pkg-gallery-img-6 {
        grid-column: 1 / 4;
        grid-row: 4 / 5;
        aspect-ratio: 21/9;
    }

    /* Other Packages Tablet */
    .pkg-other-packages-grid {
        grid-template-columns: repeat(3, 318px);
        padding: 0 20px;
    }
}

@media (max-width: 1150px) {
    .pkg-other-packages-grid {
        grid-template-columns: repeat(2, 318px);
    }

    .pkg-details-hero {
        height: 500px;
        /* Taller to clear header */
    }

    .pkg-details-card-wrapper {
        margin-top: -80px;
        /* Slight overlap on tablet */
        padding: 0 24px 60px 24px;
    }

    .pkg-details-card {
        flex-direction: column;
        height: auto;
        gap: 32px;
    }

    .pkg-details-image-right {
        width: 100%;
        height: 350px;
    }

    .pkg-details-content-left {
        max-width: 100%;
    }

    .pkg-overview-container {
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }

    .pkg-overview-content-left {
        max-width: 100%;
    }

    .pkg-overview-form-card {
        width: 100%;
        max-width: 400px;
        position: static;
    }
}

@media (max-width: 768px) {
    .pkg-details-hero {
        min-height: 600px;
        height: auto;
        padding-top: 400px;
        /* Pushes content below the huge mobile header */
        padding-bottom: 50px;
        background-position: center center;
        display: flex;
        align-items: center;
    }

    .pkg-details-breadcrumb-wrapper {
        position: relative;
        /* Stop using absolute positioning */
        top: auto;
        left: auto;
        transform: none;
        padding: 0 20px;
    }

    .pkg-details-card-wrapper {
        margin-top: 0px;
        padding: 40px 20px;
        padding-top: 0px !important;
    }

    .pkg-details-card-container {
        height: auto;
        /* Fixes overlap with footer */
    }

    .pkg-details-info-boxes {
        flex-direction: column;
        gap: 16px;
    }

    .pkg-details-box {
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .pkg-details-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .pkg-details-book-btn {
        width: 100%;
    }

    .pkg-details-title {
        font-size: 28px;
        line-height: 36px;
    }

    .pkg-details-card {
        padding: 32px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .pkg-overview-section {
        padding: 40px 20px;
    }

    .pkg-overview-route {
        gap: 16px;
        padding: 14px;
        justify-content: flex-start;
    }

    .route-loc,
    .route-dash {
        font-size: 14px;
    }

    .pkg-accordion-item {
        padding: 16px;
    }

    .pkg-accordion-title {
        font-size: 18px;
        line-height: 26px;
    }

    .pkg-accordion-header-left {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .pkg-details-hero {
        min-height: 550px;
        padding-top: 350px;
        /* Pushes content below the huge mobile header */
        padding-bottom: 40px;
    }

    .pkg-details-breadcrumb-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .pkg-details-card-wrapper {
        padding: 24px 16px;
    }

    .pkg-details-card-container {
        height: auto;
        /* Fixes overlap with footer */
    }

    .pkg-details-card {
        padding: 24px;
        border-radius: 16px;
    }

    .pkg-details-price-amount {
        font-size: 28px;
    }

    .pkg-details-price-suffix {
        font-size: 20px;
    }

    .pkg-details-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .pkg-details-image-right {
        height: 240px;
        border-radius: 12px;
    }

    .pkg-accordion-title {
        font-size: 16px;
        line-height: 24px;
    }

    .pkg-accordion-header-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .pkg-accordion-checklist span {
        font-size: 14px;
        line-height: 22px;
    }

    .pkg-note-text,
    .pkg-inclusions-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .pkg-inclusions-title {
        font-size: 28px;
        line-height: 34px;
    }

    .pkg-inclusions-list span,
    .pkg-other-info-list li {
        font-size: 14px;
        line-height: 22px;
    }

    .pkg-other-info-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .pkg-essentials-cat-title {
        font-size: 16px;
        line-height: 24px;
    }

    /* Gallery Mobile */
    .pkg-gallery-section {
        padding: 60px 16px;
    }

    .pkg-gallery-title {
        font-size: 28px;
    }

    .pkg-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
        padding: 0 16px;
    }

    .pkg-gallery-img {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        aspect-ratio: 4/3 !important;
        height: auto !important;
    }

    /* Other Packages Mobile */
    .pkg-other-packages-section {
        padding: 60px 16px;
    }

    .pkg-other-packages-grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .pkg-other-card {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .pkg-other-card-img {
        width: 100%;
    }
}

/* Rich text styling (CKEditor overview & itinerary descriptions) */
.pkg-overview-desc-rich {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    margin-bottom: 20px;
}

.pkg-overview-desc-rich p {
    margin: 0 0 20px 0;
}

.pkg-overview-desc-rich p:last-child {
    margin-bottom: 0;
}

.pkg-overview-desc-rich ul,
.pkg-overview-desc-rich ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.pkg-accordion-checklist-rich {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.439px;
    width: 100%;
}

.pkg-accordion-checklist-rich p {
    margin: 0 0 12px 0;
}

.pkg-accordion-checklist-rich p:last-child {
    margin-bottom: 0;
}

.pkg-accordion-checklist-rich ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pkg-accordion-checklist-rich ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    padding-left: 32px;
}

.pkg-accordion-checklist-rich ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url('Assets/DestinationsPackageDetails/TickIcon.png');
    background-size: contain;
    background-repeat: no-repeat;
}