
.btn-primary {
    color: var(--bs-white);
}

.btn-outline-primary {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-outline-primary:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: #41995b;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}



/*** Title ***/
.title-bnr .title-left,
.title-bnr .title-center,
.title-bnr .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.title-bnr .title-center {
    text-align: center;
}

.title-bnr .title-right {
    text-align: right;
}

.title-bnr .title-left h5,
.title-bnr .title-center h5,
.title-bnr .title-right h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title-bnr .title-left h5::after,
.title-bnr .title-center h5::before,
.title-bnr .title-center h5::after,
.title-bnr .title-right h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid var(--bs-white);
}

.title-bnr .title-left h5::after,
.title-bnr .title-center h5::after {
    left: calc(100% + 15px);
}

.title-bnr .title-right h5::before,
.title-bnr .title-center h5::before {
    right: calc(100% + 15px);
}

.title-bnr .title-left h1,
.title-bnr .title-center h1,
.title-bnr .title-right h1 {
    border-bottom: 1px solid var(--bs-white);
}

.title-bnr .title-center h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
}

.title-bnr .title-center h5 {
    color: #ffffff;
    font-size: 15px;
}

.main-bnr p{ 
    color: #ffffff;
    font-size: 20px !important;
}


@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-bnr p{ 
        color: #ffffff;
        font-size: 15px !important;
    }

    .title-bnr .title-center h3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
    }

    .title-bnr .title-center h5 {
        color: #ffffff;
        font-size: 11px;
        text-align: justify;
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
}

/* Clients swiper tweaks */
.clients-swiper .swiper-slide img {
    max-height: 80px;
    object-fit: contain;
}

.clients-swiper .swiper-button-prev,
.clients-swiper .swiper-button-next {
    color: #333;
}

.clients-swiper .swiper-button-prev,
.clients-swiper .swiper-button-next {
    z-index: 50;
}

/* Smaller white circular nav buttons for clients carousel */
.clients-swiper {
    --swiper-navigation-size: 28px;
    --swiper-navigation-color: #333;
}

.clients-swiper .swiper-button-prev,
.clients-swiper .swiper-button-next {
    width: var(--swiper-navigation-size) !important;
    height: var(--swiper-navigation-size) !important;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color);
}

.clients-swiper .swiper-button-prev:after,
.clients-swiper .swiper-button-next:after {
    color: var(--swiper-navigation-color);
    font-size: 14px;
}