/* @media (min-width: 768px) and (max-width: 1023px) {
    .banner-btn {
        height: 500px !important;
    }
} */
body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    background-color: #fff;
    /* height: 200vh; */
    position: relative;
}
body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a,
a:hover {
    text-decoration: none !important;
}

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    top: 0;
    width: 100%;
    padding: 1rem;
    position: absolute;
}
@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}
.site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.site-navbar .site-logo a {
    text-transform: uppercase;
    color: #000;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}
@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}
.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
    color: #1b324b !important;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: rgba(0, 0, 0, 0.7) !important;
    display: inline-block;
    text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #000 !important;
}
.site-navbar .site-navigation .site-menu > li.active > a {
    color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #1b324b;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);

    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #1b324b !important;
    background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li
    > a:hover {
    background: #f8f9fa;
    color: #ced4da;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > .dropdown,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > ul {
    left: 100%;
    top: 0;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:hover
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:active
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:focus
    > a {
    background: #f8f9fa;
    color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #1b324b;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: #1b324b;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #1b324b;
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #1b324b;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
}
.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
    background: #fff;
}
.sticky-wrapper .site-navbar ul li a {
    color: rgba(0, 0, 0, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
    color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #1b324b;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #1b324b !important;
}
.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
.iconColor {
    color: #1b324b !important;
}
.darkened-image {
    /* filter: brightness(100%); */
    /* opacity: 0.5; */
}

.offerCardHeader {
    white-space: nowrap;
    overflow-x: auto ;
    overflow-y: hidden;
}
.offerCardHeaderNew {
    overflow-x: auto ;
    overflow-y: hidden;
}
.offerCard {
    display: inline-block;
    width: 229px;
    height: 300px;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    background-color: rgba(161, 160, 160, 0.9); /* Light background color */
}


.offerCard h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #eee; /* Darker text color */
    font-weight: bold; /* Use a bolder font weight if necessary */
    text-shadow: 5px 2px 14px rgba(0, 0, 0, 1); /* Add a text shadow */
}

.offerCard .catImg {
    height: 330px;
    width:229px !important ;
    background-size: cover;
}

/* Gallery Card */
.galleryCard {
    display: inline-block;
    width: 200px;
    height: 150px;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    background-color: rgba(161, 160, 160, 0.9); /* Light background color */
}

.galleryCard h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #eee; /* Darker text color */
    font-weight: bold; /* Use a bolder font weight if necessary */
    text-shadow: 5px 2px 14px rgba(0, 0, 0, 1); /* Add a text shadow */
}

.galleryCard .galleryImg {
    height: 150px;
    background-size: cover;
}

.YoutubeCard {
    display: inline-block;
    width: 290px !important;
    height: 150px;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.package {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.ps-product__image .ps-section--banner {
    min-height: 100px;
}
.indian-amount {
    font-size: 18px;
    font-weight: bold;
}
.ps-home--15 .ps-reviews--3 .ps-review {
    border: 1px solid #f0f2f5;
    border-radius: 30px;
    box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
}
.header {
    height: 100px;
    box-shadow: #b3b3b3;
}

.container_2f3P9 {
    background: #1c1c1c;
    color: #fff;
    font-size: 2rem;
    padding-top: 1rem;
}
.container_2f3P9 .socialContacts_kPmZ9 a {
    background: #f1f1f1;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 2.4rem;
}
.container_2f3P9 a {
    color: #fff;
}
.container_2f3P9 .copy__C-8w {
    border-top: 1px solid hsla(0, 0%, 100%, 0.6);
}
.container_1vhpE {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-tabs .nav-link {
    background: #eee;
    color: #333;
    border: none;
    margin-top: 5px;
    margin-right: 5px;
    /* border-radius: 10%; */
    font-size: 14px;
    font-weight: 400;
}
.nav-tabs .nav-link:hover {
    background: #1b324b;
    color: #eee;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #1b324b;
    border: none;
}

.contact-card {
    border: 1px solid rgb(221, 216, 216);
    border-radius: 10px;
    box-shadow: 1px 0 20px -5px rgba(0, 0, 0, 0.2);
}

/* css for package details   */

.icon_2L-T6 {
    width: 32px;
    height: 32px;
    font-size: 20px;
    color: #1b324b;
    background: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.btn-primary {
    color: #fff;
    background-color: #1b324b;
    border-color: #1b324b;
    border-radius: 1rem;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1b324b;
    border-color: #1b324b;
    border-radius: 1rem;
    cursor: pointer;
}
.bookContainer_3ZXJ- {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
    background: #f1f1f1;
    font-size: 0.875rem;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.img-cover {
    object-fit: cover;
    width: 200px;
    height: 300px;
}
.btn-outline-primary {
    border-color: #1b324b;
    color: #1b324b;
}
.btn-outline-primary:hover {
    border-color: #1b324b;
    color: #1b324b;
    background-color: lightgray;
}
.font-size {
    font-size: 1.65rem;
}

.scrollable-row {
    display: flex; /* Display items in a row */
    overflow-x: auto; /* Enable horizontal scrolling if content overflows */
    white-space: nowrap; /* Prevent items from wrapping to the next line */
}

.item {
    min-width: 200px; /* Set a minimum width for each item */
    padding: 10px; /* Add padding for better spacing */
    border-radius: 20px;
    margin: 5px; /* Add margin around each item */
}
.join_item {
    min-width: 150px; /* Set a minimum width for each item */
    padding: 7px;
    border: 2px solid #1b324b; /* Add padding for better spacing */
    border-radius: 20px;
    margin: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); /* Blurry box shadow */
}
.date {
    /* border: 1px solid black; */
    margin: 10px;
    margin-left: 0px;
    background-color: #eee;
    border-radius: 10px;
}
.month {
    background-color: #1b324b;
    padding: 10px;
    min-width: 50px;
}

.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline-with-icons .timeline-item {
    position: relative;
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: #1b324b;
    color: #1b324b;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-schedule {
    height: 100px;
    width: 200px;
    border-radius: 1rem;
    background-size: cover;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); Blurry box shadow */
}

@media screen and (max-width: 992px) {
    .icon_2L-T6 {
        width: 64px;
        height: 64px;
        font-size: 40px;
        color: #1b324b;
        background: #e3e3e3;
        border-radius: 50%;
        text-align: center; 
        padding: 2px;
    }
}
.departPara {
    white-space: normal; /* Allow text to wrap as needed */
    overflow: hidden; /* Hide any overflowing content */
    text-overflow: ellipsis; /* Add ellipsis (...) at the end if it overflows */
    max-width: 70%; 
}
.date-item {
    cursor: pointer;
}
.subPackage-item {
    cursor: pointer;
}


/* Apply styles globally */
* {
    box-sizing: border-box;
    /* Include other global styles here */
}

/* Apply custom styles to number inputs */
input[type="number"] {
    position: relative;
    /* Adjust the width as needed */
}

input[type="number"].no-arrow-keys {
    /* Add any additional styling for your number input here */
    width: 100%;
    /* Ensure the input takes up the full width of the container */
}

input[type="number"].no-arrow-keys::-webkit-inner-spin-button,
input[type="number"].no-arrow-keys::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    pointer-events: none;
    /* Disable pointer events */
}

input[type="number"].no-arrow-keys[type="number"] {
    -moz-appearance: textfield;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    .ps-header--2.ps-header--sticky .ps-logo .sticky-logo {
         height: 0px !important; 
    }
}

p {
    color: #000 !important;
    font-weight: 300;
}

