/* ==========================================================================
   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;
}

/* ==========================================================================
   Destinations Hero Section (Section 1)
   ========================================================================== */

.dest-hero {
    position: relative;
    width: 100%;
    height: 541px;
    background-image: url('Assets/Destinations/destination-section1-bg-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dest-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;
}

.dest-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 80px;
    /* Offset for absolute header if needed */
}

/* Breadcrumb Styling */
.breadcrumb {
    margin-bottom: 24px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

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

.breadcrumb a:hover {
    opacity: 1;
}

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

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

.dest-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;
}

.dest-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 */
.dest-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;
}

/* ==========================================================================
   Section 2: Destinations Content
   ========================================================================== */

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

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

.dest-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;
}

.dest-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;
}











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

/* Sidebar */
.dest-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;
}

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

.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;
}

.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-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
}

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

.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;
}

.filter-search {
    display: inline-flex;
    padding: 10px 12px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(26, 77, 46, 0.16);
    margin-bottom: 16px;
}

.filter-search input {
    border: none;
    outline: none;
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.312px;
    width: 100%;
    background: transparent;
}

.region-title {
    color: #1A4D2E;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.07px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.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;
}

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

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

.filter-checkbox:hover input~.checkmark {
    background-color: #f0ebd8;
}

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

.filter-checkbox .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);
}

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

.view-more {
    color: #4A5565;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 4px;
}

.filter-region {
    margin-bottom: 24px;
}

.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;
}

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

.filter-radio .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;
}

.filter-radio:hover input~.radiomark {
    background-color: #f0ebd8;
}

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

/* Cards Grid */
.dest-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

.dest-grid-card {
    cursor: pointer;
    width: 100%;
    height: 400px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.card-content {
    position: relative;
    z-index: 2;
    padding: 24px;
}

.card-name {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.449px;
    margin-bottom: 4px;
}

.card-sub {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-sub img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.card-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 16px;
    margin-top: auto;
}

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

.price-val-container {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

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

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

/* Pagination */
.dest-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.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;
}

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

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

.page-dots {
    color: #4A5565;
    font-weight: 500;
    padding: 0 4px;
}

/* ==========================================================================
   Responsive Design for Destinations Hero
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

    .dest-sidebar {
        width: 100%;
        height: auto;
    }

    .dest-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .dest-page-title {
        font-size: 28px;
        line-height: 36px;
    }

    .dest-page-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .dest-layout {
        align-items: stretch;
    }

    .dest-main-content {
        width: 100%;
    }

    .dest-cards-grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .dest-grid-card {
        height: 320px;
    }

    .card-name {
        font-size: 20px;
        line-height: 28px;
    }

    .price-symbol,
    .price-val {
        font-size: 20px;
        line-height: 28px;
    }





    .section-2-dest {
        padding: 40px 0;
    }
}

/* ==========================================================================
   Destinations Bottom Trip Finder
   ========================================================================== */

.dest-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;
}

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

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

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

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

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

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

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

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

.dest-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;
}

.dest-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;
}

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

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

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

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

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

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

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

.dest-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;
}

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

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

.dest-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;
}

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

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

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

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

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

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

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

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

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

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

    .dest-finder-title {
        font-size: 20px;
        line-height: 28px;
    }




}