/* Container hover effect */
select#form-field-field_e29486c {
    color: #888 !important;
    font-family: "Plus Jakarta Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.acros-home {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.chose p.elementor-icon-box-description {
    position: relative;
    left: -50px;
    top: 20px;
}
.pro {
    overflow: hidden;
}

.pro img {
    transition: all 0.5s ease-in;
}

.pro img:hover {transform: scale(1.2);transition: all 0.5s ease-in;}
/* Icon wrapper background */
.acros-home .elementor-icon-box-icon {
    position: relative;
    z-index: 1;
}

.acros-home .elementor-icon-box-icon::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 20%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.1); /* Change color as needed */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: -1;
    background: url(/wp-content/uploads/2025/12/yelow.png);
    background-repeat: no-repeat;
}

.acros-home:hover .elementor-icon-box-icon::before {
    width: 78px;
    height: 78px;
}

/* Bottom line animation */
.acros-home::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px; /* line thickness */
    background: #FF9E1A; /* line color */
    transition: all 0.5s ease;
}

.acros-home:hover::after {
    left: 0;
}


/* custombutton start */
.learn-more a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

/* Before arrow (default) */
.learn-more a span:before {
    content: "";
    background: url('/wp-content/uploads/2025/12/Group.png') no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

/* After arrow (hover) */
.learn-more a span:after {
    content: "";
    background: url('/wp-content/uploads/2025/12/Group.png') no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px; /* arrow distance */
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Hover state */
.learn-more a:hover span:before {
    opacity: 0;
}

.learn-more a:hover span:after {
    opacity: 1;
    right: -25px;
}

/* Text shift on hover */
.learn-more a span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

.learn-more a:hover span {
    transform: translateX(-25px); /* text moves left smoothly */
}
/* Quote button base */
.learn-more .quote-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: background 0.5s ease-in-out;
}

/* Before arrow (default) */
.learn-more .quote-btn span:before {
    content: "";
    background: url('/wp-content/uploads/2025/12/Group.png') no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

/* After arrow (hover) */
.learn-more .quote-btn span:after {
    content: "";
    background: url('/wp-content/uploads/2025/12/Group.png') no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px; /* arrow distance */
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out;
}

/* Hover state */
.learn-more .quote-btn:hover span:before {
    opacity: 0;
}

.learn-more .quote-btn:hover span:after {
    opacity: 1;
    right: -25px;
}

/* Text shift on hover */
.learn-more .quote-btn span {
    display: inline-block;
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.learn-more .quote-btn:hover span {
    transform: translateX(-25px); /* text moves left smoothly */
}


/* end */


.home-button .elementor-button {
    position: relative;
    padding: 14px 50px 14px 24px;
    background-color: #0b5ed7;
    color: #fff;
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Text smooth */
.home-button .elementor-button-text {
    transition: all 0.4s ease;
}

/* Arrow (hidden by default) */
.home-button .elementor-button::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;

  
     background: url(/wp-content/uploads/2025/12/Group.png) no-repeat center / contain; 

    opacity: 0;
    transform: translate(10px, -50%);
    transition: all 0.4s ease;
}

/* Hover */
.home-button .elementor-button:hover {
    background-color: #FF9E1A !important;
}

/* Text thoda left shift */
.home-button .elementor-button:hover .elementor-button-text {
    transform: translateX(-20px);
}

/* Arrow right se slide-in */
.home-button .elementor-button:hover::after {
    opacity: 1;
    transform: translate(0, -50%);
}

/* Default Elementor SVG arrow */
.home-button .elementor-button-icon {
    transition: all 0.3s ease;
}

/* Hover par default SVG hide */
.home-button .elementor-button:hover .elementor-button-icon {
    opacity: 0;
    transform: translateX(6px);
    pointer-events: none;
}

#hom-1 .home-button .elementor-button:hover {
    background-color: #22222299 !important;
}

#hom-1 .elementor-button:hover {
    background-color: #22222299 !important;
}



#hom-1 .elementor-button {
    position: relative;
    color: #fff;
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Text smooth */
#hom-1 .elementor-button-text {
    transition: all 0.4s ease;
}

/* Arrow (hidden by default) */
#hom-1 .elementor-button::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
     background: url(/wp-content/uploads/2025/12/Group.png) no-repeat center / contain; 
    opacity: 0;
    transform: translate(10px, -50%);
    transition: all 0.4s ease;
}

/* Hover */
#hom-1 .elementor-button:hover {
    background-color: #22222299 !important;
}

/* Text thoda left shift */
#hom-1 .elementor-button:hover .elementor-button-text {
    transform: translateX(-20px);
}

/* Arrow right se slide-in */
#hom-1 .elementor-button:hover::after {
    opacity: 1;
    transform: translate(0, -50%);
}

/* Default Elementor SVG arrow */
#hom-1 .elementor-button-icon {
    transition: all 0.3s ease;
}

/* Hover par default SVG hide */
#hom-1 .elementor-button:hover .elementor-button-icon {
    opacity: 0;
    transform: translateX(6px);
    pointer-events: none;
}


.custom-header {
    position: absolute;
    top: 100%;
    z-index:99;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.custom-header:before {
    content: "";
    border-bottom: 1px solid #FFFFFF1A;
}


.quoteForm input, .quoteForm select, .quoteForm textarea {
    padding: 0;
}

/*----- HOME SLIDER CSS STARTS -----*/

.slider-main {
    position: relative;
}
.sliderInner {
     position: relative;
}
.sliderInner .inner-content {
     position: absolute;
     bottom: 0;
     top: 0;
     width: 100%;
     align-items: center;
     display: flex;
}

.sliderInner .inner-content {
    color: white;
    font-family: "Plus Jakarta Sans", Sans-serif;
}
.sliderInner .inner-content .container {
    width: 1320px;
    margin: 0 auto;
}
.sliderInner .inner-content .slide-cont {
    width: 55%;
}

.sliderInner .inner-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.sliderInner .inner-content h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.5px;
    transition: opacity 0.4s ease;
}
.sliderInner .inner-content p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    width: 90%;
}

.learn-more a {
    border-radius: 40px;
    background: #00B2E2;
    padding: 17px 24px 17px 24px;
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s ease-in;
}
.learn-more a:hover {
    background: #FF9E1A;
}
.learn-more a:before {
/*     content: ""; */
    background: url(../images/buttonArrow.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.learn-more .quote-btn{
    background: #FF9E1A;
    margin-left: 15px;
}
.learn-more .quote-btn:hover{
    background: #00B2E2;
}

.homeslider ul.slick-dots {
    left: 50px;
    width: auto;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    height: auto;
}
.homeslider ul.slick-dots li {
    display: block;
    width: auto !important;
    margin: 0;
    height: auto;
}
.homeslider ul.slick-dots li.slick-active {
    border: none;
    padding: 0;
}
.homeslider ul.slick-dots li.slick-active button {
    background: #fff !important;
}
.homeslider ul.slick-dots li button {
    background: rgb(255 255 255 / 20%) !important;
    width: 6px !important;
    height: 150px;
    padding: 0;
    border-radius: 0;
}

/*----- HOME SLIDER CSS ENDS -----*/



/*---- SERVICE SECTION CSS STARTS ----*/


.main-service {
    /* margin-right: -150px; */
}


.main-service .slick-slide {
    margin: 0 35px;
    display: block !important;
}
.main-service .slick-list {
    margin: 0 -35px; /* remove outer gap */
}

.service-item.slick-slide.slick-current.slick-active {
    position: relative;
}
.service-item.slick-slide.slick-current.slick-active:after {
    content: "";
    border-right: 1px solid #585858;
    position: absolute;
    width: 1px;
    height: 100%;
    right: -35px;
    top: 0;
}

.serviceBox {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.serviceBox img {
    width: 100%;
    display: block;
    transition: all 0.5s ease-in;
}
.serviceBox::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.87) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease-in;
}
.service-head {
    font-family: "Plus Jakarta Sans";
    width: 80%;
    position: absolute;
    bottom: 0;
    padding: 40px;
    z-index: 8;
    color: #fff;
}
.service-head h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-head a.custom-read {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.serviceBox:hover img {
    transform: scale(1.05);
}


.service-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    left: auto;
    position: absolute;
    right: 35em;
    bottom: -80px;
}
.home-services.e-flex.e-con.e-child {
margin-left: calc((100% - 560px) / 2);}

.service-inner.slick-initialized.slick-slider {
    position: relative;
}

.service-arrow .slick-arrow {
    color: #FFF;
    border: 1px solid;
    width: 59px;
    height: 59px;
    display: flex;
    border-radius: 30px;
    background: transparent;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
    padding: 18px;
    outline: none;
}


/*---- SERVICE SECTION CSS ENDS ----*/


/*--- BLOG CSS ENDS ----*/

.mainPost .elementor-post__text {
    display: flex;
}
.mainPost .elementor-posts .elementor-post__meta-data{
    order: -1;
}

/*--- BLOG CSS ENDS ----*/


/*---- COUNTER SECTION CSS STARTS ----*/

.myCounter .elementor-widget-counter {
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 438px;
    height: 438px;
    flex-shrink: 0;
    border-radius: 50%;
    margin: 0 -40px;
}
.myCounter .elementor-counter-title {
    display: block !important;
    text-align: center;
    line-height: normal !important;
    margin-top: 20px !important;
}
.myCounter .elementor-counter-title strong {
    color: #FF9E1A;
    display: block !important;
}

/*---- COUNTER SECTION CSS ENDS ----*/


/*---- PROJECTS SECTION CSS STARTS ----*/

.projectsBox {
    margin: 0 20px;
}
.projectsBox img {
    border-radius: 20px;
    width: 100%;
    display: block;
    transition: all 0.5s ease-in;
}

.project-head {
    margin-top: 30px;
}
.project-head h3 {
    color: #222;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
}


.projects-item {
    padding-top: 40px;
    transition: all 0.5s ease-in;
}
.projects-item.slick-slide.slick-current.slick-active.slick-center {
    padding-top: 0;
}
.project-head {
    opacity: 0;
    transition: all 0.5s ease-in;
}
.projects-item.slick-slide.slick-current.slick-active.slick-center .project-head{
    opacity: 1;
}



.slick-dots li button:before {
    display: none;
}
ul.slick-dots li button {
    background: #DBDBDB;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
ul.slick-dots li button:hover {
    background: #FF9E1A;
}
ul.slick-dots li.slick-active {
    border: 2px solid #FF9E1A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 25px;
}
ul.slick-dots li.slick-active button {
    background: #FF9E1A;
}

/*---- PROJECTS SECTION CSS ENDS ----*/



/*----- REVIEWS SECTION CSS STARTS -----*/

.custom-reviews .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
}
.custom-reviews .swiper-slide.swiper-slide-next {
    border-right: 1px solid rgba(0, 0, 0, 0.20) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.20) !important;
}

.custom-reviews .elementor-testimonial__content:before {
    content: "";
    background: url(../images/reviewColon.svg);
    width: 41px;
    height: 39px;
    display: block;
    margin-bottom: 10px;
}

.custom-reviews .elementor-main-swiper {
    padding-bottom: 70px !important;
}

span.swiper-pagination-bullet-active:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #ff9e1a;
    border-radius: 30px;
    position: absolute;
    top: -7px;
    left: -7px;
}
span.swiper-pagination-bullet-active {
    position: relative;
}


/*----- REVIEWS SECTION CSS ENDS -----*/




@media only screen and (max-width: 1900px){
	.custom-mega-menu-wrapper .main-nav > li > a {
    font-size: 16px;
}
	.custom-mega-menu-wrapper .main-nav > li {
    position: relative;
    padding: 20px 20px;
}
}



@media only screen and (max-width: 1680px){
	.service-content {
    flex: 0 55% !important;
}
/* 	header */
	.custom-mega-menu-wrapper .main-nav > li {
    padding: 15px 20px;
}
	.custom-mega-menu-wrapper .main-nav > li > a {
    font-size: 15px;

}
	li.has-mega:after {
    right: -8px;
    top: 20px;
}
	.cat-item a {
    font-size: 14px;
}
	.sub-links li a {
    font-size: 14px;
}
/* 	end */


.sliderInner .inner-content .container {
    width: 1140px;
}
.sliderInner .inner-content .slide-cont {
    width: 50%;
}


.sliderInner .inner-content h5 {
    font-size: 16px;
    line-height: 26px;
}
.sliderInner .inner-content h2 {
    font-size: 50px;
    line-height: 60px;
}
.sliderInner .inner-content p {
    font-size: 16px;
    margin-bottom: 20px;
}


.homeslider ul.slick-dots li button {
    width: 4px !important;
    height: 120px;
}



.main-service {
    margin-right: 0;
}


.myCounter .elementor-widget-counter {
    width: 338px;
    height: 338px;
    margin: 0 -30px;
}
.home-services.e-flex.e-con.e-child {
    margin-left: calc((100% - 800px) / 2);
}
.service-head {
    width: 100%;
    padding: 25px;

}
	    .custom-mega-menu-wrapper .main-nav > li > a {
        font-size: 14px;
    }
	    .custom-mega-menu-wrapper .main-nav > li {
        padding: 15px 15px;
    }
}
@media only screen and (max-width: 1440px){
	 li.has-mega:after {
        top: 16px;
    }
}
   

@media only screen and (max-width: 1280px){
    .gt-dropdown {
        padding: 9px 15px;
    }
	    .custom-mega-menu-wrapper .main-nav > li {
        padding: 10px 15px;
    }
	    li.has-mega:after {
        right: -4px;
        top: 15px;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
	.home-services.e-flex.e-con.e-child {
        margin-left: calc((100% - 500px) / 2);
    }
	.service-item.slick-slide.slick-current.slick-active:after {
    right: -20px;
}

	.main-service .slick-slide {
    margin: 0 20px;
}
	    .sliderInner .inner-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
	    .sliderInner .inner-content .container {
        width: 980px;
    }
	.learn-more a {
    padding: 15px 20px 15px 20px;
    font-size: 14px;
}
	    .sliderInner .inner-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
	.trus-box {
    padding: 20px;
}
	img.icon-serach
 {
    width: 80%;
}
}

@media only screen and (max-width: 1279px){
    .custom-mega-menu-wrapper .main-nav > li > a
 {
        font-size: 13px;
    }
	    .custom-mega-menu-wrapper .main-nav > li {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 1024px) {
	
	    .homeslider ul.slick-dots li button {
        width: 4px !important;
        height: 60px;
    }
	    .gt-dropdown
 {
        padding: 8px 15px;
    }
	.chose p.elementor-icon-box-description {
    position: relative;
    left: 0 !important;
    top: 0px;
}
	.project-head h3
 {
    font-size: 25px;

}
	.service-head h4
 {
    font-size: 20px;
}
	.service-head a.custom-read {
    font-size: 12px;
}
	
	.service-arrow {
    right: 20em;
}
    .sliderInner .inner-content .slide-cont {
        width: 100%;
    }
	.sliderInner .inner-content .container {
        width: 800px;
    }
	    .sliderInner .inner-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
	    .sliderInner .inner-content .container {
        width: 700px;
    }
.sliderInner .inner-content h5 {
        font-size: 13px;
        line-height: 23px;
        margin: 0;
    }
	    .sliderInner .inner-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 880px){
	.homeslider ul.slick-dots{
		display: none !important;
	}
	    .sliderInner .inner-content .container {
        padding-left: 35px;
        width: auto;
        padding-top: 60px;
    }
		.project-head h3
 {
    font-size: 20px;

}
		#req-1 .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_35a4cb1.elementor-col-100 {
    margin: 0;
}
}
@media only screen and (max-width: 767px) {
	img.icon-serach {
        width: 70%;
    }
	.popup-search-wrapper {
    position: relative;
    left: 15px;
}
	    .myCounter .elementor-widget-counter {
        height: 338px;
        margin: auto !important;
        margin-bottom: 20px !important;
    }
	.whychoose ul.slick-dots {
    bottom: -70px !important;
}
	.teams2 .elementor-image-box-wrapper {
    margin-bottom: 30px;
}
	#req-1 .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_35a4cb1.elementor-col-100 {
    margin: 0;
}
	.learn-more .quote-btn
 {
    margin-left: 0px;
}
	.project-head {
    opacity: 1;
}
	.projects-item {
    padding-top: 0;
}
	    .main-service {
        margin-right: 0px;
        margin-left: 0px;
    }
	    .home-services.e-flex.e-con.e-child {
        margin-left: 0;
    }
	    .sliderInner .inner-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
	    .learn-more a {
        padding: 10px 20px 10px 20px;
        font-size: 13px;
			margin-bottom: 10px;
    }
/* 	    .myCounter .elementor-widget-counter {
        height: 275px;
    } */
	    .service-arrow {
        right: 0;
    justify-content: center;
    position: relative;
bottom: -35px;
    }
	.serviceBox {
    margin: 0 20px;
}
    
}
@media only screen and (max-width: 585px){
	.sliderInner .image img {
    height: 55vh;
    object-fit: cover;
}
	    .sliderInner .inner-content .container {
        padding-left: 20px;
        width: auto;
    }

}

@media only screen and (max-width: 360px){
	    .service-content ul li a {
        font-size: 12px !important;
    }
	    .myCounter .elementor-widget-counter {
        height: 260px;
    }
    .sliderInner .inner-content h5 {
        font-size: 10px;
        line-height: 20px;
    }
	.sliderInner .inner-content h2 {
        font-size: 18px;
        line-height: 28px;
    }
	.learn-more .quote-btn {
    margin-left: 0px;
}
	    .learn-more a
 {
        margin-bottom: 10px;
    }

}
