﻿@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
body.individuals {
    --primary: #00AD68;
    --secondary: #008D55;
}
.body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    direction: rtl;
    background-color: #193340;
    background-repeat: no-repeat;
    background-size: cover; /* makes it responsive */
    background-position: center; /* keeps image centered */
}
.big-screen-img,
.small-screen-img {
    display: none;
}

/* Show small-screen image on screens < 768px */
@media (max-width: 767px) {
    .small-screen-img {
        display: block;
    }
}

/* Show big-screen image on screens ≥ 768px */
@media (min-width: 768px) {
    .big-screen-img {
        display: block;
    }
}
.responsive-banner {
    width: 100%;
    height: 600px; /* your div height */
   
    background-size: cover; /* fill the div */
    background-repeat: no-repeat; /* no repeat */
    background-position: bottom center; /* start from bottom */
}

/*@media (max-width: 768px) {
    .responsive-banner {
        background-image: url("myjulogos.png");*/ /* Small screens */
        /*display: block;
    }
    
}*/

.header_logoImg {
    max-width: 30%;
}
.image_left_body {
    max-width: 100%;
}
.header {
    display: flex;
    height: 105px;
    left: 0;
    padding: 0 32px;
    position: absolute;
    z-index: 15
}

    .header, .header:before {
        background-color: #ffffff;
        top: 0;
        width: 100%
    }

        .header:before {
            content: none;
            height: 0;
            opacity: 0;
            position: fixed;
            right: 0;
            transition: opacity .4s;
            z-index: -1
        }

.header__container {
    align-content: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.header__logo {
    align-items: center;
    display: flex;
    height: auto;
    max-width: 258px;
    padding-right: 32px;
    width: 100%
}

html[dir=rtl] .header__logo {
    padding-left: 32px;
    padding-right: 0
}

.header__logoImg {
    max-width: 100%
}

.header__logoLink {
    display: block
}

.header__search {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: flex-start
}

.header__searchActions {
    color: #158e8d;
    display: flex;
    font-size: 24px;
    margin-left: 22px
}

html[dir=rtl] .header__searchActions {
    margin-left: 0;
    margin-right: 22px
}

.header__searchActionWrapper {
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 13px;
    position: relative;
    transition: background-color .3s;
    width: 48px
}

    .header__searchActionWrapper:last-of-type {
        margin-right: 0
    }

html[dir=rtl] .header__searchActionWrapper {
    margin-left: 13px;
    margin-right: 0
}

    html[dir=rtl] .header__searchActionWrapper:last-of-type {
        margin-left: 0
    }

.header__searchActionWrapper:before {
    background-color: transparent;
    bottom: 2px;
    box-shadow: none;
    content: "";
    height: 40%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: box-shadow .15s;
    width: 75%;
    z-index: -1
}

.header__searchActionWrapper:hover {
    background-color: #fff
}

    .header__searchActionWrapper:hover:before {
        box-shadow: 0 4px 12px rgba(0,0,0,.16);
        transition: box-shadow .4s
    }

    .header__searchActionWrapper:hover .header__searchActionText {
        opacity: 1
    }

.header__searchActionText {
    color: #067377;
    font-size: 9px;
    line-height: 16px;
    margin-top: 5px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity .3s;
    white-space: nowrap
}

.header__searchAction {
    padding: 7px
}

.header__right {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: 0
}

html[dir=rtl] .header__right {
    margin-left: 0;
    margin-right: auto
}

.header__box {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-right: 40px;
    padding: 14px 21px 14px 24px;
    transition: color .3s,box-shadow .4s
}

    .header__box:hover {
        box-shadow: 0 20px 12px -16px rgba(0,0,0,.16);
        color: #36c5ba
    }

html[dir=rtl] .header__box {
    margin-left: 40px;
    margin-right: 0
}

.header__accountIcon {
    margin-left: 15px;
    margin-right: 10px
}

html[dir=rtl] .header__accountIcon {
    margin-left: 10px;
    margin-right: 15px
}

.header__accountDetailsWrapper {
    position: relative
}

.header__accountDetails {
    position: relative
}

.header__accountDetails, .header__accountMore {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%
}

.header__accountMore {
    margin-left: 16px;
    transition: transform .3s
}

html[dir=rtl] .header__accountMore {
    margin-left: 0;
    margin-right: 16px
}

.header__accountMore--toggled {
    transform: rotateX(180deg)
}

.header__notifications {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative
}

.header__hamburger {
    cursor: pointer;
    display: none;
    margin-left: 15px;
    outline: none;
    padding: 12px;
    position: relative
}

html[dir=rtl] .header__hamburger {
    margin-left: 0;
    margin-right: 15px
}

.header__hamburger span {
    background-color: #02363d;
    display: block;
    height: 3px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background-color .4s,transform .4s;
    width: 24px
}

    .header__hamburger span:first-child {
        transform: translateY(-9px)
    }

    .header__hamburger span:nth-child(3) {
        transform: translateY(9px)
    }

.header__hamburger--active span:first-child {
    transform: translateY(0) rotate(135deg)
}

.header__hamburger--active span:nth-child(2) {
    transform: scaleX(0)
}

.header__hamburger--active span:nth-child(3) {
    transform: translateY(0) rotate(-135deg)
}
.login-container {
    width: 65%;
    margin: 50px auto;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
}

.login-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e2a39;
    margin-bottom: 15px;
}

.login-desc {
    font-size: 16px;
    color: #444;
    margin-bottom: 35px;
    line-height: 1.8;
}

.login-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn {
    padding: 14px;
    display: block;
    text-align: center;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.main-login {
    background: #009b4e;
    color: #fff;
}

    .main-login:hover {
        background: #007f40;
    }
/* --- نص العنوان والوصف --- */
.login-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e2a39;
    margin-bottom: 15px;
}

.login-desc {
    font-size: 16px;
    color: #444;
    margin-bottom: 35px;
    line-height: 1.8;
}

/* --- أزرار تسجيل الدخول --- */
.login-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn.main-login {
    background: #009b4e;
    color: #fff !important;
    padding: 14px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
}

    .btn.main-login:hover {
        background: #007f40;
    }

.btn.nafath-login {
    border: 2px solid #009b4e;
    color: #009b4e !important;
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
}

    .btn.nafath-login:hover {
        background: #e8f7ef;
    }

/* --- الفاصل بين الزرين (مثل نفاذ) --- */
.divider {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

    .divider::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 1px;
        background: #ddd;
        z-index: 1;
    }

    .divider span {
        background: #fff;
        padding: 0 12px;
        position: relative;
        z-index: 2;
        color: #777;
        font-size: 14px;
    }

.strong-1 {
    font-weight: bolder;
    color: #166a45;
}
/* --- Responsive Design --- */
@media (max-width: 768px) {
    .login-title {
        font-size: 24px;
    }

    .login-desc {
        font-size: 15px;
    }

    .btn {
        font-size: 16px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .login-title {
        font-size: 22px;
    }

    .btn {
        font-size: 15px !important;
        padding: 11px !important;
    }

    .divider span {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .header_logoImg {
        max-width: 100%;
    }
}

