/* Custom Swiper Pagination - Active Bullet Color */
.swiper-pagination-bullet-active {
    background: #f06292 !important;
}

/* Mesh Background Pattern */
.mesh-bg {
    background-color: #f0f9ff;
    background-image: radial-gradient(#4dd0e1 0.5px, transparent 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.mesh-grid {
    position: relative;
    background-color: #fdf2f8;
}

.mesh-grid::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(77, 208, 225, 0.1) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(77, 208, 225, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

/* Custom Swiper Container Height Control */
.companies-swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px !important;
}

.companies-swiper .swiper-slide {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.companies-swiper .swiper-wrapper {
    height: auto !important;
}

/* Testimonials Swiper height fix */
.testimonials-swiper .swiper-wrapper {
    height: auto !important;
}

.testimonials-swiper .swiper-slide {
    height: auto !important;
}

.companies-swiper .swiper-slide .bg-white {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.companies-swiper .swiper-slide img {
    max-height: 60px;
    height: auto;
    width: auto;
    max-width: 85%;
    object-fit: contain;
}

.swiper-pagination {
    bottom: 0 !important;
}