/* style.css - Wifaq Site */


/* Font */

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f9f9f9;
}


/* Navbar */

.navbar {
    background-color: #793BAA;
    color: #fff;

}

.navbar-toggler,
.navbar .navbar-toggler-icon {
    background-color: #793BAA !important;
    color: #fff !important;

}

.navbar .navbar-brand,
.navbar .nav-link {
    color: #fff ;
}

.navbar .nav-link:hover {
    color: #FFD700;
}



/* Hero Section */

.hero {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    text-align: center;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}


/* Section Titles */

.section-title {
    color: #793BAA;
    margin-bottom: 40px;
    font-weight: 700;
}



/* Privacy Section */

#privacy h2,
#privacy h3 {
    margin-top: 20px;
}

#privacy ul {
    list-style-type: disc;
    padding-left: 20px;
}

#privacy .card-body {
    text-align: left;
}

#privacy .date {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 15px;
}


/* Login Page */

.login-container {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    max-width: 400px;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.login-card h2 {
    color: #793BAA;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.btn-primary {
    background-color: #793BAA;
    border: none;
}

.btn-primary:hover {
    background-color: #5e2e8a;
}

.text-link {
    color: #793BAA;
    text-decoration: none;
}

.text-link:hover {
    color: #5e2e8a;
}



.hero {
    background: url('../images/LOVE.png') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 700;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.section-title {
    color: #793BAA;
    margin-bottom: 40px;
    font-weight: 700;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #793BAA;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer a {
    color: #FFD700;
    text-decoration: none;
}

.table th {
    background: #793BAA;
    color: #eee;
    top: -2px;
    position: sticky;
    /* border: 1px solid #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-family: stc, Helvetica, sans-serif; */
    /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}

.hiddin-scroll {
    overflow-x: auto;
    -ms-overflow-style: initial;
    scrollbar-width: initial;
    height: calc(100vh - 240px);
    margin: 3px;
}

.scroll {
    width: 1200px;
}

    .form-control {
        background-color: #fff !important;
        color: #151934 !important;
        border-radius: 20px;
        height: 45px;
        padding-right: 45px;
        direction: ltr;
        /* border: 2px solid #444 !important; */
        box-shadow: none !important;
    }

    /* نفس الخلفية وقت الفوكس */
    .form-control:focus {
        background-color: #fff !important;
        color: #151934 !important;
        box-shadow: none !important;
        border: 1px solid #793BAA !important;
    }


    .form-label,.col-form-label{
         color: #793BAA !important;
    }