.text-success {
    color: #28B14C !important;
}

.text-primary {
    color: #055543 !important;
}

.text-hover-dark:hover {
    color: #0aa866 !important;
    cursor: pointer;
}

.content-card.px-10 {
    padding-left: 95px;
    padding-right: 95px;
}

html,body {
    overflow-x: hidden;
}
body {
    padding-top: 60px;
    background-color: #EFFAF0 !important;
}
.carousel-item {
    height: 90vh;
    position: relative;
}
.carousel-img {
    height: 100%;
    object-fit: cover;
}
.carousel-item::before{
    content:"";
    position: absolute;
    inset:0;
    background: rgba(0,0,0,0.5);
}
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 2;
}
.gallery-item {
    display: block;
    background: #ffc107;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.gallery-item img {
    border-radius: 10px;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.tim-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    max-width: 80%;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Ensures ellipsis is shown if needed */
}

/* custom pagnation */
.page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
}

.page-numbers:hover {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.page-numbers.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
}

.page-numbers.dots {
    border: none;
    background: transparent;
}

.has-bg-ellips {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bg-ellips {
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    opacity: 0.6;
}
.bg-ellips-atas {
    position: absolute;
    bottom: -120px;
    right: -150px;
    width: 400px;
    /* opacity: 0.6; */
}
/* .bg-ellips-atas {
    position: absolute;
    top: 140px;
    left: -180px;
    width: 400px;
    opacity: 0.2;
} */
@media (max-width: 576px) {

    /* .carousel-item {
        height: 40vh;
    } */

    .carousel-caption h1 {
        font-size: 1.3rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }

}