﻿/* تحسينات التنسيق */
.form-floating > label {
    right: 0;
    left: auto;
    text-align: right;
    width: 100%;
}

body, input, label, button {
    direction: rtl;
    text-align: right;
    font-family: 'Tahoma', 'Arial', sans-serif;
}

/* تحسينات الشريط العلوي */
.upper-header {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* تحسينات الفيديو الخلفية */
#heroVideo {
    object-position: center;
    z-index: -1;
}

/* تحسينات البطاقات */
.card {
    border-radius: 15px;
    overflow: hidden;
}

/* تحسينات الأزرار */
.btn-theme {
    transition: all 0.3s ease;
}

    .btn-theme:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

/* تحسينات علامات التبويب */
.nav-pills .nav-link.active {
    background-color: #0d6efd;
    color: white;
}


/* تحسينات استجابة الهاتف */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }


    .py-7 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        margin-top: -111px;
    }

    .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: -130px;
    }
}
