.profile-page {
    background: #f8f9fa;
    padding: 30px;
}

.profile-cover {
    position: relative;
    height: 360px;
    overflow: hidden;
    background: #ddd;
}

    .profile-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-header-card {
    position: relative;
    margin-top: -75px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: white;
    box-shadow: 0 18px 60px rgba(0,0,0,.08);
}

.profile-avatar {
    width: 115px;
    height: 115px;
    border: 5px solid white;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.profile-section {
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: white;
}

.profile-sidebar {
    position: sticky;
    top: 100px;
}

.booking-card {
    padding: 25px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: white;
    box-shadow: 0 15px 45px rgba(0,0,0,.06);
}

.portfolio-image {
    width: 100%;
    height: 220px;
    border-radius: 14px;
    object-fit: cover;
}

.package-card {
    height: 100%;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
}

.package-card-featured {
    border: 2px solid #111;
}

.review-card {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}

.review-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.rating-stars {
    color: #f59e0b;
}

.experience-item {
    padding-left: 20px;
    border-left: 2px solid #111;
}

.text-bg-dark {
    color: #0d6efd !important;
    background-color: #f8f9fa !important;
}
