@import url('../assets/css/paksoft-maxhost.css');
#portfolio {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 80px 0;
    background: #f7f9fc;
    clear: both;
}

#portfolio .ps-section-head {
    max-width: 760px;
    margin: 0 auto 40px auto;
    text-align: center;
}

#portfolio .ps-subtitle {
    display: inline-block;
    color: #2563eb;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#portfolio h2 {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
}

#portfolio p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.ps-portfolio-slider {
    position: relative;
    width: 100%;
}

.ps-portfolio-window {
    width: 100%;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-bottom: 20px;
}

.ps-portfolio-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content;
}

.ps-portfolio-item {
    width: 360px;
    min-width: 360px;
    padding: 0 15px;
    box-sizing: border-box;
}

.ps-portfolio-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
}

.ps-portfolio-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #e5e7eb;
}

.ps-portfolio-content {
    padding: 22px;
}

.ps-portfolio-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.ps-portfolio-content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
}

.ps-portfolio-content a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

.ps-portfolio-arrow {
    display: none !important;
}

@media (max-width: 767px) {
    #portfolio {
        padding: 55px 0;
    }

    #portfolio h2 {
        font-size: 26px;
    }

    .ps-portfolio-item {
        width: 300px;
        min-width: 300px;
    }

    .ps-portfolio-card img {
        height: 190px;
    }
}