.resize-none {
    resize: none;
}

.bg-blue {
    background: #003b95;
}

.badge-circle {
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: -2px; 
    right: -5px;
    color: green;
}

#testimonials {
    background: #003b95;
    border-radius: 80px 80px 0 0;
}

#testimonials .swiper .card {
    box-shadow: 0 15px 25px 5px #9a9a9a63;
    border-radius: 7px;
}

#testimonials .swiper .card .quote {
    color: #003b95;
    font-size: 5rem;
    margin: 0;
    line-height: 2rem;
}

#faq {
    background: #003b95;
    border-radius: 0 0 80px 80px;
}

#faq .section_title span {
    color: #f2f2f2;
}