﻿
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html, body {
    font-family: 'Cairo', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFAF2;
}


.header {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px); /* يعطي لمسة زجاجية */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin: 0 0 10px; /* ← أزل أي هامش خارجي */
}

/* إزالة الهامش العلوي من النافبار */
.navbar {
    margin: 0 !important;
    border-radius: 0 0 16px 16px !important;
    background-color: rgba(255, 255, 255, 0.9) !important; /* نمنع تضارب الألوان */
    padding: 1.25rem 1.5rem;
}

/* تحسين شكل اللينكات */
.nav-link {
    color: #14532d !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .nav-link:hover {
        color: #065f46 !important;
    }

/* زر الهامبرغر */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(20, 83, 45, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
