/*
Theme Name: ADG Softwre, an AI Lab Child
Template: ailab
Description: AI Lab is a Clean and Modern Machine Learning &amp; AI Startup Responsive WordPress Theme. The design is very elegant and modern, and also very easy to customize Machine Learning-Based Startup Agencies WordPress Theme, great looking and simple in use. All pages, screens, popups and states are in one file. A template is divided into pages and almost every page is divided on artboards, which contains different states or versions of the page.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 5.2.9
Updated: 2025-02-11
*/

h1.jws-text-ellipsis { color: white !important; }

.elementor-widget-Offcanvas .jws-offcanvas-menu .menu-item a { text-transform: uppercase; }
.elementor-widget-Offcanvas .jws-offcanvas .jws-offcanvas-menu .menu-item .sub-menu a,
.elementor-widget-Offcanvas .jws-offcanvas .jws-offcanvas-menu .megasub .menu-listing a { text-transform: none; }

.elementor-widget-Offcanvas .jws-offcanvas-menu .menu-item a,
.elementor-widget-Offcanvas .jws-offcanvas .jws-offcanvas-menu .menu-item .sub-menu a,
.elementor-widget-Offcanvas .jws-offcanvas .jws-offcanvas-menu .megasub .menu-listing a { font-size: 15px; }
.eci.linearicons-free-chevron-right::before {
    content: '\e81e';
    font-family: linearicons-free;
}

#customForm { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; }
#customForm .item p { margin-bottom: 0; }
#customForm .item label { width: 100%; }
#customForm .item textarea { width: 100%; }

#customForm .item { width: 1008%; }
#customForm .item.message, #customForm .item.rgpd { width: 100%; }

#customForm .item.rgpd label, .newsletterForm .item.rgpd label { position: relative; margin-left: 1rem; }
#customForm .item.rgpd input[type="checkbox"], .newsletterForm .item.rgpd input[type="checkbox"]{ top: .9rem; visibility: visible; left: -1.3rem; }

.newsletterForm .item.rgpd input[type="checkbox"]{ top: .5rem; }
.newsletterForm .item.rgpd label { font-size: .8rem; line-height: 1rem; }

@media (min-width: 768px) {
    #customForm .item { width: 48%; }
    #customForm .item:last-child { width: 100%; }
}

span.wpcf7-not-valid-tip::before { border-top-color: #CC2B5E !important; }
.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing, .wpcf7 span.wpcf7-not-valid-tip { padding: 2px 10px !important; }

/*Home block metier */
.metier-item { height: 100%; }
.metier-item .elementor-widget-container:before {
    position: absolute;
    right: -4px;
    bottom: -15px;
    width: 56px;
    z-index: 999999;
    height: 56px;
    border-radius: 50%;
    box-shadow: -24px -17px 0px 58px rgba(86,52,52,0.12);
    background: rgba(0,0,0,0.11);
    content: "";
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 35s,-webkit-transform 35s;
    transition: opacity .35s,transform 35s
}
.metier-item .elementor-widget-container:after {
    background-image: linear-gradient(31deg, #cc2b5e 29%, #753a88 100%);
}

.metier-item .elementor-widget-container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: .35s;
    -o-transition: .35s;
    -ms-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
    transform-origin: 45deg;
    opacity: 0
}
.metier-item .elementor-widget-container {
    transition: 0.4s;
    overflow: hidden;
    border-radius: 5px;
}
.metier-item:hover .elementor-widget-container {
    background: transparent;
    transform: translate3d(0, -30px, 10px);
    box-shadow: none;
}
.metier-item:hover .elementor-widget-container * {
    color: white !important
}
.metier-item:hover .elementor-icon svg circle, .metier-item:hover .elementor-icon svg path {
    fill: #FFFFFF !important;
}
.metier-item:hover .elementor-widget-container:after {
    opacity: 1
}
.metier-item:hover .elementor-widget-container:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

#partners .elementor-carousel-image {
    background-size: contain !important;
}

.newsletter-home2-footer .newsletterForm .item.rgpd label,
.contact-us.newsletter .newsletterForm .item.rgpd label { color: white; width: fit-content; }

span.wpcf7-not-valid-tip { background: #cc2b5e; }
.wpcf7-form.invalid .wpcf7-response-output { color: #cc2b5e; line-height: normal; }
.wpcf7 div.wpcf7-response-output { color: #03B5A9; }

.wpcf7-list-item-label:before { border: none !important; }

#customersItems a {
    padding: 1.5rem;
}

@media (max-width: 767px) or (min-width: 1024px) {
    #customersItems a:nth-child(2n) {
        border: 1px solid #CC2B5E;
    }
    #customersItems a:nth-child(2n+1) {
        background-color: #753A8808;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #customersItems a:nth-child(4n), #customersItems a:nth-child(4n+1) {
        background-color: #753A8808;
    }
    #customersItems a:nth-child(4n+2), #customersItems a:nth-child(4n+3) {
        border: 1px solid #CC2B5E;
    }
}
@media (min-width: 768px) {
    #customersItems a {
        padding: 1rem;
    }
}