body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Ubuntu", serif
}

ul {
    list-style: none
}

a {
    color: var(--darkcolor);
    display: inline-block;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
    padding: 0;
    margin: 0
}

.owl-nav {
    margin: 0px !important
}

marquee {
    height: 100%;
    align-content: center
}

:root {
    --primarycolor: #f47e20;
    --secondarycolor: #005B9B;
    --bgcolor: #f8f9fa;
    --lightcolor: #fff;
    --darkcolor: #000;
    --textcolor: #3F3F3F
}

.custom-style {
    display: inline-block;
    width: 100%;
    padding: 34px 0
}

.comman-title-box {
    margin-bottom: 50px
}

.custom-title-box {
    margin-bottom: 38px
}

.comman-title {
    color: var(--darkcolor);
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 8px;
    position: relative
}

.comman-title span {
    color: var(--secondarycolor)
}

.comman-title::after {
    content: '';
    width: 110px;
    height: 5px;
    background-color: var(--primarycolor);
    position: absolute;
    left: 0;
    bottom: -13px
}

.comman-btn-box {
    margin-top: 5px
}

.comman-btn {
    color: #fff;
    background-color: var(--primarycolor);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 44px;
    border-radius: 4px;
    white-space: nowrap;
    border: none;
    outline: none;
    transition: all 0.5s ease-in-out
}

.comman-btn:hover {
    background-color: var(--secondarycolor)
}

.custom-head-spacing {
    margin-bottom: 41px
}

.packages-panel:nth-child(even) {
    background-color: var(--bgcolor)
}

.packages-slider .owl-stage-outer {
    padding: 3px
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primarycolor) !important;
    background-color: var(--lightcolor) !important;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    position: absolute;
    top: 39%;
    z-index: 1
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    font-size: 15px
}

.owl-carousel .owl-nav .owl-prev {
    left: -22px
}

.owl-carousel .owl-nav .owl-next {
    right: -22px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--secondarycolor)
}

.destination-pkg-slider .owl-stage-outer {
    border-radius: 15px
}

.premium-rudraksha-slider .owl-stage-outer {
    border-radius: 15px
}

.pagination {
    margin-top: 32px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.pagination .page-item {
    list-style: none
}

.pagination .page-link {
    color: var(--darkcolor);
    font-weight: 500;
    min-width: 46px;
    height: 46px;
    padding: 0 16px;
    border-radius: 14px;
    margin: 0;
    font-size: 15px;
    line-height: 1;
    border: 1px solid #dbe5f3;
    background-color: var(--lightcolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 24px rgb(15 39 76 / .08);
    text-decoration: none;
    transition: all 0.25s ease-in-out
}

.pagination .page-link i {
    font-size: 13px
}

.pagination .page-link:focus {
    box-shadow: none;
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor)
}

.pagination .page-item.active .page-link,
.pagination .page-link.current,
.pagination .page-link[aria-current="page"] {
    color: #fff;
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor)
}

.pagination .page-link:hover,
.pagination .page-link:active {
    color: #fff;
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor);
    transform: translateY(-1px)
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 14px
}

.blog-pagination .page-link.prev,
.blog-pagination .page-link.next {
    min-width: 120px
}

.accordion-button {
    background-color: transparent !important;
    border: none
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button::after {
    content: "+";
    background-image: none !important;
    color: var(--primarycolor);
    font-size: 24px;
    display: flex;
    align-items: center
}

.accordion-button:not(.collapsed) {
    box-shadow: none
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    color: var(--secondarycolor);
    font-size: 38px;
    transform: rotate(0deg)
}

.accordion-button:not(.collapsed) span {
    background-color: var(--secondarycolor)
}

.load-btn-box {
    margin-top: 20px;
    text-align: center
}

.floating-cta-bar {
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    background: rgb(255 255 255 / .97);
    border: 1px solid #dce8ff;
    border-radius: 999px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 100;
    box-shadow: 0 14px 30px rgb(14 37 74 / .2)
}

.floating-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    color: var(--lightcolor);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease
}

.floating-cta i {
    font-size: 13px
}

.floating-cta-call {
    background: var(--secondarycolor);
    padding: 10px 14px
}

.floating-cta-call small {
    font-size: 11px;
    opacity: .9
}

.floating-cta-enquiry {
    background: var(--primarycolor);
    padding: 10px 14px
}

.floating-cta:hover {
    color: var(--lightcolor);
    transform: translateY(-1px)
}

.whatsapp {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 99;
    animation: blink 0.5s linear infinite alternate
}

.whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 16px;
    text-align: center;
    align-content: center;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    animation: bounce 1s linear infinite alternate;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    transition: all 0.5s ease-in-out
}

.scroll-btn:hover {
    background-color: var(--secondarycolor)
}

.header .nav-header {
    padding: 12px 10px;
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
    display: none
}

#DownloadAccess-form .wpcf7-response-output {
    display: none !important
}

.swal2-container {
    z-index: 10000000000001 !important;
    position: fixed !important
}

body.menu-open {
    overflow: hidden
}

body.menu-open .header {
    z-index: 10000000001
}

body.menu-open::after {
    content: none
}

body.menu-open .header .navbar-collapse {
    background-color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    backdrop-filter: none !important
}

body.menu-open .floating-cta-bar,
body.menu-open .whatsapp,
body.menu-open .scroll-btn {
    opacity: 0;
    pointer-events: none
}

.error-page-panel,
.empty-state-panel {
    background: radial-gradient(circle at top right, rgb(23 110 183 / .08), transparent 42%), linear-gradient(180deg, #f8fbff 0%, #f4f7fc 100%)
}

.error-page-card,
.empty-state-card {
    max-width: 880px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #dfe9fa;
    border-radius: 22px;
    padding: 44px 36px;
    text-align: center;
    box-shadow: 0 20px 45px rgb(16 44 84 / .08)
}

.error-code {
    display: inline-block;
    color: var(--primarycolor);
    background: rgb(244 124 32 / .12);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .08em;
    border-radius: 999px;
    padding: 8px 24px;
    margin-bottom: 12px
}

.error-page-card h1,
.empty-state-title {
    color: var(--secondarycolor);
    font-size: 37px;
    line-height: 1.25;
    margin-bottom: 12px
}

.error-page-card p,
.empty-state-text {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px
}

.empty-state-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f5a97;
    background-color: #ecf5ff;
    border: 1px solid #d6e8fc;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 7px 16px;
    margin-bottom: 14px
}

.error-search-box,
.empty-state-search {
    max-width: 590px;
    margin: 0 auto 24px
}

.error-search-box .search-form,
.empty-state-search .search-form {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px
}

.error-search-box .search-form label,
.empty-state-search .search-form label {
    display: none
}

.error-search-box .search-field,
.empty-state-search .search-field {
    width: 100%;
    height: 48px;
    border-radius: 999px;
    border: 1px solid #c4daf7;
    outline: none;
    padding: 0 18px;
    font-size: 15px
}

.error-search-box .search-submit,
.empty-state-search .search-submit {
    height: 48px;
    border: none;
    border-radius: 999px;
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 24px;
    transition: all 0.35s ease
}

.error-search-box .search-submit:hover,
.empty-state-search .search-submit:hover {
    background-color: var(--primarycolor)
}

.error-action-links,
.empty-state-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.error-outline-btn,
.empty-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 6px;
    border: 1px solid var(--secondarycolor);
    color: var(--secondarycolor);
    background-color: #fff0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 9px 20px;
    transition: all 0.35s ease
}

.error-outline-btn:hover,
.empty-outline-btn:hover {
    color: var(--lightcolor);
    background-color: var(--secondarycolor)
}

.empty-admin-link {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 0
}

.empty-admin-link a {
    text-decoration: underline
}

.nav-header .xmark-icon {
    width: 23px;
    height: 23px;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out
}

.nav-header .xmark-icon:hover {
    transform: rotate(-90deg)
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background-color: var(--lightcolor)
}

::-webkit-scrollbar-thumb {
    background-color: var(--primarycolor);
    border-radius: 10px
}

.header {
    width: 100%;
    display: inline-block;
    background-color: var(--lightcolor);
    position: sticky;
    top: 0%;
    left: 0%;
    z-index: 999999999;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%)
}

.header .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.header .top-header i {
    font-size: 14px;
    margin-right: 5px
}

.header .logo {
    width: 157px;
    object-fit: contain
}

.header input {
    width: 100%;
    border-radius: 30px;
    outline: none;
    border: 1px solid var(--secondarycolor);
    padding: 9px 44px 9px 17px;
    height: 42px;
    background-color: var(--lightcolor);
    box-shadow: unset
}

.header input::placeholder {
    color: var(--textcolor);
    font-size: 14px
}

.header .search-form {
    width: 340px;
    position: relative;
    isolation: isolate
}

.header .search-form .search-submit {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    background: #fff0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.25s ease-in-out
}

.header form i {
    color: var(--secondarycolor);
    margin: 0;
    background-color: #fff0
}

.header .search-form:focus-within input {
    border-color: #8eb7dc;
    box-shadow: 0 0 0 4px rgb(0 91 155 / .09)
}

.header .search-form:focus-within .search-submit {
    width: 36px;
    height: 36px;
    right: 5px;
    color: var(--lightcolor);
    background: linear-gradient(135deg, var(--secondarycolor) 0%, #1d7dc7 100%)
}

.header .search-form:focus-within .search-submit i {
    color: var(--lightcolor)
}

.header .search-form .search-submit i {
    font-size: 23px;
    line-height: 1;
    transition: color 0.25s ease-in-out
}

.header .quick-link {
    display: flex;
    align-items: center
}

.header .quick-link ul {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.header .quick-link ul a {
    margin-left: 17px;
    font-size: 15px;
    color: var(--secondarycolor);
    font-weight: 500;
    text-transform: capitalize;
    position: relative
}

.header .quick-link ul a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    transition: all 0.5s ease-in-out;
    background-color: var(--primarycolor)
}

.header .quick-link a:hover::after {
    width: 100%
}

.header .live-search-results {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(580px, calc(100vw - 28px));
    background: linear-gradient(180deg, rgb(255 255 255 / .995) 0%, rgb(247 250 255 / .985) 100%);
    border: 1px solid rgb(184 205 231 / .9);
    border-radius: 24px;
    box-shadow: 0 26px 60px rgb(8 30 66 / .18);
    backdrop-filter: blur(18px);
    padding: 0;
    z-index: 1000;
    display: none;
    max-height: min(78vh, 560px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain
}

.header .live-search-results.is-open {
    display: block
}

.header .live-search-panel {
    padding: 14px
}

.header .live-search-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 4px 4px 14px
}

.header .live-search-head-copy {
    min-width: 0
}

.header .live-search-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgb(244 126 32 / .12);
    color: var(--primarycolor);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.header .live-search-head-copy strong {
    display: block;
    color: var(--darkcolor);
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 4px
}

.header .live-search-head-copy small {
    display: block;
    color: #5e6776;
    font-size: 13px;
    line-height: 1.5
}

.header .live-search-total {
    min-width: 88px;
    padding: 10px 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(0 91 155 / .08) 0%, rgb(244 126 32 / .12) 100%);
    border: 1px solid rgb(0 91 155 / .08);
    text-align: center;
    flex-shrink: 0
}

.header .live-search-total strong,
.header .live-search-total small {
    display: block
}

.header .live-search-total strong {
    color: var(--secondarycolor);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.header .live-search-total small {
    color: #5e6776;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .08em
}

.header .live-search-group {
    margin-bottom: 12px;
    border: 1px solid #e5edf8;
    border-radius: 20px;
    background: rgb(255 255 255 / .94);
    box-shadow: 0 14px 30px rgb(15 39 76 / .05);
    overflow: hidden
}

.header .live-search-group:last-of-type {
    margin-bottom: 0
}

.header .live-search-group-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px 10px;
    background: linear-gradient(180deg, rgb(243 247 254 / .8) 0%, #fff0 100%);
    border-bottom: 1px solid #edf2fa
}

.header .live-search-group-title {
    color: var(--secondarycolor);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.header .live-search-group-count {
    padding: 5px 10px;
    border-radius: 999px;
    background: #edf3fb;
    color: var(--secondarycolor);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2
}

.header .live-search-list {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: grid;
    gap: 10px
}

.header .live-search-list li {
    margin: 0;
    display: block;
    width: 100%
}

.header .live-search-link {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 13px 14px;
    color: var(--darkcolor);
    text-decoration: none;
    border-radius: 18px;
    border: 1px solid #fff0;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease
}

.header .live-search-link:hover {
    background: linear-gradient(135deg, #f7fbff 0%, #eef5ff 100%);
    border-color: #d7e6f8;
    box-shadow: 0 12px 28px rgb(15 39 76 / .08);
    transform: translateY(-1px)
}

.header .live-search-package-link {
    justify-content: flex-start;
    align-items: center
}

.header .live-search-image {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f2f7ff 0%, #eaf2ff 100%);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgb(19 72 129 / .08), 0 10px 24px rgb(15 39 76 / .07)
}

.header .live-search-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header .live-search-image-placeholder i {
    color: #5f7db0;
    font-size: 20px
}

.header .live-search-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
    min-width: 0
}

.header .live-search-content strong {
    font-size: 15px;
    line-height: 1.45;
    color: var(--darkcolor);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.header .live-search-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.header .live-search-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eff4fb;
    color: var(--secondarycolor);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.header .live-search-content small {
    color: #606978;
    font-size: 12px;
    line-height: 1.45
}

.header .live-search-arrow {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #f1f6fd;
    color: var(--secondarycolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    transition: all 0.25s ease-in-out
}

.header .live-search-link:hover .live-search-arrow {
    background: var(--secondarycolor);
    color: var(--lightcolor);
    transform: translateX(2px)
}

.header .live-search-state {
    padding: 24px 18px;
    font-size: 13px;
    color: var(--textcolor);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.header .live-search-state-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(0 91 155 / .09) 0%, rgb(244 126 32 / .14) 100%);
    color: var(--secondarycolor);
    font-size: 20px
}

.header .live-search-state strong {
    color: var(--darkcolor);
    font-size: 16px;
    line-height: 1.35
}

.header .live-search-state span:last-child {
    color: #606978;
    line-height: 1.55;
    max-width: 320px
}

.header .live-search-footer {
    position: sticky;
    bottom: 0;
    padding: 14px;
    margin: 14px -14px -14px;
    background: linear-gradient(180deg, rgb(247 250 255 / .55) 0%, rgb(255 255 255 / .96) 24%);
    border-top: 1px solid #e5edf8;
    backdrop-filter: blur(12px)
}

.header .live-search-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 18px;
    color: var(--lightcolor);
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primarycolor) 0%, #ff9f48 100%);
    box-shadow: 0 18px 30px rgb(244 126 32 / .2);
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease
}

.header .live-search-view-all:hover {
    color: var(--lightcolor);
    filter: brightness(.98);
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgb(244 126 32 / .24)
}

.header .contact-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    transition: all 0.5s ease-in-out;
    margin-left: 10px
}

.header .contact-btn i {
    color: var(--lightcolor);
    font-size: 15px;
    margin: 0;
    animation: blink 1s ease-in-out infinite alternate
}

.header .contact-btn:hover {
    background-color: var(--secondarycolor)
}

.header .navbar-brand {
    display: none
}

.header .header-bottom {
    background-color: var(--secondarycolor)
}

.header .nav-item {
    margin: 0 12px
}

.header .nav-link {
    color: var(--lightcolor);
    font-size: 16px;
    padding: 8px 0px !important;
    display: flex;
    align-items: baseline;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out
}

.header .nav-link::after {
    display: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--lightcolor)
}

.header .down-arrow {
    font-size: 12px;
    margin-left: 3px
}

.header .nav-item {
    position: static
}

.header .nav-bottom {
    display: none
}

.header .mega-menu {
    padding: 18px 10px;
    width: 39%;
    z-index: 99;
    border: 0;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

.header .mega-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 28px;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-bottom: 10px solid #fff
}

.dropdown-menu[data-bs-popper] {
    left: unset !important;
    margin-top: -7px
}

.header h4 {
    color: var(--darkcolor);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 12px
}

.header h4 span {
    color: var(--secondarycolor)
}

.header .mega-menu ul {
    columns: 2
}

.header .mega-menu li {
    margin-bottom: 6px
}

.header .mega-menu a {
    color: var(--darkcolor);
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out
}

.header .mega-menu a:hover {
    color: var(--secondarycolor);
    transform: translateX(4px)
}

.header .view-all-btn {
    color: var(--secondarycolor) !important
}

.hero-panel {
    width: 100%;
    display: block
}

.hero-slider.owl-carousel {
    display: block;
    min-height: 645px
}

.hero-slider.owl-carousel:not(.owl-loaded) .item:not(:first-child) {
    display: none
}

.hero-panel .hero-slides {
    width: 100%;
    height: 645px;
    text-align: center;
    align-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.hero-panel .hero-slides::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .6);
    z-index: -1
}

.hero-panel span {
    display: inline-block;
    color: var(--lightcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px
}

.hero-panel h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.hero-panel p {
    color: var(--lightcolor);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px
}

.hero-panel .comman-btn {
    font-size: 15px;
    width: 165px;
    text-align: center;
    padding: 9px 5px;
    margin-right: 5px
}

.hero-panel .custom-slide h2 {
    margin-bottom: 26px
}

.destination-pkg-slides {
    color: var(--lightcolor);
    width: 100%;
    height: 500px;
    border-radius: 15px;
    position: relative;
    overflow: hidden
}

.destination-pkg-slider.owl-carousel {
    display: block;
    min-height: 500px
}

.destination-pkg-slider.owl-carousel:not(.owl-loaded) .item:not(:first-child) {
    display: none
}

.destination-panel .destination-pkg-slides {
    height: 532px
}

.destination-panel .destination-pkg-slider.owl-carousel {
    min-height: 532px
}

.destination-panel .col-md-7,
.destination-panel .col-md-5 {
    display: flex;
    flex-direction: column
}

.destination-pkg-slider .owl-stage-outer {
    border-radius: 15px
}

.destination-pkg-slides figure {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.destination-pkg-slides figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit
}

.destination-pkg-slides .destination-details {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    z-index: 1
}

.destination-pkg-slides span {
    display: inline-block;
    width: fit-content;
    color: var(--primarycolor);
    background-color: var(--lightcolor);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px 6px;
    border-radius: 4px;
    margin-bottom: 35px
}

.destination-pkg-slides h3 {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.destination-pkg-slides p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.destination-pkg-slides a {
    width: fit-content;
    margin-top: auto
}

.destination-panel .img-box {
    width: 100%;
    border-radius: 15px
}

.destination-panel .img-box a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
    overflow: hidden
}

.destination-panel .img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit
}

.destination-panel .small-img-box {
    height: 148px
}

.destination-panel .mid-img-box {
    height: 200px
}

.destination-panel .large-img-box {
    height: 216px
}

.destination-panel figcaption {
    position: relative;
    z-index: 1;
    color: var(--lightcolor);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px;
    margin-top: -38px
}

.view-btn {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 9px;
    line-height: 20px
}

.hover-slides::after,
.hover-slides::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgb(0 0 0 / .5);
    transition: all 0.5s ease-in-out
}

.hover-slides::before {
    left: -100%;
    background: linear-gradient(rgb(0 91 155 / 25%) 30%, rgb(244 126 32 / 63%))
}

.hover-slides:hover::before {
    left: 0%
}

.weekend-panel {
    background-color: var(--bgcolor)
}

.weekend-panel .destination-pkg-slides {
    height: 400px
}

.weekend-panel .destination-pkg-slider.owl-carousel {
    min-height: 400px
}

.packages-slider.owl-carousel,
.discover-slider.owl-carousel,
.brand-associations-slider.owl-carousel {
    display: block
}

.packages-slider.owl-carousel:not(.owl-loaded) .item:not(:first-child),
.discover-slider.owl-carousel:not(.owl-loaded) .item:not(:first-child),
.brand-associations-slider.owl-carousel:not(.owl-loaded) .item:not(:first-child) {
    display: none
}

.packages-box {
    border-radius: 15px;
    padding-bottom: 2px;
    box-shadow: rgb(0 0 0 / .02) 0 1px 3px 0, rgb(27 31 35 / .15) 0 0 0 1px
}

.packages-box a {
    display: block
}

.packages-box figure {
    width: 100%;
    height: 243px;
    border-radius: 15px 15px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.packages-box figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit
}

.packages-box figure::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(rgb(0 91 155 / 25%) 30%, rgb(244 126 32 / 63%));
    transition: all 0.5s ease-in-out
}

.packages-box:hover figure::before {
    transform: translateY(0%)
}

.packages-box .package-details {
    padding: 10px
}

.packages-box figcaption {
    width: 100%;
    color: var(--lightcolor);
    background-color: rgb(0 117 148 / .6);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.packages-box h3 {
    color: var(--darkcolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 21px;
    margin-top: 2px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.packages-box span {
    color: var(--primarycolor);
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize
}

.packages-box del {
    color: #a7a7a7;
    font-size: 15px;
    font-weight: 500;
    margin-left: 6px
}

.bottom-box {
    padding: 10px;
    border-radius: inherit;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.bottom-box a {
    width: auto;
    height: auto;
    border-radius: 4px;
    transition: all 0.5s ease-in-out
}

.bottom-box .contact-btn {
    color: var(--primarycolor);
    font-size: 13px;
    text-align: center;
    padding: 9px 14px;
    border: 1px solid var(--primarycolor);
    margin-right: 7px
}

.bottom-box .comman-btn {
    padding: 8px;
    text-align: center;
    flex-grow: 1
}

.bottom-box a:hover {
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor)
}

.travelers-say-panel {
    background-color: var(--bgcolor)
}

.travelers-say-panel.bg-color {
    background-color: #fff0
}

.travelers-say-panel .traveler-reviews-box {
    width: 100%;
    height: 420px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 16px 35px rgb(0 0 0 / .14)
}

.travelers-say-panel .traveler-reviews-box video {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #000;
    object-fit: contain;
    object-position: center center
}

.travelers-say-panel .travelers-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--lightcolor);
    background-color: rgb(0 0 0 / .5);
    text-transform: capitalize;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(8px)
}

.travelers-say-panel .travelers-bottom span {
    font-size: 16px;
    font-weight: 500;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.travelers-say-panel .play-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    flex-shrink: 0;
    cursor: pointer
}

.travelers-say-panel .play-btn:hover {
    background-color: var(--secondarycolor)
}

.travelers-say-panel .play-btn:focus-visible {
    outline: 2px solid var(--lightcolor);
    outline-offset: 2px
}

.discover-panel a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 23px 40px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #55555538;
    overflow: hidden;
    transition: all 0.5s ease-in-out
}

.discover-panel .discover-slides img {
    height: 53px;
    object-fit: contain;
    margin-bottom: 15px
}

.discover-panel h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2px
}

.discover-panel .discover-slides span {
    color: #979797;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.discover-panel a:hover {
    color: var(--lightcolor);
    background-color: var(--secondarycolor)
}

.discover-panel a:hover span {
    color: var(--lightcolor);
    transition: all 0.5s ease-in-out
}

.brand-associations-panel figure {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center
}

.brand-associations-panel img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100px;
    object-fit: contain
}

.frame-panel {
    background-color: var(--bgcolor)
}

.frame-panel .frame-slider {
    padding-bottom: 100px
}

.frame-panel .frame-slide-box {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.frame-panel figure {
    width: 209px;
    height: 260px;
    border-radius: 15px;
    margin: 0 auto 18px;
    overflow: hidden
}

.frame-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.5s ease-in-out
}

.frame-panel h3 {
    color: var(--secondarycolor);
    font-size: 18px;
    text-transform: capitalize
}

.frame-panel .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid var(--darkcolor);
    background-color: #fff0
}

.frame-panel .swiper-pagination-bullet-active {
    background-color: var(--secondarycolor);
    border-color: #fff0
}

.frame-panel .frame-slide-box:hover img {
    transform: scale(1.1)
}

.blog-panel {
    background-color: var(--bgcolor)
}

.blog-box {
    border-radius: 15px 15px 0 0;
    box-shadow: rgb(17 17 26 / 10%) 0 1px 0, rgb(17 17 26 / 10%) 0 8px 24px, rgb(17 17 26 / 10%) 0 16px 48px
}

.blog-box a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.blog-box figure {
    width: 100%;
    height: 230px;
    border-radius: inherit;
    position: relative;
    overflow: hidden
}

.blog-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.6s ease-in-out
}

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

.blog-box span {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    padding: 8px 12px 6px;
    position: absolute;
    left: 6px;
    bottom: 6px
}

.blog-box i {
    margin-right: 4px
}

.blog-box .details-box {
    padding: 20px 20px 29px;
    background-color: var(--lightcolor)
}

.blog-box .details-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.blog-box .details-box li {
    color: #6c6c6c;
    font-size: 15px;
    font-weight: 500;
    margin-right: 12px
}

.blog-box .details-box i {
    color: var(--primarycolor);
    margin-right: 3px
}

.blog-box h3 {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease-in-out
}

.blog-box h3:hover {
    color: var(--secondarycolor)
}

.blog-list-panel .blog-box {
    margin-bottom: 24px
}

.footer {
    width: 100%;
    display: block;
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    padding: 42px 0 24px;
    position: relative
}

.footer .container {
    position: relative
}

.footer a {
    color: rgb(255 255 255 / .76)
}

.footer h3 {
    color: var(--lightcolor);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px
}

.footer p {
    color: rgb(255 255 255 / .72);
    font-size: 14px;
    line-height: 1.8
}

.footer-seo-tabs {
    padding-bottom: 32px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgb(255 255 255 / .12)
}

.footer-seo-desktop {
    display: block
}

.footer-seo-mobile {
    display: none
}

.footer-seo-tabs .nav-tabs {
    border: none;
    gap: 10px;
    margin-bottom: 0;
    flex-wrap: wrap
}

.footer-seo-tabs .nav-tabs .nav-item {
    margin: 0
}

.footer-seo-tabs .nav-link {
    color: rgb(255 255 255 / .65) !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0;
    padding: 0 0 14px !important;
    margin-right: 28px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease
}

.footer-seo-tabs .nav-link:hover,
.footer-seo-tabs .nav-link.active {
    color: var(--lightcolor) !important;
    border-bottom-color: var(--lightcolor) !important
}

.footer-seo-tabs .tab-content {
    padding-top: 22px
}

.footer-seo-tabs .seo-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px
}

.footer-seo-tabs .seo-links-grid a {
    color: rgb(255 255 255 / .72);
    font-size: 15px;
    line-height: 1.4;
    transition: all 0.25s ease
}

.footer-seo-tabs .seo-links-grid a:hover {
    color: var(--lightcolor);
    transform: translateX(3px)
}

.footer-seo-accordion {
    padding-bottom: 32px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgb(255 255 255 / .12)
}

.footer-seo-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / .12);
    background: #fff0
}

.footer-seo-accordion .accordion-item:first-child {
    border-top: 1px solid rgb(255 255 255 / .12)
}

.footer-seo-accordion .accordion-item:last-child {
    border-bottom: none
}

.footer-seo-accordion .accordion-button {
    padding: 18px 0;
    color: var(--lightcolor);
    font-size: 19px;
    font-weight: 600;
    background: transparent !important
}

.footer-seo-accordion .accordion-button::after,
.footer-seo-accordion .accordion-button:not(.collapsed)::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(255 255 255 / .92);
    font-size: 14px;
    transform: rotate(0deg)
}

.footer-seo-accordion .accordion-button:not(.collapsed) {
    color: var(--lightcolor)
}

.footer-seo-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg)
}

.footer-seo-accordion .accordion-body {
    padding: 0 0 18px
}

.footer-seo-accordion .seo-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px
}

.footer-seo-accordion .seo-links-grid a {
    color: rgb(255 255 255 / .72);
    font-size: 14px;
    line-height: 1.45
}

.footer-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / .12)
}

.footer-column {
    min-width: 0
}

.footer-summary {
    margin-bottom: 16px;
    color: #fff
}

.footer-link-list,
.footer-contact-list,
.footer-social-list {
    margin: 0;
    padding: 0
}

.footer-link-list li,
.footer-contact-list li,
.footer-social-list li {
    margin-bottom: 11px
}

.footer-link-list a,
.footer-contact-list a,
.footer-social-list a {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    transition: all 0.25s ease
}

.footer-link-list a:hover,
.footer-contact-list a:hover,
.footer-social-list a:hover {
    color: var(--lightcolor);
    transform: translateX(3px)
}

.footer-contact-list a i,
.footer-social-list a i {
    width: 18px;
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
    color: rgb(255 255 255 / .88)
}

.footer-contact-list a span,
.footer-social-list a span {
    flex: 1
}

.footer-contact-list a {
    text-transform: none
}

.footer-brand-row {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.footer-brand img {
    width: 168px;
    object-fit: contain
}

.footer-brand-row p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: right
}

.banner-panel {
    width: 100%;
    display: block;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.banner-panel::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgb(0 0 0 / .6);
    z-index: -1
}

.banner-panel .banner-content {
    text-align: center
}

.banner-panel h1 {
    color: var(--lightcolor);
    font-size: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 9px
}

.banner-panel .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-panel li {
    color: var(--lightcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.banner-panel .breadcrumbs a {
    color: var(--lightcolor);
    transition: all 0.5s ease-in-out
}

.banner-panel .breadcrumbs a:hover {
    color: var(--primarycolor)
}

.banner-panel .breadcrumbs i {
    font-size: 11px;
    margin: 0 10px 0 6px
}

.banner-panel .btn-box {
    margin-top: 21px
}

.banner-panel .comman-btn {
    padding: 9px 17px
}

.banner-panel .comman-btn i {
    margin-left: 5px
}

.banner-panel .share-btn {
    color: var(--lightcolor);
    font-size: 18px;
    margin-left: 8px;
    animation: blink 2s linear infinite alternate
}

.banner-panel .share-btn i:hover {
    transition: all 0.5s ease-in-out;
    color: var(--secondarycolor)
}

.our-mission-panel {
    background-color: var(--bgcolor)
}

.our-mission-panel p {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 12px
}

.our-mission-panel p:last-child {
    margin-bottom: 0
}

.our-mission-panel .first-img-box {
    width: 440px;
    height: 240px;
    border-radius: 8px;
    margin: auto;
    margin-bottom: -29px;
    position: relative;
    z-index: 2
}

.our-mission-panel .comman-img-box {
    width: 100%;
    height: 240px;
    border-radius: 8px
}

.our-mission-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.presence-panel .presence-card {
    text-align: center;
    padding: 20px 15px;
    box-shadow: rgb(17 17 26 / 10%) 0 1px 0, rgb(17 17 26 / 10%) 0 8px 24px, rgb(17 17 26 / 10%) 0 16px 48px;
    border-radius: 15px
}

.presence-panel img {
    width: 100%;
    height: 53px;
    object-fit: contain;
    margin-bottom: 15px
}

.presence-panel h3 {
    color: var(--secondarycolor);
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px
}

.presence-panel p {
    color: #3f3f3fe0;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.fraud-alert-panel .alert-box {
    border: 1px solid #97979742;
    padding: 20px;
    border-radius: 15px
}

.fraud-alert-panel h2 {
    color: var(--darkcolor);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px
}

.fraud-alert-panel .message-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fraud-alert-panel p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 24px;
    width: 85%;
    -webkit-line-clamp: 25;
    line-clamp: 25;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.fraud-alert-panel p a {
    color: var(--primarycolor);
    font-weight: 500;
    transition: all 0.5s ease-in-out
}

.fraud-alert-panel p a:hover {
    color: var(--secondarycolor)
}

.fraud-alert-panel .comman-btn {
    padding: 9px 30px
}

.destination-list-panel .comman-title-box {
    margin-bottom: 32px
}

.destination-list-panel .comman-title-box p {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    margin-top: 31px
}

.destination-list-panel .inner-list-box {
    width: 100%;
    height: 370px;
    border-radius: 15px;
    margin-bottom: 24px;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px
}

.destination-list-panel .inner-list-box a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
    overflow: hidden
}

.destination-list-panel .inner-list-box a::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 91 155 / 25%) 30%, rgb(244 126 32 / 63%));
    transform: scale(1, 0);
    transition: transform 0.5s ease-in-out;
    transform-origin: bottom center
}

.destination-list-panel .inner-list-box a:hover::before {
    transform: scale(1, 1);
    transform-origin: top center
}

.destination-list-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.destination-list-panel .bottom-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    background-color: rgb(0 0 0 / .6);
    border-radius: 0 0 15px 15px
}

.destination-list-panel .bottom-box span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

.destination-list-panel span i {
    margin-right: 3px;
    animation: blink 1s linear infinite alternate
}

.inner-trip-box a {
    display: block;
    width: 100%;
    height: 100%
}

.inner-trip-box figure {
    width: 100%;
    height: 204px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px
}

.inner-trip-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 5px
}

.inner-trip-box .tag-box {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.inner-trip-box .tag-box span {
    display: block;
    color: var(--lightcolor);
    background-color: rgb(0 0 0 / .6);
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2px;
    border-radius: 4px;
    padding: 1px 5px
}

.inner-trip-box .tag-box i {
    font-size: 11px;
    margin-right: 2px
}

.inner-trip-box p {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    padding-left: 7px
}

.inner-trip-box strong {
    color: var(--primarycolor);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out
}

.inner-trip-box:hover strong {
    color: var(--secondarycolor)
}

.trip-slider .owl-nav .owl-prev,
.trip-slider .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    top: 31%
}

.trip-slider .owl-nav .owl-prev {
    left: -21px
}

.trip-slider .owl-nav .owl-next {
    right: -21px
}

.must-visit-panel {
    background-color: var(--bgcolor)
}

.destination-about-panel p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 24px
}

.callback-panel .info-box {
    width: 100%;
    background-image: url(../images/banner-img3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.callback-panel .info-box::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .6);
    z-index: -1
}

.callback-panel h2 {
    color: var(--lightcolor);
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.callback-panel p {
    color: var(--lightcolor);
    font-size: 16px;
    margin-bottom: 28px
}

.faq-panel {
    background-color: var(--bgcolor)
}

.faq-panel .accordion-item {
    margin-bottom: 18px;
    border: 1px solid #97979742 !important;
    border-radius: 4px
}

.faq-panel .accordion-item:last-child {
    margin-bottom: 0
}

.faq-panel .accordion-body {
    border-top: 1px solid #97979742
}

.faq-panel .accordion-button {
    color: var(--darkcolor);
    font-size: 17px;
    text-transform: capitalize
}

.faq-panel p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 22px
}

.faq-panel .accordion-button {
    padding: 0;
    padding-right: 20px
}

.faq-panel .accordion-button span {
    display: inline-block;
    background-color: var(--primarycolor);
    padding: 14px;
    width: 53px;
    color: var(--lightcolor);
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    border-radius: 3px 0 0 3px;
    text-align: center
}

.faq-panel .load-btn-box {
    margin-top: 29px
}

.tour-packages-panel .packages-box {
    margin-bottom: 24px
}

.tour-packages-panel .packages-details {
    padding: 12px
}

.tour-packages-panel figure {
    height: 205px
}

.view-packages-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 12px;
    opacity: 0;
    transition: all 0.5s ease-in-out
}

.tour-packages-panel h3 {
    color: var(--secondarycolor);
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px
}

.tour-packages-panel .duration-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.tour-packages-panel .duration {
    color: #979797;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

.tour-packages-panel .duration i {
    font-size: 13px
}

.tour-packages-panel .price {
    font-size: 19px;
    font-weight: 600
}

.tour-packages-panel .package-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px
}

.tour-packages-panel .package-features a {
    color: var(--darkcolor);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center
}

.tour-packages-panel .package-features i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 5px;
    transition: all 0.5s ease-in-out
}

.tour-packages-panel .bottom-box {
    padding: 0
}

.tour-packages-panel .package-features a:hover i {
    transform: scale(1.1);
    background-color: var(--secondarycolor)
}

.tour-packages-panel .packages-box:hover .view-packages-btn {
    opacity: 1;
    margin-top: 0
}

.package-details-panel .img-slider {
    margin-bottom: 24px
}

.package-details-panel .img-slider figure {
    width: 100%;
    height: 420px;
    border-radius: 15px
}

.package-details-panel figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.package-details-panel figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.package-details-panel .img-box {
    height: 202px;
    border-radius: 15px
}

.package-details-panel h2 {
    color: var(--secondarycolor);
    font-size: 27px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 38px;
    letter-spacing: -1px;
    margin-bottom: 26px
}

.package-details-panel .list {
    display: flex;
    margin-bottom: 36px
}

.package-details-panel .list li {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    padding: 11px 13px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.package-details-panel .list i {
    font-size: 26px;
    margin-right: 13px
}

.package-details-panel .list span {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize
}

.package-details-panel .list p {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize
}

.package-details-panel .navbar {
    background: rgb(255 255 255 / .95);
    border: 1px solid #dbe7f5;
    border-radius: 18px;
    padding: 12px;
    margin-bottom: 30px;
    position: sticky;
    top: 120px;
    left: 0;
    z-index: 9999;
    box-shadow: 0 18px 35px rgb(13 47 86 / .08);
    backdrop-filter: blur(12px)
}

.package-details-panel .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap
}

.package-details-panel .nav-link {
    color: #4f6478;
    background-color: #fff0;
    border: 1px solid #fff0;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 999px;
    padding: 11px 18px;
    transition: all 0.25s ease-in-out
}

.package-details-panel .nav-link:hover {
    color: var(--secondarycolor);
    background-color: #eef6ff;
    border-color: #d7e8fb
}

.package-details-panel .nav-link.active,
.package-details-panel .nav-link:active {
    color: var(--lightcolor);
    background: linear-gradient(135deg, #005b9b 0%, #0a6db8 100%);
    border-color: #fff0
}

.package-details-panel .package-scroll-section {
    scroll-margin-top: 220px
}

.package-details-panel .inner-box {
    width: 100%;
    padding: 26px;
    margin-bottom: 30px;
    border: 1px solid #e3edf7;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 16px 35px rgb(100 100 111 / .12)
}

.package-details-panel h3 {
    color: var(--darkcolor);
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 38px
}

.package-details-panel .inner-box h5 {
    display: inline-block;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 26px
}

.package-details-panel .inner-box p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px
}

.package-details-panel .inner-box p:last-child {
    margin-bottom: 0
}

.package-details-panel .inner-box ul li {
    color: var(--textcolor);
    font-size: 15px;
    margin-bottom: 10px
}

.package-details-panel .inner-box ul li:last-child {
    margin-bottom: 0
}

.package-details-panel .inner-box ul img {
    height: 15px;
    object-fit: contain;
    margin-right: 3px
}

.package-feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px
}

.package-feature-list ul li {
    position: relative;
    color: #29465e;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0px !important;
    padding: 14px 16px 14px 58px;
    border-radius: 16px;
    border: 1px solid #deebf7;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
    box-shadow: 0 10px 24px rgb(13 47 86 / .06)
}

.package-feature-list ul li::before {
    position: absolute;
    top: 14px;
    left: 16px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 8px 18px rgb(0 0 0 / .08)
}

.package-feature-list--inclusions ul li {
    border-color: #d8efe4;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%)
}

.package-feature-list--inclusions ul li::before {
    content: "\f00c";
    background: linear-gradient(135deg, #18a46c 0%, #37c889 100%)
}

.package-feature-list--exclusions ul li {
    border-color: #f3dddd;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f7 100%)
}

.package-feature-list--exclusions ul li::before {
    content: "\f00d";
    background: linear-gradient(135deg, #e35a5a 0%, #ff7b7b 100%)
}

.package-feature-list p {
    color: #4e6477;
    font-size: 15px;
    line-height: 1.75
}

.package-feature-list p:not(:last-child) {
    margin-bottom: 12px
}

.package-details-panel .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #dce8f6;
    background: linear-gradient(180deg, #f9fbfe 0%, #f2f7fc 100%);
    border-radius: 18px
}

.package-details-panel .accordion h2 {
    margin: 0
}

.package-details-panel .accordion-button {
    border-radius: 18px !important;
    color: var(--darkcolor);
    font-size: 18px;
    text-transform: capitalize;
    padding: 14px 16px
}

.package-details-panel .accordion-button span {
    display: inline-block;
    color: var(--lightcolor);
    background: linear-gradient(135deg, #f47e20 0%, #ff9c4d 100%);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    border-radius: 999px;
    padding: 6px 19px;
    margin-right: 15px
}

.package-details-panel .accordion-body {
    padding: 0 18px 18px
}

.package-details-panel .accordion-body p {
    line-height: 23px;
    margin-bottom: 13px
}

.package-details-panel .comman-box ul {
    list-style: disc;
    padding-left: 17px
}

.package-details-panel .comman-box ul li {
    font-size: 14px;
    margin-bottom: 5px
}

.package-details-panel .comman-box ul li::marker {
    color: var(--primarycolor);
    font-size: 17px
}

.download-btn-box {
    text-align: center;
    margin-top: 34px
}

.download-btn-box i {
    margin-left: 6px
}

.package-download-cta {
    margin-top: 8px
}

.package-download-cta__card {
    text-align: center;
    border: 1px solid #dbe7f5;
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgb(244 126 32 / .14), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 38px rgb(13 47 86 / .09);
    padding: 28px 24px
}

.package-download-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--secondarycolor);
    background-color: rgb(0 91 155 / .08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 8px 14px;
    margin-bottom: 16px
}

.package-download-cta__title {
    color: var(--secondarycolor);
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 10px
}

.package-download-cta__text {
    max-width: 720px;
    color: #5f7182;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 auto 22px
}

.package-download-cta .comman-btn {
    min-width: 240px
}

.package-details-panel .notice-box strong {
    color: var(--primarycolor);
    text-transform: capitalize;
    font-size: 16px
}

.package-details-panel .inner-box h4 {
    display: inline-block;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 15px
}

.package-details-panel .info-box strong {
    display: block;
    color: var(--secondarycolor);
    font-size: 15px;
    text-transform: capitalize
}

.package-details-panel .info-box ul:not(:last-child) {
    margin-bottom: 14px
}

.package-details-panel .info-box ul li {
    margin-bottom: 2px
}

.package-details-panel .text-spacing {
    margin-top: 12px
}

#package-enquiry {
    scroll-margin-top: 160px
}

.side-widgets {
    width: 100%;
    height: auto;
    display: grid;
    gap: 24px;
    position: sticky;
    top: 120px;
    left: 0
}

.side-widgets .inner-widgets {
    padding: 24px;
    margin-bottom: 0;
    border: 1px solid #e3edf7;
    border-radius: 22px;
    background-color: #fff;
    box-shadow: 0 16px 35px rgb(100 100 111 / .12)
}

.side-widgets .package-price-card__label {
    display: inline-block;
    color: #617487;
    background-color: #eff7ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 14px
}

.side-widgets .package-price-card__amount {
    color: var(--primarycolor);
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 10px
}

.side-widgets .package-price-card__amount sub {
    color: #4f6478;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle
}

.package-price-card__caption {
    color: #5f7182;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px
}

.package-form-card {
    position: relative
}

.package-form-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--secondarycolor);
    background: rgb(0 91 155 / .08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 8px 12px;
    margin-bottom: 14px
}

.package-form-card__title {
    color: var(--secondarycolor);
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px
}

.package-form-card__text {
    color: #5f7182;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px
}

.package-form-shell form {
    display: grid;
    gap: 14px;
    margin: 0
}

.package-form-shell p,
.package-form-shell .input-box,
.package-form-shell .row {
    margin: 0
}

.package-form-shell .row {
    row-gap: 14px
}

.package-form-shell .row>[class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

.package-form-shell .wpcf7-form-control-wrap,
.package-form-shell label {
    display: block;
    width: 100%
}

.package-form-shell input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.package-form-shell select,
.package-form-shell textarea {
    width: 100% !important;
    min-height: 58px;
    color: #17324d;
    background-color: #f8fbff;
    border: 1px solid #d7e3f0;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: inset 0 1px 2px rgb(13 47 86 / .04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease
}

.package-form-shell textarea {
    min-height: 150px;
    resize: vertical
}

.package-form-shell input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.package-form-shell select:focus,
.package-form-shell textarea:focus {
    outline: none;
    border-color: rgb(0 91 155 / .45);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgb(0 91 155 / .08)
}

.package-form-shell input::placeholder,
.package-form-shell textarea::placeholder,
.package-form-shell select {
    color: #72859a
}

.package-form-shell input[type="submit"],
.package-form-shell button,
.package-form-shell .wpcf7-submit {
    width: 100%;
    min-height: 56px;
    color: #fff;
    background: linear-gradient(135deg, #f47e20 0%, #ff8b34 100%);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .01em;
    border: none;
    border-radius: 16px;
    padding: 14px 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease
}

.package-form-shell input[type="submit"]:hover,
.package-form-shell button:hover,
.package-form-shell .wpcf7-submit:hover {
    background: linear-gradient(135deg, #005b9b 0%, #0c6db3 100%);
    box-shadow: 0 16px 25px rgb(0 91 155 / .18);
    transform: translateY(-1px)
}

.package-form-shell .wpcf7-spinner {
    margin: 0 auto
}

.package-form-shell .wpcf7-not-valid-tip {
    color: #d13e33;
    font-size: 13px;
    margin-top: 6px
}

.package-form-shell .wpcf7-response-output {
    margin: 0;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px
}

.side-widgets .comman-btn {
    width: 100%;
    text-align: center
}

#DownloadAccess-form .modal-dialog {
    max-width: 760px
}

#DownloadAccess-form .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgb(10 34 62 / .22)
}

#DownloadAccess-form .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 28px 20px;
    border-bottom: 0;
    background: linear-gradient(135deg, #005b9b 0%, #0b6db5 100%)
}

.download-modal-badge {
    display: inline-block;
    color: #fff;
    background: rgb(255 255 255 / .16);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 12px
}

#DownloadAccess-form .modal-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin: 0
}

#DownloadAccess-form .btn-close {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgb(255 255 255 / .16);
    border: 0;
    border-radius: 50%;
    opacity: 1;
    padding: 0
}

#DownloadAccess-form .btn-close:focus {
    box-shadow: none
}

#DownloadAccess-form .btn-close i {
    font-size: 17px
}

#DownloadAccess-form .modal-body {
    padding: 26px 28px 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%)
}

.download-modal-intro {
    background: linear-gradient(135deg, rgb(0 91 155 / .06) 0%, rgb(244 126 32 / .08) 100%);
    border: 1px solid #dce9f7;
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 18px
}

.download-modal-intro strong {
    display: block;
    color: #0d3f6d;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 6px
}

.download-modal-intro p {
    color: #5f7182;
    font-size: 14px;
    line-height: 1.7;
    margin: 0
}

.home-faq-panel .faq-panel-intro {
    max-width: 720px;
    color: #5f7182;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 24px
}

.tour-Banner {
    width: 100%;
    height: 643px;
    overflow: hidden
}

.tour-Banner video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.story-panel .inner-content-box {
    height: 401px;
    overflow: hidden
}

.add-height {
    height: auto !important
}

.story-panel .comman-title {
    margin-bottom: 30px
}

.story-panel h6 {
    color: var(--textcolor);
    font-size: 17px;
    margin-bottom: 21px
}

.story-panel p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px
}

.story-panel h3 {
    color: var(--darkcolor);
    font-size: 23px;
    margin: 29px 0 12px
}

.story-panel ul li {
    color: var(--textcolor);
    font-size: 14px;
    margin-bottom: 12px
}

.story-panel li strong {
    font-size: 15px;
    color: var(--secondarycolor);
    margin-right: 3px
}

.story-panel figure {
    width: 100%;
    height: 425px;
    border-radius: 15px;
    position: sticky;
    top: 120px;
    left: 0%
}

.story-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.story-panel .readmore-btn {
    width: 100%;
    color: var(--primarycolor);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

.story-panel .readmore-btn i {
    font-size: 12px;
    animation: move 1s linear infinite alternate
}

.story-panel .enquiry-btn-box {
    margin-top: 50px;
    text-align: center
}

.corporate-package-finder {
    background: radial-gradient(circle at top left, rgb(0 91 155 / .08), transparent 38%), linear-gradient(180deg, #ffffff 0%, #f6fbff 100%)
}

.corporate-package-finder__title-box p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 1.7;
    margin-top: 14px;
    max-width: 620px
}

.corporate-package-finder__eyebrow,
.corporate-results-card__eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--secondarycolor);
    background-color: rgb(244 126 32 / .12);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 14px
}

.corporate-package-finder__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px
}

.corporate-package-finder__stat {
    background-color: var(--lightcolor);
    border: 1px solid #dbe8f1;
    border-radius: 18px;
    box-shadow: rgb(15 48 76 / .08) 0 18px 45px -28px;
    padding: 20px 16px;
    text-align: center
}

.corporate-package-finder__stat strong {
    display: block;
    color: var(--secondarycolor);
    font-size: 31px;
    line-height: 1;
    margin-bottom: 6px
}

.corporate-package-finder__stat span {
    color: var(--textcolor);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em
}

.corporate-package-finder__shell {
    margin-top: 30px
}

.corporate-filter-card {
    position: sticky;
    top: 120px;
    background-color: var(--lightcolor);
    border: 1px solid #dbe8f1;
    border-radius: 24px;
    box-shadow: rgb(10 44 72 / .12) 0 24px 55px -35px;
    padding: 24px
}

.corporate-filter-card__header {
    margin-bottom: 20px
}

.corporate-filter-card__header h3 {
    color: var(--darkcolor);
    font-size: 24px;
    margin-bottom: 8px
}

.corporate-filter-card__header p {
    color: var(--textcolor);
    font-size: 14px;
    line-height: 1.7
}

.corporate-filter-form {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.corporate-filter-group label,
.corporate-filter-group__label {
    display: block;
    color: var(--darkcolor);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 9px
}

.corporate-filter-form .form-control,
.corporate-filter-form .form-select {
    min-height: 52px;
    border: 1px solid #cfe0eb;
    border-radius: 14px;
    box-shadow: none;
    padding: 12px 16px
}

.corporate-filter-form .form-control:focus,
.corporate-filter-form .form-select:focus {
    border-color: rgb(0 91 155 / .45);
    box-shadow: 0 0 0 4px rgb(0 91 155 / .08)
}

.corporate-filter-checklist {
    display: grid;
    gap: 10px
}

.corporate-filter-check {
    display: flex;
    align-items: center;
    gap: 11px;
    background-color: #f7fbfe;
    border: 1px solid #d9e7ef;
    border-radius: 14px;
    color: var(--darkcolor);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 14px;
    transition: all 0.3s ease-in-out
}

.corporate-filter-check:hover {
    border-color: rgb(0 91 155 / .32);
    transform: translateY(-1px)
}

.corporate-filter-check input {
    width: 16px;
    height: 16px;
    accent-color: var(--secondarycolor);
    margin: 0
}

.corporate-filter-card__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 4px
}

.corporate-filter-card__actions .comman-btn {
    flex: 1;
    text-align: center
}

.corporate-filter-card__reset {
    color: var(--secondarycolor);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize
}

.corporate-filter-card__reset:hover {
    color: var(--primarycolor)
}

.corporate-results-card {
    background-color: var(--lightcolor);
    border: 1px solid #dbe8f1;
    border-radius: 24px;
    box-shadow: rgb(10 44 72 / .12) 0 24px 55px -35px;
    padding: 28px
}

.corporate-results-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px
}

.corporate-results-card__top h3 {
    color: var(--darkcolor);
    font-size: 28px;
    margin: 12px 0 6px
}

.corporate-results-card__top p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 1.7
}

.corporate-active-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px
}

.corporate-active-filters span {
    display: inline-flex;
    align-items: center;
    color: var(--secondarycolor);
    background-color: #eef7ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px
}

.corporate-package-card {
    border: 1px solid #e8eff4;
    box-shadow: rgb(8 36 64 / .08) 0 18px 45px -32px;
    overflow: hidden;
    margin-bottom: 24px
}

.corporate-package-card figure {
    height: 232px
}

.corporate-package-card .view-packages-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
    z-index: 3
}

.corporate-package-card:hover .view-packages-btn {
    opacity: 1;
    margin-top: 0
}

.corporate-package-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    color: var(--lightcolor);
    background-color: rgb(0 91 155 / .9);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 13px
}

.corporate-package-card__content {
    padding: 18px !important
}

.corporate-package-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px
}

.corporate-package-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #566471;
    background-color: #f5f9fc;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px
}

.corporate-package-card__meta i,
.corporate-package-card__date i {
    color: var(--primarycolor)
}

.corporate-package-card h3 {
    color: var(--secondarycolor);
    font-size: 17px;
    line-height: 24px;
    height: auto;
    min-height: 48px;
    margin-bottom: 14px
}

.corporate-package-card__date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--darkcolor);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.corporate-package-card__services {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px
}

.corporate-package-card__services span {
    color: #975414;
    background-color: #fff3e6;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 7px 11px
}

.corporate-package-card__footer {
    align-items: flex-end;
    margin-bottom: 12px
}

.corporate-package-card__footer .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 700
}

.corporate-package-card__footer .price span {
    color: #7a8895;
    font-size: 14px
}

.corporate-package-card__footer del {
    color: #a0aab2;
    font-size: 14px;
    font-weight: 600
}

.corporate-package-card .bottom-box {
    padding: 0;
    margin-top: auto
}

.corporate-filter-pagination {
    margin-top: 6px
}

.corporate-filter-pagination .page-item {
    margin: 0 4px
}

.corporate-filter-pagination .page-link {
    border-radius: 10px;
    min-width: 42px;
    text-align: center;
    border: 1px solid #d6e3ec
}

.corporate-filter-pagination .page-link.current,
.corporate-filter-pagination .page-link:hover {
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor)
}

.corporate-results-empty {
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
    border: 1px dashed #d1dee8;
    border-radius: 22px;
    text-align: center;
    padding: 46px 28px
}

.corporate-results-empty h4 {
    color: var(--darkcolor);
    font-size: 28px;
    margin-bottom: 10px
}

.corporate-results-empty p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 1.8;
    max-width: 560px;
    margin: 0 auto
}

.corporate-results-empty__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px
}

.comman-btn--outline {
    color: var(--secondarycolor);
    background-color: #fff0;
    border: 1px solid var(--secondarycolor)
}

.comman-btn--outline:hover {
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor)
}

@media (max-width:991px) {
    .corporate-package-finder__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .corporate-filter-card {
        position: static
    }

    .corporate-results-card__top {
        flex-direction: column
    }

    .corporate-active-filters {
        justify-content: flex-start
    }
}

@media (max-width:767px) {
    .corporate-package-finder__stats {
        grid-template-columns: 1fr
    }

    .corporate-filter-card,
    .corporate-results-card {
        border-radius: 18px;
        padding: 20px
    }

    .corporate-filter-card__actions,
    .corporate-results-empty__actions {
        flex-direction: column
    }

    .corporate-package-card figure {
        height: 210px
    }
}

@media (max-width:575px) {

    .corporate-package-finder__title-box p,
    .corporate-results-card__top p,
    .corporate-results-empty p {
        font-size: 14px
    }

    .corporate-results-card__top h3,
    .corporate-results-empty h4 {
        font-size: 24px
    }

    .corporate-package-card__meta,
    .corporate-package-card__services {
        gap: 7px
    }

    .corporate-package-card__meta span {
        font-size: 12px
    }
}

.zone-panel {
    background-color: var(--bgcolor)
}

.similar-box {
    background-color: var(--lightcolor);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: rgb(0 0 0 / .02) 0 1px 3px 0, rgb(27 31 35 / .15) 0 0 0 1px;
    margin-bottom: 24px
}

.similar-box img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 14px
}

.similar-box h3 {
    color: var(--darkcolor);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 11px
}

.similar-box p {
    color: #3f3f3fe0;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.whyus-panel .similar-box {
    text-align: left;
    background-color: #f8fbfd;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

.whyus-panel .top-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.whyus-panel img {
    height: 47px;
    margin-right: 12px;
    margin-bottom: 0
}

.whyus-panel h3 {
    margin-bottom: 0
}

.whyus-panel p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 59px
}

.corporate-journey {
    background-color: var(--bgcolor)
}

.corporate-journey .corporate-slide {
    border: 1px solid #97979752;
    padding: 4px;
    border-radius: 15px
}

.corporate-journey .media-box {
    width: 100%;
    height: 320px;
    border-radius: 11px 11px 0 0
}

.corporate-journey .media-box iframe {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.corporate-journey .collapse-toggle {
    padding: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.corporate-journey .collapse-toggle::after {
    content: "\f078";
    color: var(--primarycolor);
    font-size: 15px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 9%;
    right: 2%
}

.corporate-journey .collapse-toggle:not(.collapsed)::after {
    transform: rotate(180deg)
}

.corporate-journey h3 {
    color: var(--darkcolor);
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 12px
}

.corporate-journey p {
    color: var(--textcolor);
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.corporate-journey .loc-list {
    margin-top: 18px;
    display: flex
}

.corporate-journey .loc-list li {
    display: flex;
    align-items: center;
    border: 1px solid #0000008c;
    border-radius: 4px;
    color: var(--darkcolor);
    padding: 5px 11px;
    margin-right: 10px
}

.corporate-journey li i {
    color: var(--primarycolor);
    font-size: 19px;
    margin-right: 12px
}

.corporate-journey li span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500
}

.corporate-journey h6 {
    color: var(--textcolor);
    font-size: 13px;
    text-transform: capitalize
}

.corporate-journey .journey-details {
    padding: 15px;
    height: 250px;
    overflow-y: auto
}

.corporate-journey .journey-details h4 {
    color: var(--secondarycolor);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 8px
}

.corporate-journey .journey-details strong {
    display: block;
    font-size: 14px;
    margin-bottom: 12px
}

.corporate-journey .journey-details p {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    height: auto
}

.corporate-journey .journey-details p:last-child {
    margin-bottom: 0
}

.enquiry-panel .image-box {
    height: 100%;
    align-content: center
}

.enquiry-panel figure {
    width: 100%;
    height: 600px;
    overflow: hidden
}

.enquiry-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: rotate 50s linear infinite
}

.enquiry-panel .form-box {
    padding: 25px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

.enquiry-panel h3 {
    color: var(--darkcolor);
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px
}

.way-panel {
    background-color: var(--bgcolor)
}

.way-panel .similar-box p {
    height: 60px
}

.htspice-panel {
    background-color: var(--bgcolor)
}

.htspice-panel .item {
    padding: 2px
}

.htspice-panel .htspice-slide {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: rgb(0 0 0 / .02) 0 1px 3px 0, rgb(27 31 35 / .15) 0 0 0 1px
}

.htspice-panel figure {
    width: 63px;
    height: 63px;
    align-content: center;
    border-radius: 50%;
    background-color: var(--primarycolor);
    position: relative;
    border: 2px dashed var(--lightcolor);
    margin: 0 auto 17px
}

.htspice-panel img {
    height: 40px;
    object-fit: contain
}

.htspice-panel h3 {
    color: var(--darkcolor);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 7px
}

.htspice-panel p {
    color: #3f3f3fe0;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 59px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.memories-panel figure {
    width: 100%;
    height: 450px;
    border-radius: 15px
}

.memories-panel .small-box {
    height: 217px;
    margin-bottom: 16px
}

.memories-panel a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
    overflow: hidden
}

.memories-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.memories-panel .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgb(0 91 155 / 25%) 30%, rgb(244 126 32 / 63%));
    border-radius: inherit;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: scale(0);
    transition: all 0.5s ease-in-out
}

.memories-panel i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    font-size: 15px
}

.memories-panel a:hover .overlay {
    transform: scale(1)
}

.explore-india-slider .packages-box h3 {
    font-size: 16px;
    margin-bottom: 6px;
    height: 23px
}

.explore-india-slider .packages-box p {
    font-size: 14px
}

.explore-india-slider .packages-box span {
    display: inline-block;
    font-size: 15px;
    height: 39px
}

.why-travel-panel .similar-box {
    margin-bottom: 0
}

.why-travel-panel h3 {
    margin-bottom: 8px
}

.why-travel-panel .similar-box p {
    height: 57px
}

.upcoming-panel .filter-widgets {
    background-color: var(--lightcolor);
    padding: 20px 0;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    position: sticky;
    top: 120px;
    left: 0
}

.upcoming-panel .filter-header span {
    color: var(--textcolor);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    display: none
}

.upcoming-panel h4 {
    color: var(--darkcolor);
    font-size: 20px;
    text-transform: capitalize;
    padding: 0 31px 12px
}

.upcoming-panel .filter-box {
    max-height: calc(100vh - 240px);
    height: auto;
    overflow-y: auto
}

.upcoming-panel .input-box {
    padding: 14px 20px;
    border-top: 1px solid #6c6c6c4d
}

.upcoming-panel .filter-box {
    padding: 0 10px
}

.upcoming-panel .filter-widgets p {
    color: var(--darkcolor);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.upcoming-panel .upcoming-results-header {
    margin-bottom: 18px
}

.upcoming-panel .upcoming-results-header p {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0
}

.upcoming-panel .dropend {
    margin-bottom: 14px
}

.upcoming-panel .dropend:last-child {
    margin-bottom: 0
}

.upcoming-panel .dropdown-toggle::after {
    display: none
}

.upcoming-panel .dropdown-toggle {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.upcoming-panel .dropdown-toggle i {
    font-size: 13px
}

.upcoming-panel .dropdown-toggle :last-child {
    margin-bottom: 0
}

.upcoming-panel .destination {
    padding: 15px;
    position: absolute;
    left: -134px !important
}

.upcoming-panel .destination li {
    margin-bottom: 10px
}

.upcoming-panel .input-box {
    margin-bottom: 0
}

.upcoming-panel label {
    display: inline-block;
    color: #3F3F3F;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 3px;
    cursor: pointer;
    transition: all 0.5s ease-in-out
}

.upcoming-panel label:hover {
    color: var(--secondarycolor)
}

.upcoming-panel input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: var(--primarycolor);
    vertical-align: middle;
    cursor: pointer
}

.upcoming-panel .range-label {
    color: #3F3F3F;
    font-size: 14px;
    display: flex;
    justify-content: space-between
}

.upcoming-panel .upcoming-date-filter-box {
    background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%)
}

.upcoming-panel .upcoming-date-windows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.upcoming-panel .upcoming-date-window {
    display: block;
    margin: 0;
    position: relative
}

.upcoming-panel .upcoming-date-window input,
.upcoming-panel .upcoming-month-chip input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.upcoming-panel .upcoming-date-window span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: var(--darkcolor);
    background-color: #f4f8fb;
    border: 1px solid #d7e2eb;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 10px 12px;
    transition: all 0.3s ease-in-out
}

.upcoming-panel .upcoming-date-window input:checked+span {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
    box-shadow: 0 12px 22px -18px rgb(0 91 155 / .8)
}

.upcoming-panel .upcoming-date-divider {
    position: relative;
    text-align: center;
    margin: 18px 0
}

.upcoming-panel .upcoming-date-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: #dfe8ef
}

.upcoming-panel .upcoming-date-divider span {
    color: #64717d;
    background-color: var(--lightcolor);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    z-index: 1
}

.upcoming-panel .upcoming-date-input {
    min-height: 50px;
    border: 1px solid #d7e2eb;
    border-radius: 14px;
    box-shadow: none;
    padding: 12px 15px
}

.upcoming-panel .upcoming-date-input:focus {
    border-color: rgb(0 91 155 / .45);
    box-shadow: 0 0 0 4px rgb(0 91 155 / .08)
}

.upcoming-panel .upcoming-month-section {
    margin-top: 18px
}

.upcoming-panel .upcoming-filter-subtitle {
    display: block;
    color: var(--darkcolor);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 12px
}

.upcoming-panel .upcoming-month-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.upcoming-panel .upcoming-month-chip {
    display: inline-flex;
    margin: 0;
    position: relative
}

.upcoming-panel .upcoming-month-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4d5b68;
    background-color: #fff7ef;
    border: 1px solid #f0d7bc;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    padding: 9px 14px;
    transition: all 0.3s ease-in-out
}

.upcoming-panel .upcoming-month-chip input:checked+span {
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    border-color: var(--secondarycolor);
    box-shadow: 0 12px 22px -18px rgb(244 126 32 / .9)
}

.upcoming-panel .upcoming-filter-note {
    color: #6d7c8a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    text-transform: none;
    margin: 16px 0 0
}

.upcoming-panel .month-list li {
    margin-bottom: 8px
}

.upcoming-panel .month-list label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 4px
}

.upcoming-panel .btn-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 32px 0
}

.upcoming-panel .clear-btn {
    color: var(--primarycolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: #fff0;
    padding: 0;
    margin-right: 10px
}

.upcoming-panel .comman-btn {
    padding: 8px;
    flex-grow: 1;
    text-align: center
}

.upcoming-panel h3 {
    color: var(--darkcolor);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 18px
}

.upcoming-panel .trips-box {
    width: 100%;
    height: 164px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 24px
}

.upcoming-panel figure {
    width: 150px;
    height: 100%;
    border-radius: 15px 0 0 15px
}

.upcoming-panel figure a {
    display: block;
    width: 100%;
    height: 100%
}

.upcoming-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px
}

.upcoming-panel .trips-details {
    width: 68%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #3f3f3f3d;
    border-left: 0;
    border-radius: 0 15px 15px 0
}

.upcoming-panel h5 {
    color: var(--darkcolor);
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    transition: all 0.5s ease-in-out
}

.upcoming-panel h5:hover {
    color: var(--secondarycolor)
}

.upcoming-panel p {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px
}

.upcoming-panel p i {
    font-size: 12px;
    margin-right: 1px
}

.upcoming-panel .departure-date {
    color: var(--secondarycolor);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px
}

.upcoming-panel .trips-box span {
    color: var(--primarycolor);
    font-size: 15px;
    font-weight: 600
}

.upcoming-panel .trips-box del {
    color: var(--textcolor);
    margin-left: 6px
}

.upcoming-panel .bottom-box {
    padding: 0;
    margin-top: auto
}

.upcoming-panel .book-btn {
    padding: 8px 12px
}

.bottom-box .contact-btn {
    font-size: 12px;
    padding: 9px 12px;
    margin-right: 7px
}

.upcoming-panel .filter-title {
    pointer-events: none
}

.upcoming-panel .filter-title i {
    color: var(--primarycolor);
    font-size: 13px;
    margin-left: 2px;
    vertical-align: middle
}

.filter-inr-widgets.collapse {
    width: 100%;
    display: inline-block
}

.blog-wrap-panel .blog-details {
    padding: 20px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    border-radius: 15px 15px 0 0
}

.blog-wrap-panel .blog-img {
    width: 100%;
    height: 400px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 24px
}

.blog-wrap-panel .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.blog-wrap-panel h2 {
    color: var(--darkcolor);
    font-size: 25px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 13px
}

.blog-wrap-panel h2 a {
    color: var(--darkcolor);
    transition: all 0.5s ease-in-out
}

.blog-wrap-panel h2 a:hover {
    color: var(--secondarycolor)
}

.blog-wrap-panel h3 {
    color: var(--darkcolor);
    font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 12px
}

.blog-wrap-panel h5 {
    color: #005B9B;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0 9px
}

.blog-wrap-panel .title {
    margin-top: 24px
}

.blog-wrap-panel p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px
}

.blog-wrap-panel .sub-title {
    font-weight: 500;
    margin-bottom: 15px
}

.blog-wrap-panel .point-list {
    list-style: square;
    padding-left: 17px;
    margin-bottom: 20px
}

.blog-wrap-panel .point-list li::marker {
    color: var(--primarycolor)
}

.blog-wrap-panel .point-list li {
    color: var(--textcolor);
    font-size: 15px;
    margin-bottom: 14px
}

.blog-wrap-panel .point-list li:last-child {
    margin-bottom: 0
}

.blog-wrap-panel strong a {
    color: var(--primarycolor);
    transition: all 0.5s ease-in-out
}

.blog-wrap-panel .blog-details a:hover {
    color: var(--secondarycolor)
}

.blog-wrap-panel .notice-box {
    border-radius: 15px;
    padding: 15px;
    background-color: #efefef;
    margin-top: 24px
}

.blog-wrap-panel .notice-box p {
    margin-bottom: 0;
    font-weight: 500;
    font-style: italic
}

.blog-wrap-panel .img-box {
    display: flex;
    margin: 34px 0
}

.blog-wrap-panel .img-box figure {
    width: 50%;
    height: 280px;
    border-radius: 15px
}

.blog-wrap-panel .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.blog-wrap-panel .img-box figure:first-child {
    margin-right: 24px
}

.blog-wrap-panel .tags-share-box {
    border-top: 1px solid #97979742;
    margin: 32px 0 5px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blog-wrap-panel .tags-share-box strong {
    color: var(--secondarycolor);
    font-size: 17px;
    text-transform: capitalize;
    margin-right: 4px
}

.blog-wrap-panel .tags a {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 17px;
    border-radius: 10px 0 10px 0;
    margin-right: 4px;
    transition: all 0.5s ease-in-out
}

.blog-wrap-panel .social-ico a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 14px;
    text-align: center;
    align-content: center;
    margin-right: 4px
}

.blog-wrap-panel .tags-share-box a:hover {
    color: var(--lightcolor);
    background-color: var(--secondarycolor)
}

.blog-wrap-panel .post-box {
    padding: 25px;
    border-radius: 15px 0 15px 0;
    border: 1px solid #97979742;
    margin-bottom: 24px
}

.blog-wrap-panel .post-box li {
    display: flex;
    align-items: center
}

.blog-wrap-panel .post-box img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px
}

.blog-wrap-panel .post-box h4 {
    color: var(--darkcolor);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px
}

.blog-wrap-panel .post-box .social-box {
    margin-top: 15px
}

.blog-wrap-panel .post-box p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease-in-out
}

.blog-wrap-panel .comments-box h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #97979742;
    align-content: center
}

.blog-wrap-panel .comments-box li:not(:last-child) {
    margin-bottom: 24px
}

.blog-wrap-panel .comment-meta {
    display: flex;
    margin-bottom: 8px
}

.blog-wrap-panel .comment-meta h6 {
    color: var(--darkcolor);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 18px
}

.blog-wrap-panel .comment-meta span {
    color: #3f3f3fc4;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px
}

.blog-wrap-panel .form-control:not(.side-widgets .form-control) {
    padding: 13px 15px
}

.blog-wrap-panel .checkbox {
    margin-right: 3px
}

.blog-wrap-panel .checkbox:checked {
    accent-color: var(--secondarycolor)
}

.blog-wrap-panel label {
    color: var(--textcolor)
}

.blog-wrap-panel .comman-btn {
    width: auto;
    font-size: 16px
}

.blog-wrap-panel .comments-form .input-box {
    margin-bottom: 17px
}

.blog-sidebar-widgets h4 {
    color: var(--darkcolor);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px
}

.blog-sidebar-widgets .search-box {
    display: flex;
    margin-bottom: 0
}

.blog-sidebar-widgets .search-btn {
    border: none;
    outline: none;
    background-color: #fff0;
    margin-left: -36px
}

.blog-sidebar-widgets .search-btn i {
    color: var(--primarycolor)
}

.blog-sidebar-widgets .post-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.blog-sidebar-widgets .post-list li:last-child {
    margin-bottom: 0
}

.blog-sidebar-widgets .post-list img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px 0 10px 0;
    margin-right: 14px
}

.blog-sidebar-widgets .post-date {
    display: block;
    color: var(--primarycolor);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px
}

.blog-sidebar-widgets .post-list a {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease-in-out
}

.blog-sidebar-widgets .post-list a:hover {
    color: var(--secondarycolor)
}

.blog-sidebar-widgets .post-category li {
    margin-bottom: 8px
}

.blog-sidebar-widgets .post-category li:last-child {
    margin-bottom: 0
}

.blog-sidebar-widgets .post-category a {
    width: 100%;
    color: var(--darkcolor);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease-in-out
}

.blog-sidebar-widgets .post-category a:hover {
    color: var(--lightcolor);
    background-color: var(--secondarycolor)
}

.blog-sidebar-widgets .post-category span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    margin: 0
}

.blog-sidebar-widgets .popular-tags a {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 11px;
    border-radius: 4px;
    margin-right: 3px;
    margin-bottom: 8px;
    transition: all 0.5s ease-in-out
}

.blog-sidebar-widgets .popular-tags a:hover {
    background-color: var(--secondarycolor)
}

.follow-btn {
    display: flex;
    align-items: center;
    padding: 7px 9px;
    border-radius: 5px;
    margin-top: 24px;
    border: 1px solid var(--secondarycolor);
    color: var(--darkcolor);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out
}

.follow-btn i {
    font-size: 30px;
    background: linear-gradient(45deg, #FCAF45, #F56040, #E1306C, #C13584);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-right: 13px
}

.follow-btn:hover {
    border-color: var(--primarycolor);
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px
}

.reviews-panel .review-box {
    padding: 20px;
    border: 1px solid #97979745;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: rgb(17 17 26 / 10%) 0 1px 0, rgb(17 17 26 / 10%) 0 8px 24px, rgb(17 17 26 / 10%) 0 16px 48px
}

.reviews-panel .top-head {
    display: flex;
    justify-content: space-between
}

.reviews-panel .inner-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px
}

.reviews-panel .inner-box {
    display: flex;
    align-items: center
}

.reviews-panel .inner-box h6 {
    color: var(--secondarycolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize
}

.reviews-panel .inner-box p {
    color: #979797;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize
}

.reviews-panel .rating {
    display: inline-block;
    color: var(--primarycolor);
    font-size: 13px;
    font-weight: 500
}

.reviews-panel h5 {
    font-size: 14px;
    color: #979797;
    text-transform: capitalize;
    margin-top: 15px
}

.reviews-panel h5 strong {
    color: var(--textcolor)
}

.reviews-panel p:not(.top-head p) {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 12px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.reviews-panel p a {
    color: var(--primarycolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    transition: all 0.5s ease-in-out
}

.reviews-panel p a:hover {
    color: var(--secondarycolor)
}

.reviews-panel .dest-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 13px
}

.reviews-panel .dest-container .destination-box {
    width: 168px;
    height: 146px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.reviews-panel .dest-container .destination-box a {
    display: block;
    color: var(--darkcolor);
    width: 100%;
    height: 100%
}

.reviews-panel .dest-container .overlay {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgb(0 91 155 / 25%) 30%, rgb(244 126 32 / 63%));
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    transition: all 0.5s ease-in-out
}

.reviews-panel .dest-container .overlay i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: var(--primarycolor);
    font-size: 18px;
    text-align: center;
    line-height: 40px
}

.reviews-panel .dest-container .destination-box:hover .overlay {
    opacity: 1;
    transform: scale(1) rotate(0deg)
}

.reviews-panel .dest-container .destination-box img,
.reviews-panel .dest-container .destination-box video,
.reviews-panel .dest-container .destination-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.reviews-panel .load-btn-box {
    margin-top: 35px
}

.customer-journey-panel {
    background-color: var(--bgcolor)
}

.customer-journey-panel .video-box {
    width: 100%;
    height: 290px;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    margin-bottom: 24px;
    overflow: hidden
}

.customer-journey-panel .video-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.customer-journey-panel .load-btn-box {
    margin-top: 9px
}

.testimonial-panel .inner-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.testimonial-panel .inner-box .ratings-box {
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
    display: flex;
    align-items: center;
    margin-right: 28px
}

.testimonial-panel .ratings-box figure {
    width: 40px;
    height: 40px;
    margin: 0
}

.testimonial-panel .ratings-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-panel .ratings-box span {
    color: var(--textcolor);
    font-size: 18px;
    font-weight: 600
}

.testimonial-panel .ratings-box p {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize
}

.testimonial-panel .content-box {
    text-align: center;
    border-left: 2px solid #97979745;
    margin-left: 30px;
    padding-left: 30px
}

.contact-banner-panel {
    width: 100%;
    display: inline-block;
    background-image: url(../images/banner-img3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    padding-top: 75px
}

.contact-banner-panel::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 117 148 / .7);
    z-index: -1
}

.contact-banner-panel .inr-content-box {
    padding-top: 20px
}

.contact-banner-panel h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px
}

.contact-banner-panel p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.contact-banner-panel .comman-btn-box {
    margin-top: 28px
}

.contact-banner-panel .comman-btn {
    padding: 11px 39px;
    margin-right: 6px
}

.contactus-wrapper {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 74px 0 rgb(41 74 69/11%);
    position: relative;
    z-index: 99;
    margin-bottom: -126px
}

.contactus-wrapper h2 {
    padding: 15px 0;
    color: #005b9b;
    font-size: 24px;
    text-transform: capitalize;
    background-color: var(--bgcolor);
    text-align: center;
    border-radius: 15px 15px 0 0
}

.contactus-wrapper form {
    padding: 20px 15px
}

.input-box {
    margin-bottom: 20px
}

.form-control,
.form-select {
    padding: 10px 15px;
    color: var(--darkcolor);
    font-size: 15px;
    border: 1px solid #005B9B
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #005B9B
}

.form-control::placeholder {
    color: var(--darkcolor);
    font-size: 15px;
    text-transform: capitalize
}

input[type="checkbox"] {
    accent-color: #005B9B
}

input[type="file"]::file-selector-button {
    background-color: #F47E20;
    color: #fff;
    border: none;
    border-radius: 4px
}

.submit-btn-box {
    text-align: center
}

.submit-btn-box .comman-btn {
    width: 100%
}

.talk-expert-panel {
    background-color: var(--bgcolor)
}

.talk-expert-panel .custom-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / .16) 0 10px 36px 0, rgb(0 0 0 / .06) 0 0 0 1px;
    border-radius: 15px
}

.talk-expert-panel .details-box {
    height: 100%;
    padding: 30px 74px;
    align-content: center;
    border-radius: 15px 0 0 15px
}

.talk-expert-panel h2 {
    color: var(--darkcolor);
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 33px
}

.talk-expert-panel figure {
    width: 100%;
    height: 400px;
    border-radius: 0 15px 15px 0;
    margin: 0
}

.talk-expert-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.talk-expert-panel img:hover {
    transform: scale(1)
}

.our-partners-panel figure {
    width: 100%;
    height: 70px
}

.our-partners-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.transaction-panel .payment-card {
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    min-height: 295px
}

.transaction-panel .icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 18px
}

.transaction-panel .payment-card span {
    display: inline-block;
    color: var(--darkcolor);
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px
}

.transaction-panel span i {
    font-size: 16px;
    margin-right: 3px
}

.transaction-panel p {
    color: var(--textcolor);
    font-size: 15px;
    margin-bottom: 10px
}

.transaction-panel p:last-child {
    margin-bottom: 0
}

.transaction-panel strong {
    color: var(--darkcolor)
}

.transaction-panel a {
    color: var(--secondarycolor);
    font-weight: 500;
    margin-top: 3px;
    transition: all 0.5s ease-in-out
}

.transaction-panel a:hover {
    color: var(--primarycolor)
}

.trans-policy-panel {
    background-color: var(--bgcolor)
}

.trans-policy-panel h3 {
    color: var(--darkcolor);
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 21px
}

.trans-policy-panel th {
    color: var(--lightcolor);
    background-color: var(--secondarycolor);
    font-size: 17px;
    padding: 12px
}

.trans-policy-panel td {
    padding: 12px;
    color: var(--darkcolor);
    background-color: #fff0
}

.trans-policy-panel tr:nth-child(even) {
    background-color: #ecf0f5
}

.trans-policy-panel .note-box {
    background-color: #ecf0f5;
    padding: 12px;
    border-radius: 15px;
    margin-top: 22px
}

.trans-policy-panel p {
    font-size: 16px;
    color: var(--textcolor)
}

.comman-style {
    background-color: var(--lightcolor);
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

.comman-style .comman-title {
    margin-bottom: 40px
}

.comman-style p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px
}

.comman-style a {
    display: inline;
    color: var(--secondarycolor);
    transition: all 0.5s ease-in-out
}

.comman-style a:hover {
    color: var(--primarycolor)
}

.comman-style h3 {
    color: var(--darkcolor);
    font-size: 21px;
    text-transform: capitalize;
    margin: 25px 0 13px
}

.comman-style h5 {
    font-size: 17px;
    text-transform: capitalize;
    margin: 12px 0
}

.comman-style .sub-title {
    display: block;
    color: #3f3f3f9c;
    font-size: 15px;
    margin-bottom: 13px
}

.comman-style ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 14px
}

.comman-style ul li {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px
}

.comman-style ul li:last-child,
.comman-style ul:last-child {
    margin-bottom: 0
}

.comman-style li strong {
    color: var(--secondarycolor)
}

.comman-style ul li::marker {
    color: var(--primarycolor);
    font-size: 12px
}

.comman-style .sub-list {
    margin: 10px 0
}

.comman-style .sub-list li::marker {
    color: var(--secondarycolor)
}

.sitemap-panel .comman-title-box {
    margin-bottom: 5px
}

.sitemap-panel .sitemap-wrapper {
    width: 100%;
    text-align: center
}

.sitemap-panel ul {
    width: 100%;
    padding-top: 20px;
    position: relative
}

.sitemap-panel ul ul::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 1px;
    height: 20px;
    background-color: var(--secondarycolor)
}

.sitemap-panel li {
    display: inline-block;
    padding: 20px 9px 0;
    position: relative
}

.sitemap-panel li::before,
.sitemap-panel li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid var(--secondarycolor);
    width: 53%;
    height: 20px
}

.sitemap-panel li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid var(--secondarycolor)
}

.sitemap-panel li:first-child::before,
.sitemap-panel li:last-child::after {
    border: none
}

.sitemap-panel ul ul li:last-child::before {
    border-right: 1px solid var(--secondarycolor);
    border-radius: 0 4px 0 0
}

.sitemap-panel ul li:first-child::after {
    border-radius: 4px 0 0 0
}

.sitemap-panel li a {
    color: var(--textcolor);
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 6px 10px;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    transition: all 0.5s ease-in-out
}

.sitemap-panel .root {
    background-color: #fff0;
    border: 1px solid var(--secondarycolor)
}

.sitemap-panel img {
    height: 25px;
    object-fit: contain
}

.sitemap-panel li a:hover {
    background-color: var(--secondarycolor)
}

.sitemap-panel .root:hover {
    background-color: #fff0
}

.modal {
    z-index: 999999999999
}

.modal-header {
    padding: 12px 16px
}

.modal-title {
    font-size: 19px;
    text-transform: capitalize
}

.modal-content {
    border: none
}

.modal .btn-close {
    width: 24px;
    height: 24px;
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    background-image: none;
    font-size: 12px;
    padding: 0;
    text-align: center;
    align-content: center;
    opacity: 1;
    transition: all 0.5s ease-in-out
}

.modal .btn-close:focus {
    box-shadow: none
}

.modal .btn-close:hover {
    transform: rotate(-90deg);
    background-color: var(--secondarycolor)
}

.modal .dropdown-toggle {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid var(--secondarycolor)
}

.modal .dropdown-toggle::after {
    border: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 7px;
    height: 7px;
    transform: rotate(225deg);
    position: absolute;
    top: 18px;
    right: 18px
}

.modal .dropdown-menu {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0
}

.modal-icons {
    margin-bottom: 29px
}

.modal-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.modal-icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.custom-modal .modal-xl {
    max-width: 980px
}

.custom-modal .modal-content {
    border-radius: 0;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

.custom-modal .modal-body {
    padding: 0
}

.custom-modal .btn-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    border-radius: 0
}

.custom-modal .inner-container {
    display: flex;
    flex-wrap: wrap;
    border-radius: inherit
}

.custom-modal .left-box {
    width: 50%;
    background-color: var(--secondarycolor);
    border-radius: inherit
}

.custom-modal .right-box {
    width: 50%;
    padding: 20px;
    border-radius: inherit
}

.custom-modal .right-box .form-control,
.custom-modal .right-box .form-select {
    min-height: 54px;
    border-radius: 12px
}

.custom-modal .right-box textarea.form-control {
    min-height: 170px
}

.custom-modal .promo-box {
    padding: 15px 33px;
    text-align: center
}

.custom-modal .offer-box {
    color: var(--lightcolor);
    background: linear-gradient(#FF512F, #DD2476);
    text-transform: capitalize;
    padding: 4px 9px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px
}

.custom-modal .center-align {
    justify-content: center
}

.custom-modal .offer-box p {
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.custom-modal .time::after {
    content: attr(data-label);
    margin-left: 2px;
    text-transform: uppercase
}

.custom-modal h3 {
    color: var(--secondarycolor);
    font-size: 27px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px
}

.custom-modal .submit-btn-box .comman-btn {
    border-radius: 12px
}

.promo-box h4 {
    color: var(--lightcolor);
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.promo-box h6 {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 19px
}

.promo-box p {
    color: var(--lightcolor);
    font-size: 16px;
    text-transform: capitalize
}

.promo-box figure {
    width: 100%;
    height: 294px;
    border-radius: 15px;
    margin: 15px 0
}

.promo-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: inherit
}

.promo-slider .owl-dots {
    margin-top: 2px !important
}

.promo-slider .owl-dot.active span,
.promo-slider .owl-dot:hover span {
    background-color: var(--lightcolor) !important
}

.share-popup .modal-lg {
    width: 661px
}

.share-popup .modal-content {
    padding: 20px
}

.share-popup .modal-header {
    border: none;
    padding: 0
}

.share-popup h6 {
    color: var(--darkcolor);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 18px
}

.share-popup .url-box {
    width: 100%;
    padding: 5px;
    border: 1px solid var(--primarycolor);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.share-popup .url-box i {
    color: var(--primarycolor);
    margin-left: 3px
}

.share-popup .url-box p {
    color: var(--textcolor);
    font-size: 15px;
    max-width: 473px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.share-popup .url-box a {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 6px 21px;
    transition: all 0.5s ease-in-out
}

.share-popup .url-box a:hover {
    background-color: var(--secondarycolor)
}

@keyframes heartbeats {
    0% {
        width: 45px;
        height: 45px;
        opacity: .9
    }

    100% {
        width: 100px;
        height: 100px;
        opacity: 0
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(3px)
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes move {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-3px)
    }

    50% {
        transform: translateX(-1px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.navbar-nav .sub-menu-toggle,
button.sub-menu-toggle {
    display: none !important
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.navbar-nav .nav-item {
    position: relative;
    margin-right: 20px
}

.dropdown-menu.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    background: #fff;
    border: none;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    padding: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block
}

.navbar-nav .nav-item:hover .dropdown-menu.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.mega-menu .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.mega-menu .col-xl-6 {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box
}

.mega-menu h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize
}

.mega-menu h4 span {
    color: #e96631 !important
}

.mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-menu ul li {
    margin-bottom: 10px
}

.mega-menu ul li a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    transition: color 0.2s
}

.mega-menu ul li a:hover {
    color: #e96631;
    padding-left: 5px
}

.mega-menu ul li a.view-all-btn {
    color: #007bff;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block
}