/*about.html css*/
.about-section {
    background: #f9fbff;
    font-family: 'Tajawal', sans-serif;
}

.section-title {
    font-weight: 800;
    font-size: 2.2rem;
    color: #1c3faa;
}

.about-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.about-card ul li {
    padding: 6px 0;
    font-weight: 500;
    color: #333;
}

.link-primary {
    text-decoration: none;
}

.link-primary:hover {
    text-decoration: underline;
}
/*privacy.html css*/
.privacy-section {
    background-color: #f9fbff;
    font-family: 'Tajawal', sans-serif;
}

.section-title {
    font-weight: 800;
    font-size: 2.3rem;
    color: #1c3faa;
}

.privacy-content h4 {
    color: #1c3faa;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.privacy-content p {
    color: #333;
    line-height: 1.8;
}

.custom-list {
    padding-left: 1.2rem;
    margin-top: 0.5rem;
}

.custom-list li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    list-style: none;
}

.custom-list li::before {
    content: '✔️';
    position: absolute;
    left: 0;
    top: 0;
    color: #1c3faa;
}

/*faq.html css*/
.faq-section {
    background-color: #f8faff;
}

.section-title {
    font-size: 2.2rem;
    color: #1c3faa;
}

.accordion-button {
    font-weight: 700;
    font-size: 1.05rem;
    background-color: #fff;
    color: #1c3faa;
    transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
    background-color: #e9f3ff;
    box-shadow: none;
}

.accordion-button i {
    min-width: 20px;
}

.accordion-body {
    background-color: #fdfdfd;
    color: #444;
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee;
    line-height: 1.8;
}

.accordion-item {
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.7rem;
    }
}

/*rules.html css*/
.rules-section {
    background-color: #f8fafd;
}

.section-title {
    font-size: 2.1rem;
    color: #1c3faa;
}

.rules-content {
    font-size: 1rem;
    line-height: 1.9;
}

.rules-content h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.rules-list {
    list-style: disc;
    color: #555;
}

.rules-list li {
    margin-bottom: 8px;
}

/*call.html css*/
.contact-section {
    background: #f8fafd;
}

.section-title {
    color: #1c3faa;
    font-size: 2rem;
}

.contact-form {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.contact-form input,
.contact-form textarea {
    border-radius: 0.5rem;
}

.contact-form .captcha-img {
    cursor: pointer;
    border-radius: 0.4rem;
    height: 42px;
    border: 1px solid #dee2e6;
}

/*support.html css*/
.support-section {
    background: #f9fafe;
}

.section-title {
    color: #1c3faa;
    font-size: 2rem;
}

.support-box .card-title {
    font-weight: 700;
    color: #333;
}

.support-box .btn {
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.support-box .btn:hover {
    transform: translateY(-2px);
}

/*dmca.html css*/
.dmca-section {
    background-color: #f9fafe;
}

.section-title {
    color: #1c3faa;
    font-size: 2rem;
}

.dmca-box {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
}

.dmca-list li {
    margin-bottom: 0.8rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

/*adv.html css*/
.adv-section {
    background-color: #f4f7fb;
}

.adv-title {
    color: #1c3faa;
    font-size: 2rem;
}

.adv-info {
    border: 1px solid #e1e1e1;
}

.adv-features li {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.animate-fade-up {
    animation: fadeUp 1.2s ease-in-out;
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*stats.html css*/
.stats-section .list-group-item {
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    font-size: 1rem;
    border-left: 4px solid transparent;
}

.stats-section .list-group-item:hover {
    background-color: #f8f9fa;
    border-left-color: #1c3faa;
}

.stats-section .list-group-item i {
    width: 22px;
    text-align: center;
}

/*fileuser.html css*/
/* الصفحة */
.user-files {
    background-color: #eaf6fb;
}

/* العنوان */
.user-files .mb-4 {
    text-align: center;
}

/* البطاقة */
.file-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 370px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
}
.file-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* صورة الملف */
.file-thumb-wrapper {
    height: 180px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.file-thumb {
    display: block;
    margin: auto;
    max-height: 160px;
    max-width: 100%;
    object-fit: contain;
}

/* اسم الملف */
.file-title {
    font-size: 1rem;
    font-weight: bold;
    color: #0d47a1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin: 0;
    direction: rtl;
    text-decoration: none;
}

/* جسم البطاقة */
.card-body {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

/* زر نسخ الرابط */
.copy-btn {
    display: block;
    width: 100%;
    font-size: 0.85rem;
    padding: 6px 14px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 6px;
}

/* التذييل */
.file-card .card-footer {
    background-color: #fafafa;
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
    direction: rtl;
    text-align: right;
    border-top: 1px solid #eee;
}
.file-card .card-footer div {
    font-size: 0.8rem;
    color: #444;
    margin-bottom: 4px;
}

/* حذف */
.file-card .form-check-input {
    cursor: pointer;
}
.file-card .form-check-label {
    cursor: pointer;
    color: #c62828;
    font-weight: 500;
}
.file-card .form-check-label::before {
    content: '🗑 ';
}

/* input readonly */
.card input.form-control:read-only {
    background-color: #f8f9fa;
    cursor: pointer;
}

/* ترقيم الصفحات */
.user-files .pagination,
.user-files .page_nums {
    justify-content: center !important;
    display: flex !important;
    margin-top: 2rem;
}

/* Responsive */
@media (max-width: 576px) {
    .file-title {
        font-size: 0.9rem;
    }

    .copy-btn {
        font-size: 0.8rem;
    }

    .card-footer div {
        font-size: 0.75rem;
    }

    .card-body {
        padding: 0.75rem;
    }
}

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/
