* {
    margin: 0;
    border: 0;
    outline: none;
}
html,
body {
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #5e6f92;
    vertical-align: baseline;
    line-height: 30px;
    font-smoothing: antialiased;
    direction: ltr;
}
p {
    margin: 0 0 15px;
}
img {
    max-width: 100%;
    height: auto;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-style: normal;
    transition: all 0.5s ease-out;
}
h1 {
    font-size: 78px;
    line-height: 110%;
    font-weight: 700;
}
h2 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
}
h3 {
    font-size: 38px;
    line-height: 120%;
    font-weight: 700;
}
h4 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 700;
}
h5 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
}
h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
label {
    color: #5e6f92;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
button {
    cursor: pointer;
    transition: all 0.5s ease-out;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a,
.button {
    text-decoration: none;
    transition: all 0.5s ease-out;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a:focus {
    color: #001d3d;
    text-decoration: none;
    transition: all 0.5s ease-out;
}
a,
button {
    color: #001d3d;
    outline: medium none;
    transition: all 0.5s ease-out;
}
a:hover,
button:hover {
    color: #ff6731;
    transition: all 0.5s ease-out;
}
.footer-skin__trust
    .footer-skin__trustText
    a.footer-skin__taLink.footer-skin__reviews-count {
    color: #333 !important;
    transition:
        color 0.18s ease,
        text-decoration-color 0.18s ease;
}
.footer-skin__trust
    .footer-skin__trustText
    a.footer-skin__taLink.footer-skin__reviews-count:hover,
.footer-skin__trust
    .footer-skin__trustText
    a.footer-skin__taLink.footer-skin__reviews-count:focus-visible {
    color: #e61e43 !important;
    text-decoration-color: #e61e43;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #001d3d;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #001d3d;
    text-shadow: none;
    color: #fff;
}
textarea:focus,
input:focus {
    outline: none;
}
.background-black-3 {
    background-color: #fafafa;
}
.background-black {
    background-color: #041126;
}
.bg-light-black {
    background-color: #041126;
}
.background-blue {
    background-color: #003869;
}
.bg-dark-blue {
    background-color: #0e3151;
}
.background-light-blue {
    background-color: #001d3d;
}
.background-skye {
    background-color: #1eae98;
}
.background-gray {
    background-color: #e7e7e7;
}
.background-light-gray {
    background-color: #fafafa;
}
.page-bg {
    background-color: #041126;
}
.page-area {
    padding: 120px;
}
.blog-area {
    padding: 25px 0;
}
@media (max-width: 991px) {
    .page-area,
    .blog-area {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .page-area,
    .blog-area {
        padding: 20px 0;
    }
}
.page-area .page-links,
.blog-area .page-links {
    margin-bottom: 20px;
}
.border-radius-12 {
    border-radius: 12px;
}
.text-white-100 {
    color: #c7cdda;
}
code {
    color: #ff6731;
}
label.error {
    color: #cc0000 !important;
}
.theme-btn,
.tour-area .location-area.style-1 .portfolio-filter li,
.wp-block-loginout a,
input.theme-btn {
    display: inline-flex;
    color: #fff;
    padding: 17px 38px;
    text-align: center;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #041126;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-out;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 180%;
    flex-shrink: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .theme-btn,
    .tour-area .location-area.style-1 .portfolio-filter li,
    .wp-block-loginout a,
    input.theme-btn {
        padding: 12px 20px;
    }
}
.theme-btn:after,
.tour-area .location-area.style-1 .portfolio-filter li:after,
.wp-block-loginout a:after,
input.theme-btn:after {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #001d3d;
    content: "";
    transition: all 0.5s ease-out;
    z-index: -1;
    color: #fff;
}
.theme-btn:before,
.tour-area .location-area.style-1 .portfolio-filter li:before,
.wp-block-loginout a:before,
input.theme-btn:before {
    content: "";
    pointer-events: none;
    opacity: 0.6;
    background:
        radial-gradient(
            circle at 20% 35%,
            transparent 0,
            transparent 2px,
            #ffffff 3px,
            #ffffff 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 75% 44%,
            transparent 0,
            transparent 2px,
            #ffffff 3px,
            #ffffff 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 31% 22%,
            transparent 0,
            transparent 2px,
            #ffffff 3px,
            #ffffff 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 46% 52%,
            transparent 0,
            transparent 4px,
            #ffffff 5px,
            #ffffff 6px,
            transparent 6px
        );
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: bubbles 5s linear infinite both;
}
.theme-btn.style-2,
.tour-area .location-area.style-1 .portfolio-filter li.style-2,
.wp-block-loginout a.style-2,
input.theme-btn.style-2 {
    background-color: #fff;
    color: #041126;
}
.theme-btn.style-2:before,
.tour-area .location-area.style-1 .portfolio-filter li.style-2:before,
.wp-block-loginout a.style-2:before,
input.theme-btn.style-2:before {
    content: "";
    pointer-events: none;
    opacity: 0.6;
    background:
        radial-gradient(
            circle at 20% 35%,
            transparent 0,
            transparent 2px,
            #041126 3px,
            #041126 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 75% 44%,
            transparent 0,
            transparent 2px,
            #041126 3px,
            #041126 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 31% 22%,
            transparent 0,
            transparent 2px,
            #041126 3px,
            #041126 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 46% 52%,
            transparent 0,
            transparent 4px,
            #041126 5px,
            #041126 6px,
            transparent 6px
        );
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    position: absolute;
    animation: bubbles 5s linear infinite both;
}
.theme-btn:hover,
.tour-area .location-area.style-1 .portfolio-filter li:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
    color: #fff;
}
.theme-btn:hover:after,
.tour-area .location-area.style-1 .portfolio-filter li:hover:after,
.wp-block-loginout a:hover:after,
input.theme-btn:hover:after {
    height: 100%;
    transition: all 0.5s ease-out;
}
.theme-btn:hover.style-2:before,
.tour-area .location-area.style-1 .portfolio-filter li:hover.style-2:before,
.wp-block-loginout a:hover.style-2:before,
input.theme-btn:hover.style-2:before {
    background:
        radial-gradient(
            circle at 20% 35%,
            transparent 0,
            transparent 2px,
            #ffffff 3px,
            #ffffff 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 75% 44%,
            transparent 0,
            transparent 2px,
            #ffffff 3px,
            #ffffff 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 31% 22%,
            transparent 0,
            transparent 2px,
            #ffffff 3px,
            #ffffff 4px,
            transparent 4px
        ),
        radial-gradient(
            circle at 46% 52%,
            transparent 0,
            transparent 4px,
            #ffffff 5px,
            #ffffff 6px,
            transparent 6px
        );
}
.wp-block-loginout a {
    position: relative;
}
.wp-block-loginout a:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: #001d3d;
    color: #fff;
    font-size: 16px;
}
.contact-form-btn {
    justify-content: center;
    width: 100%;
    display: block;
    line-height: 42px;
}
.contact-form-btn .icon {
    float: right;
}
input.theme-btn {
    display: inline-block !important;
    width: inherit !important;
    border: 0 !important;
}
.select2-container--open {
    background-color: #fff;
    z-index: 99;
    padding: 20px 0;
    border-radius: 8px;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
.select2-container--open .select2-search {
    margin: 10px 20px;
}
.select2-container--open .select2-search input {
    width: 130px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    position: relative;
    cursor: default;
    padding: 0 10px;
    background-color: #fafafa;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    cursor: default;
}
.select2-container--open .select2-search input:after {
    position: absolute;
    content: "-";
    color: #585866;
}
.select2-container--open ul {
    padding: 0;
    margin: 0 20px;
}
.select2-container--open ul li {
    list-style: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    cursor: default;
}
.select2-container--open .select2-results {
    padding-bottom: 20px;
}
.ui-datepicker {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
.ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-datepicker-calendar {
    padding: 0 20px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    content: "";
    content: "\f060";
    font-family: "Font Awesome 6 Pro";
    color: #001d3d;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
    display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    color: #001d3d;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    display: none;
}
.ui-datepicker th {
    border-color: #fff;
    background-color: #001d3d;
}
.ui-datepicker th span {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar td {
    line-height: 20px;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #001d3d;
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td:hover a {
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #041126;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.mb-205 {
    margin-bottom: 205px;
}
.mb-210 {
    margin-bottom: 210px;
}
.mb-215 {
    margin-bottom: 215px;
}
.mb-220 {
    margin-bottom: 220px;
}
.mb-245 {
    margin-bottom: 245px;
}
.mb-250 {
    margin-bottom: 250px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-21 {
    padding-top: 21px;
}
.pt-22 {
    padding-top: 22px;
}
.pt-23 {
    padding-top: 23px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-86 {
    padding-top: 85px;
}
.pt-87 {
    padding-top: 85px;
}
.pt-88 {
    padding-top: 85px;
}
.pt-89 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pt-250 {
    padding-top: 250px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-21 {
    padding-bottom: 21px;
}
.pb-22 {
    padding-bottom: 22px;
}
.pb-23 {
    padding-bottom: 23px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pl-0 {
    padding-left: 0;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 35px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 80px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-105 {
    padding-left: 105px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-115 {
    padding-left: 115px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-125 {
    padding-left: 125px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-135 {
    padding-left: 135px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-145 {
    padding-left: 145px;
}
.pl-150 {
    padding-left: 150px;
}
.pl-155 {
    padding-left: 155px;
}
.pl-160 {
    padding-left: 160px;
}
.pl-165 {
    padding-left: 165px;
}
.pl-170 {
    padding-left: 170px;
}
.pl-180 {
    padding-left: 180px;
}
.pl-185 {
    padding-left: 185px;
}
.pl-190 {
    padding-left: 190px;
}
.pl-195 {
    padding-left: 195px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-200 {
    padding-left: 200px;
}
.pr-0 {
    padding-right: 0;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 35px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 80px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-105 {
    padding-right: 105px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-115 {
    padding-right: 115px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-125 {
    padding-right: 125px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-135 {
    padding-right: 135px;
}
.pr-140 {
    padding-right: 140px;
}
.pr-145 {
    padding-right: 145px;
}
.pr-150 {
    padding-right: 150px;
}
.pr-155 {
    padding-right: 155px;
}
.pr-165 {
    padding-right: 165px;
}
.pr-170 {
    padding-right: 170px;
}
.pr-175 {
    padding-right: 175px;
}
.pr-180 {
    padding-right: 180px;
}
.pr-185 {
    padding-right: 185px;
}
.pr-190 {
    padding-right: 190px;
}
.pr-195 {
    padding-right: 195px;
}
.pr-200 {
    padding-right: 200px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}
.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}
.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
}
.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
}
.py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}
.py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
}
.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}
.py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}
.py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
}
.py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}
.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}
.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}
.py-185 {
    padding-top: 185px;
    padding-bottom: 185px;
}
.py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
}
.py-195 {
    padding-top: 195px;
    padding-bottom: 195px;
}
.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.py-205 {
    padding-top: 205px;
    padding-bottom: 205px;
}
.py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
}
.py-215 {
    padding-top: 215px;
    padding-bottom: 215px;
}
.py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}
.py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
}
.py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
}
.py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
}
.py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
}
.py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
}
.py-260 {
    padding-top: 260px;
    padding-bottom: 260px;
}
.py-270 {
    padding-top: 270px;
    padding-bottom: 270px;
}
.py-280 {
    padding-top: 280px;
    padding-bottom: 280px;
}
.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}
.py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
}
.py-310 {
    padding-top: 310px;
    padding-bottom: 310px;
}
.py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
}
.py-330 {
    padding-top: 330px;
    padding-bottom: 330px;
}
.py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
}
.py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}
.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}
.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.px-55 {
    padding-left: 55px;
    padding-right: 55px;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.px-65 {
    padding-left: 65px;
    padding-right: 65px;
}
.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}
.px-75 {
    padding-left: 75px;
    padding-right: 75px;
}
.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}
.px-85 {
    padding-left: 85px;
    padding-right: 85px;
}
.px-90 {
    padding-left: 90px;
    padding-right: 90px;
}
.px-95 {
    padding-left: 95px;
    padding-right: 95px;
}
.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}
.px-105 {
    padding-left: 105px;
    padding-right: 105px;
}
.px-110 {
    padding-left: 110px;
    padding-right: 110px;
}
.px-115 {
    padding-left: 115px;
    padding-right: 115px;
}
.px-120 {
    padding-left: 120px;
    padding-right: 120px;
}
.px-125 {
    padding-left: 125px;
    padding-right: 125px;
}
.px-130 {
    padding-left: 130px;
    padding-right: 130px;
}
.px-135 {
    padding-left: 135px;
    padding-right: 135px;
}
.px-140 {
    padding-left: 140px;
    padding-right: 140px;
}
.px-145 {
    padding-left: 145px;
    padding-right: 145px;
}
.px-150 {
    padding-left: 150px;
    padding-right: 150px;
}
.px-155 {
    padding-left: 155px;
    padding-right: 155px;
}
.px-160 {
    padding-left: 160px;
    padding-right: 160px;
}
.px-165 {
    padding-left: 165px;
    padding-right: 165px;
}
.px-170 {
    padding-left: 170px;
    padding-right: 170px;
}
.px-175 {
    padding-left: 175px;
    padding-right: 175px;
}
.px-180 {
    padding-left: 180px;
    padding-right: 180px;
}
.px-185 {
    padding-left: 185px;
    padding-right: 185px;
}
.px-190 {
    padding-left: 190px;
    padding-right: 190px;
}
.px-195 {
    padding-left: 195px;
    padding-right: 195px;
}
.px-200 {
    padding-left: 200px;
    padding-right: 200px;
}
.px-205 {
    padding-left: 205px;
    padding-right: 205px;
}
.px-210 {
    padding-left: 210px;
    padding-right: 210px;
}
.px-215 {
    padding-left: 215px;
    padding-right: 215px;
}
.px-220 {
    padding-left: 220px;
    padding-right: 220px;
}
.px-225 {
    padding-left: 225px;
    padding-right: 225px;
}
.px-230 {
    padding-left: 230px;
    padding-right: 230px;
}
.px-235 {
    padding-left: 235px;
    padding-right: 235px;
}
.px-240 {
    padding-left: 240px;
    padding-right: 240px;
}
.px-250 {
    padding-left: 250px;
    padding-right: 250px;
}
.px-260 {
    padding-left: 260px;
    padding-right: 260px;
}
.px-270 {
    padding-left: 270px;
    padding-right: 270px;
}
.px-280 {
    padding-left: 280px;
    padding-right: 280px;
}
.px-290 {
    padding-left: 290px;
    padding-right: 290px;
}
.px-300 {
    padding-left: 300px;
    padding-right: 300px;
}
.px-310 {
    padding-left: 310px;
    padding-right: 310px;
}
.px-320 {
    padding-left: 320px;
    padding-right: 320px;
}
.px-330 {
    padding-left: 330px;
    padding-right: 330px;
}
.px-340 {
    padding-left: 340px;
    padding-right: 340px;
}
.px-350 {
    padding-left: 350px;
    padding-right: 350px;
}
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 25px;
}
ol {
    padding-left: 20px;
}
ul {
    list-style: disc;
    padding-left: 20px;
}
.post-password-form label {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.post-password-form input[type="password"] {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 12px 20px;
    border: 1px solid #e4e4f2;
    width: 100%;
}
.post-password-form input[type="submit"] {
    background-color: #001d3d;
    border: none;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.5s ease-out;
}
.post-password-form input[type="submit"]:hover {
    background-color: #fe712a;
}
table {
    margin-bottom: 20px;
    width: 100%;
}
table caption {
    border: 1px solid #dfe2e9;
    padding: 6px 10px;
    border-top: 0;
}
table th,
table td {
    background-color: #fff0;
    border: 1px solid #dfe2e9;
    text-align: center;
    padding: 8px;
    transition: 0.3s;
}
table th#today,
table td#today {
    background: #001d3d;
    color: #fff;
}
table th#today a,
table td#today a {
    color: #fff;
}
.page-content .size-full.alignright {
    margin-bottom: 15px;
    margin-top: 20px;
}
.page-content figure.wp-caption.aligncenter {
    margin-top: 40px;
}
.page-content dl,
.page-content ol,
.page-content ul {
    margin-bottom: 11px;
}
.page-content .comment-respond {
    margin-top: 78px;
    margin-bottom: 20px;
}
.page-content .latest-comments .comment-respond {
    margin-bottom: 40px;
}
.page-content .post-comments {
    margin-top: 80px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 10px;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.size-thumbnail {
    margin-bottom: 20px;
}
img.emoji {
    width: 15px;
    height: 15px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
.wp-block-search__input {
    border: 1px solid #dfe2e9 !important;
}
.wp-block-search__button {
    margin-left: 0 !important;
}
.wp-block-social-links {
    padding-left: 0 !important;
}
.wp-block-social-links li {
    padding-top: 0 !important;
}
.single-post-item.format-quote blockquote {
    padding: 45px;
}
@media (max-width: 767px) {
    .single-post-item.format-quote blockquote {
        padding: 35px;
    }
}
blockquote {
    overflow: hidden;
    margin: 40px 0;
    background-color: #e6efff;
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 12px;
    color: #161616;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    blockquote {
        padding-left: 30px;
    }
}
blockquote p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    color: #041126;
    font-weight: 400;
    line-height: 180%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    blockquote p {
        font-size: 18px;
        line-height: 28px;
    }
}
blockquote p a {
    color: #001d3d;
    text-decoration: underline;
}
blockquote span,
blockquote .name {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    cursor: default;
}
blockquote span:before,
blockquote .name:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #000;
}
blockquote footer {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.wp-block-pullquote {
    border-top: 5px solid #001d3d !important;
    border-bottom: 5px solid #001d3d !important;
    background-color: #eef5f8;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    margin-top: 10px;
    display: block;
}
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
    margin-left: 10px;
}
.wp-block-column:not(:last-child) {
    margin-right: 10px;
}
.wp-block-column:nth-child(2n + 1) {
    margin-right: 10px;
}
.post-content > .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
}
.post-content p.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}
.post-content .wp-block-search {
    margin-bottom: 15px;
}
.post-content .wp-block-file {
    margin-top: 20px;
}
.post-content .wp-block-group__inner-container p {
    margin-top: 0 !important;
}
.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: #001d3d !important;
}
.wp-block-button {
    margin-bottom: 10px;
}
.wp-block-archives select,
.wp-block-categories select {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
}
.wp-block-latest-comments {
    padding-left: 0 !important;
}
.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #fff !important;
}
.wp-block-cover-text a {
    color: #fff;
}
.wp-block-rss {
    padding-left: 0 !important;
}
.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_search .search-form,
.widget.widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
    margin-bottom: 6px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-title {
    display: inline-block;
    width: 100%;
}
nav.wp-calendar-nav {
    justify-content: space-between;
    display: flex;
}
nav.wp-calendar-nav a {
    color: #5e6f92;
}
nav.wp-calendar-nav a:hover {
    color: #001d3d;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
    color: #d9c0b8 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: 5px;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #72dc60;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    background: #f4fff5;
    border: 1px solid #cdf5c8 !important;
    border-radius: 10px;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #dc3232;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    background: #fff7f7;
    border: 1px solid #fed8d8 !important;
    border-radius: 10px;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    width: 22px !important;
    height: 22px !important;
    border-color: #dfe2e9;
    border-radius: 3px !important;
    background-color: transparent !important;
    transform: scale(1);
    transition: 0.3s;
    position: relative !important;
    padding: 0 !important;
    cursor: pointer;
    margin-top: 0 !important;
    display: flex;
    align-self: center;
    flex-shrink: 0;
    box-shadow: none !important;
}
input[type="radio"]::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    transition: 0.3s;
    transform: scale(0);
    background-color: #001d3d;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
input[type="checkbox"]::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    transform: scale(0);
    background-color: #001d3d;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    transform: scale(1);
    box-sizing: inherit !important;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    border-color: #001d3d !important;
}
.wpcf7-form-control {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    align-content: center;
    margin: 0;
    gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 400;
}
.logged-in .comment-respond textarea {
    margin-bottom: 12px;
}
.zoom-instagram-widget p {
    color: #fff;
}
.zoom-instagram-widget p a {
    color: #ff6731;
}
.zoom-instagram-widget ul {
    list-style: none;
}
.zoom-instagram-widget ul li {
    color: #fff;
}
body.admin-bar .header-menu-area.sticky_menu {
    top: 30px;
}
@media (max-width: 600px) {
    body.admin-bar .header-menu-area.sticky_menu {
        top: 0;
    }
}
.page-template-default.page-id-146 .page-content p:last-child {
    margin-bottom: 10px;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
    margin-top: 78px;
    display: inline-block;
    width: 100%;
}
.page-template-default.page-id-3 .page-area {
    padding-top: 128px;
}
.post-template-default.postid-163
    .blog-details-wrapper
    .single-post-item
    .post-content {
    margin-bottom: 34px;
}
.post-template-default.postid-150
    .blog-details-wrapper
    .single-post-item
    .post-content {
    margin-bottom: 34px;
}
.post-template-default.postid-150
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-group.is-layout-constrained:last-child {
    border: 1px solid #000;
}
.post-template-default.postid-51
    .blog-details-wrapper
    .single-post-item
    .post-content {
    margin-bottom: 25px;
}
.post-template-default.postid-51
    .blog-details-wrapper
    .single-post-item
    .post-content
    p:last-child {
    margin-bottom: 0;
}
.post-template-default.postid-1163
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-caption,
.post-template-default.postid-568
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-caption {
    margin-top: 20px;
}
.post-template-default.postid-1785
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-button__link {
    color: #ffffff !important;
}
.post-template-default.postid-1149
    .blog-details-wrapper
    .latest-comments
    li
    .comments-box
    .comments-text
    p {
    margin-bottom: 0;
}
.post-template-default.postid-555
    .blog-details-wrapper
    .single-post-item
    .post-content
    .gallery {
    margin-top: 20px;
}
.error-404.not-found {
    margin-top: -20px;
    margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
    margin-top: 20px;
}
@keyframes MovefadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.MovefadeUp {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px #fff0;
        box-shadow: 0 0 0 30px #fff0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0;
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px #fff0;
        box-shadow: 0 0 0 30px #fff0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0;
    }
}
@keyframes rotating {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px #fff0;
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px #fff0;
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px #fff0;
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px #fff0;
    }
}
@-webkit-keyframes animatelinebar {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}
@keyframes animatelinebar {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}
@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(40px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
    0% {
        -webkit-transform: translateY(40px);
    }
}
@keyframes slideUpIn {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
    0% {
        transform: translateY(40px);
    }
}
@-webkit-keyframes MoveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes MoveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@-webkit-keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@-webkit-keyframes Animated3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes Animated3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@-webkit-keyframes Animated4 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes Animated4 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes UpToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes Scroll {
    0% {
        transform: translateX(-50vw);
        transform: translateX(-50vw);
    }
    100% {
        transform: translateX(50vw);
        transform: translateX(50vw);
    }
}
@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bubbles {
    from {
        transform: translate();
    }
    to {
        transform: translate(0, -66.666%);
    }
}
.animated-text,
.location-card .content-wrapper .content-inner .content-title {
    text-decoration: none;
    background: linear-gradient(to right, #ffffff 50%, #041126 50%, #041126);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    transition: 0.5s ease-out;
    color: #fff;
}
.animated-text-blue,
.latest-comments li .comments-box .comments-text .avatar-name h5,
.widget_latest_post ul li .latest-post-desc .latest-post-title a,
.author-info .author-text h3,
.author-info .author-text a,
.blog-post-nav .post-navigation .text h4,
.single-post-item .post-title,
.icon-card.style-2 .content .info a,
.latest-post-card .content-wrapper .post-title a:hover,
.location-image-card .content-inner .city,
.location-card.style-3 .content-wrapper .content-inner .title a,
.location-card.style-2 .content-wrapper .content-inner .content-title a,
.location-card .content-wrapper .content-inner .content-title a:hover,
.link-card .content-wrapper .title a {
    text-decoration: none;
    background: linear-gradient(to right, #041126 50%, #041126 50%, #001d3d);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    transition: 0.5s ease-out;
    color: #041126;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes beat {
    to {
        transform: scale(1);
    }
}
@font-face {
    font-family: "icomoon";
    src: url(../fonts/icomoon.eot?qyouca);
    src:
        url("../fonts/icomoon.eot?qyouca#iefix") format("embedded-opentype"),
        url(../fonts/icomoon.ttf?qyouca) format("truetype"),
        url(../fonts/icomoon.woff?qyouca) format("woff"),
        url("../fonts/icomoon.svg?qyouca#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-address:before {
    content: "\e900";
}
.icon-both-arrow:before {
    content: "\e901";
}
.icon-date:before {
    content: "\e902";
}
.icon-heart:before {
    content: "\e903";
}
.icon-heart-2:before {
    content: "\e904";
}
.icon-location:before {
    content: "\e905";
}
.icon-mail:before {
    content: "\e906";
}
.icon-phone:before {
    content: "\e907";
}
.icon-phone-2:before {
    content: "\e908";
}
.icon-phone-3:before {
    content: "\e909";
}
.icon-play-button:before {
    content: "\e90a";
}
.icon-search:before {
    content: "\e90b";
}
.icon-setting:before {
    content: "\e90c";
}
.icon-up-arrow:before {
    content: "\e90d";
}
.icon-user:before {
    content: "\e90e";
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    right: 0;
    bottom: 0;
}
#preloader-status {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loading-container div {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    float: left;
    margin: 0 3px;
    background-color: #001d3d;
    transform: scale(0);
}
.loading-container .ball1 {
    z-index: 1;
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
}
.loading-container .ball2 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading-container .ball3 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loading-container .ball4 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-moz-keyframes grow {
    0% {
        -moz-transform: scale(0);
    }
    25% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0);
    }
    75% {
        -moz-transform: scale(1);
        background: #fff;
    }
    100% {
        -moz-transform: scale(0);
        background: #fff;
    }
}
@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
    }
    75% {
        -webkit-transform: scale(1);
        background: #fff;
    }
    100% {
        -webkit-transform: scale(0);
        background: #fff;
    }
}
.scrollup-wrapper {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 9999;
}
.scrollup-btn {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    width: 54px;
    height: 54px;
    background-color: #001d3d;
    border-radius: 100%;
    overflow: hidden;
    align-items: center;
    cursor: pointer;
}
.scrollup-btn i {
    color: #fff;
    margin-top: -3px;
    display: block;
}
.header-area.style-1 .header-menu-area {
    position: fixed;
}
.header-top {
    background-color: #001d3d;
    position: relative;
    height: 56px;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}
.header-top .bg-shape {
    position: absolute;
}
.header-top .header-top-info {
    display: flex;
    gap: 0 24px;
}
@media (max-width: 1199px) {
    .header-top .header-top-info {
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .header-top .header-top-info {
        padding-bottom: 10px;
    }
}
.header-top .header-contact-info {
    display: flex;
    align-items: center;
    gap: 0 24px;
    padding: 6px 0;
    flex-wrap: wrap;
}
.header-top .header-contact-info span {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.header-top .header-contact-info span:first-child:before {
    display: none;
}
.header-top .header-contact-info span:before {
    background-color: #fff;
    opacity: 0.361;
    width: 1px;
    display: inline-flex;
    height: 12px;
    content: "";
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .header-top .header-contact-info span:before {
        display: none;
    }
}
.header-top .header-contact-info span.contact-info-item {
    gap: 0 10px !important;
}
.header-top .header-contact-info span a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .header-top .header-top-btn {
        display: none;
    }
}
.header-top .header-top-btn a {
    position: relative;
    padding: 12px 46px;
    font-size: 18px;
    font-family: "Fasthand", sans-serif;
    color: #fff;
    margin-bottom: -100px;
    display: inline-block;
    font-weight: 700;
    z-index: 2;
}
.header-top .header-top-btn a:hover:before {
    transition: all 0.5s ease-out;
    background-color: #1eae98;
}
.header-top .header-top-btn a:before {
    position: absolute;
    content: "";
    border-radius: 0 0 10px 10px;
    background-color: #ff6731;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-out;
}
.header-top .social-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
.header-top .social-profile a {
    font-size: 16px;
    color: #001d3d;
    transition: 0.3s;
    transform: scale(1);
    background-color: #fff;
}
.header-top .social-profile a:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.4);
    color: #fff;
}
.header-menu-area {
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease 0s;
    background-color: #fff0;
}
.header-menu-area.sticky-header {
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease 0s;
}
.header-menu-area.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 7px 24px 0 rgb(0 0 0 / 0.05);
    background: #fff;
}
.header-menu-area.sticky_menu .logo {
    height: 90px;
}
.header-menu-area.sticky_menu .logo:before {
    display: none;
}
.header-menu-area.sticky_menu .logo .standard-logo {
    display: none;
}
.header-menu-area.sticky_menu .logo .sticky-logo {
    display: block;
}
.header-menu-area.sticky_menu .logo .sticky-logo img {
    width: 170px;
    transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li.dropdown > a {
    padding-right: 10px;
    transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li a {
    padding: 0 8px;
    transition: all 0.5s ease-out;
    font-size: 16px;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a {
    padding: 10px 20px;
}
.header-menu-area .logo {
    position: relative;
    z-index: 999;
    height: 112px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu-area .logo {
        height: 100px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .header-menu-area .logo {
        height: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-menu-area .logo .standard-logo {
        display: none;
    }
}
.header-menu-area .logo .standard-logo img {
    transition: all 0.5s ease-out;
}
.header-menu-area .logo .sticky-logo {
    display: none;
}
@media only screen and (max-width: 767px) {
    .header-menu-area .logo .sticky-logo {
        width: 170px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-menu-area .logo .sticky-logo {
        display: block;
    }
}
.header-menu-area .logo .sticky-logo img {
    transition: all 0.5s ease-out;
}
.header-menu-area .logo .retina-logo {
    display: none;
}
.main-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}
.main-menu ul li.active {
    position: relative;
}
.main-menu ul li.active > a {
    color: #001d3d;
}
.main-menu ul li.active > a:before {
    border-color: #001d3d;
}
.main-menu ul li.active > a:after {
    color: #001d3d !important;
}
.main-menu ul li.dropdown > a {
    padding-right: 42px;
}
.main-menu ul li.dropdown > a:after {
    position: absolute;
    content: "\f107";
    display: inline-block;
    padding: 1px 3px;
    right: 18px;
    z-index: 10;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    color: #041126;
}
.main-menu ul li.dropdown .dropdown > a:after {
    position: absolute;
    content: "\f0da";
    display: inline-block;
    right: 16px;
    z-index: 10;
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    color: #041126;
    transition: all 0.5s ease-out;
}
.main-menu ul li.dropdown .dropdown > a:hover:after {
    right: -20px;
    transition: all 0.5s ease-out;
}
.main-menu ul li ul.submenu li.active > a {
    position: relative;
    z-index: 2;
    color: #fff;
}
.main-menu ul li ul.submenu li.active > a:after {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: -1;
}
.main-menu ul li a {
    display: block;
    padding: 41px 18px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease-out;
    position: relative;
    color: #041126;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.main-menu ul li a:hover {
    color: #001d3d;
}
.main-menu ul li a:hover:after {
    color: #001d3d;
}
.main-menu ul li:hover > ul {
    visibility: visible;
    transition: all 300ms ease;
    opacity: 1;
    transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
    visibility: visible;
    top: -2px;
}
.main-menu ul ul {
    background-color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    transition: all 300ms ease;
    border-top: 2px solid #001d3d;
    box-shadow: 0 10px 20px 0 rgb(8 0 42 / 0.08);
    transform-origin: top;
    transform: scaleY(0);
}
.main-menu ul ul li {
    float: none;
    width: 210px;
}
.main-menu ul ul li ul {
    visibility: hidden;
}
.main-menu ul ul li i {
    float: right;
}
.main-menu ul ul li a {
    line-height: 120%;
    padding: 10px 20px;
    color: #041126;
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    font-size: 16px;
    position: relative;
}
.main-menu ul ul li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    left: 0;
    visibility: hidden;
    font-size: 18px;
}
.main-menu ul ul li a:hover {
    background-color: #001d3d;
    color: #fff;
}
.main-menu ul ul li a:hover:before {
    visibility: visible;
    left: 182px;
    transition: all 0.5s ease-out;
}
.main-menu ul ul li:last-child a {
    border-bottom: 0;
}
.main-menu ul ul ul {
    left: 100%;
    transition: all 0.3s ease 0s;
    opacity: 0;
    border-top: 0;
    border-top: 2px solid #001d3d;
}
.animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
}
.header-btn {
    border-left: 1px solid #e7e7e7;
    margin-left: 24px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}
@media only screen and (max-width: 1399px) {
    .header-btn {
        display: none;
    }
}
.header-btn .search-btn-wrapper a i {
    font-size: 24px;
    color: #041126;
}
.header-btn .user-login-btn {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fe712a;
}
.header-btn .user-login-btn i {
    color: #fff;
    font-size: 24px;
}
.search-form-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 0.6);
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.search-form-wrapper.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-out;
}
.search-form-wrapper .search-form-inner {
    width: 768px;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.search-form-wrapper .search-form-inner .search-content-filed {
    display: flex;
    align-items: center;
    gap: 30px;
}
.search-form-wrapper .search-form-inner .search-content-filed .search-close {
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}
.search-form-wrapper .search-form-inner .search-form {
    background: #fff;
    box-shadow: 0 30px 70px rgb(208 225 242 / 0.3);
    border-radius: 16px;
    padding: 15px 30px;
    flex: 1;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input {
    display: flex;
    align-items: center;
}
.search-form-wrapper
    .search-form-inner
    .search-form
    .search-form-input
    .search-icon {
    display: flex;
}
.search-form-wrapper
    .search-form-inner
    .search-form
    .search-form-input
    .search-icon
    i {
    font-size: 24px;
    font-weight: 700;
    color: #041126;
}
.search-form-wrapper
    .search-form-inner
    .search-form
    .search-form-input
    .theme-btn,
.search-form-wrapper
    .search-form-inner
    .search-form
    .search-form-input
    .tour-area
    .location-area.style-1
    .portfolio-filter
    li,
.tour-area
    .location-area.style-1
    .portfolio-filter
    .search-form-wrapper
    .search-form-inner
    .search-form
    .search-form-input
    li {
    border-radius: 16px;
}
.search-form-wrapper
    .search-form-inner
    .search-form
    .search-form-input
    button.submit-search-btn {
    padding: 15px 24px !important;
}
.search-form-wrapper .search-form-inner .search-form input[type="search"] {
    margin-top: 0 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 12px !important;
    flex-grow: 1;
}
.header-area.style-two.has-header-top .header-menu-area.sticky_menu .logo {
    height: 84px;
    margin-top: inherit;
}
.header-area.style-two.has-header-top .header-menu-area .logo {
    height: 162px;
    margin-top: -42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 120px;
        margin-top: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 100px;
        margin-top: inherit;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 80px;
        margin-top: inherit;
    }
}
.header-area.style-two .header-top .header-top-btn a {
    margin-bottom: inherit;
    padding: 6px 46px;
}
.header-area.style-two .header-top .header-top-btn a:hover:before {
    transition: all 0.5s ease-out;
    background-color: #1eae98;
}
.header-area.style-two .header-top .header-top-btn a:before {
    border-radius: 0;
    transform: skewX(-20deg);
    transition: all 0.5s ease-out;
}
.header-area.style-two .header-menu-area .logo:before {
    border-radius: 0;
    transform: skewX(-20deg);
    bottom: 0;
    height: 190px;
}
.header-area.style-three .header-top .header-top-btn a {
    margin-bottom: inherit;
    padding: 6px 30px;
}
.header-area.style-three .header-top .header-top-btn a:before {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area.style-three .header-top .header-top-btn {
        display: none;
    }
}
.header-area.style-three .header-menu-area .logo:before {
    display: none;
}
.mean-container a.meanmenu-reveal {
    display: none;
}
.mean-container .mean-nav {
    background: none;
    border-top: 1px solid #dfe2e9;
    padding-top: 20px;
    margin-top: 40px;
}
.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: #fff;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #5e6f92;
    border: none !important;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 700;
}
.mean-container .mean-nav ul li a i {
    font-size: 14px;
}
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fe712a;
    line-height: 30px;
    top: 17px !important;
    font-weight: 400;
}
.mean-container .mean-nav ul li > a > i {
    display: none;
}
.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    color: #5e6f92;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mean-container
    .mean-nav
    ul
    li.dropdown-opened
    a.mean-expand.mean-clicked
    i:hover {
    background-color: transparent !important;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
    background-color: transparent !important;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(90deg);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i:hover {
    background-color: transparent !important;
}
.mobile-menu-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-bar a i {
    color: rgb(4 17 38 / var(--tw-text-opacity, 1));
    font-size: 22px;
}
.menu-sidebar-area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}
@media (max-width: 560px) {
    .menu-sidebar-area {
        width: 100%;
        right: -600px;
    }
}
.menu-sidebar-area .menu-sidebar-logo {
    display: inline-block;
    width: 180px;
}
.menu-sidebar-area .menu-sidebar-wrapper {
    position: relative;
    padding: 40px;
}
.menu-sidebar-area.active {
    right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
    position: absolute;
    right: 34px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 45px;
    width: 45px;
    background-color: #fff;
    color: #5e6f92;
    border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn i {
    font-size: 24px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
    background-color: #041126;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
    display: inline-block;
    margin-top: 20px;
    border-top: 1px solid #dfe2e9;
    padding-top: 20px;
    width: 100%;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .menu-sidebar-title {
    margin-bottom: 5px;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info {
    display: flex;
    align-items: center;
    gap: 0 24px;
    padding: 6px 0;
    flex-wrap: wrap;
    flex-direction: column;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info
    span {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #5e6f92;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100%;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info
    span.contact-info-item {
    gap: 0 10px !important;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info
    span
    a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5e6f92;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info
    span
    a:hover {
    color: #001d3d;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .social-profile {
    margin-top: 20px;
    border-top: 1px solid #dfe2e9;
    width: 100%;
    padding-top: 20px;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .social-profile
    a {
    color: #5e6f92;
    font-size: 22px;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .social-profile
    a:hover {
    color: #001d3d;
}
.body-overlay {
    background-color: rgb(0 0 0 / 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.body-overlay.active {
    opacity: 1;
    visibility: visible;
}
.body-overlay:hover {
    cursor: pointer;
}
.about-us-area {
    padding: 70px 0;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .about-us-area {
        padding: 80px 0 50px;
    }
}
.about-us-area.style-1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-area .about-us-wrapper {
    position: relative;
}
.about-us-content-wrapper-1 {
    margin-top: 26px;
}
@media (max-width: 1200px) {
    .about-us-content-wrapper-1 {
        margin-top: 0;
    }
}
.about-us-content-wrapper-1 .section-title {
    margin-bottom: 22px !important;
    text-align: center;
}
.about-us-content-wrapper-1 .section-title .bottom-shape {
    margin-top: -14px;
    width: 380px;
    margin: inherit;
}
@media (max-width: 992px) {
    .about-us-content-wrapper-1 .section-title .bottom-shape {
        width: 600px;
        margin-top: -22px;
    }
}
.about-us-content-wrapper-1 .info-card:nth-child(1n) {
    margin-bottom: 13px;
}
.about-us-image-wrapper-1 {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    margin-top: -33px;
}
@media (max-width: 1400px) {
    .about-us-image-wrapper-1 {
        height: 650px;
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 1200px) {
    .about-us-image-wrapper-1 {
        display: none;
    }
}
@media (max-width: 767px) {
    .about-us-image-wrapper-1 {
        height: 450px;
        margin: 0;
    }
}
.about-us-image-wrapper-1 .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 110px;
    margin-left: 85px;
}
@media (max-width: 1400px) {
    .about-us-image-wrapper-1 .bg-shape {
        display: none;
    }
}
.about-us-image-wrapper-1 .image-wrapper {
    position: absolute;
    border-radius: 100%;
    border: 3px solid #fff;
    overflow: hidden;
}
.about-us-image-wrapper-1 .image-wrapper:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0),
        to(rgb(255 255 255 / 0.8))
    );
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.8) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20;
}
.about-us-image-wrapper-1 .image-wrapper.style-1 {
    width: 284px;
    bottom: 0;
    margin-left: 66px;
    margin-bottom: 5px;
}
@media (max-width: 1400px) {
    .about-us-image-wrapper-1 .image-wrapper.style-1 {
        width: 280px;
        bottom: inherit;
        top: 50%;
    }
}
@media (max-width: 1200px) {
    .about-us-image-wrapper-1 .image-wrapper.style-1 {
        width: 200px;
        bottom: inherit;
        top: 50%;
    }
}
@media (max-width: 992px) {
    .about-us-image-wrapper-1 .image-wrapper.style-1 {
        margin: 0;
        top: 38%;
        left: 10%;
    }
}
@media (max-width: 767px) {
    .about-us-image-wrapper-1 .image-wrapper.style-1 {
        width: 180px;
        left: 0;
    }
}
.about-us-image-wrapper-1 .image-wrapper.style-1:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.about-us-image-wrapper-1 .image-wrapper.style-2 {
    width: 180px;
    bottom: 0px;
    left: 57%;
    margin-bottom: -33px;
    margin-right: 148px;
    animation: flipInX 2s linear infinite alternate;
}
@media (max-width: 1400px) {
    .about-us-image-wrapper-1 .image-wrapper.style-2 {
        margin-right: 0;
    }
}
@media (max-width: 1200px) {
    .about-us-image-wrapper-1 .image-wrapper.style-2 {
        bottom: 20%;
        right: 20%;
    }
}
@media (max-width: 767px) {
    .about-us-image-wrapper-1 .image-wrapper.style-2 {
        right: 10%;
        width: 120px;
    }
}
.about-us-image-wrapper-1 .image-wrapper.style-2:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.about-us-image-wrapper-1 .image-wrapper.style-3 {
    width: 360px;
    top: 0;
    right: 0;
    margin-top: 33px;
    margin-left: 85px;
}
@media (max-width: 1400px) {
    .about-us-image-wrapper-1 .image-wrapper.style-3 {
        width: 310px;
        margin: 0;
    }
}
@media (max-width: 1200px) {
    .about-us-image-wrapper-1 .image-wrapper.style-3 {
        right: 34%;
    }
}
@media (max-width: 992px) {
    .about-us-image-wrapper-1 .image-wrapper.style-3 {
        right: 10%;
    }
}
@media (max-width: 767px) {
    .about-us-image-wrapper-1 .image-wrapper.style-3 {
        right: 0;
        width: 180px;
    }
}
.about-us-image-wrapper-1 .image-wrapper.style-3:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.meta-wrapper {
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .meta-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
    }
}
.meta-wrapper .meta-user {
    margin-left: 53px;
    display: inline-flex;
}
.meta-wrapper .meta-user .image-inner {
    border-radius: 100%;
    border: 3px solid #fff;
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin-left: -23px;
    background-color: #041126;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meta-wrapper .meta-user .image-inner i {
    color: #fff;
}
.counter-wrapper {
    display: flex;
    margin-left: 16px;
}
.counter-wrapper .counter-inner {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    cursor: default;
}
.counter-wrapper .customers {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-weight: 400;
    cursor: default;
}
.about-us-area.style-2 {
    background-color: #fff;
}
.about-us-info-card-wrapper {
    display: flex;
    gap: 70px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .about-us-info-card-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}
.about-us-content-wrapper-2 .section-title {
    margin-bottom: 42px;
    width: 550px;
}
.about-us-content-wrapper-2 .section-title .bottom-shape {
    margin-top: -28px;
    width: 404px;
}
@media (max-width: 992px) {
    .about-us-content-wrapper-2 .section-title {
        width: 360px;
    }
    .about-us-content-wrapper-2 .section-title .bottom-shape {
        margin-top: -25px;
        width: 300px;
    }
}
@media (max-width: 767px) {
    .about-us-content-wrapper-2 .section-title {
        width: auto;
    }
}
.about-us-content-wrapper-2 .counter-area.style-2 {
    gap: 95px !important;
}
.about-us-image-wrapper-2 {
    position: relative;
}
.about-us-image-wrapper-2 .image-inner {
    position: relative;
}
.about-us-image-wrapper-2 .image-inner .main-img {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    margin-top: -36px;
    left: 14.6%;
}
@media (max-width: 1200px) {
    .about-us-image-wrapper-2 .image-inner .main-img {
        position: unset;
        left: 0;
        margin-top: 0;
    }
}
.about-us-image-wrapper-2 .image-inner .main-img img {
    border-radius: 16px;
}
.about-us-image-wrapper-2 .image-inner .sub-img {
    position: absolute;
    top: 221px;
    left: 54.4%;
    background-color: #fff;
    padding: 14px;
    border-radius: 16px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .about-us-image-wrapper-2 .image-inner .sub-img {
        top: 270px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .about-us-image-wrapper-2 .image-inner .sub-img {
        display: none;
    }
}
.about-us-image-wrapper-2 .image-inner .sub-img img {
    border-radius: 16px;
}
.link-card {
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    justify-content: center;
    align-items: center;
    gap: 16px;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
.link-card.style-1 {
    top: 40px;
    right: 0;
    padding: 23px 49px 22px 23px;
    animation: MoveUpDown 3s linear infinite alternate;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .link-card.style-1 {
        padding: 20px;
        top: 10px;
        right: 10px;
    }
}
.link-card.style-2 {
    top: 376px;
    right: 247px;
    padding: 22px 80px 22px 27px;
    animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .link-card.style-2 {
        top: inherit;
        right: inherit;
        bottom: 10px;
        left: 10px;
        padding: 20px;
    }
}
.link-card .video-btn a {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #001d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}
.link-card .video-btn a i {
    color: #fff;
    font-size: 18px;
}
.link-card .icon-wrapper {
    border-radius: 100%;
    background-color: #001d3d;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-card .icon-wrapper i {
    color: #fff;
}
.link-card .content-wrapper .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0;
    cursor: default;
}
.link-card .content-wrapper .title a:hover {
    background-position: -100%;
}
.link-card .content-wrapper .location-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}
.link-card .content-wrapper .location-inner .icon {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-card .content-wrapper .location-inner .address {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 0px !important;
    cursor: default;
}
.link-card .content-wrapper .link-up {
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #001d3d;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.about-us-area.style-3 {
    padding: 0;
    position: relative;
}
@media (max-width: 767px) {
    .about-us-area.style-3 {
        background-color: #fafafa;
    }
}
.about-us-area.style-3 .shape {
    position: absolute;
    z-index: 10;
    bottom: 112px;
    left: 36.5%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .about-us-area.style-3 .shape {
        display: none;
    }
}
@media (max-width: 767px) {
    .about-us-area.style-3 .banner-shape {
        display: none;
    }
}
.about-us-area.style-3 .banner-shape .bg-shape {
    position: absolute;
    height: 734px;
}
@media (max-width: 992px) {
    .about-us-area.style-3 .banner-shape .bg-shape {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .about-us-area.style-3 .banner-shape .bg-shape {
        width: 75%;
    }
}
.about-us-area.style-3 .banner-shape .bg-img {
    position: absolute;
    z-index: -2;
    height: 734px;
}
.about-us-area.style-3 .about-us-wrapper {
    display: flex;
    gap: 110px;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
    position: relative;
}
@media (max-width: 1400px) {
    .about-us-area.style-3 .about-us-wrapper {
        gap: 0;
        justify-content: space-between;
    }
}
@media (max-width: 992px) {
    .about-us-area.style-3 .about-us-wrapper {
        justify-content: start;
        padding: 100px 0;
    }
}
@media (max-width: 992px) {
    .about-us-area.style-3 .about-us-wrapper {
        justify-content: start;
        padding: 80px 0;
    }
}
.about-us-area.style-3 .counter-area.style-2 {
    gap: 40px !important;
}
@media (max-width: 992px) {
    .about-us-area.style-3 .counter-area.style-2 {
        gap: 20px !important;
    }
}
@media (max-width: 767px) {
    .about-us-area.style-3 .counter-area.style-2 {
        gap: 10px !important;
    }
}
.about-us-area.style-3 .about-us-content-wrapper-2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.about-us-area.style-3 .section-title {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 550px;
}
@media (max-width: 1400px) {
    .about-us-area.style-3 .section-title {
        width: auto;
    }
}
@media (max-width: 992px) {
    .about-us-area.style-3 .video-modal-card {
        display: none;
    }
}
.about-us-area.style-3 .video-modal-card .image-wrapper {
    border-radius: 16px;
    padding: 10px;
}
.about-us-area.style-3 .video-modal-card .image-wrapper img {
    border-radius: 16px;
}
.location-card {
    position: relative;
    margin-right: 9px;
    border-radius: 16px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .location-card {
        margin-right: 0;
    }
}
.location-card .image-wrapper {
    position: relative;
}
.location-card .image-wrapper .image-inner {
    z-index: 2;
    overflow: hidden;
    transition: 1s;
}
.location-card .image-wrapper .image-inner:before {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: rgb(254 113 42 / 0.6);
    content: "";
    transition: all 0.5s ease-out;
}
.location-card .image-wrapper .image-inner img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out;
}
.location-card .image-wrapper .favourite-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-67%, 52%);
    z-index: 20;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 8px 24px rgb(0 0 0 / 0.08));
}
.location-card .image-wrapper .favourite-icon.active i {
    color: #001d3d;
}
.location-card .image-wrapper .favourite-icon i {
    color: #fe712a;
    font-size: 20px;
}
.location-card .content-wrapper {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    margin-bottom: -100px;
    left: 0;
    right: 0;
    margin-left: 17px;
    margin-right: 17px;
    border-radius: 16px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.5s ease-out;
}
.location-card .content-wrapper .content-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    opacity: 0;
    transition: all 0.5s ease-out;
}
@media (max-width: 1400px) {
    .location-card .content-wrapper .content-inner {
        gap: 0;
        justify-content: space-between;
    }
}
.location-card .content-wrapper .content-inner .content-title {
    line-height: 0;
    width: 162px;
}
@media (max-width: 1400px) {
    .location-card .content-wrapper .content-inner .content-title {
        width: auto;
    }
}
.location-card .content-wrapper .content-inner .content-title a {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
.location-card .content-wrapper .content-inner .content-title a:hover {
    background-position: -100%;
}
.location-card .content-wrapper .content-inner .icon {
    position: relative;
    overflow: hidden;
    transition: 1s;
    background-color: #001d3d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-out;
    flex-shrink: 0;
}
.location-card .content-wrapper .content-inner .icon:before {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #041126;
    content: "";
    transition: all 0.5s ease-out;
    color: #fff;
}
.location-card .content-wrapper .content-inner .icon:hover:before {
    width: 100%;
    transition: all 0.5s ease-out;
}
.location-card .content-wrapper .content-inner .icon i {
    color: #fff;
    font-size: 28px;
    transform: translate(-28px, 14px);
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 10;
}
.location-card:hover .image-inner:before {
    height: 100%;
    transition: all 0.5s ease-out;
}
.location-card:hover .favourite-icon i {
    transform: rotateY(360deg);
    transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper {
    visibility: visible;
    margin-bottom: 17px;
    transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper .content-inner {
    opacity: 1;
    transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper .content-inner .icon i {
    transform: none;
    transition: all 0.5s ease-out;
}
.location-card:hover .content-wrapper .content-inner .content-title {
    background-position: -100%;
}
.rating {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
}
.rating .ratting-inner {
    align-items: end;
    margin-top: 14px;
    margin-right: 16px;
    border-radius: 50px;
    background-color: #fff;
    padding: 2px 12px;
}
.rating .ratting-inner span {
    cursor: default;
    margin-right: 4px;
}
.rating .ratting-inner span i {
    font-size: 20px;
    color: #fe712a;
}
.rating .ratting-inner .counter {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.card-location {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
}
.card-location .location-inner {
    align-items: end;
    margin-top: 14px;
    margin-right: 28px;
    border-radius: 50px;
    background-color: #fff;
    padding: 6px 16px;
}
.card-location .location-inner span i {
    font-size: 14px;
    color: #041126;
}
.card-location .location-inner .address {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}
.location-card.style-2 {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
    transition: all 0.5s ease-out;
}
.location-card.style-2 .image-wrapper .image-inner {
    border-radius: 16px 16px 0 0;
}
.location-card.style-2 .image-wrapper .image-inner:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0),
        to(rgb(255 255 255 / 0.8))
    );
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.8) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20;
}
.location-card.style-2 .image-wrapper .rating {
    left: 0 !important;
    right: inherit;
    margin-left: 18px;
}
.location-card.style-2 .content-wrapper {
    visibility: visible;
    margin-bottom: 0;
    position: relative;
    margin-top: 34px;
    margin: 32px;
}
.location-card.style-2 .content-wrapper .content-inner {
    opacity: 1;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0;
    gap: 3px;
}
.location-card.style-2 .content-wrapper .content-inner .price {
    color: #001d3d;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    cursor: default;
}
.location-card.style-2 .content-wrapper .content-inner .content-title {
    width: auto;
    background-position: -100%;
}
.location-card.style-2 .content-wrapper .content-inner .content-title a {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -0.56px;
}
@media (max-width: 1400px) {
    .location-card.style-2 .content-wrapper .content-inner .content-title a {
        font-size: 22px;
    }
}
.location-card.style-2 .content-wrapper .content-inner .content-title a:hover {
    background-position: -100%;
}
.location-card.style-2 .content-wrapper .content-inner .time-zone {
    border-top: 1px solid #e7e7e7;
    padding-top: 24px;
    margin-top: 12px;
    width: 100%;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 24px;
}
.location-card.style-2
    .content-wrapper
    .content-inner
    .time-zone
    .time-zone-inner {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.location-card.style-2
    .content-wrapper
    .content-inner
    .time-zone
    .time-zone-inner
    i {
    color: #001d3d;
    font-size: 18px;
}
.location-card.style-2
    .content-wrapper
    .content-inner
    .time-zone
    .time-zone-inner
    .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    cursor: default;
}
.location-card.style-2:hover {
    margin-top: -10px;
    transition: all 0.5s ease-out;
}
.location-card.style-2:hover .image-wrapper .image-inner:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.location-card.style-3 {
    overflow: hidden;
}
.location-card.style-3 .image-wrapper .image-inner {
    border-radius: 16px;
}
.location-card.style-3 .image-wrapper .image-inner:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0),
        to(rgb(255 255 255 / 0.8))
    );
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.8) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20;
}
.location-card.style-3 .image-wrapper .image-inner img {
    border-radius: 16px;
}
.location-card.style-3 .content-wrapper {
    visibility: visible;
    margin-bottom: 0;
    position: relative;
    margin: 0;
    margin-top: 32px;
}
.location-card.style-3 .content-wrapper .content-inner {
    opacity: 1;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0;
    gap: 3px;
}
.location-card.style-3 .content-wrapper .content-inner .price {
    color: #001d3d;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
.location-card.style-3 .content-wrapper .content-inner .title {
    width: auto;
    font-size: 24px;
}
.location-card.style-3 .content-wrapper .content-inner .title a {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.56px;
}
.location-card.style-3 .content-wrapper .content-inner .title a:hover {
    background-position: -100%;
}
.location-card.style-3 .content-wrapper .content-inner .time-zone {
    border-top: 1px solid #e7e7e7;
    padding-top: 24px;
    margin-top: 12px;
    width: 100%;
    display: flex;
    gap: 24px;
}
.location-card.style-3
    .content-wrapper
    .content-inner
    .time-zone
    .time-zone-inner {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.location-card.style-3
    .content-wrapper
    .content-inner
    .time-zone
    .time-zone-inner
    i {
    color: #8f90a6;
    font-size: 18px;
}
.location-card.style-3
    .content-wrapper
    .content-inner
    .time-zone
    .time-zone-inner
    .desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
}
.location-card.style-3:hover .image-wrapper .image-inner:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.location-image-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 8px;
    align-items: center;
    text-align: center;
    transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-image-card {
        padding: 30px;
    }
}
@media (max-width: 1400px) {
    .location-image-card {
        padding: 40px;
    }
}
.location-image-card .img-wrapper {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-out;
}
.location-image-card .img-wrapper:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0),
        to(rgb(255 255 255 / 0.8))
    );
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.8) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20;
}
.location-image-card .content-inner .city {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 26px;
    margin-bottom: 0px !important;
    cursor: default;
}
.location-image-card .content-inner .city:hover {
    background-position: -100%;
}
.location-image-card .content-inner .duration {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    cursor: default;
}
.location-image-card:hover {
    margin-top: -20px;
    transition: all 0.5s ease-out;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
.location-image-card:hover .img-wrapper {
    transform: rotateY(15deg);
    transition: all 0.5s ease-out;
}
.location-image-card:hover .img-wrapper:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.location-image-card.style-2 {
    border: 1px solid #e7e7e7;
}
.location-slider-area.style-1 {
    padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-slider-area.style-1 {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-slider-area.style-1 {
        padding: 30px 0;
    }
}
.location-slider-area.style-1 .slick-track .slick-slide {
    margin-top: 0;
}
.location-slider-area.style-1 .slick-track .slick-active {
    margin-top: 0;
    transition: all 0.5s ease-out;
}
.location-slider-area.style-1 .slick-track .slick-active:nth-child(4n + 2),
.location-slider-area.style-1 .slick-track .slick-active:nth-child(4n + 4) {
    margin-top: 40px;
    transition: all 0.5s ease-out;
}
@media (max-width: 1200px) {
    .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n + 2),
    .location-slider-area.style-1 .slick-track .slick-active:nth-child(4n + 4) {
        margin-top: 0;
    }
}
.location-slider-area.style-1 .section-title {
    margin-top: 10px;
    margin-bottom: 48px;
}
@media (max-width: 1400px) {
    .location-slider-area.style-1 .section-title {
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    .location-slider-area.style-1 .section-title .bottom-shape {
        width: 345px;
    }
}
.location-slider-area.style-1 .location-card .image-wrapper {
    height: 370px;
}
.location-slider-area .slick-list {
    margin: 0 -12px;
}
.location-slider-area .slick-list .slick-slide {
    margin: 0 8px;
}
.location-slider-area .slick-arrow {
    display: none !important;
}
.location-slider-area .location-slider-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.location-slider-area .location-slider-arrow .location-arrow-btn {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn,
.location-slider-area .location-slider-arrow .location-arrow-btn.next-btn {
    overflow: hidden;
    transition: all 0.5s ease-out;
    position: relative;
}
.location-slider-area
    .location-slider-arrow
    .location-arrow-btn.prev-btn:before,
.location-slider-area
    .location-slider-arrow
    .location-arrow-btn.next-btn:before {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #001d3d;
    content: "";
    transition: all 0.5s ease-out;
    color: #fff;
}
.location-slider-area
    .location-slider-arrow
    .location-arrow-btn.prev-btn:hover:before,
.location-slider-area
    .location-slider-arrow
    .location-arrow-btn.next-btn:hover:before {
    width: 100%;
    transition: all 0.5s ease-out;
}
.location-slider-area
    .location-slider-arrow
    .location-arrow-btn.prev-btn:hover
    i,
.location-slider-area
    .location-slider-arrow
    .location-arrow-btn.next-btn:hover
    i {
    color: #fff;
    transition: all 0.5s ease-out;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn {
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.prev-btn i {
    color: #041126;
    position: relative;
    z-index: 10;
    transition: all 0.5s ease-out;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.next-btn {
    background-color: #e6efff;
}
.location-slider-area .location-slider-arrow .location-arrow-btn.next-btn i {
    color: #001d3d;
    position: relative;
    z-index: 10;
    transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-slider-area .location-slider-arrow {
        display: none !important;
    }
}
.location-slider-area.style-2 .location-card.style-2 {
    box-shadow: none;
}
.location-area {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-area {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-area {
        padding: 28px 0;
    }
}
.location-area .section-title {
    margin-bottom: 47px;
}
.location-area.style-2 {
    padding: 120px 0;
    position: relative;
    background-color: #f9f8f7;
}
.location-area.style-2 .bg-bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-area.style-2 {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-area.style-2 {
        padding: 36px 0;
    }
}
.location-area.style-2 .sec-btn {
    margin-top: 56px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-area.style-2 .sec-btn {
        margin-top: 23px;
    }
}
.location-area.style-3 {
    padding: 0;
    padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-area.style-3 {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-area.style-3 {
        padding-bottom: 80px;
    }
}
.location-area.style-4 .location-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.location-area.style-4 .location-card.style-1 {
    transition: all 0.5s ease-out;
}
.location-area.style-4 .location-card.style-1 .image-inner:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0),
        to(rgb(255 255 255 / 0.8))
    );
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.8) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20;
}
.location-area.style-4 .location-card.style-1:hover {
    margin-top: -10px;
    transition: all 0.5s ease-out;
}
.location-area.style-4
    .location-card.style-1:hover
    .image-wrapper
    .image-inner:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.location-area.style-5 .location-card {
    border: none !important;
    box-shadow: none;
}
.location-area.style-5 .location-card .content-wrapper {
    margin: 0;
    margin-top: 28px;
}
.location-area.style-5 .location-card .content-wrapper .title a {
    font-size: 24px;
}
.location-area.style-5 .location-card .content-wrapper .time-zone {
    gap: 20px;
}
.why-choose-us-area {
    padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-us-area {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .why-choose-us-area {
        padding: 50px 0;
    }
}
.why-choose-us-area.style-1 {
    background: #f9f8f7;
}
.why-choose-us-area .section-title {
    margin-top: 16px;
    flex-direction: column;
    align-items: start;
    margin-bottom: 0;
}
.why-choose-us-area .section-title .title {
    padding-right: 20px;
}
.why-choose-us-area .section-title .bottom-shape {
    width: 272px;
}
.why-choose-us-area .image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    animation: MoveLeftRight 2s linear infinite alternate;
}
.why-choose-us-area .image-wrapper img {
    width: 100%;
}
.why-choose-us-area .info-wrapper {
    margin-left: 10px;
}
@media (max-width: 1400px) {
    .why-choose-us-area .info-wrapper {
        margin: 0;
    }
}
.why-choose-us-area .info-wrapper .info-card {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    margin-top: 29px;
}
.why-choose-us-area .info-wrapper .info-card:first-child {
    border: none;
    padding: 0;
    margin-top: 0;
}
.why-choose-us-area .info-wrapper .info-card .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}
.why-choose-us-area .info-wrapper .info-card .content .title {
    margin: 0;
}
.why-choose-us-area .info-wrapper .info-card .content .desc {
    margin: 0;
}
.why-choose-us-area.style-2 .sec-btn {
    margin: 0 !important;
}
.why-choose-us-area.style-3 {
    background-color: #fafafa;
    position: relative;
}
.why-choose-us-area.style-3 .shape {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 992px) {
    .why-choose-us-area.style-3 .shape {
        height: 80px;
    }
}
.why-choose-us-area.style-3 .section-title {
    margin-top: 0;
}
.why-choose-us-area.style-3 .info-card {
    width: auto;
}
.why-choose-us-area.style-3 .info-card .icon-wrapper {
    background: #fff0;
    width: 60px;
    height: 60px;
    box-shadow: none;
}
.why-choose-us-area.style-3 .info-card .icon-wrapper img {
    width: 60px;
    height: 60px;
}
.process-step-area {
    position: relative;
    padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-step-area {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .process-step-area {
        padding: 80px 0;
    }
}
.process-step-area .bg-shape {
    position: absolute;
    top: 47.5%;
    left: 24.5%;
}
@media (max-width: 1400px) {
    .process-step-area .bg-shape {
        display: none;
    }
}
.process-step-area .section-title {
    margin-bottom: 49px;
}
.process-step-area .section-title .title {
    width: 550px;
}
@media (max-width: 767px) {
    .process-step-area .section-title .title {
        width: auto;
    }
}
.process-step-area .section-title .bottom-shape {
    margin-left: 50px;
}
@media (max-width: 767px) {
    .process-step-area .section-title .bottom-shape {
        width: 275px;
        margin-left: 30px;
    }
}
.process-card {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-card .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-card .content-wrapper .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.56px;
    margin-top: 40px;
    margin-bottom: 0;
    cursor: default;
}
.process-card .content-wrapper .desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
    width: 324px;
    margin: 0;
    margin-top: 12px;
    cursor: default;
}
.process-card:hover .img-wrapper {
    -webkit-animation: flipInX 2s linear alternate;
    animation: flipInX 2s linear alternate;
}
.cta-area.style-1 {
    background-repeat: no-repeat;
    overflow: hidden;
}
.cta-area .section-title {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0;
    padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .section-title {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .cta-area .section-title {
        padding: 80px 0;
    }
}
.cta-area .section-title .title {
    padding-right: 20px;
}
.cta-area .section-title .bottom-shape {
    width: 294px;
}
.cta-area .section-title .sec-btn {
    display: flex;
    gap: 16px;
}
@media (max-width: 992px) {
    .cta-area .section-title .sec-btn {
        margin-top: 0;
    }
}
.cta-area .image-wrapper {
    position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .cta-area .image-wrapper {
        display: none;
    }
}
.cta-area .image-wrapper .wave-shape {
    position: absolute;
    top: 28.6%;
    left: 9.7%;
}
.cta-area .image-wrapper .top-circle {
    position: absolute;
    top: 24.8%;
    right: -5.5%;
    animation: MoveUpDown 3s linear infinite alternate;
}
.cta-area .image-wrapper .bottom-circle {
    position: absolute;
    bottom: 9.6%;
    left: 20.4%;
    animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1400px) {
    .cta-area .image-wrapper .bottom-circle {
        left: 7%;
    }
}
@media (max-width: 1200px) {
    .cta-area .image-wrapper .bottom-circle {
        left: -7%;
    }
}
.cta-area .image-wrapper .side-img {
    position: relative;
    margin-top: 50px;
    margin-right: 116px;
}
.latest-posts-area {
    padding: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-posts-area {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .latest-posts-area {
        padding: 50px 0 30px;
    }
}
.latest-post-card {
    display: flex;
    flex-direction: column;
}
.latest-post-card .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    height: 371px;
    position: relative;
}
.latest-post-card .img-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.latest-post-card .img-wrapper:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0),
        to(rgb(255 255 255 / 0.8))
    );
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.8) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20;
}
.latest-post-card .content-wrapper .short-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
    margin-top: 30px;
    cursor: default;
}
.latest-post-card .content-wrapper .post-title {
    margin: 0;
    line-height: 0;
    margin-top: 10px;
}
.latest-post-card .content-wrapper .post-title a {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.56px;
    margin: 0;
}
@media (max-width: 1400px) {
    .latest-post-card .content-wrapper .post-title a {
        font-size: 22px;
    }
}
.latest-post-card .content-wrapper .post-title a:hover {
    background-position: -100%;
}
.latest-post-card:hover .img-wrapper:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.latest-post-card.style-2 {
    flex-direction: row;
    gap: 24px;
}
@media (max-width: 992px) {
    .latest-post-card.style-2 {
        flex-direction: column;
        gap: 0;
    }
}
.latest-post-card.style-2 .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    width: 256px;
    height: 253px;
}
@media (max-width: 1400px) {
    .latest-post-card.style-2 .img-wrapper {
        width: 230px;
        height: 230px;
    }
}
@media (max-width: 992px) {
    .latest-post-card.style-2 .img-wrapper {
        width: 100%;
    }
}
@media (max-width: 1400px) {
    .latest-post-card.style-2 .content-wrapper .short-title {
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    .latest-post-card.style-2 .content-wrapper .short-title {
        margin-top: 30px;
    }
}
@media (max-width: 1400px) {
    .latest-post-card.style-2 .content-wrapper .post-meta {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
}
.video-modal-area {
    background-color: #fafafa;
    padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-modal-area {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .video-modal-area {
        padding: 80px 0;
    }
}
.video-modal-area .section-title {
    gap: 202px;
    margin-bottom: 34px;
}
@media (max-width: 992px) {
    .video-modal-area .section-title {
        gap: 60px;
    }
}
@media (max-width: 767px) {
    .video-modal-area .section-title {
        gap: 30px;
        flex-direction: column;
    }
}
.video-modal-area .section-title .btn-sec-inner {
    margin-top: -12px;
}
.video-modal-card {
    position: relative;
    overflow: hidden;
}
.video-modal-card .image-wrapper {
    border-radius: 24px;
    padding: 12px;
    background-color: #fff;
    overflow: hidden;
}
.video-modal-card .image-wrapper img {
    border-radius: 24px;
    flex-shrink: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .video-modal-card .image-wrapper {
        padding: 0;
        border-radius: 12px;
    }
    .video-modal-card .image-wrapper img {
        border-radius: 12px;
    }
}
.popup-video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-btn a {
    width: 88px;
    height: 88px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0.7);
    background-color: #fff;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .video-btn a {
        width: 70px;
        height: 70px;
    }
}
.video-btn a i {
    color: #001d3d;
    font-size: 30px;
}
.video-btn a:hover {
    animation: none;
}
.brand-slider-area {
    padding: 120px 0;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-slider-area {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .brand-slider-area {
        padding: 80px 0;
    }
}
.brand-slider-wrapper {
    display: flex;
    justify-content: space-between;
}
.counter-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
}
@media (max-width: 992px) {
    .counter-area {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}
.counter-area .single-counter {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
@media (max-width: 992px) {
    .counter-area .single-counter {
        width: 44%;
        justify-content: start;
        align-items: start;
    }
}
.counter-area .single-counter .counter-inner {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin: 0;
    cursor: default;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .counter-area .single-counter .counter-inner {
        font-size: 32px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .counter-area .single-counter .counter-inner {
        font-size: 28px;
    }
}
.counter-area .single-counter .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    cursor: default;
}
.counter-area.style-2 {
    justify-content: start;
    gap: 95px;
    margin-top: 0;
}
.post-meta {
    margin-top: 22px;
    display: flex;
    gap: 15px;
}
.post-meta .user-info {
    display: flex;
    gap: 11px;
}
.post-meta .user-info .image-wrapper {
    border-radius: 100%;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.post-meta .user-info .name {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    margin: 0;
}
.post-meta .date-info .date,
.post-meta .date-info .time,
.post-meta .time-info .date,
.post-meta .time-info .time {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    cursor: default;
}
.post-meta .date-info .date:before,
.post-meta .date-info .time:before,
.post-meta .time-info .date:before,
.post-meta .time-info .time:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #585866;
    border-radius: 100%;
}
.post-meta.style-2 {
    justify-content: space-between;
}
.post-meta.style-2 .post-meta-inner {
    display: flex;
    gap: 12px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .post-meta.style-2 .post-meta-inner {
        flex-direction: column;
        gap: 6px;
        justify-content: start;
        align-items: start;
    }
}
.post-meta.style-2 .badge {
    display: flex;
    padding: 4px 12px;
    align-items: flex-start;
    gap: 10px;
    background-color: #e6efff;
    border-radius: 50px;
}
.post-meta.style-2 .badge .badge-btn {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #001d3d;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
}
.destination-details .single-post-item {
    padding: 0;
}
.destination-details .single-post-item .post-title {
    margin-bottom: 24px;
}
.destination-details .single-post-item .post-thumbnail {
    margin: 40px 0;
}
.destination-details .single-post-item ul {
    padding: 0;
    margin-bottom: 50px;
}
.destination-details .single-post-item ul li {
    padding: 24px 0;
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
}
.destination-details .single-post-item ul li:first-child {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.destination-details .single-post-item ul li:last-child {
    border-top: none !important;
    border-bottom: 1px solid #e7e7e7;
}
.destination-details .single-post-item ul li p {
    margin: 0px !important;
}
.destination-details .single-post-item ul li .list-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
}
.destination-details .single-post-item ul li .list-details {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.destination-details .single-post-item h6 {
    margin-top: 60px;
    margin-bottom: 24px !important;
}
.destination-details .sidebar .widget_latest_post li .price {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #001d3d;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
.destination-details .sidebar .widget_latest_post li .latest-post-meta:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
}
.location-filter-wrapper {
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
    padding: 34px;
    background-color: #fff;
    position: absolute;
    z-index: 20;
    border-radius: 16px;
    top: 66.6%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-filter-wrapper {
        position: unset;
    }
}
.location-filter-card form {
    position: relative;
    display: inline-flex;
    gap: 104px;
}
@media (max-width: 1200px) {
    .location-filter-card form {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
}
.location-filter-card form input {
    width: 100px;
}
.location-filter-card form input,
.location-filter-card form span {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    cursor: pointer;
}
.location-filter-card form .single-item {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    width: 130px;
    gap: 8px;
}
@media (max-width: 1200px) {
    .location-filter-card form .single-item {
        width: auto;
    }
}
.location-filter-card form .single-item.price-range-inner {
    position: relative;
}
.location-filter-card form .single-item.price-range-inner .priceSlider {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
.location-filter-card form .single-item.price-range-inner.active .priceSlider {
    visibility: visible;
    margin-top: 62px;
}
.location-filter-card
    form
    .single-item.price-range-inner.active
    .priceSlider
    label {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #5e6f92;
    font-weight: 400;
    justify-content: start;
}
.location-filter-card
    form
    .single-item.price-range-inner.active
    .priceSlider
    label:after {
    display: none;
}
.location-filter-card form .single-item label,
.location-filter-card form .single-item .priceLabel {
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.location-filter-card form .single-item label:after,
.location-filter-card form .single-item .priceLabel:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    color: #001d3d;
    font-size: 14px;
}
.location-filter-card form .single-item .select-location {
    position: relative;
}
.location-filter-card form .single-item .select-location-inner {
    display: none;
}
.location-filter-card form .single-item .select2.select2-container {
    padding: 0 !important;
    margin-top: 0 !important;
    visibility: visible !important;
}
.location-filter-card form .single-item .select2.select2-container span {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    cursor: default;
}
.location-filter-card form .single-item .datepicker {
    position: relative;
}
.location-filter-card form .single-item .datepicker input {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    cursor: default;
}
.location-filter-card form button {
    border-radius: 12px;
    background-color: #001d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}
.location-filter-card form button i {
    color: #fff;
    font-size: 24px;
}
.location-filter-card form button.style-1 {
    width: 64px;
    height: 64px;
}
.location-filter-card form button:hover i {
    transition: all 0.5s ease-out;
    transform: rotateY(360deg);
}
.location-filter-wrapper.style-2 {
    position: absolute;
    top: 0;
    transform: translate(0%, -50%);
    padding: 40px;
}
@media (max-width: 1200px) {
    .location-filter-wrapper.style-2 {
        position: unset;
    }
}
@media (max-width: 767px) {
    .location-filter-wrapper.style-2 {
        transform: translate(0%, -12%);
    }
}
.location-filter-wrapper.style-2 form {
    gap: 118px;
}
@media (max-width: 1400px) {
    .location-filter-wrapper.style-2 form {
        gap: 40px;
    }
}
.location-filter-wrapper.style-2 form button {
    height: auto;
    width: auto;
    padding: 16px 38px;
}
.location-filter-wrapper.style-2 form button i {
    margin-right: 12px;
}
.location-filter-card.style-2 {
    position: absolute;
    top: 0;
    transform: translate(0%, -50%);
    padding: 40px;
    gap: 153px;
}
@media (max-width: 992px) {
    .location-filter-card.style-2 {
        flex-wrap: wrap;
        position: unset;
        transform: unset;
        top: unset;
        gap: 40px;
    }
}
.location-filter-card.style-2 button {
    height: auto;
    width: auto;
    padding: 16px 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.slider-area {
    position: relative;
}
.slider-area.style-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
}
.slider-area.style-1 .banner-shape-1 {
    position: absolute;
    top: 23.4%;
    left: 5%;
    -webkit-animation: fadeInLeft 1s alternate infinite;
    animation: fadeInLeft 1s alternate infinite;
}
@media (max-width: 1400px) {
    .slider-area.style-1 .banner-shape-1 {
        top: 14%;
        left: 1%;
    }
}
.slider-area.style-1 .banner-shape-2 {
    position: absolute;
    bottom: 0;
    left: 5.3%;
    -webkit-animation: fadeInUp 1s alternate infinite;
    animation: fadeInUp 1s alternate infinite;
}
@media (max-width: 1200px) {
    .slider-area.style-1 .banner-shape-2 {
        height: 60px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area.style-1 .banner-shape-2 {
        display: none;
    }
}
.slider-area.style-1 .banner-shape-3 {
    position: absolute;
    top: 25%;
    right: 0;
    -webkit-animation: fadeInLeft 5s alternate infinite;
    animation: fadeInLeft 5s alternate infinite;
}
.slider-area.style-1 .banner-shape-4 {
    position: absolute;
    bottom: 8%;
    right: 4.8%;
    -webkit-animation: fadeInDown 1s alternate infinite;
    animation: fadeInDown 1s alternate infinite;
}
@media (max-width: 992px) {
    .slider-area.style-1 .banner-shape-4 {
        display: none;
    }
}
.slider-area .slider-wrapper .slick-active .slider-short-title,
.slider-area .slider-wrapper .slick-active .slider-title,
.slider-area .slider-wrapper .slick-active .slider-short-desc,
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both;
}
.slider-area .slider-wrapper .slick-active .slider-short-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slider-area .slider-wrapper .slick-active .slider-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.slider-area .slider-wrapper .slick-active .slider-short-desc {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.slider-area .slider-wrapper .slick-dots {
    display: none;
    gap: 20px;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
    z-index: 2;
    flex-direction: column;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area .slider-wrapper .slick-dots {
        display: none !important;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin-right: 30px;
        bottom: 70px;
        top: unset;
        left: unset;
        right: unset;
        transform: none;
    }
}
.slider-area .slider-wrapper .slick-dots li {
    display: inline-block;
    line-height: 0;
    outline: 1px solid #fff0;
    border: 4px solid #fff0;
    border-radius: 50px;
    transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    background-color: #c3e4de;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button:hover {
    background-color: #ff6731;
    transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active {
    transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active button {
    transition: all 0.5s ease-out;
}
.slider-area .single-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
    height: 959px;
}
@media (max-width: 1200px) {
    .slider-area .single-slider {
        height: 700px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area .single-slider {
        height: auto;
    }
}
.slider-area .single-slider .slider-content-wrapper {
    position: relative;
    z-index: 99;
    padding-top: 48px;
}
@media (max-width: 992px) {
    .slider-area .single-slider .slider-content-wrapper {
        padding-top: 140px;
    }
}
@media (max-width: 767px) {
    .slider-area .single-slider .slider-content-wrapper {
        padding-top: 80px;
    }
}
.slider-area .single-slider .slider-content-wrapper .slider-content {
    position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area .single-slider .slider-content-wrapper .slider-content {
        text-align: center;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .topbar-shape {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -47px;
    margin-top: -25px;
    -webkit-animation: tada 5s alternate infinite;
    animation: tada 5s alternate infinite;
}
@media (max-width: 1400px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .topbar-shape {
        height: 50px;
        margin: 0;
        top: 20px;
        right: 20px;
    }
}
@media (max-width: 1200px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .topbar-shape {
        height: 50px;
        margin: 0;
        top: -8px;
        right: 0;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .bottom-shape {
    margin-top: -40px;
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-short-title {
    font-family: "Fasthand", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    color: #001d3d;
    display: inline-block;
    width: 100%;
    cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-title {
        font-size: 18px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-title {
        font-size: 16px;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    margin-bottom: 0;
    font-size: 78px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.56px;
    cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 60px;
        line-height: 64px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 48px;
        line-height: 56px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-short-desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-btn-wrapper {
    margin-top: 41px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-btn-wrapper {
        margin-top: 30px;
    }
}
.slider-area .single-slider .slider-image {
    margin-left: 130px;
    position: relative;
    z-index: 2;
    width: 860px;
    animation: MoveUpDown 2s linear infinite alternate;
    right: 35px;
    top: 111px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area .single-slider .slider-image.moblile-slider-img {
        left: -30px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area .single-slider .slider-image {
        margin-left: 40px;
        animation: none;
        top: 70px;
        right: unset;
        text-align: center;
    }
}
@media (max-width: 1799px) {
    .slider-area .single-slider .slider-image {
        width: auto;
        margin-top: inherit;
    }
}
.slider-feature-area {
    position: absolute;
    display: flex;
    z-index: 10;
    bottom: 0;
    margin-bottom: 60px;
    gap: 56px;
}
@media (max-width: 1200px) {
    .slider-feature-area {
        margin: 0;
        left: unset;
        bottom: 14%;
    }
}
@media (max-width: 992px) {
    .slider-feature-area {
        margin: 0;
        left: unset;
        bottom: 10%;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-feature-area {
        display: none;
    }
}
.slider-feature-area .single-feature-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.slider-feature-area .single-feature-item .icon {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 0.2);
}
.slider-feature-area .single-feature-item .icon i {
    color: #fff;
}
.slider-feature-area .single-feature-item .desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    width: 245px;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
    margin: 0;
    cursor: default;
}
.slider-area.style-2 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 103px;
    border-radius: 32px;
    overflow: hidden;
}
@media (max-width: 1600px) {
    .slider-area.style-2 {
        margin: 0;
        border-radius: 0;
    }
}
.slider-area.style-2 .slick-slide {
    border: none !important;
}
.slider-area.style-2 .slider-arrow-btn {
    display: none !important;
}
.slider-area.style-2 .slider-arrow-btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 200px;
    margin-bottom: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    z-index: 20;
}
@media (max-width: 1200px) {
    .slider-area.style-2 .slider-arrow-btn-wrapper {
        right: unset;
        left: 10%;
        margin: 0;
        bottom: 2%;
    }
}
@media (max-width: 992px) {
    .slider-area.style-2 .slider-arrow-btn-wrapper {
        display: none;
    }
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn {
    border-radius: 100%;
    width: 56px;
    height: 56px;
    overflow: hidden;
}
.slider-area.style-2 .slider-arrow-btn-wrapper .header-slider-arrow-btn i {
    position: relative;
    z-index: 10;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.prev-btn:before,
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.next-btn:before {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #001d3d;
    border-color: transparent !important;
    content: "";
    transition: all 0.5s ease-out;
    color: #fff;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.prev-btn {
    background-color: #fff0;
    color: #fff;
    position: relative;
    border: 1px solid #e7e7e7;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.prev-btn:hover {
    border-color: #fff0;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.prev-btn:hover:before {
    width: 100%;
    transition: all 0.5s ease-out;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.prev-btn:hover
    i {
    color: #fff;
    transition: all 0.5s ease-out;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.next-btn {
    background-color: #e7e7e7;
    color: #041126;
    position: relative;
    border: 1px solid #fff0;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.next-btn:hover {
    background-color: #fff0;
    border-color: transparent !important;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.next-btn:hover:before {
    width: 100%;
    transition: all 0.5s ease-out;
}
.slider-area.style-2
    .slider-arrow-btn-wrapper
    .header-slider-arrow-btn.next-btn:hover
    i {
    color: #fff;
    transition: all 0.5s ease-out;
}
.slider-area.style-2 .slider-content-wrapper {
    margin-top: 0;
    padding-top: 161px;
    padding-bottom: 267px;
}
@media (max-width: 992px) {
    .slider-area.style-2 .slider-content-wrapper {
        padding: 0;
    }
}
.slider-area.style-2 .slider-content-wrapper .slider-short-desc {
    margin-top: 24px !important;
    padding-right: 60px;
}
@media (max-width: 1400px) {
    .slider-area.style-2 .slider-content-wrapper .slider-short-desc {
        padding-right: 0;
    }
}
.slider-area.style-2 .slider-content-wrapper .slider-btn-wrapper {
    margin-top: 49px !important;
}
.slider-area.style-2 .single-slider {
    height: auto;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area.style-2 .single-slider {
        height: 720px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.style-2 .single-slider {
        height: 700px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area.style-2 .single-slider {
        height: 600px;
    }
}
.slider-area.style-2 .single-slider .slider-short-title,
.slider-area.style-2 .single-slider .slider-title,
.slider-area.style-2 .single-slider .slider-short-desc {
    color: #ffffff !important;
    margin: 0;
}
.slider-area.style-2 .slider-wrapper .container {
    position: relative;
}
.slider-area.style-2 .slider-wrapper .slider-image {
    position: relative;
    z-index: 2;
    float: right;
    margin-top: inherit;
    animation: MoveLeftRight 2s linear infinite alternate;
    right: -50px;
}
.slider-area.style-2 .slider-wrapper .slider-image img {
    float: right;
}
.slider-area.style-3 {
    position: relative;
}
@media (max-width: 767px) {
    .slider-area.style-3 {
        background-color: #fafafa;
    }
}
.slider-area.style-3 .shape-1 {
    position: absolute;
    z-index: 2;
    top: 86px;
    left: 95px;
}
@media (max-width: 1650px) {
    .slider-area.style-3 .shape-1 {
        top: 10px;
        left: 10px;
        height: 120px;
    }
}
@media (max-width: 767px) {
    .slider-area.style-3 .shape-1 {
        display: none;
    }
}
.slider-area.style-3 .shape-2 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}
@media (max-width: 767px) {
    .slider-area.style-3 .shape-2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .slider-area.style-3 .banner-shape {
        display: none;
    }
}
.slider-area.style-3 .banner-shape .shape {
    height: 848px;
    position: absolute;
}
@media (max-width: 992px) {
    .slider-area.style-3 .banner-shape .shape {
        width: 76%;
    }
}
.slider-area.style-3 .banner-shape .bg-img {
    height: 848px;
    position: absolute;
    z-index: -2;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area.style-3 .banner-shape .bg-img {
        height: 550px;
    }
}
.slider-area.style-3 .single-slider {
    height: 848px;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.style-3 .single-slider {
        height: 700px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area.style-3 .single-slider {
        height: 550px;
    }
    .slider-area.style-3 .single-slider:before {
        visibility: visible;
    }
}
.slider-area.style-3 .single-slider .slider-overlay {
    background: linear-gradient(135deg, #1eae98 0%, #005bac 100%);
    opacity: 0.659;
}
.slider-area.style-3 .single-slider .slider-content-wrapper {
    gap: 100px;
    margin-top: -60px;
}
@media (max-width: 992px) {
    .slider-area.style-3 .single-slider .slider-content-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
    width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content {
        text-align: start !important;
    }
}
.slider-area.style-3
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-short-title {
    font-size: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-title {
        font-size: 20px;
        line-height: 28px;
    }
}
.slider-area.style-3
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-title {
    font-size: 78px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 78px;
        line-height: 90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 78px;
        line-height: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 60px;
        line-height: 72px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 0) and (max-width: 350px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 38px;
        line-height: 50px;
    }
}
.slider-area.style-3 .single-slider .slider-btn-wrapper {
    display: flex;
    gap: 24px;
}
.slider-area.style-3 .single-slider .popup-video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: unset;
    transform: none;
}
.slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a {
    width: 63px;
    height: 63px;
}
.slider-area.style-3 .single-slider .popup-video-wrapper .video-btn a i {
    font-size: 24px;
}
.slider-area.style-3 .single-slider .popup-video-wrapper span,
.slider-area.style-3 .single-slider .popup-video-wrapper .btn-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}
.slider-area.style-3 button.slider-arrow-btn {
    display: block !important;
}
.slider-area.style-3 .slider-wrapper .slick-dots {
    display: none !important;
}
.info-card {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}
.info-card .icon-wrapper {
    color: #d99f42;
    background-color: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 33px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.08);
}
.info-card .icon-wrapper img {
    width: 34px;
    height: 34px;
}
.info-card .content {
    margin-top: 24px;
}
.info-card .content .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #d99f42;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    cursor: default;
}
.info-card .content .desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 170%;
    cursor: default;
}
.info-card:hover .icon-wrapper {
    -webkit-animation: bounce 1s alternate;
    animation: bounce 1s alternate;
}
.info-card:hover .icon-wrapper img {
    transform: rotateY(360deg);
    transition: all 0.5s ease-out;
}
.info-card.style-2 {
    flex-direction: column;
    align-items: start;
    width: 228px;
    gap: 25px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .info-card.style-2 {
        flex-direction: row;
        width: auto;
    }
}
.info-card.style-2 .content {
    margin-top: 0;
}
.icon-card {
    display: flex;
    background: #fff;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 36px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .icon-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}
.icon-card:hover .icon img {
    transform: rotateY(360deg);
    transition: all 0.5s ease-out;
}
.icon-card .icon {
    width: 78px;
    height: 78px;
    display: flex;
    flex-shrink: 0;
}
.icon-card .icon img {
    width: 100%;
    transition: all 0.5s ease-out;
}
.icon-card .content {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-top: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .icon-card .content {
        gap: 15px;
    }
}
.icon-card .content .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    margin-bottom: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: default;
}
.icon-card .content .desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #5e6f92;
    margin-bottom: 0;
}
.icon-card .content .desc a {
    color: #5e6f92;
}
.icon-card.style-2 {
    padding: 0;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
.icon-card.style-2 .icon {
    width: 92px;
    height: 92px;
    background: #e6efff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.icon-card.style-2 .icon i {
    font-size: 32px;
    color: #001d3d;
}
.icon-card.style-2 .content {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
}
.icon-card.style-2 .content .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.icon-card.style-2 .content .info a,
.icon-card.style-2 .content .info span,
.icon-card.style-2 .content .info .desc {
    color: #585866;
}
.icon-card.style-2 .content .info a:hover {
    background-position: -100%;
}
.icon-card.style-2 .content .info span,
.icon-card.style-2 .content .info .address-desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
}
@media (max-width: 1400px) {
    .icon-card.style-2 .content .info span br,
    .icon-card.style-2 .content .info .address-desc br {
        display: none;
    }
}
.icon-card.style-2:hover .icon {
    -webkit-animation: bounce 1s alternate;
    animation: bounce 1s alternate;
}
.icon-card.style-2:hover .icon i {
    transition: all 0.5s ease-out;
    transform: rotateY(360deg);
}
.testimonial-slider-area.style-2
    .testimonial-marquee-wrapper
    .brand-marquee-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
.testimonial-slider-area.style-2
    .testimonial-marquee-wrapper
    .first-marquee-wrapper {
    animation: Scroll 32s linear infinite;
}
.testimonial-slider-area.style-2
    .testimonial-marquee-wrapper
    .second-marquee-wrapper {
    margin-top: 40px;
    animation: Scroll 32s linear infinite;
    animation-direction: reverse;
}
.testimonial-slider-area.style-2
    .testimonial-marquee-wrapper.style-2
    .testimonial-card-two {
    background-color: #fff;
}
.testimonial-slider-area.style-3 {
    background-repeat: no-repeat;
    background-color: #fafafa;
    position: relative;
    padding: 0;
    padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area.style-3 {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area.style-3 {
        padding-bottom: 30px;
    }
}
.testimonial-slider-area.style-3
    .process-step-slider-wrapper
    .process-step-slider
    .slick-list.draggable {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area.style-3
        .process-step-slider-wrapper
        .process-step-slider
        .slick-list.draggable {
        border-radius: 0;
        box-shadow: none;
    }
}
.testimonial-slider-area.style-3
    .process-step-slider-wrapper
    .process-step-slider
    .process-step
    .banner-shape {
    position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area.style-3
        .process-step-slider-wrapper
        .process-step-slider
        .process-step
        .banner-shape {
        display: none;
    }
}
.testimonial-slider-area.style-3
    .process-step-slider-wrapper
    .process-step-slider
    .process-step
    .banner-shape
    .shape {
    position: absolute;
    height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area.style-3
        .process-step-slider-wrapper
        .process-step-slider
        .process-step
        .banner-shape
        .shape {
        width: 75%;
    }
}
.testimonial-slider-area.style-3
    .process-step-slider-wrapper
    .process-step-slider
    .process-step
    .banner-shape
    .bg-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 500px;
}
.testimonial-slider-area.style-3 .process-slider-tab {
    margin-top: 60px;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-list.draggable {
    padding: 0px !important;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track {
    margin: 0px !important;
    transform: none !important;
}
.testimonial-slider-area.style-3 .process-slider-tab .slick-track .slick-slide {
    padding-bottom: 24px;
    margin-right: 50px;
    position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area.style-3
        .process-slider-tab
        .slick-track
        .slick-slide {
        margin-right: 12px;
        width: 68px !important;
    }
}
.testimonial-slider-area.style-3
    .process-slider-tab
    .slick-track
    .slick-slide:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    transition: all 0.5s ease-out;
    animation: fadeEffect 1s ease-in-out;
}
.testimonial-slider-area.style-3
    .process-slider-tab
    .slick-track
    .slick-slide.slick-current.slick-center {
    position: relative;
}
.testimonial-slider-area.style-3
    .process-slider-tab
    .slick-track
    .slick-slide.slick-current.slick-center:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #041126;
    bottom: 0;
    transition: all 0.5s ease-out;
    animation: fadeEffect 1s ease-in-out;
}
@media (max-width: 992px) {
    .testimonial-slider-area.style-3
        .process-slider-tab
        .slick-track
        .slick-slide.slick-current.slick-center:after {
        width: 120% !important;
    }
}
.testimonial-slider-area.style-3
    .process-slider-tab
    .slick-track
    .slick-slide.slick-current.slick-center
    .img-wrapper {
    transform: rotateY(360deg);
    transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
    .testimonial-slider-area.style-3 .user-meta-info {
        width: auto;
    }
}
@media (max-width: 992px) {
    .testimonial-slider-area.style-3 .user-meta-info .user-info-inner {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .testimonial-slider-area.style-3 .user-meta-info .user-info-inner .content {
        display: none;
    }
}
.testimonial-slider-area.style-3 .user-meta-info .content h5,
.testimonial-slider-area.style-3 .user-meta-info .content .user-name {
    font-size: 20px;
}
.testimonial-slider-area.style-3 .user-meta-info .content p,
.testimonial-slider-area.style-3 .user-meta-info .content .title {
    font-size: 16px;
}
.testimonial-slider-area.style-3 .content-wrapper {
    position: relative;
    padding: 74px 0 102px 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area.style-3 .content-wrapper {
        padding: 0;
    }
}
.testimonial-slider-area.style-3 .content-wrapper .section-title {
    margin-bottom: 30px;
}
.testimonial-slider-area.style-3 .content-wrapper .user-commentment {
    width: 549px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area.style-3 .content-wrapper .user-commentment {
        width: auto;
    }
}
.testimonial-slider-area.style-3 .content-wrapper .user-commentment p {
    margin: 0;
}
.testimonial-slider-area.style-3 .content-wrapper .user-commentment .comment {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}
.testimonial-slider-area.style-3 .content-wrapper .user-ratting {
    margin-top: 36px;
    display: flex;
    gap: 6px;
}
.testimonial-slider-area.style-3 .content-wrapper .user-ratting i {
    color: #fe712a;
}
.testimonial-slider-area {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-slider-area {
        padding: 80px 0;
    }
}
.testimonial-slider-area.style-1 .testimonial-content-wrapper {
    margin-left: 88px;
}
@media (max-width: 992px) {
    .testimonial-slider-area.style-1 .testimonial-content-wrapper {
        margin-left: 0;
    }
}
.testimonial-slider-area.style-1 .testimonial-content-wrapper .section-title {
    margin-bottom: 42px;
}
.testimonial-slider-image-wrapper {
    position: relative;
}
@media (max-width: 1200px) {
    .testimonial-slider-image-wrapper {
        display: none;
    }
}
.testimonial-slider-image-wrapper .single-img-wrapper {
    position: absolute;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner {
    position: relative;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content {
    position: absolute;
    position: absolute;
    top: 50%;
    left: -16%;
    border-radius: 50px;
    padding: 8px 16px;
    background: #fff;
    box-shadow: 0 8px 23px 0 rgb(0 0 0 / 0.1);
    animation: MoveLeftRight 2s linear infinite alternate;
}
.testimonial-slider-image-wrapper
    .single-img-wrapper
    .img-inner
    .content.style-2 {
    left: inherit;
    right: -16%;
    animation: MoveLeftRight 4s linear infinite alternate;
}
.testimonial-slider-image-wrapper .single-img-wrapper .img-inner .content span,
.testimonial-slider-image-wrapper
    .single-img-wrapper
    .img-inner
    .content
    .desc {
    color: #041126;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slider-image-wrapper
    .single-img-wrapper
    .img-inner
    .content
    span
    i,
.testimonial-slider-image-wrapper
    .single-img-wrapper
    .img-inner
    .content
    .desc
    i {
    color: #001d3d;
    margin-right: 6px;
}
.testimonial-slider-image-wrapper .single-img-wrapper .image {
    height: auto;
    border-radius: 100%;
    overflow: hidden;
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-1 {
    top: 0;
    transform: translate(0%, -10%);
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-1 .image {
    width: 354px;
}
@media (max-width: 1400px) {
    .testimonial-slider-image-wrapper .single-img-wrapper.style-1 .image {
        width: 280px;
    }
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-2 {
    width: 139px;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(178%, 244%);
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-2 .image {
    width: 139px;
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-3 {
    top: 0;
    right: 0;
    transform: translate(2%, 91%);
}
@media (max-width: 1400px) {
    .testimonial-slider-image-wrapper .single-img-wrapper.style-3 {
        transform: translate(2%, 44%);
    }
}
.testimonial-slider-image-wrapper .single-img-wrapper.style-3 .image {
    width: 218px;
}
.testimonial-slider-wrapper button {
    display: none !important;
}
.testimonial-slider-wrapper .testimonial-card .content-wrapper .content .text {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin: 0px !important;
}
.testimonial-slider-wrapper .testimonial-card .user-rating {
    margin-top: 33px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.testimonial-slider-wrapper .testimonial-card .user-rating i {
    color: #fe712a;
}
@media (max-width: 1200px) {
    .testimonial-slider-wrapper .testimonial-card .user-rating {
        margin-top: 22px;
    }
}
.testimonial-user-slider {
    margin-top: 52px;
    display: flex;
    align-items: center;
}
.testimonial-user-slider .arrow-btn {
    width: 64px !important;
    height: 64px !important;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff0;
    border-color: #e7e7e7;
    position: relative;
    cursor: pointer;
}
.testimonial-user-slider .arrow-btn:before {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #001d3d;
    content: "";
    transition: all 0.5s ease-out;
    color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-user-slider .arrow-btn {
        width: 52px !important;
        height: 52px !important;
        background-color: #fff;
    }
    .testimonial-user-slider .arrow-btn i {
        color: #001d3d !important;
    }
}
.testimonial-user-slider .arrow-btn i {
    color: #041126;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 10;
}
.testimonial-user-slider .arrow-btn:hover:before {
    width: 100%;
    transition: all 0.5s ease-out;
}
.testimonial-user-slider .arrow-btn:hover i {
    color: #fff;
    transition: all 0.5s ease-out;
}
.testimonial-user-wrapper .slick-list {
    padding: 0px !important;
}
.testimonial-user-wrapper .slick-track {
    width: 100% !important;
    display: flex;
    transform: none !important;
}
.testimonial-user-wrapper .slick-current.single-user {
    border-color: #001d3d;
}
.testimonial-user-wrapper .slick-current.single-user img {
    transition: all 0.5s ease-out;
    transform: rotateY(360deg);
}
.testimonial-user-wrapper .single-user {
    height: 72px !important;
    width: 72px !important;
    padding: 3px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff0;
    margin-right: 12px;
    border: 1px solid #fff0;
    position: relative;
    cursor: pointer;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .testimonial-user-wrapper .single-user {
        width: 52px !important;
        height: 52px !important;
        margin-right: 6px;
    }
}
.testimonial-user-wrapper .single-user img {
    border-radius: 100%;
}
.testimonial-card-two {
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
}
.testimonial-card-two .desc-inner {
    border-top: 1px solid #e7e7e7;
    margin-top: 16px;
    padding-top: 18px;
}
.testimonial-card-two .desc-inner .desc {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    cursor: default;
}
.user-meta-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 405px;
    cursor: pointer;
}
.user-meta-info .user-info-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.user-meta-info .user-info-inner .img-wrapper {
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.user-meta-info .user-info-inner .content .user-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
}
.user-meta-info .user-info-inner .content .title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #8f90a6;
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
    margin: 0;
}
.user-meta-info .rating {
    position: relative;
}
.user-meta-info .rating .ratting-inner {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    border-radius: 0;
    background-color: #fff0;
    padding: 0;
}
.accordion-wrapper .accordion-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: start;
    align-items: start;
}
.accordion-wrapper .accordion-list-item {
    border-radius: 12px;
    width: 746px;
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgb(199 206 218 / 0.2);
}
@media (max-width: 1080px) {
    .accordion-wrapper .accordion-list-item {
        width: 100%;
        border-radius: 10px;
    }
}
.accordion-wrapper .accordion-list-item .divider {
    margin: 16px 0;
    padding: 0 16px;
}
.accordion-wrapper .accordion-list-item .divider .outline {
    width: 100%;
    height: 1px;
    background-color: #c5c7cc;
}
.accordion-wrapper .accordion-list-item .accordion-head {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 28px;
    position: relative;
    justify-content: space-between;
}
@media (max-width: 1080px) {
    .accordion-wrapper .accordion-list-item .accordion-head {
        padding: 14px !important;
    }
}
@media (max-width: 1080px) {
    .accordion-wrapper .accordion-list-item .accordion-head {
        gap: 0;
    }
}
.accordion-wrapper .accordion-list-item .accordion-head:after {
    content: "\f077";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-weight: 700;
}
.accordion-wrapper .accordion-list-item .accordion-head.collapsed:after {
    position: relative;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-weight: 500;
}
.accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: 21px;
    line-height: 32px;
    color: #041126;
    font-weight: 500;
    margin-bottom: 0;
}
.accordion-wrapper .accordion-list-item .accordion-item-body {
    padding: 0 28px;
    padding-bottom: 28px;
    margin-top: -16px;
    transition: all 0.5s ease-out;
}
.accordion-wrapper .accordion-list-item .accordion-item-body p {
    padding-top: 16px;
    cursor: default;
    font-size: 16px;
    color: #585866;
}
@media (max-width: 1080px) {
    .accordion-wrapper .accordion-list-item .accordion-item-body {
        padding: 20px !important;
    }
}
.accordion-wrapper.style-two
    .accordion-list-item
    .accordion-head
    .accordion-title {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .accordion-wrapper.style-two
        .accordion-list-item
        .accordion-head
        .accordion-title {
        font-size: 16px;
    }
}
.accordion-wrapper.style-two .accordion-list-item .accordion-head:after {
    color: #041126;
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.accordion-wrapper.style-two
    .accordion-list-item
    .accordion-head.collapsed:after {
    border-radius: 50px;
    color: #041126;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.accordion-wrapper.style-two .accordion-list-item .show.accordion-item-body {
    padding-bottom: 20px;
    transition: all 0.5s ease-out;
}
.blog-post {
    padding-right: 30px;
}
@media (max-width: 992px) {
    .blog-post {
        padding: 0;
    }
}
.page-header {
    border-left: 4px solid #dfe2e9;
    padding-left: 45px;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .page-header {
        padding-left: 30px;
    }
}
.page-header .page-title {
    font-size: 48px;
    line-height: 60px;
}
@media (max-width: 991px) {
    .page-header .page-title {
        font-size: 38px;
        line-height: 48px;
    }
}
.post-card-divider {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin: 24px 0;
}
.blog-area ol,
.blog-area ul {
    padding-left: 20px;
}
.blog-area ol li,
.blog-area ul li {
    padding-top: 7px;
}
.single-post-item {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 48px;
    border: 1px solid #dfe2e9;
    padding: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .single-post-item {
        padding: 20px;
    }
}
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img {
    transform: scale(1.06);
    transition: all 0.5s ease-out;
}
.single-post-item .post-gallery .slick-slide {
    border-radius: 16px;
    overflow: hidden;
}
.single-post-item iframe {
    width: 100%;
    height: 522px;
    border-radius: 16px;
    overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .single-post-item iframe {
        height: 350px;
    }
}
.single-post-item .post-gallery-columns-2 {
    display: flex;
    gap: 35px;
}
@media (max-width: 992px) {
    .single-post-item .post-gallery-columns-2 {
        gap: 20px;
    }
}
.single-post-item .post-gallery-columns-2 .post-gallery-item {
    border-radius: 16px;
    overflow: hidden;
    max-width: 50%;
    position: relative;
}
.single-post-item .post-gallery-columns-2 .post-gallery-item:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, #fff0 0%, rgb(255 255 255 / 0.8) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff0),
        to(rgb(255 255 255 / 0.8))
    );
    background: linear-gradient(
        to right,
        #fff0 0%,
        rgb(255 255 255 / 0.8) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 20;
}
.single-post-item .post-gallery-columns-2 .post-gallery-item:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.single-post-item .list-item-wrapper {
    margin-top: 30px;
}
.single-post-item .list-item-wrapper ul {
    padding: 0;
}
.single-post-item .list-item-wrapper li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding-top: 8px;
    color: #041126;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    cursor: default;
}
.list-item-wrapper .inc li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #001d3d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.list-item-wrapper .exc li:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #001d3d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.single-post-item .post-content-wrapper {
    margin-top: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .single-post-item .post-content-wrapper {
        margin-top: 0;
    }
}
.single-post-item .post-content-wrapper .read-more {
    margin-top: 30px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.single-post-item.format-quote .post-content {
    margin: 0;
}
.single-post-item.format-quote blockquote {
    margin: 0;
}
.single-post-item.format-quote blockquote p {
    margin-top: 0;
}
.single-post-item.format-quote blockquote cite a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5e6f92;
    margin-top: 20px;
    font-style: normal;
    transition: all 0.5s ease-out;
}
.single-post-item.format-quote blockquote cite a:hover {
    transition: all 0.5s ease-out;
    color: #001d3d;
}
.single-post-item.sticky {
    border: 2px solid #001d3d;
}
.single-post-item.sticky .post-content {
    margin-bottom: 0;
}
.single-post-item.sticky .post-content p {
    margin-bottom: 0;
}
.single-post-item .post-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;
}
.single-post-item .post-title:hover {
    background-position: -100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .single-post-item .post-title {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px;
    }
}
.single-post-item .post-title:hover a {
    color: #001d3d;
    transition: all 0.5s ease-out;
}
.single-post-item .post-content p {
    margin-top: 17px;
    cursor: default;
}
.single-post-item .post-content h2,
.single-post-item .post-content h3,
.single-post-item .post-content h4,
.single-post-item .post-content h5,
.single-post-item .post-content h6 {
    margin-bottom: 10px;
    cursor: default;
}
.single-post-item .post-content p {
    margin-bottom: unset;
}
.single-post-item .single-post-meta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .single-post-item .single-post-meta {
        flex-direction: column;
    }
}
.single-post-item .social-share {
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: center;
}
.single-post-item .social-share a {
    background-color: #001d3d;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.single-post-item .social-share a:after {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #041126 !important;
    content: "";
    transition: all 0.5s ease-out;
    z-index: -1;
    color: #fff;
}
.single-post-item .social-share a:hover {
    background-color: #041126;
}
.single-post-item .social-share a i {
    font-size: 16px;
    color: #fff;
}
.single-post-item .social-share .social-share-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    margin-right: 5px;
    text-transform: uppercase;
    cursor: default;
}
.single-post-item .blog-post-tag {
    display: inline-block;
}
.single-post-item .blog-post-tag span {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    font-family: "Fasthand", sans-serif;
    color: #fe712a;
    margin-bottom: 0;
    margin-right: 30px;
    text-transform: uppercase;
    margin-top: 8px;
    float: left;
}
.single-post-item .blog-post-tag .post-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.single-post-item .blog-post-tag .post-tag-list a {
    color: #5e6f92;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    padding: 4px 12px;
    border-radius: 50px;
    transition: all 0.5s ease-out;
    background-color: #e6efff;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
    color: #fff;
    background: #001d3d;
    border-color: #001d3d;
    transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .video-btn a {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0.7);
    background-color: #fff;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-item .post-thumbnail .video-btn a i,
.single-post-item .post-video .video-btn a i {
    color: #001d3d;
    font-size: 18px;
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .video-btn a:hover {
    animation: none;
}
.single-post-item button.post-gallery-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    background-color: #fff;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.single-post-item button.post-gallery-btn.prev-btn {
    left: 30px;
}
.single-post-item button.post-gallery-btn.next-btn {
    right: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .single-post-item button.post-gallery-btn.prev-btn {
        left: 10px;
    }
    .single-post-item button.post-gallery-btn.next-btn {
        right: 10px;
    }
}
.single-post-item button.post-gallery-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #001d3d;
    font-size: 17px;
    transition: all 0.5s ease-out;
}
.single-post-item button.post-gallery-btn:hover {
    transition: all 0.5s ease-out;
    background-color: #001d3d;
}
.single-post-item button.post-gallery-btn:hover i {
    color: #fff;
    transition: all 0.5s ease-out;
}
.single-post-item .post-audio iframe {
    width: 100%;
}
.single-post-item .post-meta {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 2px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .single-post-item .post-meta {
        gap: 10px;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
}
.single-post-item .post-meta span {
    font-size: 18px;
    font-weight: 400;
    color: #5e6f92;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-post-item .post-meta span i {
    color: #1eae98;
    font-size: 18px;
}
.single-post-item .post-meta span a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5e6f92;
    transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover {
    color: #001d3d;
    transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover i {
    color: #001d3d;
    transition: all 0.5s ease-out;
}
.blog-post-nav {
    margin: 40px 0;
    background: #fff;
    padding: 23px 30px;
    padding-bottom: 22px;
    border-radius: 8px;
    border: 1px solid #dfe2e9;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav {
        flex-direction: column;
        padding: 30px;
        margin: 30px 0;
    }
}
@media (max-width: 767px) {
    .blog-post-nav {
        flex-direction: column;
        padding: 30px;
        margin: 30px 0;
    }
}
.blog-post-nav .divider {
    background-color: #dfe2e9;
    width: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav .divider {
        width: 100%;
        height: 1px;
    }
}
@media (max-width: 767px) {
    .blog-post-nav .divider {
        width: 100%;
        height: 1px;
    }
}
.blog-post-nav .post-navigation {
    display: flex;
    gap: 20px;
    flex-basis: 0%;
    flex-grow: 1;
    width: 50%;
}
@media (max-width: 374px) {
    .blog-post-nav .post-navigation {
        flex-direction: column !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav .post-navigation {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .blog-post-nav .post-navigation {
        width: 100%;
    }
}
.blog-post-nav .post-navigation:last-child {
    flex-direction: row-reverse;
}
.blog-post-nav .post-navigation:last-child .text {
    text-align: right;
}
@media (max-width: 374px) {
    .blog-post-nav .post-navigation:last-child .text {
        text-align: left;
    }
}
.blog-post-nav .post-navigation .post-img {
    width: 96px;
    height: 96px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}
@media (max-width: 374px) {
    .blog-post-nav .post-navigation .post-img {
        width: 100% !important;
        height: 150px !important;
    }
}
.blog-post-nav .post-navigation .post-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.blog-post-nav .post-navigation .text {
    width: 100%;
}
.blog-post-nav .post-navigation .text span {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #001d3d;
    cursor: pointer;
}
.blog-post-nav .post-navigation .text h4 {
    font-size: 21px;
    margin: 0;
    line-height: 30px;
}
.blog-post-nav .post-navigation .text h4:hover {
    background-position: -100%;
}
.blog-details-wrapper .post-comments {
    margin-top: 70px;
}
.blog-details-wrapper
    .wp-block-group.has-background
    .wp-block-button
    .wp-block-button__link {
    color: #ffffff !important;
}
.blog-details-wrapper .single-post-item {
    border: 0;
    overflow: visible;
    margin-right: 32px;
    padding: 0;
}
@media (max-width: 992px) {
    .blog-details-wrapper .single-post-item {
        margin-right: 0;
    }
}
.blog-details-wrapper .single-post-item iframe {
    width: 100%;
    height: 522px;
}
.blog-details-wrapper .single-post-item .post-meta {
    margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-gallery:hover img {
    transform: scale(1) !important;
}
.blog-details-wrapper .single-post-item .post-thumbnail,
.blog-details-wrapper .single-post-item .post-video,
.blog-details-wrapper .single-post-item .post-gallery,
.blog-details-wrapper .single-post-item .postbox-audio,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative;
}
@media (max-width: 767px) {
    .blog-details-wrapper .single-post-item .post-thumbnail,
    .blog-details-wrapper .single-post-item .post-video,
    .blog-details-wrapper .single-post-item .post-gallery,
    .blog-details-wrapper .single-post-item .postbox-audio,
    .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
        margin-bottom: 30px;
    }
}
.blog-details-wrapper .single-post-item .post-thumbnail:hover img,
.blog-details-wrapper .single-post-item .post-video:hover img,
.blog-details-wrapper .single-post-item .post-gallery:hover img,
.blog-details-wrapper .single-post-item .postbox-audio:hover img,
.blog-details-wrapper
    .single-post-item
    .wp-block-post-featured-image:hover
    img {
    transform: scale(1.06);
    transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-thumbnail img,
.blog-details-wrapper .single-post-item .post-video img,
.blog-details-wrapper .single-post-item .post-gallery img,
.blog-details-wrapper .single-post-item .postbox-audio img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image img {
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-query
    .wp-block-post-template {
    padding-left: 0;
}
.blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-query
    .wp-block-post-template
    .wp-block-post {
    margin-bottom: 30px;
}
.blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-navigation__responsive-container-content
    .wp-block-page-list {
    padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group {
    margin: 15px 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group p {
    margin-bottom: 0;
}
.blog-details-wrapper .single-post-item .post-content p {
    margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-content p img {
    margin: 20px 0;
    border-radius: 8px;
}
.blog-details-wrapper .single-post-item .blog-post-tag .social-share {
    padding-bottom: 20px;
}
.blog-details-wrapper .wp-block-calendar {
    margin-bottom: 30px;
}
.author-info {
    background-color: #f6f9ff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    border-radius: 14px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 80px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .author-info {
        text-align: center;
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
    }
}
.author-info .author-thumb {
    flex-shrink: 0;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: #001d3d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-info .author-thumb img {
    border-radius: 50%;
}
.author-info .author-text .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .author-info .author-text .title-wrapper {
        flex-direction: column;
        gap: 16px;
    }
}
.author-info .author-text h3,
.author-info .author-text a {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}
.author-info .author-text h3:hover,
.author-info .author-text a:hover {
    background-position: -100%;
}
.author-info .author-text .designation {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    cursor: default;
}
.author-info .author-text p {
    margin-top: 8px;
    margin-bottom: 0;
    cursor: default;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .author-info .author-text p {
        margin-top: 16px;
    }
}
.author-info .author-social-profiles {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.author-info .author-social-profiles a {
    font-size: 18px;
    color: #041126;
    transition: all 0.5s ease-out;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff0;
    border-radius: 50px;
    border: 1px solid #041126;
}
.author-info .author-social-profiles a:hover {
    transition: all 0.5s ease-out;
    background-color: #041126;
    color: #fff;
}
.author-info .author-post a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Fasthand", sans-serif;
    color: #fe712a;
    border-bottom: 2px solid #ff6731;
    margin-top: 30px;
    display: inline-block;
}
.author-info .author-post a:hover {
    color: #ff6731;
}
.section-title {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 74px;
    gap: 20px;
}
@media (max-width: 550px) {
    .section-title {
        flex-direction: column;
        margin-bottom: 60px;
        align-items: flex-start;
        gap: 40px;
    }
}
.section-title .sec-content {
    display: flex;
    gap: 0;
    flex-direction: column;
    z-index: 2;
    position: relative;
    margin-bottom: -16px;
    margin-top: -8px;
}
@media (max-width: 550px) {
    .section-title .sec-content {
        width: 100%;
    }
}
.section-title .short-title {
    font-family: "Fasthand", sans-serif;
    color: #d99f42;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: default;
}
.section-title .short-title1 {
    text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .section-title .short-title {
        font-size: 20px;
        text-align: center;
    }
}
.section-title .title {
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    cursor: default;
    text-align: left;
}
.section-title .title:after {
    position: absolute;
    content: "";
    background-image: url(../img/bottom-bar.png);
    height: auto;
    z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 48px;
        line-height: 62px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .section-title .title {
        font-size: 47px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .section-title .title {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
    }
}
@media only screen and (min-width: 0) and (max-width: 439px) {
    .section-title .title br {
        display: none;
    }
}
.section-title .title span {
    color: #001d3d;
}
.section-title .topbar-shape {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(85%, 33%);
}
.section-title .topbar-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(87%, 34%);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .section-title .topbar-shape-2 {
        transform: translate(-30%, 18%);
    }
}
.section-title .bottom-shape {
    margin-top: -14px;
    width: 370px;
    margin: auto;
}
.section-title .desc {
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #5e6f92;
    margin-bottom: 0;
    line-height: 170%;
    cursor: default;
}
.section-title .sec-btn {
    margin-top: 27px;
}
@keyframes rotate {
    0% {
        color: #fff;
        transform: rotateY(0);
    }
    100% {
        color: #001d3d;
        transform: rotateY(360deg);
    }
}
@keyframes beat {
    to {
        transform: scale(1.5);
    }
}
@keyframes color {
    0% {
        color: #fff;
    }
    100% {
        color: #001d3d;
    }
}
@keyframes color-two {
    0% {
        color: #041126;
    }
    100% {
        color: #001d3d;
    }
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-70px, 70px);
    }
}
@keyframes move2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 0);
    }
}
@keyframes move3 {
    0% {
        transform: translate(200px, -200px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes stretch {
    0% {
        transform: scale(1.1);
        border-radius: 100%;
    }
    100% {
        transform: scale(1.5);
    }
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.page-breadcrumb-area {
    padding: 200px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #001d3d;
}
@media (max-width: 991px) {
    .page-breadcrumb-area {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .page-breadcrumb-area {
        padding: 80px 0;
    }
}
.page-overlay {
    background-image: linear-gradient(135deg, #1eae98 0%, #005bac 100%);
    opacity: 0.6;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-heading h3,
.page-heading .page-title {
    text-align: center;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 15px;
    cursor: default;
}
@media (max-width: 992px) {
    .page-heading h3,
    .page-heading .page-title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media (max-width: 375px) {
    .page-heading h3,
    .page-heading .page-title {
        font-size: 32px;
        line-height: 42px;
    }
}
.breadcrumb-wrapper {
    padding: 0 100px;
}
@media (max-width: 1199px) {
    .breadcrumb-wrapper {
        padding: 0;
    }
}
.breadcrumb-list {
    text-align: center;
}
.breadcrumb-list ul {
    margin-bottom: 0;
    padding-left: 0;
    display: inline-flex;
    gap: 0 25px;
}
@media (max-width: 375px) {
    .breadcrumb-list ul {
        flex-direction: column;
    }
}
.breadcrumb-list ul li {
    list-style: none;
    display: inline-flex;
    gap: 0 5px;
    align-items: center;
    color: #fff;
}
.breadcrumb-list ul li a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.breadcrumb-list ul li a:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    background-color: #fff;
    height: 1px;
    transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover:after {
    width: 100%;
    transition: all 0.5s ease-out;
}
.breadcrumb-list ul li:before {
    content: "\f054";
    font-size: 12px;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
    display: none;
}
@media (max-width: 375px) {
    .breadcrumb-list ul li:first-child:before {
        display: block !important;
    }
}
.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
    display: flex;
    align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.navigation.posts-navigation .wp-block-query-pagination-numbers,
.comment-navigation .wp-block-query-pagination-numbers {
    width: inherit;
}
.wp-block-query-pagination .nav-links,
.navigation.posts-navigation .nav-links,
.comment-navigation .nav-links {
    display: flex;
    gap: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .nav-next a,
.wp-block-query-pagination .nav-previous a,
.navigation.posts-navigation .wp-block-query-pagination-previous,
.navigation.posts-navigation .wp-block-query-pagination-next,
.navigation.posts-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a,
.comment-navigation .wp-block-query-pagination-previous,
.comment-navigation .wp-block-query-pagination-next,
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e6f92;
    background-color: #fff;
    border-radius: 6px;
    height: 53px;
    padding: 0 20px;
    transition: all 0.5s ease-out;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #dfe2e9;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wp-block-query-pagination .wp-block-query-pagination-previous,
    .wp-block-query-pagination .wp-block-query-pagination-next,
    .wp-block-query-pagination .nav-next a,
    .wp-block-query-pagination .nav-previous a,
    .navigation.posts-navigation .wp-block-query-pagination-previous,
    .navigation.posts-navigation .wp-block-query-pagination-next,
    .navigation.posts-navigation .nav-next a,
    .navigation.posts-navigation .nav-previous a,
    .comment-navigation .wp-block-query-pagination-previous,
    .comment-navigation .wp-block-query-pagination-next,
    .comment-navigation .nav-next a,
    .comment-navigation .nav-previous a {
        height: 40px;
    }
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .nav-next a:hover,
.wp-block-query-pagination .nav-previous a:hover,
.navigation.posts-navigation .wp-block-query-pagination-previous:hover,
.navigation.posts-navigation .wp-block-query-pagination-next:hover,
.navigation.posts-navigation .nav-next a:hover,
.navigation.posts-navigation .nav-previous a:hover,
.comment-navigation .wp-block-query-pagination-previous:hover,
.comment-navigation .wp-block-query-pagination-next:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
    background: #ff6731 !important;
    color: #fff;
    border-color: #ff6731;
    transition: all 0.5s ease-out;
}
.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}
.basic-pagination ul li,
.page-links ul li,
.wp-block-query-pagination-numbers ul li {
    padding-top: 0;
}
.basic-pagination ul .prev,
.basic-pagination ul .next,
.page-links ul .prev,
.page-links ul .next,
.wp-block-query-pagination-numbers ul .prev,
.wp-block-query-pagination-numbers ul .next {
    background-color: #001d3d;
}
.basic-pagination ul .prev i,
.basic-pagination ul .next i,
.page-links ul .prev i,
.page-links ul .next i,
.wp-block-query-pagination-numbers ul .prev i,
.wp-block-query-pagination-numbers ul .next i {
    color: #fff;
}
.basic-pagination ul .prev span,
.basic-pagination ul .next span,
.page-links ul .prev span,
.page-links ul .next span,
.wp-block-query-pagination-numbers ul .prev span,
.wp-block-query-pagination-numbers ul .next span {
    display: none;
}
.basic-pagination .post-page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
    background-color: rgb(71 112 247 / 0.1) !important;
}
.basic-pagination .page-numbers,
.basic-pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #041126;
    background-color: #fafafa;
    border-radius: 6px;
    height: 53px;
    width: 53px;
    transition: all 0.5s ease-out;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .basic-pagination .page-numbers,
    .basic-pagination .post-page-numbers,
    .page-links .page-numbers,
    .page-links .post-page-numbers,
    .wp-block-query-pagination-numbers .page-numbers,
    .wp-block-query-pagination-numbers .post-page-numbers {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
.basic-pagination .page-numbers:hover,
.basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
    background: #001d3d !important;
    color: #fff;
    transition: all 0.5s ease-out;
}
.basic-pagination .page-numbers.current,
.basic-pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .post-page-numbers.current {
    background: #001d3d !important;
    color: #fff;
    transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
    .sidebar {
        padding-left: 0;
        padding-top: 40px;
    }
}
.page-sidebar {
    margin-bottom: 50px;
}
.widget {
    background-color: #fafafa;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 48px;
}
.widget:last-child {
    margin-bottom: 40px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .widget {
        padding: 30px;
    }
}
.widget ol,
.widget ul {
    margin-bottom: 0;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #041126;
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.76px;
    cursor: default;
}
.widget .wp-block-social-links .wp-social-link {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.widget
    .has-avatars.has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta,
.widget
    .has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta {
    font-weight: 500;
}
.widget
    .has-avatars.has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-author,
.widget
    .has-avatars.has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-link,
.widget
    .has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-author,
.widget
    .has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-link {
    font-weight: 500;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
    margin-bottom: 0;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
    line-height: 28px;
    font-weight: 400;
}
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date,
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date {
    font-size: 14px !important;
    margin-bottom: 10px;
    position: relative;
}
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date:before,
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date:before,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date:before,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date:before {
    content: "\f274";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a {
    color: #5e6f92;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
    display: inline !important;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
    color: #001d3d;
}
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-comments__comment-excerpt
    p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.widget .social-profile {
    justify-content: flex-start;
}
.widget .social-profile a {
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #001d3d;
    transition: all 0.5s ease-out;
    border-radius: 50px;
    flex-shrink: 0;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .widget .social-profile a {
        width: 40px;
        height: 40px;
    }
}
.widget .social-profile a:hover {
    color: #fff;
    transition: all 0.5s ease-out;
    background-color: #001d3d;
}
.widget select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #fff0;
    padding: 0 10px;
    border-radius: 5px;
    color: #5e6f92;
    margin-bottom: 0;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
    margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 5px;
    color: #5e6f92;
}
.widget .has-login-form .login-remember label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.widget .has-login-form .login-submit {
    margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
    display: inline-flex;
    background: #001d3d;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}
.widget.widget_search {
    display: flex;
    gap: 12px;
}
.widget.widget_search button {
    width: 62px;
    height: 62px;
    color: #fff;
    position: relative;
    right: 0;
    background-color: #041126;
    top: 0;
    border-radius: 12px;
    line-height: 0;
    border: 0;
    margin-left: 0 !important;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .widget.widget_search button {
        width: 50px;
        height: 50px;
    }
}
.widget.widget_search button:hover {
    background-color: #001d3d;
    transition: all 0.5s ease-out;
}
.widget.widget_search button:hover i {
    transform: rotateY(360deg);
    transition: all 0.5s ease-out;
}
.widget .search-form {
    display: flex !important;
    margin: 0px !important;
}
.widget .search-form button {
    width: 62px;
    flex-shrink: 0;
}
.widget .wp-block-search__no-button.wp-block-search input {
    border-radius: 10px;
}
.widget .wp-block-search {
    margin-bottom: -2px;
}
.widget .wp-block-search,
.widget .search-form {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.widget .wp-block-search .wp-block-search__inside-wrapper,
.widget .search-form .wp-block-search__inside-wrapper {
    display: flex;
    padding: 0 !important;
}
.widget .wp-block-search label,
.widget .search-form label {
    font-size: 24px;
    display: block;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fe712a;
    font-family: "Fasthand", sans-serif;
}
.widget .wp-block-search input,
.widget .search-form input {
    background-color: #fff;
    padding: 15px 24px;
    height: 62px;
    width: 100%;
    color: #5e6f92;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .widget .wp-block-search input,
    .widget .search-form input {
        height: 50px;
    }
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
    color: #041126;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 4px 12px;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.5s ease-out;
    border: 1px solid #fff;
    line-height: 170%;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
    color: #fff;
    background: #001d3d;
    border-color: #001d3d;
    transition: all 0.5s ease-out;
}
.widget ul,
.widget ol {
    margin-bottom: 0;
    padding-left: 0;
}
.widget ul li,
.widget ol li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dfe2e9;
}
.widget ul li:first-child,
.widget ol li:first-child {
    padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before {
    display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
    padding-left: 0;
    display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
    display: none;
}
.widget ul li a,
.widget ol li a {
    color: #5e6f92;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    transition: all 0.5s ease-out;
}
.widget ul li a:hover,
.widget ol li a:hover {
    color: #001d3d;
    transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget {
    padding-left: 0;
    font-weight: 500;
    display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before {
    display: none;
}
.widget ul li ul,
.widget ol li ul {
    padding-left: 25px;
    padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li {
    display: inline-block;
    padding: 0;
    border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before {
    display: none;
}
.widget.widget_categories ul li,
.widget.widget_archive ul li {
    text-align: right;
    display: inline-block;
    width: 100%;
    color: #041126;
    cursor: default;
}
.widget.widget_categories ul li.cat-item,
.widget.widget_archive ul li.cat-item {
    text-align: right;
    display: inline-block;
    width: 100%;
}
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
    color: #041126;
}
.widget.widget_categories ul li:hover,
.widget.widget_archive ul li:hover {
    color: #001d3d;
}
.widget.widget_categories ul li:hover a,
.widget.widget_archive ul li:hover a {
    color: #001d3d;
}
.widget-about-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.widget-about-info .about-desc {
    text-align: left;
}
.widget-about-info .about-desc .about-title {
    font-size: 20px;
}
.widget-about-info .about-image {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.widget-about-info .social-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #dfe2e9;
    width: 100%;
    margin-top: 10px;
}
.widget-about-info .social-profile a {
    transition: all 0.5s ease-out;
    width: 44px;
    height: 44px;
    background-color: #e7e7e7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fe712a;
    transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
    color: #fff;
    transition: all 0.5s ease-out;
    background-color: #001d3d;
}
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
    display: none;
}
.widget_rss .rss-widget-icon {
    margin-right: 6px;
}
.widget_rss ul li a.rsswidget {
    color: #fe712a;
}
.widget_rss ul li a.rsswidget:hover {
    color: #001d3d;
}
.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
    margin-right: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
    content: "\f274";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
    margin-top: 10px;
    margin-bottom: 0;
}
.widget_latest_post ul li {
    display: flex;
    gap: 20px;
    border: 0;
    align-items: center;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 0;
}
.widget_latest_post ul li:hover .latest-post-thumb img {
    transform: scale(1.2);
    transition: all 0.5s ease-out;
}
.widget_latest_post ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget_latest_post ul li a {
    padding-left: 0;
}
.widget_latest_post ul li a:before {
    display: none;
}
.widget_latest_post ul li .latest-post-thumb {
    flex-shrink: 0;
    overflow: hidden;
    width: 102px;
    height: 102px;
    border-radius: 12px;
}
.widget_latest_post ul li .latest-post-thumb img {
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #fe712a;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #041126;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease-out;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
    background-position: -100%;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #585866;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 8px;
    color: #5e6f92;
    line-height: 140%;
    cursor: default;
}
.widget-instagram-feed {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}
@media (max-width: 767px) {
    .widget-instagram-feed {
        grid-template-columns: repeat(3, 1fr);
    }
}
.widget-instagram-feed .single-instagram-feed {
    border-radius: 5px;
    width: 100%;
    height: 102px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .widget-instagram-feed .single-instagram-feed {
        height: 64px;
    }
}
.widget-instagram-feed .single-instagram-feed:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
.widget-instagram-feed .single-instagram-feed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.widget_promotion {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #041126;
}
.widget_promotion .wp-block-heading {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
    display: inline-block;
    background: #ff6731;
    color: #fe712a;
    padding: 12px 104px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-out;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}
.widget_promotion .secondary-btn i {
    color: #fff;
    font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
    transition: all 0.5s ease-out;
    background-color: #fff;
    border-color: #fff;
}
.widget_promotion p {
    color: rgb(255 255 255 / 0.53);
    margin-bottom: 32px;
}
.single-post-item .single-post-meta {
    gap: 32px;
}
.blog-coment-title h2,
.blog-coment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    cursor: default;
}
.wp-block-comments .wp-block-comment-template {
    padding-left: 0;
}
.wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
    margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-column:first-child {
    flex-basis: 80px !important;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-avatar {
    width: 100px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-avatar
    img {
    width: 100%;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-author-name
    a {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fe712a;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-edit-link
    a {
    color: #001d3d;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-date
    a,
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-edit-link
    a {
    color: #9ba8c3;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-reply-link
    a {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fe712a;
    border: 1px solid #ff6731;
    padding: 4px 26px;
    display: inline-block;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-reply-link
    a:hover {
    background-color: #ff6731;
    color: #fff;
    transition: all 0.5s ease-out;
}
.latest-comments .comment-respond {
    margin-top: 80px;
}
.latest-comments li .children .comments-box {
    margin-left: 50px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .latest-comments li .children .comments-box {
        margin-left: 0;
    }
}
.latest-comments li .children .children .comments-box {
    margin-left: 100px;
    border-top: 1px solid #d2d2d2;
}
.latest-comments li .comments-box {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .latest-comments li .comments-box {
        padding: 30px;
    }
}
.latest-comments li .comments-box .comments-avatar {
    float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-avatar {
        float: inherit;
        margin-bottom: 20px;
    }
}
.latest-comments li .comments-box .comments-avatar img {
    margin-right: 30px;
    width: 100px;
    border-radius: 50px;
}
.latest-comments li .comments-box .comments-text {
    overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #5e6f92;
    cursor: default;
}
.latest-comments li .comments-box .comments-text .avatar-name {
    margin-bottom: 10px;
    position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest-comments li .comments-box .comments-text .avatar-name h5:hover {
    background-position: -100%;
}
.latest-comments li .comments-box .comments-text .avatar-name span {
    color: #9ba8c3;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: default;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-text .avatar-name span {
        display: inline-block;
        width: 100%;
    }
}
.latest-comments li .comments-box .comments-text .comment-reply-link {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #001d3d;
    border: 1px solid #001d3d;
    padding: 4px 26px;
    gap: 8px;
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-text .comment-reply-link {
        position: unset;
        margin-top: 10px;
    }
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
    background-color: #001d3d;
    color: #fff;
    transition: all 0.5s ease-out;
}
.post-comments .latest-comments > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.comments-text > ul,
.comments-text > ol {
    margin-bottom: 20px;
}
ul.children {
    list-style: none;
}
.post-comments-form {
    margin-top: 60px;
}
.post-comments-title .sub-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ff6731;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.post-comments-title h3,
.post-comments-title .title {
    color: #041126;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    display: flex;
    justify-content: space-between;
    cursor: default;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .post-comments-title h3,
    .post-comments-title .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.post-comments-title h3 small,
.post-comments-title .title small {
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #001d3d;
}
.comment-respond {
    background-color: #fff;
    padding: 50px;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
    margin-top: 25px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .comment-respond {
        padding: 30px;
    }
}
.comment-respond p {
    margin: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .comment-respond .contacts-email {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .comment-respond .contacts-email {
        margin-left: 0;
    }
}
.comment-respond label {
    margin-bottom: 4px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    cursor: default;
}
.comment-respond .checkbox-field-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding: 15px 0;
}
.comment-respond .checkbox-field-wrapper p {
    margin: 0;
}
.comment-respond .checkbox-field-wrapper .single-checkbox-field {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.comment-respond .comment-form-cookies-consent {
    display: none;
}
.comment-respond input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.comment-respond input,
.comment-respond select {
    height: 57px;
    width: 100%;
    opacity: 1;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400;
    padding: 15px 24px;
    color: #041126;
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 170%;
    background-color: #fafafa;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .comment-respond input,
    .comment-respond select {
        height: 50px;
    }
}
.comment-respond *::-webkit-input-placeholder {
    color: #a3a3a3;
}
.comment-respond *:-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.comment-respond *::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.comment-respond *:-ms-input-placeholder {
    color: #a3a3a3;
}
.comment-respond *::-ms-input-placeholder {
    color: #a3a3a3;
}
.comment-respond *::placeholder {
    color: #a3a3a3;
}
.comment-respond textarea {
    resize: vertical;
    width: 100%;
    height: 144px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    margin-bottom: 12px;
    padding: 15px 24px;
    color: #041126;
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 170%;
    background-color: #fafafa;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus {
    outline: none !important;
    box-shadow: none;
    border-color: #001d3d !important;
    transition: all 0.4s ease 0s;
}
.comment-respond.style-two {
    margin: 0;
    background-color: #fff0;
    padding: 82px 88px 82px 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-respond.style-two {
        padding: 50px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .comment-respond.style-two {
        padding: 30px;
    }
}
.comment-respond.style-two .post-comments-title h2 {
    color: #fff;
}
.comment-respond.style-two label {
    color: #c7cdda;
}
.comment-respond.style-two .nice-select:after {
    border-color: #fff0 #fff0 #c7cdda #fff0;
}
.comment-respond.style-two input[type="radio"]::before,
.comment-respond.style-two input[type="checkbox"]::before {
    background-color: #fff0;
}
.comment-respond.style-two .single-input-field p {
    margin-bottom: 0;
}
.comment-respond.style-two .single-input-field input,
.comment-respond.style-two .single-input-field select,
.comment-respond.style-two .single-input-field textarea {
    background-color: #fff0;
    color: #c7cdda;
    border-color: #739bbf !important;
    box-shadow: none;
}
.comment-respond.style-two .single-input-field .nice-select {
    color: #c7cdda;
    border-color: #739bbf !important;
}
.comment-respond.style-two .single-input-field input:focus,
.comment-respond.style-two .single-input-field textarea:focus,
.comment-respond.style-two .single-input-field .form-select:focus,
.comment-respond.style-two .single-input-field .nice-select:focus {
    border-color: #1eae98 !important;
}
.comment-respond.style-two .single-input-field *::-webkit-input-placeholder {
    color: #c7cdda;
}
.comment-respond.style-two .single-input-field *:-moz-placeholder {
    color: #c7cdda;
    opacity: 1;
}
.comment-respond.style-two .single-input-field *::-moz-placeholder {
    color: #c7cdda;
    opacity: 1;
}
.comment-respond.style-two .single-input-field *:-ms-input-placeholder {
    color: #c7cdda;
}
.comment-respond.style-two .single-input-field *::-ms-input-placeholder {
    color: #c7cdda;
}
.comment-respond.style-two .single-input-field *::placeholder {
    color: #c7cdda;
}
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    .form-check-input,
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    .form-check-input {
    background-color: #fff0;
    border-color: #739bbf !important;
}
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="checkbox"],
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="radio"],
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="checkbox"],
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="radio"] {
    border-color: #739bbf !important;
}
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="checkbox"]:checked,
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="radio"]:checked,
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="checkbox"]:checked,
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="radio"]:checked {
    border-color: #1eae98 !important;
}
.comment-respond.style-three {
    margin: 0;
}
.comment-respond.style-three input,
.comment-respond.style-three select,
.comment-respond.style-three textarea {
    border: 1px solid #dfe2e9 !important;
    box-shadow: none;
}
.comment-respond.style-three input:focus,
.comment-respond.style-three textarea:focus,
.comment-respond.style-three .form-select:focus,
.comment-respond.style-three .nice-select:focus {
    border-color: #001d3d !important;
}
.about-us-area.style-1 {
    position: relative;
    border-color: #e7e7e7;
}
.about-us-area.style-1 .shape-1 {
    position: absolute;
    top: 71px;
    left: 76px;
    animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1400px) {
    .about-us-area.style-1 .shape-1 {
        top: 20px;
        left: 20px;
    }
}
@media (max-width: 992px) {
    .about-us-area.style-1 .shape-1 {
        display: none;
    }
}
.why-choose-us-area.style-1 {
    position: relative;
}
.why-choose-us-area.style-1 .shape-1 {
    position: absolute;
    top: 0;
    left: 76px;
    animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 1400px) {
    .why-choose-us-area.style-1 .shape-1 {
        left: 20px;
    }
}
.why-choose-us-area.style-1 .shape-2 {
    position: absolute;
    bottom: 106px;
    right: 82px;
    animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 1650px) {
    .why-choose-us-area.style-1 .shape-2 {
        right: 40px;
        bottom: 40px;
    }
}
@media (max-width: 992px) {
    .why-choose-us-area.style-1 .shape-2 {
        display: none;
    }
}
.location-slider-area.style-2 {
    padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-slider-area.style-2 {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-slider-area.style-2 {
        padding-bottom: 30px;
    }
}
.location-slider-area.style-3 {
    padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-slider-area.style-3 {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .location-slider-area.style-3 {
        padding: 30px 0;
    }
}
.tour-area .location-area.style-1 .portfolio-filter {
    margin-top: 17px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
@media (max-width: 992px) {
    .tour-area .location-area.style-1 .portfolio-filter {
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .tour-area .location-area.style-1 .portfolio-filter {
        gap: 6px;
    }
}
.tour-area .location-area.style-1 .portfolio-filter li {
    cursor: pointer;
}
.tour-area .location-area.style-1 .portfolio-filter li.active {
    background-color: #001d3d !important;
}
.tour-area .location-area.style-1 .portfolio-filter li:hover:after {
    height: 0 !important;
}
.tour-area .location-area.style-1 .basic-pagination {
    margin-top: 64px;
    margin-bottom: 0;
}
.tour-details .single-post-item {
    padding: 0px !important;
    margin-bottom: 0;
}
.tour-details .single-post-item .post-card-divider {
    margin: 40px 0;
}
.tour-details .single-post-item .post-title-wrapper {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .tour-details .single-post-item .post-title-wrapper {
        flex-direction: column-reverse;
    }
}
.tour-details .single-post-item .post-title-wrapper .rating {
    position: relative;
}
.tour-details .single-post-item .post-title-wrapper .rating .ratting-inner {
    right: 0;
    margin: 0;
    margin-top: 14px;
    padding: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .tour-details .single-post-item .post-title-wrapper .rating .ratting-inner {
        padding: 0;
        margin: 0;
    }
}
.tour-details .single-post-item .post-meta .post-meta-inner {
    gap: 24px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .tour-details .single-post-item .post-meta .post-meta-inner {
        flex-direction: row;
    }
}
.tour-details .single-post-item .post-meta .date-info,
.tour-details .single-post-item .post-meta .time-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.tour-details .single-post-item .post-meta .date-info i,
.tour-details .single-post-item .post-meta .time-info i {
    color: #001d3d;
}
.tour-details .single-post-item .post-meta .time,
.tour-details .single-post-item .post-meta .date {
    color: #8f90a6;
}
.tour-details .single-post-item .post-meta .time:before,
.tour-details .single-post-item .post-meta .date:before {
    display: none;
}
.tour-details .single-post-item .post-meta .price {
    color: #001d3d;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.56px;
}
.tour-details .single-post-item .post-gallery-columns-2 {
    margin-top: 32px;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}
.tour-details .single-post-item .post-gallery-columns-2 .post-gallery-item {
    max-width: 50%;
}
@media (max-width: 992px) {
    .tour-details .single-post-item .post-gallery-columns-2 {
        gap: 20px;
    }
    .tour-details .single-post-item .post-gallery-columns-2 .post-gallery-item {
        max-width: 47%;
    }
}
.tour-details .single-post-item .list-item-wrapper {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .tour-details .single-post-item .list-item-wrapper {
        flex-direction: column;
    }
}
.tour-details .single-post-item .list-item-wrapper .single-item-list ul li {
    font-size: 16px;
    color: #585866;
}
.tour-details .single-post-item .post-card-faq {
    margin-top: 30px;
}
.tour-details .single-post-item .map-wedget {
    margin-top: 22px;
    height: 522px;
}
.tour-details .sidebar .widget_booking_form {
    background-color: #fff;
    box-shadow: 0 24px 64px 0 rgb(199 206 218 / 0.25);
}
.tour-details .sidebar .widget_booking_form h3,
.tour-details .sidebar .widget_booking_form .title {
    font-size: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.tour-details .sidebar .widget_booking_form .comment-form {
    margin-top: 22px;
}
.tour-details .sidebar .widget_booking_form .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tour-details .sidebar .widget_booking_form .input-wrapper label {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #041126;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}
.tour-details .sidebar .widget_booking_form .input-wrapper input {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    padding: 15px 24px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background-color: #fafafa;
}
.tour-details .sidebar .widget_booking_form button {
    margin-top: 8px;
    display: block;
    width: 100%;
}
.destination-page .location-card.style-1:hover {
    margin-top: 0 !important;
}
.contact-info-area {
    padding: 120px;
}
@media (max-width: 991px) {
    .contact-info-area {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .contact-info-area {
        padding: 80px 0;
    }
}
.contact-title {
    text-align: center;
}
.contact-title h2 {
    font-size: 48px;
    color: #fe712a;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-title h2 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-title h2 {
        font-size: 38px;
        line-height: 44px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .contact-title h2 {
        font-size: 32px;
        line-height: 30px;
    }
}
.contact-form-area {
    padding: 120px 0;
    background-color: #fafafa;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .contact-form-area {
        padding: 80px 0;
    }
}
.contact-form-area .comment-respond {
    margin-top: 0;
    margin-left: 24px;
    padding: 40px;
}
@media (max-width: 992px) {
    .contact-form-area .comment-respond {
        margin-left: 0;
    }
}
.contact-form-area .video-modal-card {
    height: 100%;
}
.contact-form-area .video-modal-card .image-wrapper {
    padding: 0px !important;
    width: 100%;
    border-radius: 16px;
    height: 100%;
}
.contact-form-area .video-modal-card .image-wrapper img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}
.blog-grid-area {
    padding-top: 140px;
    padding-bottom: 144px;
}
@media (max-width: 991px) {
    .blog-grid-area {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .blog-grid-area {
        padding: 70px 0;
    }
}
.blog-load-btn {
    padding: 20px 35px;
    background: #ff6731;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 6px;
}
@media (max-width: 767px) {
    .blog-load-btn {
        margin-top: 0;
    }
}
.blog-load-btn:hover {
    background-color: #1eae98;
    color: #fff;
}
.footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .footer .mt-50.mb-50 {
        margin: 0;
    }
}
.footer .footer-sec {
    padding-top: 35px;
}
.footer .footer-sec .divider {
    width: 100%;
    height: 1px;
    margin: 60px 0;
    background-color: #273447;
}
@media (max-width: 992px) {
    .footer .footer-sec .divider {
        margin: 0;
        margin-bottom: 50px;
    }
}
.footer .footer-bg {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.footer-widget-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 21px;
    line-height: 26px;
    color: #fff;
    position: relative;
    margin-bottom: 24px;
    font-weight: 700;
    cursor: default;
}
@media (max-width: 991px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}
.footer-widget ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-widget ul li {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.footer-widget.widget_boomdevs-latest-posts-footer {
    margin-top: -5px;
}
@media (max-width: 767px) {
    .footer-widget.zoom-instagram-widget {
        margin-bottom: 0;
        margin-top: -10px;
    }
}
@media (max-width: 767px) {
    .footer-widget.widget_boomdevs_contact_info_widget {
        margin-bottom: 18px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .footer-widget .widget-instagram-feed {
        width: 170px;
    }
}
.footer-widget .footer-widget-info {
    padding-right: 30px;
}
@media (max-width: 1199px) {
    .footer-widget .footer-widget-info {
        padding-right: 0;
    }
}
.footer-widget .footer-widget-info p {
    color: #c7cdda;
    margin-bottom: 30px;
}
.footer-widget .footer-widget-info .footer-logo {
    margin-bottom: 30px;
    display: inline-block;
}
.footer-widget .footer-widget-info .info-form-and-social-icon {
    display: flex;
    align-items: center;
    gap: 50px;
}
.footer-widget
    .footer-widget-info
    .info-form-and-social-icon
    .subscribe-form-widget {
    border-radius: 6px;
}
.footer-widget
    .footer-widget-info
    .info-form-and-social-icon
    .subscribe-form-widget
    .single-field
    input {
    height: 60px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
    margin-top: 0;
}
.footer-widget .footer-widget-info .social-profile {
    gap: 20px;
    margin-top: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .footer-widget .footer-widget-info .info-form-and-social-icon {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
}
.footer-widget.widget_nav_menu ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-widget.widget_nav_menu li {
    position: relative;
    display: inline-block;
    width: 100%;
}
.footer-widget.widget_nav_menu li:last-child {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-widget.widget_nav_menu li a {
    color: #c7cdda;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.5s ease-out;
    position: relative;
}
.footer-widget.widget_nav_menu li a:hover {
    transition: all 0.5s ease-out;
    color: #001d3d;
}
.footer-widget .footer-widget-contact p {
    color: #c7cdda;
    cursor: default;
    font-size: 16px;
}
.footer-widget .footer-widget-contact .footer-contact ul {
    list-style: none;
}
.footer-widget .footer-widget-contact .footer-contact ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    line-height: 24px;
    gap: 20px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:first-child {
    align-items: flex-start;
}
.footer-widget
    .footer-widget-contact
    .footer-contact
    ul
    li:first-child
    .contact-icon {
    margin-top: 5px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:last-child {
    margin-bottom: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
    color: #fff;
    border-radius: 50px;
    float: left;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
    color: #c7cdda;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
}
.footer-widget
    .footer-widget-contact
    .footer-contact
    ul
    li
    .contact-text
    a:hover
    span {
    color: #001d3d;
    transition: all 0.5s ease-out;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text span,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text p,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
    color: #c7cdda;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-thumb {
    width: 60px;
    height: 60px;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}
.footer-widget
    .widget_latest_post
    ul
    li
    .latest-post-desc
    .latest-post-title
    a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    transition: all 0.5s ease-out;
}
.footer-widget
    .widget_latest_post
    ul
    li
    .latest-post-desc
    .latest-post-title
    a:hover {
    color: #001d3d;
    transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 8px;
    color: #c7cdda;
}
.footer-contact {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-contact .desc {
    width: 358px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
}
.footer-contact .contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fe712a;
}
.footer-contact .contact-icon i {
    color: #fff;
    transition: all 0.5s ease-out;
}
.footer-contact .contact-text {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    text-transform: lowercase;
    margin: 0;
}
.footer-contact .contact-text span {
    color: #fff;
    cursor: default;
}
.footer-contact .contact-text a {
    color: #fff;
}
.footer-contact:hover .contact-icon i {
    transition: all 0.5s ease-out;
    transform: scale(0.9);
}
.footer-widget-menu-wrapper {
    display: flex;
    gap: 165px;
    padding-left: 53px;
}
@media (max-width: 1200px) {
    .footer-widget-menu-wrapper {
        gap: 60px;
    }
}
@media (max-width: 1200px) {
    .footer-widget-menu-wrapper {
        padding-left: 0;
    }
}
.footer-bottom-menu ul {
    list-style: none;
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .footer-bottom-menu ul {
        justify-content: flex-start;
    }
}
.footer-bottom-menu ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(255 255 255 / 0.6);
    transition: all 0.5s ease-out;
}
.footer-bottom-menu ul li a:hover {
    transition: all 0.5s ease-out;
    color: #001d3d;
}
.footer-bottom-area .footer-bottom-wrapper {
    margin-top: 64px;
    border-top: 1px solid #273447;
    padding: 24px 0;
}
@media (max-width: 991px) {
    .footer-bottom-area .footer-bottom-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .footer-bottom-area .copyright-text {
        margin-bottom: 20px;
    }
}
.footer-bottom-area .copyright-text p {
    color: rgb(255 255 255 / 0.6);
    margin-bottom: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    cursor: default;
}
.footer-bottom-area .copyright-text p a {
    color: rgb(255 255 255 / 0.6);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}
.footer-bottom-area .copyright-text p a:hover {
    color: #001d3d;
}
.footer-bottom-area .credit-text p {
    color: #c7cdda;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.footer-bottom-area .credit-text a {
    color: #001d3d;
}
.subscribe-form-area {
    position: relative;
    z-index: 99;
    margin-bottom: -136px;
}
.subscribe-area {
    background-color: #ff6731;
    border-radius: 18px;
    padding: 64px 90px 64px 70px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area {
        padding: 40px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .subscribe-area {
        padding: 40px;
    }
}
.subscribe-area .triangle-shape {
    width: 280px;
    height: 280px;
    background-color: #001d3d;
    border-radius: 28px;
    position: absolute;
    right: -32px;
    bottom: -80px;
    transform: rotate(39deg);
    z-index: -1;
}
.subscribe-area .shape-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.subscribe-area .shape-bg img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.subscribe-area .content-wrapper {
    display: flex;
    flex-direction: column;
}
.subscribe-area .content-wrapper .short-title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.subscribe-area .content-wrapper .subscribe-title {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 60px;
}
@media (max-width: 375px) {
    .subscribe-area .content-wrapper .subscribe-title {
        font-size: 34px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .content-wrapper .subscribe-title {
        font-size: 40px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .subscribe-area .content-wrapper .subscribe-title {
        font-size: 36px;
        line-height: 42px;
    }
}
.subscribe-area .content-wrapper .text {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 12px;
}
.subscribe-area .subscribe-inner-area {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .subscribe-area .subscribe-inner-area {
        flex-direction: column;
    }
}
.subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
    margin-top: -12px;
}
.subscribe-area .subscribe-inner-area .content-wrapper,
.subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
    width: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .subscribe-area .subscribe-inner-area .content-wrapper,
    .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
        width: 100%;
    }
}
.subscribe-form-widget {
    position: relative;
}
.subscribe-form-widget .mc4wp-form-fields {
    display: flex;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.subscribe-form-widget .single-field {
    flex-grow: 1;
}
.subscribe-form-widget .single-field input {
    color: #778196;
    height: 72px;
    padding: 0 30px;
    font-size: 18px;
    border-radius: 50px;
    width: 100%;
}
.subscribe-form-widget .single-field *::-webkit-input-placeholder {
    color: #778196;
}
.subscribe-form-widget .single-field *:-moz-placeholder {
    color: #778196;
    opacity: 1;
}
.subscribe-form-widget .single-field *::-moz-placeholder {
    color: #778196;
    opacity: 1;
}
.subscribe-form-widget .single-field *:-ms-input-placeholder {
    color: #778196;
}
.subscribe-form-widget .single-field *::-ms-input-placeholder {
    color: #778196;
}
.subscribe-form-widget .single-field *::placeholder {
    color: #778196;
}
.subscribe-form-widget .submit-btn {
    background-color: #fff;
    color: #ff6731;
    background: -webkit-linear-gradient(#e30008, #faae00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    cursor: pointer;
    padding: 0 35px;
    display: flex;
    align-items: center;
    gap: 9px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.subscribe-form-widget .mc4wp-response {
    position: relative;
    top: 15px;
}
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p,
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p,
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
    color: #fff;
    position: relative;
}
.social-profile {
    display: flex;
    align-items: center;
    gap: 0;
}
.social-profile a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 0.2);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out;
}
.social-profile a i {
    font-size: 16px;
}
.social-profile a:hover {
    background-color: #001d3d;
    transition: all 0.5s ease-out;
}
.map-wodget iframe {
    width: 100%;
    height: 320px;
    border-radius: 12px;
}
.footer.style-two .footer-sec {
    padding-top: 225px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .footer.style-two .footer-sec {
        padding-top: 180px;
    }
}
.footer.style-two .subscribe-form-wrapper p {
    color: #c7cdda;
    margin-bottom: 30px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget {
    border-radius: 6px;
}
.footer.style-two
    .subscribe-form-wrapper
    .subscribe-form-widget
    .single-field
    input {
    height: 60px;
}
.footer-triangle-image-wrapper {
    position: absolute;
    width: 730px;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
    .footer-triangle-image-wrapper {
        width: 120%;
    }
}
@media (max-width: 780px) {
    .footer-triangle-image-wrapper {
        width: 100%;
    }
}
.footer-triangle-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
    .footer-triangle-image {
        -webkit-clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
    }
}
@media (max-width: 780px) {
    .footer-triangle-image {
        clip-path: none;
    }
}
.footer-triangle-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #001d3d;
    opacity: 0.9;
    z-index: 1;
}
.footer-triangle-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}
.footer.style-three .footer-sec {
    padding-top: 130px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .footer.style-three .footer-sec {
        padding-top: 70px;
    }
}
.footer.style-three .footer-sec .footer-widget.widget_nav_menu ul {
    columns: 2;
    column-gap: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .footer.style-three .footer-sec .footer-widget .footer-widget-info {
        padding-right: 305px !important;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
    .footer.style-three .footer-sec .footer-widget .footer-widget-info {
        padding-right: 500px !important;
        margin-bottom: 50px;
    }
}
.featured-tour-card {
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    transition: all 0.3s ease;
}
.featured-tour-card:hover {
    transform: translateY(-2px);
}
.featured-tour-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.featured-tour-image-inner {
    display: block;
    aspect-ratio: 1.78 / 1;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    line-height: 0;
}
.featured-tour-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    vertical-align: bottom;
}
.featured-tour-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #0b7d5a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    border-radius: 0;
    z-index: 2;
}
.featured-tour-content {
    padding: 24px 15px 19px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.featured-tour-title {
    margin: 0 0 7px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #041126;
}
.featured-tour-title a {
    color: #041126;
    text-decoration: none;
}
.featured-tour-title a:hover {
    color: #041126;
}
.featured-tour-desc {
    color: #6c757d;
    font-size: 17px;
    line-height: 1.55;
    cursor: text;
    margin: 0 0 13px;
    min-height: 80px;
}
.featured-tour-meta {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}
.featured-tour-duration {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4b4f58;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.featured-tour-duration i {
    color: #d39a3b;
    font-size: 20px;
    line-height: 1;
}
.featured-tour-price {
    color: #d39a3b;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.featured-tour-btn {
    width: 100%;
    min-height: 40px;
    border: 1px solid #d39a3b;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #d39a3b;
    font-size: 16px;
    font-weight: 600;
    background: #fff0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.featured-tour-btn:hover {
    background: #3f3f3f;
    color: #fff;
    border-color: #3f3f3f;
}
.vnm-package-box.featured-tour-card {
    border: 1px solid #e8e8e8 !important;
    outline: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    transform: none !important;
}
.vnm-package-box.featured-tour-card:hover {
    transform: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07) !important;
}
.vnm-package-box .featured-tour-content {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.vnm-package-box.featured-tour-card--compact .featured-tour-title {
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
}
.vnm-package-box .featured-tour-card-footer {
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}
.vnm-package-box .featured-tour-cta-wrap {
    margin-left: auto !important;
}
.vnm-package-box .featured-tour-image-wrapper,
.vnm-package-box .featured-tour-image-inner,
.vnm-package-box .featured-tour-image-inner img {
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.vnm-package-box .featured-tour-image-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.vnm-package-box .featured-tour-image-inner {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
}
.vnm-package-box .featured-tour-image-inner img {
    object-fit: cover !important;
    object-position: center !important;
}
.vnm-package-box .featured-tour-btn {
    width: auto !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: #e61e43 !important;
    color: #fff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    padding: 9px 16px !important;
}
.vnm-package-box .featured-tour-btn:hover {
    background: #c91539 !important;
    color: #fff !important;
    border: 0 !important;
    border-color: transparent !important;
}
.vnm-package-box .featured-tour-btn:focus-visible {
    outline: 2px solid #d9434e !important;
    outline-offset: 2px;
}
@media (max-width: 1399.98px) {
    .featured-tour-content {
        padding: 24px 15px 19px;
        background: #fff;
    }
    .featured-tour-title {
        font-size: 21px;
    }
    .featured-tour-desc {
        font-size: 16px;
        min-height: 80px;
    }
    .featured-tour-price {
        font-size: 24px;
    }
}
@media (max-width: 991.98px) {
    .featured-tour-title {
        font-size: 22px;
    }
    .featured-tour-desc {
        min-height: auto;
    }
    .featured-tour-meta {
        padding-top: 18px;
        margin-bottom: 20px;
    }
    .featured-tour-duration {
        font-size: 15px;
    }
    .featured-tour-duration i {
        font-size: 18px;
    }
    .featured-tour-price {
        font-size: 22px;
    }
    .featured-tour-btn {
        min-height: 40px;
        font-size: 16px;
        border-radius: 10px;
    }
}
@media (max-width: 767.98px) {
    .featured-tour-card {
        border-radius: 18px;
    }
    .featured-tour-badge {
        top: 12px;
        right: 12px;
        font-size: 13px;
        padding: 8px 12px;
    }
    .featured-tour-content {
        padding: 24px 15px 19px;
        background: #fff;
    }
    .featured-tour-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .featured-tour-desc {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .featured-tour-meta {
        margin-bottom: 18px;
        gap: 12px;
    }
    .featured-tour-duration {
        font-size: 16px;
        gap: 8px;
    }
    .featured-tour-duration i {
        font-size: 16px;
    }
    .featured-tour-price {
        font-size: 20px;
    }
    .featured-tour-btn {
        min-height: 40px;
        font-size: 16px;
        border-radius: 10px;
    }
    .location-slider-area .slick-list .slick-slide {
        margin: 0 44px;
    }
}
.featured-tour-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 10px 16px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.featured-tour-badge.best-deal {
    background: #1e90ff;
}
.vnm-breadcrumb-outside {
    margin-bottom: 18px;
}
.vnm-breadcrumb-outside ul {
    display: flex;
    align-items: center;
    gap: 3px !important;
    margin: 0;
    padding: 0;
    list-style: none;
}
.vnm-breadcrumb-outside ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #d9a441;
    font-size: 14px;
    line-height: 1.2;
}
.vnm-breadcrumb-outside ul li a {
    color: #d9a441 !important;
    text-decoration: none;
    display: inline-block !important;
}
.vnm-breadcrumb-outside ul li:not(:last-child)::after {
    content: "/";
    margin-left: 3px !important;
    color: #d9a441;
}
.vnm-destination-readmore-box {
    background: #f3f3f3;
    padding: 14px 18px;
    border-radius: 2px;
}
.vnm-destination-text {
    font-size: 15px;
    line-height: 1.9;
    color: #001d3d;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vnm-destination-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.vnm-destination-readmore-btn {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: #c7923e;
    text-decoration: none;
    font-weight: 500;
}
.vnm-destination-readmore-btn:hover {
    color: #c7923e;
    text-decoration: none;
}
.vnm-package-list-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    min-height: 190px;
    box-shadow: none;
}
.vnm-package-list-image {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
}
.vnm-package-list-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.vnm-package-list-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.vnm-package-list-content {
    flex: 1;
    min-width: 0;
    padding: 14px 18px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vnm-package-list-title {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 4px;
    font-weight: 700;
}
.vnm-package-list-title a {
    color: #001d3d;
    text-decoration: none;
}
.vnm-package-list-title a:hover {
    color: #001d3d;
}
.vnm-package-list-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
    color: #d9a441;
    font-size: 13px;
    line-height: 1;
}
.vnm-package-list-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 10px;
}
.vnm-package-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 8px;
}
.vnm-package-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.vnm-package-meta-label {
    font-size: 15px;
    font-weight: 700;
    color: #001d3d;
    margin: 0;
}
.vnm-package-meta-value {
    font-size: 15px;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
}
.vnm-package-tags-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}
.vnm-package-tags-label {
    font-size: 15px;
    font-weight: 700;
    color: #001d3d;
    margin-top: 3px;
}
.vnm-package-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex: 1;
}
.vnm-package-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    background: #f5f7fb;
    border: 1px solid #d8deea;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.2;
    color: #5e6f92;
    font-weight: 500;
}
.vnm-package-list-side {
    width: 145px;
    min-width: 145px;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-align: center;
    background: #fff;
}
.vnm-package-price-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.vnm-package-price-from {
    font-size: 14px;
    font-weight: 700;
    color: #001d3d;
    line-height: 1.2;
}
.vnm-package-price {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #001d3d;
}
.vnm-package-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 110px;
    height: 38px;
    padding: 0 16px;
    background: #d9a441;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s ease;
}
.vnm-package-view-btn:hover {
    background: #c8922d;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .vnm-package-list-card {
        flex-direction: column;
    }
    .vnm-package-list-image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 240px;
    }
    .vnm-package-list-side {
        width: 100%;
        min-width: 100%;
        border-left: 0;
        padding: 14px;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media (max-width: 767.98px) {
    .vnm-package-list-title {
        font-size: 20px;
    }
    .vnm-package-list-desc {
        font-size: 16px;
    }
    .vnm-package-list-side {
        flex-direction: column;
        gap: 12px;
    }
    .vnm-package-view-btn {
        max-width: 100%;
    }
}
.vnm-tours-table {
    border: 1px solid #d9d9d9;
    font-size: 14px;
    background: #fff;
}
.vnm-tours-table thead th {
    background: #f3f3f3;
    color: #111;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    text-align: left;
}
.vnm-tours-table tbody td {
    padding: 9px 9px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    color: #111;
    vertical-align: middle;
}
.vnm-tour-link {
    color: #111;
    text-decoration: underline;
    font-weight: 500;
}
.vnm-tour-link:hover {
    color: #c8922e;
}
@media (max-width: 767px) {
    .vnm-tours-table {
        min-width: 520px;
    }
}
.vnm-tours-table td:first-child,
.vnm-tours-table th:first-child {
    text-align: left !important;
}
.vnm-row-link {
    cursor: pointer;
    transition: 0.2s;
}
.vnm-row-link:hover {
    background-color: #f5f5f5;
}
.vnm-package-list-image {
    position: relative;
    overflow: hidden;
}
.vnm-package-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}
.vnm-badge {
    font-size: 15px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
}
.vnm-badge.discount {
    background: #e53935;
}
.vnm-badge.popular {
    background: #f39c12;
}
.vnm-badge.best-seller {
    background: #27ae60;
}
.vnm-badge.best-deal {
    background: #2980b9;
}
.custom-breadcrumb {
    font-size: 15px;
    font-weight: 500;
}
.custom-breadcrumb a {
    color: #c58b2a;
    text-decoration: none;
}
.custom-breadcrumb a:hover {
    text-decoration: underline;
}
.custom-breadcrumb .separator {
    margin: 0 8px;
    color: #c58b2a;
}
.custom-breadcrumb .current {
    color: #c58b2a;
}
.custom-breadcrumb.custom-breadcrumb--gray {
    background: #e8e8e8;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
}
.custom-breadcrumb.custom-breadcrumb--gray a {
    color: #111;
    text-decoration: underline;
    font-weight: 500;
}
.custom-breadcrumb.custom-breadcrumb--gray a:hover {
    color: #e61e43;
    text-decoration: underline;
}
.custom-breadcrumb.custom-breadcrumb--gray .separator {
    margin: 0 8px;
    color: #666;
}
.custom-breadcrumb.custom-breadcrumb--gray .current {
    color: #111;
    font-weight: 500;
    transition: color 0.2s ease;
    cursor: default;
}
.custom-breadcrumb.custom-breadcrumb--gray .current:hover {
    color: #e61e43;
}
.tour-gallery-custom {
    margin: 30px 0;
}
.tour-gallery-custom .gallery-card {
    overflow: hidden;
    background: #f5f5f5;
    height: 100%;
}
.tour-gallery-custom .gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tour-gallery-custom .gallery-big {
    height: 450px;
}
.tour-gallery-custom .gallery-middle {
    height: 450px;
}
.tour-gallery-custom .gallery-small-top,
.tour-gallery-custom .gallery-small-bottom {
    height: 219px;
}
.gallery-view-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgb(0 0 0 / 0.68);
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.25);
    z-index: 2;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}
.gallery-view-btn:hover,
.gallery-view-btn:focus {
    background: rgb(0 0 0 / 0.82);
    color: #fff;
}
.gallery-view-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.tour-gallery-mobile {
    margin: 20px 0;
}
.mobile-gallery-slide {
    position: relative;
    overflow: hidden;
}
.mobile-gallery-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
.mobile-gallery-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #001f4d;
    color: #fff;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mobile-price-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
.mobile-price-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.tour-gallery-mobile .carousel-control-prev,
.tour-gallery-mobile .carousel-control-next {
    width: 12%;
    color: #fff;
}
.tour-gallery-mobile .carousel-control-prev-icon,
.tour-gallery-mobile .carousel-control-next-icon {
    background-size: 70% 70%;
}
@media (max-width: 575.98px) {
    .mobile-gallery-slide img {
        height: 320px;
    }
    .mobile-gallery-price {
        padding: 9px 12px;
    }
    .mobile-price-label {
        font-size: 18px;
    }
    .mobile-price-value {
        font-size: 18px;
    }
}
.tour-summary-hero {
    margin: 20px 0 8px;
}
.tour-summary-hero .tour-summary-header {
    margin-bottom: 0;
}
.tour-summary-hero .tour-summary-stars {
    margin-bottom: 8px;
}
.tour-summary-hero-title-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%;
}
.tour-summary-hero .tour-summary-title {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: 100%;
    margin: 0;
    color: #061530;
    font-size: clamp(0.88rem, 1.1vw + 0.45rem, 1.2rem);
    line-height: 1.3;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.tour-summary-hero-price {
    display: inline-flex;
    flex: 0 0 auto;
    align-self: flex-start;
    padding-top: 0.1em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-end;
    margin-top: 0;
    column-gap: 0.35em;
    text-align: right;
    white-space: nowrap;
}
.tour-summary-hero-price .tour-summary-price-label {
    display: inline;
    font-size: clamp(0.75rem, 0.4vw + 0.65rem, 0.95rem);
    font-weight: 400;
    color: #5c5c5c;
    margin: 0;
}
.tour-summary-hero .tour-summary-hero-price strong.tour-summary-price-value,
.tour-summary-hero-price .tour-summary-price-value {
    display: inline;
    font-size: clamp(0.95rem, 1.1vw + 0.45rem, 1.35rem);
    line-height: 1.1;
    font-weight: 700;
    color: #c41e3a;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .tour-summary-hero-title-row {
        column-gap: 10px;
    }
    .tour-summary-hero-price {
        align-items: baseline;
        justify-content: flex-end;
        text-align: right;
    }
}
.tour-summary-box--3 {
    grid-template-columns: repeat(3, 1fr) !important;
}
.tour-summary-section {
    margin: 24px 0 28px;
}
.tour-summary-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: #faae32;
    font-size: 20px;
}
.tour-summary-title {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
    color: #061530;
    margin: 0 0 18px;
}
.tour-summary-location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #061530;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 18px;
}
.tour-summary-location i {
    color: #d79d3f;
    margin-top: 6px;
    font-size: 22px;
}
.tour-summary-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 245px;
    background: #f3f3f3;
    overflow: hidden;
}
.tour-summary-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 24px 20px;
    text-align: center;
    gap: 10px;
}
.tour-summary-icon {
    color: #d79d3f;
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 1;
}
.tour-summary-text {
    color: #061530;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
    max-width: 280px;
}
.tour-summary-box.tour-summary-box--bar {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px 28px;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 14px 22px;
    overflow: hidden;
}
.tour-summary-box.tour-summary-box--bar .tour-summary-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
    border: none;
    min-width: 0;
    flex: 0 1 auto;
    gap: 10px;
}
.tour-summary-box.tour-summary-box--bar .tour-summary-icon {
    color: #b22234;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour-summary-box.tour-summary-box--bar .tour-summary-text {
    color: #0d0d0d;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    max-width: none;
}
.tour-summary-section.tour-summary-section--with-side-form {
    margin: 0 0 22px;
}
.tour-summary-price {
    background: #d8a044;
    color: #fff;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    text-align: center;
}
.tour-summary-price-label {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 500;
}
.tour-summary-price-value {
    display: block;
    font-size: 47px;
    line-height: 1;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .tour-summary-title {
        font-size: 42px;
    }
    .tour-summary-box {
        grid-template-columns: 1fr 1fr;
    }
    .tour-summary-box--3 {
        grid-template-columns: 1fr 1fr;
    }
    .tour-summary-box--3 .tour-summary-item:nth-child(3) {
        grid-column: 1 / -1;
    }
    .tour-summary-box.tour-summary-box--bar {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tour-summary-box.tour-summary-box--bar .tour-summary-item {
        padding: 0;
    }
    .tour-summary-price {
        grid-column: 1 / -1;
        min-height: 120px;
    }
}
@media (max-width: 767.98px) {
    .tour-summary-section {
        margin: 18px 0 22px;
    }
    .tour-summary-stars {
        font-size: 16px;
        gap: 4px;
        margin-bottom: 10px;
    }
    .tour-summary-title {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    .tour-summary-location {
        font-size: 16px;
        margin-bottom: 14px;
        gap: 8px;
    }
    .tour-summary-location i {
        font-size: 18px;
        margin-top: 4px;
    }
    .tour-summary-box {
        grid-template-columns: 1fr;
    }
    .tour-summary-box--3 {
        grid-template-columns: 1fr;
    }
    .tour-summary-box--3 .tour-summary-item:nth-child(3) {
        grid-column: auto;
    }
    .tour-summary-item {
        min-height: auto;
        padding: 20px 16px;
        border-bottom: 1px solid rgb(0 0 0 / 0.06);
    }
    .tour-summary-item:last-of-type {
        border-bottom: 0;
    }
    .tour-summary-icon {
        font-size: 36px;
        margin-bottom: 8px;
    }
    .tour-summary-text {
        font-size: 20px;
        max-width: 100%;
    }
    .tour-summary-box.tour-summary-box--bar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        padding: 4px 16px 0;
        gap: 0;
    }
    .tour-summary-box.tour-summary-box--bar .tour-summary-item {
        padding: 12px 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .tour-summary-box.tour-summary-box--bar .tour-summary-item:last-of-type {
        border-bottom: 0;
        padding-bottom: 4px;
    }
    .tour-summary-box.tour-summary-box--bar .tour-summary-icon {
        font-size: 20px;
    }
    .tour-summary-box.tour-summary-box--bar .tour-summary-text {
        font-size: 15px;
    }
    .tour-summary-price {
        display: none;
    }
}
.vnm-package-tabs-wrap {
    padding: 30px 0 60px;
}
.vnm-package-main #overview-section > .vnm-overview-wrapper,
.vnm-package-main #overview-section .vnm-includes-row {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px !important;
    padding-right: 40px;
}
.vnm-package-main
    #overview-section
    > .vnm-overview-wrapper
    .vnm-overview-content {
    padding-left: 0;
}
.vnm-package-main #overview-section .vnm-includes-row .vnm-info-box {
    padding: 22px 20px 22px 0;
}
.vnm-sections-wrapper + .vnm-reviews-section {
    margin-top: 28px;
}
.vnm-package-tabs.nav-tabs {
    border-bottom: 0;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.vnm-package-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background: #eef1f5;
    color: #5b6470;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 18px;
    min-width: 150px;
    text-align: center;
}
.vnm-package-tabs .nav-link.active {
    background: #d69a3a;
    color: #fff;
}
.vnm-overview-content {
    color: #3d4652;
    font-size: 15px;
    line-height: 1.9;
}
.vnm-overview-content p:last-child {
    margin-bottom: 0;
}
.vnm-readmore-btn {
    display: inline-block;
    margin-top: 12px;
    color: #d69a3a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    background: #fff0;
    padding: 0;
}
.vnm-includes-row {
    margin-top: 24px;
}
.vnm-includes-row--plain .vnm-info-box {
    background: transparent;
}
.vnm-includes-row--plain .vnm-inclusion li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin-bottom: 12px;
    padding-left: 0;
    line-height: 1.5;
}
.vnm-includes-row--plain .vnm-inclusion li:last-child {
    margin-bottom: 0;
}
.vnm-includes-row--plain .vnm-inclusion li .vnm-inclusion-line {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vnm-includes-row--plain .vnm-exclusion li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin-bottom: 12px;
    padding-left: 0;
    line-height: 1.5;
}
.vnm-includes-row--plain .vnm-exclusion li:last-child {
    margin-bottom: 0;
}
.vnm-includes-row--plain .vnm-exclusion li .vnm-inclusion-line {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vnm-info-box {
    background: #f5f6f8;
    border-radius: 8px;
    padding: 22px 20px;
    height: 100%;
}
.vnm-info-box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #0d1b2a;
}
.vnm-info-box ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.vnm-info-box li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #243040;
    font-size: 15px;
    line-height: 1.7;
}
.vnm-info-box li:last-child {
    margin-bottom: 0;
}
.vnm-info-box li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.vnm-info-box li i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 2px;
}
.vnm-info-box li .vnm-list-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
    margin-top: 2px;
}
.vnm-inclusion li i {
    background: #e6f4ea;
    color: #198754;
}
.vnm-exclusion li i {
    background: #fdeaea;
    color: #dc3545;
}
.vnm-info-box.vnm-inclusion li:before {
    color: #198754;
}
.vnm-info-box.vnm-exclusion li:before {
    color: #dc3545;
}
.vnm-itinerary-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0d1f33;
    margin: 0 0 16px;
    padding: 0;
}
.vnm-itinerary-toggles {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin: 0 0 22px;
}
.vnm-itinerary-toggle-btn {
    flex: 0 1 auto;
    min-width: min(100%, 200px);
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    border-radius: 6px;
    padding: 12px 18px;
    cursor: pointer;
    text-align: center;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}
.vnm-itinerary-toggle-btn:hover {
    border-color: #b8b8b8;
    color: #3d3d3d;
    background: #fafafa;
}
.vnm-itinerary-toggle-btn.active {
    background: #e31837;
    color: #fff;
    border-color: #e31837;
    box-shadow: none;
}
.vnm-itinerary-toggle-btn.active:hover {
    background: #c91531;
    border-color: #c91531;
    color: #fff;
}
.vnm-itinerary-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0 !important;
    overflow: hidden;
    background: #fff0;
}
.vnm-itinerary-accordion .accordion-button {
    background: #fff0;
    box-shadow: none;
    padding: 18px 20px 18px 46px;
    font-size: 15px;
    font-weight: 600;
    color: #233041;
    position: relative;
}
.vnm-itinerary-accordion .accordion-button:not(.collapsed) {
    color: #233041;
    background: #fff0;
}
.vnm-itinerary-accordion .accordion-button:focus {
    box-shadow: none;
}
.vnm-itinerary-accordion .accordion-button:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #1f4668;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.vnm-itinerary-accordion .accordion-button:not(.collapsed):before {
    background: #d69a3a;
    border-color: #d69a3a;
    box-shadow: inset 0 0 0 3px #fff;
}
.vnm-itinerary-accordion .accordion-body {
    padding: 0 20px 18px 46px;
    color: #3b4653;
    font-size: 15px;
    line-height: 1.8;
}
/* ---------------- Package itinerary: black rail (reference design) ---------------- */
.vnm-itinerary-accordion--rail .vnm-itinerary-accordion-header,
.vnm-itinerary-accordion--rail h2.vnm-itinerary-accordion-header {
    margin: 0 !important;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: inherit;
    line-height: inherit;
}

.vnm-itinerary-section__head {
    width: 100%;
}

.vnm-itinerary-expand-all {
    font-size: 17px;
    font-weight: 600;
    color: #e31837;
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
}

.vnm-itinerary-expand-all:hover {
    color: #c91531;
    text-decoration: underline;
}

/* Itinerary: no outer box; title row = [marker] + day + name + chevron */
.vnm-itinerary-accordion--rail {
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-accordion-item,
.vnm-itinerary-accordion--rail .vnm-itinerary-rail-row {
    border: 0;
    border-radius: 0 !important;
    background: transparent;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-rail-row {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-rail-row:last-of-type {
    border-bottom: 0;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-inline-marker {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    min-width: 40px;
}

/* Pin in title row: red circle + white location icon */
.vnm-itinerary-accordion--rail .vnm-itinerary-rail-marker--pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    background: #e31837;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.vnm-itinerary-accordion--rail
    .vnm-itinerary-rail-marker--pin
    .vnm-itinerary-rail-marker__img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.vnm-itinerary-accordion--rail .vnm-itinerary-rail-marker--dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e31837;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-rail-marker--last {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-rail-marker--flag {
    color: #e31837;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
}

.vnm-itinerary-accordion--rail
    .vnm-itinerary-rail-marker--last
    .vnm-itinerary-rail-marker--flag {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    background: #0d0d0d;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.vnm-itinerary-accordion--rail
    .vnm-itinerary-rail-marker--last
    .vnm-itinerary-rail-marker--flag
    i {
    color: #fff;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-day-toggle__pin {
    display: none !important;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-day-toggle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: #0d0d0d !important;
    box-shadow: none !important;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    padding: 18px 48px 18px 0;
    font-size: 18px;
    line-height: 1.45;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-day-toggle__text {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 0.4em;
    font-size: 18px;
    line-height: 1.45;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-day-toggle::after {
    content: "";
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    margin-left: auto;
    flex-shrink: 0;
    border-right: 2px solid #8a9199;
    border-bottom: 2px solid #8a9199;
    transform: rotate(45deg);
    transition: none;
    align-self: center;
    opacity: 0.7;
}

.vnm-itinerary-accordion--rail
    .vnm-itinerary-day-toggle:not(.collapsed)::after {
    transform: rotate(225deg);
}

.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle__name {
    font-weight: 700;
    font-size: 1em;
    color: #0d0d0d !important;
}

.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle__day {
    color: #0d0d0d !important;
    font-weight: 400;
    font-size: 1em;
}

.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:hover
    .vnm-itinerary-day-toggle__day,
.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:focus
    .vnm-itinerary-day-toggle__day,
.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:focus-visible
    .vnm-itinerary-day-toggle__day,
.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:active
    .vnm-itinerary-day-toggle__day {
    color: #0d0d0d !important;
}

.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:hover
    .vnm-itinerary-day-toggle__name,
.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:focus
    .vnm-itinerary-day-toggle__name,
.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:focus-visible
    .vnm-itinerary-day-toggle__name,
.vnm-itinerary-accordion--rail.vnm-itinerary-accordion--location
    .vnm-itinerary-day-toggle:active
    .vnm-itinerary-day-toggle__name {
    color: #0d0d0d !important;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-accordion-body {
    padding: 0 4px 22px 4px !important;
    font-size: 17px;
    line-height: 1.65;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-text {
    text-align: left;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.65;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-text p {
    font-size: 17px;
    line-height: 1.65;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv {
    margin-top: 20px;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv + .vnm-itinerary-kv {
    margin-top: 18px;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv__head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(6200%)
        hue-rotate(328deg) brightness(92%) contrast(97%);
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv__title {
    font-size: 18px;
    font-weight: 700;
    color: #0d0d0d;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 2px;
    font-size: 17px;
    line-height: 1.55;
    color: #2a2a2a;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv__check {
    color: #198754;
    font-size: 17px;
    margin-top: 4px;
    flex-shrink: 0;
}

.vnm-itinerary-accordion--rail .vnm-itinerary-kv__value {
    flex: 1;
    min-width: 0;
}

@media (max-width: 767.98px) {
    .vnm-itinerary-accordion--rail .vnm-itinerary-day-toggle {
        padding: 16px 44px 16px 0;
        font-size: 17px;
    }

    .vnm-itinerary-accordion--rail .vnm-itinerary-day-toggle__text {
        font-size: 17px;
    }

    .vnm-itinerary-accordion--rail .vnm-itinerary-accordion-body {
        padding: 0 0 16px 0 !important;
        font-size: 16px;
    }

    .vnm-itinerary-accordion--rail .vnm-itinerary-text,
    .vnm-itinerary-accordion--rail .vnm-itinerary-text p {
        font-size: 16px;
    }
}

.vnm-acc-card {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 10px 25px rgb(0 0 0 / 0.03);
    margin-bottom: 24px;
}
.vnm-acc-title {
    font-size: 26px;
    font-weight: 700;
    color: #142133;
    margin-bottom: 18px;
}
.vnm-acc-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #142133;
    margin-bottom: 14px;
}
.vnm-hotel-card {
    margin-bottom: 18px;
}
.vnm-hotel-card a {
    text-decoration: none;
    color: inherit;
}
.vnm-hotel-image {
    width: 100%;
    max-width: 240px;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin-bottom: 10px;
}
.vnm-hotel-title {
    font-size: 15px;
    font-weight: 600;
    color: #1f2d3d;
    margin-top: 6px;
}
.vnm-hotel-stars {
    color: #f6b400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px;
}
.vnm-acc-prices-section {
    margin-bottom: 8px;
    text-align: start;
}
.vnm-acc-prices-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #142133;
    line-height: 1.2;
    margin: 0 0 24px 0;
    padding: 0;
    border: 0;
    letter-spacing: -0.02em;
    text-align: start;
    width: 100%;
}
.vnm-acc-category-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #142133;
    margin: 0 0 16px 0;
    line-height: 1.3;
    text-align: start;
    width: 100%;
}
.vnm-acc-prices-section .vnm-acc-card {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    margin-bottom: 28px;
}
.vnm-acc-prices-section .vnm-acc-card:last-child {
    margin-bottom: 0;
}
.vnm-acc-prices-section .vnm-acc-card + .vnm-acc-card {
    margin-top: 2.5rem;
}
.vnm-acc-subtitle--after-prices {
    margin-top: 1.75rem;
    margin-bottom: 14px;
}
.vnm-acc-prices-section .vnm-acc-subtitle,
.vnm-acc-prices-section .vnm-acc-subtitle--after-prices {
    text-align: start;
    width: 100%;
    align-self: flex-start;
}
.vnm-acc-prices-section .vnm-acc-hotels-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.vnm-acc-prices-section .vnm-acc-hotel-col {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
}
.vnm-acc-prices-section .vnm-hotel-card--acc-row {
    margin-bottom: 0;
    height: auto;
    text-align: start;
    align-self: flex-start;
    width: 100%;
}
.vnm-acc-prices-section .vnm-hotel-image--acc-row {
    width: 100%;
    max-width: none;
    height: 160px;
    object-fit: cover;
}
.vnm-acc-prices-section .vnm-hotel-title,
.vnm-acc-prices-section .vnm-hotel-stars {
    text-align: start;
    width: 100%;
}
@media (max-width: 767.98px) {
    .vnm-acc-prices-section .vnm-acc-hotels-row {
        flex-wrap: nowrap;
        gap: 10px 12px;
    }
    .vnm-acc-prices-section .vnm-acc-hotel-col {
        flex: 0 0 auto;
        width: min(200px, 72vw);
        min-width: 160px;
    }
}
@media (min-width: 768px) {
    .vnm-acc-prices-section .vnm-acc-hotels-row {
        overflow-x: visible;
    }
}
.vnm-acc-prices-section .vnm-acc-prices-grid {
    margin-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.vnm-acc-prices-section .vnm-acc-prices-grid > [class*="col-"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.vnm-acc-season-panel {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 0;
    border-radius: 0;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    box-shadow: none;
}
.vnm-acc-season-header {
    font-size: 18px;
    font-weight: 700;
    color: #142133;
    text-align: start;
    align-self: stretch;
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
    line-height: 1.3;
}
.vnm-acc-season-body {
    padding: 0 !important;
    margin: 0;
    padding-inline: 0 !important;
    width: 100%;
    align-self: stretch;
}
.blog-area .vnm-acc-prices-section ul.vnm-acc-season-rows.vnm-acc-price-list,
.blog-area .vnm-acc-prices-section ul.vnm-acc-price-list,
.vnm-acc-prices-section ul.vnm-acc-season-rows.vnm-acc-price-list,
.vnm-acc-prices-section ul.vnm-acc-price-list {
    list-style: none !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-inline: 0 !important;
    margin-inline-start: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-inline: 0 !important;
    padding-inline-start: 0 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}
.blog-area .vnm-acc-prices-section ul.vnm-acc-price-list > li,
.vnm-acc-prices-section ul.vnm-acc-price-list > li {
    list-style: none !important;
    margin-left: 0 !important;
    margin-inline-start: 0 !important;
    padding-left: 0 !important;
    padding-inline-start: 0 !important;
}
.vnm-acc-prices-section ul.vnm-acc-price-list > li.vnm-acc-season-row {
    padding: 10px 0 !important;
}
.vnm-acc-season-rows {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
    padding-inline-start: 0 !important;
}
.vnm-acc-season-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px 20px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.45;
    width: 100%;
    box-sizing: border-box;
}
.vnm-acc-season-row:last-child {
    border-bottom: 0;
}
.vnm-acc-season-label {
    color: #0d0d0d;
    text-align: start;
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 400;
}
.vnm-acc-season-amount {
    color: #e31837;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: end;
    min-width: 4.5ch;
    align-self: flex-start;
}
@media (max-width: 991.98px) {
    .vnm-acc-prices-section-title {
        font-size: 26px;
    }
    .vnm-acc-category-title {
        font-size: 19px;
    }
}
.vnm-price-box {
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.vnm-price-box-head {
    background: #d69a3a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: lowercase;
}
.vnm-price-box-body {
    padding: 18px 18px 10px;
}
.vnm-season-title {
    font-size: 20px;
    font-weight: 700;
    color: #111c2a;
    margin-bottom: 8px;
}
.vnm-season-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.vnm-season-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    color: #243040;
    margin-bottom: 8px;
    line-height: 1.5;
}
.vnm-season-list li span:last-child {
    color: #d88f21;
    font-weight: 700;
    white-space: nowrap;
}
.vnm-good-title {
    font-size: 34px;
    font-weight: 700;
    color: #102033;
    margin-bottom: 20px;
}
.vnm-good-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0 !important;
}
.vnm-good-accordion .accordion-button {
    padding: 18px 8px 18px 0;
    background: #fff0;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: #1a2940;
}
.vnm-good-accordion .accordion-button:not(.collapsed) {
    color: #1a2940;
    background: #fff0;
}
.vnm-good-accordion .accordion-button:focus {
    box-shadow: none;
}
.vnm-good-accordion .accordion-body {
    padding: 0 0 18px;
    color: #3d4652;
    font-size: 15px;
    line-height: 1.8;
}
.vnm-side-form-stick {
    position: sticky;
    top: 110px;
}
@media (max-width: 991.98px) {
    .vnm-side-form-stick {
        position: static;
        top: auto;
        margin-top: 24px;
    }
    .vnm-package-tabs .nav-link {
        min-width: calc(50% - 5px);
        font-size: 11px;
        padding: 11px 10px;
    }
    .vnm-info-box h4,
    .vnm-acc-title,
    .vnm-good-title {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .vnm-package-tabs {
        gap: 8px;
    }
    .vnm-package-tabs .nav-link {
        min-width: 100%;
    }
    .vnm-overview-content,
    .vnm-itinerary-accordion .accordion-body,
    .vnm-good-accordion .accordion-body {
        font-size: 14px;
    }
    .vnm-itinerary-accordion .accordion-button {
        font-size: 14px;
        padding: 16px 14px 16px 40px;
    }
    .vnm-itinerary-accordion .accordion-button:before {
        left: 12px;
        width: 12px;
        height: 12px;
    }
    .vnm-itinerary-accordion .accordion-body {
        padding: 0 14px 16px 40px;
    }
    .vnm-hotel-image {
        max-width: 100%;
        height: 180px;
    }
    .vnm-season-title {
        font-size: 18px;
    }
}
.vnm-package-sticky-nav {
    position: sticky;
    top: 85px;
    z-index: 99;
    background: #fff;
    padding: 0 0 18px;
    margin-bottom: 26px;
}
.vnm-package-tabs {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.vnm-package-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background: #eef1f5;
    color: #5b6470;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 18px;
    min-width: 150px;
    text-align: center;
}
.vnm-package-tabs .nav-link.active,
.vnm-package-tabs .nav-link:hover {
    background: #d69a3a;
    color: #fff;
}
.vnm-content-section {
    scroll-margin-top: 150px;
    margin-bottom: 42px;
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
    .vnm-package-sticky-nav {
        top: 70px;
        padding-bottom: 14px;
        margin-bottom: 22px;
    }
    .vnm-package-tabs .nav-link {
        min-width: calc(50% - 5px);
        font-size: 11px;
        padding: 11px 10px;
    }
    .vnm-content-section {
        scroll-margin-top: 130px;
    }
}
.vnm-package-sticky-nav {
    position: sticky;
    top: 85px;
    z-index: 99;
    background: #fff;
    padding: 0 0 18px;
    margin-bottom: 26px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.vnm-package-sticky-nav::-webkit-scrollbar {
    display: none;
}
.vnm-package-tabs {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 10px;
    margin-bottom: 0;
    width: max-content;
    min-width: 100%;
}
.vnm-package-tabs .nav-item {
    flex: 0 0 auto;
}
.vnm-package-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: #eef1f5;
    color: #5b6470;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 18px;
    min-width: auto;
    text-align: center;
}
@media (max-width: 767.98px) {
    .vnm-package-sticky-nav {
        top: 60px;
    }
    .vnm-package-tabs {
        gap: 8px;
    }
    .vnm-package-tabs .nav-link {
        min-width: 100%;
    }
    .vnm-content-section {
        margin-bottom: 32px;
        scroll-margin-top: 120px;
    }
}
@media (max-width: 991.98px) {
    .vnm-package-sticky-nav {
        top: 70px;
        padding-bottom: 14px;
        margin-bottom: 22px;
    }
    .vnm-package-tabs .nav-link {
        font-size: 11px;
        padding: 11px 14px;
    }
    .vnm-content-section {
        scroll-margin-top: 130px;
    }
}
@media (max-width: 767.98px) {
    .vnm-package-sticky-nav {
        top: 60px;
    }
    .vnm-package-tabs {
        gap: 8px;
    }
    .vnm-package-tabs .nav-link {
        font-size: 10px;
        padding: 10px 12px;
    }
    .vnm-content-section {
        margin-bottom: 32px;
        scroll-margin-top: 120px;
    }
}
.vnm-overview-content {
    position: relative;
    max-height: 140px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.vnm-overview-content.expanded {
    max-height: 1000px;
}
.vnm-overview-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, #fff0, #fff);
}
.vnm-readmore-btn {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #d69a3a;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: none;
}
.vnm-overview-wrapper--full .vnm-overview-content {
    max-height: none;
    overflow: visible;
    position: static;
    transition: none;
}
.vnm-info-box.vnm-inclusion li:before {
    color: #198754;
}
.vnm-info-box.vnm-exclusion li:before {
    color: #dc3545;
}
.vnm-info-box li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.vnm-info-box li i {
    margin-top: 3px;
    font-size: 13px;
}
.vnm-itinerary-meals {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f6f81;
    font-size: 16px;
    font-weight: 500;
}
.vnm-itinerary-meals strong {
    color: #5f6f81;
    font-weight: 600;
}
.vnm-itinerary-meals i {
    color: #d69a3a;
    font-size: 18px;
}
.vnm-itinerary-text a {
    color: #d69a3a;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: 0.2s ease;
    font-weight: 500;
}
.vnm-itinerary-text a:hover {
    color: #b87d20;
    text-decoration-thickness: 2px;
}
.vnm-magazine-section {
    overflow: hidden;
    position: relative;
}
.vnm-magazine-subtitle {
    display: inline-block;
    color: #d9a441;
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 8px;
}
.vnm-magazine-main-title {
    font-size: 42px;
    line-height: 1.2;
    color: #041126;
    margin-bottom: 10px;
}
.vnm-magazine-title-line {
    display: block;
    width: 130px;
    height: 2px;
    background: #d9a441;
    border-radius: 50px;
    margin: 0 auto;
}
#vnm_magazine_slider {
    margin: 0 -12px;
}
.vnm-magazine-slide {
    padding: 0 12px;
}
.vnm-magazine-card .img-wrapper {
    display: block;
    height: 210px;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
}
.vnm-magazine-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.vnm-magazine-card:hover .img-wrapper img {
    transform: scale(1.05);
}
.vnm-magazine-card .content-wrapper {
    padding: 0;
}
.vnm-magazine-card .post-title {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.35;
}
.vnm-magazine-card .post-title a {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
    color: #041126;
    text-decoration: none;
    transition: 0.3s;
}
.vnm-magazine-card .post-title:hover {
    color: black !important;
}
.vnm-magazine-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}
.vnm-magazine-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    border-radius: 30px;
    background: #e6efff;
    color: #001d3d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: lowercase;
}
.vnm-magazine-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 3px;
}
.vnm-magazine-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c7cdda;
    display: inline-block;
}
.vnm-magazine-excerpt {
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 0;
    cursor: text;
}
.vnm-magazine-slider-wrapper {
    position: relative;
    padding: 0 18px;
}
.vnm-magazine-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
    width: 36px;
    height: 36px;
    background: #fff0;
    color: #041126;
    font-size: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.vnm-magazine-arrow:hover {
    color: #d9a441;
}
.vnm-magazine-arrow.prev-btn {
    left: -35px;
}
.vnm-magazine-arrow.next-btn {
    right: -35px;
}
@media (max-width: 991.98px) {
    .vnm-magazine-main-title {
        font-size: 34px;
    }
    .vnm-magazine-card .img-wrapper {
        height: 200px;
    }
    .vnm-magazine-card .post-title a {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .vnm-magazine-main-title {
        font-size: 28px;
    }
    .vnm-magazine-slider-wrapper {
        padding: 0 22px;
    }
    .vnm-magazine-card .img-wrapper {
        height: 220px;
    }
    .vnm-magazine-card .post-title a {
        font-size: 19px;
    }
    .vnm-magazine-excerpt {
        font-size: 15px;
    }
    .vnm-magazine-arrow {
        top: 60%;
        font-size: 24px;
    }
    .vnm-magazine-arrow.prev-btn {
        left: -24px;
    }
    .vnm-magazine-arrow.next-btn {
        right: -16px;
    }
    .theme-btn {
        padding: 12px 22px;
    }
}
.vnm-magazine-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9a441;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    min-width: 280px;
}
.vnm-magazine-btn:hover {
    background: #001d3d;
    color: #fff;
    transform: translateY(-2px);
}
@media (max-width: 576px) {
    .vnm-magazine-btn {
        width: 100%;
        max-width: 300px;
        padding: 14px 20px;
        font-size: 15px;
    }
}
.vnm-magazine-card .post-title a {
    pointer-events: auto;
    color: #041126;
}
.vnm-magazine-card .post-title a:hover {
    color: #041126;
}
#location-slider-wrapper-2 .slick-dots {
    display: none !important;
}
#location-slider-wrapper-2 .slick-arrow {
    display: none !important;
}
.featured-tours-slider-wrap {
    position: relative;
}
.featured-side-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-weight: 900;
    background: #fff0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.featured-side-arrow i {
    font-size: 40px;
}
.featured-side-arrow:hover {
    color: #333;
}
.featured-side-prev {
    left: -7%;
}
.featured-side-next {
    right: -7%;
}
.featured-tours-footer {
    text-align: center;
    margin-top: 15px;
}
.view-all-tours-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 60px;
    padding: 17px 38px;
    background: #d89f3d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
}
.view-all-tours-btn:hover {
    background: #05294a;
    color: #fff;
}
@media (max-width: 991.98px) {
    .featured-tours-footer {
        margin-top: 10px;
    }
    .view-all-tours-btn {
        min-width: 240px;
        min-height: 78px;
        font-size: 18px;
        padding: 18px 28px;
        border-radius: 0;
    }
}
@media (max-width: 575.98px) {
    .view-all-tours-btn {
        width: 100%;
        max-width: 160px;
        min-width: unset;
        min-height: 64px;
        font-size: 17px;
        padding: 16px 20px;
        border-radius: 0;
    }
}
.vnm-reviews-section {
    background: #fff;
}
.vnm-reviews-header {
    margin-bottom: 40px;
}
.vnm-reviews-slider {
    margin: 0 -12px;
}
.vnm-review-slide {
    padding: 0 12px;
}
.vnm-review-card {
    background: #fff0;
    height: 100%;
    min-height: 235px;
    display: flex !important;
    flex-direction: column;
}
.vnm-review-stars {
    margin-bottom: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}
.vnm-review-stars i {
    color: #00aa6c;
    font-size: 14px;
    margin-right: 0;
}
.vnm-review-text {
    color: #3d3d3d;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 130px;
}
.vnm-review-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    min-height: auto;
}
.vnm-review-readmore {
    color: #d9a441;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 18px;
    display: inline-block;
    cursor: pointer;
}
.vnm-review-readmore:hover {
    color: #b9831f;
}
.vnm-review-meta {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 1.7;
    margin-top: auto;
}
.vnm-review-name {
    font-weight: 500;
    color: #3d3d3d;
}
.vnm-review-date {
    color: #3d3d3d;
}
.vnm-reviews-section .slick-arrow {
    display: none !important;
}
.vnm-reviews-section .slick-dots {
    position: static;
    margin: 32px 0 0;
    padding: 0;
    list-style: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    text-align: center;
}
.vnm-reviews-section .slick-dots li {
    list-style: none !important;
    display: inline-block !important;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}
.vnm-reviews-section .slick-dots li::marker {
    display: none;
    content: "";
}
.vnm-reviews-section .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d3d7dd;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.vnm-reviews-section .slick-dots li button:before {
    display: none !important;
    content: none !important;
}
.vnm-reviews-section .slick-dots li.slick-active button {
    background: #d9a441;
}
.vnm-rating-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.vnm-rating-label {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 400;
    color: #000;
}
.vnm-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.vnm-rating-stars i {
    font-size: 18px;
    color: #00aa6c;
}
.vnm-rating-score {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 400;
    color: #000;
}
.vnm-tripadvisor-brand {
    display: flex;
    align-items: center;
}
.vnm-tripadvisor-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}
.vnm-rating-subline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 19px;
    line-height: 1.6;
    color: #3f5873;
}
.vnm-rating-subline span {
    color: #3f5873;
}
.vnm-rating-subline a {
    color: #d9a441;
    text-decoration: none;
    font-weight: 500;
}
.vnm-rating-subline a:hover {
    color: #b9831f;
}
@media (max-width: 991px) {
    .vnm-review-text {
        min-height: auto;
    }
    .vnm-rating-label,
    .vnm-rating-score {
        font-size: 34px;
    }
    .vnm-rating-subline {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .vnm-reviews-section {
        padding-left: 0;
        padding-right: 0;
    }
    .vnm-reviews-header {
        margin-bottom: 28px;
    }
    .vnm-rating-line {
        gap: 8px;
        margin-bottom: 10px;
    }
    .vnm-rating-label,
    .vnm-rating-score {
        font-size: 26px;
        text-align: center;
    }
    .vnm-rating-stars {
        gap: 6px;
    }
    .vnm-rating-stars i {
        font-size: 14px;
    }
    .vnm-tripadvisor-logo {
        height: 36px;
    }
    .vnm-rating-subline {
        font-size: 15px;
        line-height: 1.7;
        text-align: center;
        gap: 4px;
    }
    .vnm-review-card {
        min-height: auto;
    }
    .vnm-review-text {
        font-size: 16px;
        line-height: 1.8;
        -webkit-line-clamp: 5;
    }
    .vnm-review-meta {
        font-size: 15px;
    }
    .vnm-review-stars i {
        font-size: 12px;
    }
}
.reviews-simple-section {
    background: #fff;
}
.reviews-simple-head h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    margin: 0 0 28px;
}
.review-simple-item {
    margin-bottom: 28px;
}
.review-simple-top {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.review-simple-name {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #111827;
}
.review-simple-date {
    font-size: 14px;
    line-height: 1.4;
    color: #8b8b8b;
}
.review-simple-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
}
.review-simple-stars i {
    color: #f4b400;
    font-size: 14px;
}
.review-simple-title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
    color: #111827;
    margin: 0 0 8px;
}
.review-simple-text {
    font-size: 16px;
    line-height: 1.8;
    color: #1f2937;
}
.review-simple-text a.review-read-toggle {
    color: #1f2937;
    text-decoration: none;
    margin-inline-start: 2px;
}
.review-simple-text a.review-read-toggle:hover {
    text-decoration: underline;
}
.reviews-loadmore-wrap {
    margin-top: 18px;
}
.vnm-reviews-section button.reviews-loadmore-btn,
.vnm-reviews-section button#reviewsLoadMoreBtn {
    min-width: 120px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e61e43 !important;
    border-radius: 0;
    background: #fff !important;
    color: #e61e43 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 28px;
    cursor: pointer;
    font-family: inherit;
    box-sizing: border-box;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}
.vnm-reviews-section button.reviews-loadmore-btn:hover,
.vnm-reviews-section button#reviewsLoadMoreBtn:hover {
    background: #e61e43 !important;
    color: #fff !important;
    border-color: #e61e43 !important;
}
.vnm-reviews-section button.reviews-loadmore-btn:focus-visible,
.vnm-reviews-section button#reviewsLoadMoreBtn:focus-visible {
    outline: 2px solid #e61e43;
    outline-offset: 2px;
}
@media (max-width: 991.98px) {
    .reviews-simple-head h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .review-simple-title {
        font-size: 22px;
    }
    .review-simple-text {
        font-size: 15px;
        line-height: 1.75;
    }
}
@media (max-width: 767.98px) {
    .reviews-simple-head h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .review-simple-item {
        margin-bottom: 24px;
    }
    .review-simple-top {
        gap: 10px;
        margin-bottom: 6px;
    }
    .review-simple-name,
    .review-simple-date {
        font-size: 13px;
    }
    .review-simple-title {
        font-size: 20px;
        line-height: 1.35;
    }
    .review-simple-text {
        font-size: 14px;
        line-height: 1.7;
    }
    .vnm-reviews-section button.reviews-loadmore-btn,
    .vnm-reviews-section button#reviewsLoadMoreBtn {
        min-width: 112px;
        min-height: 36px;
        font-size: 14px;
        padding: 8px 22px;
    }
}
.featured-tour-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.featured-tour-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.featured-tour-badge.easter-offer {
    background: #9b5de5;
}
.featured-tour-badge.best-seller {
    background: #159a55;
}
.featured-tour-badge.best-deal {
    background: #1d9bf0;
}
.featured-tour-badge.discount-off {
    background: #ef4444;
}
.featured-tour-badge.default-badge {
    background: #d79a33;
}
.vnm-price-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.05);
}
.vnm-price-box-head {
    background: #d79a33;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
    padding: 14px 20px;
}
.vnm-price-box-body {
    padding: 20px;
}
.vnm-price-duration:not(:last-child) {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #efefef;
}
.vnm-price-duration-title {
    font-size: 20px;
    font-weight: 700;
    color: #0d2b4d;
    margin-bottom: 14px;
}
.vnm-price-duration-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.vnm-price-duration-btn {
    flex: 1 1 auto;
    min-width: min(100%, 160px);
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
    color: #0d2b4d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 10px;
    padding: 12px 16px;
    cursor: pointer;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease;
}
.vnm-price-duration-btn:hover {
    background: #ececec;
    border-color: #d0d0d0;
}
.vnm-price-duration-btn.active {
    background: #d79a33;
    color: #fff;
    border-color: #d79a33;
}
.vnm-price-season-title {
    font-size: 20px;
    font-weight: 700;
    color: #0d2b4d;
    margin-bottom: 12px;
}
.vnm-season-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vnm-season-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 8px 0;
    border-bottom: 1px dashed #ececec;
}
.vnm-season-list li:last-child {
    border-bottom: 0;
}
.vnm-season-list li span:first-child {
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.6;
}
.vnm-season-list li span:last-child {
    color: #d79a33;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .vnm-price-box-body {
        padding: 16px;
    }
    .vnm-price-duration-title {
        font-size: 18px;
    }
    .vnm-price-season-title {
        font-size: 18px;
    }
    .vnm-season-list li {
        gap: 12px;
    }
    .vnm-season-list li span:first-child,
    .vnm-season-list li span:last-child {
        font-size: 14px;
    }
}
.featured-tour-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.featured-tour-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    z-index: 2;
}
.best-seller {
    background: linear-gradient(135deg, #16a34a, #15803d);
}
.easter-offer {
    background: linear-gradient(135deg, #a855f7, #9333ea);
}
.best-deal {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
}
.discount {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}
.vnm-blog-grid-section {
    background: #fff;
}
.vnm-article-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.vnm-article-card-image {
    display: block;
    border-radius: 16px;
    overflow: hidden;
}
.vnm-article-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}
.vnm-article-card-body {
    padding: 16px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.vnm-article-card-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 12px;
}
.vnm-article-card-title a {
    color: #1d2746;
    text-decoration: none;
}
.vnm-article-card-title a:hover {
    color: #1d2746;
    text-decoration: none;
}
.vnm-article-card-text {
    font-size: 15px;
    line-height: 1.9;
    color: #6f7487;
    margin-bottom: 14px;
}
.vnm-article-read-more {
    margin-top: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #d99a2b;
    text-decoration: none;
}
.vnm-article-read-more:hover {
    color: #d99a2b;
    text-decoration: none;
}
.vnm-load-more-btn {
    background-color: #001f4d;
    color: #fff;
    border: 0;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}
.vnm-load-more-btn:hover,
.vnm-load-more-btn:focus {
    background-color: #001f4d;
    color: #fff;
    box-shadow: none;
}
.vnm-load-more-btn.loading {
    opacity: 0.8;
    pointer-events: none;
}
.col-lg-8 .vnm-article-card-image img {
    height: 250px;
}
.col-lg-8 .vnm-article-card-title {
    font-size: 20px;
}
.col-lg-8 .vnm-article-card-text {
    font-size: 15px;
}
@media (max-width: 991.98px) {
    .vnm-article-card-image img,
    .col-lg-8 .vnm-article-card-image img {
        height: 230px;
    }
    .vnm-article-card-title,
    .col-lg-8 .vnm-article-card-title {
        font-size: 18px;
    }
    .vnm-article-card-text,
    .col-lg-8 .vnm-article-card-text {
        font-size: 15px;
        line-height: 1.8;
    }
}
@media (max-width: 767.98px) {
    .vnm-article-card-image img,
    .col-lg-8 .vnm-article-card-image img {
        height: 220px;
    }
    .vnm-article-card-title,
    .col-lg-8 .vnm-article-card-title {
        font-size: 17px;
    }
    .vnm-article-card-text,
    .col-lg-8 .vnm-article-card-text {
        font-size: 14px;
        line-height: 1.7;
    }
}
.vnm-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.vnm-article-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #edf4ff;
    color: #1d2746;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: lowercase;
}
@media (max-width: 767.98px) {
    .vnm-article-tags {
        gap: 8px;
        margin-bottom: 12px;
    }
    .vnm-article-tag {
        font-size: 13px;
        padding: 7px 15px;
    }
}
.vnm-article-read-more {
    margin-top: 10px;
}
.vnm-article-page {
    background: #fff;
}
.vnm-article-hero {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.vnm-article-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0.2), rgb(0 0 0 / 0.45));
}
.vnm-article-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 100px 0 70px;
    text-align: center;
    margin: 0 auto;
}
.vnm-article-hero-title {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.vnm-article-main-section {
    padding: 45px 0 70px;
}
.vnm-article-wrapper {
    max-width: 860px;
    margin: 0 auto;
}
.vnm-article-meta {
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-bottom: 28px;
}
.vnm-meta-separator {
    margin: 0 8px;
    color: #b0b0b0;
}
.vnm-article-toc {
    margin-bottom: 24px;
}
.vnm-article-toc-title {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.vnm-article-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vnm-article-toc-list li {
    margin-bottom: 7px;
}
.vnm-article-toc-list a {
    color: #d38b15;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    transition: 0.2s ease;
}
.vnm-article-toc-list a:hover {
    color: #a86b08;
    text-decoration: underline;
}
.vnm-article-audio-bar {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 22px;
}
.vnm-article-intro {
    color: #333;
    font-size: 17px;
    line-height: 1.95;
    margin-bottom: 34px;
}
.vnm-article-block {
    margin-bottom: 42px;
    scroll-margin-top: 120px;
}
.vnm-article-block-media {
    margin: 0 0 22px;
}
.vnm-article-block-image {
    width: 100%;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}
.vnm-article-block-title {
    margin: 0 0 16px;
    color: #111;
    font-size: 31px;
    line-height: 1.3;
    font-weight: 700;
}
.vnm-article-block-text {
    color: #222;
    font-size: 17px;
    line-height: 1.95;
    word-break: break-word;
}
.vnm-article-block-text .vnm-article-data-grid {
    display: table;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0.65rem 0;
    border: none;
    background: transparent;
    table-layout: auto;
    font-size: 14px;
    line-height: 1.45;
}
.vnm-article-block-text .vnm-article-data-row {
    display: table-row;
}
.vnm-article-block-text .vnm-article-data-cell,
.vnm-article-block-text .vnm-article-data-cell--head {
    display: table-cell;
    padding: 1px 1px 1px 0;
    border: none;
    box-shadow: none;
    outline: none;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.45;
}
.vnm-article-block-text .vnm-article-data-row .vnm-article-data-cell:last-child,
.vnm-article-block-text
    .vnm-article-data-row
    .vnm-article-data-cell--head:last-child {
    padding-right: 0;
}
.vnm-article-block-text .vnm-article-data-cell--head {
    font-weight: 700;
    color: #111;
    background: transparent;
}
.vnm-article-block-text br {
    content: "";
    display: block;
    margin-bottom: 10px;
}
.vnm-article-intro a {
    color: #c9921a !important;
    text-decoration: underline;
    font-weight: 500;
    transition: 0.2s ease;
}
.vnm-article-intro a:hover {
    color: #9f7412 !important;
}
.vnm-article-block-text a,
.vnm-article-page .vnm-article-block-text a:link,
.vnm-article-page .vnm-article-block-text a:visited,
.vnm-article-page .vnm-article-block-text a:active {
    color: #e61e43 !important;
    text-decoration: underline;
    font-style: italic;
    font-weight: 400;
    transition: color 0.2s ease;
}
.vnm-article-block-text a:hover,
.vnm-article-page .vnm-article-block-text a:hover {
    color: #c91539 !important;
}
.vnm-article-intro h2,
.vnm-article-intro h3,
.vnm-article-block-text h2,
.vnm-article-block-text h3 {
    color: #111;
    font-weight: 700;
    line-height: 1.35;
    margin: 22px 0 12px;
}
.vnm-article-block-text ul,
.vnm-article-block-text ol,
.vnm-article-intro ul,
.vnm-article-intro ol {
    padding-left: 22px;
    margin: 14px 0;
}
.vnm-article-block-text li,
.vnm-article-intro li {
    margin-bottom: 8px;
}
.vnm-listen-btn,
.vnm-stop-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
}
.vnm-listen-btn {
    background: #f6f6f6;
    border: 1px solid #dedede;
    color: #444;
}
.vnm-listen-btn:hover {
    background: #ececec;
    border-color: #cfcfcf;
}
.vnm-listen-btn.is-speaking {
    background: #111;
    color: #fff;
    border-color: #111;
}
.vnm-stop-btn {
    background: #fff3f3;
    border: 1px solid #f0caca;
    color: #c0392b;
}
.vnm-stop-btn:hover {
    background: #ffe4e4;
    border-color: #e8b5b5;
}
.vnm-listen-icon,
.vnm-stop-icon {
    font-size: 11px;
    line-height: 1;
}
@media (max-width: 991.98px) {
    .vnm-article-hero {
        min-height: 340px;
    }
    .vnm-article-hero-title {
        font-size: 36px;
    }
    .vnm-article-block-title {
        font-size: 26px;
    }
}
@media (max-width: 767.98px) {
    .vnm-article-hero {
        min-height: 270px;
    }
    .vnm-article-hero-content {
        padding: 70px 0 45px;
    }
    .vnm-article-hero-title {
        font-size: 28px;
        line-height: 1.3;
    }
    .vnm-article-main-section {
        padding: 30px 0 50px;
    }
    .vnm-article-meta {
        font-size: 15px;
        margin-bottom: 22px;
    }
    .vnm-article-toc-title {
        font-size: 19px;
    }
    .vnm-article-toc-list a,
    .vnm-article-intro,
    .vnm-article-block-text {
        font-size: 15px;
        line-height: 1.9;
    }
    .vnm-article-block {
        margin-bottom: 34px;
    }
    .vnm-article-block-title {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .vnm-article-audio-bar {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .vnm-listen-btn,
    .vnm-stop-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}
.vnm-article-intro h2,
.vnm-article-intro h3,
.vnm-article-block-text h2,
.vnm-article-block-text h3 {
    font-size: 25px;
    margin-top: 0;
}
.faq-custom {
    margin-top: 40px;
}
.width-custom {
    width: 80%;
    margin: auto;
}
.faq-item {
    border: 1px solid #dedede;
    border-radius: 18px;
    background: #fff;
    margin-bottom: 26px;
    overflow: hidden;
}
.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px 18px 28px;
    cursor: pointer;
}
.faq-header h3 {
    margin: 0;
    color: #09090b;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    flex: 1 1 auto;
}
.faq-icon {
    width: 37px;
    height: 37px;
    min-width: 37px;
    border-radius: 50%;
    background: #f5f0ea;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.faq-icon::before {
    content: "+";
    color: #041126;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.faq-header[aria-expanded="true"] .faq-icon {
    background: #3e3e3e;
}
.faq-header[aria-expanded="true"] .faq-icon::before {
    content: "−";
    color: #fff;
    font-size: 24px;
    top: 43%;
}
.faq-collapse {
    border-top: 1px solid #ededed;
}
.faq-body {
    padding: 28px 28px 30px;
    color: #5e7094;
    font-size: 16px;
    line-height: 1.9;
}
.faq-body p:last-child {
    margin-bottom: 0;
}
.faq-body ul:last-child {
    margin-bottom: 0;
}
.faq-body li {
    margin-bottom: 8px;
}
@media (max-width: 991.98px) {
    .faq-header {
        padding: 22px 18px 22px 20px;
        gap: 16px;
    }
    .faq-header h3 {
        font-size: 22px;
        line-height: 1.45;
    }
    .faq-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }
    .faq-icon::before,
    .faq-header[aria-expanded="true"] .faq-icon::before {
        font-size: 24px;
    }
    .faq-body {
        padding: 22px 20px 24px;
        font-size: 16px;
        line-height: 1.8;
    }
}
@media (max-width: 575.98px) {
    .faq-item {
        border-radius: 14px;
        margin-bottom: 18px;
    }
    .faq-header {
        padding: 18px 14px 18px 16px;
        gap: 12px;
    }
    .faq-header h3 {
        font-size: 17px;
        line-height: 1.5;
    }
    .faq-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }
    .faq-icon::before,
    .faq-header[aria-expanded="true"] .faq-icon::before {
        font-size: 24px;
    }
    .faq-body {
        padding: 18px 16px 20px;
        font-size: 15px;
        line-height: 1.75;
    }
    .width-custom {
        width: 100%;
    }
}
.faq-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    background: #d99f42;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}
.faq-btn .arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
}
.faq-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}
.faq-btn:hover .arrow {
    transform: translateX(5px);
}
.vnm-badge.easter-offer {
    background: linear-gradient(90deg, #8f3dff, #c84dff);
    color: #fff;
}
.featured-tour-badge.popular {
    background-color: #ff9f1c;
    color: #fff;
    font-weight: 600;
}
.vnm-sort-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
}
.vnm-sort-bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.vnm-sort-dropdown {
    color: #000;
    position: relative;
    width: 150px;
    margin-left: auto;
    z-index: 20;
}
.vnm-sort-selected {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    line-height: 1.2;
}
.vnm-sort-selected:focus {
    outline: none;
    color: #000;
    border-color: #d4a017;
    box-shadow: 0 0 0 0.15rem rgb(212 160 23 / 0.12);
}
.vnm-arrow {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #c6922f;
    border-bottom: 1.5px solid #c6922f;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 8px;
    margin-top: -2px;
}
.vnm-sort-dropdown.open .vnm-arrow {
    transform: rotate(225deg);
    margin-top: 2px;
}
.vnm-sort-options {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.12);
    display: none;
    overflow: hidden;
}
.vnm-sort-dropdown.open .vnm-sort-options {
    display: block;
}
.vnm-sort-option {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 10px 12px;
    font-size: 13px;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}
.vnm-sort-option:hover {
    background: #f8f8f8;
}
.vnm-sort-option.active {
    background: #f2ede6;
    color: #222;
}
.vnm-sort-check {
    width: 12px;
    min-width: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c6922f;
    font-size: 12px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .vnm-sort-bar {
        justify-content: flex-end;
        margin-bottom: 12px;
    }
    .vnm-sort-bar-inner {
        justify-content: flex-end;
    }
    .vnm-sort-dropdown {
        width: 148px;
    }
    .vnm-sort-selected {
        min-height: 36px;
        padding: 7px 10px;
        font-size: 11px;
        border-radius: 10px;
    }
    .vnm-sort-options {
        border-radius: 10px;
    }
    .vnm-sort-option {
        padding: 10px 10px;
        font-size: 12px;
    }
    .vnm-sort-check {
        font-size: 11px;
    }
}
.vnm-sort-selected,
.vnm-sort-selected:hover,
.vnm-sort-selected:focus,
.vnm-sort-selected:active {
    color: #222 !important;
    background: #fff !important;
    text-decoration: none !important;
}
.vnm-sort-selected *,
.vnm-sort-selected:hover *,
.vnm-sort-selected:focus *,
.vnm-sort-selected:active * {
    color: #222 !important;
}
.gallery-slider-modal {
    background: rgb(0 0 0 / 0.72);
    border: 0;
    border-radius: 0;
    position: relative;
}
.gallery-slider-modal .modal-body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-slider-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: rgb(7 25 53 / 0.95);
    color: #fff;
    font-size: 24px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gallery-slider-close:hover {
    background: rgb(7 25 53);
}
#tourGalleryCarousel,
#tourGalleryCarousel .carousel-inner,
#tourGalleryCarousel .carousel-item {
    height: 100vh;
}
.gallery-slider-item {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 110px 110px;
}
.gallery-slider-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.gallery-slider-arrow {
    width: 8%;
    opacity: 1;
}
.gallery-slider-arrow-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.9);
    color: #0a2b57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.12);
}
.gallery-slider-arrow:hover .gallery-slider-arrow-icon {
    background: #fff;
}
.gallery-slider-thumbs-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 15;
    padding: 0 24px;
}
.gallery-slider-thumbs {
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 4px;
}
.gallery-slider-thumbs::-webkit-scrollbar {
    height: 6px;
}
.gallery-slider-thumbs::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / 0.35);
    border-radius: 10px;
}
.gallery-thumb-btn {
    width: 88px;
    height: 64px;
    padding: 0;
    border: 2px solid #fff0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff0;
    opacity: 0.65;
    transition: 0.2s ease;
    flex: 0 0 auto;
}
.gallery-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery-thumb-btn.active,
.gallery-thumb-btn:hover {
    opacity: 1;
    border-color: #fff;
}
.tour-gallery-mobile .mobile-gallery-wrapper {
    position: relative;
}
.tour-gallery-mobile .mobile-gallery-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.tour-gallery-mobile .mobile-gallery-price {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 5;
    background: rgb(0 0 0 / 0.55);
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    line-height: 1.2;
}
.tour-gallery-mobile .mobile-price-label {
    display: block;
    font-size: 10px;
    font-weight: 500;
}
.tour-gallery-mobile .mobile-price-value {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .gallery-slider-item {
        padding: 30px 70px 95px;
    }
    .gallery-slider-arrow-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
    .gallery-thumb-btn {
        width: 76px;
        height: 56px;
    }
}
@media (max-width: 575.98px) {
    .gallery-slider-close {
        top: 14px;
        right: 14px;
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .gallery-slider-item {
        padding: 20px 18px 92px;
    }
    .gallery-slider-arrow {
        width: 14%;
    }
    .gallery-slider-arrow-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .gallery-thumb-btn {
        width: 62px;
        height: 46px;
        border-radius: 8px;
    }
    .gallery-slider-thumbs-wrap {
        bottom: 12px;
        padding: 0 10px;
    }
}
.vnm-article-card {
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.vnm-article-card-image {
    border-radius: 0 !important;
}
.vnm-article-card-image img {
    border-radius: 0 !important;
    height: 250px;
}
.vnm-article-card-body {
    padding: 14px 10px 10px;
    display: grid;
    grid-template-rows: 20px 52px 72px auto auto;
    flex: 1;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: auto !important;
    display: flex !important;
}
.slick-slide > div {
    display: flex;
    width: 100%;
}
.vnm-magazine-slide {
    display: flex !important;
    width: 100%;
}
.vnm-magazine-slide .vnm-article-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.vnm-article-tags-line {
    font-size: 13px;
    font-weight: 700;
    color: #c0392b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    overflow: hidden;
}
.vnm-article-card-title {
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.vnm-article-card-text {
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.vnm-blog-filter-bar {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 20px 0;
    text-align: center;
}
.vnm-blog-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border: 1px solid #333 !important;
    border-radius: 50px !important;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    outline: none !important;
    box-shadow: none !important;
}
.vnm-blog-filter-btn:focus,
.vnm-blog-filter-btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.vnm-filter-emoji {
    font-size: 16px;
    line-height: 1;
}
.vnm-blog-filter-btn:hover {
    color: #c0392b;
}
.vnm-blog-filter-btn.active {
    background: #c0392b;
    border-color: #c0392b !important;
    color: #fff;
}
.vnm-article-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    align-self: end;
}
.vnm-article-card-meta {
    font-size: 14px;
    color: #888;
}
.vnm-article-card-date {
    color: #888;
    font-size: 14px;
}
.vnm-article-card .vnm-article-read-more {
    display: inline-block;
    width: fit-content;
    padding: 7px 20px;
    border: 1.5px solid #c0392b;
    border-radius: 0;
    color: #c0392b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    align-self: start;
}
.vnm-article-card .vnm-article-read-more:hover {
    background: #c0392b;
    color: #fff;
    text-decoration: none;
}
.vnm-blog-grid-item {
    transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
    .vnm-blog-filter-bar {
        gap: 8px;
        margin-bottom: 28px;
        padding: 15px 20px;
    }
    .vnm-blog-filter-btn {
        padding: 8px 16px;
        font-size: 13px;
        gap: 6px;
    }
    .vnm-filter-emoji {
        font-size: 14px;
    }
    .vnm-article-card-body {
        grid-template-rows: 18px 48px 68px auto auto;
    }
    .vnm-article-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}
.vnm-blog-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.vnm-blog-hero-img {
    display: block;
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.vnm-blog-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.25),
        rgba(0, 0, 0, 0.55)
    );
    pointer-events: none;
}
.vnm-blog-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
}
.vnm-blog-hero-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
    font-style: italic;
}
.vnm-blog-hero-meta {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    margin-bottom: 22px;
}
.vnm-blog-hero-btn {
    display: inline-block;
    padding: 10px 28px;
    border: 1.5px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.vnm-blog-hero-btn:hover {
    background: transparent;
    border-color: #c0392b;
    color: #c0392b;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .vnm-blog-hero-title {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .vnm-blog-hero-content {
        padding: 40px 16px 30px;
    }
    .vnm-blog-hero-title {
        font-size: 24px;
    }
}
#vnm_magazine_slider.slick-slider .slick-dots {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}
#vnm_magazine_slider.slick-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
#vnm_magazine_slider.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #dcdcdc;
    font-size: 0;
}
#vnm_magazine_slider.slick-slider .slick-dots li button::before {
    display: none !important;
}
#vnm_magazine_slider.slick-slider .slick-dots li.slick-active button {
    background: #e61e43;
}
.vnm-magazine-section.vnm-blog-like {
    padding: 3.4rem 0 3rem;
    background: #fff;
}
.vnm-blog-like-head {
    text-align: center;
    margin-bottom: 1.2rem;
}
.vnm-blog-like-head h2 {
    margin: 0 0 6px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}
.vnm-blog-like-head p {
    margin: 0 auto;
    max-width: 780px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3f3f3f;
}
.vnm-magazine-section.vnm-blog-like .vnm-magazine-slider-wrapper {
    padding: 0;
}
.vnm-magazine-section.vnm-blog-like #vnm_magazine_slider {
    margin: 0 -10px;
}
.vnm-magazine-section.vnm-blog-like .vnm-magazine-slide {
    padding: 0 10px;
}
.vnm-magazine-section.vnm-blog-like .slick-arrow {
    display: none !important;
}
.vnm-magazine-section.vnm-blog-like .vnm-magazine-btn {
    background: #e02144;
    border-radius: 0;
    min-width: 230px;
    padding: 14px 30px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff !important;
    transform: none;
}
.vnm-magazine-section.vnm-blog-like .vnm-magazine-btn:hover {
    background: #c81c3c;
    color: #fff !important;
    transform: none;
}
.vnm-magazine-section.vnm-blog-like
    #vnm_magazine_slider.slick-slider
    .slick-dots {
    display: flex !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
    width: 100% !important;
}
.vnm-magazine-section.vnm-blog-like
    #vnm_magazine_slider.slick-slider
    .slick-dots
    li {
    width: auto;
    height: auto;
    margin: 0;
}
.vnm-magazine-section.vnm-blog-like
    #vnm_magazine_slider.slick-slider
    .slick-dots
    li
    button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #dcdcdc;
    font-size: 0;
    transition: background-color 0.3s ease;
}
.vnm-magazine-section.vnm-blog-like
    #vnm_magazine_slider.slick-slider
    .slick-dots
    li
    button::before {
    display: none !important;
}
.vnm-magazine-section.vnm-blog-like
    #vnm_magazine_slider.slick-slider
    .slick-dots
    li.slick-active
    button {
    background: #e61e43;
}
.popular-trips-section {
    background: #fff;
    padding: 48px 0 80px;
}
.popular-trips-section--sidebar {
    padding: 0;
    background: transparent;
}
.popular-trips-section--sidebar .section-title--minimal {
    text-align: left;
}
.popular-trips-section--sidebar .section-title--minimal .title {
    text-align: left;
}
.vnm-sidebar-packages__panel {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 1.25rem 1rem 1.5rem;
}
.vnm-sidebar-packages__head {
    margin-bottom: 1rem !important;
}
.popular-trips-section--sidebar
    .section-title--minimal.vnm-sidebar-packages__head
    .title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #1a1a1a;
    margin-bottom: 30px;
    margin-top: 30px;
}
.vnm-sidebar-packages__head .vnm-sidebar-tours-link {
    color: #e61e43 !important;
    text-decoration: none;
    font-weight: 600;
}
.vnm-sidebar-packages__head .vnm-sidebar-tours-link:hover {
    color: #c91539 !important;
    text-decoration: underline;
}
.popular-trips-section--sidebar
    .vnm-sidebar-packages__list
    .featured-tour-card--compact {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding-bottom: 1.25rem !important;
    margin-bottom: 1.25rem !important;
    border-bottom: 1px solid #ececec !important;
}
.popular-trips-section--sidebar
    .vnm-sidebar-packages__list
    .featured-tour-card--compact:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}
.popular-trips-section .section-title--minimal {
    margin-bottom: 2rem;
}
.popular-trips-section .section-title--minimal .title {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 1.8rem);
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}
.popular-trips-section .section-title.vnm-package-view-related-title {
    justify-content: flex-start !important;
    text-align: start !important;
    width: 100%;
}
.popular-trips-section
    .section-title.vnm-package-view-related-title
    .sec-content {
    align-items: flex-start;
    text-align: start;
}
.popular-trips-section .section-title.vnm-package-view-related-title .title {
    text-align: start !important;
    font-size: 15px;
    font-weight: 700;
    color: #0d1f33;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.popular-trips-section .featured-tours-slider-wrap {
    position: relative;
}
.popular-trips-section .featured-side-arrow {
    display: none !important;
}
.popular-trips-section #location-slider-wrapper-2 .slick-dots,
.popular-trips-section #location-slider-wrapper-cruises .slick-dots {
    display: flex !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
    width: 100% !important;
}
.popular-trips-section #location-slider-wrapper-2 .slick-dots li,
.popular-trips-section #location-slider-wrapper-cruises .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
.popular-trips-section #location-slider-wrapper-2 .slick-dots li button,
.popular-trips-section #location-slider-wrapper-cruises .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #dcdcdc;
    font-size: 0;
    transition: background-color 0.3s ease;
}
.popular-trips-section #location-slider-wrapper-2 .slick-dots li button::before,
.popular-trips-section
    #location-slider-wrapper-cruises
    .slick-dots
    li
    button::before {
    display: none;
}
.popular-trips-section
    #location-slider-wrapper-2
    .slick-dots
    li.slick-active
    button,
.popular-trips-section
    #location-slider-wrapper-cruises
    .slick-dots
    li.slick-active
    button {
    background: #e61e43;
}
.popular-trips-section .featured-tours-footer {
    margin-top: 0.5rem;
}
.popular-trips-section .view-all-tours-btn,
.popular-trips-section a.view-all-tours-btn {
    display: inline-block !important;
    box-sizing: border-box !important;
    min-width: 200px !important;
    max-width: none !important;
    min-height: 0 !important;
    width: auto !important;
    padding: 14px 36px !important;
    background: #e61e43 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
}
.popular-trips-section .view-all-tours-btn:hover,
.popular-trips-section a.view-all-tours-btn:hover {
    background: #c91539 !important;
    color: #fff !important;
}
@media (max-width: 991.98px) {
    .popular-trips-section .view-all-tours-btn,
    .popular-trips-section a.view-all-tours-btn {
        min-width: 180px !important;
        min-height: 0 !important;
        width: auto !important;
        max-width: none !important;
        padding: 12px 28px !important;
        font-size: 0.95rem !important;
        border-radius: 0 !important;
    }
}
@media (max-width: 575.98px) {
    .popular-trips-section .view-all-tours-btn,
    .popular-trips-section a.view-all-tours-btn {
        min-width: 0 !important;
        min-height: 0 !important;
        width: auto !important;
        max-width: none !important;
        padding: 12px 24px !important;
        font-size: 0.9rem !important;
        border-radius: 0 !important;
    }
}
.popular-trips-section .location-slider-area .slick-list .slick-slide {
    margin: 0 12px;
}
.popular-trips-section #location-slider-wrapper-2 .slick-track,
.popular-trips-section #location-slider-wrapper-cruises .slick-track {
    display: flex !important;
    align-items: stretch !important;
}
.popular-trips-section #location-slider-wrapper-2 .slick-slide,
.popular-trips-section #location-slider-wrapper-cruises .slick-slide {
    height: auto !important;
    display: flex !important;
}
.popular-trips-section #location-slider-wrapper-2 .slick-slide > div,
.popular-trips-section #location-slider-wrapper-cruises .slick-slide > div {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
}
.popular-trips-section
    #location-slider-wrapper-2
    .slick-slide
    .featured-tour-card--compact,
.popular-trips-section
    #location-slider-wrapper-cruises
    .slick-slide
    .featured-tour-card--compact {
    width: 100% !important;
}
.popular-trips-section .featured-tour-card.featured-tour-card--compact {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    min-height: 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07) !important;
    font-family:
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-image-inner {
    aspect-ratio: 16/9;
    overflow: hidden;
}
.popular-trips-section
    .featured-tour-card--compact
    .featured-tour-image-inner
    img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.popular-trips-section
    .featured-tour-card--compact
    .featured-tour-image-wrapper,
.popular-trips-section .featured-tour-card--compact .featured-tour-image-inner {
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    background: #fff !important;
    padding: 26px 24px 24px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #e61e43 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    padding: 9px 16px !important;
    min-height: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-btn:hover {
    background: #c91539 !important;
    color: #fff !important;
}
.popular-trips-section
    .featured-tour-card--compact
    .featured-tour-image-wrapper,
.popular-trips-section .featured-tour-card--compact .featured-tour-image-inner {
    display: block !important;
    width: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-badge--pill {
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    background: #0f5132 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    border-radius: 0 !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-rating-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 0 14px 0 !important;
    width: 100% !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-stars {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.popular-trips-section
    .featured-tour-card--compact
    .featured-tour-stars__icons {
    color: #ffc107 !important;
    font-size: 12px !important;
    display: inline-flex !important;
    gap: 2px !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-stars__num {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #000 !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-duration {
    color: #3a3a3a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 6px 0 0 0 !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-duration i {
    color: #4a4a4a !important;
    font-size: 14px !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-title {
    margin: 0 0 10px 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    color: #000 !important;
    text-align: left !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-title a {
    color: #000 !important;
    text-decoration: none !important;
}
.popular-trips-section
    .featured-tour-card--compact
    .featured-tour-title
    a:hover {
    color: #d9434e !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-desc {
    margin: 0 !important;
    color: #6c757d !important;
    font-size: 0.92rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    text-align: left !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-card-footer {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    margin-top: 18px !important;
    padding: 0 !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-from {
    margin: 0 !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-from__price {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #e61e43 !important;
}
.popular-trips-section.vnm-package-view-related-trips
    .featured-tour-card--compact
    .featured-tour-from__price {
    color: #e61e43 !important;
}
.popular-trips-section .featured-tour-card--compact .featured-tour-cta-wrap {
    margin: 0 0 0 auto !important;
}
@media (max-width: 575.98px) {
    .popular-trips-section .location-slider-area .slick-list .slick-slide {
        margin: 0 6px;
    }
    .popular-trips-section .featured-tour-card--compact .featured-tour-content {
        padding: 20px 18px 20px !important;
    }
}
.vnm-article-wrapper {
    max-width: 100%;
    margin: 0;
}
.vnm-sidebar-packages__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popular-trips-section--sidebar
    .vnm-sidebar-packages__panel
    .vnm-sidebar-packages__list {
    gap: 0;
}
.vnm-sidebar-packages__list .featured-tour-card {
    height: auto !important;
}
/* cruise + package related strip (native scroll + .cruises-dots) — keep in sync with style.css */
#location-slider-wrapper-cruises .slick-dots,
#location-slider-wrapper-cruises .slick-arrow,
.vnm-related-packages-x .slick-dots,
.vnm-related-packages-x .slick-arrow {
    display: none !important;
}
#location-slider-wrapper-cruises,
.vnm-related-packages-x {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 4px 0 2px;
    scrollbar-width: none;
}
#location-slider-wrapper-cruises::-webkit-scrollbar,
.vnm-related-packages-x::-webkit-scrollbar {
    display: none;
}
#location-slider-wrapper-cruises > .featured-tour-card,
.vnm-related-packages-x > .featured-tour-card {
    flex: 0 0 calc(25% - 12px);
    min-width: 0;
    scroll-snap-align: start;
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    height: auto !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07) !important;
}
.home-cruises-wrap .featured-tour-card--compact {
    height: 100% !important;
    min-height: 360px !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-image-wrapper,
.home-cruises-wrap .featured-tour-card--compact .featured-tour-image-inner,
.home-cruises-wrap .featured-tour-card--compact .featured-tour-image-inner img {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-image-wrapper {
    overflow: hidden !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-image-inner {
    width: 100% !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-image-inner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-rating-row {
    justify-content: flex-start !important;
    margin: 0 !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-duration {
    margin: 8px 0 12px 0 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-duration i {
    font-size: 12px !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-title {
    margin-bottom: 22px !important;
    font-size: 1.05rem !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-desc {
    flex: 1 1 auto !important;
}
.home-cruises-wrap .featured-tour-card--compact .featured-tour-card-footer {
    margin-top: auto !important;
}
@media (max-width: 1199.98px) {
    #location-slider-wrapper-cruises > .featured-tour-card,
    .vnm-related-packages-x > .featured-tour-card {
        flex: 0 0 calc(33.333% - 11px);
    }
}
@media (max-width: 991.98px) {
    #location-slider-wrapper-cruises > .featured-tour-card,
    .vnm-related-packages-x > .featured-tour-card {
        flex: 0 0 calc(50% - 8px);
    }
}
@media (max-width: 575.98px) {
    #location-slider-wrapper-cruises > .featured-tour-card,
    .vnm-related-packages-x > .featured-tour-card {
        flex: 0 0 85%;
    }
}
.cruises-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1rem;
    padding: 0;
}
.cruises-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #dcdcdc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.cruises-dot.active {
    background: #e61e43;
}
.featured-tour-card--compact {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    border: 1px solid #e8e8e8;
    border-radius: 0;
    overflow: hidden;
}
.featured-tour-card--compact .featured-tour-content {
    border: 0;
    border-top: 0;
    box-sizing: border-box;
    padding: 26px 28px 28px;
}
.vnm-tour-subnav-sentinel {
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
}
.vnm-tour-subnav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--vnm-tour-subnav-top, 80px);
    z-index: 997;
    background: #f4f5f7;
    border-bottom: 1px solid #e61e43;
    box-shadow: none;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        transform 0.28s ease,
        opacity 0.22s ease,
        visibility 0.22s;
}
.vnm-tour-subnav.vnm-tour-subnav--visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.vnm-tour-subnav__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem 1.65rem;
    align-items: stretch;
    margin: 0;
    padding: 0.65rem 0 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.vnm-tour-subnav__item {
    flex: 0 0 auto;
}
.vnm-tour-subnav__link {
    display: block;
    padding: 0.5rem 0.28rem 0;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}
.vnm-tour-subnav__link:hover {
    color: #000;
}
.vnm-tour-subnav__link.is-active {
    color: #e61e43;
    border-bottom-color: #e61e43;
}
@media (max-width: 575.98px) {
    .vnm-tour-subnav__list {
        gap: 0.35rem 1.1rem;
        padding: 0.55rem 0 0;
    }
    .vnm-tour-subnav__link {
        font-size: 0.8125rem;
        letter-spacing: 0.05em;
        padding: 0.42rem 0.15rem 0;
    }
}
#overview-section,
#includes-section,
#itinerary-section,
#accommodation-section,
#tour-info-section,
#review {
    scroll-margin-top: calc(var(--vnm-tour-subnav-top, 88px) + 56px);
}
