/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.top-header {
    background: #072141;
    padding: 10px 0px;
}
.contact-links a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.icon-button {
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #072141;
}
.icon-button svg {
    height: 16px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 50px;
}
.menu-area {
    background: #ffffff;
    padding: 10px 0px;
}
.main-navigation {
    display: flex;
    gap: 45px;
}
.navigation-item li a {
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
    font-family: "Inter", sans-serif;
    color: #232323;
}
.navigation-item li a:hover {
    color: #384bff;
}
.navigation-dropdown-box {
    background: #ffffff;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    min-width: 170px;
    top: 77px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.navigation-dropdown-box:before {
    position: absolute;
    left: 37px;
    top: -5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #ffffff;
    content: "";
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0;
}
.dropdown-navbar-item li a:hover {
    color: #206cd3;
    padding: 0;
    background: none;
}
.child-navigation-dropdown-box {
    padding: 0;
    min-width: 250px !important;
    border-radius: 0 0 7px 7px;
}
.sub-navigation-item a {
    font-size: 16px !important;
    padding: 7px 21px !important;
    display: block;
}
.child-navigation-item a {
    font-size: 16px !important;
    padding: 7px 21px !important;
}
.dropdown-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fafbfd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.uk-sticky-fixed .small-menu {
    display: none;
}
.search-icon span {
    background: #F5F5F5;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #747474;
}
.inquiry-button-links a {
    padding: 13px 17px;
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
    border-radius: 4px;
    background: #254039;
    color: white;
}
.inquiry-button-links a:hover {
    background: #192e29;
    color: white;
}
.login-links a {
    background: #072042;
    padding: 13px 17px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
}
.login-links a:hover {
    background: #0f4587;
    color: white;
}
.menu-icon-btn {
    background: transparent;
    border: 1px solid #d4dfcd;
    padding: 4px 12px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
    font-family: 'inter';
    font-size: 16px;
}
.menu-icon-btn i {
    font-size: 1.2rem;
    color: #ffffff;
    border-radius: 50%;
    background: #062143;
    width: 32px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    padding: 1px;
}
@media(max-width:768px) {
    .main-logo img {
        height: 26px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "Inter", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #0d72ba;
}
.travel-card {
    background: #ffffff;
    border: 1px solid #F2F2F2;
    transition: transform 0.25s ease, box-shadow 0.3s ease;
}
.travel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 40px -16px rgba(0, 0, 0, 0.12);
    border-color: #e9edf2;
}
.prize-overlay-default {
    background: #072042;
    padding: 8px 20px;
    border-radius: 50px;
    color: white;
    font-size: 13px;
}
.travel-card-border {
    border-bottom: 1px solid #f2f2f2;
}
.view-more-button-links a {
    background: #072042;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    display: inline-block;
}
.view-more-button-links svg {
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    color: #072042;
}
.why-us-section {
    background: #eff8fe;
    padding: 30px 0px;
}
.destination-overlay {
    background: #00000057;
    border-radius: 15px;
}
.news-tag a {
    background: #e3e3e3;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 7px;
    border-radius: 50px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.videos-title-subtitle span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgb(8 33 66 / 38%);
    color: #062346;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.videos-title-subtitle h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 700;
    color: white;
    line-height: 65px;
}
.travel-descreption p {
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.travel-facts h5 {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #072042;
}
.why-us-area h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 7px;
}
.why-us-area p {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
}
.trip-prize-area h6 {
    font-size: 15px;
    font-weight: 500;
    color: #585858;
    margin: 0;
}
.trip-prize-area .trip-prize-real {
    font-size: 23px;
    font-weight: 600;
    color: #072042;
    margin-right: 7px;
}
.trip-prize-area .trip-prize-discount {
    font-weight: 500;
    color: #1e1e1e;
}
.about-us-excerpt p {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.about-us-excerpt a {
    color: #384bff;
    text-decoration: underline;
}
.about-us-excerpt a:hover {
    background: #384bff;
    color: white;
}
.news-byline a {
    font-size: 13px;
    color: #000000;
}
.published-date span {
    font-size: 13px;
    color: #000000;
}
.destination-text h4 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.destination-text h5 {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
@media(max-width:768px) {
    .videos-title-subtitle h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .videos-title-subtitle span {
        margin-bottom: 10px;
        color: #ffffff;
        font-size: 10px;
    }
    .news-byline a {
        font-size: 11px;
    }
    .published-date span {
        font-size: 11px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.inquiry-thumnail img {
    height: 500px;
}
.travel-facts img {
    height: 45px;
}
.why-us-area img {
    height: 70px;
}
.extra-large-height {
    height: 700px !important;
}
.destination-area img {
    border-radius: 15px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.categoty-heading h2 {
    font-size: 30px;
    margin-bottom: 5px;
    color: #072146;
    font-weight: 700;
}
.categoty-heading h2 .yellow {
    color: #f0852a;
}
.categoty-heading .sub-heading {
    display: inline-block;
    margin-bottom: 7px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgb(223 237 255);
    color: #072042;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.categoty-heading .subheading:before {
    position: absolute;
    left: -40px;
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    content: "";
}
.categoty-heading .subheading {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #384bff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 38px;
}
.more-links a {
    font-size: 15px;
    color: #1967d2 !important;
    text-transform: none;
    font-weight: 500;
}
.more-links span {
    background: #e2eaf8;
    border-radius: 50%;
    top: -3px;
    position: relative;
    height: 15px;
    width: 15px;
    padding: 2px;
    color: #1967d2;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #072042;
}
.footer-card:hover {
    border: 1px solid #01468b;
    transition: 1s;
}
.footer-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-heading h1 {
    font-size: 18px;
    margin: 0;
    color: white;
    font-weight: 600;
}
.footer-text p {
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.footer-links>ul>li>a {
    color: white;
    font-size: 14px;
    text-transform: none;
}
.social-media-area h4 {
    color: white;
    font-size: 20px;
    margin: 0;
}
.footer-text p a {
    font-size: 16px;
    color: #f38a31;
}
.social-media-icon {
    background: #FFFFFF12;
    padding: 8px 8px;
    color: white;
    display: inline-block;
}
.footer-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid #003987;
}
.footer-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top: 1px solid #0b3874;
}
.copyright-section {
    background: #002c68;
    padding: 15px 0px;
}
.copyright-content img {
    height: 16px;
}
.copyright-content p {
    color: #d3d3d3;
    margin: auto;
    font-weight: 500;
    font-size: 14px;
}
.back-to-top-buttom {
    background: #ff4e02;
    position: fixed !important;
    bottom: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 88;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #ffffff;
    border-radius: 4px;
}
.back-to-top-buttom:hover {
    background: #1f2033;
    color: white;
}
@media(max-width:768px) {
    .footer-heading span {
        font-size: 18px;
    }
    .footer-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-section {
        padding: 25px 0px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Blog Single Page---
------------------------------------------------------------------------------------------------------------*/
.sub-title-text {
    font-size: 19px;
    font-weight: 500;
    font-style: italic;
}
.single-author img {
    height: 40px;
    width: 40px;
    padding: 2px;
    border: 1px dashed #12aa98;
    margin-right: 8px;
}
.single-author span {
    font-size: 15px;
}
.single-date span {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}
.single-author a {
    font-size: 17px;
    font-weight: 600;
    color: #343434;
}
.share-count span {
    font-size: 25px;
    color: #666666;
    font-family: 'Poppins';
    font-weight: 500;
}
.share-count {
    display: inline-block;
    line-height: 32px;
}
.share-count-title {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    line-height: 1px;
    color: #2a2a2a;
    font-family: 'Poppins';
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #3496d71f;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 387px;
    margin-right: 25px;
    overflow: hidden;
}
blockquote p {
    font-size: 21px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
}
blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
blockquote:after {
    content: "\f10e";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
.single-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.tag-box {
    background: #b0224b1c;
    border: 1px solid #ffcedc;
    border-radius: 9px;
    padding: 15px;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: white;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 12px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Trip Single Page---
------------------------------------------------------------------------------------------------------------*/
.trip-info-area {
    background: white;
    padding: 20px;
    border-radius: 5px;
}
.tri-info-icon img {
    height: 25px;
    width: 25px;
}
.trip-info-text h5 {
    font-size: .8375rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.trip-info-text h6 {
    margin: 0;
    font-size: .9375rem;
    font-weight: 600;
    color: #072042;
}
.tour-title h1 {
    font-size: 2.375rem;
    font-weight: 700;
    color: #072042;
    margin: 0;
}
.single-content p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    color: #181818;
}
.trip-info-icon img {
    height: 30px;
    width: 30px;
}
.tab-button>.uk-active>a {
    background: #072042;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: none !important;
    color: #ffffff;
}
.tab-button>*>:first-child {
    padding: 5px 10px;
    background: 0 0;
    color: #484848;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: none;
}
.tab-button>.uk-active>a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 52px;
    width: 0px;
    height: 39px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    clear: both;
    margin-left: -12.5px;
}
.tab-card {
    padding: 20px 10px 20px 10px;
}
.Itinerary-reset button {
    background: #264039;
    border: none;
    padding: 11px 20px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}
.itinerary-box-area {
    position: relative;
    padding: 17px 30px;
    line-height: 30px;
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    border-radius: 8px;
    border: 1px solid #ecedf2;
}
.itinerary-title {
    font-size: 15px;
    font-weight: 500;
}
.itinerary-title span {
    color: #384bff;
}
.itinerary-content-area {
    border-top: 1px solid #ecedf2;
}
.itinerary-content-area p {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
    color: #141414;
}
.trip-prize-box {
    background: white;
    border-radius: 4px;
    padding: 20px;
}
.trip-prize-details h6 {
    font-size: 17px;
    font-weight: 500;
    color: #363636;
    margin: 0;
}
.trip-prize-details h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin: 0;
    color: #072042;
}
.xxxxxsmall-text {
    font-size: 17px;
    color: #ef852a;
}
.book-trip button {
    position: relative;
    display: inline-block;
    font-family: 'Inter';
    width: 100%;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #072042;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 1px solid #072042;
    border-radius: 4px;
    text-transform: uppercase;
}
.book-trip button:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 #072042;
}
.book-trip button:active {
    transform: scale(0.9);
}
.hidden-show-button {
    background: #072042;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: white;
    border: none;
    border-radius: 3px;
}
.hidden-show-button:hover {
    background: #023e8f;
    color: white;
}
.legend-style legend {
    background: #384bff;
    padding: 0px 12px;
    font-size: 12px;
    color: white;
    border-radius: 7px;
    margin-bottom: 8px;
    border-right: 6px solid #fff;
    border-left: 6px solid #fff;
}
fieldset.legend-style {
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.Itinerary-title-prize h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.Itinerary-title-prize h5 {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}
.Itinerary-checkbox {
    height: 30px;
    width: 30px;
    border-radius: 1px;
}
.uk-notification-message {
    position: relative;
    padding: 6px;
    background: #384bff;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    width: 225px;
}
.uk-notification-close {
    display: inline;
    position: absolute;
    top: 6px;
    right: 9px;
    background: #142aff;
    padding: 4px;
    color: white;
    border-radius: 5px;
}
.uk-notification-close:hover {
    background: #0117e5;
    color: white;
}
.include-exclude-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.include-exclude-title-area h1 {
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}
.include-box h1 {
    color:#16a34a;
}
.exclude-box h1 {
    color:#dc2626;
}
.styled-list ul,
.styled-list ol {
    margin:0;
    padding:0;
    list-style:none;
}
.styled-list li {
    position:relative;
    padding:12px 12px 12px 42px;
    margin-bottom:12px;
    border-radius:10px;
    font-size:15px;
    line-height:1.7;
}
.include-list li {
    background:#f0fdf4;
    color:#166534;
}
.include-list li::before {
    content: "Ã¢Å“â€";
    position: absolute;
    left: 14px;
    top: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.exclude-list li {
    background:#fef2f2;
    color:#991b1b;
}
.exclude-list li::before {
    content: "Ã¢Å“â€“";
    position: absolute;
    left: 14px;
    top: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.overview-text ul,
.overview-text ol{
    margin:20px 0;
    padding:0;
    list-style:none;
}
.overview-text ul li {
    position: relative;
    background: #e6f1ff;
    margin-bottom: 12px;
    padding: 14px 16px 14px 48px;
    border-radius: 12px;
    line-height: 1.8;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}
.overview-text ol li:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(0,0,0,0.08);
}
.overview-text ul li::before {
    content: "Ã¢Å“â€";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #082345;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}
@media(max-width:768px) {
    .include-exclude-wrapper{
        grid-template-columns:1fr;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Trip Book Form Page---
------------------------------------------------------------------------------------------------------------*/
.banner_thumnail img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.heading-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #072042;
}
.heading-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #646464;
}
.input-area {
    background: #f0f5f7;
    border: 1px solid #f0f5f7;
    transition: all .3s ease;
    height: 60px !important;
    border-radius: 8px;
    font-size: 14px;
}
.travel-number-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    background: #f0f5f7;
    height: 60px;
    border-radius: 8px;
}
.travel_minus, .travel_plus {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #dfdfeb;
    border-radius: 50% !important;
    line-height: 28px;
    font-size: 21px;
    color: #818181;
}
.travel_minus:hover, .travel_plus:hover {
    background: #384bff;
    color: #fff;
}
.travel_input {
    text-align: center;
    width: 15px;
    line-height: 30px;
    color: #878787;
    font-weight: 500;
    padding: 0 9px;
    border: none;
    background: #f0f5f7;
    font-size: 13px;
}
.form-label-text {
    color: #0b3c5d;
    font-weight: 500;
}
.text-message-area {
    background: #ebf0f2 !important;
    border-radius: 8px;
}
.procced-button {
    --color: #ffffff;
    padding: 0.8em 1.7em;
    border-radius: .3em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    font-weight: 500;
    font-size: 17px;
    border: 1px solid #072042;
    color: var(--color);
    z-index: 1;
    background: #072042;
    font-family: 'inter';
}
.procced-button::before {
    top: -1em;
    left: -1em;
}
.procced-button::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}
.procced-button::before, .procced-button::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color);
    transition: 1s ease;
}
.procced-button:hover {
    color: rgb(7 32 66);
}
.procced-button:hover::before, .procced-button:hover::after {
    height: 410px;
    width: 410px;
}
.procced-button:active {
    filter: brightness(.8);
}
.radio-input:checked + .radio-tile {
    border-color: #072042;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #072042;
}
.radio-input:checked + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #072042;
    border-color: #072042;
}
.radio-input:checked + .radio-tile .radio-label {
    color: #072042;
}
.radio-input:focus + .radio-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.radio-input:focus + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
}
.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 80px;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}
.radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}
.radio-tile:hover {
    border-color: #072042;
}
.radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}
.radio-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
    font-size: 13px;
}
.radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.heading-text h5 {
    color: #072042;
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}
.trip-order-details .duration-text {
    font-size: 16px;
    color: #ef862c;
    font-weight: 500;
    margin-right: 10px;
}
.trip-order-details .days-text {
    font-size: 16px;
    color: #072042;
    font-weight: 500;
}
.Order-Details-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
}
.Order-trip-price span {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}
.Order-trip-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.highlights-list>ul>li {
    list-style: none;
    position: relative;
    padding-left: 32px;
    min-height: 22px;
}
.highlights-list>ul>li:before {
    color: #0cb6d8;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    content: url(../icon/tick.png);
}
.highlights-list ul {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: -2.25px -5px;
    font-size: .8375rem;
}
.highlights-list ul>li {
    margin: 3px 5px;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 500;
    color: #0a3b5c;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Quick Inquiry---
------------------------------------------------------------------------------------------------------------*/
.quick-form-input {
    background: #f0f5f7;
    border: 1px solid #f0f5f7;
    transition: all .3s ease;
    height: 60px !important;
    border-radius: 8px;
    font-size: 14px;
}
.quick-form-textarea {
    background: #ebf0f2 !important;
    border-radius: 8px;
}
.xxxxxsmall-text h1 {
    font-size: 25px;
    font-weight: 500;
    color: #072042;
    margin: 0;
}
.Quick-Inquiry-Submit-links a {
    background: #072042;
    border-radius: 3px;
    border: 1px solid #072042;
    position: relative;
    color: white;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.Quick-Inquiry-Submit-links a:hover {
    background: white;
    color: #072042;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search-dialog {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #082346;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #082346;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #ef862c;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.not-found-heading-text h2 {
    font-size: 25px;
    font-weight: 600;
    color: #c41616;
    margin: 0;
}
.not-found-heading-text h5 {
    font-size: 20px;
    margin: 0;
    color: #666666;
}
.home-page-button a {
    background: #c41616;
    padding: 6px 12px;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Login Signup Modal---
------------------------------------------------------------------------------------------------------------*/
.login-signup-modal-dialog {
    width: 450px;
    border-radius: 8px;
}
.medium-title-text h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.login-signup-modal-close {
    background: #e2eaf8;
    color: #1967d2;
    padding: 10px;
}
.login-signup-modal-close:hover {
    background: #1967d2;
    color: white;
}
.form-label-text {
    font-size: 15px;
    font-weight: 500;
    color: #565656 !important;
}
.input-area {
    background: #f0f5f7;
    border: 1px solid #f0f5f7;
    transition: all .3s ease;
    height: 60px !important;
    border-radius: 8px;
    font-size: 14px;
}
.forgot-links a {
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
}
.login-button {
    background: #1967d2;
    border-radius: 8px;
    color: white;
    text-transform: none;
}
.login-button:hover {
    background: #0146a6;
}
.social-media-btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    color: inherit;
    font-size: 14px;
    border-radius: 8px;
    background-color: inherit;
    border: 1px solid #fff;
    font-weight: 500;
    padding: 10px 30px;
    color: #1968d3;
    line-height: 25px;
}
.social-media-btn.facebook-btn {
    border-color: #0866ff;
    color: #0866ff;
}
.social-media-btn.facebook-btn:hover {
    background-color: #0866ff;
    color: #fff;
}
.social-media-btn.google-btn {
    border-color: #dc4d28;
    color: #dc4d28;
}
.social-media-btn.google-btn:hover {
    background: #dc4d28;
    color: #fff;
}
.signup-button {
    background: #1967d2;
    border-radius: 8px;
    color: white;
    text-transform: none;
}
.signup-button:hover {
    background: #0146a6;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Offcanvas Menu---
------------------------------------------------------------------------------------------------------------*/
.offcanvas-overlay.active {
    visibility: visible;
    opacity: 1;
}
.offcanvas-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 460px;
    height: 100%;
    background: #ffffff;
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.offcanvas-container.open {
    transform: translateX(0);
}
.offcanvas-header {
    padding: 1.6rem 1.8rem;
    border-bottom: 1px solid #ecf3e7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fefef9;
}
.offcanvas-logo img {
    height: 38px;
}
.close-offcanvas {
    background: #d0e0f3;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    font-size: 1.2rem;
    color: #072140;
}
.close-offcanvas:hover {
    background: #cae2ff;
}
.offcanvas-main-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.offcanvas-main-list > li {
    border-bottom: 1px solid #eef2e9;
}
.offcanvas-main-list > li:last-child {
    border-bottom: none;
}
.offcanvas-parent-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.8rem;
    font-weight: 600;
    font-size: 1rem;
    color: #1f2f22;
    text-decoration: none;
    background: #ffffff;
    transition: background 0.2s;
}
.offcanvas-parent-link span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.offcanvas-parent-link i:first-child {
    width: 24px;
    color: #072140;
}
.toggle-icon {
    font-size: 0.85rem;
    color: #072140;
    transition: transform 0.2s;
}
.offcanvas-parent-link.active-toggle .toggle-icon {
    transform: rotate(90deg);
}
.offcanvas-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.offcanvas-submenu.open {
    max-height: 500px;
    transition: max-height 0.55s ease-in-out;
}
.offcanvas-submenu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.85rem 1.8rem 0.85rem 3.5rem;
    color: #072140;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 450;
    border-left: 3px solid transparent;
    transition: all 0.2s;
}
.offcanvas-submenu li a:hover {
    background: #bedafb;
    border-left-color: #072140;
    color: #245a9b;
    padding-left: 3.2rem;
}
.offcanvas-submenu li a i {
    width: 22px;
    font-size: 0.85rem;
    color: #072140;
}
.external-simple-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 1.8rem;
    font-weight: 500;
    text-decoration: none;
    color: #2a4836;
    border-bottom: 1px solid #ecf3e7;
}
.external-simple-link i {
    width: 26px;
    color: #427a53;
}
.offcanvas-footer {
    padding: 1.5rem 1.8rem;
    border-top: 1px solid #c4dfff;
    background: #f0f7ff;
    font-size: 0.8rem;
    color: #072140;
}
.offcanvas-container::-webkit-scrollbar {
    width: 4px;
}
.offcanvas-container::-webkit-scrollbar-track {
    background: #d9d9d9;
}
.offcanvas-container::-webkit-scrollbar-thumb {
    background: #072140;
    border-radius: 8px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Team Blade---
------------------------------------------------------------------------------------------------------------*/
.team-heading {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}
.team-heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #222439, #3b3f6a);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    margin: 0;
}
.team-card {
    background: #ffffff;
    border-radius: 28px;
    transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.7);
    backdrop-filter: blur(0px);
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(15px);
    animation: cardFadeUp 0.45s forwards;
}
.team-heading::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #ff4e02, #cd3e00);
    border-radius: 4px;
    margin: 1rem auto 0;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(59,130,246,0.1);
    border-color: #cbd5e1;
}
.team-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 100%; 
    overflow: hidden;
    background: #eef2ff;
    border-radius: 24px 24px 20px 20px;
    margin: 0 !important;
}
.team-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
    filter: brightness(1.0) contrast(1.02);
}
.team-card:hover .team-thumbnail img {
    transform: scale(1.05);
    filter: brightness(1.02) contrast(1.04);
}
.position {
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #ff4e02;
    background: #ff4e021f;
    display: inline-block;
    padding: 0.2rem 0.9rem;
    border-radius: 40px;
    margin: 0 auto 0.25rem;
    width: fit-content;
    font-family: 'Inter';
}
.contacts {
    font-size: 0.85rem;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    background: #f8fafc;
    border-radius: 60px;
    transition: background 0.2s;
    word-break: break-all;
    padding: 8px;
}
.contacts i {
    color: #ff530a;
}
.contacts span {
    font-size: 0.8rem;
    font-weight: 400;
}
.team-details h5 {
    text-decoration: none;
    color: #606060;
    transition: color 0.2s;
    font-size: 19px;
    font-family: 'Inter';
}
.team-details h5:hover {
    color: #2563eb;
}
.team-details {
    padding: 1.5rem 1.25rem 1.8rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
 .team-details .email-icon {
    font-family: monospace;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: -0.2px;
}
@media (max-width: 960px) {
    .small-section {
        padding: 3rem 1rem;
    }
    .team-heading h2 {
        font-size: 2rem;
    }
}
@keyframes cardFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}