.navbar-expand-lg {
    transition: 0.3s ease-in;
}

header {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background: transparent;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar-brand img {
    height: 65px;
    transition: 0.3s ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link, .menu-item a {
    font-weight: 500;
    position: relative;
    padding: 0;
    font-size: 16px;
    transition: 0.3s ease-in;
    color: var(--black2);
}

.sticky-header {
    background: var(--white);
    padding-top: 0;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-header .navbar {
    box-shadow: none;
}


.sticky-header .navbar-collapse {
    padding-top: 0;
}

.sticky-header .nav-wrap {
    padding: 0;
    border-radius: 0;
}

.sticky-header .navbar {
    align-items: center !important;
}

.sticky-header .navbar-brand {
    padding: 0;
}

main {
    /* padding-top: 110px; */
}


.z-3 {
    z-index: 3;
}

.bg-darks {
    background: var(--primary-color);
}

.navbar-brand {
    color: var(--black2);
}

.bg-img {
    background-image: url("../images/0.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.navbar .dropdown-toggle::after,
.menu-item-has-children>a:after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-family: 'fontAwesome';
    content: "\f078";
    font-weight: 900;
    border: none;
    font-size: 10px;
}

.navbar-nav .dropdown-menu,
.navbar-nav .sub-menu {
   border: none;
    border-radius: 15px;
    padding: 15px 0;
    margin: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    transform: translateY(15px);
    position: absolute;
    z-index: 9999;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    top: 75%;
    min-width: 230px;
    width: max-content;
    background: rgb(255 255 255);
    border: 1px solid rgb(131 121 94 / 19%);
}

.navbar-nav .dropdown-menu .dropdown-item,
.menu-item-has-children .sub-menu a {
    padding: 5px 25px;
    color: var(--black2);
    font-weight: 500;
    display: block;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.navbar-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.menu-item-has-children .sub-menu a:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.menu-item-has-children .sub-menu a:focus {
    background: transparent;
}




.bg-blue {
    background: var(--primary-color);
}

.lgo-text {
    font-family: var(--paragraph-font);
    /* font-family: Comfortaa; */
    font-weight: 700;
    font-size: 22px;
    display: block;

}

.lgo-text .span1 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 700;
}

main {
    padding-top: 100px;
}

.navbar {
    padding: 23px 0;
}

.hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
}

.hero h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 25px;
}

.hero h1 span {
    color: var(--primary-color);
    display: block;

}

.hero p {
    font-size: 20px;
    margin-top: 25px;
}

.highlight-card img {
    width: 30px;
}

.highlight-card p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.2;
}

.highlight-card {
    text-align: center;
    flex: 1;

}

.d-line {
    flex-shrink: 0;
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, rgba(129, 127, 106, 0) 0%, rgba(129, 127, 106, 1) 50%, rgba(129, 127, 106, 0) 100%);
}

.highlight-box {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link::before, .menu-item a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.hero-bg {
    padding: 55px;
    border: 1px solid rgb(135 133 112 / 23%);
    border-radius: 50px;
}

.bg-lights {
    background: #FAF9F7;
}

.polaroid-card {
    background: #f9f6ef;
    /* padding: 10px; */
    /* extra bottom space */
    border-radius: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    margin: auto;
    --rotate: 0deg;
    transform: rotate(var(--rotate));
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* border: 1px solid red; */
}

.polaroid-card-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #D8E7EE;
    transition: transform 0.3s ease;
    border-radius: 15px;
}

/* bottom layers (different offsets) */


.polaroid-card-wrap {
    position: relative;
}

/* hover lifts whole stack */
.polaroid-card:hover::before {
    transform: rotate(-4deg) translate(10px, 10px);
}

.polaroid-card:hover::after {
    transform: rotate(4deg) translate(-10px, 6px);
}

.polaroid-card:hover {
    transform: rotate(-2deg) scale(1.03);
}
.budget-swiper .swiper-slide:nth-child(5n + 1) .polaroid-card-wrap .polaroid-card:hover {
    transform: rotate(-5deg) scale(1.05);
}

.budget-swiper .swiper-slide:nth-child(5n + 2) .polaroid-card-wrap .polaroid-card:hover {
    transform: rotate(3deg) scale(1.05);
}

.budget-swiper .swiper-slide:nth-child(5n + 3) .polaroid-card-wrap .polaroid-card:hover {
    transform: rotate(-2deg) scale(1.05);
}

.budget-swiper .swiper-slide:nth-child(5n + 4) .polaroid-card-wrap .polaroid-card:hover {
    transform: rotate(4deg) scale(1.05);
}

.budget-swiper .swiper-slide:nth-child(5n + 5) .polaroid-card-wrap .polaroid-card:hover {
    transform: rotate(-3deg) scale(1.05);
}

.polaroid-card .position-relative img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.polaroid-title {
    font-size: 20px;
    font-family: var(--subtitle-font);
    color: var(--black2);
    margin-bottom: 0px;
}

.polar-bottom {
    padding: 25px;
    padding-top: 2px;
    z-index: 1;
    position: relative;


}

.polaroid-subtitle {
    font-size: 0.85rem;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.polaroid-subtitle span {
    display: flex;
    gap: 10px;
    color: var(--black2);
    font-weight: 600;
    align-items: center;
    margin-top: 25px;
}

.polaroid-subtitle i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--black2);
}

.polaroid-row {
    display: flex;
    gap: 45px;
    padding: 0 45px;
}

.polaroid-card-wrap {
    flex-shrink: 0;
    flex: 1;
}

.budget-swiper .swiper-slide:nth-child(5n + 1) .polaroid-card-wrap .polaroid-card {
    transform: rotate(-5deg);
}

.budget-swiper .swiper-slide:nth-child(5n + 2) .polaroid-card-wrap .polaroid-card {
    transform: rotate(3deg);
}

.budget-swiper .swiper-slide:nth-child(5n + 3) .polaroid-card-wrap .polaroid-card {
    transform: rotate(-2deg);
}

.budget-swiper .swiper-slide:nth-child(5n + 4) .polaroid-card-wrap .polaroid-card {
    transform: rotate(4deg);
}

.budget-swiper .swiper-slide:nth-child(5n + 5) .polaroid-card-wrap .polaroid-card {
    transform: rotate(-3deg);
}

.budget-swiper .swiper-slide:nth-child(odd) .polaroid-card-wrap {
    margin-top: 10px;
}

.budget-swiper .swiper-slide:nth-child(even) .polaroid-card-wrap{
    margin-top: -5px;
}

.polar-wave {
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.polar-wave img {
    height: auto !important;
}

.polar-icon {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 70px;
}

.plan-steps-box {
    flex: 1;
    position: relative;
    text-align: center;
}

.pan-steps-num {
    display: inline-flex;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #7D7356;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background: var(--white);
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.pan-steps-img img {
    width: 90px;
}

.pan-steps-img {
    border-radius: 56% 44% 64% 36% / 44% 62% 38% 56%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-steps-box:first-child .pan-steps-img {
    background: #EAF0F3;
}

.plan-steps-box:nth-child(3) .pan-steps-img {
    background: #FBEFE1;
}

.plan-steps-box:nth-child(5) .pan-steps-img {
    background: #ECF3E3;
}

.plan-steps-box:nth-child(7) .pan-steps-img {
    background: #def5c1;
}

.plan-steps-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.plan-steps-box:last-child .pan-steps-img {
    background: #FBF2D3;
}

.plan-steps-box h3 {
    font-weight: 800;
    font-size: 18px;
    margin-top: 25px;
}

.plan-arrow {
    flex-shrink: 0;
    width: 110px;
    padding-top: 75px;
}

.window-cards {
    padding: 25px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid #eee;
    padding-bottom: 55px;
}

.window-cards p {
    margin-bottom: 0;
}

.window-cards h5 {
    color: var(--primary-color);
    font-size: 14px;
}

.window-cards h3 {
    font-weight: 700;
    font-size: 25px;
}

.window-cards a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--black2);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.windows-card-swiper {
    margin-top: 35px;
}

.windows-card-swiper .swiper-pagination {
    text-align: left;
    padding-left: 25px;
    padding-bottom: 10px;
}

.windows-card-swiper .swiper-pagination-bullet {
    background: var(--primary-color);
}

.window-front {
    position: relative;
    z-index: 1;
}

.window-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 155px;
    padding-top: 100px;
}

.window-swiper .window-image {
    height: 70dvh;
    overflow: hidden;
}

.window-image img {
    height: 100%;
    object-fit: cover;
}

.window-wraps {
    /* height: 90dvh; */
    overflow: hidden;
}

.feature-section {
    background: #fff;
    border-radius: 12px;
    padding: 22px 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 0 24px;
    position: relative;
    height: 100%;
    flex-shrink: 0;
}

.feature-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 70%;
    background: #e5e7eb;
}

.feature-item p {
    margin-bottom: 0;
}

.feature-col:last-child .feature-item::after {
    display: none;
}

.icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.yellow-bg {
    background: #f6ef9b;
}

.blue-bg {
    background: #dce8ff;
}

.feature-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #111827;
}

.feature-text {
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

.icon-circle img {
    width: 25px;
}

.about-img img {
    border-radius: 300px;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
}

.about-img {
    padding: 25px;
    border: 2px solid #D8E7EE;
    border-radius: 308px;

}

.insta-img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.insta-top,
.insta-bottom {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
}

.insta-bottom {
    bottom: -105px;
}

.insta-top {
    top: -105px;
}

.footer-custom {
    background-color: #7D7356;
    color: #ccc;
    padding-bottom: 70px;
    text-align: center;
}

.footer-logo {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.footer-divider {
    border-top: 1px solid #fff;
    margin: 20px 0;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease-in;
    margin-right: 25px;
}

.footer-menu a:last-child {
    margin-right: 0;
}

.footer-menu a:hover {
    color: var(--white);
}


.footer-social a {
    margin-left: 15px;
    color: #fff;
    transition: 0.3s ease-in;
    font-size: 16px;
}

.footer-social a:hover {
    color: var(--white);
}



.footer-copy {
    font-size: 12px;
    color: #fff;
    margin-top: 35px;
}

footer .navbar-brand {
    color: var(--white) !important;
    opacity: 1;
}

footer .navbar-brand .span1 {
    color: #f9e4ca;
}

.abt-icn-1 {
    background: #dce8ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-icn-1 img {
    width: 30px;
}

.abt-icn-2 {
    top: 20%;
    left: -5px;
    bottom: unset;
    right: unset;
    background: #f6ef9b;
}

.blog-card {
    padding: 10px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.blog-inner {
    padding: 25px;
    background: #FAF2E7;
    display: flex;
    align-items: center;
}

.blog-left,
.blog-right {
    width: 50%;
    flex-shrink: 0;
}

.blog-left {
    padding-right: 25px;
}

.blog-tag {
    padding: 5px;
    display: inline-block;
    background: #FAE4BC;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.blog-left h3 a {
    color: var(--black2);
    font-weight: 700;
}

.blog-left h3 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 25px;
}

.blog-left h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: var(--primary-color);
    content: '';
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.read-more-blog {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
}

.blog-footer time {
    font-size: 14px;
}

.blog-footer .read-more-blog svg {
    width: 16px;
}

.blog-right img {
    height: 445px;
    object-fit: cover;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 25px;
}

.blog-card:first-child {
    grid-row: span 3;
    transform: rotate(-2deg);
}

.blog-left p {
    font-size: 14px;
}

.blog-card:not(:first-child) .blog-inner {
    flex-direction: row-reverse;
}

.blog-card:not(:first-child) .blog-inner .blog-left {
    padding-right: 0;
    padding-left: 25px;
    width: 80%;
}

.blog-card:not(:first-child) .blog-inner .blog-left p {
    display: none;
}

.blog-card:not(:first-child) .blog-inner .blog-left h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.blog-card:not(:first-child) .blog-inner .blog-right img {
    aspect-ratio: 1/ 1.1;
    height: auto;
}

.blog-card:not(:first-child) .blog-inner .blog-right {
    width: 20%;
}

.blog-card:not(:first-child) .blog-inner {
    padding: 0;
    background: transparent;
}

.blog-card:not(:first-child) .blog-inner .blog-left h3::before {
    display: none;
    padding-bottom: 0;
}

.blog-card:not(:first-child) .blog-inner .blog-footer {
    margin-top: 10px;
}

.blog-card:not(:first-child) .blog-inner .blog-tag {
    margin-bottom: 10px;
    color: rgb(129 139 62);
    background-color: rgb(241 241 214);
}

.hand-text span {
    color: var(--primary-color);
    font-family: var(--subtitle-font);
    font-size: 35px;
}

.insta-img {
    aspect-ratio: 9 / 16;

}

.insta-card {
    border-radius: 10px;
    overflow: hidden;
}

.insta-img img {
    height: 100%;
    object-fit: cover;
}

.insta-text {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--white);
    background: rgb(0 0 0 / 22%);
}

.reel-text {
    font-family: var(--subtitle-font);
    font-size: 35px;
    padding: 0 35px;
    line-height: 1;
}

.reel-icn {
    text-align: end;
    font-size: 20px;
}

.reel-video {
    text-align: left;
}

.globe {
    /* padding: 50px 150px; */
    background: url(../images/globe.webp)repeat;
    background-size: cover;
    width: 100%;
    height: 70%;
    animation: cloud 20s linear infinite;
    position: absolute;
    top: 15%;
    left: 0;
    background-position: 100% 50%;
}

@keyframes cloud {
    0% {
        background-position: 100% 50%;
    }

    25% {
        background-position: 50% 50%;
    }

    50% {
        background-position: 0% 50%;
    }

    75% {
        background-position: -50% 50%;
    }

    100% {
        background-position: -100% 50%;
    }
}

.globe-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loc-icon {
    bottom: 0;
    right: 0;
    width: 150px;
}

.plane-anim {
    top: 0;
    right: 0;
    width: 100px;
    position: absolute;
    z-index: 4;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(12px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(12px);
    }
}

.loc-plane {
    top: 0;
    left: 0;
    width: 250px;
    animation: float 3s ease-in-out infinite;
}

.z-1 {
    z-index: 1;
}

.loc-birds {
    top: 0;
    right: 0;
    width: 150px;
}

.about-banner h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1;
}

.about-banner h3 {
    font-family: var(--subtitle-font);
    font-weight: 500;
    color: rgb(129 139 62);
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 40px;
}

.about-banner h4 {
    font-family: var(--subtitle-font);
    font-weight: 500;
    color: var(--primary-color);
    font-size: 40px;
}

.about-imgs {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
    transform: rotate(-5deg);
    margin-left: 100px;
}

.about-banner {
    padding-top: 55px;
}

.about-imgs-qt {
    padding: 45px;
    background: #f5e5d2;
    color: var(--black2);
    font-family: var(--subtitle-font);
    font-size: 35px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.55);
    transform: rotate(15deg);
}

.about-imgs-qt p {
    margin-bottom: 0;
}

.about-imgs-qt img {
    width: 35px;
    margin-top: 15px;
}

.stats-wrapper {

    background: #fff;
    border-radius: 18px;
    padding: 28px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.stat-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 82px;
    width: 100%;
}

.stat-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    border-right: 1px dashed #d5c9b7;
}

.stat-item:last-child::after {
    display: none;
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #efeed9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box img {
    width: 28px;
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.stat-text h4 {
    font-size: 16px;
    font-weight: 700;
}

.stat1 {
    flex: 1;
    flex-shrink: 0;
}

.stat-line {
    flex-shrink: 0;
    width: 1px;
    border-left: 2px dashed rgba(129, 139, 62, 0.548);
}

#chartdiv {
    width: 100%;
    height: 650px;
    border-radius: 20px;
    overflow: hidden;
}

.journey-polaroid {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
    transform: rotate(5deg);
    background: #fff;
}

.journey-polaroid h3 {
    text-align: center;
    margin-bottom: 0;
    font-family: var(--subtitle-font);
    font-size: 25px;
    padding: 10px 0;
}

.drive-item,
.do-item {
    display: flex;
    gap: 25px;
    position: relative;
}

.do-item {
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.drive-icon {
    width: 45px;
    flex-shrink: 0;
}

.drive-icon img {
    width: 100%;
    background: var(--lightgrey);
}

.drive-item h3,
.do-item h3 {
    font-weight: 700;
    font-size: 18px;
}

.drive-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
}

.drive-item p,
.do-item p {
    margin-bottom: 0;
}

.drive-list::before {
    position: absolute;
    top: 0;
    left: 22.5px;
    width: 2px;
    height: 100%;
    content: '';
    border-left: 2px dashed #818b3e;
}

.do-list {
    gap: 25px;
}

.do-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ECF3E3;
}

.do-icon img {
    width: 40px;
}

.explore-note {
    padding: 35px;
    background: #f9e6dc;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin-top: 55px;
}

.explore-note h3 {
    font-size: 25px;
}

.insta-icon a {
    color: var(--primary-color);
    font-size: 25px;
    display: block;
    flex-shrink: 0;
}

.insta-icons p {
    font-size: 12px;
    margin-bottom: 0;
}

.insta-icons h4 a {
    color: var(--primary-color);
    font-size: 22px;
}

.pol-card {
    flex: 1;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}

.pol-text h4 {
    font-family: var(--subtitle-font);
}

.pol-text {
    padding-top: 25px;
    padding-bottom: 15px;
}

.country-btn-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.country-btn {
    --radius: 350px;
    --angle: 224deg;

    position: absolute;
    top: 50%;
    left: 50%;
    transform:
        translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--radius) * -1)) rotate(calc(var(--angle) * -1));
    z-index: 9;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    color: #7d7356;
    font-weight: 600;align-items:center
}

.country-btn img {
    width: 80px;
}

.country-btn:nth-child(2) {
    --angle: 254deg;
}

.country-btn:nth-child(3) {
    --angle: 284deg;
}

.country-btn:nth-child(4) {
    --angle: 314deg;
}

.country-btn:nth-child(5) {
    --angle: 344deg;
}

.country-btn:nth-child(6) {
    --angle: 14deg;
}

.country-btn:nth-child(7) {
    --angle: 44deg;
}

.country-btn:nth-child(8) {
    --angle: 74deg;
}

.country-btn:nth-child(9) {
    --angle: 104deg;
}

.country-btn:nth-child(10) {
    --angle: 136deg;
}



.destination-card {
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: .3s ease;
}

.destination-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.destination-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}



.destination-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--black2);
    margin-bottom: 15px;
}

.destination-desc {
    color: var(--black);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.meta {
    color: var(--black);
    font-size: 14px;
}

.meta i {
    margin-right: 6px;
}

.blog-description{
    font-size:1.3rem;
}.hero-meta{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    margin-top:40px;
}

.hero-meta span{
    display:flex;
    align-items:center;
    gap:10px;
}

.hero-meta img{
    width:40px;
    height:40px;
    border-radius:50%;
}
.about-japan-card{
       background: #f9e6dc;
    border-radius:20px;
    padding:30px;
}

.about-japan-card h4{
    color:var(--black2);
    margin-bottom:20px;
}

.about-content{
    display:flex;
    gap:20px;font-size: 14px;
    align-items:center;
}

.about-content img{
    width:70px;border-radius: 8px;
}

.quote-card{
      background: #f9e6dc;
    border-radius:18px;
    padding:35px;
    margin-bottom:50px;
    position:relative;    display: flex;gap: 25px;align-items: start;
}

.quote-icon{
    color:var(--primary-color);
    font-size:3rem;
}.quote-icon img{
	width:90px
}

.quote-card blockquote{
    margin:0;
    font-size:1.6rem;
    line-height:1.6;color: var(--black2);    font-family: var(--subtitle-font);
}.single-blog h2, .single-blog h3, .single-blog h4, .single-blog h5, .single-blog h6{
    font-weight: 700;margin-bottom: 25px;display:flex;gap:10px;align-items:center

}.single-blog h2 img, .single-blog h3 img, .single-blog h4 img, .single-blog h5 img, .single-blog h6 img{width:45px}.single-blog ul li::marker{
color: var(--primary-color);
}.single-blog a{
color: var(--primary-color);text-decoration: underline;
}


.sidebar-title{
   font-weight: 700;
    font-size:2rem;
    margin-bottom:25px;
}

.related-story-card{
    display:flex;
    gap:18px;
    background:#fff;
   
    border-radius:18px;
    padding:15px;
    margin-bottom:25px;
    transition:.3s;
}

.related-story-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.story-image{
    width:120px;
    flex-shrink:0;
}

.story-image img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:12px;
}
.story-content h5{
    font-size:1.2rem;
   margin-bottom: 12px;
    line-height:1.5;font-weight: 700;
}

.story-meta{
    display:flex;
    gap:8px;
    font-size:.85rem;color: var(--black);
}.newsletter-card{
      background: #f9e6dc;
    border-radius:22px;
    padding:35px;
    margin-top:50px;
}

.newsletter-card h3{
   font-weight: 700;
    margin-bottom:20px;
}



.newsletter-card input{
    width:100%;
    height:58px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 20px;
    margin-top:15px;
}
.newsletter-card .theme-btn{
    width: 100%;text-align: center;justify-content: center;margin-top: 10px;
}
.author-box{
    margin-top:50px;
    background: #f9e6dc;
    border-radius:20px;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.author-left{
    display:flex;
    align-items:center;
    gap:20px;
}

.author-left img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
}

.author-left h4{
  font-weight: 700;
    margin-bottom:10px;
}

.author-left p{
    margin:0;
    line-height:1.8;
}

.share-box{
    margin-top:30px;
    border:1px solid var(--border);
    border-radius:18px;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.share-left{
    display:flex;
    align-items:center;
    gap:15px;
}

.share-left span{
    font-weight:600;
    margin-right:15px;
}

.share-left a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;color: var(--primary-color);
}

.share-left a:hover{
    background:var(--primary-color);
    color:#fff;
}
.newsletter-box{
    background:#f5f1ea;
    border:1px solid #ebe5db;
    border-radius:16px;
    padding:28px 35px;
    position:relative;
    overflow:hidden;
}

.newsletter-icon-left,
.newsletter-icon-right{
    position:absolute;
    width:70px;
    opacity:0.9;
}

.newsletter-icon-left{
    left:20px;
    top:18px;
}

.newsletter-icon-right{
    right:20px;
    top:18px;
    transform:scaleX(-1);
}

.newsletter-content{
    padding-left:80px;
    padding-right:80px;
}

.newsletter-title{
    font-size:34px;
    font-weight:700;
    margin-bottom:8px;
    line-height:1.2;
}

.newsletter-title .heart{
    color:var(--primary-color);
    font-size:22px;
    vertical-align:top;
}

.newsletter-text{
    font-size:15px;
    margin-bottom:0;
    max-width:500px;
    line-height:1.6;
}

.newsletter-form{
    display:flex;
    align-items:center;
    gap:14px;
}

.newsletter-form .form-control{
    height:58px;
    border:none;
    border-radius:8px;
    background:#fff;
    font-size:15px;
    padding:0 18px;
    box-shadow:none;
}

.newsletter-form .btn-subscribe{
    background:var(--primary-color);
    color:#fff;
    border:none;
    height:58px;
    min-width:140px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.newsletter-form .btn-subscribe:hover{
    background:#e44f06;
}
.accordion-item{
    border:none!important;
    border-radius:12px !important;
    overflow:hidden;
    margin-bottom:15px;
}

.accordion-button{
    font-weight:700;
    padding:20px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:#f9e6dc;
    color:var(--primary-color);
}

.accordion-body{
    line-height:1.8;
}

.accordion-button:focus{
    box-shadow:none;
}.contact-banner h4{
    font-size: 16px;
    font-weight: 600;width: auto;    font-family: var(--paragraph-font);
}.contact-usps{
    display: flex;gap: 25px;margin-top: 25px;
}.contact-usp{
    flex: 1;flex-shrink: 0;display: flex;gap: 15px;
}.contact-usp-icon{
    width: 55px;height: 55px;border-radius: 50%;flex-shrink: 0;background:#f9e6dc;display: flex;justify-content: center;align-items: center;
}.contact-usp-icon img{
    width: 35px;
}
.contact-usp p + p{
    margin-bottom: 0;font-size: 14px;
}.collage-wrapper{
    position:relative;
    width:1000px;
    max-width:95%;
    min-height:550px;
}

/* background blob */
.blob{
    position:absolute;
    left:80px;
    top:90px;
    width:520px;
    height:320px;
    background:rgba(255,255,255,.08);
    border-radius:48% 52% 60% 40%;
    filter:blur(2px);
}

/* Main polaroid */
.polaroid{
    position:absolute;
    background:#fff;
    padding:18px 18px 55px;
    border-radius:6px;
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}

.polaroid.main{
    width:420px;
    left:0;
    top:30px;
    z-index:2;
}

.polaroid.small{
    width:220px;
    left:330px;
    bottom:30px;
    transform:rotate(2deg);
    z-index:3;
}

.polaroid img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:2px;
}

/* tape */
.tape{
    position:absolute;
    width:90px;
    height:24px;
    background:rgba(255,188,188,.85);
    top:-12px;
    left:50%;
    transform:translateX(-50%);
    border-radius:2px;
}

.tape::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.15),
            rgba(255,255,255,.15) 3px,
            transparent 3px,
            transparent 6px
        );
}

/* Right content */
.travel-content{
    position:absolute;
    right:40px;
    top:70px;
    width:320px;height: 100%;
    color:#f9e6dc;
}

/* airplane */
.plane{
    position:absolute;
    right:35px;
    top:0;
    font-size:44px;
    color:#f9e6dc;
    transform:rotate(15deg);
}

.path{
    position:absolute;
    right:80px;
    top:35px;
    width:160px;
    height:120px;
    border:2px dashed #f9e6dc;
    border-color:#f9e6dc transparent transparent #f9e6dc;
    border-radius:50%;
    transform:rotate(25deg);
    opacity:.9;
}

.travel-text{
    margin-top: 92px;
    margin-left: 150px;
      font-family: var(--subtitle-font);
    font-size:42px;
    line-height:1.1;
    font-weight:500;
}

/* Badge */
.explore-badge{
  
    width:100px;
    height:100px;position: absolute;bottom: 0;right: 0;
}
.explore-badge img{
    width: 100%;
}

.meets-box{
padding: 25px;border-radius: 10px;border: 1px solid #ffffff52;align-items: center;
}

.meets-icon{
    width: 55px;height: 55px;border-radius: 50%;display: flex;background: var(--white);align-items: center;justify-content: center;
}.meets-icon img{
    width: 35px;
}.meets-box p, .meets-box p a{
    margin-bottom: 0;color:#fff
}.meets-wrap{
    padding: 35px;border-radius: 25px;background: #bfa38d8a;
}.page-id-27{
    background: #56341d;color: var(--white);
}.page-id-27 .navbar-brand{
    color: var(--white);
}.page-id-27 .navbar-expand-lg .navbar-nav .nav-link, .page-id-27 .menu-item a{
    color: var(--white);
}.page-id-27 .sticky-header .navbar-brand{
    color: var(--black2);
}.page-id-27 .sticky-header .navbar-expand-lg .navbar-nav .nav-link, .page-id-27 .sticky-header .menu-item a{
    color: var(--black2);
}.meets-box h5{
    font-weight: 700;color: var(--white);
}.step-form{
	    background: #f9e6dc;padding:35px;border-radius:20px
}.step-form label{
	color: var(--black2);display:inline-flex;margin-bottom:8px;font-weight:700;    gap: 6px;align-items: center;
}.step-form button, .step-form input[type="submit"]{
	    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-transform: none;
    border-radius: 8px!important;
    outline: 0;
    border: 1px solid var(--primary-color)!important;
    padding: 8px 20px!important;
    /* background: linear-gradient(45deg, var(--green), var(--green2), var(--green3)); */
    background: var(--primary-color)!important;
    color: #fff;
    transition: 0.3s ease-in;
}.step-form button.cf7mls_back{
	background: transparent!important;
    color: var(--primary-color)!important;
}.step-form input, .step-form select{
	height: 58px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    padding: 0 18px;
    box-shadow: none;width:100%
}.step-form input[type="radio"]{
	height: auto;
}.step-form input[type="checkbox"]{
	padding: 0;
    height: 15px; width: 15px;
}.step-form .form-check p{
	
}.step-form textarea{
	height: 100px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    padding: 0 18px;
    box-shadow: none;
}.step-form input:-internal-autofill-selected, .step-form input:autofill{
	    background-color: #fff!important;
}.about-japan-icon img{
	width:70px
}.about-japan-icon{display:flex;justify-content:space-between}.sp-hr{}.step-form-icon{position:relative;bottom:0; left:0;margin-left:-35px;margin-right:-35px;margin-bottom:-35px;margin-top:-55px}.step-form form{position:relative;z-index:1}.steps-sec-icon{position:absolute;bottom:0;left:0;width:22%;}.steps-sec-icon2{left:unset;right:0;width:40%}
.menu-footer-container ul{    list-style: none;
    padding: 0;
    margin: 0;display:flex;gap:15px}
.country-card{
      background: #f9e6dc;
    border-radius:12px;
    display:flex;
    align-items:center;
}
.country-info{
    padding: 25px;
}


.country-img{
   width: 35%;height: 120px;
    border-radius:10px;
    overflow:hidden;
    flex-shrink:0;
}

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

.country-info h5{
    font-size:16px;
    font-weight:700;
    margin-bottom:8px;
}

.country-info a{
    text-decoration:none;
    color:var(--primary-color);
    font-size:13px;
    font-weight:700;
}

.country-info a svg{
    width: 16px;
}


.countrySwiper .swiper-slide{
    height:auto;
}

/* Navigation */
.country-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:20px;    position: relative;

}

.country-nav .swiper-button-prev,
.country-nav .swiper-button-next{
    position:relative;
    inset:auto;
    width:36px;
    height:36px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:50%;
    margin:0;
}

.country-nav .swiper-button-prev::after,
.country-nav .swiper-button-next::after{
    font-size:12px;
    font-weight:bold;color: var(--black2);
}
.inner-blog-swiper .swiper-button-next, .inner-blog-swiper .swiper-button-prev{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
}.inner-blog-swiper .swiper-button-next::after, .inner-blog-swiper .swiper-button-prev::after{
	font-size:12px;
    font-weight:bold;color: var(--white);
}.inner-blog-swiper .swiper-button-next{
	right:0
}.inner-blog-swiper .swiper-button-prev{
	left:0
}
.country-nav .swiper-pagination{
    position:relative;
    bottom:auto !important;
    width:auto !important;
}

.country-nav .swiper-pagination-bullet{
    width:8px;
    height:8px;
    background:#d6d6d6;
    opacity:1;
}

.country-nav .swiper-pagination-bullet-active{
    background:var(--primary-color);
}


.info-box{
    background:#f5e5d2;;
    border-radius:16px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:15px;
    transition:.3s;
}

.info-box:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.info-icon{
    width:50px;
    height:50px;flex-shrink: 0;

}.info-icon img{
    width: 100%;
}

.info-box h6{
    margin:0;
    font-weight:700;
}

.info-box p{
  margin-top: 10px;margin-bottom: 0;
    font-size:14px;
}

.arrow{
    margin-left:auto;
    color:var(--primary-color);
    font-size:22px;
}

.inners-blog .blog-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #ececec;
    transition:.35s;
    height:100%;transform: none;padding: 0;
}

.inners-blog .blog-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.inners-blog .blog-image{
    height:250px;
    overflow:hidden;border-radius: 0 0 20px 20px;
}

.inners-blog .blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.inners-blog .blog-card:hover img{
    transform:scale(1.05);
}

.inners-blog .blog-content{
    padding:15px;
}



.inners-blog .blog-content h6, .inners-blog .blog-content h6 a{
    font-size:15px;
    line-height:1.5;
    font-weight:700;
    min-height:68px;  color: var(--black2);
}

.inners-blog .read-time{
    font-size:13px;
    color:var(--primary-color);
    margin-bottom:6px;
}

.inners-blog .blog-date{
    font-size:13px;
}
  

        .search-box {
            position: relative;
        }

        .search-box .fa-search {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }

        .search-box input {
            padding-left: 42px;
            height: 45px;
        }

        .filter-select {
            height: 45px;
        }
        .icon-btn {
     display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px;
        border-radius: 8px;
        background: transparent;
        color: var(--black2);
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease;border: 1px solid #f9e6dc;} 
        .icon-btn:hover {
        background: #f9e6dc;
    }

    .icon-btn img {
        width: 25px;
        height: 25px;
        object-fit: contain;flex-shrink: 0;
    }.inners-map{
        border-radius: 20px;overflow: hidden;
    }.main-title img{
        width: 35px;
    }.masked-img {
    width:100%;
    height: 500px!important;
    object-fit: cover;

    /* Mask shape image */
    -webkit-mask-image: url('../images/blck-shape.png');
    mask-image: url('../images/blck-shape.png');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;

    -webkit-mask-size: contain;
    mask-size: contain;
}.expl-icon{
    position: absolute;top: 30%;right: -20%;width: 300px;
}.clouds{
	position:absolute;    top: -8%;
    left: -12%;width:200px
}.blog-detail-img img{
	height:500px;object-fit:cover
}

.heart{
    color:var(--primary-color);
}


.watercolor{
    position:absolute;
    width:400px;
    height:80px;
    left:-50px;
    bottom:-40px;

    background:
        radial-gradient(circle at center,
        rgba(219,216,195,.55),
        transparent 70%);z-index: -1;
}

.story-collage{
    position:relative;
}


.polaroid-main{
   margin-right: 25%;
    background:#fff;
    padding:14px 14px 70px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

    transform:rotate(-1deg);
}

.polaroid-main img{
    width:100%;
    object-fit:cover;
}


.polaroid-small{
    position:absolute;
    right:40px;
    bottom:120px;
    width:190px;
    background:#fff;
    padding:10px 10px 45px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transform:rotate(10deg);
}

.polaroid-small img{
    width:100%;
    height:120px;
    object-fit:cover;
}

.explore-stamp{
       position: absolute;
    left: -85px;
    bottom: 115px;
    width: 270px;
    transform: rotate(-10deg);
}

.side-note{
    position:absolute;
    right:-10px;
    top:150px;

    writing-mode:vertical-rl;
    text-orientation:mixed;

    font-family:var(--subtitle-font);
    font-size:28px;
    color:#7d7356;
}

.paper-plane{
    position:absolute;
    right:60px;
    top:40px;

    font-size:42px;
    color:#7d7356;
}
.page-numbers{
	    display: block;
    width: 45px;
    height: 45px;
    background: #f5e5d2;
    border-radius: 8px;    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;color:var(--black2)
}
.single-blog .instagram-media, .insta-swipers  .instagram-media, .blog-card .instagram-media{
	min-width:100%!important
}.blog-pagination{
	    display: flex;
    justify-content: center;
    flex-wrap: wrap;gap:8px;
}.page-numbers.next, .page-numbers.prev {
	    width: 75px;
}.page-numbers.current{
	background:var(--primary-color);color:#fff
}.step-form p{
	margin-bottom:0
}.sub-menu .menu-item-has-children>a:after{
	content:'\f054';float: inline-end;
    margin-top: 5px;
}
.navbar-nav .sub-menu .menu-item-has-children .sub-menu{
	    left: 100%;
    top: 0;
	    opacity: 0;
    visibility: hidden;    transform: translateY(15px);
}.navbar-nav .sub-menu .menu-item-has-children:hover .sub-menu{
	    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.blog-layout{

display:flex;
gap:40px;

}

.blog-tags{

width:250px;

}

.tag-filter{

display:block;
width:100%;
padding:12px;
margin-bottom:10px;
cursor:pointer;

}

.tag-filter.active{
background:#000;
color:#fff;

}

.blog-content{

flex:1;

}
.blog-search input{

width:100%;
padding:15px;
margin-bottom:30px;
    border-radius: 8px;
    border: 1px solid #adadad;
}
.blog-item{

border-bottom:1px solid #ddd;
padding:20px 0;

}.filer-btn-group button.tag-filter{
	border-radius:8px; border:1px solid var(--primary-color);width:auto;background:transparent;color:var(--primary-color);margin-bottom:0;font-size: 14px;
    padding: 5px 10px;
}.filer-btn-group button.active{
	background:var(--primary-color);color:#fff
}.page-id-27 .sub-menu .menu-item a{
	    color: var(--black2);
}.sub-menu .menu-item-has-children{
	position:relative;
}.budget-swiper{
	padding-left: 20px;
    padding-bottom: 75px;
    padding-right: 20px;padding-top:15px
}.budget-swiper-padding{
	    padding: 0 45px;
}.budget-swiper .swiper-pagination-bullet, .inner-blog-swiper .swiper-pagination-bullet, .insta-inner-swiper .swiper-pagination-bullet, .insta-swiper .swiper-pagination-bullet{

    width:10px;

    height:10px;

  background:var(--primary-color);


}.budget-swiper .swiper-pagination-bullet-active, .inner-blog-swiper .swiper-pagination-bullet-active, .insta-inner-swiper .swiper-pagination-bullet-active, .insta-swiper .swiper-pagination-bullet-active{
	width:28px;border-radius:28px
}.insta-inner-swiper{
	padding-bottom:45px
}.insta-swiper{
	padding-bottom:45px
}
.tnp-subscription form{
	display: flex;
    gap: 10px;align-items:center
}.tnp-subscription .tnp-field input[type="submit"]{
	border-radius: 8px;
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    background: var(--primary-color);
}.tnp-subscription input[type=email]{
	    background: #fff!important;  border: 1px solid #c3c3c3 !important;
}.tnp-subscription div.tnp-field{
	margin-bottom:0!important;  
}.newsletter-card input[type=email]{
	    height: 40px;
    border-radius: 8px;
}.step-form .wpcf7 form .wpcf7-response-output{
	    color: var(--black2)!important;
}.info-box h6 a{
	    color: var(--black2);
}.inner-blog-swiper{
		padding-bottom:45px
	}