.profile-page {
    min-height: 90vh;
}

.profile-page .user-card {
    width: 500px;
    max-width: 100%;
}

.user-card {
    margin: auto;
    position: relative;
    overflow: hidden; 
}

/* 
 .user-card::before {
     content: '';
     position: absolute;
     z-index: 1;
     top: 0;
     right: 0;
     left: 0;
     height: 70px;
     background-color: var(--main-color);
 }

 .user-card .card-header {
     position: relative;
     z-index: 3;
     padding-top: 30px;
     text-align: center;
     padding: 15px 0;
 }

 .user-img-wrapper {
     position: relative;
     width: 130px;
     height: 130px;
     margin: auto;
 }

 .user-card .user-img {
     border-radius: 50%;
     width: 130px;
     height: 130px;
     border: 3px solid #fff;
     box-shadow: 0 0 2px 2px rgba(150, 150, 150, 0.215);
     background-color: #fff;
 }


 .user-img-wrapper.excellent::before {
     border-color: #00AA00;
     border-right-color: transparent;
 }

 .user-img-wrapper.good::before {
     border-color: #e2e21a;
     border-right-color: transparent;
     border-bottom-color: transparent;
 }

 .user-img-wrapper.bad::before {
     border-color: #f44d4d;
     border-right-color: transparent;
     border-bottom-color: transparent;
     border-left-color: transparent;
 }


 .user-card .user-name {
     padding: 10px 0;
     font-size: 21px;
 }

 .card-section {
     padding: 10px 0;
 }

 .card-section-title {
     font-size: 16px;
     font-weight: 700;
     padding-bottom: 10px;
 } */

/* ************************* */
/* ****** Personal Info Section ******** */
/* ************************* */

.user-personal-info {
    /* display: flex; */
    /* gap: 10px; */
    /* justify-content: space-around; */
}

/* ************************* */
/* ****** Stats Section ******** */
/* ************************* */
/* 
 .stats-wrapper {
     text-align: center;
 }

 .stats-list {
     display: flex;
     gap: 15px;
     justify-content: space-between;
 }

 .stats-item {
     padding: 10px 10px;
     border-radius: 10px;
     background-color: #efefef;
     color: var(--main-color) !important;
     flex: 0 0 30%;
     height: 60px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .stats-item img {
     width: 35px;
 }

 .stats-item i {
     font-size: 27px;
 }


 /* ************************* */
/* ****** Contact Section ******** */
/* ************************* */

/*
 .contacts-list {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .contact-item { 
     border-radius: 5px;
     padding: 10px; 
     display: flex;
     gap: 15px;
     background-color: #fff;
 }

 .contact-item img {
     width: 50px;
     height: 50px;
     padding: 10px;
 }

 .contact-item i {
     width: 60px;
     height: 50px;
     padding: 10px 20px;
     font-size: 22px;
     color: var(--main-color);
 }

 .contact-item .contact-desc {
     font-size: inherit;
     margin-bottom: 3px;
     color: #878787;
     font-weight: normal;
 }

 .contact-value {
     color: #111; 
 } */

/* ************************* */
/* ****** Service Section ******** */
/* ************************* */
/* 
 .services-list {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .service-item {
     border: 1px solid #ddd;
     padding: 15px;
     border-radius: 10px;
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .service-title {
     color: var(--main-color);
     font-size: 16px;
     padding-bottom: 7px;
 } */