/* Zaufali Nam - CSS */

.trustedus-section {
    background-color: #fff;
    margin: 1rem 0;
    padding-bottom: 1rem;
    position: relative;
}

.trustedus-container {
    padding: 0 30px;
}

/* h2.h2.trustedus-title {
    margin-bottom: 2rem;
} */

.trustedus-grid {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
    justify-items: center;
}

.trustedus-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 100px;
}

.trustedus-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Owl Carousel override */
.owl-carousel .owl-nav button {
    background-color: #f0f0f0;
    color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.owl-carousel .owl-nav button:hover {
    background-color: #333;
    color: #fff;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #333;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.trustedus-section .owl-nav {
    position: absolute;
    display: flex !important;
    top: 24px;
    right: 16px;
}

.trustedus-section .owl-carousel {
    position: unset !important;
}

.trustedus-section button:focus {
    outline: none;
}