.profile .user-banner {
    position: relative;
    height: 10rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 2%;
}

.profile .user-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .user-avatar {
    position: absolute;
    top: 0;
    left: 5%;
    transform: translate(0%, -60%);
    width: 7rem;
    height: 7rem;
    border: 0.2rem solid white;
    border-radius: 50%;
}

.profile .user-info{
   padding-left: calc(8rem + 5%);
    width: 100%;
}

.profile .text-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.profile .ratings-section {
    border-radius: 0.75rem;
}

.profile .ratings-section .card-body {
    padding: 0;
    /* Remove padding in card body */
}

.profile .ratings-section .d-flex {
    padding: 0.5rem 0;
    /* Adjust padding for alignment */
}

.profile .flag-icon {
    width: 3.375rem;
    height: 3.375rem;
}

