    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
    * {
        padding: 0;
        margin: 0;
        direction: rtl;
    }
    
    .body {
        position: relative;
        /* background-repeat: no-repeat; */
        background-image: url(../images/background.png);
        background-size: cover;
    }
    
    .log-logo {
        margin: 10px auto;
        width: 20%;
        height: 10%;
    }
    
    .para {
        text-align: center;
        font-size: large;
        font-weight: bold;
    }
    
    .card {
        display: flex;
        margin: 100px auto;
        width: 32rem;
        border-radius: 2rem;
    }
    
    .card-body {
        border-radius: 50px;
    }
    
    .input {
        background-color: #D9D9D940;
        border: #CEF3F5;
    }
    
    #btn {
        margin-right: 37%;
    }
    
    .mix-btn {
        padding: 10px 20px;
        border: none;
        color: white;
        font-size: 16px;
        cursor: pointer;
        border-radius: 8px;
        background: linear-gradient(to right, #BB7D49, #395996);
    }
    
    .divider {
        position: relative;
    }
    
    .ider {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 0 10px;
    }
    
    .anchor {
        text-decoration: none;
        color: #395996B2;
    }
    
    .msg-error {
        text-align: left;
        margin-left: 30px;
        color: red;
    }
    /* otp */
    
    .code-inputs {
        direction: ltr;
        display: flex;
        text-align: center;
        gap: 5px;
        margin: 20px 20%;
    }
    
    .code-inputs input {
        width: 45px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        border: 1px solid #33B2C0;
        border-radius: 15px;
        transition: border 0.3s;
    }
    
    .code-inputs input:focus {
        border-color: #3a7bd5;
        outline: none;
    }
    
    .center {
        text-align: center;
    }
    
    #center {
        margin-right: 43%;
        margin-bottom: 20px;
    }
    /* Home Page */
    /* header */
    
    header {
        background-color: #495D8D;
    }
    
    nav {
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    
    #logo {
        display: flex;
    }
    
    .logo {
        margin-top: 12px;
        width: 30px;
        height: 30px;
        margin-right: 1px;
    }
    
    #search {
        margin-top: 10px;
        width: 20px;
        height: 20px;
        margin-left: 50px;
    }
    
    .span {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 20px;
        margin-left: 2px
    }
    
    nav ul {
        list-style-type: none;
    }
    
    nav ul li {
        padding: 10px;
    }
    
    nav ul li a {
        text-decoration: none;
        color: #fff;
    }
    
    .focus {
        background-color: #D9D9D980;
        padding: 5px 20px;
        border-radius: 20px;
    }
    
    .nav-links {
        display: flex;
    }
    
    .nav-links li {
        margin-left: 10px;
    }
    
    body {
        background-color: #CEF3F545;
    }
    
    .home-img {
        background-image: url(../images/home.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px auto;
        padding: 50px;
        max-width: 90%;
        width: 800px;
        height: 200px;
        border-radius: 15px;
        color: white;
        position: relative;
    }
    
    .home-btn {
        background-color: #A27A5F;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #fff;
    }
    
    .categories {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
    
    .btn-light {
        background-color: #fff;
        color: #333;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 8px;
    }
    
    .cards {
        gap: 20px;
        justify-content: center;
    }
    /* ===== Popup Overlay ===== */
    
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 99;
    }
    /* ===== Popup Details Box ===== */
    
    .details-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #f8f9fa;
        border: 1px solid #ddd;
        padding: 25px;
        border-radius: 15px;
        width: 60rem;
        max-width: 90%;
        z-index: 100;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.3s ease-in-out;
    }
    
    .details-box h3 {
        text-align: right;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .details-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .details-content img {
        width: 250px;
        border-radius: 10px;
    }
    
    .details-content .text {
        flex: 1;
        text-align: right;
    }
    
    .details-btn-bottom {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    .card {
        position: relative;
        overflow: hidden;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .card:hover {
        box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0px -8px 25px rgba(0, 0, 0, 0.15);
    }
    
    .card .details-btn {
        position: absolute;
        bottom: 20px;
        left: 80%;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.3s;
    }
    
    .card:hover .details-btn {
        opacity: 1;
    }
    
    .d-none {
        display: none !important;
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translate(-50%, -48%);
        }
        to {
            opacity: 1;
            transform: translate(-50%, -50%);
        }
    }
    
    a {
        text-decoration: none;
        color: #fff;
    }
    
    .auth {
        background: #fff;
        padding: 40px 30px;
        margin: 50px auto;
        max-width: 900px;
        /* العرض الأساسي */
        width: 90%;
        /* responsive لو الشاشة صغيرة */
        border-radius: 15px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        /* شادو خفيف */
        text-align: center;
        /* يخلي النص في النص */
        transition: box-shadow 0.3s ease;
    }
    
    .auth:hover {
        box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
        /* ظل أقوى بسيط عند الهوفر */
    }
    
    .auth h3 {
        margin-bottom: 15px;
        color: #222;
        font-weight: bold;
    }
    
    .auth p {
        color: #555;
        margin-bottom: 20px;
        line-height: 1.7;
        font-size: 1rem;
    }
    
    footer {
        background-color: #495D8D;
        color: #fff;
        padding: 50px;
    }
    
    .footer-logo {
        width: 50px;
    }
    /* === القائمة الجانبية والزر === */
    
    .menu-btn {
        display: none;
        font-size: 25px;
        cursor: pointer;
        border: none;
        background: none;
        color: #fff;
    }
    
    .side-menu {
        position: fixed;
        top: 0;
        right: -300px;
        width: 250px;
        height: 100vh;
        background: #495D8D;
        color: white;
        box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
        padding: 20px;
        transition: right 0.4s ease;
        z-index: 999;
    }
    
    .side-menu.active {
        right: 0;
    }
    
    .side-menu ul {
        list-style: none;
        padding: 0;
    }
    
    .side-menu li {
        margin: 20px 0;
    }
    
    .side-menu a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }
    
    .close-btn {
        font-size: 25px;
        cursor: pointer;
        background: none;
        border: none;
        color: #fff;
        float: left;
    }
    
    .overly {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        z-index: 998;
    }
    
    .overly.active {
        display: block;
    }
    
    @media (max-width: 992px) {
        .nav-links {
            display: none;
        }
        .menu-btn {
            display: block;
        }
    }
    
    .contact-form {
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #D9D9D980;
        width: 800px;
        max-width: 90%;
        flex-wrap: wrap;
        margin: 10px auto;
        padding: 20px;
    }
    
    .btn-blue {
        background-color: #4971BB;
        padding: 5px 30px;
        color: #fff;
        margin-left: 10px;
    }
    
    .btn-blue:hover {
        background-color: #4764a7;
    }
    
    .btn-light-secondary {
        background-color: #cbced1;
        color: #000;
        border-radius: 15px;
    }
    /*sign up with google style*/
    
    .google-btn {
        width: 100%;
        padding: 12px;
        background: white;
        color: #444;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    
    .google-btn:hover {
        background: #f8f9fa;
        border-color: #dadce0;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .google-icon {
        width: 20px;
        height: 20px;
    }