.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-left: -10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-left: -10px;
    transition: all 0.3s ease;
}
/* New styles */
.profile-widget {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 15px;
    transition: all 0.3s ease;
}
.profile-widget:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}
.doc-img {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.doc-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
}
.pro-content {
    padding: 15px 0;
}
.pro-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pro-content .title a {
    color: #272b41;
    text-decoration: none;
}
.pro-content .speciality {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.rating {
    color: #ffc107;
    margin-bottom: 15px;
}
.available-info {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.available-info li {
    color: #757575;
    font-size: 13px;
    margin-bottom: 8px;
}
.available-info li i {
    margin-right: 8px;
    color: #20c0f3;
}
.view-btn, .book-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.view-btn {
    background-color: #fff;
    border: 1px solid #20c0f3;
    color: #20c0f3;
}
.book-btn {
    background-color: #20c0f3;
    border: 1px solid #20c0f3;
    color: #fff;
}
.scroll_search_navigation {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.select_main_part {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    color: #555;
}
.search-location, .search-info {
    margin-bottom: 15px;
}
.select2-container {
    width: 100% !important;
}
.profile-widget {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.doc-img {
    display: flex;
    align-items: flex-start;
}
.doc-img img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 15px;
}
.pro-content {
    flex: 1;
}
.pro-content .title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #272b41;
}
.pro-content .title a {
    color: inherit;
    text-decoration: none;
}
.pro-content .speciality {
    color: #757575;
    font-size: 14px;
    margin-bottom: 10px;
}
.pro-content .qualification {
    color: #757575;
    font-size: 13px;
    margin-bottom: 10px;
}
.consultation-fee {
    display: flex;
    gap: 15px;
    margin: 10px 0;
    font-size: 14px;
}
.fee-item {
    display: flex;
    align-items: center;
}
.fee-item i {
    margin-right: 5px;
    color: #757575;
}
.clinic-location {
    color: #757575;
    font-size: 13px;
    margin: 10px 0;
}
.next-available {
    color: #28a745;
    font-size: 13px;
    margin: 10px 0;
}
.rating {
    color: #ffc107;
    margin: 10px 0;
}
.rating .percentage {
    color: #28a745;
    font-weight: bold;
    margin-right: 5px;
}
.rating .count {
    color: #757575;
    font-size: 13px;
}
.action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.view-btn, .book-btn {
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    flex: 1;
}
.view-btn {
    background: #fff;
    border: 1px solid #20c0f3;
    color: #20c0f3;
}
.book-btn {
    background: #20c0f3;
    border: 1px solid #20c0f3;
    color: #fff;
}

        .profile-header {
            display: flex;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        .profile-img {
            width: 120px;
            height: 120px;
            margin-right: 20px;
        }
        .profile-img img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
        }
        .profile-info h1 {
            margin: 0 0 10px;
            font-size: 24px;
            color: #333;
        }
        .clinic-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .clinic-info h3 {
            margin: 0 0 10px;
            font-size: 18px;
            color: #333;
        }
        .fee-info {
            margin-top: 10px;
        }
        .fee {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }
        .clinic-actions {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        .call-btn, .book-btn {
            width: 200px;
            padding: 10px;
            border: none;
            border-radius: 4px;
            font-weight: bold;
        }
        .call-btn {
            background: #fff;
            border: 1px solid #31acff;
            color: #31acff;
        }
        .book-btn {
            background: #31acff;
            color: #fff;
        }
        .no-booking-fee {
            margin: 0;
            font-size: 12px;
            color: #666;
        }
        .clinic-card {
            padding: 15px;
            margin-bottom: 15px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.1);
        }
        @media (max-width: 767px) {
            .clinic-card {
                flex-direction: column;
            }
            
            .clinic-info {
                width: 100%;
                margin-bottom: 15px;
            }
            
            .clinic-actions {
                width: 100%;
            }
            
            .call-clinic-btn, .book-appointment-btn {
                width: 100%;
                text-align: center;
                padding: 12px;
                border-radius: 4px;
                font-weight: 500;
                font-size: 14px;
                margin-bottom: 8px;
            }
            
            .call-clinic-btn {
                background: #fff;
                border: 1px solid #31acff;
                color: #31acff;
            }
            
            .book-appointment-btn {
                background: #31acff;
                color: #fff;
                border: none;
            }
            
            .no-booking-fee {
                text-align: center;
                font-size: 12px;
                color: #666;
                margin: 5px 0 0;
            }
        }
