.breadcumb-page{
    font-size: 14px;
    color: #000;
}
.home-text{
    color:#7A7A7A;
    margin-left: 4px;
}
.card-custom {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    background: #F9F9F9;
    padding-bottom: 24px;
}
.card-title{
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
}
.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: 0.5rem;
    border: 1px solid #454649;
    color: #454649;
    font-weight: 500;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

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

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

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

.page-item1 .page-link1 {
    border-radius: 0.5rem;
    border: 1px solid #DC4428;
    color: #DC4428;
    font-weight: 500;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.page-item1 .page-link1:hover {
    background-color: #f3f3f3;
}

.page-item1.active .page-link1 {
    background-color: #DC4428;
    color: #fff;
    border-color: #DC4428;
}

.page-item1.disabled .page-link1 {
    color: #DC4428;
    border-color: #DC4428;
}

.hero {
    position: relative;
    background-image: url('../images/herobanner.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    height: 399px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.highlight {
    background-color: #e36b3f;
    padding: 0.2rem 0.6rem;
    border-radius: 0.25rem;
}

@media (max-width: 768px) {
    .hero {
    height: 220px;
    }
    .hero h1 {
    font-size: 2rem;
    }
    .hero h2 {
    font-size: 1.2rem;
    }
}

.job-card {
    border: none;
    border-radius: 0px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.job-card:hover {
    transform: translateY(-5px);
}

.job-card img {
    height: 200px;
    object-fit: cover;
}
.no-radius{
    border-radius: 0px !important;
}

.job-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
}

.nav-link-mcare{

}
.nav-link-mcare:before{
    position: absolute;
    right: 0;
    height: 12px;
    width: 1px;
    background: #fff;
    top: 5px;
    content: "";
}
.job-title {
    color: #d65a31;
    font-weight: 600;
    font-size: 1.25rem;
}
.job-deskripsi{
    -webkit-line-clamp: 4; /* Limit to 3 lines */
  line-clamp: 4;
  line-height: 22px;
  font-weight: 300;
}


.line-clamp-2{
    -webkit-line-clamp: 2; /* Limit to 3 lines */
  line-clamp: 2;
}


.line-clamp-3{
    -webkit-line-clamp: 3; /* Limit to 3 lines */
  line-clamp: 3;
}

.btn-dark {
    border-radius: 0;
    font-weight: 500;
    background: #060606;
    color: #fff;
    align-self: flex-end;
}

.btn-dark i {
    margin-left: 5px;
}

.btn-astech{
    border: 1px #DC4428;
    border-radius: 12px;
    padding-left: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 64px;
    background-color: #DC4428;
}

.btn-astech:hover{
    background-color: #DC4428;
}