/* ==========================================================================
   Destinations Navigation Active State
   ========================================================================== */

.nav-links li a.active {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.15px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 12%;
    text-underline-offset: 24%;
    text-underline-position: from-font;
}

.nav-links li a.active svg {
    color: #C9A961;
}

/* ==========================================================================
   Packages Page Hero Section
   ========================================================================== */

/* Packages Hero Section */
.pkg-hero {
    position: relative;
    width: 100%;
    height: 541px;
    background-image: url('Assets/DestinationsPackages/DestinationsPackagesPage-hero-bg-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pkg-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.30) 100%);
    z-index: 1;
}

.pkg-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Breadcrumb Styling */
.pkg-breadcrumb {
    margin-bottom: 24px;
    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;
}

/* Hero Title Styling */
.pkg-hero-title {
    margin-bottom: 24px;
}

.pkg-hero-title .light-text {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 75px;
    letter-spacing: 0.264px;
}

.pkg-hero-title .bold-text {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.264px;
}

/* Hero Description Styling */
.pkg-hero-desc {
    width: 100%;
    max-width: 800px;
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.5px;
    letter-spacing: -0.449px;
}

/* ==========================================================================
   Responsive Design for Packages Hero
   ========================================================================== */

/* Laptops & Tablets */
@media (max-width: 1024px) {
    .pkg-hero {
        height: auto;
        min-height: 500px;
        align-items: center;
        padding: 120px 20px 60px 20px;
    }

    .pkg-hero-content {
        padding-top: 60px;
    }

    .pkg-hero-title .light-text,
    .pkg-hero-title .bold-text {
        font-size: 32px;
        line-height: 1.4;
    }

    .pkg-hero-desc {
        font-size: 18px;
        line-height: 28px;
        padding: 0 20px;
    }
}

/* Small Tablets & Large Phones */
@media (max-width: 768px) {
    .pkg-hero {
        min-height: 800px;
        height: auto;
        align-items: center;
        padding-top: 400px;
        padding-bottom: 50px;
        background-position: center center;
    }

    .pkg-hero-content {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pkg-hero-title .light-text,
    .pkg-hero-title .bold-text {
        font-size: 28px;
        line-height: 1.3;
    }

    .pkg-hero-title .light-text {
        line-height: 40px;
    }

    .pkg-hero-desc {
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .pkg-hero {
        min-height: 550px;
        height: auto;
        align-items: center;
        padding-top: 350px;
        padding-bottom: 40px;
    }

    .pkg-hero-title .light-text,
    .pkg-hero-title .bold-text {
        font-size: 23px;
        line-height: 34px;
    }

    .pkg-hero-desc {
        font-size: 15px;
        line-height: 24px;
    }
}

/* ==========================================================================
   Section 2: Packages Content
   ========================================================================== */

.section-2-pkg {
    padding: 80px 0;
    background-color: #FFF;
}

.pkg-page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.pkg-page-title {
    color: #2A2A2A;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin-bottom: 16px;
}

.pkg-page-desc {
    color: #4A5565;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.439px;
    width: 100%;
    max-width: 800px;
}

/* Reusing Month Buttons */
.pkg-months-filter {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pkg-month-btn {
    color: #4A5565;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
    display: flex;
    padding: 13.5px 24px 12.5px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pkg-month-btn:hover {
    background-color: #F3F4F6;
}

.pkg-month-btn.active {
    border-radius: 12px;
    background: #1A4D2E;
    color: #FFF;
    border-color: #1A4D2E;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.pkg-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* Sidebar */
.pkg-sidebar {
    width: 318px;
    height: auto;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    background: #FFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.pkg-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.pkg-filter-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.07px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pkg-filter-reset {
    color: #4A5565;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.312px;
    text-decoration: underline;
}

.pkg-filter-line {
    width: 100%;
    height: 1px;
    background: rgba(26, 77, 46, 0.16);
    margin-bottom: 24px;
    margin-top: 8px;
}

.pkg-filter-group-title {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.07px;
    margin-bottom: 16px;
}

/* Budget Range */
.pkg-range-container {
    margin-bottom: 24px;
}

.pkg-range-track {
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background: #1A4D2E;
    position: relative;
    margin-bottom: 12px;
}

.pkg-range-thumb-left,
.pkg-range-thumb-right {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1A4D2E;
    border: 2px solid #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pkg-range-thumb-left {
    left: 0;
}

.pkg-range-thumb-right {
    right: 0;
}

.pkg-range-values {
    display: flex;
    justify-content: space-between;
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.pkg-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    position: relative;
    user-select: none;
}

.pkg-filter-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pkg-filter-checkbox .pkg-checkmark {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #C9A961;
    background: #FAF9F6;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.pkg-filter-checkbox input:checked~.pkg-checkmark {
    background-color: #C9A961;
}

.pkg-filter-checkbox .pkg-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.pkg-filter-checkbox input:checked~.pkg-checkmark:after {
    display: block;
}

.pkg-filter-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    position: relative;
    user-select: none;
}

.pkg-filter-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pkg-filter-radio .pkg-radiomark {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(26, 77, 46, 0.16);
    background: #FAF9F6;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.pkg-filter-radio input:checked~.pkg-radiomark {
    border: 3px solid #1A4D2E;
}

/* Cards Grid */
.pkg-main-content {
    flex: 1;
}

.pkg-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(318px, 1fr));
    gap: 24px;
}

.pkg-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-card-img {
    width: 318px;
    height: 208px;
    position: relative;
}

.pkg-duration-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-card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pkg-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;
    width: 270px;
    height: 56px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pkg-card-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: auto;
}

.pkg-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.pkg-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px;
}

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

.pkg-price-right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pkg-price-right .pkg-price-symbol {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.449px;
}

.pkg-price-right .pkg-price-val {
    color: #C9A961;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.449px;
}

.pkg-btn-details {
    display: flex;
    width: 100%;
    padding: 11px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #1A4D2E;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    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;
    text-decoration: none;
    transition: background 0.3s ease;
}

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

/* Responsive */
@media (max-width: 1024px) {
    .pkg-layout {
        flex-direction: column;
    }

    .pkg-sidebar {
        width: 100%;
    }

    .pkg-cards-grid {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .pkg-card {
        width: 100%;
        max-width: 350px;
    }

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

    .pkg-card-title {
        width: 100%;
    }
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pkg-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.pkg-page-btn {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 3px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 0.8px solid rgba(26, 77, 46, 0.16);
    background: #FAF9F6;
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pkg-page-btn:hover {
    background: #E5E7EB;
}

.pkg-page-btn.active {
    background: #C9A961;
    color: #FFF;
    border-color: #C9A961;
}

/* ==========================================================================
   Packages Bottom Trip Finder
   ========================================================================== */

.pkg-bottom-finder {
    background: #FFF;
    border-radius: 24px;
    border: 1px solid #F3F4F6;
    padding: 32px 48px;
    margin-top: 120px;
    margin-bottom: 40px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    height: auto;
    min-height: 222px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.pkg-finder-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkg-finder-titles {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pkg-finder-title {
    color: #2A2A2A;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.396px;
}

.pkg-finder-subtitle {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.312px;
}

.pkg-finder-style {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

.pkg-style-toggle {
    position: relative;
    display: flex;
    height: 56px;
    padding: 4px;
    align-items: center;
    border-radius: 8px;
    background: #F5F2ED;
}

.pkg-style-toggle input[type="radio"] {
    display: none;
}

.pkg-btn-style {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    cursor: pointer;
    transition: color 0.3s ease;
    flex: 1;
}

.pkg-switch-indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

#pkg-style-standard:checked~.pkg-btn-style[for="pkg-style-standard"] {
    color: #1A4D2E;
}

#pkg-style-luxury:checked~.pkg-btn-style[for="pkg-style-luxury"] {
    color: #1A4D2E;
}

#pkg-style-luxury:checked~.pkg-switch-indicator {
    transform: translateX(100%);
}

.pkg-finder-form {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.pkg-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

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

.pkg-btn-group {
    flex: none;
}

.pkg-input-field {
    width: 100%;
    color: #364153;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #F5F2ED;
    height: 58px;
    padding: 0 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.pkg-input-field::placeholder {
    color: #4A5565;
    opacity: 0.8;
}

.pkg-input-field:focus {
    border-color: #1A4D2E;
}

.pkg-btn-send {
    display: inline-flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #1A4D2E;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    border: none;
    cursor: pointer;
    height: 58px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.pkg-btn-send:hover {
    background: #143d24;
}

@media (max-width: 1024px) {
    .pkg-finder-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .pkg-finder-form {
        flex-wrap: wrap;
    }

    .pkg-input-group {
        min-width: calc(33.333% - 16px);
    }
}

@media (max-width: 768px) {
    .pkg-bottom-finder {
        padding: 24px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

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

    .pkg-input-group {
        flex: none;
        width: 100%;
        min-width: 100%;
    }

    .pkg-input-field {
        height: 58px;
        min-height: 58px;
    }

    .pkg-btn-send {
        flex: none;
        width: 100%;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .pkg-finder-style {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}