.custom-navbar {
    background-color: #a636a0;
    /* max-height: 154px; */
    overflow: visible !important; /* بيخلي الـ navbar يوسع ارتفاعه حسب الحاجة بدل ما يقطع المحتوى */
}

.custom-navbar {
    overflow: hidden; /* بيمنع أي حاجة تخرج بره الـ navbar */
}

.offcanvas-body {
    overflow: visible;
}
.navbar-nav {
    flex-wrap: nowrap; /* بيمنع العناصر إنها تنزل سطر جديد وتكبر الارتفاع */
}

.nav-item .custom-link {
    color: #ffffff;
    font-weight: bold;
    font-family: "Lalezar", system-ui;
    font-size: 30px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.login-nav {
    margin-top: 19px;
}
.login-nav .btn-green-light {
    background-color: #ffffff;
    color: #a636a0;
    border-radius: 31px;
    border: none;
    font-family: "Lalezar", sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.login-nav a {
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}
.btn-green-light:hover {
    background-color: #e0f2f1;
    color: #ffffff;
}

.btn-green-dark {
    background-color: #a636a0; /* أخضر غامق */
    color: #ffffff !important; /* لون أبيض للنص */
    border-radius: 5px;
    border: none;
    font-family: "Cairo", sans-serif;
}

.btn-green-dark:hover {
    background-color: #a636a0; /* أخضر أغمق عند التأشير */
}
.login-nav {
    display: flex;
    flex-direction: column;
}

.offcanvas {
    max-width: 300px; /* تحديد عرض المنيو */
    background-color: #ffffff;
}
.dropdown-menu {
    z-index: 1050;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}
.navbar-brand img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
}

/* تحسين ظهور القائمة في الموبايل */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        margin-top: 15px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 9999;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 104px;
        width: 104px;
    }
}
/* title */
.title {
    font-family: "Lalezar", system-ui;
    font-size: 48px;
    font-weight: bold;
    color: #a636a0;
    text-align: center;
    margin-top: 70px !important;
}
.img-body {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}
.img-body img {
    width: 30%;
    height: auto;
}
.img-body .btn-body .btn-1 {
    margin: 15px;
    padding: 10px 25px;   /* أصغر */
    background-color: #a636a0;
    color: #ffffff;
    font-size: 28px;      /* بدل 48 */
    font-weight: bold;
    border-radius: 12px;  /* أنعم شوية */
}
.img-body .btn-body .btn-2 {
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #a636a0;
    border: none;
    background-color: none;
}
@media (max-width: 991.98px) {
    .img-body .btn-body .btn-1 {
        margin: 11px;
        padding: 12px 32px;
        font-size: 21px;
        font-weight: bold;
        border-radius: 20px;
    }
    .img-body .btn-body .btn-2 {
        font-weight: 300;
        font-size: 17px;
    }
}

/* footer */
.footer-section {
    background-color: #a636a0;
    padding: 20px 0;
    direction: rtl;
}

.footer-section {
    background-color: #a636a0; /* اللون الموف */
    padding: 20px 0;
    direction: rtl;
    color: #ffffff;
}

.footer-sub {
    font-family: 'Lalezar', cursive;
    font-size: 28px;
    margin: 0;
    color: #ffffff;
}

.footer-logo2 {
    width: 80px;
    height: 80px; /* لازم الطول يساوي العرض */
    border-radius: 50%; /* دي اللي بتعمل الشكل الدائري */
    object-fit: cover; /* عشان الصورة متتمطش لو أبعادها مش مربعة */
    border: 2px solid #ffffff; /* اختياري: برواز أبيض خفيف عشان ينطق اللوجو */
}

.footer-copy {
    font-family: 'Lalezar', cursive;
    font-size: 22px;
    margin: 0;
    color: #ffffff;
}

/* تنسيق الهاشتاج الجديد */
.footer-hashtag {
    font-family: 'Lalezar', cursive;
    font-size: 24px;
    color: #ffffff;
    margin-top: 10px;
    opacity: 0.9; /* شفافية بسيطة ليعطي لمسة جمالية */
}

@media (max-width: 768px) {
    .footer-sub, .footer-copy, .footer-hashtag {
        font-size: 20px;
    }
}
/* page login */
.login {
    font-family: "Lalezar", system-ui;
    background-color: #a636a0;
    overflow: hidden;
    height: 100vh;
}
.signup {
    font-family: "Lalezar", system-ui;
    background-color: #a636a0;
    margin-top: 54px;
    margin-bottom: 55px;
}
.top-pag {
    display: flex;
}


.login-card {
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
}

.main-title {
    color: #a636a0;
    font-size: 2.5rem;
}

.subtitle {
    font-size: 1.1rem;
    color: #a636a0 !important;
}

.custom-input {
    border: 2px solid #a636a0;
    border-radius: 10px;
    height: 45px;
}

.custom-input:focus {
    border-color: #a636a0;
    box-shadow: none;
}

button.btn-login {
    font-family: "Lalezar", sans-serif;
    font-size: 1.5rem;
    background-color: #a636a0;
    padding: 5px 60px;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    display: block;
    margin: 20px auto;
    width: auto;
    min-width: 200px;
}



label {
    color: #ffffff;
    font-size: 1.2rem;
}

/* account */
.account {
    font-family: "Lalezar", system-ui;
    background-color: #ffffff;
    margin: 0;
    /* overflow: hidden; لمنع السكرول */
}

.setup-title {
    color: #ffffff;
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.setup-subtitle {
    font-size: 0.85rem;
    color: #a636a0;
    font-family: sans-serif;
    font-weight: bold;
}

.step-name {
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 10px !important;
}

.step-desc {
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

.step-item {
    margin-bottom: 20px;
}
.step-divider {
    border: 0;
    border-top: 1px solid #a636a0; /* خط خفيف جداً */
    margin: 0;
    opacity: 1;
}
.setup-card {
    position: relative; /* ضروري جداً عشان الأيقونة تثبت جواه */
}
/* زر ابدأ */
a.btn-start {
    background-color: #a636a0 !important;
    color: #ffffff;
    font-family: "Lalezar", sans-serif;
    font-size: 30px;
    padding: 5px 30px;
    border-radius: 10px;
    margin-right: 20px;
}

/* أيقونة البروفايل */
.profile-icon img {
    opacity: 0.6;
}

.step-img img {
    object-fit: contain;
}

/* hasba */

.calculator-page .main-title {
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

/* الأزرار العلوية */
.top-btns button {
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 35px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    background-color: #a636a0;
    border-radius: 20px;
    padding: 10px 20px;
}
.form-label {
    font-family: Lalezar;
    font-weight: 600;
    font-style: Regular;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #a636a0;
}

/* الكارد الرئيسي */
.data-card {
    background-color: white;
    border-radius: 25px;
    width: 100%;
    max-width: 650px;
    border: 1px solid #eee;
}

.card-user-title {
    color: #ffffff;
    font-size: 1.5rem;
}

/* المدخلات */
.custom-input {
    border: 2px solid #a636a0;
    border-radius: 12px;
    height: 45px;
    text-align: right;
    color: #a636a0 !important;
}
.custom-input option {
    color: #a636a0 !important;
}

.custom-input:focus {
    border-color: #a636a0;
    box-shadow: none;
}
.form-control {
    color: #a636a0 !important;
}

label {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

/* زر أحسب خطتي */
.data-card form .btn-calculate {
    border-radius: 20px;
    opacity: 1;
    background-color: #a636a0;
    color: #ffffff;
    font-family: Lalezar;
    font-weight: 400;
    font-style: Regular;
    font-size: 35px;
    padding: 10px 20px;
}
.data-card form .col-md-6 {
    margin-bottom: 20px;
}
.data-card form .btn-calculate:hover {
    background-color: #a636a0;
    color: #ffffff;
}

/* تعديل السهم في الـ Select ليتناسب مع RTL */
.form-select {
    background-position: left 0.75rem center;
}
.about-section {
    background-color: #e4e4e4 !important; /* اللون اللي طلبتيه للخلفية */
    font-family: "Labrada", serif; /* الخط المطلوب */
    text-align: right;
}

.about-section .about-title {
    color: #a636a0 ; /* لون النص المطلوب */
    font-family: "Labrada", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%; /* حسب طلبك */
    letter-spacing: 0%;
    margin-bottom: 20px;
}


.about-section .about-lead,
.about-section .about-sub-lead,
.about-section .about-list li {
    color: #a636a0 !important; /* اللون الأخضر المطلوب */
    font-family: "Labrada", serif !important;
    font-weight: 400 !important;
    font-size: 28px !important; /* الحجم اللي إنتي عايزاه */
    line-height: 1.4 !important; /* تقليل المسافة شوية عشان الخط كبير */
    text-align: right;
    margin-bottom: 15px;
}

/* تكبير الأيقونات (النقط) عشان متكنش صغيرة جنب الخط الـ 30px */
.about-section .about-list li i {
    color: #a636a0 !important;
    font-size: 18px !important; /* كبرنا النقطة عشان تبان */
    margin-left: 15px;
}



.about-img {
    border: 5px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
