.ekipman-card-detay {
    background-color: white;
    box-shadow: 0px 4px 28.9px 0px #00000014;
}

.cards {
    padding: 30px;
}

.ekipman-title {
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #14212B;
}

.ekipman-detay {
    margin-top: 12px;
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #474847;
}

.border {
    border: 1px solid #E8E8E8 !important;
}

.detayli {
    padding: 30px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #14212B;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detayli i {
    color: #5BB12F;
}

.card-row {
    row-gap: 20px;
    margin-top: 100px !important;
}

.ic-overlay {
    display: flex;
    align-items: center;
}

.detay-img {
    height: 641px;
}

.detay-title {
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 400;
    line-height: 45.6px;
    text-align: left;
    color: #14212B;
}

.bilgiler {
    margin-top: 37px;
    display: flex;
    align-items: center;
}

.bilgi {
    padding-left: 1rem;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #B1B1B1;
    border-bottom: 2px solid #B1B1B1;
}

.bilgi.active {
    border-bottom: 2px solid #639A30;
    color: #639A30;
}

.detay-row {
    margin-top: 130px !important;
}

.sayfa-detay-yazi {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #434D55;
}

    .sayfa-detay-yazi p:not(:last-child) {
        margin-bottom: 0;
    }

.detays {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.dokumans {
    margin-top: 2rem;
}

.sol-img {
    object-fit: cover;
}

.dokumans {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
}

.ekipman-card-image, .ekipman-card-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
}

.fazla {
    margin-top: 46px !important;
    background-color: #5BB12F !important;
    padding: 12px 36px 12px 36px !important;
    font-family: Urbanist !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}


.service-detail-nav-tab li button::after {
    content: unset !important;
}

.service-detail-nav-tab li button.active::after {
    content: unset !important;
}

.service-detail-nav-tab {
    border: none !important;
    margin-top: 32px;
}

    .service-detail-nav-tab li button {
        width: max-content !important;
        padding: 0 8px !important;
        border: none !important;
        border-bottom: 1px solid #B1B1B1 !important;
        font-size: 16px !important;
        line-height: 27px !important;
        padding-bottom: 10px !important;
    }

    .service-detail-nav-tab li button {
        width: max-content !important;
        padding: 0 8px !important;
        border: none !important;
        border-bottom: 1px solid #B1B1B1 !important;
        font-size: 16px !important;
        line-height: 27px !important;
        padding-bottom: 10px !important;
        color: #B1B1B1 !important;
    }

        .service-detail-nav-tab li button.active {
            border-bottom: 1px solid #639A30 !important;
            color: #639A30 !important;
        }

.document-card-image, .document-card-image img {
    width: 100%;
}

    .document-card-image img {
        padding: 10px;
    }

.document-name {
    text-align: center;
    font-size: 14px;
    font-family: 'Urbanist';
    color: #000;
    font-weight: 500;
}

.not-uploaded-document-information {
    font-size: 16px;
    font-family: 'Urbanist';
    line-height: 24px;
    font-weight: 500;
}

#loading {
    color: #5bb12f;
}

.spinner-container {
    text-align: center;
    margin-top: 40px;
}

@media only screen and (max-width: 1400px) {
    .ic-overlay {
        align-items: unset !important;
    }
}

@media only screen and (max-width: 991px) {
    .detay-title {
        margin-top: 2rem;
    }
    .detay-row {
        margin-top: 80px !important;
    }
    .sol-img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .hizmet-row {
        margin-top: 4rem;
        row-gap: 4rem;
    }
}

@media only screen and (max-width: 500px) {
    .detay-title {
        font-size: 35px;
    }
}