/* Portfolio Single Page */
.portfolio-single {
    margin: 60px auto;
    background: #fff;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    width: 90%;
}

/* Mobile view */
@media (max-width: 768px) {
    .portfolio-single {
        width: 95%;
    }
}

.portfolio-single h1 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 20px;
}

.portfolio-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.portfolio-content strong {
    color: #000;
    font-weight: 600;
}

.portfolio-content p {
    margin-bottom: 15px;
}

.portfolio-content br {
    margin-bottom: 15px;
    display: block;
}

.portfolio-content .result {
    background: #f9f9f9;
    border-left: 4px solid #ff4b7d;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .portfolio-single {
        padding: 20px;
    }
    .portfolio-single h1 {
        font-size: 24px;
    }
    .portfolio-content {
        font-size: 15px;
    }
}
