/* css/custom.css */
body {

font-family: 'Alexandria', sans-serif;
}
.py-5 {
padding-top: 0.5rem !important;
}

.welcome-header {
            background: linear-gradient(45deg, #0d6efd, #198754);
            color: white;
            padding: 1rem;
            border-radius: 15px;
            margin-bottom: 5px;
            text-align: center;
            position: relative;
        }
         .banner-logo {
            width: 10%;
            height: 10%;
            margin-bottom: 1rem;
        }
        .banner-text h1 {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        .banner-text h3 {
            font-size: 1.25rem;
            font-weight: 400;
        }
.form-section {
    padding: 40px 0;
}
.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.form-control-custom {
    border-radius: 5px;
}
.btn-submit {
    font-size: 1.2rem;
}
.footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
}
.footer a {
    color: #fff;
}
.captcha-img {
    max-width: 150px;
}

.form-check-input {
    border-color: #198754; /* أخضر مثلاً */
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
     width: 1.5rem;
    height: 1.5rem;
}
.form-check-input:focus {
    border-color: #198754; /* أخضر مثلاً */
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}
.footer {
            background: linear-gradient(45deg, #0d6efd, #198754);
            color: white;
            padding: 2rem 0;
            margin-top: 2rem;
        }
        .footer a {
            color: #ffeb3b;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .footer .social-icons i {
            font-size: 1.5rem;
            margin: 0 10px;
        }
