/*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: #f8fafc;
}

/* البطاقة */
.file-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.file-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* صورة / أيقونة الملف */
.file-thumb-wrapper {
    background: #f1f3f4;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-thumb {
    max-height: 160px;
    object-fit: contain;
}
.file-icon img {
    opacity: 0.8;
}

/* عنوان الملف */
.file-title {
    font-size: 0.95rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* زر نسخ الرابط */
.copy-btn {
    font-size: 0.8rem;
    border: 1px solid #e3e3e3;
}
.copy-btn:hover {
    background: #f0f0f0;
}

/* التأثير عند التحديد */
.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Responsive */
@media (max-width: 576px) {
    .file-thumb-wrapper {
        height: 140px;
    }
    .file-title {
        font-size: 0.85rem;
    }
}

/*upload section css*/
.animate-fade-up {
    animation: fadeUp 0.8s ease-in-out;
}
@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/

/*.html css*/
