

/* start colors -----------------------------*/
:root {
    --primary: #038142;
    }
    body {
        color: #13993d;
    }

    .text-primary {
        color: #038142 !important;
    }


    .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #038142;
        border-color: #138548;
    }
    .btn-primary:hover {
        color: #fff;
        background-color: #038142;
        border-color: #138548;
    }

    .btn-primary {
        color: #fff;
        background-color: #038142;
        border-color: #138548;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-color: #35fc79;
        border: 10px solid #35fcc8;
    }

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: #1b7a23;
        font-weight: 700;
    }

    .rounded-circle {
        border-radius: 50% !important;
    }

    .facts {
        background: linear-gradient(rgb(53 252 66 / 95%), rgb(2 100 33 / 95%)), url(../img/bg.png);
    }

    .team-item:hover .team-text {
        background: #099b31;
        border-color: #17c33f;
    }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        color: #412d01;
    }

    .bg-dark {
        background-color: #341801 !important;
    }
    .copyright {
        color: var(--light);
        background: #1c0000;
    }

    .team-item .team-social .btn:hover {
        background: #aaf9d1;
        color: #020518;
    }


    .service_overview, .service_description {
        background-color: #f0f9f5;
        /* border-right: 10px solid #412d01; */
        padding: 11px 24px 9px 30px;
        margin: 14px;
    }

    /* Default border for Arabic (right border) */
[dir="rtl"] .service_overview,
[dir="rtl"] .service_description {
    border-right: 10px solid #412d01;
}

/* Default border for English (left border) */
[dir="ltr"] .service_overview,
[dir="ltr"] .service_description {
    border-left: 10px solid #412d01;
}


    /* published */
    .published_date {
        position: absolute;
        text-align: center;
        width: 60px;
        margin-top: 106px;
    }
    .published_date p.date {
        background: #521414 none repeat scroll 0 0;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        padding: 5px 0;
    }
    p.month {
        background: #fff none repeat scroll 0 0;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        padding: 10px 0;
        color: #313131;
    }
    /* published */


/* whatsapp */
#WhatsappID {
    background-color: #4bea33;
    bottom: 26px;
    color: #fff;
    font-size: 36px;
    padding: 29px 29px;
    left: 53px;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .64);
}
#WhatsappID:hover
{
    bottom: 27px;
    box-shadow: 2px 7px 26px 0 rgba(13, 48, 44, 0.24);
}
.joinchat--show {
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
}
.icon_w
{
    width: var(--btn);
    height: var(--btn);
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: 60%;
}
/* whatsapp */

/* pagination color start */
    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-color: #4a3a06;
        border: 10px solid #4a3a06;
    }

    .page-item.active .page-link {
        background-color: #038142;
        border-color: #038142;
    }

    .page-link {
        color: #038142;

    }
    .page-link:hover {
        color: #038142;
    }
/* pagination color end */



    /* end colors */


    /* both */

    .h-100 {
        height: unset !important;
    }


    /* doctor infos */
    .doctor-info ul {
        /* list-style: none; إزالة النقاط */
        padding: 0;
        margin: 0;
        line-height: 1.2;
        /* تقليل المسافة بين السطور */
        font-size: 14px;
        /* حجم النص */
    }

    .doctor-info ul li {
        display: flex;
        /* لجعل العناصر بنفس السطر */
        justify-content: space-between;
        /* توزيع النص بالتساوي */
        margin-bottom: 5px;
        /* تقليل المسافة بين العناصر */
    }

    .doctor-info ul li span {
        margin-left: 10px;
        /* مسافة صغيرة بين النص والعنصر */
    }

    .read-more {
        margin-top: 10px;
        /* مسافة بسيطة قبل الزر */
        padding: 5px 10px;
        background-color: #28a745;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    /* doctor infos */



    .team-item img {
        position: relative;
        z-index: 2;
        height: 394px;
        width: 405px;
    }



    @media (max-width: 768px) {
        .h-100 {
            height: 100% !important;
        }
      }
