/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



/* Additional Designs */
.elementor-widget-text-editor ul{
	margin-bottom: 20px;
	padding-left: 30px;
}
p:last-child,
.elementor-widget-text-editor ul:last-child{
	margin: 0 !important;
}



/* header */
.header-menu .current-menu-item a{
    font-weight: 600 !important;
}



/* home */
/* service section */
.service-cover-image *{
    height: 100%;
}
.services-accordion .elementor-accordion-title{
    display: flex;
    gap: 30px;
    align-items: center
}
.services-accordion .elementor-accordion-icon{
    font-size: 16px;
    margin-top: 20px;
}
.services-accordion .elementor-accordion-item:last-child .elementor-tab-title:not(.elementor-active){
    padding-bottom: 0;
    transition-delay: 0.5s;
}
.services-accordion .elementor-accordion-item:last-child .elementor-tab-content{
    padding-bottom: 0;
}
/* industries section */
.industries-wrapper{
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center
}
.industry-item{
    width: calc((100% / 3) - 20px);
}
.industry-item figure{
    min-width: 72px;
    max-width: 72px;
}
.industry-item img{
    display: block;
}
.industry-item .elementor-image-box-wrapper{
    align-items: center !important;
}
.industry-item .elementor-image-box-title{
    margin: 0 !important;
}
/* projects section */
.projects-wrapper .ecs-posts{
    display: flex;
    flex-wrap: wrap;
}
.project-head,
.projects-wrapper .ecs-posts article{
    width: calc((100% / 3) - 20px);
}
.projects-wrapper .ecs-posts article:first-child{
    margin-left: calc((100% / 3) + 10px);
}
.cat-icons{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px
}
.cat-icons span{
    width: 42px;
    background-color: rgba(255,255,255,0.75);
    padding: 8px;
    border-radius: 100%
}
.cat-icons img{
    display: block;
}
.other-projects .cat-icons{
    position: initial;
    flex-direction: row;
	flex-wrap: wrap;
}
.other-projects .cat-icons span{
    width: 32px;
    padding: 6px;
}
.project-item{
	text-decoration: none !important;
}
.project-btn .elementor-icon-box-wrapper{
    justify-content: flex-end;
    width: fit-content;
}
.project-btn .elementor-icon-box-content,
.project-btn p{
    width: fit-content;
    flex-grow: unset;
}
.project-btn .elementor-icon-box-icon{
    position: relative;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out 0.3s;
}
.project-btn .elementor-icon-box-wrapper:hover .elementor-icon-box-icon{
    right: 0;
    opacity: 1;
    visibility: visible;
}
/* contact section */
.contact-wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    background: url('/wp-content/uploads/2024/06/Contact-BG.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
    width: 64%;
    left: 36%;
}



/* work with us */
.workwithus-wrapper:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
	left: initial;
    height: 100%;
    width: 50%;
    pointer-events: none;
    background: url('/wp-content/uploads/2024/07/WorkWithUs_Wrapper.jpg') no-repeat center;
    background-size: cover;
    z-index: 1;
	filter: grayscale(1);
}
.workwithus-wrapper:after{
    content: "";
    position: absolute;
	background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    pointer-events: none;
    z-index: 2;
}
.workwithus-content li:not(:last-child){
    margin-bottom: 10px;
}



/* what we do */
.services-wrapper > div{
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.service-item{
    width: calc((100% / 2) - 20px);
}
.service-image{
    min-width: 56px !important;
}



/* success stories */
.projects-filter h4{
    margin: 0 0 20px;
    font-size: 22px;
    letter-spacing: 4px;
}
.projects-filter-form{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.projects-filter-form select{
    width: 260px;
    font-size: 18px;
    border-radius: 0 !important;
    border: 1px solid #8794A8;
    outline: none !important;
}
.projects-filter-form select:focus{
    border-color: var( --e-global-color-secondary );
}
.projects-filter-form button{
    line-height: 1 !important;
    border: none !important;
	outline: none !important;
}
.filter-error{
    color: red;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}
.no-projects .ecs-posts{
    display: block !important;
    text-align: center !important;
    padding: 30px 0;
    font-size: 24px;
    opacity: 0.5;
}
#clearBtn{
	background-color: #cf0b0b;
}
#clearBtn:hover{
	background-color: #700808;
}
.hide-clear{
	display: none !important;
}
/* pagination */
.elementor-pagination .page-numbers{
    text-decoration: none;
    color: var(--e-global-color-secondary);
    font-size: 22px;
    font-weight: 500 !important;
    transition: ease-out 0.3s;
    padding: 5px;
    display: inline-block;
    width: 32px;
    line-height: 1;
    text-align: center;
}
.elementor-pagination .page-numbers:hover{
    color: var(--e-global-color-primary);
}
.elementor-pagination .current{
    background-color: var(--e-global-color-primary);
    color: #fff !important;;
}
.elementor-pagination .prev,
.elementor-pagination .next{
    border: 2px solid var(--e-global-color-primary);
    padding: 2px 5px 4px;
    color: var(--e-global-color-primary);
}
.elementor-pagination .prev:hover,
.elementor-pagination .next:hover{
    background-color: var(--e-global-color-primary);
    color: #fff;
}
/* loader */
.spinner-loader{
    position: relative !important;
    height: 200px !important;
}
.load-wrap > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
[class*="spinner-animate-"] {
    animation: spinner-animation 1s cubic-bezier(1,1,1,1) infinite;
    x: 46.5px;
    y: 40px;
    width: 7px;
    height: 20px;
    fill: rgba(51,51,51,0.25);
    opacity: 0.2;
}
.spinner-animate-2 {
    animation-delay: 0.083s;
}
.spinner-animate-3 {
    animation-delay: 0.166s;
}
.spinner-animate-4 {
    animation-delay: 0.25s;
}
.spinner-animate-5 {
    animation-delay: 0.33s;
}
.spinner-animate-6 {
    animation-delay: 0.416s;
}
.spinner-animate-7 {
    animation-delay: 0.5s;
}
.spinner-animate-8 {
    animation-delay: 0.58s;
}
.spinner-animate-9 {
    animation-delay: 0.666s;
}
.spinner-animate-10 {
    animation-delay: 0.75s;
}
.spinner-animate-11 {
    animation-delay: 0.83s;
}
.spinner-animate-12 {
    animation-delay: 0.916s;
}

@keyframes spinner-animation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* single success story */
.cat-list,
.key-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 15px;
    margin: 0 !important;
}
.cat-list div,
.key-list ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc((100% / 4) - 22.5px);
    margin: 0 !important
}
.key-list .elementor-icon-list-text{
    display: flex;
    align-items: center;
    gap: 10px;
}
.cat-list img,
.key-list img{
    width: 36px;
}
.cat-list span{
    font-weight: 500;
    margin-bottom: -3px;
}



/* terminology bank */
.lingo-form input{
    border-radius: 0;
    border: none;
    font-size: 18px !important;
    padding: 10px 15px !important;
    outline: none !important;
}
/* content */
.lingos-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 30px;
}
.lingo-item{
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
    width: calc((100% / 3) - 22.5px);
}
.lingo-item h4{
    margin: 0 0 10px;
}
.lingo-item p{
    font-size: 18px;
    color: var(--e-global-color-text);
}
.lingos-error{
    text-align: center !important;
    font-size: 24px;
    opacity: 0.5;
}
.lingos-wrapper .spinner-loader{
    width: 100%;
}



/* news */
.linkedin-feed a{
    color: initial;
    text-decoration: none;
}
.linkedin-feed button{
    background: none;
    padding: 0;
    color: initial;
    box-shadow: none;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
}
.linkedin-feed:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 46px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 10001;
}



/* contact form */
.contact-form .gform_heading{
    display: none !important;
}
.contact-form .gfield .gfield_label{
    font-weight: normal !important;
    margin: 0;
    font-size: 18px !important;
    color: var(--e-global-color-text);
}
.contact-form .gfield_required{
    font-size: inherit !important;
    font-style: normal !important;
    color: inherit !important;
}
.contact-form .gfield:not(.gfield_contains_required) label:after{
    content: " (optional)";
	font-weight: 400;
}
.contact-form .gfield input:not([type="file"]),
.contact-form .gfield textarea{
    border-radius: 0;
    border-color: #DAE3F2;
    font-size: 18px !important;
    padding: 10px 15px !important;
    line-height: 1.5 !important;
    height: auto !important;
    outline: none !important;
}
.contact-form .gfield textarea{
    height: 158px !important;
    resize: none !important;
    display: block;
}
.contact-form .gfield input[type="file"]{
	color: #fff;
}
.contact-form .gform_fileupload_rules{
    color: #fff;
    margin-top: 0 !important;
    font-style: italic
}
.contact-form .gfield input:focus,
.contact-form .gfield textarea:focus{
    border-color: var( --e-global-color-secondary );
}
.contact-form .gform_footer{
    padding: 0 !important;
    margin-top: 20px !important;
}
.contact-form .gform_button{
    margin: 0 !important;
    line-height: 1 !important;
    border: none !important;
    outline: none !important;
}
.contact-form .gform_validation_errors{
    margin: 0 0 20px !important;
    border-radius: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px
}
.contact-form .gform_validation_errors h2{
    font-weight: 600 !important;
}
.contact-form .validation_message{
    font-size: 13px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    line-height: 1 !important;
    font-style: italic;
}
.applynow-form .gfield .gfield_label{
	color: #fff !important;
}
.contact-form .gform_confirmation_message{
    background-color: #ebffeb;
    border: 1px solid green;
    padding: 20px
}



/* footer */
/* .footer-menu ul{
    columns: 2;
} */
.footer-menu a{
    width: fit-content;
}
.footer-text a:hover{
	opacity: 0.6;
	text-decoration: none;
}



/* MOBILE RESPONSIVENESS */
@media(max-width: 1400px){
    .industry-item{
        width: calc((100% / 2) - 15px);
    }
	.other-projects .elementor-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.cat-list div,
	.key-list ul li{
		width: calc((100% / 3) - 20px);
	}
}

@media(max-width: 1024px){
    .flip-helix{
        transform: rotateY(180deg);
        margin-top: -19%;
    }
	.industry-item figure{
        min-width: 58px;
        max-width: 58px;
    }
	.project-head,
	.projects-wrapper .ecs-posts article{
		width: calc((100% / 2) - 15px);
	}
	.projects-wrapper .ecs-posts article:first-child{
		margin-left: calc((100% / 2) + 15px);
	}
	.contact-form .gfield .gfield_label{
		font-size: 16px !important;
	}
	.contact-form .gfield input:not([type="file"]),
	.contact-form .gfield textarea{
		font-size: 16px !important;
	}
	.contact-form .gfield textarea{
		height: 142px !important;
	}
	.contact-form .gform_button{
		font-size: 16px !important;
		padding: 12px 30px !important;
	}
	.contact-form .gform_confirmation_message{
		font-size: 16px;
	}
	.services-accordion .elementor-accordion-title{
		gap: 20px;
	}
	.services-accordion .elementor-accordion-title img{
		width: 48px
	}
	.services-accordion .elementor-accordion-icon{
		margin-top: 16px;
	}
	.phase-item{
		width: calc((100% / 3) - 20px);
	}
	.other-projects .elementor-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.projects-filter h4{
		margin: 0 0 10px;
		font-size: 19px;
	}
	.projects-filter-form{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.projects-filter-form select{
		font-size: 16px;
	}
	.projects-filter-form button{
		width: fit-content;
		font-size: 16px;
		padding: 12px 30px;
	}
	.no-projects .ecs-posts{
		padding: 20px 0;
		font-size: 20px;
	}
	.cat-list div,
	.key-list ul li{
		width: calc((100% / 2) - 15px);
		font-size: 16px;
	}
	.cat-list img,
	.key-list img{
		width: 30px;
	}
	.lingo-form input{
		font-size: 16px !important;
	}
	.lingo-item{
		width: calc((100% / 2) - 15px);
	}
	.lingo-item h4{
		font-size: 24px;
	}
	.lingo-item p{
		font-size: 16px;
	}
	.lingos-error{
		font-size: 20px;
	}
}

@media(max-width: 767px){
    .flip-helix{
        transform: rotateY(180deg);
        margin-top: -110px
    }
	.industry-item .elementor-image-box-wrapper{
        display: flex;
        gap: 15px;
    }
    .industry-item{
        width: calc((100% / 2) - 10px);
    }
    .industry-item figure{
        min-width: 48px;
        max-width: 48px;
    }
	.contact-wrapper:after{
		display: none;
	}
	.contact-form .gfield .gfield_label{
		font-size: 14px !important;
	}
	.contact-form .gfield input:not([type="file"]),
	.contact-form .gfield textarea{
		font-size: 14px !important;
		padding: 8px 12px !important;
	}
	.contact-form .gfield textarea{
		height: 124px !important;
	}
	.contact-form .gform_button{
		font-size: 14px !important;
		padding: 8px 20px !important;
	}
	.contact-form .gform_confirmation_message{
		font-size: 14px;
	}
	.services-accordion .elementor-accordion-title img{
		width: 40px
	}
	.services-accordion .elementor-accordion-icon{
		margin-top: 12px;
	}
	.service-item{
		width: 100%
	}
	.service-image{
		min-width: 48px !important;;
		max-width: 48px !important
	}
	.workwithus-wrapper:before,
	.workwithus-wrapper:after{
		display: none;
	}
	.contact-form .gfield input[type="file"],
	.contact-form .gform_fileupload_rules,
	.applynow-form .gfield .gfield_label{
		color: var(--e-global-color-text) !important;
	}
	.other-projects .elementor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.projects-filter h4{
		font-size: 16px;
	}
	.projects-filter-form select{
		font-size: 14px;
		max-width: 320px;
		width: 100%;
	}
	.projects-filter-form button{
		width: fit-content;
		font-size: 14px;
		padding: 8px 20px;
	}
	.filter-error{
		font-size: 12px;
	}
	.no-projects .ecs-posts{
		padding: 0px 0;
		font-size: 16px;
	}
	.cat-list,
	.key-list ul{
		gap: 20px;
		row-gap: 10px;
	}
	.cat-list div,
	.key-list ul li{
		font-size: 14px;
		width: calc((100% / 2) - 10px);
	}
	.cat-list img,
	.key-list img{
		width: 28px;
	}
	.lingo-form input{
		font-size: 14px !important;
		padding: 8px 12px !important;
	}
	.lingos-wrapper{
		gap: 20px;
		row-gap: 20px;
	}
	.lingo-item{
		padding-bottom: 20px;
		width: 100%;
	}
	.lingo-item h4{
		font-size: 20px;
	}
	.lingo-item p{
		font-size: 14px;
	}
	.lingos-error{
		font-size: 16px;
	}
}

@media(max-width: 620px){
    .flip-helix{
        transform: rotateY(180deg);
        margin-top: -19%;
    }
	.project-head,
	.projects-wrapper .ecs-posts article{
		width: 100%;
	}
	.projects-wrapper .ecs-posts article:first-child{
		margin-left: 0;
	}
	.project-head{
		position: initial;
	}
}

@media(max-width: 480px){
    .industry-item{
        width: 100%;
    }
	.phase-item{
		width: calc((100% / 2) - 15px);
	}
	.team-wrapper .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.other-projects .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.cat-list div,
	.key-list ul li{
		width: 100%;
	}
}

@media(max-width: 360px){
	.phase-item{
		width: 100%;
	}
}