/* 
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 */


/* Scrollbar */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--e-global-color-7c178b4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--e-global-color-secondary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-secondary);
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

.elementor-widget-text-editor ul {
    padding-left: 20px !important;
}

.blog .archivehidden,
.single-company-profile .archivehidden {
    display: none !important;
}

.banner_carousel .swiper-slide-image {
    height: 370px;
}

.banner_carousel .elementor-swiper-button {
    background-color: var(--e-global-color-596a950);
    border: none;
    padding: 5px;
}

.banner_carousel .elementor-swiper-button-prev {
    left: 0 !important;
}

.banner_carousel .elementor-swiper-button-next {
    right: 0 !important;
}

.overlapped_logo {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.profiledetail_list a .elementor-icon-list-text {
    font-weight: 600 !important;
}

.profiledetail_list .elementor-icon-list-text {
    color: black !important;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
    margin-block-start: 1rem !important;
}

.company-files p {
    color: var(--e-global-color-secondary) !important;
}

.file_format {
    margin: 0;
}

.image_title {
    margin-bottom: 5px;
}

.file_format {
    text-transform: uppercase;
    font-size: 14px !important;
}

.image_title {
    text-transform: capitalize;
}

.file-item {
    display: flex;
    justify-content: space-between;
    background-color: black;
    padding: 15px 20px;
    align-items: center;
    margin-bottom: 10px;
}

#category-filter {
    list-style: none;
    display: flex;
    gap: 5px;
    margin-bottom: 0;
    flex-direction: column;
    padding: 0;
    width: 30%;
}

#homepage-category-list{
  list-style: none;  
  padding: 0;
  display: flex;
flex-direction: column;
    gap: 5px;
}

#category-content {
    width: 60%;
}

#category-filter li, #homepage-category-list li {
    display: inline;
}

#category-filter a, #homepage-category-list a {
    text-decoration: none;
    color: black;
}

#category-filter a.active, #homepage-category-list a.active, #homepage-category-list a:hover  {
    color: var(--e-global-color-secondary);
}

#homepage-category-list h4{
    text-transform: capitalize !important;
    margin: 0 !important;
}

.category-item {
    display: block;
    margin-bottom: 20px;
}

#category-filter h4 {
    margin: 0 !important;
    text-transform: capitalize !important;
}

.category_container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

#category-content h4 {
    color: var(--e-global-color-secondary);
    text-transform: capitalize !important;
}

.content_box {
    padding: 50px;
    background-color: var(--e-global-color-7c178b4);
}

.content_box p {
    color: black !important;
}

.image_box {
    height: 440px;
    object-fit: fill;
    width: 100%;
    display: block;
}

.image_box img {
    height: 100%;
    width: 100%;
}

.breadcrumbs,
.breadcrumbs a {
    color: var(--e-global-color-secondary) !important;
}

.breadcrumbs a:first-child {
    text-transform: uppercase !important;
}


.user-registration-Input,
.user-registration-form-row .input-wrapper,
.input-text {
    background-color: var(--e-global-color-7c178b4) !important;
    border-width: 0px 0px 0px 0px !important;
}

.page-header {
    display: none !important;
}

#user-registration {
    background-color: transparent;
    margin: 50px 0;
}

.ur-frontend-form{
    margin: 50px 0 !important;
}

.ur-frontend-form {
    border: none !important;
    padding: 0;
}

.ur-frontend-form.login {
    padding: 0 !important;
}

.ur-frontend-form button, .ur-frontend-form input[type="submit"], .ur-frontend-form button[type="submit"]{
    border: 3px solid var(--e-global-color-primary) !important;
}

.ur-frontend-form button:hover, .ur-frontend-form input[type="submit"]:hover, .ur-frontend-form button[type="submit"]:hover{
    border: 3px solid var(--e-global-color-secondary) !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
    font-weight: inherit !important;
}

.cat_cta {
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 0px 0px 0px 0px;
    background-color: var(--e-global-color-secondary);
    padding: 10px 30px 10px 30px;
}

.cta_div{
        padding-top: 15px !important;
}

button.user-registration-Button.button, .ur-submit-button {
    background-color: var(--e-global-color-primary) !important;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: white !important;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 5px 30px 5px 30px !important;
}

.ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid {
    padding: 30px;
}

.field-checkbox ul{
    padding: 0 !important;
}

.company-qualifications ul {
    padding-left: 15px;
}

.single-company-profile #hiddeninsidecp{
    display: none !important;
}

@media screen and (max-width:767px) {
    .banner_carousel .swiper-slide-image {
        height: 300px;
    }

    .images_gallery .gallery-item {
        max-width: 50% !important;
    }

    #category-filter {
        width: 100%;
    }

    #category-content {
        width: 100%;
    }

    .image_box {
        height: 240px;
    }

    .content_box {
        padding: 30px;
    }

    #user-registration, .ur-frontend-form {
        margin: 30px 0;
    }

    label.user-registration-form__label span {
        font-size: 12px !important;
    }
    .ur-frontend-form .ur-form-row{
        flex-wrap: wrap;
    }
    
    .ur-frontend-form .ur-form-row .ur-form-grid{
        width: 100% !important;
        flex: auto !important;
    }
    .cat_cta {
    padding: 10px 20px 10px 20px !important;
}

}
