.elementor-31 .elementor-element.elementor-element-bc8949d{--display:flex;--background-transition:0.3s;--padding-top:130px;--padding-bottom:160px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-bc8949d:not(.elementor-motion-effects-element-type-background), .elementor-31 .elementor-element.elementor-element-bc8949d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000016;}.elementor-31 .elementor-element.elementor-element-bc8949d, .elementor-31 .elementor-element.elementor-element-bc8949d::before{--border-transition:0.3s;}.elementor-31 .elementor-element.elementor-element-f4cfe05 > .elementor-widget-container{padding:0px 0px 10px 05px;}.elementor-31 .elementor-element.elementor-element-f4cfe05 .elementor-heading-title{color:#FFFFFF;font-family:"Arial", Sans-serif;font-weight:800;}.elementor-31 .elementor-element.elementor-element-97bb635{width:var( --container-widget-width, 700px );max-width:700px;--container-widget-width:700px;--container-widget-flex-grow:0;color:#FFFFFF;font-family:"Arial", Sans-serif;font-size:17px;font-weight:400;}.elementor-31 .elementor-element.elementor-element-97bb635 > .elementor-widget-container{padding:0px 0px 0px 05px;}.elementor-31 .elementor-element.elementor-element-adf6825{--display:flex;--background-transition:0.3s;--margin-top:-165px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-31 .elementor-element.elementor-element-bc8949d{--padding-top:100px;--padding-bottom:170px;--padding-left:0px;--padding-right:0px;}.elementor-31 .elementor-element.elementor-element-f4cfe05 > .elementor-widget-container{padding:0px 0px 0px 15px;}.elementor-31 .elementor-element.elementor-element-97bb635{width:100%;max-width:100%;}.elementor-31 .elementor-element.elementor-element-97bb635 > .elementor-widget-container{padding:0px 0px 0px 015px;}}@media(min-width:768px){.elementor-31 .elementor-element.elementor-element-bc8949d{--content-width:1115px;}}/* Start custom CSS for container, class: .elementor-element-bc8949d */.container-fluid.no-pad-gutters {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%; /* Ensures that the container can stretch full width */
}

.no-pad-gutters .row, .no-pad-gutters .col-md-12 {
    padding: 0;
    margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7143ccc */#no-results {
    display: none;
    text-align: left !important;
    margin-top: 20px;
}

.filter-container-fullwidth {
    background-color: #000116;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-top: 0px;
    padding-bottom: 75px;
    display: flex;
    align-items: center;
}

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.dropdown-filters-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
}

.filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-bar select {
    flex: 1;
    margin-right: 15px;
}

.green-divider {
    width: 1px;
    height: 40px !important;
    background-color: #aecb11;
    margin-right: 15px;
}

.search-bar-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    margin-top: -23px;
    margin-left: -20px;
    margin-right: 45px;
}

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.filter-label, .search-label {
    color: white;
    font-family: 'VerbExtrabold', helvetica, arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px;
}

#location-filter:focus, #industry-filter:focus {
    outline: none !important;
    box-shadow: none !important;
}

.green-divider {
    border-left: 1px solid rgb(174, 203, 17);
    height: 30px;
    margin: 0 15px;
}

#search-filter {
    background-color: transparent;
    border: 2px solid #fff;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-family: 'VerbRegular', sans-serif;
    background-image: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/svgs/solid/search.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    width: 110%;
    max-width: 110%;
    height: 40px !important;
}

#search-filter:focus {
    outline: none;
    border: 2px solid rgb(174, 203, 17);
}

.experts-container {
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 40px;
}

.card {
    background: none;
    border: none;
    text-align: center;
}

.card-img-top {
    max-width: 100%;
    border-radius: 50% !important;
    width: 150px;
    height: 150px;
    margin: 15px auto;
    display: block;
    filter: grayscale(100%);
}

.card-img-top:hover {
    filter: grayscale(0%);
    transition: filter 0.3s;
}

.card-title {
    color: #000116;
    font-family: 'VerbExtrabold', helvetica, arial, sans-serif;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.card-title a:hover {
    color: rgb(174, 203, 17);
}

.card-text {
    color: #000116;
    font-family: 'VerbRegular', helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.icon-bar {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    column-gap: 20px !important;
}

.icon-bar a {
    color: #000116;
    margin-right: 10px;
    transition: color 0.3s;
}

.icon-bar a:hover {
    color: rgb(174, 203, 17);
}

@media (max-width: 768px) {
    .card-img-top {
        width: 120px;
        height: 120px;
    }

    .card-title {
        font-size: 16px;
    }

    .card-text {
        font-size: 14px;
    }
}

#experts-grid {
    margin-top: 30px;
}

.filter-item {
    margin-bottom: 30px;
}

.isotope .filter-item {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.card-img-top-container {
    position: relative;
    display: inline-block;
}

.card-img-top {
    max-width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 15px auto;
    display: block;
    filter: grayscale(0%);
    transition: filter 0.3s ease-in-out !important;
}

.card-img-top-container:hover .card-img-top {
    filter: grayscale(100%) !important;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

#industry-filter, #location-filter {
    background: transparent;
    color: white;
    border: none;
    font-size: 18px;
    appearance: none;
    font-family: 'VerbRegular', sans-serif;
    white-space: nowrap;
    padding-right: 30px;
    padding-left: 0 !important;
    outline: none !important;
    width: auto;
    min-width: 150px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .filter-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .filter-bar {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    #industry-filter, #location-filter, #search-filter {
        width: 100% !important;
        max-width: 100%;
    }

    .green-divider {
        display: none;
    }

    #search-filter {
        padding: 10px;
        width: 100%;
        margin: auto;
    }

    .filter-label, .search-label {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .search-bar-container {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .experts-container .filter-item {
        width: 48%; /* Adjust the width to fit two profiles in one row */
        
        
        margin-bottom: 10px; /* Space between rows */
        display: inline-block;
    }
    
    .experts-container {
    margin-top: -10px;
    padding-top: 35px;
    padding-bottom: 40px;
}

    /* Add some margin to the right of every odd item */
    .experts-container .filter-item:nth-child(2n+1) {
        margin-right: 4%; /* Adjust this value to create spacing between the two profiles */
    }

    /* Ensure the container adjusts to fit two profiles */
    .experts-container .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}/* End custom CSS */