/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html{
	scroll-padding-top:200px
}

html,body {
    overflow-x: hidden;
}

body.page-id-2797 .e-loop-item .elementor-widget-button {
    margin-top: auto;
}
body.single-post .page-content .post-tags {
    display: none;
}
nav > ul > li[class*="current-menu"] > a {
    font-weight: 500 !important;
}
nav > ul > li[class*="current-menu"] ul li[class*="current-menu"] > a{
    background-color: #4a9094 !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.cst-navigations .elementor-sub-item.has-submenu {
    justify-content: space-between;
}

.header-logo img {
    filter: brightness(0) invert(1);
}

p:only-child {
    margin-bottom: 0;
}
.cst-anchor{
	transition: all .3s ease-in-out;
}
.cst-anchor:hover {
    padding-bottom: 50px;
    transition: all .2s ease-in-out;
}

footer .post-listing>.elementor-widget-container>div>article {
    padding-left: 25px;
    position: relative;
}

footer .post-listing>.elementor-widget-container>div>article::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

.home details[open] {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

details[open] summary {
    padding-bottom: 0 !important;
}

.cst-accordions details>:nth-child(2) {
    padding-left: 90px !important;
}

.cst-accordions details summary h3 {
    display: flex;
    gap: 16px;
}

.swiper-arrow {
    position: absolute !important;
    top: auto;
    bottom: 45%;
}

.testimonial-section {
    position: relative;
}

/*  */
.cst-anchor {
    position: relative;
}

.cst-anchor-inner a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.cst-anchor-inner {
    position: unset;
    z-index: 9;
}

/*  */

.trip_map_hotspot .elementor-widget-container a:nth-child(2){
    z-index:25 !important;
}
.trip_map_hotspot .elementor-widget-container a:nth-child(3){
    z-index:30 !important;
}



/* about page css start */
.otm_about-slider img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 15px;
}
/* about page css end */

/* destination map start */
.trip_map_hotspot .e-hotspot__tooltip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
}
.trip_map_hotspot .e-hotspot__tooltip p {
	height:60px;
	width: 60px;
}
.trip_map_hotspot .e-hotspot__tooltip img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.trip_map_hotspot .e-hotspot__tooltip h2 {
    font-size: 16px;
    margin: 0;
}
.trip_map_hotspot a .e-hotspot__button{
    transition:0.5s all;
}
.trip_map_hotspot a:hover .e-hotspot__button {
    background: #336366;
}
.trip_map_hotspot a:hover .e-hotspot__button svg {
    fill: #fff;
}
.trip_map_hotspot .elementor-widget-hotspot,
.trip_map_hotspot .elementor-widget-hotspot .elementor-widget-container,
.trip_map_hotspot .elementor-widget-hotspot .elementor-widget-container img{
    width: 100%;
}
.e-hotspot .active {
    opacity: 1 !important;
}

/* destination map end */

/* testimonial */
.testimonial-section .item-content-wrapper>.item-content {
    max-width: 580px;
    margin: 0 auto;
}

.testimonial-section .item-content-wrapper {
    background: unset !important;
}

.testimonial-section .tss-meta-info {
    order: 1;
}

.testimonial-section h3.author-name {
    order: 2;
	font-family: "Cinzel";
}

.testimonial-section h4.author-bio {
    order: 3;
}

.testimonial-section .rating-wrapper {
    order: 4;
    margin-top: 0 !important;
}

.testimonial-section .item-content-wrapper {
    order: 5;
}

.testimonial-section .single-item-wrapper {
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.testimonial-section .swiper-arrow {
    border-radius: 50px !important;
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.testimonial-section .tss-carousel-main .swiper-arrow>i,
.tss-carousel .swiper-arrow>i {
    font-size: 24px;
}

.testimonial-section .tss-carousel-main.swiper .swiper-pagination,
.tss-carousel.swiper .swiper-pagination {
    bottom: -60px !important;
}

.testimonial-section span.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
}

.testimonial-section .tss-carousel-main .swiper-button-next,
.tss-carousel .swiper-button-next {
    right: -40px !important;
}

.testimonial-section .tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,
.tss-carousel .swiper-button-prev {
    left: -40px !important;
}

.testimonial-section .swiper {
    background: #fff;
    box-shadow: 0px 2px 100px 0px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}

.testimonial-section .swiper-arrow.swiper-button-disabled {
    background: unset !important;
    border-color: var(--e-global-color-primary);
    opacity: 1;
}

.testimonial-section .swiper-arrow>i {
    color: #fff;
}

.testimonial-section .swiper-arrow.swiper-button-disabled>i {
    color: var(--e-global-color-primary);
}

.testimonial-section .tss-meta-info .profile-img-wrapper img {
    width: 100px;
    height: auto;
}

/* testimonial end */
.acom_gallery_section .gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

/* newsletter */
.noptin-optin-main-wrapper .noptin-form-footer {
    padding: 10px;
}

.noptin-optin-main-wrapper .noptin-form-footer input[type="submit"] {
    background-color: transparent !important;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}

.noptin-optin-main-wrapper .noptin-form-footer input[type="email"] {
    border: none;
    background: transparent;
}

.noptin-form-single-line .noptin-form-field-wrapper.noptin-form-field-submit {
    position: relative;
    background: var(--e-global-color-primary);
    border-radius: 8px;
}

.noptin-form-single-line .noptin-form-field-wrapper.noptin-form-field-submit:after {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m446.7 98.6-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 11px;
    top: 11px;
}

.noptin-optin-main-wrapper .noptin-form-footer>.noptin-form-fields:after {
    content: unset;
}

.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    border-radius: 12px;
    margin: 0 auto;
}
.noptin-alert {
    margin-bottom: 0;
}
/* newsletter end*/

/* Amination css main start */

.animation-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        position: relative;
        width: fit-content;
    }

    .animation-container .circle.pulse {
        position: absolute;
    }

    .animation-container .circle {
        background: #d5e8eb;
        box-sizing: border-box;
    }

    .animation-container .circle-size1 {
        width: 350px;
        height: 350px;
        z-index: 2;
    }

    .animation-container .circle-size2 {
        width: 430px;
        height: 430px;
        z-index: 1;
    }

    .animation-container .circle-size3 {
        width: 500px;
        height: 500px;
    }

    .animation-container .main-img img,.pos-rel {
        z-index: 3;
        position: relative;
/*         animation: bounce-animation2 2s infinite; */
        width: 90%;
        height: auto;
        bottom: 74px;
        left: 4px;
    }

    .animation-container .circle {
        border-radius: 50%;
    }

    .animation-container .pulse {
        animation: pulse-animation 2s infinite;
    }

    .animation-container .lb-card {
        position: absolute;
        z-index: 4;
        left: -120px;
        bottom: 130px;
    }

    .animation-container .lb-card img {
        animation: bounce-animation 2s infinite;
    }

    .animation-container .rb-card {
        position: absolute;
        z-index: 4;
        left: -110px;
        /* bottom: 230px; */
        top: 70px;
    }

    .animation-container .rb-card img {
        /* animation: left-to-right-animation2 2s infinite; */
        animation: left-to-right-animation2 2s infinite;
    }


    .animation-container .center-golee {
        position: absolute;
        left: auto;
        right: auto;
        z-index: 1;
    }

    .animation-container .frame1 {
        position: absolute;
        left: 0;
        bottom: 0px;
        z-index: 1;
    }

    .animation-container .frame1 img {
        animation: left-to-right-animation2 2s infinite;
    }
    .animation-container .frame4 img {
        animation: bounce-animation 2s infinite;
    }

    .animation-container .frame2 img,
    .animation-container .frame3 img {
        animation: left-to-right-animation2 2s infinite;
        border-radius: 40px;
    }
   .animation-container .frame2 img {infiniteanimation-iteration-count: infinite;bounce-animation 2s animation-iteration-count: infinite;animation: bounce-animation 2s infinite;}

    .animation-container .frame2 {
        position: absolute;
        right: -30px;
        top: 30px;
        z-index: 3;
        /* transform: translateY(-50%); */
    }

    .animation-container .frame3 {
        position: absolute;
        right: -150px;
        z-index: 2;
        top: 46%;
        transform: translateY(-50%);
    }

    .animation-container .frame4 {
        position: absolute;
        right: 0px;
        bottom: 80px;
        z-index: 2;
    }

    .animation-container .center-golee img {
        width: 100%;
        height: auto;
        animation: round-animation 8s linear infinite;
    }

    .animation-container .radial-pulse-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: showLoader 2s ease-in-out forwards;
        opacity: 0;
        z-index: -1;
    }

    .animation-container .radial-pulse-loader {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
    }

    .animation-container .pulse-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 190px;
        height: 190px;
        border-radius: 50%;
        opacity: 0;
        animation: radialPulse 3s ease-out infinite;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 50%, rgba(74, 144, 148, .5) 100%);
        backdrop-filter: blur(1);
    }

    .animation-container .pulse-circle:nth-child(1) {
        animation-delay: 0s;
    }

    .animation-container .pulse-circle:nth-child(2) {
        animation-delay: 0.5s;
    }

    .animation-container .pulse-circle:nth-child(3) {
        animation-delay: 1s;
    }

    @keyframes showLoader {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes round-animation {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes bounce-animation {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes bounce-animation2 {
        0% {
            transform: translateY(2px);
        }

        50% {
            transform: translateY(-2px);
        }

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

    @keyframes left-to-right-animation2 {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(-10px);
        }

        100% {
            transform: translateX(0);
        }
    }

    @keyframes radialPulse {
        0% {
            transform: translate(-50%, -50%) scale(.5);
            opacity: 1;
        }

        75% {
            opacity: 1;
        }

        100% {
            transform: translate(-50%, -50%) scale(3);
            opacity: 0;
        }
    }
/* Amination css main end */

/*************** Media query ***************/
@media(max-width: 1025px) {
    .tss-wrapper .tss-even .tss-grid-item {
        margin-bottom: 0 !important;
    }

    .testimonial-section .swiper-arrow {
        width: 50px !important;
        height: 50px !important;
    }

    .testimonial-section .tss-carousel-main .swiper-button-next,
    .tss-carousel .swiper-button-next {
        right: -20px !important;
    }

    .testimonial-section .tss-carousel-main .swiper-arrow>i,
    .tss-carousel .swiper-arrow>i {
        font-size: 20px !important;
    }

    .testimonial-section .tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,
    .tss-carousel .swiper-button-prev {
        left: -20px !important;
    }

    .testimonial-section span.swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
    }

    .testimonial-section .tss-carousel-main.swiper .swiper-pagination,
    .tss-carousel.swiper .swiper-pagination {
        bottom: -40px !important;
    }

    .testimonial-section .single-item-wrapper {
        padding: 30px;
    }

    .testimonial-section .item-content-wrapper>.item-content {
        max-width: 580px;
    }

    .testimonial-section .item-content-wrapper {
        padding: 20px !important;
    }

    .cst-bg-control {
        background-image: unset !important;
    }
	.trip_map_hotspot .e-hotspot__tooltip p {
    height: 44px;
    width: 44px;
}
	.trip_map_hotspot .e-hotspot__tooltip h2 {
    font-size: 14px;
}
}

/* ************************************************** */

@media(max-width: 767px) {
	.otm_post_loop .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    text-align: left;
    gap: 10px;
    align-items: center;
}
.otm_post_loop .elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img {
    height: 20px;
}
    .tss-wrapper .tss-even .tss-grid-item {
        margin-bottom: 0 !important;
    }

    .testimonial-section .swiper-arrow {
        width: 40px !important;
        height: 40px !important;
    }

    .testimonial-section .tss-carousel-main .swiper-button-next,
    .tss-carousel .swiper-button-next {
        right: -15px !important;
    }

    .testimonial-section .tss-carousel-main .swiper-arrow>i,
    .tss-carousel .swiper-arrow>i {
        font-size: 14px !important;
    }

    .testimonial-section .tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,
    .tss-carousel .swiper-button-prev {
        left: -20px !important;
    }

    .testimonial-section span.swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
    }

    .testimonial-section .tss-carousel-main.swiper .swiper-pagination,
    .tss-carousel.swiper .swiper-pagination {
        bottom: -40px !important;
    }

    .testimonial-section .single-item-wrapper {
        padding: 20px;
    }

    .testimonial-section .item-content-wrapper>.item-content {
        max-width: unset !important;
    }

    .testimonial-section .item-content-wrapper {
        padding: 10px !important;
    }

    .testimonial-section .tss-meta-info .profile-img-wrapper img {
        width: 80px !important;
    }

    .noptin-form-fields {
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
        align-items: center;
    }

    .cst-accordions details summary h3 img {
        width: 45px;
    }

    .cst-accordions details>:nth-child(2) {
        padding-left: 70px !important;
        padding-right: 10px;
    }

    .cst-bg-control {
        background-image: unset !important;
    }
}

/* Animation Element media css */

@media(max-width: 1230px) {

    .home .animation-container .lb-card img {
        width: 86%;
        height: auto;
    }

    .animation-container .circle-size1 {
        width: 330px;
        height: 330px;
    }

    .home .animation-container .lb-card {
        left: -80px;
        top: 50%;
    }

    .home .animation-container .rb-card img {
        width: 86%;
    }

    .home .animation-container .frame1 img {
        width: 90%;
    }

    .home .animation-container .frame1 {
        /* right: unset; */
        /* top: unset; */
        bottom: 40px;
    }

    .home .animation-container .frame2 img,
    .home .animation-container .frame3 img {
        width: 88%;
    }
.home .animation-container .frame2 img {
    width: 170px;
}
    .home .animation-container .frame2 {
        /* left: 0px; */
    }
    .home .animation-container .frame3{
        top: 50%;
        right: -38px;
    }
    .home .animation-container .rb-card {
        right: unset;
        bottom: 210px;
        left: -50px;
    }

    .animation-container .pulse-circle {
        width: 200px;
        height: 200px;
    }
	.animation-container .frame4{
		bottom: 80px;
	}

    @keyframes radialPulse {
        0% {
            transform: translate(-50%, -50%) scale(.5);
            opacity: 1;
        }

        75% {
            opacity: 1;
        }

        100% {
            transform: translate(-50%, -50%) scale(2.5);
            opacity: 0;
        }
    }
}

@media(min-width: 1025px) and (max-width: 1230px) {
    .home .animation-container .main-img img {
        width: 80%;
        border: 50px;
        left: 30px;
        bottom: 54px;
    }
}

@media(min-width: 992px) and (max-width: 1024px) {
        .home .animation-container .frame2 img, .home .animation-container .frame3 img {
        width: 72%;
    }
	    .animation-container .frame4 {
        bottom: 100px;
        right: 30px;
    }
	.animation-container .frame4 img{
		width: 60px;
	}
	.home .animation-container .main-img img {
        width: 80%;
        border: 50px;
        left: 30px;
        bottom: 55px;
    }

    .animation-container .pulse-circle {
        width: 180px !important;
        height: 180px !important;
    }

    .home .animation-container .lb-card img {
        width: 66%;
        height: auto;
    }

    .home .animation-container .lb-card {
        left: -30px;
        bottom: unset;
        top: 40%;
    }

    .home .animation-container .rb-card img {
        width: 70%;
    }

    .home .animation-container .frame1 img {
        width: 80%;
    }

    .home .animation-container .frame1 {
        right: unset;
        top: unset;
        left: 0;
        bottom: 70px;
    }

    .home .animation-container .frame2 img {
        width: 90%;
    }

    .home .animation-container .frame2 {
        left: unset;
        top: 50px;
    }

    .home .animation-container .rb-card {
        left: -30px;
        top: 60px;
    }

    .home .animation-container .circle-size1 {
        width: 330px;
        height: 330px;
    }
	.home .animation-container .frame3 {
        top: 44%;
        right: -120px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
	    .animation-container .frame4 {
        bottom: 70px;
    }
    .home .animation-container .main-img img {
        width: 300px;
        border: 50px;
        left: -20px;
        bottom: 30px;
    }

    .animation-container .pulse-circle {
        width: 150px !important;
        height: 150px !important;
    }

    .home .animation-container .lb-card img {
        width: 100%;
        height: auto;
        max-width: 110px;
    }

    .home .animation-container .lb-card {
        left: -60px;
        bottom: unset;
        top: 40%;
    }

    .home .animation-container .rb-card img {
        width: 100%;
        max-width: 110px;
    }

    .home .animation-container .frame1 img {
        width: 100%;
        max-width: 140px;
    }

    .home .animation-container .frame1 {
        right: unset;
        bottom: 60px;
        top: unset;
        left: -50px;
    }

    .home .animation-container .frame2 img {
        width: 100%;
        max-width: 110px;
    }

    .home .animation-container .frame2 {
        left: unset;
        top: 50px;
    }

    .home .animation-container .rb-card {
        bottom: unset;
        top: 70px;
    }

    .home .animation-container .circle-size1 {
        width: 240px;
        height: 240px;
    }
	.home .animation-container .frame2 img, .home .animation-container .frame3 img {
        width: 100%;
        max-width: 110px;
    }
	.home .animation-container .frame3 {
        /* top: 100px; */
        right: -50px;
        /* bottom: 70px; */
        top: 40%;
    }
}


@media(max-width: 767px) {
	    .animation-container .frame4 {
        bottom: 80px;
    }
    .home .animation-container {
        margin-top: 30px;
    }

    .animation-container .pulse-circle {
        width: 140px !important;
        height: 140px !important;
    }

    .home .animation-container .main-img img {
        width: 300px;
        border: 50px;
        left: -20px;
        bottom: 30px;
    }

    .home .animation-container .lb-card img {
        width: 100%;
        height: auto;
        max-width: 100px;
    }

    .home .animation-container .lb-card {
        left: -50px;
        top: 48%;
        bottom: unset;
    }

    .home .animation-container .rb-card img {
        width: 100%;
        max-width: 100px;
    }

    .home .animation-container .frame1 img {
        width: 100%;
        max-width: 70px;
    }

    .home .animation-container .frame1 {
        right: unset;
        top: unset;
        bottom: 70px;
        left: -10px;
    }

    .home .animation-container .frame2 img {
        width: 100%;
        max-width: 100px;
    }

    .home .animation-container .frame2 {
        left: unset;
        top: 60px;
    }

    .home .animation-container .rb-card {
        /* bottom: 90px; */
        top: 80px;
        left: -36px;
    }

    .home .animation-container .circle-size1 {
        width: 240px;
        height: 240px;
    }
	.home .animation-container .frame2 img, .home .animation-container .frame3 img {
        width: 110%;
        max-width: 110px;
    }
	.animation-container .frame4 img {
		width: 100%;
		max-width: 50px;
	}
}


@media(max-width: 576px) {
	    .animation-container .frame4 {
        bottom: 100px;
    }
    .home .animation-container {
        /* margin-top: 30px; */
    }

    .animation-container .pulse-circle {
        /* width: 140px !important; */
        /* height: 140px !important; */
    }

    .home .animation-container .main-img img {
        /* width: 300px; */
        /* border: 50px; */
        /* left: -20px; */
        /* bottom: 30px; */
    }

    .home .animation-container .lb-card img {
        /* width: 100%; */
        /* height: auto; */
        max-width: 80px;
    }

    .home .animation-container .lb-card {
        /* left: -30px; */
        bottom: 70px;
    }

    .home .animation-container .rb-card img {
        /* width: 100%; */
        max-width: 80px;
    }

    .home .animation-container .frame1 img {
        /* width: 100%; */
        /* max-width: 140px; */
    }

    .home .animation-container .frame1 {
        right: -40px;
        /* top: 58px; */
    }

    .home .animation-container .frame2 img {
        /* width: 100%; */
        /* max-width: 100px; */
    }

    .home .animation-container .frame2 {
        left: unset;
        /* top: 60px; */
        right: 0px;
    }

    .home .animation-container .rb-card {
        /* bottom: 90px; */
        /* top: 130px; */
        left: -36px;
    }

    .home .animation-container .circle-size1 {
        /* width: 240px; */
        /* height: 240px; */
    }
	.home .animation-container .frame2 img, .home .animation-container .frame3 img {
        /* width: 110%; */
        max-width: 92px;
    }
	.animation-container .frame4 img {
		/* width: 100%; */
		/* max-width: 50px; */
	}
	    .home .animation-container .frame3 {
        /* top: 130px; */
        right: -24px;
    }
}

@media(max-width: 400px) {
	    .animation-container .frame4 {
        bottom: 100px;
    }
    .home .animation-container {
        /* margin-top: 30px; */
    }

    .animation-container .pulse-circle {
        /* width: 140px !important; */
        /* height: 140px !important; */
    }

    .home .animation-container .main-img img {
        /* width: 300px; */
        /* border: 50px; */
        /* left: -20px; */
        /* bottom: 30px; */
    }

    .home .animation-container .lb-card img {
        /* width: 100%; */
        /* height: auto; */
        max-width: 80px;
    }

    .home .animation-container .lb-card {
        /* left: -30px; */
        bottom: 70px;
    }

    .home .animation-container .rb-card img {
        /* width: 100%; */
        max-width: 80px;
    }

    .home .animation-container .frame1 img {
        /* width: 100%; */
        /* max-width: 140px; */
    }

    .home .animation-container .frame1 {
        right: -40px;
        /* top: 58px; */
    }

    .home .animation-container .frame2 img {
        /* width: 100%; */
        /* max-width: 100px; */
    }

    .home .animation-container .frame2 {
        left: unset;
        /* top: 60px; */
    }

    .home .animation-container .rb-card {
        /* bottom: 90px; */
        /* top: 130px; */
        left: -36px;
    }

    .home .animation-container .circle-size1 {
        /* width: 240px; */
        /* height: 240px; */
    }
	.home .animation-container .frame2 img, .home .animation-container .frame3 img {
        /* width: 110%; */
        max-width: 92px;
    }
	.animation-container .frame4 img {
		/* width: 100%; */
		/* max-width: 50px; */
	}
	    .home .animation-container .frame3 {
        /* top: 130px; */
        right: -24px;
    }
}

/************* Media query end ************/


/* Pricing table for trip package start*/
.cst-price-table .elementor-price-list-header {
    margin-bottom: 0 !important;
    gap: 10px;
    justify-content: unset !important;
}

.cst-price-table .elementor-price-list-header .elementor-price-list-title {
    width: calc(100% - 100px);
    max-width: 300px;
}

.cst-price-table .elementor-price-list-header .elementor-price-list-price:before {
    content: ':';
    margin-right: 10px;
}

.cst-price-table .elementor-price-list-header > * {
    line-height: normal !important;
}
.cst-price-table ul.elementor-price-list li {
    border-bottom: 1px solid #dedede !important;
    padding: 7px 12px;
    background-color: #4a909405;
}
/* Pricing table for trip package end*/

/* Get in touch start */
.otm_img_box figure {
    display: flex !important;
}
.otm_img_box figure a {
    height: 100%;
    display: inline-flex;
}
.otm_img_box figure a img {
    max-width: 24px;
	height:24px;
}
.otm_get_in_form {
    backdrop-filter: blur(15px);
}
.otm_get_in_form .elementor-field-type-checkbox {
    margin-bottom: 12px !important;
}
.otm_get_in_form .elementor-field-type-checkbox span.elementor-field-option {
    display: flex;
    align-items: center;
    gap: 8px;
}
.otm_get_in_form  button[type="submit"]{
    margin-top:20px;
}
.otm_get_in_form input[type="checkbox"] {
    background: #ffffff;
    width: 20px;
	  min-width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
		border-radius:4px;
}
.otm_get_in_form input[type="checkbox"]:checked:after{
    content:'';
    width: 13px;
    height: 7px;
    display: block;
    border: solid #4a9094;
    transform: rotate(-35deg);
    border-width: 0 0 2px 2px !important;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 7px);
}

/* Get in touch end */

/* trip accordion start */
.trip-details details[open] summary.e-n-accordion-item-title{
    padding-bottom: 15px !important;
    border-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.trip-details details[open] summary.e-n-accordion-item-title + div{
    border-top:0   
}
.trip-details .elementor-image-gallery .gallery-item img {
    aspect-ratio: 3/2;
    object-fit: cover;
}
/* trip accordion end */


/* trip-include-table start */
.trip-include-table ul.elementor-icon-list-items li {
    padding: 12px 15px;
}
/* trip-include-table end */

.cst-price-table .elementor-price-list-price {
    display: flex;
}
@media(max-width: 575px){
    .cst-price-table .elementor-price-list-header .elementor-price-list-title {
    max-width: 80px;
}
}

.category-soldout .otm_post_loop > .elementor-element:not(.elementor-widget-button) {
    opacity: 0.3;
}

.category-soldout:before {
    content:"sold out";
    position: absolute;
    top: 30px;
    z-index: 1;
    right: 15px;
    display: inline-block;
    height: auto;
    text-align: right;
    background: #000000;
    width: auto !important;
    color: #fff;
    padding: 2px 10px;
    text-transform: capitalize;
}

.category-soldout {
    position: relative;
}
.category-soldout .elementor-widget-button a.elementor-button {
    background-color: #af612d !important;
    border-color: #af612d !important;
}

.category-soldout .elementor-widget-button a.elementor-button:hover {
    color: #fff;
}
.category-soldout .elementor-widget-button a.elementor-button:hover{
    background:#985223 !important;
    color:#fff !important;
}
footer[data-elementor-type="footer"] .elementor-nav-menu > li.current_page_item a.elementor-item.elementor-item-active {
    color: #4a9094 !important;
    font-weight: bold !important;
    position: relative;
    display: inline-block;
}

footer[data-elementor-type="footer"] .elementor-nav-menu > li.current_page_item a.elementor-item.elementor-item-active:after {
    content: "";
    left: 16px;
    bottom: 4px;
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    background: #4a9094;
    max-width: calc(100% - 16px);
}



/* Mobile canvas menu start */
@media(max-width:767px){
	.out_host_mg .elementor-widget-image {
    width: 100%;
}
header.elementor {
    position: relative !important;
}
header.elementor > div  *:not(nav){
    position: unset !important
}

.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container {
    max-height: 100vh !important;
    left: 0 !important;
    transform: translateX(100vw) !important;
    top: 55px !important;
    width: 80vw !important;
    height: calc(100vh - 70px);
    padding: 10px;
    box-shadow: -7px 7px 10px 0px #00000040;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
    transform: translateX(20vw) !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background: #fefefe !important;
    border-width: 0px 0 0 0 !important;
}

.elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container > ul > li.current_page_parent > a{
    background-color: #4a9094 !important;
    letter-spacing: 0.3px !important;
    color: #fff !important;
    fill: #fff !important;
}
.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    justify-content: space-between;
    text-transform:uppercase !important;
    color: #000000 !important;
    fill: #000000 !important;
    padding: 14px 16px !important;
}

.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container > ul > li {
    border-bottom: 1px solid #e0e2e2;
    margin-bottom: 7px;
    box-shadow: 0 0 5px #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
}
ul.sub-menu.elementor-nav-menu--dropdown{
    border: none !important;
    background: transparent !important;
    margin-bottom: 5px;
}


ul.sub-menu.elementor-nav-menu--dropdown li {
    border-bottom: 1px solid #dedede;
}

ul.sub-menu.elementor-nav-menu--dropdown li a {
    border-left: 0;
    font-size: 13px !important;
    padding: 8px 15px !important;
}

ul.sub-menu.elementor-nav-menu--dropdown li:last-child {
    border: none;
}

.elementor-nav-menu__container > ul > li.current_page_item a.elementor-item.elementor-item-active {
    color: #fff !important;
    fill: #fff !important;
}


.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container > ul > li a.highlighted,
.elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu__container > ul > li a:hover{
    background: #c3e1e2 !important;
    color: #4a9094 !important;
    fill: #4a9094 !important;
    font-weight: 500 !important;
}
    nav > ul > li[class*="current-menu"] ul li[class*="current-menu"] > a {
    background-color: #4a9094 !important;
    font-weight: 500 !important;
    color: #fff !important;
}
header.elementor-location-header .elementor-menu-toggle {
    padding: 0;
}
header.elementor-location-header .elementor-menu-toggle span {
    width: 36px;
    height: 36px;
}
header.elementor-location-header .elementor-menu-toggle span.elementor-menu-toggle__icon--open{
    background: url(https://outmakingmemories.com/wp-content/uploads/2025/04/menu.svg);
}
header.elementor-location-header .elementor-menu-toggle span.elementor-menu-toggle__icon--close {
    background: url(https://outmakingmemories.com/wp-content/uploads/2025/04/menu-close1.svg);
}
}


/* Mobile canvas menu end */

.cst-acc summary img {
    width: 40px;
}
.cst-acc details>:nth-child(2) {
    padding-left: 68px !important;
    padding-right: 10px;
}

.tag-coming-soon h3.elementor-heading-title a, .tag-coming-soon .elementor-widget-image a {
    pointer-events: none !important;
}
.tag-coming-soon .elementor-widget-image .elementor-widget-container:before {
    content: '';
    background: url(https://outmakingmemories.com/wp-content/uploads/2025/11/comingsoon.png);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-size: 170px;
    z-index: 9999;
    width: 200px;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    transform: translateY(-50%);
    filter: invert(1);
    background-position: center;
}
.tag-coming-soon .elementor-widget-image .elementor-widget-container {
    z-index: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.tag-coming-soon .elementor-widget-image .elementor-widget-container:after {
    content: '';
    width: 100%;
    background: #00000082;
    height: 100%;
    position: absolute;
    left: 0;
}
