.btn-tag {
    background: #00c3ff !important;
}

.btn.btn-brand-1, .color-brand-2 {
    color: #00c3ff !important;
}

.list-buttons-circle li a.active {
    background-color: #1897ed !important;
}
.box-info-banner11 {
    border-radius: 15px; /* Adjust the value to make the corners more or less rounded */
}

.section.mt-40.pt-50.pb-40 {
    border-radius: 10px; /* Adjust for desired roundness */
    overflow: hidden;    /* Ensures content fits within rounded corners */
    background-color: #f8f9fa; /* Optional: Add background color for visibility */
    padding: 20px;      /* Optional: Add padding for better spacing */
}