.destination_hero {
    position: relative;
    /* min-height: 50vh; */
    height: auto;
    display: flex;
    align-items: stretch;
    color: #fff;
    background: var(--hero-bg) center/cover no-repeat;
    overflow: hidden;
}

.destination_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.35) 0%,
        rgba(0,0,0,0.75) 100%
    );
    z-index: 1;
}

.destination_hero_content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: flex-end; 
    padding: 20px 0 40px;
}

.destination_hero_breadcrumb {
    margin-bottom: 14px;
}

.destination_hero_main {
    max-width: 600px;
    opacity: 1;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.destination_hero_main.loaded {
    opacity: 1;
    transform: translateY(0);
}

.destination_title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    font-family: var(--syt-font-secondary);
}

.destination_tagline {
    font-size: 16px;
    margin-bottom: 14px;
    color: rgba(255,255,255,0.95);
}

.destination_meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.95);
}

.destination_meta .price{
    font-family: var(--syt-font-secondary);
}

.destination_meta .separator {
    opacity: 0.6;
}

.destination_cta {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.destination_cta .syt_btn {
    padding: 10px 20px;
    font-size: 14px;
    color: var(--syt-white);
}

.destination_cta .syt_btn_accent {
    transition: all 0.25s ease;
}

.destination_cta .syt_btn_accent:hover {
    background-color: var(--syt-accent-hover);
    color: #fff !important;
}

.destination_trust {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.destination_hero .syt_skeleton {
    display: block;
    min-height: 10px;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.25) 25%,
        rgba(255,255,255,0.45) 37%,
        rgba(255,255,255,0.25) 63%
    );
    background-size: 400% 100%;
    animation: syt_skeleton_loading 1.4s ease infinite;
    border-radius: 6px;
}

.destination_title .syt_skeleton,
.destination_tagline .syt_skeleton,
.destination_meta .syt_skeleton {
    display: block;
}

@keyframes syt_skeleton_loading {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

.destination_hero .syt_skeleton_title {
    width: 220px;
    height: 32px;
    margin-bottom: 10px;
}

.destination_hero .syt_skeleton_text {
    width: 300px;
    height: 14px;
    margin-bottom: 10px;
}

.destination_hero .syt_skeleton_meta {
    width: 260px;
    height: 14px;
    margin-bottom: 15px;
}


/* ======= SEO INTRO SECTION ======== */
.dest_intro_section {
    background: #fff;
}

.dest_intro_wrap {
    max-width: 760px;
    margin: 0 auto;
}

.dest_intro_heading {
    font-size: 22px;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 12px;
    font-family: var(--syt-font-secondary);
}

.dest_intro_heading .heading_text {
    display: inline;
}

/* .dest_intro_text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    color: #4A5568;
    transition: all 0.3s ease;
    display: none;
    margin-bottom: 8px;
    display: block;
} */

.heading_skeleton,
.dest_intro_skeleton {
    pointer-events: none;
}

.dest_intro_text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    color: #4A5568;
    margin-bottom: 8px;
}

.dest_intro_text.clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
}

.dest_read_more {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 12px;
    font-size: 14px;
    color: #2C5F9E;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.dest_read_more:hover {
    color: #1A365D;
    /* transform: translateX(2px); */
}

.heading_skeleton {
    display: block;
    width: 200px;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.dest_intro_skeleton {
    margin-top: 5px;
}

.dest_intro_skeleton .line {
    display: block;
    height: 14px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
    background-size: 200% 100%;
    animation: shimmer_intro 1.5s infinite;
}

.dest_intro_skeleton .line:nth-child(1) {
    width: 100%;
}

.dest_intro_skeleton .line:nth-child(2) {
    width: 95%;
}

.dest_intro_skeleton .line.short {
    width: 70%;
}

@keyframes shimmer_intro {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}


/*======== QUICKE INFO ======== */
.dest_quick_info_section {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.dest_quick_info_section .qi_strip {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

    background: #ffffff;
    padding: 14px 18px;
    border-radius: 14px;

    border: 1px solid #eef2f7;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);

    align-items: center;
}

.qi_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    flex: 1 1 calc(25% - 15px);
    min-width: 180px;
    position: relative;
    transition: transform 0.25s ease, background 0.25s ease;
    transform: translateZ(0);
    will-change: transform;
}

.qi_item:not(:last-child) {
    border-right: 1px solid #eef2f7;
}

.qi_item:hover {
    background: #f8fafc;
    transform: translateY(-3px);
}

.qi_icon {
    width: 34px;
    height: 34px;
    min-width: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: rgba(44, 95, 158, 0.08);
    border: 1px solid rgba(44, 95, 158, 0.15);
    box-shadow: 0 4px 10px rgba(44, 95, 158, 0.08);
}

.qi_icon i {
    font-size: 14px;
    color: #2C5F9E;
}

.qi_content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-family: var(--syt-font-secondary);
}

.qi_label {
    font-size: 11.5px;
    color: #6b7280;
    line-height: 1.2;
}

.qi_value {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    font-family: var(--syt-font-price);
}

.qi_item:last-child .qi_value {
    color: #dc2626;
}

.qi_skeleton {
    display: inline-block;
    background: #e5e7eb;
    border-radius: 4px;
}

.sk_icon {
    width: 18px;
    height: 18px;
}

.sk_label {
    width: 60px;
    height: 10px;
}

.sk_value {
    width: 100px;
    height: 12px;
    margin-top: 4px;
}

.shimmer {
    position: relative;
    overflow: hidden;
}

.shimmer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    animation: shimmer_overlay 1.2s infinite;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

@keyframes shimmer_overlay {
    100% {
        left: 100%;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(6px);
    animation: fadeInUp 0.35s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.qi_item:last-child {
    border-bottom: none;
}


/* ======= PACKAGE SECTION ======== */
.dest_packages_section .section_header{
    font-family: var(--syt-font-secondary);
    margin-bottom: 18px;
}

.dest_packages_section .section_header h2{
    margin-bottom: 5px;
}

.dest_packages_section .package_filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.dest_packages_section .filter_group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.dest_packages_section .filter_divider {
    width: 1px;
    height: 20px;
    background: var(--syt-border);
    margin: 0 4px;
}

.dest_packages_section .filter_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--syt-border);
    background: var(--syt-white);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    color: var(--syt-text-light);
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: var(--syt-font-secondary);
}

.dest_packages_section .filter_btn i {
    font-size: 12px;
    opacity: 0.75;
}

.dest_packages_section .filter_btn:hover {
    border-color: var(--syt-primary);
    color: var(--syt-primary);
    background: var(--syt-bg);
}

.dest_packages_section .filter_btn.active {
    background: var(--syt-primary);
    color: var(--syt-white);
    border-color: var(--syt-primary);

    box-shadow: 0 4px 12px rgba(0, 64, 128, 0.2);
}

.dest_packages_section .filter_btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.dest_packages_section .active_filter_bar {
    margin-bottom: 20px;
    margin-top: -10px;
}

.dest_packages_section .active_filter_chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(44, 95, 158, 0.08);
    color: #2C5F9E;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid rgba(44, 95, 158, 0.15);
    font-family: var(--syt-font-secondary);
    text-transform: uppercase;
}

.dest_packages_section .active_filter_chip i{
    cursor: pointer;
}

/* ===== BASE ===== */
.dest_packages_section .skeleton {
    background: linear-gradient(
        90deg,
        #f1f5f9 25%,
        #e2e8f0 37%,
        #f1f5f9 63%
    );
    background-size: 400% 100%;
    animation: skeletonLoading 1.4s ease infinite;
    border-radius: 6px;
}

@keyframes skeletonLoading {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.dest_packages_section .skeleton_card {
    overflow: hidden;
}

.dest_packages_section .skeleton_img {
    height: 200px;
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.dest_packages_section .skeleton_content {
    padding: 16px;
}

.dest_packages_section .skeleton_title {
    height: 14px;
    width: 70%;
    margin-bottom: 10px;
}

.dest_packages_section .skeleton_rating {
    height: 12px;
    width: 60px;
    margin-bottom: 6px;
}

.dest_packages_section .skeleton_meta {
    height: 12px;
    width: 50%;
    margin-bottom: 12px;
}

.dest_packages_section .skeleton_row {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}

.dest_packages_section .skeleton_tag {
    height: 20px;
    width: 60px;
    border-radius: 6px;
}

.dest_packages_section .skeleton_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.dest_packages_section .skeleton_price_block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dest_packages_section .skeleton_price {
    height: 16px;
    width: 80px;
}

.dest_packages_section .skeleton_old_price {
    height: 12px;
    width: 50px;
}

.dest_packages_section .skeleton_btn {
    height: 32px;
    width: 110px;
    border-radius: 999px;
}

/*  PACKAGE CARD */
.dest_packages_section .package_card {
    border: 1px solid var(--syt-border);
    background: var(--syt-white);
    overflow: hidden;
    cursor: pointer;
    border-radius: 14px;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.dest_packages_section .package_card.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.dest_packages_section .package_card.hidden {
    opacity: 0;
    transform: translateY(10px);
}

.dest_packages_section .package_card:hover {
    border-color: var(--syt-accent);
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.dest_packages_section .package_item {
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.4s ease;
}

.dest_packages_section .package_item.show {
    opacity: 1;
    transform: translateY(0);
}

.dest_packages_section .package_img {
    position: relative;
    overflow: hidden;
}

.dest_packages_section .package_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.dest_packages_section .package_card:hover .package_img img {
    transform: scale(1.06);
}

.dest_packages_section .discount_badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--syt-accent);
    color: #fff;
    font-size: 11px;
    padding: 5px 9px;
    border-radius: 6px;
    font-weight: 500;
    font-family: var(--syt-font-secondary);
}

.dest_packages_section .popular_badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dest_packages_section .popular_badge i {
    color: #f97316;
}

.dest_packages_section .package_content {
    padding: 16px;
}

.dest_packages_section .package_title {
    font-size: 18px;
    font-weight: 600;
    color: var(--syt-text-dark);
    margin-bottom: 6px;
    font-family: var(--syt-font-secondary);
}

.dest_packages_section .package_rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--syt-text-light);
    margin-bottom: 6px;
}

.dest_packages_section .package_rating i {
    color: #f59e0b;
    font-size: 12px;
}

.dest_packages_section .package_type {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    text-transform: capitalize;
    background: #f1f5f9;
    color: #475569;
}


.dest_packages_section .package_type.budget {
    background: #ecfdf5;
    color: #059669;
}

.dest_packages_section .package_type.luxury {
    background: #fef3c7;
    color: #b45309;
}

.dest_packages_section .package_type.premium {
    background: #ede9fe;
    color: #6d28d9;
}

.dest_packages_section .package_type.family {
    background: #eff6ff;
    color: #2563eb;
}

.dest_packages_section .package_type.adventure {
    background: #f0fdf4;
    color: #16a34a;
}

.dest_packages_section .package_type.honeymoon {
    background: #fdf2f8;
    color: #db2777;
}

.dest_packages_section .package_type.group {
    background: #f1f5f9;
    color: #334155;
}

.dest_packages_section .package_meta {
    font-size: 12px;
    color: var(--syt-text-light);
    margin-bottom: 10px;
}

.dest_packages_section .package_includes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
    padding: 0;
    list-style: none;
}

.dest_packages_section .package_includes li {
    font-size: 11px;
    background: var(--syt-bg);
    padding: 4px 8px;
    border-radius: 6px;
}

.dest_packages_section .package_footer {
    border-top: 1px dashed var(--syt-border);
    margin-top: 10px;
    padding-top: 12px;
}

.dest_packages_section .package_bottom_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dest_packages_section .package_price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    /* flex-direction: column; */
    line-height: 1.2;
    
}

.dest_packages_section .package_price .price {
    font-family: var(--syt-font-price);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: #15803d;
}

.dest_packages_section .package_card:hover .price {
    transform: translateY(-1px);
}

.dest_packages_section .package_price .old_price {
    font-family: var(--syt-font-price);
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
    color: var(--syt-text-light);
    transition: color 0.25s ease;
}

.dest_packages_section .package_card:hover .old_price {
    color: #dc2626;
}

.dest_packages_section .price_suffix {
    font-size: 11px;
    color: var(--syt-text-light);
}

.dest_packages_section .package_btn_view {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #fff;
    background: linear-gradient(
        135deg,
        rgba(204, 46, 63, 0.85),
        rgba(204, 46, 63, 0.65)
    );
    transition: all 0.3s ease;
}

.dest_packages_section .package_btn_view::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--syt-accent-hover);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dest_packages_section .package_btn_view:hover::before {
    opacity: 1;
}

.dest_packages_section .package_btn_view span,
.dest_packages_section .package_btn_view i {
    position: relative;
    z-index: 1;
}

.dest_packages_section .package_btn_view i {
    transition: transform 0.25s ease;
}

.dest_packages_section .package_btn_view:hover i {
    transform: translateX(3px);
}

.dest_packages_section .package_btn_view:active {
    transform: scale(0.96);
}

.packages_load_more {
    margin-top: 5px;
}

.package_load_more_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #334155;
    transition: all 0.25s ease;
    backdrop-filter: blur(4px);
}

.package_load_more_btn i {
    font-size: 13px;
    transition: transform 0.25s ease;
}

.package_load_more_btn:hover {
    border-color: var(--sty-accent);
    color: var(--sty-accent);
    background: #f8fafc;
}

.package_load_more_btn:hover i {
    transform: translateY(3px);
}

.package_load_more_btn:active {
    transform: scale(0.96);
}

.empty_state i {
    font-size: 32px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.empty_state h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
}

.empty_state p {
    font-size: 14px;
    color: #64748b;
}



/* ================ DESTINATION DESCRIPTION SECTION ================== */
.dest_description_section {
    background: #fff;
}

.dest_description_section .desc_title {
    color: #1A365D;
    margin-bottom: 8px;
}

.dest_description_section .desc_subtitle {
    font-size: 14px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.dest_description_section .desc_intro p {
    font-size: 15px;
    color: #4A5568;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

.dest_description_section .highlight_card {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    border: 1px solid #eef2f7;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    animation: highlightFade 0.5s ease forwards;
    will-change: transform;
    backface-visibility: hidden;
}

.dest_description_section .highlight_card:nth-child(1) { animation-delay: 0.05s; }
.dest_description_section .highlight_card:nth-child(2) { animation-delay: 0.1s; }
.dest_description_section .highlight_card:nth-child(3) { animation-delay: 0.15s; }
.dest_description_section .highlight_card:nth-child(4) { animation-delay: 0.2s; }

.dest_description_section .highlight_card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: #2C5F9E;
    box-shadow: 0 15px 35px rgba(44, 95, 158, 0.12);
}

.dest_description_section .highlight_card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top, rgba(44,95,158,0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dest_description_section .highlight_card:hover::before {
    opacity: 1;
}

.dest_description_section .highlight_icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: rgba(44, 95, 158, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2C5F9E;
    transition: all 0.3s ease;
}

.dest_description_section .highlight_card:hover .highlight_icon {
    background: linear-gradient(135deg, #2C5F9E, #60A5FA);
    color: #fff;
    transform: scale(1.1) translateY(-2px);
}

.dest_description_section .highlight_title {
    font-size: 14px;
    font-weight: 600;
    color: #1A365D;
    margin-bottom: 5px;
}

.dest_description_section .highlight_desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

@keyframes highlightFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dest_description_section .desc_block {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.dest_description_section .desc_block_title {
    font-size: 18px;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 10px;
}

.dest_description_section .desc_content {
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest_description_section .desc_content.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.dest_description_section .desc_content_inner {
    font-size: 14px;
    color: #4A5568;
    line-height: 1.7;
}

.dest_description_section .desc_content_inner p {
    margin-bottom: 10px;
}

.dest_description_section .desc_content_inner strong {
    color: #1A365D;
}

.dest_description_section .desc_content_inner ul {
    padding-left: 18px;
    margin-bottom: 10px;
}

.dest_description_section .desc_content_inner li {
    margin-bottom: 6px;
}

.dest_description_section .desc_toggle_btn {
    background: none;
    border: none;
    color: #2C5F9E;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.dest_description_section .desc_toggle_btn:active {
    transform: scale(0.95);
}

.dest_description_section .desc_toggle_btn:hover {
    text-decoration: underline;
}

.dest_description_section .desc_header {
    font-family: var(--syt-font-secondary);
}

.dest_description_section .desc_reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.6s ease;
}

.dest_description_section .desc_reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* ================= GALLERY ======================== */
.dest_gallery_section {
    background: var(--syt-bg);
}

.dest_gallery_section .gallery_header{
    font-family: var(--syt-font-secondary);
}

.dest_gallery_section .gallery_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
    gap: 12px;
}

.dest_gallery_section .gallery_featured {
    grid-column: span 2;
    grid-row: span 2;
}

.dest_gallery_section .gallery_item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

.dest_gallery_section .gallery_item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.06);
    pointer-events: none;
}

.dest_gallery_section .gallery_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.dest_gallery_section .gallery_img_wrap {
    width: 100%;
    height: 100%;
}

.dest_gallery_section .gallery_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.dest_gallery_section .gallery_item:hover img {
    transform: scale(1.12);
}

.dest_gallery_section .gallery_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 10%,
        rgba(0,0,0,0.3) 50%,
        rgba(0,0,0,0) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dest_gallery_section .gallery_title_text {
    color: #fff;
    transform: translateY(10px);
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.dest_gallery_section .gallery_item:hover .gallery_overlay {
    opacity: 1;
}

.dest_gallery_section .gallery_item:hover .gallery_title_text {
    transform: translateY(0);
}

.dest_gallery_section .view_all_btn {
    position:relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    background: linear-gradient(135deg, #2C5F9E, #60A5FA);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dest_gallery_section .view_all_btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.dest_gallery_section .view_all_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 95, 158, 0.3);
}

.dest_gallery_section .view_all_btn:hover i {
    transform: translateX(3px);
}

.dest_gallery_section .view_all_btn:active {
    transform: scale(0.96);
}

.dest_gallery_section .view_all_btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    opacity: 0;
    background: rgba(255,255,255,0.2);
    transition: 0.3s;
}

.dest_gallery_section .view_all_btn:hover::after {
    opacity: 1;
}



/* ================= FAQ SECTION =============== */
.faq_section {
    padding: 60px 0;
}

.faq_section .desc_header{
    font-family: var(--syt-font-secondary);
}

.faq_wrapper {
    max-width: 780px;
    margin: 0 auto;
}

.faq_section .faq_item {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    margin-bottom: 16px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    will-change: transform;
    position: relative;
    margin-bottom: 18px;
}

.faq_section .faq_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: transparent;
    border-radius: 4px 0 0 4px;
    transition: all 0.3s ease;
}

.faq_section .faq_item.active::before {
    background: #2C5F9E;
}

.faq_section .faq_item:hover::before {
    background: rgba(44, 95, 158, 0.3);
}

.faq_section .faq_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.faq_section .faq_question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
    align-items: center;
}

.faq_section .faq_question:active {
    transform: scale(0.995);
}

.faq_section .faq_question:hover {
    background: #f8fafc;
}

.faq_section .faq_question_text {
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.5;
    transition: color 0.25s ease;
    letter-spacing: 0.2px;
}

.faq_section .faq_item.active .faq_section .faq_question_text {
    color: #2C5F9E;
}

.faq_icon {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
}

.faq_icon svg {
    display: block;
    width: 20px;
    height: 20px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_item.active .faq_icon svg {
    transform: rotate(180deg);
}

.faq_section .faq_item.active {
    border-color: #dbeafe;
    box-shadow: 0 10px 30px rgba(44, 95, 158, 0.08);
    transform: translateY(-1px);
    transition: all 0.25s ease;
    transform: translateY(-1px);
}

.faq_section .faq_item.active .faq_icon {
    transform: rotate(180deg) scale(1.1);
}

.faq_answer {
    height: 0;
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq_answer_content {

    font-size: 15px;
    line-height: 1.75;
    color: #475569;
    padding: 0 22px 18px;
    opacity: 0;
    transform: translateY(-8px);
    transition: 
        opacity 0.3s ease 0.1s,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.faq_section .faq_item.active .faq_answer_content {
    opacity: 1;
    transform: translateY(0);
}

.faq_cta_box {
    margin-top: 40px;
}

.faq_cta_text {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 10px;
    font-family: var(--syt-font-secondary);
}

.faq_whatsapp_btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #25D366, #20b95a);
    color: #fff;
    padding: 14px 22px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    font-family: var(--syt-font-secondary);
}

.faq_whatsapp_icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.faq_whatsapp_text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.faq_whatsapp_title {
    font-size: 14px;
    font-weight: 600;
}

.faq_whatsapp_subtext {
    font-size: 11px;
    opacity: 0.9;
    font-weight: 400;
}

.faq_whatsapp_btn:hover {
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 14px 30px rgba(22, 163, 74, 0.45);
}

.faq_whatsapp_btn:hover .faq_whatsapp_icon {
    background: rgba(255,255,255,0.25);
}

.faq_whatsapp_btn:active {
    transform: scale(0.97);
}

.faq_whatsapp_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.2),
        rgba(255,255,255,0)
    );
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}

.faq_whatsapp_btn:hover::after {
    left: 130%;
}




/* ============= MOBILE RESPONSIVE ============= */
@media (max-width: 576px) {
    .qi_item {
        flex: 1 1 100%;
        border-bottom: 1px solid #eef2f7;
    }

    .dest_packages_section .package_bottom_row {
        flex-direction: column;
        align-items: stretch;
    }

    .dest_packages_section .package_btn_view {
        width: 100%;
        justify-content: center;
    }

    /* gallery */
    .dest_gallery_section .gallery_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 140px;
    }

    .dest_gallery_section .gallery_featured {
        grid-column: span 2;
        grid-row: span 1;
    }

    .full_gallery_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* faq */
    .faq_section .faq_question {
        padding: 16px;
    }

    .faq_answer_content {
        font-size: 14px;
        padding: 0 16px 16px;
    }

    .faq_section .faq_question_text {
        font-size: 14.8px;
    }

    .faq_section {
        padding: 40px 0;
    }

    .faq_wrapper {
        max-width: 100%;
    }

}

@media (max-width: 992px) {

    .destination_title {
        font-size: 34px;
    }

    .destination_tagline {
        font-size: 15px;
    }

    .destination_meta {
        font-size: 13px;
    }

    .destination_hero_content {
        padding-bottom: 30px;
    }

    .qi_item {
        flex: 1 1 calc(50% - 10px);
        border-right: none;
        border-bottom: 1px solid #eef2f7;
        padding-bottom: 12px;
    }

    /* gallery */
    .dest_gallery_section .gallery_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .full_gallery_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {

    .destination_hero {
        min-height: auto;
        height: auto;
        align-items: flex-start;
        padding: 12px 0;
    }

    .destination_hero_content {
        justify-content: flex-start;
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .destination_hero_breadcrumb {
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .destination_hero_main {
        max-width: 100%;
    }

    .destination_title {
        font-size: 26px;
        line-height: 1.3;
    }

    .destination_tagline {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .destination_meta {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 13px;
        margin-bottom: 14px;
    }

    .destination_cta {
        flex-direction: column;
        gap: 8px;
    }

    .destination_cta .syt_btn {
        width: 100%;
        text-align: center;
        padding: 12px;
    }

    .destination_trust {
        font-size: 12px;
    }

    /* DESTINATION PACKAGES */
    .dest_packages_section .package_filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 8px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .dest_packages_section .filter_group {
        flex-wrap: nowrap;
    }

    .dest_packages_section .filter_btn {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .dest_packages_section .filter_divider {
        flex-shrink: 0;
    }

    .dest_packages_section .package_filters::-webkit-scrollbar {
        display: none;
    }

    .dest_packages_section .package_filters {
        scrollbar-width: none;
    }

    /* DESCRIPTION SECTION */
    .dest_description_section .desc_title {
        font-size: 22px;
    }

    .dest_description_section .desc_intro p {
        font-size: 14px;
    }

    .dest_description_section .highlight_title {
        font-size: 13px;
    }

    .dest_description_section .highlight_desc {
        font-size: 11px;
    }

}