
/* Image Url for Menu Banners*/

.bg_About_us, .bg_Contact {
    background-image: url(../img/about_heder.jpg);
}



.bg_Holiday_pack {
    background-image: url(../img/holiday_bg_heder.jpg);
}

.blog_bg_heder {
    background-image: url(../img/blog_bg_heder.jpg);
}

.blogdetails_bg_header {
    background-image: url(../img/blog_detles_bg_heder.jpg);
}

.bg_Ummra_pack {
    background-image: url(../img/Ummra_bg_heder.jpg);
}

.bg_Global_Visa_pack {
    background-image: url(../img/Globel_bg_header.jpg);
}

.bg_Cruise_pack {
    background-image: url(../img/Cruise_bg_header.jpg);
}

.bg_Tour_and_activtis {
    background-image: url(../img/Toursholdys_bg_header.jpg);
}

/* End*/


/* blog main page css start */

.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
}

    .blog-card:hover {
        transform: translateY(-6px) scale(1.02) !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }

    .blog-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 16px 16px 0 0;
        transition: filter 0.2s;
    }

.col-md-8 .blog-card img {
    height: 350px;
}

.blog-card .badge-top {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #007bff;
    color: #fff;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 12px;
    z-index: 2;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-card .blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    color: #fff;
    padding: 16px 18px 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 0 16px 16px;
    z-index: 2;
}


@media (max-width: 767px) {
    .blog_hero-section {
        padding: 40px 0;
    }

        .blog_hero-section .display-4 {
            font-size: 2rem;
        }

        .blog_hero-section .lead {
            font-size: 1rem;
        }
}

.Blog_main .category-btns-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 20px;
}

    .Blog_main .category-btns-scroll::-webkit-scrollbar {
        display: none;
    }

.Blog_main .category-btns {
    flex-wrap: nowrap !important;
    margin-bottom: 0;
    gap: 8px;
}

    .Blog_main .category-btns .btn {
        border-radius: 20px;
        margin: 5px 8px 5px 0;
        padding: 6px 15px;
        font-size: 14px;
        white-space: nowrap;
    }

/* Enhanced Blog Grid Styles */
.Blog_main .blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
}

    .Blog_main .blog-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }

    .Blog_main .blog-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 16px 16px 0 0;
        transition: filter 0.2s;
    }

.Blog_main .col-md-8 .blog-card img {
    height: 350px;
}

.Blog_main .blog-card .badge-top {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #007bff;
    color: #fff;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 12px;
    z-index: 2;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.Blog_main .blog-card .blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    color: #fff;
    padding: 16px 18px 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 0 16px 16px;
    z-index: 2;
}

@media (max-width: 991px) {
    .Blog_main .col-md-8 .blog-card img {
        height: 220px;
    }

    .Blog_main .blog-card img {
        height: 160px;
    }
}

@media (max-width: 767px) {

    .Blog_main .col-md-8,
    .Blog_main .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Blog_main .blog-card img {
        height: 160px;
    }
}

.over-badg {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.noshadow {
    box-shadow: none !important;
}

.blog-deatils .card .card-body .card-title {
    font-size: 25px;
    width: 90%;
}





.category-btns-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 20px;
}

    .category-btns-scroll::-webkit-scrollbar {
        display: none;
    }

.category-btns {
    flex-wrap: nowrap !important;
    margin-bottom: 0;
    gap: 8px;
}

    .category-btns .btn {
        border-radius: 20px;
        margin: 5px 8px 5px 0;
        padding: 6px 15px;
        font-size: 14px;
        white-space: nowrap;
    }

/* blog main page css end */

/* blog details page css start */

.blog_hero-section {
    color: white;
    padding: 80px 0;
    margin-bottom: 20px;
}


.blog_header_details_bg {
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: 350px; /* Set a specific height for the hero section */
    color: #fff; /* Ensures text stands out against the background */
    padding: 80px 0; /* Add top and bottom padding for spacing */
    position: relative; /* Allows positioning for child elements */
}

.blog_header_bg {
    background-size: cover !important;
    background-position: center !important;
}

.blog_hero-section .container {
    position: relative;
    z-index: 2;
}

.blog_hero-section .display-4 {
    font-weight: 700;
    letter-spacing: 1px;
}

.blog_hero-section .lead {
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.blog_hero-section .input-group {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .blog_hero-section {
        padding: 40px 0;
    }

        .blog_hero-section .display-4 {
            font-size: 2rem;
        }

        .blog_hero-section .lead {
            font-size: 1rem;
        }
}

/* blog details page css end */



#_BlogHomepage .skeleton-card {
    width: 100%;
    height: 220px; /* fixed height for all cards */
    border-radius: 12px; /* match your card style */
    background: #e0e0e0;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

    /* shimmer effect */
    #_BlogHomepage .skeleton-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        height: 100%;
        width: 150px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
        animation: shimmer 1.6s infinite;
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}


.faq-modern {
    background: linear-gradient(120deg, #f8fafc 70%, #eaf6f6 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 198, 182, 0.07);
    padding: 24px 18px 10px 18px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.06);
    padding: 0 0 0 0;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .faq-item:not(:last-child) {
        margin-bottom: 18px;
    }

    .faq-item:hover {
        box-shadow: 0 8px 24px rgba(30, 198, 182, 0.13);
        transform: translateY(-2px) scale(1.01);
    }

.faq-question {
    padding: 18px 18px 18px 16px;
    font-size: 1.13rem;
    border-radius: 10px;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    transition: background 0.2s;
}

    .faq-question:hover {
        background: #f8fafc;
    }

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(30, 198, 182, 0.10);
}

.faq-answer {
    padding: 16px 18px 12px 16px;
    font-size: 1.05rem;
    color: #444;
    background: #f8fafc;
    border-radius: 0 0 10px 10px;
}

.faq-question .fa-chevron-down {
    transition: transform 0.3s;
}

.faq-question[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .faq-modern {
        padding: 10px 2px 2px 2px;
    }

    .faq-answer {
        padding: 12px 8px 8px 48px;
        font-size: 0.98rem;
    }

    .faq-question {
        padding: 12px 8px 12px 0;
        font-size: 1rem;
    }

    .faq-icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}

.tour-price-label {
    font-size: 1.1rem;
    color: #888;
    font-weight: 400;
    display: block;
}

.tour-price-amount {
    display: block;
    font-size: 2.2rem;
    color: #ff4a52;
    font-weight: 700;
}

.tour-price-note {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    display: block;
}

/*Tours Details Page Enquiry Border Css*/
.deatiled_page_4 .booking-widget .form-control {
    border-radius: 0.5rem !important;
}

.trending-slider-adventure .card {
    border-radius: 10px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
    border: 0;
    height: 100%;
}

.trending-slider-adventure .iamg_fram {
    position: relative !important;
    height: 145px !important;
    overflow: hidden !important;
}

.trending-slider-adventure .card img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.trending-slider-adventure.card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list-card img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0;
}

.trending-slider-adventure .card .card-body {
    padding: 10px 10px;
}

.trending-slider-adventure p i,
.trending-slider-adventure .loction i,
.trending-slider-adventure .days i,
.trending-slider-adventure .rooms i,
.trending-slider-adventure .accommodation i {
    color: #01A981;
}

.trending-slider-adventure .card-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    color: #353535;
}


.card:hover .card-text {
    color: black !important; /* Change to the desired color */
    transition: color 0.3s ease; /* Smooth transition */
}


.trending-slider-adventure .bookmark {
    position: absolute;
    right: 13px;
    color: #c7c7c7;
}

.tag_name {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #2f2f2f;
    border: solid 2px #ddd;
    font-weight: 600;
    z-index: 2;
}

.trending-slider-adventure .price {
    font-size: 17px;
    font-weight: 600;
}

.trending-slider-adventure .rating {
    top: -14px;
    right: 15px;
    position: absolute;
}

    .trending-slider-adventure .rating span,
    .trending-slider-adventure .rating p,
    .trending-slider-adventure .card-text {
        font-size: 10px;
    }

        .trending-slider-adventure .rating span.checked {
            color: orange;
        }

.trending-slider-adventure .days span,
.trending-slider-adventure .accommodation span,
.trending-slider-adventure .adults span {
    font-size: 11px !important;
}

.trending-slider-adventure .adults span {
    background: #cde3f799;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 500;
    color: #176ebc;
}

.trending-slider-adventure .accommodation {
    margin-bottom: 5px;
}

/*Discount Badge*/
.discount-badge {
    background: #ff5722; /* orange */
    color: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    border-radius: 50%;
    clip-path: polygon( 50% 0%, 61% 10%, 75% 6%, 85% 15%, 94% 25%, 100% 38%, 94% 50%, 100% 62%, 94% 75%, 85% 85%, 75% 94%, 62% 100%, 50% 94%, 38% 100%, 25% 94%, 15% 85%, 6% 75%, 0% 62%, 6% 50%, 0% 38%, 6% 25%, 15% 15%, 25% 6%, 38% 10% );
}

    .discount-badge span {
        display: block;
        padding: 10px;
    }

    .discount-badge strong {
        font-size: 28px;
    }

/*Discount Badge end*/





.skeleton-card {
    width: 100% !important;
    height: 300px !important; /* adjust based on your card height */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%) !important;
    background-size: 200% 100% !important;
    border-radius: 12px !important;
    animation: shimmer 1.5s infinite !important;
}

@keyframes shimmer {
    0% {
        background-position: -100% 0 !important;
    }

    100% {
        background-position: 100% 0 !important;
    }
}

/*Pagination and skeleton loader  for all packages start */

.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    margin: 0 6px;
    font-size: 18px;
    font-weight: 500;
    color: #a9a9a9; /* gray by default */
    border: 1px solid #a9a9a9;
    background: transparent;
}

/* Active page (red circle) */
.pagination .active .page-link {
    color: #ec1d27 !important;
    border: 2px solid #ec1d27 !important;
    background: transparent !important;
    font-weight: 600;
}

/* Hover effect (optional) */
.pagination .page-link:hover {
    color: #ec1d27;
    border-color: #ec1d27;
}

/* Style for Previous and Next buttons (pill shape) */
.pagination .page-item a.page-link[aria-label="Previous"],
.pagination .page-item a.page-link[aria-label="Next"] {
    /* Reset circular styles */
    width: auto;
    height: 50px; /* Match the height of the numbered circles */
    padding: 0 20px; /* Add horizontal padding for the pill shape */
    border-radius: 25px; /* Half of the height for the pill shape */
    margin: 0 10px; /* Slightly wider margin for separation */
    /* Inherit default gray styling */
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    font-size: 16px; /* Slightly smaller font for the words */
    font-weight: 500;
}

/* Disabled state for Previous/Next */
.pagination .page-item.disabled a.page-link[aria-label="Previous"],
.pagination .page-item.disabled a.page-link[aria-label="Next"] {
    /* Make disabled buttons look slightly faded or use a lighter border/text */
    color: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed;
    pointer-events: none; /* Ensure they are not clickable */
}

/* Hover effect (optional, but good practice) */
.pagination .page-item a.page-link:not([aria-label="Previous"]):not([aria-label="Next"]):hover {
    /* Optional: Slight color change on hover for numbered links */
    border-color: #555555;
    color: #555555;
}

.pagination .page-item a.page-link[aria-label="Previous"]:hover,
.pagination .page-item a.page-link[aria-label="Next"]:hover {
    /* Optional: Slight color change on hover for Prev/Next */
    border-color: #888888;
    color: #888888;
}
/* Hover effect for default (non-active) numbered page links */
.pagination .page-item:not(.active) .page-link:hover {
    background-color: #f0f0f0; /* A light gray background color */
    border-color: #d0d0d0; /* Slightly darker border on hover for definition */
    color: #555555; /* Make the text a bit darker on hover */
    cursor: pointer; /* Show pointer cursor */
}

/* Optional: Hover effect for Previous/Next buttons if you want a similar background change */
.pagination .page-item a.page-link[aria-label="Previous"]:hover,
.pagination .page-item a.page-link[aria-label="Next"]:hover {
    background-color: #f0f0f0; /* Light gray background */
    border-color: #d0d0d0; /* Slightly darker border */
    color: #555555; /* Darker text */
    cursor: pointer;
}

/* Important: Ensure active and disabled states override hover */
.pagination .active .page-link:hover {
    background: transparent !important; /* Active link should remain transparent background */
    color: #ec1d27 !important; /* Keep active text color */
    border-color: #ec1d27 !important; /* Keep active border color */
}

.pagination .page-item.disabled .page-link:hover {
    background-color: transparent !important; /* Disabled links should not change background on hover */
    border-color: #cccccc !important; /* Keep disabled border color */
    color: #cccccc !important; /* Keep disabled text color */
    cursor: not-allowed !important; /* Maintain not-allowed cursor */
}

/* Skeleton for title */
.skeleton-title-wrapper {
    position: relative;
}

.skeleton-title {
    width: 200px; /* adjust to match title width */
    height: 24px;
    line-height: 1.6;
    margin: 0 auto;
    background: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.2s infinite;
}

.skeleton-text {
    width: 1100px!important; /* adjust to match paragraph width */
    height: 20px!important;
    line-height:1.6;
    margin: 8px auto;
    background: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.2s infinite;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/* Wrapper styling (optional) */
.searchBarWrapper {
    position: relative;
}

/* Skeleton container */
.searchBarSkeleton {
    display: flex;
    align-items: center;
    gap: 8px; /* space between input and button */
    margin-bottom: 0.5rem; /* optional spacing */
}

/* Skeleton input */
.skeleton-input {
    flex: 1;
    height: 38px; /* match input height */
    background: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.2s infinite;
}



/* Pulse animation */
@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/* Skeleton placeholder for pagination links */
.skeleton-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* numbered links */
    height: 50px;
    border-radius: 50%;
    margin: 0 6px;
    background: #e6e6e6; /* match card color */
    border: 1px solid #e6e6e6; /* same as background for solid look */
    pointer-events: none; /* non-clickable */
    animation: pulse 1.2s infinite;
}

/* For Previous/Next skeleton (pill shape) */
#holidayPaginationSkeleton .page-item:first-child .skeleton-page,
#holidayPaginationSkeleton .page-item:last-child .skeleton-page {
    width: 80px; /* pill width */
    border-radius: 25px;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}


/*Pagination and skeleton loader for all packages end */

@media (min-width: 1280px) {
    .ourservice_main {
        height: auto;
    }
}

.deatiled_page_3 .booking-widget {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

    .deatiled_page_3 .booking-widget .input-group-text {
        background-color: transparent;
        border-right: 0;
    }

    .deatiled_page_3 .booking-widget .form-control {
        border-radius: 0.5rem !important;
    }

        .deatiled_page_3 .booking-widget .form-control:focus {
            box-shadow: none;
            border-color: #ced4da;
        }

    .deatiled_page_3 .booking-widget .input-group .form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .deatiled_page_3 .booking-widget .input-group .input-group-prepend .input-group-text {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 0.5rem;
    }

    .deatiled_page_3 .booking-widget h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
    }
.owl-dots .owl-dot {
    background-color: #ccc; /* Dot color */
    width: 10px; /* Dot size */
    height: 10px; /* Dot size */
    border-radius: 50%; /* Makes the dots round */
}

    .owl-dots .owl-dot.active {
        background-color: #ffcc00; /* Active dot color */
    }

.section.Offer_ads {
    margin-top: -35px !important; /* Start with -30px and adjust this value */
    padding-top: 0 !important;
    position: relative !important;
    top: -10px !important;
}

.ourSerivceslider .owl-dots {
    position: relative !important; /* or absolute if needed */
    top: -10px !important; /* move up by 20px */
    margin-top: 0 !important; /* remove default spacing */
}

trending-slider .owl-item .card {
    /* Use a min-height to ensure all cards stretch to at least this size */
    min-height: 480px; /* Adjust this value until it fits your tallest card */
    display: flex; /* Helps ensure content stretches if needed */
    flex-direction: column;
}

/* Ensure the card body stretches to use available height */
.trending-slider .owl-item .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Pushes the card_footer to the bottom */
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: solid 1px;
    margin: auto 5px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    font-size: 10px;
}

    .owl-carousel .owl-nav button.owl-next.disabled,
    .owl-carousel .owl-nav button.owl-prev.disabled {
        opacity: 0.3;
    }

.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
}

/*ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

*/
.highlights-container ul {
    list-style-type: disc !important;
    padding-left: 1.5rem !important;
}

