body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #0f172a;
    color: white;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #020617;
}

.logo {
    color: #38bdf8;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
}

.container {
    padding: 40px;
}

/* WhatsApp Button */
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    padding: 15px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    font-size: 20px;
}

/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background: #020617;
}
/* HERO */
.hero {
    text-align: center;
    margin-top: 80px;
}

.hero h1 {
    font-size: 40px;
    color: #38bdf8;
}

.hero p {
    margin: 20px 0;
    font-size: 18px;
}

.hero-buttons {
    margin-top: 20px;
}

.btn {
    background: #38bdf8;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    color: black;
    margin: 10px;
}

.btn-outline {
    background: transparent;
    border: 2px solid #38bdf8;
    color: #38bdf8;
}

/* SERVICES */
.services {
    margin-top: 100px;
    text-align: center;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.card {
    background: #020617;
    padding: 20px;
    border-radius: 12px;
    width: 250px;
}
.careers {
    text-align: center;
    margin-top: 60px;
}

.job-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job-form input {
    width: 300px;
    padding: 12px;
    margin: 10px;
    border-radius: 8px;
    border: none;
}

.job-form button {
    padding: 12px 25px;
    background: #38bdf8;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.job-container {
    max-width: 1000px;
    margin: 50px auto;
    background: #020617;
    padding: 30px;
    border-radius: 12px;
}

.job-container h1 {
    text-align: center;
    color: #38bdf8;
}

.job-form h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #ccc;
}

.grid-4, .grid-3, .grid-2 {
    display: grid;
    gap: 10px;
    margin-bottom: 15px;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.job-form input,
.job-form select,
.job-form textarea {
    padding: 10px;
    border-radius: 6px;
    border: none;
    width: 100%;
}

textarea {
    height: 80px;
}

.apply-btn {
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    background: #6366f1;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}
.contact-container {
    max-width: 1000px;
    margin: 50px auto;
    text-align: center;
}

.contact-box {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.contact-info {
    width: 40%;
}

.info-box {
    background: #020617;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-align: left;
}

.contact-form {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
    border: none;
}

.contact-form textarea {
    height: 150px;
}

.contact-form button {
    padding: 15px;
    background: #38bdf8;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.dashboard-container {
    max-width: 1200px;
    margin: 40px auto;
}

.dashboard-container h1 {
    text-align: center;
    color: #38bdf8;
    margin-bottom: 30px;
}

.dashboard-container h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #ccc;
}

.table-container {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #020617;
}

table th, table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #1e293b;
}

table th {
    background: #0f172a;
}

.id-img {
    width: 80px;
    border-radius: 5px;
}

.btn-link {
    color: #38bdf8;
    text-decoration: none;
}
.login-container {
    max-width: 400px;
    margin: 100px auto;
    background: #020617;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

.login-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
    border: none;
}

.login-form button {
    width: 100%;
    padding: 12px;
    background: #38bdf8;
    border: none;
    border-radius: 8px;
}
a:hover {
    color: #00bcd4 !important;
    transition: 0.3s;
}

i:hover {
    transform: scale(1.2);
    transition: 0.3s;
}
body {
    margin: 0;
    font-family: Arial;
}

a {
    transition: 0.3s;
}

a:hover {
    color: #00bcd4 !important;
}

button:hover {
    opacity: 0.8;
}
/* Dropdown */
.dropdown-menu {
    display: none;
}

div:hover > .dropdown-menu {
    display: block;
}

/* Hover links */
.dropdown-menu a:hover {
    background: #f5f5f5;
}
body {
    margin: 0;
    font-family: Arial;
}

/* Hover عام */
a:hover {
    color: #00bcd4 !important;
    transition: 0.3s;
}

/* Dropdown */
.dropdown-menu {
    display: none;
}

div:hover > .dropdown-menu {
    display: block;
}

/* Hover داخل القائمة */
.dropdown-menu a:hover {
    background: #f5f5f5;
}
/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    font-size: 28px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);

    animation: pulse 1.5s infinite;
}

/* Hover */
.whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
}

/* Animation Pulse */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* FLOAT BUTTON */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    font-size: 30px;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);

    animation: bounce 1.5s infinite;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* POPUP BOX */
.whatsapp-popup {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 260px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 1000;

    animation: fadeIn 0.5s;
}

/* Fade In */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* HEADER */
.whatsapp-header {
    background: #25D366;
    color: white;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

/* BUTTON */
.whatsapp-btn {
    display: block;
    background: #25D366;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
}
.job-container {
    max-width: 1100px;
    margin: auto;
    padding: 40px;
    color: white;
}

.title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    color: #ccc;
    margin-bottom: 40px;
}

.section {
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
}

.section h2 {
    margin-bottom: 20px;
    color: #00d4ff;
}

.grid-4, .grid-3, .grid-2 {
    display: grid;
    gap: 15px;
    margin-bottom: 15px;
}

.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

input, select, textarea {
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: #0c1c2c;
    color: white;
}

textarea {
    width: 100%;
    min-height: 120px;
}

.file-inputs label {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    color: #aaa;
}

.apply-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #00d4ff, #007bff);
    border: none;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.apply-btn:hover {
    transform: scale(1.03);
}
/* 📱 Mobile Responsive */
@media (max-width: 768px) {

    .career-page {
        padding: 20px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero p {
        font-size: 14px;
    }

    /* يخلي الفورم عمود واحد */
    .grid,
    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr !important;
    }

    input, select, textarea {
        font-size: 14px;
    }

    .card {
        padding: 15px;
    }

    .apply-btn {
        font-size: 16px;
    }
}
/* ================= NAVBAR ================= */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #00bcd4;
}

.logo img {
    width: 40px;
}

/* Links */
.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

.nav-links a:hover {
    color: #00bcd4;
}

.admin-link {
    color: red;
}

/* Button */
.btn-start {
    background: #00bcd4;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

/* Menu Icon */
.menu-toggle {
    display: none;
    font-size: 22px;
    cursor: pointer;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 70px;
        right: 0;
        background: white;
        flex-direction: column;
        width: 200px;
        padding: 20px;
        display: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .nav-links.active {
        display: flex;
    }

    .btn-start {
        display: none;
    }
}
.admin-container {
    padding: 40px;
}

.admin-container h1 {
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

th, td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

th {
    background: #00bcd4;
    color: white;
}

.delete-btn {
    color: red;
    text-decoration: none;
}
/* ================= MOBILE NAV ================= */

.mobile-nav {
    display: none;
}

/* موبايل */
@media (max-width: 768px) {

    /* اخفاء النافبار العادي */
    .navbar {
        display: none;
    }

    .mobile-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 70px;
        background: #0f2235;
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 1000;
        border-top: 1px solid #222;
    }

    .mobile-nav a {
        text-align: center;
        color: #aaa;
        font-size: 12px;
        text-decoration: none;
    }

    .mobile-nav i {
        display: block;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .mobile-nav a:hover {
        color: #00d4ff;
    }

    /* عشان المحتوى ما ينزل تحت */
    body {
        padding-bottom: 80px;
    }
}
table {
    background: #020617 !important;
}

td {
    color: white !important;
}

tr {
    background: transparent !important;
}

tr:hover {
    background: #1e293b !important;
}