/* _content/Ezes.Web.Blazor/Components/Pages/About-Us/EzesTeamMemberComponent.razor.rz.scp.css */
.ezes-team-name-position p:nth-child(1)[b-d3gjtdmuu7] {
    font-weight: 700;
}

.ezes-team-name-position p:nth-child(2)[b-d3gjtdmuu7] {
    font-weight: 400;
}

.img-wrap[b-d3gjtdmuu7] {
    height: 500px;
    background-color: gray;
}

    .img-wrap img[b-d3gjtdmuu7] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* _content/Ezes.Web.Blazor/Components/Pages/About-Us/FeedBackCardComponent.razor.rz.scp.css */
.feedback_text[b-bldys8b8pz] {
    font-weight: 400;
    font-size: 20px;
    color: rgba(127, 123, 123, 1);
}

.date_time_wrap p[b-bldys8b8pz] {
    font-size: 16px;
    font-weight: 400;
    color: rgba(127, 123, 123, 1);
}

.date_time_wrap img[b-bldys8b8pz] {
    width: 20px;
}
/* _content/Ezes.Web.Blazor/Components/Pages/Contact-Us/ContactUs.razor.rz.scp.css */
.alert-container[b-qihu2gay26] {
    position: relative;
    z-index: 10; /* Ensures alerts are above other content */
}

.alert[b-qihu2gay26] {
    margin-bottom: 20px; /* Add some space below the alert */
}
/* _content/Ezes.Web.Blazor/Components/Pages/Events-Page/EventCardComponent.razor.rz.scp.css */

.Event-Details[b-0ig8ei5gwb] {
    text-align: justify;
}
/* _content/Ezes.Web.Blazor/Components/Pages/Facilities-Page/FacilitieCardComponent.razor.rz.scp.css */
.facilitie-card-img[b-z34ha5fdvs] {
    height: 200px;
}

.facilitie-text-box[b-z34ha5fdvs] {
    padding: 17px;
}

    .facilitie-text-box p:nth-child(1)[b-z34ha5fdvs] {
        font-size: 20px;
        font-weight: 600;
    }

    .facilitie-text-box p:nth-child(2)[b-z34ha5fdvs] {
        font-size: 16px;
        font-weight: 500;
        height: 184px;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        text-align: justify;
    }
/* _content/Ezes.Web.Blazor/Components/Pages/HomePage/CounterComponent.razor.rz.scp.css */
.counter-wrap-text p:nth-child(1)[b-u8vcepqrlf] {
    font-weight: 700;
    font-size: 40px;
    color: #05668D;
}

.counter-wrap-text p:nth-child(2)[b-u8vcepqrlf] {
    font-size: 16px;
    color: #A7A7A7;
}
/* _content/Ezes.Web.Blazor/Components/Pages/HomePage/Home.razor.rz.scp.css */
.overflow-text[b-dr0ztse1m3] {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    max-width: 220px;
}
.event_descr[b-dr0ztse1m3] {
    text-align: justify ;
}
/* _content/Ezes.Web.Blazor/Components/Pages/HomePage/Request_EstimateComponent.razor.rz.scp.css */
.overflow-text[b-35508ixxee] {
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    max-width: 780px;
}
/* _content/Ezes.Web.Blazor/Components/Pages/Specialties-Page/SpecialtieCardComponent.razor.rz.scp.css */

.specialtie-case-details > p:nth-child(1)[b-d1el1jmn0x] {
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.specialtie-case-details > p:nth-child(2)[b-d1el1jmn0x] {
    font-weight: 400;
    font-size: 16px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: justify;
}

.about-specialtie-card[b-d1el1jmn0x] {
    transition: transform 0.3s ease;
    height: 30px;
    width: 51px;
    border-radius: 28px;
    background-color: #e2c675;
}

.about-specialtie-card-ar[b-d1el1jmn0x] {
    transition: transform 0.3s ease;
    height: 30px;
    width: 51px;
    border-radius: 28px;
    background-color: #e2c675;
}

.rz-button.rz-primary.rz-shade-default:hover[b-d1el1jmn0x] {
    background-color: var(--inquire-link);
}

.specialtie-card-img img[b-d1el1jmn0x] {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.about-specialtie-card i[b-d1el1jmn0x] {
    font-size: 16px;
    transition: .4s ease-in;
    margin-top: 2.5px;
    color: black;
}

.about-specialtie-card:hover i[b-d1el1jmn0x] {
    transform: translateX(6px);
    color: white;
}

.about-specialtie-card-ar i[b-d1el1jmn0x] {
    font-size: 16px;
    transition: .4s ease-in;
    margin-top: 2.5px;
    color: black;
}

.about-specialtie-card-ar:hover i[b-d1el1jmn0x] {
    transform: translateX(-6px);
    color: white;
}

.specialitie-card-case[b-d1el1jmn0x] {
    border-top: 7px solid var(--inquire-link);
}

.rz-button.rz-primary.rz-shade-default[b-d1el1jmn0x] {
    background-color: white;
}
/* _content/Ezes.Web.Blazor/Components/Pages/Specialties-Page/SpecialtiesPage.razor.rz.scp.css */
.specialitie-card-case[b-brj58mf678] {
    border-top: 7px solid var(--inquire-link);
    height: 370px;
    width: 30%;
    display: flex;
    align-items: center;
}
.special-operations-cards > div[b-brj58mf678] {
    gap: 40px;
}

.specialtie-case-details p:nth-child(2)[b-brj58mf678] {
    max-height: 95px;
    overflow: hidden;
}

.service-card-container[b-brj58mf678] {
    margin-top: 90px;
}

.card-bg .card-hover-box p[b-brj58mf678] {
    text-align: center;
}

.chat_with_us[b-brj58mf678] {
    margin-top: 75px;
    width: 100%;
}
