

.back-link {
    text-decoration: none;
    color: #00796B;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
}

.icon-wrapper {
    background-color: #e0f2f1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.service-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}


.service-description {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    
  
}

.detail-container {
    padding: 0 25px;
}

.service-description ul,
.service-description ol {
    text-align: left;
    margin-left: 20px;
    padding-left: 20px;
}

.service-description li {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .detail-container {
        margin: 20px 5px;
        padding: 0 5px;
    }
    .service-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .service-icon {
        width: 30px;
        height: 30px;
    }
    .service-description {
        font-size: 15px;
        max-height: 180px; /* Less height for mobile */
        padding-right: 0;
    }
    .back-link {
        font-size: 13px;
        margin-bottom: 15px;
    }
}
