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





p {
    margin-bottom: 0 !important;
}



.elementor-icon-box-title {
    margin-top: 0 !important;
}




.typing_text {
    color: #2e5966;
    font-weight: 900;
    font-family: 'Poppins';
    font-size: 34px;
    margin-block: 0;
}





.newsletter-footer .elementor-form-fields-wrapper {
    flex-wrap: nowrap;
}

.newsletter-footer .elementor-field-type-email {
    width: 300px;
    max-width: 100%;
}

.newsletter-footer .elementor-field-type-submit {
    width: max-content;
}




.proejct_home_btn .elementor-image-box-title {
    display: inline-block;
    background-color: #be2626;
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 0;
}

.proejct_home_btn .elementor-image-box-title:hover {
    background-color: #2e5966;
}








.info-single-service {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scrollbar width */
.info-single-service::-webkit-scrollbar {
    width: 6px;
}

/* Thumb */
.info-single-service::-webkit-scrollbar-thumb {
    background: #2e5966;
    border-radius: 10px;
}

/* Hover */
.info-single-service::-webkit-scrollbar-thumb:hover {
    background: #be2626;
}

/* .info-single-service h3 {
    color: #0b5865;
}

.info-single-service p {
    color: #1d231f;
} */








.logo-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.logo-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, #F7F7F7, transparent);
}

.logo-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to left, #F7F7F7, transparent);
}

.logo-track {
    display: flex;
    width: max-content;
    gap: 80px;
    animation: scroll 45s linear infinite;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.logo-track img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    flex-shrink: 0;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



.jobs-card-img a {
    display: block !important;
}




.single-form .elementor-upload-field {
    width: 100%;
    padding: 12px;
    border: 2px dashed #d1d5db !important;
    border-radius: 12px;
    background: #f8f9fc;
    cursor: pointer;
}

.single-form input[type="file"]::-webkit-file-upload-button {
    background: #2e5966 !important;
    color: white !important;
    border: none !important;
    padding: 12px 18px !important;
    border-radius: 8px !important;
}




@media screen and (max-width: 1024px) {
    .header-icon .elementor-icon-wrapper {
        height: 24px;
    }

    .typing_text {
        font-size: 28px;
        text-align: center;
    }

    .logo-track img {
        width: 100px;
    }

    .logo-track {
        gap: 70px;
    }

    .footer_menu ul {
        justify-items: center;
    }
}

@media screen and (max-width: 767px) {
    .header-icon .elementor-icon-wrapper {
        height: 22px;
    }

    .typing_text {
        font-size: 22px;
    }

    .logo-track {
        gap: 50px;
    }

    .logo-track img {
        width: 80px;
    }
}