@charset "UTF-8";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "nice-select.css";
@import "../../assets/fonts/style.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;family=Yesteryear&amp;display=swap");
@import "bootstrap.css";



.header-style1 .header-lower .logo-box {
    /* clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%); */
    /* background: #94cdf3; */
    background: none;
    min-height: 100%;
    padding: 4px;
}

.main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    width: 280px;
    height: auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

h2 {
    font-size: 24px;
    line-height: 60px;
    font-weight: 800;
}

h2 {
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
}

.icon-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.icon-area li {
    display: inline-block;
}

.icon-area .text-center {
    text-align: center;
}

.touricon1 {
    font-size: 30px;
    color: #007bff;
    margin-bottom: 5px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon-area span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.icon-area .text-center:hover .touricon1 {
    transform: scale(1.2);
    color: #ff6600;
}

.button-area .btn i {
    margin-right: 6px;
    font-size: 16px;
}

.button-area .btn {
    margin: 5px;
    padding: 10px 20px;
    font-weight: 500;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button-area .btn:hover {
    transform: translateY(-2px);
    background-color: #007bff;
    color: #fff;
}

.trip-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.trip-card img {
    border-radius: 15px 15px 0 0;
}

.tag-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.trip-icons i {
    color: #ffc107;
    font-size: 18px;
    margin-right: 10px;
}

.btn-outline-warning {
    border-radius: 8px;
    font-weight: 500;
}

.btn-floating {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

h5 {
    font-size: 16px;
    font-weight: 600;
}

/* mobile  */

.mobile-menu .nav-logo img {
    max-width: 175px !important;
}

body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    padding: 50px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 60s linear infinite;
    font-size: 18px;
    color: #333;
}

.marquee-content span {
    margin: 0 50px;
    display: inline-block;
    font-weight: bold;
    color: #007bff;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.widget-brand-logo .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.widget-brand-logo .swiper-slide a {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.widget-brand-logo .swiper-slide:hover {
    transform: scale(1.05);
    /* 🔍 Zoom on hover */
    background: #e9f3ff;
    /* 🌤️ Light blue background */
    border-color: #007bff;
    /* Highlighted border */
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

.widget-brand-logo .swiper-slide:hover a {
    color: #0056b3;
    /* Darker blue text on hover */
}

.widget-brand-logo .swiper-slide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    width: auto !important;
    /* 👈 forces slide width to fit text */
    flex: 0 0 auto !important;
    /* 👈 prevent shrinking/stretching */
}

.widget-brand-logo .swiper-slide a {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.widget-brand-logo .swiper-slide:hover {
    transform: scale(1.05);
    background: #e9f3ff;
    border-color: #007bff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

.widget-brand-logo .swiper-slide:hover a {
    color: #0056b3;
}

.tour-listing .tour-listing-content .title-tour-list {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: inherit;
}

.navbar-brand img {
    height: 40px;
}

/* Adjust logo size */
.hero-section {
    background-image: url('placeholder-hero.jpg');
    /* Replace with actual image_2a2080.jpg */
    background-size: cover;
    background-position: center;
    height: 60vh;
    /* Adjust height as needed */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* Dark overlay */
}

.search-bar-container {
    position: absolute;
    bottom: 1px;
    /* Position it to slightly overlap the next section */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 900px;
    z-index: 10;
}

.destination-card-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    /* Circular images */
}

.cta-section {
    background-color: #ffc107;
    /* Yellow background like image_2a2048.png */
    padding: 60px 0;
}

.cta-card {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
    /* text-align: justify; */
    /* Ensure equal height */
}

.blog-card-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #0d6efd;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}

.footer-social-icons a {
    color: #212529;
    /* Dark color */
    margin-left: 10px;
    font-size: 1.2rem;
}


/* section 4  */
.navbar-brand img {
    height: 40px;
}

.hero-section {
    /* ... existing styles for hero ... */
    height: 60vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-overlay {
    /* ... existing styles for overlay ... */
}

.search-bar-container {
    /* ... existing styles for search bar ... */
}

.destination-card-img {
    /* ... existing styles for destination images ... */
    width: 100px;
    /* Increased size for better visual alignment */
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
    /* Added margin for separation from text */
}

/* --- New Styles for Why Hidden Horizons Section --- */
.cta-container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cta-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    /* Width of the yellow background */
    height: 100%;
    background-color: #ffc107;
    /* Yellow background */
    border-radius: 12px;
    z-index: 1;
    /* Behind the image and cards */
}

.cta-content {
    position: relative;
    z-index: 5;
    /* Above the yellow background */
}

.cta-image-col {
    padding: 0;
}

.cta-image {
    border-radius: 12px;
    height: 500px;
    /* Fixed height for visual balance */
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-card {
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
}

.cta-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.cta-card p {
    font-size: 0.9rem;
}

/* Small screen adjustment for stacking */
@media (max-width: 991.98px) {
    .cta-background {
        width: 100%;
    }

    .cta-image {
        height: 350px;
    }
}

/* --- New Styles for Honeymoon Packages Section --- */
.honeymoon-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    /* Crucial to contain the image corners */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.honeymoon-card-img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 300px;
    /* Fixed height for consistent layout */
    object-fit: cover;
}

.honeymoon-card-img-wrap {
    position: relative;
}

/* Subtle gradient overlay at the bottom of the image, matching the UI */
.honeymoon-card-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /* Gradient height */
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
}


/* --- Styles for Blog Section --- */
.blog-card {
    border-radius: 12px;
    /* Smoother corner radius for the whole card */
    border: none;
    overflow: hidden;
    /* Ensures the image is clipped by the card corners */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* Subtle shadow like the UI */
}

.blog-card-img {
    height: 200px;
    /* Fixed height for consistent look */
    object-fit: cover;
}

.blog-card-label {
    position: absolute;
    top: 15px;
    /* Slightly lower position */
    left: 15px;
    /* Slightly inward position */
    background-color: #0d6efd;
    /* Blue background */
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
    /* Ensure it's above the image */
}

.blog-card-meta {
    margin-top: 10px;
    /* Space between text and author info */
    line-height: 1.2;
}


/* Optional: Add some custom styles for better visualization */
.card-custom {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.card-image {
    height: 250px;
    /* Fixed height for the image area */
    background-size: cover;
    background-position: center;
}

.card-content {
    padding: 20px;
}

.section-title {
    font-family: 'Brush Script MT', cursive;
    font-size: 2.5rem;
    color: olive;
    text-align: center;
    margin: 40px 0 20px;
}

.subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 20px 0;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 0.5rem;
}

.tour-card img {
    border-radius: 0.5rem;
}

/* --- Custom CSS for Zoom-In Hover Effect --- */

/* Base style for the card link */
.trending-card {
    /* Apply a smooth transition to all transforms and box-shadows */
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    /* Ensure the card content is positioned correctly for the scale transform */
    display: block;
    position: relative;
    /* Remove the default Bootstrap shadow to manage it fully with CSS */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    /* Retain the original small shadow-sm style */
}

/* Hover Effect */
.trending-card:hover {
    /* Scale the card up by 3% (1.03) */
    transform: scale(1.03);
    /* Lift the card by giving it a larger, more prominent shadow */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    /* Mimics Bootstrap's shadow-lg for lift */
    /* Ensure the content inside the card stays on the same layer */
    z-index: 10;
}

/* Optional: Style for the image (if you want the image itself to zoom) */
.trending-card:hover .destination-card-img {
    transform: scale(1.1);
    /* Slightly zoom the circular image inside */
}

/* Add transition to the image to make its scale smooth */
.destination-card-img {
    transition: transform 0.3s ease-out;
}


.blog-card-img {
    transition: transform 0.4s ease-in-out;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.1);
}

.position-relative {
    overflow: hidden;
}

/* Remove underline for all card links */
.homeymoon_pack a {
    text-decoration: none !important;
    color: inherit;
    /* keeps original text color */
}

/* Optional: Add hover effect */
.homeymoon_pack a:hover {
    text-decoration: none;
    color: inherit;
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* Default Bootstrap direction (Left to Right) */
.carousel-item-next,
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev,
.active.carousel-item-start {
    transform: translateX(-100%);
}

/* Reverse direction for the "northIndiaSlider" */
#northIndiaSlider .carousel-item-next,
#northIndiaSlider .active.carousel-item-end {
    transform: translateX(-100%) !important;
}

#northIndiaSlider .carousel-item-prev,
#northIndiaSlider .active.carousel-item-start {
    transform: translateX(100%) !important;
}

.carousel-item {
    transition: transform 1s ease-in-out;
    /* slower and smoother */
}

section.even {
    background: #fafafa;
}

section.odd {
    background: #ffffff;
}

h5 {
    font-size: 16px;
    font-weight: 600;
}

.odd {
    /*border: 5px solid red;*/
}

.even {
    /*border: 5px solid green;*/
}

.custom {
    /*border: 5px solid yellow;*/
}

.feature-boxes {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-right: 5%;
    /* margin-left: 5%; */
}

/* .feature-box {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            width: 300px;
            height: 200px;
            text-align: center;
            padding: 20px;
            transition: transform 0.3s ease;
        } */

.title-highlight {
    font-family: 'Brush Script MT', cursive;
    color: goldenrod;
    font-size: 2rem;
    /* default for desktop */
}

h2 {
    text-transform: none;

}

.display-5 {
    font-size: 2rem;
}

.section-title {
    font-family: 'Brush Script MT', cursive;
    font-size: 3.5rem;
    color: olive;
    font-weight: 100;
    text-align: center;
    margin: 40px 0 20px;
}



/* Mobile Responsive: Stack vertically */
@media (max-width: 992px) {
    .feature-boxes {
        flex-direction: column;
        align-items: flex-end;
    }



    h2 {
        font-size: 17px;
        line-height: 60px;
        font-weight: 600;
        text-transform: none;

    }

    .title-highlight {
        font-size: 1rem;
    }
}

/* Mobile responsive font size */
@media (max-width: 576px) {
    .title-highlight {
        font-size: 1rem;
    }
}

#header {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#header .header-lower {
    background: transparent !important;
    box-shadow: none !important;
}

.main-header .main-menu .navigation>li>a {
    color: #eddfdf;

}

.header-style3 .header-lower .logo-box {
    background-color: transparent;
    /* clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
            padding: 29px 61px 29px 18px; */
}

/* .cta-card {
            background-color: white;
            padding: 30px;
            border-radius: 12px;
            height: 85%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border: none;
            width: 85%;
        } */

.cta-background2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #ffc107;
    border-radius: 12px;
    z-index: 1;
}



h2 {
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
}

.icon-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.icon-area li {
    display: inline-block;
}

.icon-area .text-center {
    text-align: center;
}

.touricon1 {
    font-size: 30px;
    color: #007bff;
    margin-bottom: 5px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon-area span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.icon-area .text-center:hover .touricon1 {
    transform: scale(1.2);
    color: #ff6600;
}

.button-area .btn i {
    margin-right: 6px;
    font-size: 16px;
}

.button-area .btn {
    margin: 5px;
    padding: 10px 20px;
    font-weight: 500;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button-area .btn:hover {
    transform: translateY(-2px);
    background-color: #007bff;
    color: #fff;
}


.trip-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.trip-card img {
    border-radius: 15px 15px 0 0;
}

.tag-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.trip-icons i {
    color: #ffc107;
    font-size: 18px;
    margin-right: 10px;
}

.btn-outline-warning {
    border-radius: 8px;
    font-weight: 500;
}

.btn-floating {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}


h5 {
    font-size: 16px;
    font-weight: 600;
}


.vision-header {
    background-image: url(assets/images/header/vision-bg.jpg);
}

.vision-bg {
    background-image: url('assets/images/vision-bg.jpg');
    /* 🔁 Replace with your actual image path */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* 👈 Parallax effect */
    height: 100vh;
    /* Full screen height */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* Text color for visibility */
    position: relative;
    overflow: hidden;
}

/* Optional dark overlay for readability */
.vision-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    /* Adjust opacity as needed */
    z-index: 1;
}

/* Ensure your content stays above overlay */
.vision-bg .tf-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

@media (max-width: 768px) {
    .about-bg {
        background-attachment: scroll;
    }
}

h2 {
    font-size: 90px;
    line-height: 60px;
    font-weight: 600;
}


/* Mobile responsive font size */
@media (max-width: 576px) {
    .title-highlight {
        font-size: 1rem;
    }
}

#header {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#header .header-lower {
    background: transparent !important;
    box-shadow: none !important;
}

.main-header .main-menu .navigation>li>a {
    color: #eddfdf;

}

/* custome css statrt */
body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    padding: 0px;
}

/* Override styles */
.header-style3 .header-lower .logo-box {
    background-color: transparent !important;
    clip-path: none !important;
    padding: 2px 2px !important;
}

.slider-home4 {
    background-image: url(assets/images/header/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 267px;
    padding-bottom: 203px;
    background-attachment: fixed;
}


h2 {
    font-size: 60px;
    line-height: 100px;
    font-weight: 300;
    /* text-align: center; */
}

.slider-home4 .home4-content {
    padding-right: 3em;
}

.btn-outline-warning {
    color: #10100f;
    border-color: #ffc107;
}

.main-header .main-menu .navigation>li>a {
    /* color: #eddfdf; */
    text-decoration: none;
}

.main-header .main-menu .navigation>li>a:hover {
    color: goldenrod;
    text-decoration: none;
}

.main-header .main-menu .navigation>li>ul>li>a {
    color: black;
    text-decoration: none;
}

.main-header .main-menu .navigation>li>ul>li>a {
    color: #eddfdf;
    text-decoration: none;
}

.main-header .main-menu .navigation>li>ul>li>a {
    color: #161515;
    text-decoration: none;
}

.main-header .main-menu .navigation>li>ul>li>a:hover {
    color: goldenrod;
    text-decoration: none;
}