:root {
    --theme-color: #1e5954;
    --accent-color: #fd721e;
    --primary-color: #000000;
    --secondary-color: #f6f5f2;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    display: inline-block;
    color: var(--primary-color);
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: all 0.2s;
}

a:hover {
    color: var(--theme-color);
    transition: all 0.2s;
}

button {
    display: inline-block;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--primary-color);
    position: relative;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.25;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.row {
    --bs-gutter-x: 1.875rem;
}

fieldset {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

label,
legend {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 10px;
}

input,
select,
textarea {
    width: 100%;
    height: 44px;
    border: 1px solid #dddddd;
    border-radius: 0 !important;
    background: #ffffff;
    padding: 12px 20px !important;
    color: #3a3d42;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
}

textarea {
    height: 150px;
    resize: none;
}

.h2 {
    font-size: 32px;
}

input::placeholder,
select::placeholder {
    color: #757575;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8%209C7.71875%209%207.46875%208.90625%207.28125%208.71875L1.28125%202.71875C0.875%202.34375%200.875%201.6875%201.28125%201.3125C1.65625%200.90625%202.3125%200.90625%202.6875%201.3125L8%206.59375L13.2812%201.3125C13.6562%200.90625%2014.3125%200.90625%2014.6875%201.3125C15.0938%201.6875%2015.0938%202.34375%2014.6875%202.71875L8.6875%208.71875C8.5%208.90625%208.25%209%208%209Z%22%20fill%3D%22%23757575%22%2F%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 17px) center !important;
    background-size: auto !important;
}

select:focus {
    border-color: #dddddd;
}

input::placeholder {
    /* color: var(--secondary-color); */
}

.checkbox-group label {
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}

input[type="checkbox"] {
    appearance: none;
    display: none;
}

/*Logo*/
.main-header .header-wrapper li {
    list-style: none;
    margin-bottom: 0;
}

.main-header .header-wrapper #branding img {
    width: 90px;
    height: auto;
    object-fit: contain;
    border-radius: unset;
}

.main-header .header-wrapper #branding {
    background-color: #fff;
    padding: 5px;
}

.checkbox-group label {
    padding: 0;
}

.checkbox-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #dddddd;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    align-self: baseline;
    flex-shrink: 0;
}

.checkbox-group input:checked+label:before {
    border-color: var(--blue-shade);
    background: var(--blue-shade);
}

.checkbox-group input:checked+label:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23ffffff"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
    display: block;
    width: 12px;
    position: absolute;
    top: 2px;
    left: 4px;
}

.primary-btn {
    min-height: 60px;
    max-height: 70px;
    height: 3.646vw;
    /* font-size: 14px; */
    font-size: 0.729vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.11px;
    color: var(--primary-inverse);
    background: var(--theme-color);
    border: 3px solid #ffffff;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.2s ease;
}

.primary-btn {
    font-size: 14px;
    letter-spacing: 0.11px;
    line-height: 24px;
    border-radius: 70px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
}

.primary-btn:hover {
    color: var(--primary-inverse);
    background: var(--primary-color);
    transition: all 0.2s ease;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
    opacity: 0.3;
}

/*location page css*/
body.tax-location ul {
    list-style: outside;
    margin: 10px 0 10px 20px;
}

body.tax-location .term-description ul li {
    line-height: 1.3;
    margin-bottom: 8px;
}

body.tax-location h1 {
    font-size: 36px;
    margin-bottom: 10px;
    padding-top: 10px;
}

body.tax-location h2 {
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 10px;
}

body.tax-location h3 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 10px;
}

body.tax-location ol {
    list-style: auto;
    margin: 20px 0 30px 25px;
}

.tax-location .archive-page-main .container:last-child p {
    padding-bottom: 10px;
}

.body.tax-location p {
    margin-bottom: 20px;
}

body.tax-location ul li:last-child {
    margin-bottom: 0px !important;
}

body.tax-location ol li ul li {
    margin: 0;
}

body.tax-location ol li ul {
    margin: 10px 0 10px 20px;
}

body.tax-location .main-footer ul {
    list-style: none;
}

/*************About us page*****************/
.about-banner-sec {
    background-image: url('https://travelerz.life/wp-content/uploads/2026/01/about-banner.jpg');
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    */
}

.about-banner-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* adjust opacity */
    z-index: 1;
}

.banner-content {
    max-width: 750px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 9;
    padding: 0 20px;
}

.page-id-397 h1 {
    margin-bottom: 10px;
}

.page-id-397 h2 {
    margin-bottom: 15px;
}

.page-id-397 .container img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-us-page-main p {
    margin-bottom: 15px;
}

ul {
    list-style: disc inside;
}

ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.single-page-main p a b{
    font-weight: 600 !important;
}






@media (min-width: 576px) {

    .container,
    .main-header .navigation .menu-header-menu-container ul,
    .search-form-wrapper .contain {
        max-width: 540px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {

    .container,
    .main-header .navigation .menu-header-menu-container ul,
    .search-form-wrapper .contain {
        max-width: 720px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {

    .container,
    .main-header .navigation .menu-header-menu-container ul,
    .search-form-wrapper .contain {
        max-width: 960px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

@media (min-width: 1300px) {

    header.main-header .container,
    .banner-section .container,
    .search-form-wrapper .container {
        max-width: 1300px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}

/* ______________________________________________________ */

/* _____________________________________________Header, footer css____________________________________________ */

body {
    position: relative;
}

header.main-header {
    position: relative;
    width: 100%;
    background-color: var(--theme-color);
}

body.home header.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: unset;
}

.main-header .header-wrapper {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0;
}

body.home .main-header .header-wrapper {
    border-bottom: 1px solid #ffffff88;
}

div#branding {
    display: inline-flex;
    align-items: center;
}

.main-header #branding a {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.main-header .navigation {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-header .navigation ul {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.main-header .navigation ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 20px 0;
}

.main-header .navigation ul li.current-menu-item a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.main-header .navigation ul li a:hover {
    color: var(--accent-color);
}

.main-header .navigation ul li:last-child a {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 15px;
    background-color: transparent;
}

.main-header .navigation ul li:last-child a:hover {
    border-color: var(--accent-color);
    background-color: var(--accent-color);
}

.main-header .navigation ul li:last-child.current-menu-item a {
    text-decoration: none;
    border-color: var(--accent-color);
    background-color: var(--accent-color);
}


.main-header .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .navigation li {
    position: relative;
}

.main-header .navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s ease;
    z-index: 999;
    display: block;
    padding: 0 !important;
}

.main-header .navigation .sub-menu li a {
    display: block;
    padding: 12px 18px !important;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-header .navigation .sub-menu li:last-child a {
    border-bottom: none;
}

.main-header .navigation .sub-menu li a:hover {
    background: #f5f5f5;
    color: #000;
}

.main-header .navigation li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    /*	transform: translateY(3px);*/

}

.main-header .navigation .sub-menu .current-menu-item>a {
    background: var(--primary-color);
    color: #fff;
}

.main-header .navigation .sub-menu a {
    color: #000 !important;
}

.main-header .navigation ul.sub-menu li:hover,
.main-header .navigation ul.sub-menu li a,
.main-header .navigation ul.sub-menu li a:hover {
    background-color: transparent !important;
    border: none !important;
}

.main-header .navigation ul.sub-menu li:hover a {
    background: #fd721e !important;
    color: #fff !important;
}

.main-header .navigation ul.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #dddddd !important;
}

.archive.tax-location header.main-header .navigation ul.sub-menu li a {
    text-decoration: none !important;
}

.main-header div#search {
    display: flex;
    gap: 10px;
}

.menu-toggler {
    display: none;
}

.search-toggler {
    display: inline-flex;
    background: none;
    border: none;
    padding: 10px;
}

.search-toggler span {
    display: inline-flex;
    align-items: center;
}

.search-toggler svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.search-toggler .cross-icon {
    display: none;
}

.search-toggler.active .cross-icon {
    display: inline-flex;
}

.search-toggler.active .search-icon {
    display: none;
}


.search-form-wrapper {
    /* position: fixed; */
    /* position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto; */
    /* display: none; */
}

.search-form-wrapper {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.search-form-wrapper.search-active {
    width: 300px;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

.search-form-wrapper form.search-form {
    display: flex;
    align-items: center;
}

.search-form-wrapper form.search-form label {
    display: block;
    width: 100%;
    padding-bottom: 0;
}

.search-form-wrapper form.search-form input.search-field {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ffffff;
    padding: 10px 12px !important;
}

.search-form-wrapper form.search-form button.search-submit {
    width: fit-content;
    border: none;
    background-color: #dddddd;
    padding: 10px;
}

.search-form-wrapper form.search-form button.search-submit svg {
    width: 20px;
    height: 16px;
}

footer.main-footer {
    background-color: var(--theme-color);
}

footer.main-footer * {
    color: #ffffff;
}

footer.main-footer a:hover {
    color: var(--accent-color);
}

.footer-links ul li {
    margin: 0;
}

#menu-footer-menu li:not(:last-child)::after {
    content: "|";
}

.footer-links ul li a {
    padding: 0 6px;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.footer-links ul {
    display: flex;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-footer .copy-right {
    margin-bottom: 0 !important;
    line-height: normal;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
}

.social-icons a:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.social-icons a svg {
    fill: #ffffff;
}

@media(max-width: 1199px) {

    .main-header .navigation {
        flex-direction: row-reverse;
    }

    .main-header .header-wrapper {
        padding: 15px 0;
    }

    .main-header .navigation .menu-header-menu-container {
        position: absolute;
        left: 0;
        z-index: 100;
        background-color: var(--theme-color);
        width: 100%;
        padding: 10px 20px;
        display: none;
        z-index: 999;
    }

    .main-header .navigation ul {
        flex-direction: column;
        align-items: start;
    }

    .main-header .navigation ul li {
        width: 100%;
    }

    .main-header .navigation ul li a {
        display: block;
    }

    .menu-toggler {
        display: inline-flex;
        background: none;
        border: none;
        padding: 10px;
    }

    .menu-toggler span {
        display: inline-flex;
        align-items: center;
    }

    .menu-toggler svg {
        width: 16px;
        height: 16px;
        /*		fill: #ffffff !important;*/
    }

    .menu-toggler .cross-icon {
        display: none;
    }

    /*.menu-toggler.active .cross-icon {
	display: inline-flex;
}*/

    .menu-toggler.active .menu-icon {
        display: none;
    }

    .search-form-wrapper,
    .search-form-wrapper.search-active {
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        z-index: 100;
        width: 100%;
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: unset;
        background-color: var(--theme-color);
        padding: 20px;
        display: none;
    }

    .main-header .navigation ul li:last-child a {
        border: none;
        padding: 10px 0;
        background-color: transparent;
    }

    .main-header .navigation ul li:last-child a:hover {
        color: var(--accent-color);
        border-color: none;
        background-color: transparent;
    }

    .main-header .navigation ul li:last-child.current-menu-item a {
        text-decoration: underline;
        border-color: none;
        background-color: transparent;
    }

    .banner-title {
        font-size: 40px !important;
    }

    .main-header .navigation .sub-menu {
        position: static;
        box-shadow: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        background: transparent;
    }

    .main-header .navigation li.menu-open>.sub-menu {
        display: block;
    }

    .main-header .navigation .sub-menu li a {
        padding-left: 30px;
    }

    .main-header .navigation ul.sub-menu li:not(:last-child) a {
        border-bottom: 1px solid #ffffff !important;
        padding-bottom: 7px !important;
    }

    .main-header .navigation .sub-menu {
        padding: 5px 0 20px !important;
        margin-left: 20px;
    }

    .main-header .navigation .sub-menu li a {
        padding: 12px 0px !important;
        color: #fff !important;
    }
}

@media(max-width: 767px) {
    .footer-wrapper {
        justify-content: center;
    }

    .main-header .navigation ul.sub-menu li:hover a {
        background: unset !important;
    }

    .m-column-reverse {
        flex-direction: column-reverse;
    }

    .page-id-397 .row {
        gap: 20px;
    }
}

.blog-grid .blog-item-image {
    overflow: hidden;
    border-radius: 10px;
}

/* _____________________________________________Header, footer css end____________________________________________ */


/*
.banner-section {
	height: 85vh;
}*/

.mt-4 {
    margin-top: 1.5rem !important;
}

.banner-section .banner-wrapper,
.banner-slider {
    height: 100%;
}

.banner-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-slider .swiper-slide .banner-media-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.banner-slider .swiper-slide .banner-media-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
}

.banner-slider .swiper-slide img,
.banner-slider .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider .slide-wrapper {
    max-width: 650px;
    padding: 140px 30px 30px;
}

.banner-vacation-date {
    margin-bottom: 10px;
}

.banner-vacation-date span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.banner-title {
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
}

.banner-cta {
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    color: #000000;
    background-color: #ffffff;
    padding: 12px 40px;
    margin-top: 30px;
}

.banner-cta:hover {
    color: #ffffff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.banner-slider.swiper .swiper-pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 30px;
}

.banner-slider.swiper .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
    margin: 0 8px;
}

.banner-slider.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.blog-item-image img {
    border-radius: 10px;
}

.round-tiles-section {
    background-color: #1e595412;
}

.round-tiles-wrapper .tiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 20px;
    /* max-width: 960px;*/
    max-width: 700px;
    margin: 0 auto;
}

.round-tiles-wrapper .tiles-grid .tiles-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.round-tiles-wrapper .tiles-grid .tiles-grid-item .tiles-grid-image {
    position: relative;
    border-radius: 50%;
}

.round-tiles-wrapper .tiles-grid .tiles-grid-item .tiles-grid-image:after {
    /* content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>'); */
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.2;
    scale: 0;
    transition: all 0.3s ease;
}

.round-tiles-wrapper .tiles-grid .tiles-grid-item .tiles-grid-image:hover:after {
    scale: 1;
    transition: all 0.3s ease;
}

.round-tiles-wrapper .tiles-grid .tiles-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.round-tiles-wrapper .tiles-grid .tiles-grid-item .tiles-grid-title {
    font-size: 16px;
    font-weight: 600;
}

section.square-tiles-section {
    background: #1e595412;
}

.square-tiles-wrapper .tiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.square-tiles-wrapper .tiles-grid-image {
    position: relative;
    border-radius: 10px;
}

.square-tiles-wrapper .tiles-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 3 / 4;
}

.square-tiles-wrapper .tiles-grid-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #000000;
    opacity: 0.2;
}

.square-tiles-wrapper .tiles-grid-image .tile-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 10px;
}

/* .square-tiles-wrapper .tiles-grid-image .tile-title:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -20px;
    z-index: -1;
    background-color: #000000;
    opacity: 0.3;
    display: block;
    padding: 15px 50px;
    scale: 0;
    transition: all 0.3s ease;
}

.square-tiles-wrapper .tiles-grid-image:hover .tile-title:before {
    scale: 1;
    transition: all 0.3s ease;
    } */

.more-link-wrap {
    text-align: center;
    margin-top: 40px;
}

.explore-more {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    padding: 10px 20px;
    line-height: normal;
}

.explore-more:hover {
    color: #ffffff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
}

.blog-grid .blog-item-image:hover img {
    transform: scale(1.2);
}

.blog-grid .blog-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 6 / 4;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 10px;
}

.blog-author-name,
.post-author a,
.author,
.author a {
    text-transform: capitalize;
}


/*  .blog-post-location a{
    	font-size: 12px;
    	line-height: 1;
    	border: 1px solid #000000;
    	border-radius: 30px;
    	padding: 4px 10px 5px;
    	margin: 15px 0;
    }*/

.blog-grid .blog-post-category:hover {
    color: #ffffff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.blog-grid .blog-post-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-post-author>* {
    font-size: 12px;
}

.newsletter-section {
    background-color: #1e595412;
    background-color: #ffe80080;
    background-color: #00ffd980;
}

.newsletter-wrapper .row {
    align-items: center;
}

.subscribe-form {
    display: flex;
}

.subscribe-form input {
    border-color: var(--theme-color);
    height: 50px;
}

.subscribe-btn {
    border: none;
    color: #ffffff;
    background-color: var(--theme-color);
    padding: 10px 20px;
}

.blog-banner-section {
    padding: 50px 0;
    background-color: var(--theme-color);
}

.blog-banner-section .blog-banner-wrapper {
    text-align: center;
}

.blog-banner-section .blog-banner-wrapper h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.blog-banner-section .blog-banner-wrapper p {
    font-size: 18px;
}

.blog-banner-section .blog-banner-wrapper>* {
    color: #ffffff;
}

.blog-posts-section {
    padding: 50px 0;
}

.blog-posts-section .page-content {
    padding-bottom: 50px;
}

.categories-slider {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.categories-slider .swiper-slide {
    width: auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.categories-slider .swiper-slide a {
    text-transform: uppercase;
    padding: 12px 15px;
}

.categories-slider .swiper-slide:hover {
    background-color: #f0f0f0;
}

.categories-slider .swiper-button-prev,
.categories-slider .swiper-button-next {
    color: #000;
    padding: 0;
    background-color: var(--theme-color);
    display: inline-flex;
    left: 0;
    /* opacity: 1; */
}

.categories-slider .swiper-button-next {
    left: unset;
    right: 0;
}

.categories-slider .swiper-button-prev:after,
.categories-slider .swiper-button-next:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    cursor: pointer;
    pointer-events: auto;
}

.blog-posts-section .row {
    gap: 30px 0;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

.posts-grid .post:first-child {
    grid-area: 1/4/4/1;
}

.posts-grid .post .post-thumbnail a {
    width: 100%;
}

.posts-grid .post .post-thumbnail a img,
.posts-grid .post .entry-summary a img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 6 / 4;
}

main.blog-page-main .posts-grid .post:first-child .post-thumbnail a img {
    aspect-ratio: 7 / 4;
}

.posts-grid .post .post-category .category-label a {
    font-size: 12px;
    line-height: 1;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 4px 10px 5px;
    margin: 15px 0;
}

.posts-grid .post .post-category .category-label a:hover {
    color: #ffffff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.posts-grid .post .post-title,
.posts-grid .post .entry-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.post .post-author>*,
.blog-post-location {
    font-size: 12px;
}

.posts-grid.template-post-grid {
    grid-template-columns: repeat(4, 1fr);
}

.posts-grid.template-post-grid .post:first-child {
    grid-area: unset;
}

.sidebar-content h2 {
    font-size: 24px;
    margin-bottom: 25px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 16px 0;
}

.post-list {
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.post-list li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.post-list li a {
    display: block;
    font-size: 18px;
    padding: 20px;
}

.post-list li a:hover {
    color: var(--accent-color);
}

h1.entry-title {
    font-size: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

h2.entry-title {
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.entry-meta {
    margin-bottom: 15px;
}

.entry-meta * {
    font-size: 14px;
}

main.single-page-main,
main.search-page-main {
    padding: 30px 0 50px;
}

main.search-page-main .search-item-wrapper {
    display: flex;
    align-items: center;
    height: 80vh;
}

.popular-post-item {
    display: flex;
    gap: 15px;
}

.popular-post-item:not(:last-child) {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.popular-post-item .thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.popular-post-item .content {
    flex: 1;
}

.popular-post-item .category {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #555;
}

.popular-post-item .title a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popular-post-item .excerpt {
    font-size: 13px;
    color: #555;
    margin: 6px 0;
    line-height: 1.4;
    word-break: break-word;
}

.popular-post-item .author {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.page-template-section {
    padding: 50px 0;
}

body.search .entry-title {
    margin-bottom: 30px;
}

body.search article .entry-title {
    margin-bottom: 10px;
}

.single-page-main .row {
    gap: 50px 0;
}

.single-post p a {
    font-weight: 600;
    text-decoration: underline;
}

.article-image {
    width: 100%;
    margin-bottom: 30px;
}

.article-image img {
    width: 100%;
}

.entry-footer {
    margin-top: 10px;
}

div#comments {
    margin: 50px 0;
}

form.comment-form span.required-field-message {
    display: block;
}

form.comment-form .logged-in-as a {
    font-weight: 600;
}

li.comment:not(:last-child) {
    margin-bottom: 20px;
}

h3#reply-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

a#cancel-comment-reply-link {
    font-size: 16px;
    border: 1px solid var(--theme-color);
    padding: 5px 10px;
    margin-top: 10px;
}

form#commentform>p:not(:last-child) {
    margin-bottom: 20px;
}

.comment-form-comment textarea {
    resize: vertical;
    height: 150px;
}

.comment-form-cookies-consent input {
    appearance: auto;
    display: inline-block;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    font-weight: 400;
}

form#commentform .form-submit .submit {
    width: max-content;
    line-height: 1;
    color: #ffffff;
    background-color: var(--theme-color);
    transition: all 0.3s ease-in-out;
}

form#commentform .form-submit .submit:hover {
    background-color: var(--accent-color);
}

section#comments-list {
    margin-bottom: 30px;
}

.comments-title {
    margin-bottom: 10px;
}

.comment-body {
    border: 1px solid #dddddd;
    padding: 20px;
}

.comment-author.vcard {
    margin-bottom: 10px;
}

.comment-meta.commentmetadata a {
    margin-bottom: 5px;
}

.comment-body .reply {
    margin-top: 10px;
}

.comment-body .reply a {
    font-weight: 600;
}

.comment-respond {
    margin-top: 30px;
}

.comment ul.children {
    margin-top: 20px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.title-404 {
    font-size: 56px;
}

.not-found .search-form-wrapper {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.not-found .search-form-wrapper form.search-form input.search-field {
    height: 50px;
    border: 1px solid #dddddd;
    padding: 15px 20px !important;
}

.not-found .search-form-wrapper form.search-form button.search-submit {
    padding: 15px;
}

.archive-page-main {
    padding: 50px 0;
}

.archive-post-grid .entry-summary>div {
    margin-top: 15px;
}

.archive-post-grid .entry-summary>div p {
    word-break: break-word;
}

.addtoany_share_save_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 12px 0;
    margin: 15px 0;
}

.addtoany_header {
    font-size: 24px;
    font-weight: 600;
    margin: 0 !important;
}

.addtoany_list {
    display: block !important;
}

.addtoany_list.a2a_kit_size_32 a {
    display: inline-flex;
}

button.accordion-button {
    font-weight: 600;
}

.accordion-button {
    box-shadow: none !important;
}

button.accordion-button:focus:not(:focus-visible) {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--theme-color);
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.write-for-us-btn {
    border: 1px solid var(--theme-color);
    padding: 14px 30px;
    color: #ffffff;
    background-color: var(--theme-color);
}

.write-for-us-btn:hover {
    color: #ffffff;
    border-color: var(--accent-color);
    background-color: var(--accent-color);
}

span.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

input.wpcf7-form-control.submit {
    display: inline-block;
    padding: 10px 50px !important;
    height: 50px;
    width: max-content;
    color: #ffffff;
    border-color: var(--theme-color);
    background: var(--theme-color);
    transition: all 0.2s ease-in-out;
}

input.wpcf7-form-control.submit:hover {
    border-color: var(--accent-color);
    background: var(--accent-color);
}

.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0 1rem;
}


header.main-header ul {
    list-style: none;
}

footer.main-footer .footer-links ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 ;
}

/*Archive Post Section*/
.archive-post-sec {
    /*     	padding: 50px 0; */
}

body:not(.category) .archive-post-grid article {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

body.tax-location .archive-post-sec article {
    display: block;
}

.blog-post-title,
.blog-post-title,
.blog-post-title {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 0 !important;
}

.latest-travel-blogs article,
.archive-post-grid article {
    position: relative;
}

.latest-travel-blogs a.blog-post-category,
.archive-post-grid a.blog-post-category {
    position: absolute;
    top: -10px;
    right: 5px;
    background: #1e5954;
    border: 0 !important;
    color: #fff;
}

.blog-post-location a {
    background-color: var(--theme-color);
    font-size: 13px;
    color: #fff;
    padding: 3px 11px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
}




/*Single Post Page*/
/*Header*/
body.single.single-post header.main-header,
.archive.tax-location header.main-header {
    background-color: #fff;
}

body.single.single-post header.main-header .navigation ul li a,
.archive.tax-location header.main-header .navigation ul li a {
    color: #000 !important;
}

body.single.single-post header.main-header .navigation ul li:first-child a,
.archive.tax-location header.main-header .navigation ul li:first-child a {
    text-decoration: underline;
    text-underline-offset: 8px;
}

body.single.single-post header.main-header .search-toggler svg,
.archive.tax-location header.main-header .search-toggler svg {
    fill: #000000 !important;
}

body.single.single-post header.main-header .search-form-wrapper form.search-form input.search-field,
.archive.tax-location header.main-header .search-form-wrapper form.search-form input.search-field {

    border: 1px solid #000000;
}

body.single.single-post header.main-header .navigation ul li:last-child a,
.archive.tax-location header.main-header .navigation ul li:last-child a {
    border-color: #000000;
}

/******Single page css******/
.single.single-post tbody,
.single.single-post td,
.single.single-post th,
.single.single-post thead,
.single.single-post tr {
    border-width: 1px;
    color: #000000;
    padding: 10px;
}

.single.single-post p,
.page-id-387 .page-template-section p,
.page-id-391 .page-template-section p {
    margin-bottom: 20px;
}

.single.single-post h2,
.page-id-387 .page-template-section h2,
.page-id-391 .page-template-section h2 {
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 600;
}

.page-id-387 .page-template-section h2,
.page-id-391 .page-template-section h2 {
    margin-top: 18px;
}

body.single-post ul,
.page-id-387 .page-template-section ul,
.page-id-391 .page-template-section ul {
    line-height: 1.6;
    list-style: unset;
    padding-left: 20px;
    margin-bottom: 20px;
}

body.single-post ul li,
.page-id-387 .page-template-section ul li,
.page-id-391 .page-template-section ul li {
    margin-bottom: 5px;
}

.banner-section {
    height: 550px;
}

body.single-post h3,
.page-id-387 .page-template-section h3,
.page-id-391 .page-template-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

body.single-post h4,
.page-template-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

@media(max-width: 1199px) {

    .square-tiles-wrapper .tiles-grid-image .tile-title {
        font-size: 14px;
        padding: 8px;
    }

    .not-found .search-form-wrapper {
        position: static;
        display: block !important;
        padding: 0;
    }
}

@media(max-width: 991px) {

    h1,
    .banner-title {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .posts-grid.template-post-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .posts-grid .post:first-child {
        grid-area: 1/3/3/1;
    }

    .addtoany_header {
        font-size: 20px;
    }

    .banner-title {
        font-size: 36px !important;
    }

    .blog-grid .blog-post-title {
        font-size: 16px;
    }
}

@media(max-width: 767px) {

    h1 {
        font-size: 27px !important;
    }

    .banner-title {
        font-size: 24px !important;
    }

    h2 {
        font-size: 24px;
    }

    .banner-slider .slide-wrapper {
        padding: 100px 0 60px;
    }

    .round-tiles-wrapper .tiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .square-tiles-wrapper .tiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-grid,
    .posts-grid.template-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .subscribe-form input {
        padding: 12px 15px !important;
    }

    .subscribe-btn {
        padding: 10px 15px;
    }

    .not-found .search-form-wrapper form.search-form input.search-field {
        padding: 10px 12px !important;
    }

    h1.entry-title {
        font-size: 24px;
    }

    .posts-grid .post .post-category .category-label a {
        margin: 15px 0 10px;
    }

    .posts-grid .post .post-title,
    .posts-grid .post .entry-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner-section {
        height: 60vh;
    }
}




/* My Account Page CSS */

.auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    margin-top: 20px;
    margin-bottom: 20px;
}

.auth-card {
    padding: 40px;
    border-radius: 16px;
    width: 600px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.auth-form {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.auth-form.active {
    display: block;
}

.auth-form h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.auth-form input {
    margin-bottom: 24px;
}

.remember {
    font-weight: normal;
    width: 100%;
}

.remember input[type="checkbox"] {
    appearance: checkbox;
    display: inline-block;
}

.auth-form .remember input {
    margin-bottom: 0;
}

.auth-form button {
    padding: 10px 60px !important;
    width: max-content;
    color: #fff;
    border-color: ;
    background: var(--theme-color);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    width: max-content;
    margin: 0 auto;
    border: 1px solid var(--theme-color);
}

.auth-form button:hover {
    border-color: var(--accent-color);
    background: var(--accent-color);
}

.switch {
    text-align: center;
    margin-top: 30px;
}

.switch a {
    color: var(--theme-color);
}

.switch a:hover {
    color: var(--accent-color);
}

.error-msg,
.success-msg {
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.error-msg {
    background: rgba(255, 0, 0, 0.2);
}

.success-msg {
    background: #1a99279c;
    color: #000000;
}

.auth-form input[name="profile_picture"] {
    border: navajowhite;
    padding: 0 !important;
}

.profile-pic-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
}

.profile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 30px;
}

.profile-pic-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #1e5954;
}

.profile-pic-wrapper .edit-icon {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #fff;
    line-height: 1.6;
}

.logged-user-pro .auth-form {
    margin-top: -80px;
}

.profile-pic-wrapper .edit-icon:hover {
    background: var(--accent-color);
}

.logged-user-pro {
    padding-bottom: 50px;
}

.page-banner {
    padding: 120px 0;
}

.logout-button {
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.logout-button:hover {
    background: var(--accent-color);
    color: #ffffff;
}

.page-id-162 a.post-edit-link,
.page-id-165 a.post-edit-link,
    {
    .page-id-173 a.post-edit-link display: none;
}

.page-id-162 section,
.page-id-165 section,
.page-id-173 section {
    position: relative;
    padding: 0;
}

.page-id-162 section .container,
.page-id-165 section .container,
.page-id-173 section .container {
    max-width: 100%;
}

.page-id-162 #wrapper,
.page-id-165 #wrapper,
.page-id-173 #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-id-162 #wrapper #container,
.page-id-165 #wrapper #container,
.page-id-173 #wrapper #container {
    /* flex: 1 1 auto; */
    flex-grow: 1;
    display: flex;
}

.page-id-162 .title-header,
.page-id-165 .title-header,
.page-id-173 .title-header {
    display: none;
}

.form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.form-left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.form-right form label.tml-label {
    font-weight: 500;
    color: #1e5954;
    padding-bottom: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
}

/*.form-right {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}*/
.form-left {
    width: 100%;
    min-height: calc(100vh - 150px);
    max-height: 90vh;
    position: sticky;
    margin-left: -15px;
    object-fit: cover;
}

.form-sec button.tml-button {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    padding: 10px 20px;
}

.form-sec .tml-field-wrap input {
    border-radius: 10px !important;
    padding: 5px 15px !important;
    height: auto;
}

.form-sec .tml-field-wrap.tml-indicator-wrap {
    display: none;
}

.form-sec .tml-field-wrap.tml-rememberme-wrap {
    display: none;
}

.form-sec .tml-links {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.form-sec .tml-links a {
    padding: 0 6px;
}

.form-sec .tml-links li {
    position: relative;
    list-style: none;
    margin: 0;
    white-space: nowrap;
}

.form-sec .tml-links li:not(:last-child)::after {
    content: "|";
}

/*.form-sec .tml-links li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -5px;
	width: 1px;
	height: 10px;
	background: #1e5954;
	top: 50%;
	transform: translateY(-50%);
}*/
.form-sec {
    background-color: #fff;
    width: 100%;
    max-width: 450px;
    padding: 30px;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 60vh; */
}


.page-id-162 #wrapper #content,
.page-id-165 #wrapper #content,
.page-id-173 #wrapper #content {
    width: 100%;
}

.page-id-162 #wrapper .page-template-section,
.page-id-165 #wrapper .page-template-section,
.page-id-173 #wrapper .page-template-section {
    height: 100%;
}

.page-id-162 #wrapper .container,
.page-id-165 #wrapper .container,
.page-id-173 #wrapper .container {
    height: 100%;
}

.page-id-162 #wrapper article.page,
.page-id-165 #wrapper article.page,
.page-id-173 #wrapper article.page {
    height: 100%;
}

.page-id-162 #wrapper article.page .entry-content,
.page-id-165 #wrapper article.page .entry-content,
.page-id-173 #wrapper article.page .entry-content {
    height: 100%;
}

.form-sec h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-sec,
.register-sec,
.forget-pass-sec {
    background-image: url('https://travelerz.life/wp-content/uploads/2026/01/register-page.jpg""');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    height: 100%;
}

.register-sec p.description.indicator-hint {
    font-size: 10px;
}

.page-id-162 .page-template-section .container,
.page-id-165 .page-template-section .container,
.page-id-173 .page-template-section .container {
    padding: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media(max-width: 767px) {
    .auth-card {
        margin-left: 20px;
        margin-right: 20px;
    }

    .banner-slider .swiper-slide {
        align-items: end;
    }

    .h2 {
        font-size: 32px;
    }

    /*.login-sec, .register-sec, .forget-pass-sec {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		overflow: auto;
	}*/
}

@media(max-width:1200px) {

    .single-post .menu-icon svg,
    .single-post .cross-icon svg {
        fill: #000 !important;
    }

    .single-post .menu-toggler.active .cross-icon svg {
        fill: #fff !important;
    }

    body.single.single-post header.main-header .navigation ul li a,
    .archive.tax-location header.main-header .navigation ul li a {
        color: #fff !important;
    }

    .main-header .navigation .sub-menu li:first-child a {
        text-decoration: unset !important;
    }

    .main-header .navigation .sub-menu li a {
        padding: 0 !important;
    }

    /***************************************/
    body.open-menu {
        overflow: hidden;
    }

    .menu-header-menu-container {
        position: fixed !important;
        top: 0;
        height: 100%;
        padding: 100px 24px 30px !important;
        overflow-y: auto;
    }

    .menu-header-menu-container ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menu-header-menu-container ul.menu li {
        padding: 12px 0;
        margin-bottom: 0;
    }

    .menu-header-menu-container a {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
    }

    .menu-item-has-children>a {
        position: relative;
        padding-right: 48px;
        cursor: pointer;
    }

    .menu-item-has-children>a::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        transition: 0.3s;
        right: 0;
        transform: rotate(134deg);
        top: 0;
    }


    /* Rotate arrow when submenu open */
    .menu-item-has-children.submenu-open>a::after {
        transform: rotate(-47deg);
    }

    .main-header .navigation ul li a {
        padding: 0;
    }

    .menu-header-menu-container .sub-menu {
        display: none;
        margin-top: 14px;
        padding-left: 18px;
    }

    .menu-item-has-children.submenu-open>.sub-menu {
        display: block;
    }

    .menu-header-menu-container .sub-menu a {
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
        opacity: 0.9;
        padding: 8px 0;
    }

    .menu-toggler svg {
        fill: #fff;
        width: 22px;
        height: 22px;
        position: relative;
        z-index: 999;
    }

    body.archive.tax-location .menu-toggler .menu-icon svg {
        fill: #000;
    }


    body.archive.tax-location .menu-icon svg {
        color: #000 !important;
    }

    .menu-toggler .cross-icon {
        display: none;
    }

    .menu-toggler.active .menu-icon {
        display: none;
    }

    .menu-toggler.active .cross-icon {
        display: inline-block;
        z-index: 9999;
    }

    .menu-item.menu-item-has-children ul {
        max-height: 0;
        opacity: 0 !important;
        visibility: hidden;
    }

    .menu-item.menu-item-has-children.submenu-open ul {
        max-height: 100%;
        opacity: 1 !important;
        visibility: visible;
        margin: 15px 0 0 20px !important;
    }

    .menu-item.menu-item-has-children.submenu-open ul li {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }

    .main-header .navigation .sub-menu {
        padding: 0 !important;
    }

    .main-header .navigation .sub-menu {
        margin-left: 0px !important;
        transition: none !important;
        max-height: unset !important;
        display: none;
    }

    body.open-menu .menu-toggler svg {
        fill: #fff;
    }
}

/* End My Account Page Css */

/* dsfsdfsd */
.watchTimer-cont {
    position: fixed;
    top: 0;
    background-color: #f7f4e5;
    width: 100%;
    height: 25px;
    z-index: 99999;
    display: none;
    border-bottom: solid 1px #d2d2d082;
}

/* .watchTimer-cont .time-seekbar {
  background-color: red;
  width: 0;
  height: 100%;
  transition: all 0.1s linear;
} */

body.timer-active header {
    margin-top: 20px;
}


body.timer-active .watchTimer-cont {
    display: block;
}

#timer-show {
    position: absolute;
    color: black;
    top: 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px 0px;
}


.task-complte-popup {
    position: fixed;
    height: auto;
    width: 450px;
    top: 40%;
    left: 50%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 14px #4a4a4a;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    gap: 35px;
}

.task-complte-popup .txt-cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.task-complte-popup #task-complete-pop-up-close {
    padding: 10px 70px;
    width: max-content;
    border-radius: 0;
    border: none;
    /* box-shadow: 10px 10px 10px #063455aliceblue; */
    background-color: #063455;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.task-complte-popup a {
    color: #063455;
    text-decoration: underline;
}

.task-complte-popup .icon-conti {
    font-size: 32px;
}

body.task-complete .task-complte-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

body.task-complete {
    overflow: hidden !important;
    max-height: 100vh !important;
}



body.task-complete::before {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    width: 100vw;
    z-index: 999;
    overflow: hidden !important;
}

text-decoration: underline;
color: #ec1827;