   /* خطوووووووووووووووووووووووط */










   /* خطوووووووووووووووووووووووط */







   @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    :root{
        --primaryy:#2d7729;
        --sucoundry:#458509;
        --cart:#3e7d02;
/* الخط */
  --font-main: 'Cairo', sans-serif;

  /* أحجام مرنة */
  --fs-xs: clamp(0.75rem, 0.7vw, 0.85rem);
  --fs-sm: clamp(0.875rem, 0.9vw, 1rem);
  --fs-md: clamp(1rem, 1.1vw, 1.125rem);
  --fs-lg: clamp(1.25rem, 1.6vw, 1.5rem);
  --fs-xl: clamp(1.75rem, 2.4vw, 2.25rem);
  --fs-xxl: clamp(2.25rem, 3.5vw, 3rem);

  /* تباعد مريح وهادئ */
  --line-normal: 1.7;
    }
    body {

  font-family: var(--font-main);
  font-size: var(--fs-md);
  line-height: var(--line-normal);
  color: #1f2933; /* لون هادئ عميق */


        overflow-x: hidden;

    }
    body {
        box-sizing: border-box;
        /* font-family: 'Cairo', sans-serif; */
        background-color: #ffffff !important;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    * {
        font-family: 'cairo', sans-serif;
    }
    /* الهيدر */

    /* ________ */
    .font{
        font-size: 13px;
    }
    .margin-icons{
        margin-right: 35px !important;
        margin-bottom: 10px !important;
    }

    * {
        /* font-family: 'El Messiri', sans-serif; */
    }

    /* ________ */
    /* .font{
        font-size: 15px;
    } */
    .margin-icons{
        margin-right: 35px !important;
        margin-bottom: 10px !important;
    }
    /* النافبار */
    .navbar {
        /* margin-top: 0%; */
        padding-top: 4px;
        padding-bottom: 4px;
        width: 100%;
        position: sticky !important;
        top: 0;
        /* background-color:var(--primary) !important; */
        background: linear-gradient(to right, var(--primaryy), var(--sucoundry)) !important;
        z-index: 1000;
        border-radius: 3px;
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
        border: none;

    }
    .navbar a{
            font-size: 13px !important;

    }

    /* تخصيص القائمة المنسدلة بالهوفر */
    .dropdown-hover.dropstart:hover>.dropdown-menu {
        display: block;
        position: absolute;
        top: 100%;
    left: 6%;
    /* right: .2%; */
    /* right: 5%; */
    margin-left: 3px !important;
    /* margin-right: 10px !important; */

    /* margin-left: 20%; */
        /* لضبط الموضع لليمين */
        /* margin-top: 30px; */
        /* محاذاة من الأعلى */
        /* margin-right: 0.125rem; */
        /* تعديل بسيط للمسافة */
    }


    /* تنسيق العنصر الأب */
    .dropdown-hover {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* إظهار القائمة عند الـ hover */
    .dropdown-hover:hover .dropdown-menu,
    .dropdown-hover:focus-within .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    /* ...existing code... */
    .dropdown-hover .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-25%);
        /* min-width: 180px; */
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s;
        /* margin-top: 0.5rem; */
        text-align: center;
    }
    /* ...existing code... */

    /* إصلاحات للعرض والتنسيق */
    /* .dropdown-hover {
        position: relative;
    } */

    .dropdown-menu {
    /* margin-right: 60px !important; */
        transition: all .7s;
        pointer-events: auto;
        /* تمكين التفاعل مع القائمة */
    }

    /* خلفية القائمة الجانبية */
    .dropdown-menu {
        background-color: #ffffff !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);


    }

    .btn-group .button {
        border-radius: 10px !important;

    }

    .dropdown-hover button {
        border-radius: 10px !important;
    }














    /* المؤسسه */
    .responsive-navbar-text {
        font-family: 'cairo', sans-serif; /* خط مناسب للعربية */
        font-weight: 600;
        font-size: clamp(0.1rem, 4vw, 1.8rem);
        color: #2c3e50;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        letter-spacing: -0.5px;
        line-height: 1.3;
    }

    /* .offcanvas-body {
        overflow-y: auto !important;
    } */
    /* لون خلفية القائمة المنسدلة */
    .dropdown-menu {
        z-index: 3000;

    }

    /* إظهار القائمة المنسدلة عند Hover */
    .nav-item.dropdown:hover .nav-menu {
        opacity: 1;
        visibility: visible;
        display: block;

    }

    /* تنسيق القوائم المنسدلة */
    .nav-menu {
        background-color: #d3ecdc !important;
        display: none;
        transition: all 0.4s ease;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: none;
        border-radius: 0;
        border-radius: 5px;
    }


    .dropdown-item:hover {
        background-color: #97a199;
        /* border-radius: 6px; */
    }

    /* لون زر الحساب */
    .btn-success {
        /* width: 140px; */
        background-color: var(--primaryy);

    }


    .btn-success:hover {
        /* width: 140px; */
        background-color: var(--primaryy);

    }

    /* نص النافبار */
    .navbar-brand {
        font-size: 1.2rem;
        color: rgb(255, 255, 255);
    }

    /* حجم الخط على الشاشات الكبيرة */
    .responsive-text {
        font-size: 1.5rem;
    }

    /* محاذاة الصورة الثانية إلى الوسط */
    .d-flex img:last-child {
        margin: 0 auto;
    }

    .d-flex img:first-child {
        margin: 0;
    }

    /* لون اخط وتصميماته للنافبار */
    .black {
        color: rgb(255, 255, 255) !important;
        font-size: 13px;
        border: #3ac1457a solid 1px;
        margin-left: 10px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
        transition: 0.9s ease, color 0.3s ease;

    }


    /* زر ال menu */
    .custom-toggler {
        background-color: #002408;
        border-radius: 8px;
        padding: 2px;
        width: 35px;
        height: 35px;
    }

    .custom-toggler:hover {
        transform: scale(1.1);
        transition: all 0.3s ease;
    }

    .dropdown-item:focus {
        background-color: #ecf5eb;

    }

    /* ايقونة الزر */
    .navbar-toggler-icon {
        color: #ffffff !important;
        width: 27px;
        height: 27px;
    }

    .custom-toggler:focus {
        outline: none;
        box-shadow: none;
    }


    /* القائمة المنسدلة للنافبار */
    .dropdown-item {
        color: #002408 !important;
        transition: 0.6s ease;
    }

    .dropdown-item a {
        text-align: center;
    }

    .dropdown-item:hover {
        background-color: rgba(212, 226, 216, 0.781);
    }

    .nav-menu {
        background-color: #ecf5eb !important;

    }

    /* الايقونات اللي اشتيهن بهذا اللون */
    .my-icon {
        color: green;
    }









    /* زر تبرع الان */
    .btn-down {
        width: 110px !important;
        height: 20px;
        right: 90%;
        bottom: 5px;
    }

    .donate-button {
        z-index: 1000;
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 120px;
        max-width: 200px;
        text-align: center;
        border-radius: 50px;
        transition: bottom 0.5s ease;
        box-shadow: 0 0 13px rgba(35, 227, 1, 0.1);
    }

    .donate-button .btnn {
        /* background-color: transparent; */
        margin-bottom: 4px;
        border-radius: 20px;
        background-color: white;
        border: none;
        padding: 0;
        width: 120px;
        height: 43px;
        display: flex;
        align-items: center;
        gap: 8px;
        z-index: 4000;




    }

    footer {
        z-index: 999;
    }


    .donate-button .icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 39px;
        height: 39px;
        background-color: var(--sucoundry);
        border-radius: 50%;
        color: white;
        margin-right: 5px;
        /* border: #005a15 solid 5px; */
    }

    .donate-button .icon-container i {
        color: white;
        font-size: 13px;
    }

    .donate-button .donate-text {
        color: #005a15;
        font-weight: bold;
        font-size: 14px;
    }

    /* Account تسجيل الدخول  */
    /* .fas {
        color: #005521;
        background-color: #4fa300;
    } */


    /* ايقونة القائمة اللي في اليمين */
    .fas-user {
        width: 400px !important;

    }


    /* model-start */
    .btn-donate {
        background-color: #4fa300;
        /* color: white; */
        padding: 10px 20px;
        border-radius: 10px;
        border: none;
        font-size: 1.2rem;
    }
    .btn-danger{
        background-color: #005a15;
        border: none;
    }
    .btn-danger:hover{
        background-color: #049125;
        border: none;
    }
    .btn-donate:hover {
        background-color: #21883777;
    }

    .modal-content {
        background-color: #1e4a0094;
    }

    .modal-close {
        color: white;
        /* margin-right: 200px; */
    }

    .modal-title {
        color: white;
        margin-left: 200px;
    }

    /* drawer-right */
    .offcanvas-end {
        width: 300px !important;
        background-color: #ffffff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .offcanvas-end-header {
        background-color: #28a745;
        color: white;
        border-bottom: 2px solid #1625193a;
    }

    /* تخصيص Scrollbar */
    .navbar-nav {
        scrollbar-width: thin;
        /* لعرض Scrollbar بشكل أنحف */
        scrollbar-color: #008327 #f1f1f1;
    }

    /* تخصيص Scrollbar لمتصفحات WebKit (Chrome, Safari) */
    .navbar-nav::-webkit-scrollbar {
        width: 8px;
        /* عرض Scrollbar */
    }

    .navbar-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* لون خلفية Scrollbar */
    }

    .navbar-nav::-webkit-scrollbar-thumb {
        background: #888;
        /* لون Scrollbar */
        border-radius: 4px;
        /* تدوير حواف Scrollbar */
    }

    .navbar-nav::-webkit-scrollbar-thumb:hover {
        background: #555;
        /* لون Scrollbar عند التمرير */
    }

    .offcanvas-start-title {
        margin-left: 280px;
        font-size: 1.5rem;
    }

    .navbar-nav {
        padding: 10px;
    }



    .dropdown-divider {
        border-color: #cacaca;
    }

    .navbar-toggler {
        background-color: #3fab30;
    }


    /* تخصيص السهم */
    .arrow-icon {
        transition: transform 0.3s ease;
        font-size: 10px;
    }

    /* تغيير اتجاه السهم عند الفتح */
    .nav-link[aria-expanded="true"] .arrow-icon {
        transform: rotate(180deg);
    }





    /* تأثير النقر على العناصر */

    .right-item .nav-link{
        border-radius: 10px;
        transition: all 0.3s ease; /* تأثير سلس */

    }
    /* تأثير hover (اختياري) */
    .right-item .nav-link:hover {
        padding-right: 7px;
        background-color: #388E3C !important;
        color: white !important;
    }



    /* تعديل الأسهم عند النقر */
    .nav-item.right-item .nav-link:active .arrow-icon,
    .nav-item.right-item .nav-link.active .arrow-icon {
        color: white !important;
    }


    /* offcanvas-end  */

    /* ازرار التواصل */

    /* تنسيق الزر الرئيسي */
    #mainButton {
        /* width: 50px; */
        transition: bottom 0.5s ease;
        /* background-color: var(--sucoundry); */
        border-radius: 100%;
        position: fixed;
        bottom: 20px;
        right: 12px;
        z-index: 1000;
        /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: none;
        display: flex;
        justify-content: center; */
    }

    /* تنسيق الأيقونات المخفية */
    .hidden-icons {
        transition: bottom 0.5s ease;
        justify-content: center;
        z-index: 1000;
        position: fixed;
        bottom: 80px;
        right: 19px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    }

    /* تأثير الظهور */
    .hidden-icons.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* تنسيق الأيقونات */
    .hidden-icons a {
        background-color: var(--sucoundry) !important;
        color: white;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
    }

    .hidden-icons a:hover {
        background-color: #218838;
        transform: scale(1.1);
    }

    /* القائمة الجانبية */

    .right-link {
        font-size: 18px;
        padding: 10px 0;
        color: #333;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    /* nav-collaps */
    .nav-collaps {
        text-decoration: none;
        color: #002408;
    }

    ul {
        list-style-type: none;
    }


    .right-link.active {
        color: #28a745;

    }

    .offcanvas-header {
        background-color: #f8f9fa;
        border-bottom: 1px solid #ddd;
    }



    /* h5 {
        font-size: 1em;
    } */

    /* إضافة خط خفيف بعد كل رابط */
    .navbar-nav .right-item {
        border-bottom: 1px solid #eee;
    }

    /* إزالة الخط من آخر عنصر */
    .navbar-nav .right-item:last-child {
        border-bottom: none;
    }

    .navbar-nav {
        padding-right: 10px;
    }

    .offcanvas-header a {
        color: #333;
    }

    .right-item a i {
        margin-right: 10px !important;
        margin-left: 10px;
    }


    .btn-close {
        opacity: 1;
        margin-right: 100px;
        transition: 0.7s ease;
        font-size: 10px;

    }

    .btn-close:hover {
        color: #00e758;
        border: none;
    }
    @media (max-width: 575px){
        .font{
            font-size: 8px;
        }
    }

    /*  في الشاشات الصغيرة*/
    @media (max-width: 767.98px) {

        /* محاذاة الصوره الثانية بالوسط عند تصغير الشاشة */
        .logo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            /* box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5); */

        }

        /* حجم الخط على الشاشات الصغيرة */
        .responsive-text {
            font-size: 1rem;
        }


        .margin-icons{
            margin-right: 15px !important;
        }
    }


    /*  للشاشات الصغيرة */
    @media (max-width: 800px) {


        /* للقائمة اللي على اليمين */
        .offcanvas-tow {
            height: 65%;
            width: 75% !important;
            border-radius: 0 0 10px 10px;
            background-color: #fdfffeb2;
        }



        .margin-icons{
            margin-right: 15px !important;
        }
        /* لصور النافبار */
        .navbar-brand img:first-child {
            width: 70px;
            height: 60px;
        }

        .navbar-brand img:last-child {
            width: 60px;
            height: 50px;
        }

        .responsive-text {
            font-size: 1rem;
        }
    }
    @media (max-width: 357px) {
    .responsive-navbar-text{
        font-size: 17px !important;
    }

    }

    /* scrollbar */
    body::-webkit-scrollbar {
        width: 9px;
        /* عرض شريط التمرير */
    }

    body::-webkit-scrollbar-track {
        background: #fffdfd;
        /* لون خلفية شريط التمرير */
    }

    body::-webkit-scrollbar-thumb {
        background: var(--cart);
        /* لون شريط التمرير */
        border-radius: 6px;
        /* زوايا دائرية */
        transition: all .5s;
    }

    body::-webkit-scrollbar-thumb:hover {
        background: var(--primaryy);
        /* لون شريط التمرير عند التمرير */
    }

    ::selection {
        background-color: #72b0dae5;
    }

    /*  ايقونات المشاركة */
    /* ألوان مخصصة لكل منصة */
    .bg-secondary {
        background-color: #004aaa !important;
    }

    .bg-facebook {
        background-color: #004aaa;
    }

    .bg-linkedin {
        background-color: #0A66C2;
    }

    .bg-messenger {
        background-color: #00B2FF;
    }

    .bg-pinterest {
        background-color: #a50019 !important;
    }

    .social-icon-shadow {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5) !important;
        transition: box-shadow 0.3s ease;
    }

    .social-icon-shadow:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    }

    a {
        text-decoration: none;
    }

    .dropdown-item a {
        color: black;
        transition: all .5s;
    }

    .dropdown-item:hover a {
        color: rgb(0, 0, 0);
    }


    /* .collapse-hover {
        font-size: clamp(0.9rem, 1vw + 0.5rem, 1.1rem);
        transition: all 0.6s ease;
    } */

    /*  نص الكارد  */
    .card-text {
        font-size: 12px;
        /* color: #02761d !important; */
    }



    /* الهيدر */

    /* الصفحة الرئييييسية*/


    /* الدوائر اللي تحت الصور */
    .carousel-indicators button {
        /* margin-top: 200px !important; */
        width: 7px !important;
        height: 7px !important;
        border-radius: 50% !important;
        background-color: rgb(0, 187, 28) !important;
    }

    .carousel-indicators button:hover {
        background-color: rgb(0, 141, 0) !important;

    }


    /* .carousel-item {
        overflow: hidden;
    } */

    /* slider-end */


    /* cart-start */
    .text-header {
        font-family: 'El Messiri', sans-serif;
        /* border-bottom: #027c37 solid 2px; */
        color: #1e7221;
    }
    /* h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1e7221;
        margin: 20px auto;
    } */
    .line {
        flex: 1;
        height: 2px;
        background-color: var(--sucoundry);
        margin: 7px 20px;
        width: 100px;
    }
    .fas-color{
    color: var(--cart);
    }
    .card-index  {
        border: none;
        /* background-color:#38944c; */
        margin: 10px;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(3, 87, 8, 0.1);
        /* width: 300px; */
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        opacity: 0;
        animation: slideIn 0.5s ease forwards;
        transition: all .9s ease;
        border: #ffffff solid 1px;
    font-size: 13px;

    }

    .card-index:hover {
        /* background-color: #fdfdfd !important; */
        border: #00470f44 solid 1px;

    }

    /* animation-for-cart */
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(50px);
            /* تتحرك من الأسفل إلى الأعلى */
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* تأخير ظهور كل عنصر */
    .card-index:nth-child(1) {
        animation-delay: 0.2s;
    }

    .card-index:nth-child(2) {
        animation-delay: 0.4s;
    }

    .card-index:nth-child(3) {
        animation-delay: 0.6s;
    }

    .card-index:nth-child(4) {
        animation-delay: 0.8s;
    }

    .card-index:nth-child(5) {
        animation-delay: 1s;
    }

    .card-index:nth-child(6) {
        animation-delay: 1.2s;
    }

    .card-index:nth-child(7) {
        animation-delay: 1.4s;
    }


    /*  في الشاشات الصغيرة*/
    @media (max-width: 767.98px) {

        /* محاذاة الصوره الثانية بالوسط عند تصغير الشاشة */
        .logo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        /* حجم الخط على الشاشات الصغيرة */
        .responsive-text {
            font-size: 1rem;
        }



    }
    /*  في الشاشات الصغيرة*/
    @media (max-width: 320px) {





    }

    /*  للشاشات الصغيرة */
    @media (max-width: 800px) {



        .card-index  {
            font-size: 12px;
            width: 145px !important;
            height: 150px;


        }


    }
    @media (max-width: 357px) {
    .card-index  {
            width: 140px !important;
            height: 170px;
        font-size: 10px;

        }

    }
    /* تنسيق ايقونة الرئيسية */
    .my-icons {
        color: rgb(238, 255, 0);
        font-size: 20px;
    }

    /* اخر الاخباااااااااااااااااااااااااااااااار */
    .news-item video {

        width: 100px;
         /* min-height: 100px; */
        display: flex;
        margin-bottom: 10px;
        justify-content: center;
            /* الحجم الطولي (مربع) */
        object-fit: cover; /* يعرض الفيديو كاملًا دون اقتصاص */
        border-radius: 7px;  /* زوايا مدورة قليلًا */
    }
    .news-item {
        margin-left: 10px;
        margin-right: 10px;

        /* width: 400px; */
        max-width: 100%;
        cursor: pointer;
        transition: all 0.3s;
        margin-bottom: 15px;
        border-radius: 6px;
        padding: 9px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .news-item:hover {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }



    .news-item h5 {
        font-size: 0.95rem;
        margin-right: 10px;
        /* margin-bottom: 3px; */
    }

    .news-item .text-muted {
        font-size: 0.8rem;
            margin-right: 10px;

    }

    .video-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }

    .video-modal-content {
        position: relative;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform: scale(0.8);
        opacity: 0;
        width: 90%;
        max-width: 700px;
        padding: 10px;
    }

    .video-modal.active .video-modal-content {
        transform: scale(1);
        opacity: 1;
    }

    .video-modal video {
        width: 100%;
        border-radius: 6px;
        aspect-ratio: 16/9;
    }

    .close-video {
        position: absolute;
        top: -35px;
        left: 0;
        color: white;
        font-size: 25px;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* تحسينات للشاشات الصغيرة */
    @media (max-width: 768px) {
        .container {
            padding-left: 10px;
            padding-right: 10px;
        }

        .news-item {
            padding: 8px;
            margin-bottom: 10px;
        }

        .news-item video {
            width: 100px;
            height: 100px;
        }

        .news-item h5 {
            font-size: 0.85rem;
        }

        .news-item .text-muted {
            font-size: 0.75rem;
        }

        .video-modal-content {
            width: 95%;
            padding: 5px;
        }

        #videoTitle {
            font-size: 0.9rem;
            margin-top: 5px !important;
        }
    }

    @media (max-width: 576px) {
        /* .news-item {
            flex-direction: column;
            align-items: flex-start;
        } */

        /* .news-item video {
            margin-bottom: 5px;
        } */

        .news-item h5 {
            font-size: 0.8rem;
        }
    }
    /*نهاية الصفحة الرئييييسية*/


    /* cancer_friends_regester */


    .nav-regester {
        width: 100%;
        max-width: 900px;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        text-align: center;

    }


    body {
        font-family: 'Tajawal', Arial, sans-serif;
        background-color: #f4f4f4;
        color: #333;
        margin: 0;
        padding: 0;
    }

    /* p {
        line-height: 1.6;
        font-size: 1.3em;
    } */

    .nav-home {
            width: 100%;
        max-width: 900px;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        text-align: center;
    }

    .nav-home a {
        text-decoration: none;
        color: #00810b;
        font-size: 1.1em;
    }

    .nav-home a:hover {
        color: #01940d;
    }



    /* تنسيق الأيقونة */
    .icons {
        color: rgb(221, 181, 0);
        font-size: 12px;
    }
    .myicon {
        color: rgb(221, 181, 0);
        font-size: 10px;
    }

    a {
        text-decoration: none;
    }

    /* تنسيق الأيقونات داخل حقول الإدخال */
    .input-group {
        position: relative;
    }

    .input-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        /* نفس لون التلميح الافتراضي في Bootstrap */
        z-index: 3;
    }

    /* تعديل مساحة النص لعدم تداخله مع الأيقونة */
    .form-control.pe-5 {
        padding-right: 2.5rem !important;
    }

    /* تنسيق التلميح */
    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    /* Media Queries للتكيف مع الشاشات الصغيرة */
    @media (max-width: 768px) {


        p {
            line-height: 1.6;
            font-size: .9em;
        }


        .nav-regester {
            padding: 15px;
        }

    }

    @media (max-width: 576px) {


        p {
            line-height: 1.6;
            font-size: .9em;
        }



        .nav-regester {
            padding: 10px;
        }

        .nav-regester ul li {
            font-size: .9em;
        }
    }





    /* cancer_friends_regester */


    /* cancer_friends */



        .home-link {
            color: #333;
            text-decoration: none;
            transition: 0.3s;
        }

        .home-link:hover {
            color: #28a745;
        }







    a{
        text-decoration: none;
    }


    /* تخصيص العرض للشاشات الكبيرة */
    @media (min-width: 992px) {

        .responsive-text {
            font-size: 2rem; /* Larger size for large screens */
        }
    }


    /* تخصيص العرض للشاشات الصغيرة */
    @media (max-width: 768px) {
        table {
            font-size: 0.9rem; /* حجم أصغر للجدول على الشاشات الصغيرة */
        }
        .arabic-text {
            font-size: 16px; /* حجم أصغر للشاشات الصغيرة */
        }
        .responsive-text {
            font-size: 1.2rem; /* Smaller size for small screens */
        }
    }

    @media (max-width: 576px) {
        .arabic-text {
            font-size: 12px; /* حجم أصغر للشاشات الأصغر */
        }
        .responsive-text {
            font-size: 0.9rem; /* حجم أصغر للنصوص القابلة للتكيف */
        }
        table {
            font-size: 0.8rem; /* حجم أصغر للجدول على الشاشات الأصغر */
        }
    }

    .arabic-text {
        text-align: center; /* توسيط النص أفقيًا */
        font-size: 16px; /* حجم النص */
        line-height: 1.6; /* تحسين المسافة بين الأسطر */
        word-wrap: break-word; /* السماح للنص بالنزول إلى سطر جديد */
        margin: 0 auto; /* توسيط النص داخل الحاوية */
    }
    .responsive-text {
        font-weight: bold;
        font-size: 1.5rem; /* Default size for medium screens */
    }
    .arabic-text {
        font-size: 1.1rem;
    }


    .row .col-12 {
        margin-bottom: 20px; /* مسافة بين العناصر */
    }

    table {
        overflow-x: hidden;
        width: 70% !important;
        margin: 0 auto; /* لجعل الجدول في المنتصف */
        border-collapse: collapse; /* لتقليل المسافات بين الحدود */
        font-size: 1rem; /* حجم الخط الافتراضي للجدول */
    }








    @media (max-width: 768px) {
        h1 {
            font-size: 2em;
        }

        h2 {
            font-size: 1em;
        }

        p {
            line-height: 1.6;
            font-size: .9em;
        }

        .nav {
            padding: 15px;
        }

    }

    @media (max-width: 576px) {
        h1 {
            font-size: 1.5em;
        }

        p {
            line-height: 1.6;
            font-size: .9em;
        }

        h2 {
            font-size: 1em;
        }

        .nav {
            padding: 10px;
        }


    }

    /* cancer_friends */


    /* center_of_hope */

    .nav-one {
        /* width: 100%;
        max-width: 900px;
        margin: 20px auto; */
            margin-bottom: 13px;
        padding-right: 20px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding-left: 20px;
        /* text-align: right; */
    }

    .nav-items {


        height: 91px;
        background-color: #ffffff;
        box-shadow: 2 3px 0 rgba(0, 0, 0, 0.5) !important;
        border: 1px solid rgba(180, 166, 166, 0.514);    border-radius: 10px;
        /* text-align: center; */
        /* box-sizing: border-box;
    overflow-x: hidden; */
    }


    .nav h2 {
        margin-bottom: 0;
    }

    .nav h2 {
        display: block;
        color: #00692f;
        font-size: 1.3em;
        margin-bottom: 8px;
    }

    p {
        line-height: 1.6;
        font-size: .8em;
    }

    .nav-home {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 300px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .nav-home a {
        text-decoration: none;
        color: #00810b;
        font-size: 1.1em;
    }

    .nav-home a:hover {
        color: #01940d;
    }




    .nav-items {
    /* max-width: 400px;  */
        position: relative;
        padding-right: 15px;
        /* margin-bottom: 10px; */
    }

    .nav-items::before {
        content: "";
        position: absolute;
        right: 0;
        /* تغيير الجانب إلى اليمين */
        width: 13px;
        background-color: #4fa300;
        top: 0;
        height: 100%;
        border-radius: 4px 0 0 4px;
        transition: all 0.3s ease;
    }

    /* .nav-items:hover::before {
        width: 14px;
        background-color: #218838;
    } */



    .pdf-icon {
        color: #666;
        font-size: 1.5em;
        border-radius: 50%;
        padding: 10px;
        margin-left: 15px;
        border: 2px solid #666;
    }

    .nav-items {
        display: flex;
        align-items: flex-start;
        padding: 15px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .report-title {
        margin: 0;
        font-size: 1.2em;
        color: #333;
    }

    .fs-0 {
        font-size: 0.9em;
        color: #666;
        /* margin-top: 5px; */
    }


    .icon-text-link {
        font-size: 15px;
        font-weight: bold;
        margin-right: 5px;
        color: #000;
        text-decoration: none;
    }

    .icon-text-link:hover {
        color: #006400;
    }

    /* Media Queries للتكيف مع الشاشات الصغيرة */
    @media (max-width: 768px) {
        h1 {
            font-size: 2em;
        }

        h2 {
            font-size: 1em;
        }



        .nav {
            padding: 15px;
        }

        body {
            font-size: 14px;
            /* حجم أصغر للشاشات الصغيرة */
        }
    }

    @media (max-width: 576px) {
        h1 {
            font-size: 1.5em;
        }


        h2 {
            font-size: 1em;
        }

        .nav {
            padding: 10px;
        }

        body {
            font-size: 12px;
            /* حجم أصغر جدًا للشاشات الصغيرة جدًا */
        }
    }

    .icon-text-link a{
        text-decoration: none;
        color: #000000;
    }
    .icon-text-link a:hover{
        color: #006400;
    }



    /* ايقونة السهم */
    .fa-chevron-left{
        font-size: 25px;
        margin-left: 6px;
    }

    /* center_of_hope */

    /* group */

    /* تخصيص الكارد */
    .custom-card {
        /* width: 80%;  */
        max-width: 100%;
        margin: 20px auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: visible;
        position: relative;
    }

    .custom-card img {
        position: absolute;
        top: -45px;
        left: 50%;
        z-index: 1000;
        transform: translateX(-50%);
        width: 70px; /* عرض الصورة */
        height: 70px; /* ارتفاع الصورة */
        border-radius: 50%; /* جعل الصورة دائرية */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* إضافة ظل للصورة */
        object-fit: cover; /* ضبط الصورة داخل الإطار */
        background-color: #fff; /* خلفية بيضاء للصورة */
        border: 2px solid #ddd; /* إطار للصورة */
    }

    .card-header {
        background-color: #f8f9fa;
        font-weight: bold;
        /* text-align: center; */
        /* توسيط النص داخل الهيدر */
        padding-top: 20px;
        /* إضافة مسافة لتجنب تداخل الصورة مع النص */
    }

    .card-body {
        overflow: hidden;
    }
    /* تمركز الكارد */
    .row.justify-content-center {
        display: flex;
        justify-content: center;
    }
    .arabic-text {
        text-align: center; /* توسيط النص أفقيًا */
        font-size: 18px; /* حجم النص */
        line-height: 1.6; /* تحسين المسافة بين الأسطر */
        word-wrap: break-word; /* السماح للنص بالنزول إلى سطر جديد */
        margin: 0 auto; /* توسيط النص داخل الحاوية */
    }
    .responsive-text {
        font-weight: bold;
        font-size: 2em
    }
    /* تخصيص العرض للشاشات الكبيرة */
    @media (min-width: 992px) {
        .custom-card {
            max-width: 100%px; /* عرض الكارد على الشاشات الكبيرة */
        }

    }


    /* تخصيص العرض للشاشات الصغيرة */
    @media (max-width: 768px) {
        .custom-card {
            max-width: 100%; /* عرض الكارد على الشاشات الصغيرة */
        }
        .arabic-text {
            font-size: 16px; /* حجم أصغر للشاشات الصغيرة */
        }
        .responsive-text {
            font-size: 1.2rem; /* Smaller size for small screens */
        }


    }

    .row .col-12 {
        margin-bottom: 20px; /* مسافة بين العناصر */
    }



    /* header */











    @media (max-width: 768px) {
        h1 {
            font-size: 2em;
        }

        h2 {
            font-size: 1em;
        }

        p {
            line-height: 1.6;
            font-size: .9em;
        }

        .nav {
            padding: 15px;
        }

    }

    @media (max-width: 576px) {
        h1 {
            font-size: 1.5em;
        }

        p {
            line-height: 1.6;
            font-size: .9em;
        }

        h2 {
            font-size: 1em;
        }

        .nav {
            padding: 10px;
        }


    }

    /*end group */


    /* howus */
    .nav-us {
        width: 100%;
        max-width: 900px;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        text-align: right;
        /* box-sizing: border-box;
        overflow-x: hidden; */
    }

    .nav-us ul li {
        font-size: 1.3em;
        margin-bottom: 8px;
        text-align: right;
        /* word-wrap: break-word; */
        /* overflow-wrap: break-word; */
    }


        .nav-us ul {
        margin-right: 0;
        list-style-type: disc;
    }



        .nav-us h2{
            margin-bottom: 0;
        }

    .nav-us h2 {
            display: block;
            color: #006d1d;
            font-size: 1.3em;
            margin-bottom: 8px;
        }

    .nav-us p {
            line-height: 1.6;
            font-size: 1.3em;
        }



        /* Media Queries للتكيف مع الشاشات الصغيرة */
        @media (max-width: 768px) {


        .nav-us h2 {
                font-size: 1em;
                /* تصغير حجم h2 على الشاشات الصغيرة */
            }
        .nav-us p {
            line-height: 1.6;
            font-size: 1em;
        }

        .nav-us {
            padding: 15px;
        }
        .nav-us ul {
            padding-right: 20px;

        }
        .nav-us ul li {
            font-size: 1em;
        }
        }

        @media (max-width: 576px) {

        .nav-us p {
            line-height: 1.6;
            font-size: 1em;
        }

        .nav-us h2 {
                font-size: 1em;
            }
            .nav-us ul {
            padding-right: 20px;

        }

        .nav-us {
            padding: 10px;
        }

        .nav-us ul li {
            font-size: 1em;
        }
        }

    .nav-us h2{
        color: #59b700;
        display: inline-block;
        border-bottom: 2px solid #057e33;
        height: 30px;
        width: fit-content;

        /* border-bottom: green solid 2px; */
        }
        .square{
            list-style-type: square !important;
        }


    /*end howus */

    /* human resoures */

    .nav-items-smaller {
        display: inline-flex;
        align-items: center;
        margin-left: auto;
        margin-right: 0;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 2px;
        margin-bottom: 10px;
        width: auto;
        float: right;
        clear: both;
        border: 1px solid rgba(73, 73, 73, 0.728);

    }


        .nav-items {
            width: auto;
                position: relative;
                padding-right: 15px;
                /* margin-bottom: 10px; */
            }

            .nav-items::before {
                content: "";
                position: absolute;
                right: 0;
                width: 13px;
                background-color: #4fa300;
                top: 0;
                height: 100%;
                border-radius: 0 5px 5px 0;
                transition: all 0.3s ease;
            }

        .nav-items:hover::before {
                background-color: #349549;
            }


            .home-link {
                /* color: #333; */
                text-decoration: none;
                transition: 0.3s;
            }

            .home-link:hover {
                color: #28a745;
            }

            .pdf-icon {
                color: #666;
                font-size: 1.5em;
                border-radius: 50%;
                padding: 10px;
                margin-left: 15px;
                border: 2px solid #666;
            }

            .nav-items {
                display: flex;
                align-items: flex-start;
                padding: 15px;
                background-color: #ffffff;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                border-radius: 10px;
                margin-bottom: 15px;
            }

            .report-title {
                margin: 0;
                font-size: 1.2em;
                color: #333;
            }

            .fs-0 {
                font-size: 0.9em;
                color: #666;
                margin-top: 5px;
            }
        /* Media Queries للتكيف مع الشاشات الصغيرة */
        @media (max-width: 768px) {
            h1 {
                font-size: 2em;
            }

            h2 {
                font-size: 1em;
            }

            p {
                line-height: 1.6;
                font-size: .9em;
            }

            .nav {
                padding: 15px;
            }

        }
    a{
        text-decoration: none;
    }

    /* end human-resources */

    /* images */


    .album-card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        margin-bottom: 20px;
        height: 100%;
        cursor: pointer;
    }
    .album-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }
    .album-thumbnail-container {
        position: relative;
        height: 250px;
        overflow: hidden;
    }
    .album-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .album-card:hover .album-thumbnail {
        transform: scale(1.05);
    }
    .album-info {
        padding: 15px;
        background-color: white;
    }
    .album-title {
        font-weight: bold;
        margin-bottom: 5px;
        color: #2c3e50;
    }
    .album-date {
        color: #6c757d;
        font-size: 0.9rem;
    }
    .photo-count {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: rgba(11, 213, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 0.8rem;
        z-index: 2;
    }
    .img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0));
        z-index: 1;
    }

    /* معرض الصور المكبر */
    .gallery-modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.641);
        z-index: 1000;
        padding: 20px;
    }
    .gallery-content {
        position: relative;
        max-width: 90%;
        max-height: 90%;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .gallery-image {
        max-width: 100%;
        max-height: 80vh;
        display: block;
        margin: 0 auto;
    }
    .close-gallery {
        position: absolute;
        top: 20px;
        left: 20px;
        color: white;
        font-size: 30px;
        cursor: pointer;
        z-index: 1001;
    }
    .gallery-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: rgb(152, 213, 95);
        font-size: 30px;
        cursor: pointer;
        z-index: 1001;
        /* background: rgba(22, 159, 9, 0.74); */
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    .gallery-prev {
        right: 20px;
    }
    .gallery-next {
        left: 20px;
    }
    .gallery-counter {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        font-size: 16px;
        z-index: 1001;
    }
    /* end images */


    /* laboratory */


    .initiative-card {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        border: none;
    }

    .initiative-header {
        background-color: #0dfd0d;
        color: white;
        border-radius: 10px 10px 0 0 !important;
        padding: 15px;
    }

    .breadcrumb {
        background-color: transparent;
        padding: 0;
    }

    .section-title {
        color: #020a00;
        display: flex;
        /* align-items: flex-start; */
        border-right: 7px solid #01a81c;
        padding-right: 10px;
        margin: 20px 0;
        border-radius: 5px;
        font-size: 20px;
    }

    .photo-gallery,
    .video-gallery {
        background-color: #fdfeff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    /* تعديلات حجم الصور والفيديوهات المصغرة */
    .gallery-img,

    .video-thumbnail {
        width: 200px;
        height: 150px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.3s;
    }

    .gallery-img:hover,
    .video-thumbnail:hover {
        transform: scale(1.03);
    }

    .gallery-card,
    .video-card {
        border: none;
        background: transparent;
        position: relative;
    }

    .video-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 30px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    /* تخصيص المودال */
    .modal-backdrop {
        opacity: 0.7 !important;
    }

    .modal-img {
        max-width: 100%;
        max-height: 80vh;
    }

    .modal-video {
        width: 800px;
        max-width: 100%;
        height: 450px;
        border: none;
        background: #000;
    }

    /* زر المزيد */
    .more-btn {
        background-color: #4fa300;
        color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        margin-top: 15px;
        transition: background-color 0.3s;
    }

    .more-btn:hover {
        background-color: #01b558;
    }

    .more-btn-container {
        float: left;
        clear: both;
        margin-top: 15px;
    }

    a{
        color: white;
    }



    /* الأنماط السابقة تبقى كما هي */

        /* الأنماط السابقة تبقى كما هي */

        /* تحسينات للشاشات الصغيرة */
        @media (max-width: 768px) {
            /* تصغير حجم الصور والفيديوهات المصغرة */
            .gallery-img, .video-thumbnail {
                width: 150px;
                height: 120px;
            }

            /* تعديل تباعد العناصر */
            .photo-gallery, .video-gallery {
                padding: 15px;
            }

            /* تعديل حجم الخطوط */
            .section-title {
                font-size: 1.3rem;
                margin: 15px 0;
            }

            /* تعديل حجم المودال للشاشات الصغيرة */
            .modal-video {
                width: 100%;
                height: 250px;
            }

            /* تعديل اتجاه الصفوف لعرض عنصرين في الصف */
            .row.g-3 {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
            }

            /* تعديل حجم الأعمدة لعرض عنصرين في الصف */
            /* .col-md-4.col-12 {
                width: 50%;
                max-width: 180px;
                margin-bottom: 15px;
                padding: 0 8px;
            }
            */
            /* تعديل حجم زر المزيد وموقعه */
            .more-btn-container {
                margin-top: 10px;
                margin-bottom: 5px;
                text-align: center;
            }

            .more-btn {
                padding: 6px 15px;
                font-size: 0.9rem;
                margin-top: 0;
            }
        }

        @media (max-width: 576px) {
            /* مزيد من التعديلات للشاشات الصغيرة جدًا */
            .gallery-img, .video-thumbnail {
                width: 140px;
                height: 110px;
            }

            .photo-gallery, .video-gallery {
                padding: 12px;
            }

            .section-title {
                font-size: 1.1rem;
            }

            .modal-video {
                height: 200px;
            }


        }


    /* end laboratory */

    /* login */




    .nav {
        width: 100%;
        max-width: 900px;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        /* text-align: right; */

    }

    .nav2 {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        max-width: 900px;
        margin: 20px auto;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }


    p {
        line-height: 1.6;
        font-size: 1.3em;
    }

    .nav-home {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        /* width: auto; */
        width: 300px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .nav-home a {
        text-decoration: none;
        color: #00810b;
        font-size: 1.1em;
    }

    .nav-home a:hover {
        color: #01940d;
    }


    /* تنسيق الأيقونة */
    .icons {
        color: rgb(221, 181, 0);
        font-size: 10px;
    }
    .myicon {
        color: rgb(221, 181, 0);
        font-size: 15px;
    }

    a {
        text-decoration: none;
    }

    /* تنسيق الأيقونات داخل حقول الإدخال */
    .input-group {
        position: relative;
    }

    .input-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        /* نفس لون التلميح الافتراضي في Bootstrap */
        z-index: 3;
    }

    /* تعديل مساحة النص لعدم تداخله مع الأيقونة */
    .form-control.pe-5 {
        padding-right: 2.5rem !important;
    }

    /* تنسيق التلميح */
    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    /* Media Queries للتكيف مع الشاشات الصغيرة */
    @media (max-width: 768px) {


        p {
            line-height: 1.6;
            font-size: .9em;
        }


        .nav {
            padding: 15px;
        }

    }

    @media (max-width: 576px) {


        p {
            line-height: 1.6;
            font-size: .9em;
        }



        .nav {
            padding: 10px;
        }

        .nav ul li {
            font-size: .9em;
        }
    }

    /* الدف الاخير */
    .nav2-item {
        position: relative;
        padding: 12px 15px;
        border-radius: 4px;
        background-color: #f8f9fa;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .nav2-item::after {
        content: "";
        position: absolute;
        left: 0;
        /* تغيير من right إلى left */
        top: 0;
        height: 100%;
        width: 4px;
        border-radius: 0 4px 4px 0;
        /* تعديل الزوايا */
        transition: all 0.3s ease;
    }

    .nav2-item.active::after,
    .nav2-item:active::after {
        width: 8px;
        background-color: #4fa300;
    }

    .nav2-item.active a {
        color: #218838;
        /* تغيير لون النص إلى أخضر عند النقر */
        font-weight: bold;
        /* يمكنك إضافة هذا لجعل النص أكثر وضوحًا */
    }
    .nav2-item.active{
        background-color: #e9ecef;

    }
    .nav2-item:hover {
        background-color: #e9ecef;
        color: #218838;

    }

    .nav2-item a {
        text-decoration: none;
        color: #212529;
        display: block;
        transition: all 0.3s ease;
    }

    /* end login */

    /* message us */

    .main-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-content {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 1000px;
        margin-top: 20px;
        gap: 30px;
    }
    .contact-form-container {
        flex: 0 0 600px;
    }
    .contact-form {
        color: #026800;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 25px;
    }
    .contact-info-container {
        flex: 0 0 350px;
        display: flex;
        align-items: center;
    }
    .contact-info {
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 25px;
        width: 100%;
        margin-bottom: 10px;
    }
    .form-group-row {
        /* display: flex; */
        align-items: center;
        margin-bottom: 1rem;
    }
    .form-label-side {
        font-weight: bold;
        margin-bottom: 0;
        margin-left: 10px;
        min-width: 120px;
        text-align: right;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
    }
    .submit-btn {
        background-color: #28a745;
        border: none;
        border-radius: 7px;
        padding: 10px 30px;
        font-weight: bold;
        transition: all 0.2s;
    }
    .submit-btn:hover{
        border: 1px solid #026800;
        background-color: #ffffff;
    }
    .submit-btn:active{
        border: 1px solid #026800;
        background-color: #ffffff;
    }
    .message-box {
        height: 150px;
    }
    .contact-item {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .contact-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        background-color: #218838;
        color: white;
        font-size: 14px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    .contact-title {
        /* font-weight: bold; */
        margin-bottom: 20px;
        color: #026800;
        /* text-align: center; */
    }
    .form-control-side {
        flex-grow: 1;
    }
    .message-row {
        align-items: flex-start;
    }

    @media (max-width: 992px) {
        .main-content {
            flex-direction: column;
            align-items: center;
            max-width: 600px;
            gap: 10px;
        }
        .contact-form-container,
        .contact-info-container {
            flex: 1;
            width: 100%;
        }
        .contact-info {
            margin-top: 0;
        }
    }



    /* end message us */

    /* video */

    /*
    .video-card {
        border: none;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
        margin-bottom: 30px;
    } */
    .video-card:hover {
        transform: translateY(-5px);
    }
    .video-container {
        border-radius: 5px;
        position: relative;
        padding-bottom: 56.25%; /* نسبة 16:9 */
        height: 0;
        overflow: hidden;
        background-color: #000; /* خلفية سوداء للفيديو */
    }
    .video-container video {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* لتغطية المساحة كاملة */
        border-radius: 10px 10px 0 0;
    }
    .video-info {
        padding: 15px;
    }
    .video-title {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .video-date {
        color: #6c757d;
        font-size: 0.9rem;
    }
    .section-title {
        text-align: center;
        margin: 40px 0;
        font-weight: bold;
        color: #2c3e50;
    }
    .video-controls {
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 10;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .video-container:hover .video-controls {
        opacity: 1;
    }

    /*end video */



    /* start cancer_prevention */

.prevention-main-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* ظل ناعم وفخم */
    margin: 30px auto;
    max-width: 1000px; /* عرض مناسب للقراءة */
    border: 1px solid #f0f0f0;
}

/* مرونة العناصر للأجهزة الصغيرة */
@media (max-width: 576px) {
    .prevention-main-card {
        padding: 20px;
        margin: 15px;
    }
    .icon-box {
        width: 60px !important;
        height: 60px !important;
        font-size: 24px !important;
    }
}

/* تصميم دائرة الأيقونات */
.icon-box {
    width: 80px;
    height: 80px;
    background-color: #2d7729;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
    font-size: 30px;
    transition: transform 0.3s ease;
}

.prevention-item:hover .icon-box {
    transform: rotate(10deg) scale(1.1);
}

.prevention-title {
    color: #2d7729;
    font-weight: 700;
}

/* زر إقرأ المزيد */
.read-more-btn {
    color: #2d7729;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #1a5c17;
    border-bottom: 1px solid #1a5c17;
}

/* المحتوى المخفي */
.collapsable {
    display: none;
    padding: 15px;
    background: #f9f9f9;
    border-right: 3px solid #2d7729;
    margin-top: 10px;
    border-radius: 5px;
}

        /* end cancer_prevention */
