
body html {
    height: 100vh;
}


.community-title {
    color: var(--primary-1);
    text-align: center;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dot-pic-community {
    z-index: -1;
    padding: 0px 392px 0 0;
    top: 81px;
}

.title-community {
    color: #004876;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 150%;
    position: relative;
    top: 9px;
    margin-top: 2px;
}

.card-title2 {
    color: var(--primary-1);
    text-align: right;
    background: var(--primary-2)17;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 12px;
    padding: 8px 15px 8px 0px
}

/* Styles for RTL text direction */
[dir="rtl"] .card-title2 {
    padding: 8px 15px 8px 0px
}

/* Additional adjustment if needed */
[dir="ltr"] .card-title2 {
    padding: 8px 15px 8px 19px
}

.about-community {
    width: auto;
    color: var(--primary-1);
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    text-align: justify;
    font-size: medium;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 150%
}

.card.border-card-community {
    border-radius: 20px !important;
}
/*.card.border-card-community {*/
/*    border-radius: 20px;*/
    

.bg-light {
    color: var(--primary-1);
    text-align: right;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
    padding: 2px 13px 0 0;
    line-height: 150%;
}

.bg-lightbeige {
    color: var(--primary-2) !important;
    text-align: right;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 6%;
    padding: 0;
}

.card-body-community {
    padding: 1rem 2rem;
}

/* communty end */



/* Tablet styles */
@media screen and (max-width: 992px) {


    .vision-message {
        width: 89%;
        gap: 37px;
        position: relative;
        left: -1%;
    }
    /* community */
    .title-community {
        font-size: 40px;
        width: auto;
    }
}
/* @media (min-width: 768px) and (max-width: 1199px) {
    .bg-light {
        font-size: 23px;
    }
    .bg-lightbeige {
        font-size: 18px;
        width: auto;
        text-align: center;
    }
    .about-community {
        font-size: 18px;
    }
    .title-community {
        font-size: 40px;
        width: auto;
    }
    .dot-pic2{
        display: none;
    }
} */

/* Phone styles */
@media screen and (max-width: 768px) {
    .dot-pic-community {
        display: none !important;
    }

    .community-title {
        font-size: 30px;
    }
}

@media (min-width: 768px) {

    .title-community2 {
        font-size: 33px;
    }
}

@media screen and (max-width: 576px) {

    .electronic-services {
        margin-right: 16px !important;
    }
    /* community */
    .dot-pic-community {
        display: none !important;
    }

    .bg-light,
    .bg-lightbeige,
    .about-community {
        width: 100%;
        text-align: justify;
    }
}
