
/* Custom styling */



.partners-section img {
    max-width: 150px;
    margin: 10px;
}

.card {
    background-color: #009AB2;
}

    .card .card-body {
        text-align: left;
        margin-left: 22px;
        margin-top: 35px;
    }

.heading-container {
    position: relative;
    display: inline-block;
}

.plus-sign {
    position: absolute;
    top: 0;
    right: -20px;
    color: #FF9800;
    font-size: 1.5rem;
}

/* Custom CSS to make controls black and center vertically */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5%; /* Adjust width for click area */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%); /* Make icons black */
}

/* Additional styling for better visibility */
.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.aboutbt:hover {
    background-color: #009AB2;
}