.custom-container {
    background-color: #f8f9fc;
}
.custom-containerr {
    height: 100vh;
    background-color: #ffffff;
}
body {
    background-color: #ffffff !important;
}
.section-card {
    height: 143px;
    width: 310px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.str-services {
    height: 90vh;
    overflow-y: auto;
    padding: 0 70px;
}
.card-sec-res {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    border-radius: 16px;
}
.section-card .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: transparent;
}

.section-card .card-title {
    margin-bottom: 10px;
    margin-right: 10px;
    background: linear-gradient(to left, #00c8b2, #0289c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 30px;
    /*text-fill-color: transparent;*/
}
.project-card {
    min-height: 245px !important;
}
.fav-card {
    height: 280px !important;
}
.list-group-item {
    border: None;
    display: list-item !important;
}

.rating-popup-provider-details {
    width: 80%;
    justify-content: space-between;
}
.rating-popup-provider-details-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.provider-element {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    width: 50%;
    height: 10vh;
    border-radius: 10px;
}
.provider-element p {
    margin: 0px;
}
.modal-content {
    align-items: center;
}
.modal-header {
    width: 100%;
    border: none;
}
.modal-body {
    width: 80%;
}
.modal-body-top {
    background-color: #f2f8fc;
    border-radius: 10px;
}
.modal-body-bot {
    padding-top: 7vh;
}

.rating {
    direction: rtl; /* For right-to-left alignment like in the image */
    display: flex;
    justify-content: center;
}

.rating input[type="radio"] {
    display: none;
}

.rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input[type="radio"]:checked ~ label {
    color: #f39c12;
}
.custom-gradient-btn {
    background: linear-gradient(to left, #00ccb2, #0289c0);
    border: none; /* Removes default border */
    color: white; /* Text color */
}

.custom-gradient-btn:hover {
    background: linear-gradient(
        to left,
        #0289c0,
        #00ccb2
    ); /* Reverse on hover */
}

.custom-gradient-btn:focus,
.custom-gradient-btn:active {
    box-shadow: none; /* Optional: Removes focus and active outlines */
    outline: none;
}
.modal-footer {
    border: none;
    width: 100%;
}
.custom-width-btn {
    width: 30%;
}

.breadcrumb-services {
    text-decoration: none;
    color: white;
}
@media (max-width: 2000px) {
    .section-card {
        height: 143px;
        width: 310px;
    }
}
@media (max-width: 1400px) {
    .section-card {
        height: 143px;
        width: 215px;
    }

    .str-services {
        height: 70vh;
    }
}
@media (max-width: 992px) {
    .section-card {
        height: 143px;
        width: 300px;
    }
}
@media (max-width: 768px) {
    .section-card {
        height: 143px;
        width: 210px;
    }
    .row {
        flex-direction: row;
        margin: 0;
    }
    .str-services {
        height: 85vh;
    }
}

@media (max-width: 576px) {
    .section-card {
        height: 143px !important;
        width: 162px !important;
    }
    .str-services {
        padding: 0 0 !important;
    }
    .project-card {
        height: fit-content !important;
    }
    .fav-card {
        height: fit-content !important;
    }
    .card-sec-res {
        max-width: 162px !important;
        max-height: 143px !important;
        width: 162px !important;
        height: 143px !important;
    }
    .custom-services-design {
        margin: 16px 0 0 0;
    }

    .str-services {
        height: 100vh;
    }
}

@media (max-width: 350px) {
    .section-card {
        height: 143px !important;
        width: 132px !important;
    }
    .str-services {
        padding: 0 0 !important;
    }
}
