html {
    overflow-x: hidden;
}
p:last-child{
    margin:0px;
}

.border-right {
    position: relative;
}
.border-right:after {
    content: "" !important;
    position: absolute;
    display: block !important;
    height: 100%;
    width: 2px;
    background-color: var( --e-global-color-accent );
    top: 0;
    left: 118%;
}
.border-right:last-child:after {
    display: none !important;
}
.elementor-widget-image a {
    width: 100%;
}
.elementor-swiper-button.elementor-swiper-button-prev {
    left: -20px !important;
}
.elementor-swiper-button.elementor-swiper-button-next{
    right: -20px !important;
}
.newsletter-form .gform-body .gform_fields {
    gap: 8px !important;
}
.newsletter-form .gform-body .gform_fields label.gform-field-label {
    display: none;
}
.newsletter-form .gform-body .gform_fields input {
    background: #fff !important;
    border: 1px solid #EEEEEE !important;
    height: auto !important;
    border-radius: 0px !important;
    width: 100% !important;
    padding: 10px 14px;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    color: var( --e-global-color-primary ) !important;
}
.newsletter-form .gform_confirmation_message {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var( --e-global-color-primary ) !important;
}
.newsletter-form .gform-body .gform_fields input::-webkit-input-placeholder{
    color:#3534349C !important;
}
.newsletter-form .gform-footer {
    margin-top: 8px;
}
.newsletter-form .gform-footer .gform_button{
    background: var( --e-global-color-primary ) !important;
    border-radius: 20px !important;
    width: 100% !important;
    color: #fff !important;
    text-align: center !important;
    height: auto !important;
    line-height: normal !important;
    padding: 10px 15px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    outline: none;
}
.newsletter-form .gform-footer .gform_button:hover{
    background-color: var(--e-global-color-secondary) !important;
    color: #FFFFFF !important;
}

.lei-filter-bar {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.lei-filter-bar select {
    padding: 10px;
    border: none;
    border-bottom: 2px solid #1b5e63;
    font-size: 16px;
    min-width: 250px;
    background: transparent;
    border-radius: 0px;
    padding-left: 0px;
}

.lei-project-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.lei-project-card {
    background: #ffff;
    padding: 0px;
    width: 100%;
    border:1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
}

.lei-project-card a {
    display: block;
}

.lei-project-card .read-btn{
    left: 35px;
    position: absolute;
    bottom: 20px;
}

.lei-project-card h3 {
    font-family: "neue-haas-grotesk-display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: var(--e-global-color-secondary);
    margin:0px;
}

.lei-project-card p{
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.lei-thumb{
    width: 100%;
    height: 180px;
    min-height: 180px;
}

.lei-thumb a {
    width: 100%;
    height: 100%;
}

.lei-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lei-project-card-content {
    width: 100%;
    padding: 30px 35px 70px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    height: 100%;
}

.lei-project-card-content .elementor-post-info__terms-list-item span{
    display: inline;
    color: var(--e-global-color-primary);
    font-family: "neue-haas-grotesk-display", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}


.pagination {
    margin-top: 48px;
    text-align: center;
    position: relative;
    justify-content: center !important;
    position: relative;
}
.pagination .page-numbers {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 3px 2px;
    transition: color .3s,border-color .3s;
    background-color: #fff;
    color: #9a9a9a;
    font-weight: 400;
    text-decoration: none;
    border: none;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    color: #0f1a17;
    font-weight: 700;
    background-color: #9dd6c5;
    border-radius: 80%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination .next {
    position: absolute;
    right: 0;
    font-family: "neue-haas-grotesk-display", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var( --e-global-color-text );
    background: transparent !important;
    padding: 0px !important;
    width: auto;
    height: auto;
}
.pagination .prev{
    position: absolute;
    left: 0;
    font-family: "neue-haas-grotesk-display", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var( --e-global-color-text );
    padding: 0px !important;
    background: transparent !important;
    width: auto;
    height: auto;
}

.read-btn {
    background-color: #9DD6C500;
    fill: var( --e-global-color-secondary );
    color: var( --e-global-color-secondary ) !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    padding: 20px;
}
.read-btn:hover{
    color: var( --e-global-color-primary ) !important;
}
.no-related-news .related-news-stories {
    display: none;
}
.hover-link {
    height: 100%;
}
.hover-link .elementor-icon-box-title{
    margin:0px;
}
.hover-link:hover ~ div .elementor-heading-title,
.hover-link:hover ~ div .elementor-icon-box-title,
.hover-link ~.elementor-heading-title:hover,
.hover-link ~.elementor-icon-box-title:hover{
    color: #fff !important;
}
.hover-link ~ .elementor-widget-heading {
    width: 100%;
} 
.arrow-btn span.elementor-button-content-wrapper {
    align-items: center;
}
.arrow-btn .elementor-button-icon{
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff !important;
    background-color: #9dd6c5;
    border: 2px solid #9dd6c5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff !important;
    transition: all .3s ease-in-out;
}
.arrow-btn.arrow-btn2 .elementor-button-icon{
    background-color: var( --e-global-color-secondary ) !important;
    border-color: var( --e-global-color-secondary ) !important;
}
.arrow-btn.arrow-btn2 a:hover .elementor-button-icon{
    background-color: transparent !important;
    border-color: var( --e-global-color-secondary ) !important;
}
.arrow-btn.arrow-btn2 a:hover svg{
    fill: var( --e-global-color-secondary ) !important;
}
.arrow-btn a svg{
    fill: #fff !important;
}
.arrow-btn a:hover svg{
    fill: #9dd6c5 !important;
}
.arrow-btn a:hover .elementor-button-icon,
.hover-link:hover .elementor-button-icon,
.hover-link:hover ~ .arrow-btn .elementor-button-icon{
    transform: translateX(0.8rem);
    background: transparent;
    color: #9dd6c5 !important;
    fill: #9dd6c5 !important;
}
.arrow-btn.arrow-btn-left a:hover .elementor-button-icon{
    transform: translateX(-0.8rem);
}
.hover-link:hover ~ .arrow-btn .elementor-button-text{
    color: #fff;
}
.single-service .post-content-area blockquote,
.single-news .news-post-content blockquote,
.elementor-widget-text-editor blockquote {
    margin: 1.5rem 0;
    padding: 1rem 0 1rem 2rem;
    border-left: .3rem solid #9dd6c5;
    font-weight: 700;
}
.single-service .post-content-area p,
.single-service .post-content-area li,
.single-news .news-post-content p,
.single-news .news-post-content li {
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin-bottom: 15px;
}
.single-service .post-content-area p:last-child,
.single-service .post-content-area li:last-child,
.single-service .post-content-area ul:last-child,
.single-service .post-content-area ol:last-child,
.single-news .news-post-content p:last-child,
.single-news .news-post-content li:last-child,
.single-news .news-post-content ul:last-child,
.single-news .news-post-content ol:last-child {
    margin-bottom: 0px;
}
.single-service .post-content-area ul,
.single-service .post-content-area ol,
.single-news .news-post-content ul,
.single-news .news-post-content ol{
    margin-bottom: 15px;
}
.single-news .news-post-content h3:first-child, .single-news .news-post-content h2:first-child {
    margin-top: 0px;
}
.single-news .news-post-content h3, .single-news .news-post-content h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: var( --e-global-color-secondary );
    font-size: 28px;
    font-weight: 600;
}
.no-related-service .related-section {
    display: none;
}
.contact-form .gform_fields {
    column-gap: 40px;
    row-gap: 50px;
}
.contact-form label,
.contact-form .gfield_label {
    display: block !important;
    margin: 0 0 .25em !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    font-family: "neue-haas-grotesk-display", Sans-serif !important;
}
.contact-form label .gfield_required{
    display: none;
}
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100% !important;
    padding:8px 12.8px !important;
    transition: border .3s,color .3s !important;
    border-radius: 0 !important;
    border: none !important;
    outline: 0 !important;
    background-color: #f2f2f2 !important;
    color: #3c3c3c !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important;
}
.contact-form .gfield_radio {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: initial !important;
    gap: 15px !important;
    margin-top:15px;
}
.contact-form .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}
.contact-form .gfield_radio .gchoice label {
    line-height: normal;
    margin: 0px !important;
}
.contact-form .gform-footer{
    margin-top:30px;
}
.contact-form .gform-footer .gform_button {
    padding: 10px 80px 10px 0px !important;
    color: #3c3c3c !important;
    background-color: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-family: "neue-haas-grotesk-display", Sans-serif !important;
    background-image: url('/wp-content/uploads/2026/03/paper1.png') !important;
    font-size: 18px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.team-hover-box {
    display: none;
}
.team-hover-link:hover ~ div .team-hover-box{
    display: flex;
}
.content-bottom .elementor-headline.e-animated{
    margin: 0px;
}
.content-bottom .elementor-headline.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper{
    display: none;
}
.popup-member-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.popup-member-right {
    width: 100%;
}
.popup-member-left {
    min-width: 150px;
    width: 150px;
}
.popup-member-name {
    margin-top: 0px;
    margin-bottom: 15px;
    color: var( --e-global-color-secondary ) !important;
    font-size: 28px;
    line-height: normal;
}
.popup-member-social {
    width: 100%;
    margin-bottom: 15px;
}
.popup-member-specialist {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}
.popup-member-specialist strong {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
}
.popup-member-social a.popup-member-linkedin {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
}

.side-menu .elementor-item {
    border-bottom: 1px solid var( --e-global-color-secondary );
}

.side-menu .elementor-item:hover{
    background: var( --e-global-color-accent );
}

.localised-time-wrapper {
    margin-top: 10px;
}

.localised-time-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

p.head strong {
    font-size: 18px;
    color: var( --e-global-color-secondary );
}


@media(min-width:768px){
.full-height{
    height:100%;
}
}

@media(max-width:991px){
.lei-project-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media(max-width:767px){
.elementor-swiper-button.elementor-swiper-button-prev {
    left: -12px !important;
}
.elementor-swiper-button.elementor-swiper-button-next {
    right: -12px !important;
}
.pagination .next,.pagination .prev {
    display: none !important;
}
.lei-filter-bar {
    flex-direction: column;
    gap: 10px;
}
.lei-project-grid {
    grid-template-columns: repeat(1, 1fr);
}
.contact-form .gform_fields {
    column-gap: 0px;
    row-gap: 20px;
}
.popup-member-name {
    font-size: 24px;
}
.popup-member-wrap {
    flex-direction: column;
}
}

@media(max-width:600px){
br{
    display: none !important;
}

}