/*
Theme Name: Yene
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
/* a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
} */

:focus-visible {
    outline: none;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
    text-wrap: pretty;
}

.more-link {
    display: block;
}

header #custom_header_cls.nav-sticky {
    animation: 0.9s forwards smoothscroll;
    background-color: white !important;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
}

.header-logo img {
    max-width: 140px;
}

html {
    scroll-behavior: smooth;
}

header #custom_header_cls {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 9999;
    left: 0px;
}

header #custom_header_cls.nav-sticky {
    top: 0px;
}

@keyframes smoothscroll {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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

.download-app-button a {
    padding-right: 75px !important;
    border-radius: 137px !important;
}

.download-app-button:before {
    background-image: url('https://yetuyene.com/wp-content/uploads/2025/07/download-arrow-img.svg');
    position: absolute;
    height: 50px;
    width: 50px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    background-color: white;
    border-radius: 100%;
    border-radius: 100%;
    right: 5px;
    top: -1px;
    bottom: 0px;
    margin: auto;

}

/* banner section start */
.banner-section {
    border-radius: 40px;
}

.main-heading mark {
    position: relative;
    display: inline-block;
}

.custom-heading-div {
    justify-content: center;
}

.main-heading mark:before {
    content: "";
    position: absolute;
    background-image: url('https://yetuyene.com/wp-content/uploads/2025/07/yene-arrow.png');
    height: 30px;
    width: 200px;
    /* width: clamp(100px, 100vw, 200px); */
    display: block;
    z-index: 999;
    left: 0px;
    background-repeat: no-repeat;
    bottom: -15px;
    background-position: bottom;
    background-size: contain;
}

.banner-heading {
    max-width: 1100px;
}

.banner-description {
    max-width: 700px;
    margin: 0px auto 40px !important;
}

.wave-circle {
    position: absolute;
    left: 20px;
    z-index: 99;
    height: 10px;
    display: block;
    width: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto !important;
}


.wave-circle:after,
.wave-circle:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #75CFF6;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    opacity: .6;
    z-index: -1;
}

@keyframes ripple {

    /* 50% {
		-webkit-box-shadow: 0 0 0 15px currentColor;
		box-shadow: 0 0 0 15px currentColor;
		opacity: 0;
	} */
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}

/* .wave-circle:before {
	height: 15px;
	width: 15px;
	display: block;
	position: absolute;
	left: 0px;
	content: "";
	animation: wave-pulse 2s infinite ease-in-out;
} */

.wave-div {
    width: 100%;
    max-width: 222px;
    position: relative;
}


.wp-block-group.circle-icon {
    width: 30px;
    height: 30px;
    background-color: #2185CB;
    border-radius: 50%;
    animation: wave-pulse 2s infinite ease-in-out;
}

/* @keyframes wave-pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.3);
		opacity: 0.6;
	}
} */

.position-relative {
    position: relative;
}

.location-img {
    position: absolute;
    bottom: -55%;
    right: -185px;
    z-index: 999;
}

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

.object-fit-img img {
    height: 100%;
    border-radius: 10px;
    object-position: center;
    object-fit: cover;
}

.review-name-div {
    grid-template-columns: 45px auto !important;
    column-gap: 15px !important;
}

.review-name-div .wp-block-media-text__content {
    padding: 0px !important;
}

.countless-slider-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #189AD3 !important;
}

.countless-slider-section .swiper-pagination-bullet {
    background-color: #D9D9D9;
}

.hover-item.active .text_cls {
    color: #189AD3 !important;
}

.text_cls {
    cursor: pointer;
}
.fade-in {
	animation: zoonIn 0.7s ease-in-out;
	animation-fill-mode: forwards;
	 transform-origin: center;
}

@keyframes zoonIn {
	0% {
		opacity: 0;
		transform: scale(0.7);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
#mobile-screen-section .wp-block-image {
    text-align: center;
}


.static-page {
    padding: 80px 0px 100px;
}

.static-page p strong {
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 700 !important;
    display: block;
}

.page-id-351 header #custom_header_cls,
.page-id-383 header #custom_header_cls {
    box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
    top: 0px;
}

.static-page>ul>li {
    list-style: none !important;
}

.static-page ul>li strong {
    font-weight: bold;
}

.privacy-contact-info p strong {
    font-weight: normal !important;
    display: inline-block;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.currancy strong{
	color:#1e1e1e;
}
.footer-menu-column{
	display:flex;
	align-items:center;
	column-gap:15px;
}
/* .footer-logo{
    width:fit-content
} */

@media screen and (min-width:1024px) {
    .countless-text-div {
        max-width: 550px;
    }

    .footer-description {
        max-width: 400px;
    }

}

@media screen and (min-width:781px) {
    .mobile-img {
        display: none;
    }
}

@media screen and (max-width:1199px) and (min-width: 1024px) {
    .review-slide>.wp-block-group {
        padding: 20px !important;
    }
}

@media screen and (max-width:1024px) and (min-width: 781px) {
    .main-heading mark:before {
        bottom: -10px;
        width: 100%;
    }

    .single-grid-box {
        padding: 20px 15px !important;
    }

    .location-img img {
        max-width: 400px;
    }

    .location-img {
        bottom: -45%;
        right: -170px;
    }

    .download-app-button:before {
        height: 45px;
        width: 45px;
        background-size: 25px;
    }

}

@media screen and (max-width:781px) and (min-width:576px) {
    .header-logo img {
        max-width: 120px;
    }

    .download-app-button:before {
        height: 45px;
        width: 45px;
        background-size: 25px;
    }

    .smooth-travel-section {
        margin-bottom: 100px !important;
    }

    .ultimate-grid-div {
        grid-template-columns: 1fr 1fr;
    }

    .ultimate-grid-div .ultimate-img-box {
        grid-row-start: 2;
        grid-column-start: 2;
    }
}

@media screen and (max-width:576px) and (min-width:450px) {
    .qr-code-column {
        max-width: 100px;
        flex-basis: 100px;
    }

    .download-text-div {
        flex-basis: initial !important;
    }

    .qr-code-box {
        padding: 15px !important;
        flex-direction: row-reverse;
    }

    .qr-arrow-img {
        position: absolute;
        right: 15px;
        top: 7px;
    }

    .qr-heading {
        padding-right: 30px;
    }
}

@media screen and (max-width:1024px) {
    .single-grid-box .wp-block-image img {
        width: 45px;
        height: 45px;
    }

    .single-grid-box .wp-block-image {
        margin-bottom: 15px !important;
    }

    .ultimate-img-box {
        overflow: hidden;
    }

    .ultimate-img-box figure {
        height: 100%;
    }

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

    .countless-slider-section {
        flex-direction: column;
    }
		.footer-copyright-div{
		flex-direction:column;
		justify-content:center;
	}
}

@media screen and (max-width:781px) {
    header #custom_header_cls {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .main-heading mark:before {
        bottom: -7px;
        width: 100%;
    }

    .banner-section {
        border-radius: 20px;
    }

    .mobile-img {
        display: block;
    }

    .desktop-view-img {
        display: none;
    }

    .section-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .easisest-way-section {
        margin-top: 60px !important;
    }

    .smooth-travel-section {
        margin-bottom: 45px !important;
    }

    .smooth-travel-section,
    .travel-safety-section {
        flex-direction: column-reverse;
    }

    .object-fit-img {
        max-height: 400px;
    }

    .object-fit-img img {
        max-height: 400px;
        width: 100%;
        object-position: top;
    }

    .location-img img {
        max-width: 60%;
    }


    .location-img {
        bottom: -46%;
        left: 16px;
        right: initial;
    }

    .single-grid-box {
        padding: 20px 15px !important;
    }

    .review-slide>.wp-block-group {
        padding: 20px !important;
    }

    .footer-copyright-div {
        flex-direction: column;
        justify-content: center;
    }

    .footer {
        padding-bottom: 30px !important;
    }

    .footer .wp-block-separator {
        margin: 20px 0px !important;
    }

    .easisest-way-section {
        background-image: none !important;
        background-color: #F5F7E6 !important;
    }

    .description {
        margin-bottom: 30px !important;
    }

    .text_cls {
        margin-bottom: 10px !important;
    }

    .static-page .wp-block-column>ul {
        padding-left: 15px !important;
    }

    .static-page .wp-block-column>ul>li>ul {
        padding-left: 10px !important
    }
	  .footer-menu-2, .footer-menu-column {
        flex-direction: column !important;
        row-gap: 8px !important;
    }
	
}

@media screen and (max-width:576px) {
    .download-app-button a {
        padding-left: 10px !important;
        padding-right: 42px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .download-app-button:before {
        height: 30px;
        width: 30px;
        background-size: 17px;
    }

    .header-logo img,
    .footer-logo img {
        max-width: 95px;
    }

    #custom_header_cls.nav-sticky {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .banner-play-store-div {
        margin-bottom: 40px !important;
    }

    .banner-section {
        padding-top: 110px !important;
    }

    .custom-grid-div {
        grid-template-columns: 1fr;
    }

    /* .smooth-travel-section {
		margin-bottom: 75px !important;
	} */

    .ultimate-grid-div {
        grid-template-columns: 1fr;
    }

    .ultimate-grid-div .ultimate-img-box {
        grid-row-start: 1;
        grid-column-start: 1;
    }

    .qr-code-box {
        padding: 15px !important;
    }

    .qr-code-box figure {
        margin-left: 0px !important;
    }

    .static-page-main-div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .footer-menu-row {
        row-gap: 20px !important;
    }
	
}

@media screen and (max-width:450px) {


    .qr-code-column {
        max-width: 100px;
        flex-basis: 100px;
    }

    .qr-arrow-img {
        position: absolute;
        right: 0px;
        top: -3px;
    }

    .qr-arrow-img img {
        vertical-align: middle;
    }

    .qr-code-box {
        flex-direction: column-reverse;
        row-gap: 10px !important;
    }

    .download-text-div {
        flex-basis: initial !important;
    }

    .qr-heading {
        margin-bottom: 5px !important;
    }

  

}

