/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 12 2025 | 10:15:03 */
/* common */
body{
	background-color: #F9F7F5;
}
.text-primary{
	color: #161543 !important;
}
.text-secondary{
	color: #F24105 !important;
}
.elementor-widget-button .elementor-button,
.elementor-location-single .elementor-widget-theme-post-featured-image,
.elementor-location-single .comment-form .form-submit,
.elementor-location-single .comment-form .comment-form-comment{
	width: 100% !important;
}

.elementor-field-textual.elementor-size-lg{
	min-height: 52px;
}
.elementor-location-single .comment-form .comment-form-url,
.elementor-location-single .comment-awaiting-moderation,
.elementor-location-single .says{
	display: none !important;
}

/* pos-abs-box */
.pos-abs-box{
	z-index: -1;
	height: 100%;
	width: 100%;
}

/* header */
.ekit-template-content-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, #f9f7f5, #f9f7f58a);
  z-index: 999;
  transform: translateY(0); /* visible by default */
  transition: transform 0.4s ease-in-out; /* smooth in both directions */
}

.ekit-template-content-header.showNavbar {
  transform: translateY(-100%); /* slide up */
}


.elementor-button-icon{
	font-size: 85%;
	margin-top: -2px;
}

/* .ekit-template-content-header {
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    background: linear-gradient(to bottom, #f9f7f5, #f9f7f58a);
    z-index: 9;
} */

.elementor-element.elementor-element-15479a2.elementor-widget.elementor-widget-ekit-nav-menu {
    /* width: 100%; */
    flex: 1;
    margin-right: 10px;
}



/* home banner */
.home-banner .elementor-form-fields-wrapper{
	gap: 30px;
	flex-wrap: nowrap;
	align-items: center;
}
.home-banner .elementor-form-fields-wrapper > div{
	margin: 0 !important;
	padding: 0 !important;
}
.home-banner .elementor-field-type-submit{
	width: auto !important;
}
.home-banner .elementor-field-textual{
	box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

/* humbuger */
button.elementskit-menu-hamburger.elementskit-menu-toggler {
    display: flex;
    height: 18px;
	width:30px !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.elementskit-menu-hamburger span.elementskit-menu-hamburger-icon {
    height: 3px;
}




.paperPlane img{
	 animation: float 3s ease-in-out infinite;
}
 @keyframes float {
            0%, 100% {
                transform: translateX(0) translateY(0) rotate(-5deg);
            }
            25% {
                transform: translateX(-20px) translateY(-10px) rotate(0deg);
            }
            50% {
                transform: translateX(20px) translateY(10px) rotate(5deg);
            }
            75% {
                transform: translateX(-10px) translateY(5px) rotate(0deg);
            }
        }

/*how are we leading  */
.leadingWrapper .elementor-image-box-wrapper{
	height:100%;
}

.leadingWrapper .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
	justify-content:space-between;
}

.leadingWrapper figure.elementor-image-box-img img {
    width: 100%;
}

.leadingWrapper .elementor-image-box-content {
    padding: 20px;
	margin-bottom:15px;
}

.leadingWrapper .elementor-widget-image-box:nth-child(2){
	top:150px
}
.leadingWrapper .elementor-widget-image-box:nth-child(3){
	top:50px
}
.leadingWrapper .elementor-widget-image-box:nth-child(4){
	top:180px
}


/* specializations */

.specializationCard .elementor-widget-icon-box {
    position: relative;
    top: -50px;
    height: 95px;
}

.specializationCard .elementor-widget-icon-box .elementor-icon-box-wrapper {
    height: 100%;
}


/* Awards & Honors */

.awardsWrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    height: 70%;
    background: #F1EFEE;
}

.recognition-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.recognition-section .elementor-widget-image-box:nth-child(2) {
  grid-row: span 2; /* or manually place it */
  align-self: center;
}
.recognition-section .elementor-widget-image-box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
}

.recognition-section .elementor-widget-image-box .elementor-image-box-img img {
  max-width: 180px;
	width:100%;
  margin: 0 auto 0rem;
  display: block;
}

.recognition-section .elementor-widget-image-box h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.5rem 0;
}

.recognition-section .elementor-widget-image-box p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}


/* FAQ */
.e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid #ebe7e7;
	padding:12px 0;
}

.e-n-accordion .e-n-accordion-item:last-child {
    border-bottom: 1px solid transparent;
}

.e-n-accordion .e-n-accordion-item summary.e-n-accordion-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.e-n-accordion .e-n-accordion-item summary.e-n-accordion-item-title span.e-n-accordion-item-title-icon {
    width: 25px;
    height: 25px;
    border: 1px solid #F14105;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* form */

.smart-hiring-popup .elementor-field-type-acceptance{
	margin: 40px 0 !important;
}
.smart-hiring-popup .elementor-field-type-acceptance .elementor-field-option{
    gap: 20px;
	display: flex;
    align-items: flex-start;
}
.smart-hiring-popup .elementor-acceptance-field{
	transform: scale(1.2);
}
.dialog-lightbox-widget-content{
	backdrop-filter: blur(10px);
    background: linear-gradient(to bottom, #f9f7f5, #f9f7f5bf) !important;
}
.smart-hiring-popup .elementor-field:not(.elementor-select-wrapper){
	padding-left: 0;
	box-shadow: none !important;
}

/* iconBoxInlineContainer */
.iconBoxInlineContainer .elementor-icon-box-content{
	display: flex;
	gap: 40px;
}
.iconBoxInlineContainer .elementor-icon-box-title{
	margin: 0;
}

/* elementor location single */
.elementor-location-single .elementor-widget-theme-post-featured-image::before{
	content: '';
    border: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 2;
}
.elementor-location-single .blog-main-content .elementor-heading-title,
.elementor-location-single .blog-main-content .wp-block-heading{
	margin: 40px 0 5px;
}
.elementor-location-single .blog-sidebar .elementor-icon-list-text{
	 display: -webkit-box !important;
  	-webkit-line-clamp: 3;   /* limit to 2 lines */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
	margin-bottom: 8px !important;
  	text-overflow: ellipsis;
}
.elementor-location-single .blog-main-content h2{
	font-size: 27px !important;
}
.elementor-location-single .blog-main-content h3{
	font-size: 24px !important;
}
.elementor-location-single .blog-main-content h4{
	font-size: 20px !important;
}
.elementor-location-single .blog-main-content b,
.elementor-location-single .blog-main-content strong{
	font-weight: 500;
}
.elementor-location-single .blog-main-content figure{
	margin: 20px 0;
}
.elementor-toc__list-item-text-wrapper{
	align-items: flex-start;
}

.elementor-location-single .elementor-widget-theme-post-content .wp-block-columns{
	flex-direction: column;
}
.elementor-location-single .comment-form{
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
/* 	flex-direction: column; */
}
.elementor-location-single .comment-form p:not(.comment-form-cookies-consent)  label{
	margin-bottom: 12px;
}
.elementor-location-single .form-submit input{
	padding: 10px 15px;
}
.elementor-location-single .comment-form .comment-form-cookies-consent{
    gap: 15px;
	display: flex;
    align-items: center;
	margin: 20px 0;
}


.elementor-location-single textarea,
.elementor-location-single .comment-form p:not(.form-submit) input{
	outline: none;
	border-color: #cfcfff !important;
	background: #f9f9fe;
}
.elementor-location-single .comment-form p input,
.elementor-location-single .comment-form p textarea{
	font-size: 16px;
}
.elementor-location-single .reply{
	display: flex;
    margin-top: 15px;
}
.elementor-location-single .comment-reply-link{
	color: white;
	padding: 6px 15px;
	background: #c36;
	text-decoration: none;
}
.comment-author.vcard .fn{
	text-transform: capitalize;
}

/* accent-band-card-list */
.accent-band-card-list{
	width: 100%;
}
.accent-band-card-list > div{
	flex: 0 0 24% !important;   /* 4 slides per view → 100/4 */
  max-width: 25%;
	width: auto !important;
  	margin-right: 0 !important;
	overflow: hidden;
}
.accent-band-card-list.ribbion > div::before{
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 8px;
	height: calc(100% + 20px);
	background: #F24105;
}
.accent-band-card-list .elementor-icon-box-content{
	gap: 20px;
    display: flex;
    align-items: flex-start;
	flex-direction: column-reverse;
}
.accent-band-card-list .elementor-icon-box-title{
	margin: 0 !important;
}
.accent-band-card-list .elementor-icon-box-description{
	padding: 3px 15px;
	border-radius: 25px;
	background: #16154312;
	border: 1px solid #16154324;
}
.accent-band-card-list img,
.accent-band-card-list .elementor-widget-image{
	height: 100%;
	object-fit: cover;
}


/* specilization services */

.typesOfServicesList .elementor-widget-elementskit-image-box .elementskit-info-image-box {
    display: flex;
	flex-direction:row;
  
}

.typesOfServicesList .elementor-widget-elementskit-image-box .elementskit-info-image-box .elementskit-box-header {
    max-width: 250px;
}

.typesOfServicesList .elementor-widget-elementskit-image-box .elementskit-info-image-box .elementskit-box-header img{
    height: 100%;
    object-fit: cover;
}

.typesOfServicesList .elementor-widget-elementskit-image-box .elementskit-info-image-box .elementskit-box-body.ekit-image-box-body {
    flex: 1;
}



/* employee page */
.laptop {
    position: absolute;
    right: 43px;
    bottom: -164px;
    width: 24vw;
	transition:0.4s ease-in-out;
}
.hand {
    position: absolute;
    right: 78px;
	  bottom: -164px;
	transition:0.4s ease-in-out;
	width: 18vw;
}

.animationUp {
  animation: upFadeIn 5s ease-out infinite;
  
}

.hand.animationUp {
  animation: upFadeInHand 5s ease-out infinite;

}


@keyframes upFadeIn {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 55px;
  }
  60%, 100% {
    opacity: 1;
    bottom: 55px; /* Hold position */
  }
}

@keyframes upFadeInHand {
  0%, 40% {
    opacity: 0;
    bottom: -50px; /* Wait during first animation */
  }
  50% {
    opacity: 1;
    bottom: 0;
  }
  60%, 100% {
    opacity: 1;
    bottom: 0; /* Hold hand position */
  }
}


footer.elementor.elementor-location-footer nav .menu-item a.elementor-item {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}


/* media query */
@media (min-width: 1200px){
	.comment-form-author, .comment-form-email{
		width: 47%;
	}
	.iconBoxInlineContainer .elementor-icon-box-title{
		min-width: 300px;
	}
}
@media (max-width: 1200px){
	.elementor-location-single .blog-sidebar .elementor-widget-elementskit-post-list a{
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
	}
	.elementor-location-single .blog-sidebar .elementor-widget-elementskit-post-list .elementor-icon-list-text{
		padding: 0 !important;
	}
}
@media (max-width: 1024px){
	@keyframes upFadeIn {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 45px;
  }
  60%, 100% {
    opacity: 1;
    bottom: 45px; /* Hold position */
  }
}
	.leadingWrapper.aboutWrapper{
		grid-template-columns: repeat(2, 1fr);
	}
	.leadingWrapper.aboutWrapper .elementor-widget-image-box{
		top: 0;
	}
	.elementskit-menu-overlay.elementskit-menu-offcanvas-elements {
		height: 100vh !important;
	}

	div#ekit-megamenu-primary {
		height: 100vh !important;
	}

	/* 	client testimonials */
		.clientTestimonial .elementor-widget-image {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}

		/* testimonial */
	.clientsTestimonials .elementor-widget.elementor-widget-n-tabs {
		margin: auto;
		width:95%;
	}
	.awardsWrapper{
		background: #F1EFEE;
		padding: 40px;
	}
	.awardsWrapper > div{
		gap: 60px !important;
		flex-direction: column-reverse !important;
	}
	.awardsWrapper .recognition-section{
		padding: 0;
	}
	.awardsWrapper::before{
		display:none;
	}
	.awardsWrapper .recognition-section{
		gap: 20px !important;
	}
}

@media (max-width: 768px){
	
	@keyframes upFadeIn {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 35px;
  }
  60%, 100% {
    opacity: 1;
    bottom: 35px; /* Hold position */
  }
}
	
	.specializationCard .elementor-widget-icon-box{
		height:auto;
	}
	
	.iconBoxInlineContainer .elementor-icon-box-content{
		flex-direction: column;
	}
	footer .d-sm-flex{
		display: flex;
		flex-direction: column;
	}
	footer .elementor-nav-menu{
		grid-template-columns: repeat(2, 1fr);
	}
	.leadingWrapper.aboutWrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.leadingWrapper .elementor-widget-image-box{
		top:0px !important;
	}
	.specializationCard .elementor-widget-icon-box{
		top:0px !important;
	}

	.clientsTestimonials .elementor-widget.elementor-widget-n-tabs {
		margin: auto;
		width:100%;
		background-color:transparent !important;
		box-shadow:none !important;
	}
	.awardsWrapper{
		padding: 40px 15px;
	}
	
}

@media screen and (max-width:576px){
	.home-banner .elementor-form-fields-wrapper{
		flex-direction:column;
	}
	.recognition-section{
		grid-template-columns:repeat(1,1fr)
	}
	.started-with-trip .elementor-widget-image::before{
		width: 100%;
	}
}

@media screen and (max-width:480px){
	    .ekit-wid-con .ekit_double_button {
        display: flex !important;
    }
	.bannerLeftImage img{
		width:100vw !important;
	}
}