.remove-max-width p {
    max-width: unset;
}

.brand-logos img {
    opacity: 0.7;
    transition: opacity 1s ease;
}

.brand-logos img:hover {
    opacity: 1;
}

.rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
}

.volume-count {
    font-size: 0.875rem;
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
    border: 1px solid #cbb26b00;
    transition:
        background-color 0.4s ease,
        color 0.4s ease,
        border 0.4s ease;
}

.cursor-pointer:hover {
    border: 1px solid #cbb26b;
}

.active-volume {
    background-color: #cbb26b;
}

.active-volume .elementor-widget-container {
    color: #00204a !important;
}

.display-none {
    /*display: none;*/
    visibility: hidden;
}

.square-image img {
    aspect-ratio: 1;
    object-fit: cover;
}

/* TESTIMONIAL PILL */
.swiper-pagination-bullet {
    transition: 0.5s all ease;
}

.swiper-pagination-bullet-active {
    width: 24px !important;
    border-radius: 99px;
}
