.text-menu{
    color:#7A7A7A !important;
    font-size: 14px;
}
.bg-white{
    background: #fff !important;
}

.bg-herobanner{
    background: url('../bgheaderservice.png');
}

.bg-visimisi{
    background: url('../bgvisimisi.png');
}
.fs-48{
    font-size:40px !important;
}
.fs-28{
    font-size:28px;
}

.fs-30{
    font-size:25px !important;
}


.fs-36{
    font-size:36px !important;
}

.fs-24{
    font-size:20px;
}
.color-biru{
    color: #2D7398;
}
.fw-600{
    font-weight: 600;
}

.fw-400{
    font-weight: 400;
}
.bg-abu{
    background: #F8F8F8;
}

.text-primer{
    color:#4fa0cb !important;
}
.btn-blue{
    background-color: #4FA0CB !important;
}
.mission-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
    transition: .3s;
    height: 540px !important;
}

.mission-card:hover {
transform: translateY(-5px);
box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
}
.judul-misi{
    font-size: 20px !important;
    font-weight: 500 !important;
}

.desk-misi{
    font-size: 13px !important;
    line-height: 29px;
    font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  
    .bg-herobanner{
        background: url('../bgherobannermobile.png');
    }
    
    .fs-48{
        font-size:30px !important;
    }
    .fs-28{
        font-size:22px;
    }

    .fs-30{
        font-size:20px !important;
    }

    .fs-24{
        font-size:18px;
    }
}

.card-custom {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    background: #F9F9F9;
    padding-bottom: 24px;
        min-height: 280px;
}
.card-title{
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
    color: #4FA0CB;
    font-weight: 700  !important;
    text-decoration:none !important;
}
.card-img-top {
    height: 250px;
    object-fit: cover;
}
.card-body {
    padding: 1.5rem;
}
.card-text{
    color: #767676;
    margin-top: 16px;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3; 
}
.meta {
    color: #6c757d;
    font-size: 0.9rem;
}
.meta a {
    color: #ff6600;
    text-decoration: none;
    font-weight: 500;
}
.meta a:hover {
    text-decoration: underline;
}


.pagination {
    justify-content: center;
    gap: 0.5rem;
}

.page-item .page-link {
    border-radius: 5px;
    border: 1px solid #4FA0CB;
    color: #4FA0CB;
    font-weight: 500;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    margin-left: 10px;
    margin-right: 10px;
}

.page-item .page-link:hover {
    background-color: #f3f3f3;
}

.page-item.active .page-link {
    background-color: #4FA0CB;
    color: #fff;
    border-color: #4FA0CB;
}

.page-item.disabled .page-link {
    color: #4FA0CB;
    border-color: #4FA0CB;
}

.btn-tipekelas{
    color:#236283;font-weight:600;border:1px solid #4FA0CB;
    font-size: 20px;
    width:201px;
    height: 50px;
    background-color: #FFFFFF;
}
.line-clamp-3{
     overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-2{
     overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}