@font-face {
  font-family: 'khand';
  src: url('../../../font/khand/Khand-Bold.ttf') format('truetype');
  /* font-weight: normal;
  font-style: normal; */
}
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.inner-page-heading h1{
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
        font-weight: 700;
          font-family: "Jost", sans-serif;
        font-style: italic;
            color: #FFFFFF;
    text-shadow: 3px 3px 0px #FD661E;
}
.about-text-namastey h2{
    font-family: 'khand', sans-serif;
    /* text-shadow: 3px 3px 0px #FD661E; */
    color: #dc143c;
}
.lead{
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
        font-weight: 700;
}
.destination-card {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
img.rounded-circle.object-fit-cover.me-3.shadow {
    border: 3px solid #fff;
}
.content-profile {
    width: 80%;
}
.logo-img img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #d5030e;
}
.destination-overlay {
    background: linear-gradient(to bottom, rgba(20, 20, 20, 0), rgba(20, 20, 20, 1));
}
.news-blog-posts {
      background: #cd0613;
    border-radius: 10px;
    overflow: hidden;
}
.blogs-blog-posts{
   background: #065494;
    border-radius: 10px;
    overflow: hidden; 
}
.blogs-blog-posts img{
    object-fit: cover!important;
}
.blogs-blog-posts a{
    color: #fff!important;
}
.destination-card img {
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.slider-test p {
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 36px;
    font-size: 26px;
}
.destination-card:hover img {
    transform: scale(1.05);
}
.logo-navbar-icon {
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.4s ease; /* smooth animation */
}
i.bi.bi-search {
    color: white;
}
.logo-navbar-icon.show {
    width: 50px;
    height: 50px;
    opacity: 1;
}
.bg-teams{
       background-color: #065494;
}
.services-section-a h2{
    font-family: 'khand', sans-serif;
}
.service-box h4 {
   
    line-height: 26px;
}
/* Search button */
.mobile-search-btn {
    background: linear-gradient(135deg, #065494, #0a74da);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: red;
    background-color: #000000;
}
.mobile-search-btn:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #0a74da, #065494);
}

/* Input field hidden initially */
.mobile-search-input {
    width: 0;
    opacity: 1;
    padding: 0;
    border: none;
    border-radius: 20px;
    transition: all 0.4s ease;
    background: #f9f9f9;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}

/* Expanded state */
.mobile-search-wrapper.active .mobile-search-input {
    width: 220px;
    opacity: 1;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ddd;
}


.banner-img {
    width: 100%;
    display: block;
    height: 650px;
    object-fit: cover;
}
.carousel-caption.container.slider-test {
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 20px;
    top: auto;
    transform: none;
    text-align: left;
    /* min-width: 30%; */
    width: 30%;
    /* min-width: 30%; */
    background-color: #06549494;
    padding: 15px;
    border-radius: 6px;
}

.middle-top h4 {
    font-size: 1.25rem;
    color: #dc143c;
       font-family: 'khand', sans-serif;
}
.middle-top h2 {
    font-size: 32px;
    color: #dc143c;
    font-family: 'khand', sans-serif;
}
.middle-top h5 {
    font-size: 1.1rem;
    color: #dc143c;
       font-family: 'khand', sans-serif;
}
.nav-link {
    padding: 10px 20px !important;
}
.nav-link:hover {
    background-color: #dc143c;
}
li.nav-item {
    padding: 0px 0px;
}
.services-section-a {
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    background-color: #065494;
}
.hover-box {
    position: relative;
    background: linear-gradient(to right, #043964, #000000);
    background-size: 200% 100%;
    background-position: left;
    transition: background-position 0.5s ease;
}
.bg-theme {
    background: #dc143c;
}
/* .news-blog-services h2{
    color: red;
}
.news-blog-services a{
    color: red;
}
.news-blog-services p{
     color: red;
} */
.services-gallery-photo img {
    height: 300px;
    object-fit: cover;
}
.blog-card:hover .blog-card-body {
    background: red;
}
.blog-card:hover .blog-card-body h5 {
    color: #fff !important;
}
.footer {
    background-color: rgb(6 84 148);
}
.fotter-icon-main {
    background-color: #065494;
}
.news-section {
    background-color: #065494;
}
.blog-section {
    background: #fff;
    padding: 0px 0;
}
.blog-card-body a {
    color: #000000;
    text-decoration: none;
}
.news-section {
    background-color: #065494;
}
.read-more-d {
    color: #065494 !important;
    background: #d5e9f9 !important;
    transition: background 0.4s;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.fc .fc-col-header-cell-cushion {
    text-decoration: none;
    color: #ffffff;
}
.fc .fc-daygrid-day-number {
    text-decoration: none;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #065494;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #065494 !important;
    border-style: solid;
    border-width: 0;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #065494;
}
.fc-theme-standard th {
    border: 1px solid #065494;
    background: #065494;
    color: white;
}
.dropdown-item {
    width: 97% !important;
}
.calendar-section a {
    color: rgb(0 0 0);
    text-decoration: none;
}

/* Modern Dropdown Styles */
.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    min-width: 280px;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: block;
    background: #ffffff;
    margin-top: 10px;
}

/* Show dropdown with smooth animation */
.navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Modern Dropdown Items */
.dropdown-item {
    padding: 12px 25px;
    color: #333;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

/* Hover Effect for Dropdown Items */
.dropdown-item:hover {
    background-color: transparent;
    color: #d10000 !important; /* Red color on hover */
    border-left: 3px solid #d10000;
    padding-left: 30px;
    transform: translateX(5px);
}

/* Dropdown Arrow Effect */
.nav-link.dropdown-toggle::after {
    content: "›";
    border: none;
    transform: rotate(90deg);

    margin-left: 5px;
    transition: transform 0.3s ease;
}
.dropdown-toggle::after {
    vertical-align: 0 !important;
}

/* Rotate arrow on hover */
.nav-item:hover .nav-link.dropdown-toggle::after {
    transform: rotate(0deg);
    color: #ff6b6b;
    
}
.nav-item .nav-link {
    font-size: 20px;
    
}
/* Navbar Links Hover Effect */
.navbar-nav .nav-link {
    position: relative;
    padding: 10px 15px;
    color: #ffffff !important;
    transition: all 0.3s ease;
    font-family: 'khand', sans-serif;
}

/* Animated underline effect for main nav items */

.navbar-nav .nav-link:hover::before {
    width: 80%;
}

/* Active state for main nav items */
.navbar-nav .nav-item:hover > .nav-link {
    color: #fff !important;
}

/* Dropdown divider */
.dropdown-divider {
    margin: 10px 25px;
    background-color: rgba(0, 0, 0, 0.1);
}

/* Mega menu effect for deep dropdowns */
.dropdown-menu .dropdown-item.has-children {
    position: relative;
}

.dropdown-menu .dropdown-item.has-children::after {
    content: "›";
    position: absolute;
    right: 15px;
    color: #999;
    transition: transform 0.3s ease;
}

.dropdown-menu .dropdown-item.has-children:hover::after {
    transform: translateX(3px);
    color: #d10000;
}

/* Search Styles */
.search-results a,
.mobile-search-results a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.search-results a:last-child,
.mobile-search-results a:last-child {
    border-bottom: none;
}

.search-results a:hover,
.mobile-search-results a:hover {
    background-color: #f8f9fa;
    color: #d10000;
    padding-left: 20px;
}

.search-container {
    transition: all 0.3s ease;
}

/* Custom scrollbar for dropdowns */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #d10000;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/* Gradient effect for dropdown */
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.04);
}

/* Mobile menu improvements */
.offcanvas-body .navbar-nav .nav-link {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

.offcanvas-body .navbar-nav .nav-link:hover {
    color: #ff6b6b !important;
    border-bottom-color: #ff6b6b;
}
.calendar-section {
    background: #edf2fa;
    padding: 20px;
}
.flag-height{
    height: 100px;
}

        /* styles.css */
        .background-about-us {
            background: #0a0c26;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            z-index: 1;
        }

        .section-background {
            background: #000000;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            z-index: 1;
        }

        .section-background::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: -1;
        }

        .section-title {
            color: #fff;
            font-weight: bold;
        }

        .card-header-a {
            margin-left: 20px;
            margin-top: 20px;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            background-color: rgb(233, 9, 9);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        }

        .card-header-a:hover {
            background-color: white;
        }

        .card-header-a i {
            font-size: 30px;
        }

        .card-header-a:hover i {
            color: red;
        }

        .custom-card {
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            border: none;
            border-radius: 10px;
            transition: transform 0.3s, box-shadow 0.3s;
            height: 220px;
        }

        .card {
            border: 2px solid white;
        }

        .custom-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        }

        .card-body {
            text-align: center;
            padding: 30px 20px;
        }

        .icon img {
            width: 50px;
            height: 50px;
            filter: brightness(0) invert(1);
            /* Makes sure icon is white */
        }

        .card-title {
            font-size: 0.9rem;
            font-weight: bold;
            margin-top: 20px;
        }

        .card-text {
            font-size: 0.7rem;
        }

        @media (max-width: 767.98px) {
            .custom-card {
                margin-bottom: 20px;
            }
             .destination-card img {
                height: auto;
                
            }
            .flag-height{
                height: 60px;
            }
            .carousel-caption.container.slider-test {
                position: absolute;
                left: auto;
                right: 40px;
                bottom: 20px;
                top: auto;
                transform: none;
                text-align: left;
                width: auto;
                background-color: #06549494;
                padding: 15px;
                border-radius: 6px;
            }
             
           
        }
         @media (max-width: 480px) {
         
             .read-more-slider {
                background-color: red;
                font-size: 16px;
               
                text-decoration: none;
                color: #fff;
                font-weight: 700;
                transition: 0.3s;
            }
            .banner-wrapper img {
                height: 300px;
                object-fit: cover;
            }
            .service-box img {
                max-height: 150px;
                object-fit: cover;
                margin-bottom: 15px;
                align-items: center;
                height: 67px;
                width: 90px;
                margin-top: 15px;
                margin-right: 0px;
            }
            .destination-card img {
                height: 250px;
            }
            .blog1 .blog2 img {
                object-fit: cover!important;
            }
           
        }

        /* styles.css */

        /* body {
                background-color: #000;
                color: #fff;
                font-family: Arial, sans-serif;
            } */

        .call-to-action-section {
            background-color: #1f1f1f;
            /* Dark purple background */
            color: #fff;
        }

        .call-to-action-section h2 {
            font-weight: bold;
        }

        .call-to-action-section p {
            font-size: 1.1rem;
        }

        .call-to-action-section .btn {
            background-color: #e53935;
            border: none;
            font-size: 1.1rem;
            padding: 10px 20px;
            transition: background-color 0.3s;
        }

        .call-to-action-section .btn:hover {
            background-color: #d32f2f;
        }

        .call-to-action-section .btn i {
            margin-right: 5px;
        }

        .services-section-abc {
            background-color: #00021D;
        }

        .card-title-a {
            font-size: 20px;
            font-weight: 500;
            color: #fff;
        }

        .card-text-a {
            color: #fff;
        }

        .service-card a {
            text-decoration: none;
        }

        .Why-Choose {
            height: 250px;
            background-color: #000000;
            border: 2px solid white;
        }

        .icon-abc {
            margin-left: 20px;
            margin-top: 20px;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            background-color: rgb(238, 234, 234);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        }

        .icon-abc:hover {
            background-color: white;
        }

        .icon-abc i {
            color: red;
            font-size: 30px;
        }

        .Why-Choose {
            color: white;
        }

        .card-custom {
            background-color: #1b0f60;
            /* border: 1px solid rgba(24, 22, 22, 0.2); */
            color: white;
            margin-bottom: 20px;
            height: 100%;
        }

        .card-custom .card-header {
            background-color: transparent;
            border-bottom: none;
            text-align: center;
        }

        .card-custom .card-body {
            text-align: center;
        }

        /* .background-about-us{ */
        /* background-image: url("{{ asset('assets/site/image/1L8A9498.JPG') }}"); */
        /* background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    position: relative;
                    z-index: 1; */
        /* } */
        .background-about-us::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            /* Cover only half of the image */
            height: 100%;
            background-image: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%), transparent);
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.0) !important;
        }

        .rental-box:hover h4 {
            color: red;
        }

        .blog-section-abc {
            background-color: #00021d;
        }

        .meet-our-team {
            background-color: #f8f9fa !important;
            padding: 80px 0;
        }

       

        .section-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }

        .team-member {
            padding: 20px;
            transition: all 0.3s ease;
        }

        .team-member:hover {
            transform: translateY(-5px);
        }

        .team-img-container {
            width: 200px;
            height: 200px;
            margin: 0 auto;
            border: 5px solid #fff;
            border-radius: 50%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .team-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }

        .team-member:hover .team-img {
            transform: scale(1.05);
        }

        .member-name {
            font-weight: 600;
            /* color: #2c3e50; */
            margin-bottom: 5px;
        }

        .member-position {
            color: #e74c3c;
            font-weight: 500;
            margin: 0;
        }
        .blog1 .blog2 img {
            object-fit: cover;
        }
   




/* Responsive adjustments */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeInUp 0.3s ease-out;
    }
   
    .search-container {
        transition: all 0.3s ease;
        display: block;
        z-index: 1000;
        width: 800px;
        background: rgb(31 31 31);
        padding: 20px 20px;
        border-radius: 10px;
        display: none;
        animation: slideDown 0.3s ease-out;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
