{"id":200,"date":"2026-08-04T06:31:43","date_gmt":"2026-08-04T06:31:43","guid":{"rendered":"https:\/\/developerassests.com\/traveldreamz\/?page_id=200"},"modified":"2026-08-07T07:16:13","modified_gmt":"2026-08-07T07:16:13","slug":"destinations","status":"publish","type":"page","link":"https:\/\/developerassests.com\/traveldreamz\/destinations\/","title":{"rendered":"Destinations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"200\" class=\"elementor elementor-200\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9616b7 e-con e-atomic-element e-flexbox-base e-e9616b7-ff6027f \" data-id=\"e9616b7\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"e9616b7\">\n    <div class=\"elementor-element elementor-element-c67b512 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"c67b512\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51da53a elementor-widget elementor-widget-heading\" data-id=\"51da53a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Explore Destinations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-faea4b1 e-con e-atomic-element e-flexbox-base e-faea4b1-6215a86 \" data-id=\"faea4b1\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"faea4b1\">\n    <div class=\"elementor-element elementor-element-03fc2cd e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"03fc2cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-504bf33 elementor-widget elementor-widget-html\" data-id=\"504bf33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* =========================================================\r\n   DESTINATION TOUR FILTER SECTION\r\n========================================================= *\/\r\n\r\n.destination-tour-section {\r\n    width: 100%;\r\n    padding: 10px 10px 45px;\r\n    box-sizing: border-box;\r\n    font-family: Arial, sans-serif;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   FILTER BUTTONS\r\n========================================================= *\/\r\n\r\n.destination-filter-wrapper {\r\n    width: 100%;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    gap: 10px;\r\n    flex-wrap: wrap;\r\n    margin-bottom: 48px;\r\n}\r\n\r\n.destination-filter-btn {\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\n\r\n    border: 1px solid #d9e1ea;\r\n    outline: none;\r\n\r\n    background: #ffffff;\r\n    color: #53657b;\r\n\r\n    padding: 12px 25px;\r\n\r\n    border-radius: 50px;\r\n\r\n    font-family: Arial, sans-serif;\r\n    font-size: 16px;\r\n    font-weight: 500;\r\n    line-height: 1;\r\n\r\n    cursor: pointer;\r\n\r\n    transition:\r\n        background .3s ease,\r\n        color .3s ease,\r\n        border-color .3s ease,\r\n        transform .3s ease;\r\n\r\n    white-space: nowrap;\r\n}\r\n\r\n.destination-filter-btn:hover {\r\n    background: #ffffff !important;\r\n    border-color: #0a2748 !important;\r\n    color: #0a2748 !important;\r\n}\r\n\r\n.destination-filter-btn.active:hover {\r\n    background: #0a2748 !important;\r\n    border-color: #0a2748 !important;\r\n    color: #ffffff !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   DESTINATION GRID\r\n========================================================= *\/\r\n\r\n.destination-card-grid {\r\n    width: 100%;\r\n\r\n    display: grid;\r\n\r\n    grid-template-columns:\r\n        repeat(4, minmax(0, 1fr));\r\n\r\n    gap: 24px;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   DESTINATION CARD\r\n========================================================= *\/\r\n\r\n.destination-tour-card {\r\n    position: relative;\r\n\r\n    display: block;\r\n\r\n    width: 100%;\r\n    height: 450px;\r\n\r\n    border-radius: 18px;\r\n\r\n    overflow: hidden;\r\n\r\n    background-size: cover;\r\n    background-position: center;\r\n    background-repeat: no-repeat;\r\n\r\n    text-decoration: none !important;\r\n\r\n    isolation: isolate;\r\n\r\n    box-shadow:\r\n        0 5px 12px rgba(0, 0, 0, .08);\r\n\r\n    transition:\r\n        transform .35s ease,\r\n        box-shadow .35s ease;\r\n\r\n    animation: destinationFade .35s ease;\r\n}\r\n\r\n\r\n.destination-tour-card:hover {\r\n    transform: translateY(-5px);\r\n\r\n    box-shadow:\r\n        0 14px 30px rgba(0, 0, 0, .16);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CARD DARK OVERLAY\r\n========================================================= *\/\r\n\r\n.destination-tour-card::before {\r\n    content: \"\";\r\n\r\n    position: absolute;\r\n\r\n    inset: 0;\r\n\r\n    z-index: 1;\r\n\r\n    background:\r\n        linear-gradient(\r\n            to bottom,\r\n\r\n            rgba(3, 19, 38, 0.01) 20%,\r\n\r\n            rgba(3, 19, 38, 0.10) 40%,\r\n\r\n            rgba(3, 19, 38, 0.40) 68%,\r\n\r\n            rgba(3, 19, 38, 0.96) 100%\r\n        );\r\n\r\n    pointer-events: none;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   RATING\r\n========================================================= *\/\r\n\r\n.destination-rating {\r\n    position: absolute;\r\n\r\n    top: 16px;\r\n    right: 15px;\r\n\r\n    z-index: 3;\r\n\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 5px;\r\n\r\n    padding: 7px 11px;\r\n\r\n    background: #ffffff;\r\n\r\n    border-radius: 30px;\r\n\r\n    color: #17202b;\r\n\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n\r\n    box-shadow:\r\n        0 2px 7px rgba(0, 0, 0, .08);\r\n}\r\n\r\n\r\n.destination-rating-star {\r\n    color: #e5ad00;\r\n\r\n    font-size: 17px;\r\n\r\n    line-height: 1;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CARD CONTENT\r\n========================================================= *\/\r\n\r\n.destination-card-content {\r\n    position: absolute;\r\n\r\n    left: 25px;\r\n    right: 20px;\r\n    bottom: 52px;\r\n\r\n    z-index: 2;\r\n\r\n    color: #ffffff;\r\n}\r\n\r\n\r\n\/* DAYS *\/\r\n\r\n.destination-days {\r\n    display: flex;\r\n    align-items: center;\r\n\r\n    gap: 7px;\r\n\r\n    margin-bottom: 7px;\r\n\r\n    color:\r\n        rgba(255, 255, 255, .82);\r\n\r\n    font-size: 14px;\r\n\r\n    line-height: 1.3;\r\n}\r\n\r\n\r\n.destination-clock {\r\n    color: #f0bd00;\r\n\r\n    font-size: 17px;\r\n\r\n    line-height: 1;\r\n}\r\n\r\n\r\n\/* TITLE *\/\r\n\r\n.destination-title {\r\n    padding: 0 !important;\r\n    margin: 0 0 6px !important;\r\n\r\n    color: #ffffff !important;\r\n\r\n    font-family:\r\n        Georgia,\r\n        \"Times New Roman\",\r\n        serif;\r\n\r\n    font-size: 23px !important;\r\n    font-weight: 700 !important;\r\n\r\n    line-height: 1.2 !important;\r\n}\r\n\r\n\r\n\/* DESCRIPTION *\/\r\n\r\n.destination-description {\r\n    padding-bottom: 8px;\r\n\r\n    border-bottom:\r\n        1px solid rgba(255, 255, 255, .15);\r\n\r\n    color:\r\n        rgba(255, 255, 255, .76);\r\n\r\n    font-size: 14px;\r\n\r\n    line-height: 1.4;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   FILTER HIDDEN CLASS\r\n========================================================= *\/\r\n\r\n.destination-tour-card.destination-hidden {\r\n    display: none !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   FILTER ANIMATION\r\n========================================================= *\/\r\n\r\n@keyframes destinationFade {\r\n\r\n    from {\r\n        opacity: 0;\r\n        transform: translateY(8px);\r\n    }\r\n\r\n    to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   TABLET\r\n========================================================= *\/\r\n\r\n@media (max-width: 1100px) {\r\n\r\n    .destination-card-grid {\r\n        grid-template-columns:\r\n            repeat(2, minmax(0, 1fr));\r\n    }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MOBILE\r\n========================================================= *\/\r\n\r\n@media (max-width: 767px) {\r\n\r\n    .destination-tour-section {\r\n        padding:\r\n            10px 12px 30px;\r\n    }\r\n\r\n\r\n    \/* -------------------------\r\n       FILTER MOBILE SCROLL\r\n    ------------------------- *\/\r\n\r\n    .destination-filter-wrapper {\r\n\r\n        justify-content: flex-start;\r\n\r\n        flex-wrap: nowrap;\r\n\r\n        overflow-x: auto;\r\n        overflow-y: hidden;\r\n\r\n        gap: 8px;\r\n\r\n        margin:\r\n            0 -12px 25px;\r\n\r\n        padding:\r\n            0 12px 8px;\r\n\r\n        -webkit-overflow-scrolling: touch;\r\n\r\n        scrollbar-width: none;\r\n    }\r\n\r\n\r\n    .destination-filter-wrapper::-webkit-scrollbar {\r\n        display: none;\r\n    }\r\n\r\n\r\n    .destination-filter-btn {\r\n\r\n        flex:\r\n            0 0 auto;\r\n\r\n        padding:\r\n            10px 17px;\r\n\r\n        font-size: 13px;\r\n    }\r\n\r\n\r\n    \/* -------------------------\r\n       2 CARDS PER ROW\r\n    ------------------------- *\/\r\n\r\n    .destination-card-grid {\r\n\r\n        grid-template-columns:\r\n            repeat(2, minmax(0, 1fr));\r\n\r\n        gap: 10px;\r\n    }\r\n\r\n\r\n    .destination-tour-card {\r\n\r\n        height: 300px;\r\n\r\n        border-radius: 13px;\r\n    }\r\n\r\n\r\n    \/* RATING *\/\r\n\r\n    .destination-rating {\r\n\r\n        top: 9px;\r\n        right: 8px;\r\n\r\n        gap: 3px;\r\n\r\n        padding:\r\n            5px 7px;\r\n\r\n        font-size: 10px;\r\n    }\r\n\r\n\r\n    .destination-rating-star {\r\n\r\n        font-size: 12px;\r\n    }\r\n\r\n\r\n    \/* CONTENT *\/\r\n\r\n    .destination-card-content {\r\n\r\n        left: 12px;\r\n        right: 9px;\r\n        bottom: 18px;\r\n    }\r\n\r\n\r\n    .destination-days {\r\n\r\n        gap: 4px;\r\n\r\n        margin-bottom: 4px;\r\n\r\n        font-size: 10px;\r\n    }\r\n\r\n\r\n    .destination-clock {\r\n\r\n        font-size: 12px;\r\n    }\r\n\r\n\r\n    .destination-title {\r\n\r\n        margin-bottom:\r\n            4px !important;\r\n\r\n        font-size:\r\n            17px !important;\r\n    }\r\n\r\n\r\n    .destination-description {\r\n\r\n        padding-bottom: 5px;\r\n\r\n        font-size: 10px;\r\n\r\n        line-height: 1.35;\r\n    }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   EXTRA SMALL MOBILE\r\n========================================================= *\/\r\n\r\n@media (max-width: 380px) {\r\n\r\n    .destination-tour-card {\r\n        height: 275px;\r\n    }\r\n\r\n    .destination-card-grid {\r\n        gap: 8px;\r\n    }\r\n\r\n    .destination-title {\r\n        font-size:\r\n            15px !important;\r\n    }\r\n\r\n    .destination-description {\r\n        font-size: 9px;\r\n    }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<!-- ======================================================\r\n     DESTINATION SECTION\r\n======================================================= -->\r\n\r\n<section class=\"destination-tour-section\">\r\n\r\n\r\n    <!-- ================================================\r\n         FILTER BUTTONS\r\n    ================================================= -->\r\n\r\n    <div class=\"destination-filter-wrapper\">\r\n\r\n\r\n        <button\r\n            type=\"button\"\r\n            class=\"destination-filter-btn active\"\r\n            data-filter=\"all\">\r\n            All\r\n        <\/button>\r\n\r\n\r\n        <button\r\n            type=\"button\"\r\n            class=\"destination-filter-btn\"\r\n            data-filter=\"india\">\r\n            India\r\n        <\/button>\r\n\r\n\r\n        <button\r\n            type=\"button\"\r\n            class=\"destination-filter-btn\"\r\n            data-filter=\"nepal\">\r\n            Nepal\r\n        <\/button>\r\n\r\n\r\n        <button\r\n            type=\"button\"\r\n            class=\"destination-filter-btn\"\r\n            data-filter=\"bhutan\">\r\n            Bhutan\r\n        <\/button>\r\n\r\n\r\n\r\n        <button\r\n            type=\"button\"\r\n            class=\"destination-filter-btn\"\r\n            data-filter=\"maldives\">\r\n            Maldives\r\n        <\/button>\r\n\r\n\r\n    <\/div>\r\n\r\n\r\n\r\n    <!-- ================================================\r\n         CARDS\r\n    ================================================= -->\r\n\r\n    <div class=\"destination-card-grid\">\r\n\r\n\r\n\r\n       <!-- INDIA - Beach Tours -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/beach-tour\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/landscape-paradise-island_800x5552.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.8\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            4\u20137 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Beach Tours<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Sun-Kissed Beaches \u00b7 Water Sports \u00b7 Coastal Escapes\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- INDIA - Temple Tour -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/temple-tour-packages\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/kedarnath.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.9\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            5\u201310 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Temple Tour<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Sacred Temples \u00b7 Spiritual Journeys \u00b7 Ancient Heritage\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- INDIA - Trekking Tours -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/trekking-tours-in-north-and-east-india\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/dzongri-trek.jpeg');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.9\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            6\u201312 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Trekking Tours<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Mountain Trails \u00b7 Scenic Valleys \u00b7 Adventure\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- INDIA - Food Tour -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/food-tour\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/diwali-puja-bhog.jpg');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.7\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            3\u20136 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Food Tour<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Local Flavours \u00b7 Street Food \u00b7 Culinary Experiences\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- INDIA - Cultural & Heritage -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/cultural-and-heritage-tour\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/ganga-aarti1.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.8\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            5\u201310 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Cultural & Heritage<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Historic Monuments \u00b7 Traditions \u00b7 Local Culture\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- INDIA - Jungle Tour -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/jungle-tour-packages\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/12.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.8\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            4\u20138 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Jungle Tour<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Wildlife Safari \u00b7 National Parks \u00b7 Nature Trails\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- INDIA - Honeymoon -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/honeymoon-packages\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/kumarakom-lake-resort1.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.9\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            5\u20138 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Honeymoon<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Romantic Stays \u00b7 Scenic Escapes \u00b7 Couple Experiences\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- INDIA - Wedding -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/wedding-tour\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"india\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/umaid-bhawan.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.9\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            3\u20137 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Wedding<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Royal Venues \u00b7 Destination Weddings \u00b7 Luxury Stays\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- NEPAL - Kathmandu -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/nepal-tour\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"nepal\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/trekking.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.9\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            5\u20138 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Nepal<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Himalayan Views \u00b7 Ancient Temples \u00b7 Heritage\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- BHUTAN -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/bhutan-tour\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"bhutan\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/bhutan1.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.8\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            5\u20139 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Bhutan<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Monasteries \u00b7 Himalayan Landscapes \u00b7 Bhutanese Culture\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n\r\n\r\n<!-- MALDIVES -->\r\n<a\r\n    href=\"https:\/\/developerassests.com\/traveldreamz\/maldives-tour\/\"\r\n    class=\"destination-tour-card\"\r\n    data-country=\"maldives\"\r\n    style=\"background-image:url('https:\/\/developerassests.com\/traveldreamz\/wp-content\/uploads\/2026\/08\/honeymoon.png');\"\r\n>\r\n    <div class=\"destination-rating\">\r\n        <span class=\"destination-rating-star\">\u2606<\/span>\r\n        4.9\r\n    <\/div>\r\n\r\n    <div class=\"destination-card-content\">\r\n        <div class=\"destination-days\">\r\n            <span class=\"destination-clock\">\u25f7<\/span>\r\n            4\u20137 Days\r\n        <\/div>\r\n\r\n        <h3 class=\"destination-title\">Maldives<\/h3>\r\n\r\n        <div class=\"destination-description\">\r\n            Luxury Resorts \u00b7 Tropical Beaches \u00b7 Island Escapes\r\n        <\/div>\r\n    <\/div>\r\n<\/a>\r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n\r\n\r\n<!-- ======================================================\r\n     FILTER JAVASCRIPT\r\n======================================================= -->\r\n\r\n<script>\r\n\r\n(function () {\r\n\r\n    \"use strict\";\r\n\r\n\r\n    \/* =====================================================\r\n       INITIALIZE FILTER\r\n    ===================================================== *\/\r\n\r\n    function initializeDestinationFilters() {\r\n\r\n\r\n        const sections =\r\n            document.querySelectorAll(\r\n                \".destination-tour-section\"\r\n            );\r\n\r\n\r\n        if (!sections.length) {\r\n            return;\r\n        }\r\n\r\n\r\n        sections.forEach(function (section) {\r\n\r\n\r\n            \/* ---------------------------------------------\r\n               GET BUTTONS AND CARDS\r\n            --------------------------------------------- *\/\r\n\r\n            const filterButtons =\r\n                section.querySelectorAll(\r\n                    \".destination-filter-btn\"\r\n                );\r\n\r\n\r\n            const destinationCards =\r\n                section.querySelectorAll(\r\n                    \".destination-tour-card\"\r\n                );\r\n\r\n\r\n            if (\r\n                !filterButtons.length ||\r\n                !destinationCards.length\r\n            ) {\r\n                return;\r\n            }\r\n\r\n\r\n\r\n            \/* ---------------------------------------------\r\n               BUTTON EVENTS\r\n            --------------------------------------------- *\/\r\n\r\n            filterButtons.forEach(\r\n                function (button) {\r\n\r\n\r\n                    \/*\r\n                     * Prevent Elementor from attaching\r\n                     * duplicate filter events.\r\n                     *\/\r\n\r\n                    if (\r\n                        button.getAttribute(\r\n                            \"data-filter-initialized\"\r\n                        ) === \"true\"\r\n                    ) {\r\n\r\n                        return;\r\n\r\n                    }\r\n\r\n\r\n                    button.setAttribute(\r\n                        \"data-filter-initialized\",\r\n                        \"true\"\r\n                    );\r\n\r\n\r\n\r\n                    button.addEventListener(\r\n                        \"click\",\r\n                        function (event) {\r\n\r\n\r\n                            event.preventDefault();\r\n\r\n\r\n                            \/* --------------------------------\r\n                               GET FILTER\r\n                            -------------------------------- *\/\r\n\r\n                            const selectedCountry =\r\n                                button.getAttribute(\r\n                                    \"data-filter\"\r\n                                );\r\n\r\n\r\n                            if (!selectedCountry) {\r\n                                return;\r\n                            }\r\n\r\n\r\n\r\n                            \/* --------------------------------\r\n                               ACTIVE BUTTON\r\n                            -------------------------------- *\/\r\n\r\n                            filterButtons.forEach(\r\n                                function (btn) {\r\n\r\n                                    btn.classList.remove(\r\n                                        \"active\"\r\n                                    );\r\n\r\n                                }\r\n                            );\r\n\r\n\r\n                            button.classList.add(\r\n                                \"active\"\r\n                            );\r\n\r\n\r\n\r\n                            \/* --------------------------------\r\n                               FILTER CARDS\r\n                            -------------------------------- *\/\r\n\r\n                            destinationCards.forEach(\r\n                                function (card) {\r\n\r\n\r\n                                    const cardCountry =\r\n                                        card.getAttribute(\r\n                                            \"data-country\"\r\n                                        );\r\n\r\n\r\n                                    \/*\r\n                                     * ALL selected\r\n                                     *\/\r\n\r\n                                    if (\r\n                                        selectedCountry ===\r\n                                        \"all\"\r\n                                    ) {\r\n\r\n                                        card.classList.remove(\r\n                                            \"destination-hidden\"\r\n                                        );\r\n\r\n                                        return;\r\n\r\n                                    }\r\n\r\n\r\n                                    \/*\r\n                                     * Country matches\r\n                                     *\/\r\n\r\n                                    if (\r\n                                        cardCountry ===\r\n                                        selectedCountry\r\n                                    ) {\r\n\r\n                                        card.classList.remove(\r\n                                            \"destination-hidden\"\r\n                                        );\r\n\r\n                                    }\r\n\r\n\r\n                                    \/*\r\n                                     * Country doesn't match\r\n                                     *\/\r\n\r\n                                    else {\r\n\r\n                                        card.classList.add(\r\n                                            \"destination-hidden\"\r\n                                        );\r\n\r\n                                    }\r\n\r\n\r\n                                }\r\n                            );\r\n\r\n\r\n                        }\r\n                    );\r\n\r\n\r\n                }\r\n            );\r\n\r\n\r\n        });\r\n\r\n    }\r\n\r\n\r\n\r\n    \/* =====================================================\r\n       RUN IMMEDIATELY\r\n    ===================================================== *\/\r\n\r\n    initializeDestinationFilters();\r\n\r\n\r\n\r\n    \/* =====================================================\r\n       NORMAL DOM LOAD\r\n    ===================================================== *\/\r\n\r\n    if (\r\n        document.readyState ===\r\n        \"loading\"\r\n    ) {\r\n\r\n        document.addEventListener(\r\n            \"DOMContentLoaded\",\r\n            initializeDestinationFilters\r\n        );\r\n\r\n    }\r\n\r\n\r\n\r\n    \/* =====================================================\r\n       WINDOW LOAD\r\n    ===================================================== *\/\r\n\r\n    window.addEventListener(\r\n        \"load\",\r\n        initializeDestinationFilters\r\n    );\r\n\r\n\r\n\r\n    \/* =====================================================\r\n       ELEMENTOR SUPPORT\r\n    ===================================================== *\/\r\n\r\n    if (\r\n        typeof jQuery !==\r\n        \"undefined\"\r\n    ) {\r\n\r\n        jQuery(window).on(\r\n            \"elementor\/frontend\/init\",\r\n            function () {\r\n\r\n                initializeDestinationFilters();\r\n\r\n            }\r\n        );\r\n\r\n    }\r\n\r\n\r\n})();\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Explore Destinations All India Nepal Bhutan Maldives \u2606 4.8 \u25f7 4\u20137 Days Beach Tours Sun-Kissed Beaches \u00b7 Water Sports \u00b7 Coastal Escapes \u2606 4.9 \u25f7 5\u201310 Days Temple Tour Sacred Temples \u00b7 Spiritual Journeys \u00b7 Ancient Heritage \u2606 4.9 \u25f7 6\u201312 Days Trekking Tours Mountain Trails \u00b7 Scenic Valleys \u00b7 Adventure \u2606 4.7 \u25f7 3\u20136 Days Food Tour Local Flavours \u00b7 Street Food \u00b7 Culinary Experiences \u2606 4.8 \u25f7 5\u201310 Days Cultural &#038; Heritage Historic Monuments \u00b7 Traditions \u00b7 Local Culture \u2606 4.8 \u25f7 4\u20138 Days Jungle Tour Wildlife Safari \u00b7 National Parks \u00b7 Nature Trails \u2606 4.9 \u25f7 5\u20138 Days Honeymoon Romantic Stays \u00b7 Scenic Escapes \u00b7 Couple Experiences \u2606 4.9 \u25f7 3\u20137 Days Wedding Royal Venues \u00b7 Destination Weddings \u00b7 Luxury Stays \u2606 4.9 \u25f7 5\u20138 Days Nepal Himalayan Views \u00b7 Ancient Temples \u00b7 Heritage \u2606 4.8 \u25f7 5\u20139 Days Bhutan Monasteries \u00b7 Himalayan Landscapes \u00b7 Bhutanese Culture \u2606 4.9 \u25f7 4\u20137 Days Maldives Luxury Resorts \u00b7 Tropical Beaches \u00b7 Island Escapes<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-200","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/pages\/200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/comments?post=200"}],"version-history":[{"count":16,"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/pages\/200\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/pages\/200\/revisions\/633"}],"wp:attachment":[{"href":"https:\/\/developerassests.com\/traveldreamz\/wp-json\/wp\/v2\/media?parent=200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}