.view-muslim-categs .card{
    padding: 16px 20px;
    text-align: center;
    transition: all .3s linear;
}
.view-muslim-categs .card:hover{
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.view-muslim-categs .card .icon{
    width: 48px;
    height: 48px;
    margin: auto;
    background: #a5c13d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.view-muslim-categs .card .title{
    margin: 16px 0;
    color: #333;
}
.view-muslim-categs .card .btn{
    background: #f7f9ea;
    border-radius: 80px;
}
.app-card{
    padding: 20px;
    text-align: center;
    background: #f7f9ea;
    border-radius: 10px;
    transition: all .3s linear;
}

.app-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.app-card .image img{
    border-radius: 8px;
}

.app-card .card-body{
    padding-bottom: 0;
}

.app-card .card-body p{
    margin-bottom: 0;
    color: #10101c99;
}

.app-card .card-footer .btn{
    background: #a5c13d;
    color: white;
    width: 100%;
}

.ch-card{
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 0 #0000, 
    0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);;
}

.ch-card .image img{
    border-radius: 12px;
}

.ch-card .card-body{
    padding: 1rem 0 0;
}
.ch-card .card-body .title{
    font-size: 28px;
    font-weight: 600;
}
.ch-card .card-body p{
    margin-bottom: 0;
    font-size: 17px;
}

.ch-card .card-footer{
    padding: 1rem 0 0;
}
.ch-card .card-footer .btn{
    background: #a5c13d;
    color: white;
    padding: 6px 20px;
}
.ch-card .card-footer .btn .fa-solid{
    margin-inline-start: 4px;
}

.course-card{
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all .3s linear;
}

.course-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.course-card .image img{
    object-fit: cover;
}

.course-card .card-body{
    padding-bottom: 0;
}
.course-card .card-body p{
    margin-bottom: 0;
}

.course-card .card-footer{
    padding-bottom: 16px;
}

.course-card .card-footer .btn{
    background: #a5c13d;
    color: white;
    border-radius: 77px;
    width: 100%;
}

.story-card{
    padding: 10px;
    border-radius: 16px;
    border-color: #e6e6e6;
    height: 100%;
    align-items: center;
    transition: all .3s linear;
}
.story-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.story-card .image img{
    border-radius: 14px;
    object-fit: cover;
}

.story-card .card-body{
    padding: 0 1rem;
    max-width: calc(100% - 110px);
}

.story-card .card-body p{
    margin-bottom: 0;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.story-card .card-body .btn{
    color: #a5c13d;
}


.langs-modal .modal-body .dropdown-item{
    border-radius: 88px;
    border: 1px solid #ddd !important;
    padding: 8px 10px;
    text-align: center;
}

.ltr-mode .ch-card .card-footer .btn .fa-solid {
    transform: rotate(180deg);
}

.ltr-mode .consultant__card .card-body .card-actions { 
    right: 0;
    left: auto;
}






























@media (max-width: 587px){ 
}