/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 07:52:52 */
/* common */
.elementor-testimonial__title,
.elementor-testimonial__icon{
	display: none !important;
}

/* testimonial */

.elementor-testimonial{
	opacity: 0.3;
	user-select: none;
	pointer-events: none;
}

.elementor-widget-reviews .swiper-slide-next{
	border-color: #F14105 !important;
	transform: scale(0.9);
}
.elementor-widget-reviews .swiper-slide-next .elementor-testimonial{
	opacity: 1;
}
.elementor-testimonial__header{
	gap: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.elementor-testimonial__text{
	text-align: center;
}
.elementor-swiper-button{
	padding: 7px;
	border-radius: 100%;
	border: 1px solid black;
}

/* marquee container */
.marquee-container .elementor-image-gallery {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	background-color: #f5f5f5;
	padding: 20px 0;
}
        
.marquee-container .gallery{
	gap: 120px;
	display: flex;
	align-items: center;
	will-change: transform;
	width: max-content;
	animation: scroll 30s linear infinite;
}
.marquee-container.rtl .gallery{
	animation: scrollRTL 30s linear infinite;
}

.marquee-container .gallery-item {
/* 	flex: 0 0 auto; */
	padding: 0 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.marquee-container .gallery-item img {
	height: 60px;
	width: auto;
	max-width: 150px;
	object-fit: contain;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes scrollRTL {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(50%);
	}
}

/* Pause on hover */
.marquee-container .elementor-image-gallery:hover .gallery {
	animation-play-state: paused;
}

/* elementor location popup */
.elementor-popup-modal .dialog-close-button{
	outline: none !important;
}
.elementor-popup-modal .elementor-icon-list-items{
	gap: 30px;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
}


/* footer */
footer .elementor-widget-text-editor a{
	font-weight: 400;
	color: #9795B5 !important;
	text-decoration: underline !important;
}
footer .elementor-nav-menu{
	gap: 20px;
	width: 100%;
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
}

.elementor-element.elementor-element-1900a70.e-con-full.e-flex.e-con.e-child {
    grid-column: span 2;
}


form#ns-newsletter-form {
    max-width: 450px;
    width: 100%;
    position: relative;
}

form#ns-newsletter-form button#ns-submit {
        position: absolute;
    right: 4px;
    top: 6px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    background: transparent !important;
    height: 38px;
    padding: 0px 18px;
    background: red !important;
    z-index: 99;
}

form#ns-newsletter-form  input#ns-email {
    padding-right: 90px;
    background-color: #22274D;
    border: none;
    color: white;
    /* width: auto; */
    font-weight: 400;
    font-size: 16px;
    height: 50px;
}

form#ns-newsletter-form input#ns-email::placeholder {
    color: #9CA3AF;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #22274D inset !important; /* White background */
  box-shadow: 0 0 0 1000px #22274D inset !important;
  -webkit-text-fill-color: #fff !important; /* Text color */
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #22274D inset !important; /* Light blue when focused */
  box-shadow: 0 0 0 1000px #22274D inset !important;
  -webkit-text-fill-color: #fff !important;
}

/* wave  */
.epcl-waves-page {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 4560px;
    height: 100vh;
    overflow: hidden;
    top: -200px;
    left: -600px;
    transform: rotate3d(1, 1, 1, -20deg);
}
.wave {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('https://elite.smoothire.com/wp-content/uploads/2025/08/wave-2.svg') repeat-x 0 35%;
    animation: slide 15s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    background-size: 25% !important;
    z-index: 3;
}


.wave-2 {
    top: 0%;
    left: -160px;
    background: url('https://elite.smoothire.com/wp-content/uploads/2025/08/wave-2.svg') repeat-x 0 35%;
    opacity: 0.6;
    animation: slide 15s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 10s ease -1.25s infinite;
    z-index: -1;
}
.wave-3 {
    top: 0;
    left: -60px;
}

@keyframes slide{
	0% {
    margin-left: 0;
}
100% {
    margin-left: -1140px;
}
}

/* wave row overflow */
.elementor-element.elementor-element-530a9fd.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
   position:absolute;
	top:100px;
	left:0;
	right:0;
	width:100%;
	height:100vh;
	overflow:hidden;
	opacity:0.6;
}


/* blog grid */
.BlogGrid .post-items .elementskit-blog-block-post .col-md-6.order-1 {
    height: auto;
    padding: 0;
    max-width: 350px;
    flex: auto;
}

.BlogGrid .post-items .elementskit-blog-block-post .col-md-6 a.elementskit-entry-thumb {
    width: 350px;
    height: 350px;
    margin: 0 !important;
    padding: 0 !important;
	box-shadow:29.698px 29.698px 60px 0 rgba(0, 0, 0, .1);
}

.BlogGrid .post-items .elementskit-blog-block-post .col-md-6 a.elementskit-entry-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.BlogGrid .post-items .elementskit-blog-block-post .col-md-6.order-2 {
    flex: 1 0 0;
    max-width: max-content;
	padding-left:25px !important;
}


.BlogGrid .elementskit-post-body .elementskit-entry-header .post-meta-list {
  display:flex;
  align-items:center;
}

/* .BlogGrid .elementskit-post-body .elementskit-entry-header .post-meta-list span.meta-author {
    margin-right: 10px;
} */

.BlogGrid .elementskit-post-body .elementskit-entry-header .post-meta-list span.meta-author span.author-img {
    margin-right: 8px;
}
.BlogGrid .elementskit-post-body .elementskit-entry-header .post-meta-list span.meta-author a{
	text-transform:capitalize;
}
.BlogGrid .elementskit-post-body .elementskit-entry-header .post-meta-list span.meta-date .meta-date-text {
    color: #4d6385;
}

.BlogGrid .elementskit-post-body .elementskit-post-footer p{
	    color: #3b3b3b;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}

.BlogGrid .elementskit-post-body .elementskit-post-footer .custom-meta-top span.post-tags a {
    background: #ffffff66;
    padding: 4px 10px;
    box-shadow: 0px 2px 6px rgba(7,10,25,.1);
    backdrop-filter: blur(14px);
}

.BlogGrid .elementskit-post-body .elementskit-post-footer .custom-meta-top {
    margin-top: 25px;
}

.BlogGrid .elementskit-post-body .elementskit-post-footer .custom-meta-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 35px;
}
.BlogGrid .elementskit-post-body .elementskit-post-footer .custom-meta-bottom a.read-more-btn {
    display: inline-block;
    color: transparent;
    font-size: 15px !important;
    padding: 8px 25px;
    letter-spacing: .5px;
    position: relative;
    z-index: 2;
    font-family: "Josefin Sans", sans-serif;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    background-color: var(--epcl-main-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.BlogGrid .elementskit-post-body .elementskit-post-footer .custom-meta-bottom a.read-more-btn::before {
    content: '';
    border: 3px solid #f24105;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.BlogGrid .elementskit-post-body .elementskit-post-footer .custom-meta-bottom a.read-more-btn::after {
    content: 'Read More';
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 25px;
    z-index: 3;
    background: #f24105;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: white;
}

.BlogGrid .elementskit-post-body .elementskit-post-footer .custom-meta-bottom a.read-more-btn:hover::after{
    -webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px,-5px);
    transform: translate(-5px, -5px);
}

.categoryList  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categoryList ul li a {  
    display:flex;
    align-items:center;
    justify-content:space-between;
	 flex:1;
    padding: 10px 0;border-bottom: 1px solid #e9e9e9;}

.recentPost .ekit-wid-con .elementor-icon-list-item a>img {
    width: 100% !important;
    height: 70px;
	max-width: 130px;
	object-fit: cover;
}
.recentPost .ekit-wid-con .elementor-icon-list-item a{
	width: 100%;
    background-color: #f5f5f5 !important;
    padding: 5px;
    border-radius: 4px;

}

/* started-with-trip */
/* .started-with-trip::before{
	content:"";
	position: absolute;
	top: 30%;
    left: 0;
    z-index: -1;
    height: 850px;
    width: 70%;
	background-image: url("https://elite.smoothire.com/wp-content/uploads/2025/09/pattern-1.png");
	background-size: contain;
	background-repeat:no-repeat;
}
.started-with-trip .elementor-widget-image::before{
	content:"";
	position: absolute;
	bottom:0;
	left: 0px;
	z-index: -1;
	height: 300px;
	border-radius: 40px;

	width: calc(100% + 151px);
	background-image: url("https://elite.smoothire.com/wp-content/uploads/2025/09/started-trip.webp");
	background-size: cover;
	background-repeat:no-repeat;

} */
.started-with-trip .founderImage img{
	left:40px;
	position:relative;
}

.started-with-trip .founderGreyBG {
    position: absolute;
    bottom: 10px;
	z-index:1;
}

.founderPatteren {
    position: absolute;
    bottom: -80%;
    left: -100px;
    z-index: -1;
}

.founderImage {
    z-index: 3 !important;
}

/* tabs-section */
.tabs-section::before{
	content:"";
	position: absolute;
	top: 70%;
    right: 0;
	left: unset;
    z-index: -1;
    height: 850px;
    width: 70%;
	background-image: url("https://elite.smoothire.com/wp-content/uploads/2025/08/pattern-1.webp");
	background-size: contain;
	background-repeat:no-repeat;
	background-position: right;
}

/* custom card tabs  */
.customCardTabsContainer .elementor-widget-image-box{
	overflow: hidden;
}
.customCardTabsContainer .elementor-image-box-wrapper{
	display:flex;
	flex-direction:column;
}
.customCardTabsContainer .elementor-image-box-content{
	padding: 15px;
}
.customCardTabsContainer .elementor-widget-image-box img{
	width: 100%;
}

.custom-card {
    border: 2px solid #f0f0f0;
}


.custom-card.active {
    border-color: #f24105;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.04);
}


.custom-testimonial {
  display: none;
}
.custom-testimonial.active {
  display: block;
}

/* Desktop stays same */
.custom-card,
.custom-testimonial {
  transition: all 0.3s ease;
}

/* Mobile view */
@media (max-width: 768px) {
  .custom-card {
    display: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .custom-card.active {
    display: block;
  }

  .custom-testimonial {
    display: none;
    text-align: center;
    margin-top: 15px;
  }
  .custom-testimonial.active {
    display: block;
  }

}

/* ✅ Always show all items inside Elementor editor preview */
.elementor-edit-area-active .custom-card,
.elementor-edit-area-active .custom-testimonial {
  display: block !important;
}

.rightSideIcon {
    position: absolute;
    top: 0;
    right: -80px;
    opacity: 0.8;
}


/* video */
a.dialog-close-button.dialog-lightbox-close-button {
    background: #ffffff;
    width: 25px;
    height: 25px;
    color: #fff;
    align-items: center;
    justify-content: center;
    top: -8px;
    right: -8px;
    border-radius: 50px;
}


.VideoPlayButton {
    position: absolute;
    bottom: 43%;
    left: 111px;
    width: 70px;
    height: 70px;
    z-index: 3;
	border-radius:50%;
	cursor: pointer;
  overflow: visible; /* allow ripples to expand outside */
  box-shadow: 0 0 20px rgba(0, 200, 83, 0.7); /* Green glow */
}

/* Ripple Effect */
.VideoPlayButton::before,
.VideoPlayButton::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(0, 200, 83, 0.6); /* Green ripple */
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1);
  opacity: 0;
  z-index: -1; /* keeps ripple behind button */
  animation: ripple 2s infinite;
}

.VideoPlayButton::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}


.VideoPlayButton a{
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playButtonText {
    position: absolute;
    bottom: 48px;
    left: 20%;
}

.playButtonText p {
    writing-mode: vertical-rl;       /* vertical layout */
    /* text-orientation: upright; */       /* keep letters upright */
    padding-right: 20px;             /* adjust right gap */
    font-size: 16px;                 /* example size */
    font-weight: bold;               /* example style */
    color: #334a63;
    letter-spacing:1px;
}

	



/* media styles */
@media (max-width: 1200px){
	.started-with-trip .founderGreyBG{
		width: 100%;
	}
	.started-with-trip .founderGreyBG img{
		
		max-height: 350px;
	}
	.VideoPlayButton{
		left: 5%;
	}
	.playButtonText{
		left: 10%;
	}
}
@media (max-width: 768px){
	.customCardTabsHeader > .prevBtn{
		left: 30% !important;
		top: 105% !important;
	}
	.customCardTabsHeader > .nextBtn{
		right: 30% !important;
		top: 105% !important;
	}
	
	.rightSideIcon{
		right: 0;
	}

}
