﻿/*.suggest-page {
    direction: rtl;
}

.forms-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}*/

/* Category */
/*.form-category {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #794d9b;
    cursor: pointer;
}

    .category-header h3 {
        margin: 0;
        font-size: 16px;
        color: #fff;
    }

    .category-header button {
        border: none;
        background: #e0e0e0;
        padding: 6px 12px;
        border-radius: 8px;
        cursor: pointer;
    }*/

/* Body */
/*.category-body {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 10px;
}

    .category-body.open {
        padding: 10px;
    }*/

/* Form card */
/*.form-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s;
}

    .form-card:hover {
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    }

.form-info h4 {
    margin: 0;
    font-size: 15px;
}

.form-meta {
    font-size: 12px;
    color: #777;
}*/

/* Buttons */
/*.form-actions {
    display: flex;
    gap: 10px;
}

.btn-download,
.btn-detail {
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
}

.btn-download {
    background: #2ecc71;
    color: white;
}

.btn-detail {
    background: #3498db;
    color: white;
}


.page-header {
    margin-bottom: 40px;
}

.services-breadcrumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
}

    .services-breadcrumb a {
        color: #5b2d90;
        text-decoration: none;
        transition: .3s;
    }

        .services-breadcrumb a:hover {
            color: #7d47c3;
        }

.pn-section-head {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .pn-section-head span {
        flex: 1;
        height: 1px;
        background: linear-gradient(to right, transparent, #ddd, transparent);
    }

    .pn-section-head h2 {
        margin: 0;
        font-size: 34px;
        font-weight: 700;
        color: #111827;
        text-align: center;
    }*/


/* =========================
   WRAPPER
========================= */

.forms-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;



}

/* =========================
   CATEGORY
========================= */

.form-category {
    border: 1px solid #ececec;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    transition: .35s ease;


}

    .form-category:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgba(91,45,144,0.08);
    }

/* =========================
   CATEGORY HEADER
========================= */

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 28px;
    background: linear-gradient(135deg, #522474, #8744b9);
    cursor: pointer;
}

    .category-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        letter-spacing: -.3px;
    }

    /* =========================
   HEADER BUTTON
========================= */

    .category-header button {
        border: none;
        background: rgba(255,255,255,0.15);
        color: #fff;
        padding: 10px 18px;
        border-radius: 12px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        backdrop-filter: blur(6px);
        transition: .3s ease;
    }

        .category-header button:hover {
            background: rgba(255,255,255,0.25);
            transform: translateY(-1px);
        }
    .category-header button {
        border: none;
        outline: none;
    }

        .category-header button:focus,
        .category-header button:active {
            outline: none;
            box-shadow: none;
        }
/* =========================
   BODY
========================= */

.category-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease;
    padding: 0 18px;
}

    .category-body.open {
        padding: 18px;
    }

/* =========================
   FORM CARD
========================= */

.form-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    margin-bottom: 10px;
    background: #fff;
    transition: .3s ease;
}

    .form-card:hover {
        border-color: #e2d5f7;
        background: #fcfaff;
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(91,45,144,0.08);
    }

/* =========================
   FORM INFO
========================= */

.form-info h4 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: #1f2937;
    transition: .3s;
}

.form-card:hover .form-info h4 {
    color: #5b2d90;
}

.form-meta {
    font-size: 13px;
    color: #888;
    line-height: 1.9;
}

/* =========================
   ACTIONS
========================= */

.form-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* =========================
   BUTTONS
========================= */

.btn-download,
.btn-detail {
    padding: 10px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: .3s ease;
    white-space: nowrap;
}

/* Download */

.btn-download {
    color: #522474;
    box-shadow: 0 10px 24px rgba(82, 36, 116, 0.25);
}

    .btn-download:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(82, 36, 116, 0.35);
    }

/* Detail */

.btn-detail {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    box-shadow: 0 6px 18px rgba(59,130,246,0.22);
}

    .btn-detail:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(59,130,246,0.30);
    }

/* =========================
   PAGE HEADER
========================= */

.page-header {
    margin-bottom: 50px;
}

/* =========================
   BREADCRUMB
========================= */

.services-breadcrumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
}

    .services-breadcrumb a {
        color: #5b2d90;
        text-decoration: none;
        transition: .3s;
    }

        .services-breadcrumb a:hover {
            color: #7d47c3;
        }

/* =========================
   SECTION HEAD
========================= */

.pn-section-head {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .pn-section-head span {
        flex: 1;
        height: 1px;
        background: linear-gradient(to right, transparent, #d8d8d8, transparent);
    }

    .pn-section-head h2 {
        margin: 0;
        font-size: 36px;
        font-weight: 900;
        color: #111827;
        letter-spacing: -.8px;
        text-align: center;
    }

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px) {

    .category-header {
        padding: 18px;
    }

        .category-header h3 {
            font-size: 15px;
        }

    .form-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-actions {
        width: 100%;
        margin-top: 12px;
    }

    .btn-download,
    .btn-detail {
        flex: 1;
        text-align: center;
    }

    .pn-section-head h2 {
        font-size: 28px;
    }
}