/* 
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 */

.spanGreen{
	color: var(--e-global-color-primary); 
}
body{
	overflow-x: hidden;
}
.elementor-location-header{
	position: absolute;
	width: 100%;
	z-index: 1;
}
.journeyTabs .e-n-tabs-heading{
    width: 50%;
    margin: auto;
}
/* .reasonIcons img{
filter: invert();
}
.reasonIcons .elementor-image-box-img{
border: 2px solid var(--e-global-color-primary) !important;
border-radius: 100px;
padding: 25px;
}
.formCol{
position: relative;
}
.formCol::before{
position: absolute;
content: '';
left: -10px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 280px;
border-radius: 0px;

}
.conForm ::placeholder{
opacity: 1 !important;
}
.conForm textarea{
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 100px !important;
padding: 20px 10px 10px 30px !important;
}
.conForm input{
padding: 10px 10px 10px 30px !important;
}
.conForm textarea::placeholder{
color: var(--e-global-color-primary) !important;
opacity: 1 !important;
}

.clientsReview .elementor-testimonial__footer {
margin-left: -40px;
margin-top: -150px;
}
body .clientsReview .elementor-main-swiper{
overflow-x: hidden;
}
.clientsReview .elementor-main-swiper{
padding-top: 70px;
padding-bottom: 70px;
}

.clientsReview .swiper-slide{
overflow: visible;
}

.clientsReview .swiper-slide {
padding-top: 100px !important;
margin-top: 100px !important;
}
.clientsReview .elementor-testimonial__content{
display: flex;
flex-direction: column-reverse;
gap: 20px;
padding-bottom: 100px;
position: relative;
}
.clientsReview .elementor-testimonial__content::before{
content: 'Rated';
position: absolute;
top: 250px;   
color: var(--e-global-color-7e2bb01);
text-transform: uppercase;
font-weight: 600;
}
.clientsReview .elementor-testimonial__content::after{
background: url('https://www.skarduadventures.pk/wp-content/uploads/2025/07/stars.webp');
top: 0;
position: absolute;
left: 0 !important;
width: 100%;
height: 100%;
background-position: center center;
content: '';
background-repeat: no-repeat;
background-size: 100px;
background-position: left bottom;
}



.myFooter{
background-size: 100% 100% !important; 
}
.myFooter::after{
background: url('https://www.skarduadventures.pk/wp-content/uploads/2025/07/footer_01.webp');
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
background-color: var(--e-global-color-secondary);
left: 0;
top: -200px;
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
body:not(.elementor-editor-active) .packageCol .elementor-button{
display: none;
}
.packageCol:hover{
background-color: rgba(2, 67, 35, 0.7) !important;
border: 1px solid white;
} 
.packageCol{
border: 1px solid;
}

.packageCol:hover .elementor-button{
background-color: var(--e-global-color-primary) !important;
display: inline-block !important;
}
.clientsReview .elementor-testimonial::after{
position: absolute;
content: url('https://www.skarduadventures.pk/wp-content/uploads/2025/07/dots.webp');
right: 10px;
top: -50px;
width: fit-content;
height: fit-content;
transform: scale(0.6);
}

.reasonIcons:hover .elementor-image-box-img{
position: relative;
}
.reasonIcons:hover .elementor-image-box-img::before{
position: absolute;
left: 7px;
top: 7px;
height: 90%;
width: 90%;
content: '';
border-radius: 100%;
background-color: var(--e-global-color-primary);
z-index: 0;
}
.reasonIcons:hover  .elementor-image-box-wrapper::after{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -20px;
height: 100%;
width: 70%;
content: '';
z-index: 0;
border-bottom: 3px solid var(--e-global-color-primary);;
}
.reasonIcons:hover .elementor-image-box-img::after{
border: 1px solid var(--e-global-color-primary) !important;
position: absolute;
left: -7px;
top: -7px;
height: 110%;
width: 110%;
content: '';
border-radius: 100%;
z-index: 0;
}
.heroLocations > .elementor-element:hover{
background-color: #00000042;
}
.heroLocations > .elementor-element{
position: relative;
}
.heroLocations > .elementor-element:hover:before{
border-bottom: 8px solid var(--e-global-color-primary) !important;
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 100%;
} */

/* Responsive CSS */
/* @media screen and (min-width: 1600px){
.skarduHeading h1{
font-size: 200px !important;
}
}

@media screen and (min-width: 1025px){
.clientsReview .swiper-slide-next{
transform: scale(1.3) !important;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
z-index: 1;
}
.heroMountain img {
width: 88% !important;
height: 55vh !important;
object-fit: cover;
}
}

@media screen and (max-width: 1024px){
.heroLocations  .elementor-image-box-wrapper{
flex-direction: column !important;
}
.clientsReview .elementor-testimonial__content::before {
top: 80%;
}
}
@media screen and (max-width: 767px){
.heroLocations{
background-color: var(--e-global-color-secondary) !important;
}
.myFooter::after {
background-size: auto;
}
.myFooter {
background-size: 270% 100% !important;
}
.clientsReview .elementor-testimonial__content::before {
top: 85%;
}
.clientsReview .elementor-main-swiper {
padding-top: 0px;
}
} */


.hoverImgWidth {
	display: flex;
	width: 100%;
	height: 540px; 
	overflow: hidden;
	border-radius: 20px;
	border-radius: 20px !important;

}

.hoverImgWidth > .elementor-element {
	flex: 1; 
	transition: flex 0.5s ease;

}

.hoverImgWidth > .elementor-element:nth-child(2) {
	flex: 3;

}

.hoverImgWidth > .elementor-element:hover {
	flex: 3;
}

.hoverImgWidth:hover > .elementor-element:not(:hover) {
	flex: 1;
}




.locationDetailsCon {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 1s ease, max-height .3s ease;
}

.hoverImgWidth > .elementor-element:nth-child(2) .locationDetailsCon {
	opacity: 1;
	max-height: 200px; /* adjust based on content */
}

.hoverImgWidth:hover > .elementor-element .locationDetailsCon {
	opacity: 0;
	max-height: 0;
}

/* Show only hovered element’s box */
.hoverImgWidth > .elementor-element:hover .locationDetailsCon {
	opacity: 1;
	max-height: 200px;
}

.locationDetailsCon {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 1s ease, max-height .3s ease;
}

.hoverImgWidth > .elementor-element:nth-child(2) .locationDetailsCon {
	opacity: 1;
	max-height: 200px;
}

.hoverImgWidth:hover > .elementor-element .locationDetailsCon {
	opacity: 0;
	max-height: 0;
}

.hoverImgWidth > .elementor-element:hover .locationDetailsCon {
	opacity: 1;
	max-height: 200px;
}
.locationDetailsCon .e-con-inner{
	width: 800px !important;
}