     .about-hero {
    /* background: linear-gradient(135deg, 
        rgba(26, 115, 232, 0.85) 0%, 
        rgba(13, 71, 161, 0.8) 50%,
        rgba(26, 115, 232, 0.7) 100%),
        url('https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1167&q=80'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path></svg>');
    background-size: cover;
    animation: float 6s ease-in-out infinite;
}

.about-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.1));
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 100%);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #ffffff, #e3f2fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.about-hero h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, var(--accent-color), #ffffff);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 229, 255, 0.5);
}

.about-hero p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0 auto 35px;
    max-width: 600px;
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

/* Breadcrumb بهبود یافته */
.breadcrumb {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.breadcrumb:hover::before {
    transform: translateX(100%);
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
}

.breadcrumb-item a:hover {
    color: var(--accent-color);
    transform: translateY(-2px);
}

.breadcrumb-item.active {
    color: var(--accent-color);
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    margin: 0 15px;
}

/* عناصر شناور */
.floating-elements {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.3);
    animation: float 6s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
    font-size: 2.5rem;
}

.floating-icon:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 1s;
    color: rgba(255, 255, 255, 0.4);
}

.floating-icon:nth-child(3) {
    top: 30%;
    left: 10%;
    animation-delay: 2s;
    font-size: 3rem;
}

.floating-icon:nth-child(4) {
    top: 70%;
    left: 20%;
    animation-delay: 3s;
    color: rgba(255, 255, 255, 0.35);
}

.floating-icon:nth-child(5) {
    top: 50%;
    right: 50%;
    animation-delay: 4s;
    font-size: 2.2rem;
}

/* انیمیشن‌ها */
@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    
}

/* تغییرات برای نمایش کارت‌ها کنار هم */
.doctors-slider-wrapper {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}

.doctors-swiper {
    padding: 20px 0 60px;
    overflow: visible;
}

.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    transform: none !important;
    width: 100% !important;
}

.swiper-slide {
    height: auto;
    width: 100% !important;
    transform: none !important;
}

/* استایل‌های فعلی شما حفظ شده‌اند */
.doctor-profile {
    background: white;
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.doctor-profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
}

.doctor-profile:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.9);
}

.doctor-avatar {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 25px;
}

.doctor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.doctor-profile:hover .doctor-avatar img {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.doctor-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffd700 0%, #ff6b00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.doctor-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.doctor-details h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.specialty {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 20px;
    padding: 6px 15px;
    background: rgba(26, 115, 232, 0.1);
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto 20px;
}

.doctor-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.meta-item i {
    color: var(--primary-color);
    font-size: 1rem;
}

.bio {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
    min-height: 48px;
    flex-grow: 1;
}

.doctor-cta {
    margin-top: auto;
}

.doctor-cta .btn-primary {
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 15px rgba(26, 115, 232, 0.3);
    width: 100%;
    justify-content: center;
}

.doctor-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 115, 232, 0.4);
}

/* مخفی کردن ناوبری و صفحه‌بندی اسلایدر */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    display: none !important;
}

/* رسپانسیو */
@media (max-width: 1200px) {
    .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .swiper-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .doctor-profile {
        padding: 25px 20px;
    }
    
    .doctor-avatar {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .doctors-swiper {
        padding: 10px 0 40px;
    }
    
    .doctor-profile {
        padding: 20px 15px;
    }
    
    .doctor-meta {
        gap: 15px;
        flex-direction: column;
    }
    
    .doctor-avatar {
        width: 100px;
        height: 100px;
    }
}
        /* هدر جدید */
        .doctor-header {
            background: transparent;
            padding: 10px 0 5px;
            position: relative;
            overflow: hidden;
        }

        .header-content {
            display: flex;
            align-items: center;
            gap: 40px;
            background: white;
            border-radius: 25px;
            padding: 40px;
            box-shadow: var(--shadow-medium);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
        }

        .doctor-avatar-large {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            border: 6px solid white;
            overflow: hidden;
            box-shadow: 
                var(--shadow-medium),
                0 0 0 8px var(--primary-light);
            flex-shrink: 0;
            position: relative;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .doctor-avatar-large:hover {
            transform: scale(1.05);
            box-shadow: 
                0 15px 40px rgba(26, 115, 232, 0.2),
                0 0 0 8px var(--primary-light);
        }

        .doctor-avatar-large img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .doctor-avatar-large:hover img {
            transform: scale(1.1);
        }

        .doctor-badge {
            position: absolute;
            bottom: 15px;
            left: 15px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #ffd700 0%, #ff6b00 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            box-shadow: 0 5px 15px rgba(255, 107, 0, 0.4);
            animation: pulse 2s infinite;
            border: 3px solid white;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .doctor-intro {
            flex: 1;
            position: relative;
        }

        .doctor-intro h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--dark-color);
            margin-bottom: 10px;
            background: linear-gradient(135deg, var(--dark-color) 0%, var(--primary-color) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .doctor-specialty {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 20px;
            padding: 8px 20px;
            background: var(--primary-light);
            border-radius: 25px;
            display: inline-block;
            border: 1px solid rgba(26, 115, 232, 0.2);
        }

        .doctor-meta {
            display: flex;
            gap: 25px;
            margin-bottom: 25px;
            flex-wrap: wrap;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 10px;
            background: var(--light-color);
            padding: 12px 20px;
            border-radius: 15px;
            box-shadow: var(--shadow-light);
            transition: all 0.3s ease;
            border: 1px solid var(--border-color);
        }

        .meta-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .meta-item i {
            color: var(--primary-color);
            font-size: 1.2rem;
        }

        .meta-item span {
            font-weight: 600;
            color: var(--dark-color);
        }

        .doctor-intro > p {
            font-size: 1.1rem;
            color: var(--text-color);
            margin-bottom: 30px;
            line-height: 1.8;
            padding: 15px 0;
            border-top: 1px solid var(--border-color);
            border-bottom: 1px solid var(--border-color);
        }

        .header-actions {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn {
            padding: 14px 30px;
            border-radius: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            border: none;
            font-size: 1rem;
            position: relative;
            overflow: hidden;
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .btn:hover::before {
            opacity: 1;
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
            color: white;
            box-shadow: 0 5px 15px rgba(26, 115, 232, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(26, 115, 232, 0.4);
        }

        .btn-outline {
            background: transparent;
            color: var(--primary-color);
            border: 2px solid var(--primary-color);
            box-shadow: 0 3px 10px rgba(26, 115, 232, 0.1);
        }

        .btn-outline:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(26, 115, 232, 0.2);
        }

        .btn-accent {
            background: linear-gradient(135deg, var(--accent-color) 0%, #ff8e8e 100%);
            color: white;
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
        }

        .btn-accent:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
        }

        .floating-elements {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }

        .floating-element {
            position: absolute;
            background: var(--primary-light);
            border-radius: 50%;
            opacity: 0.6;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 10%;
            right: 5%;
            animation-delay: 0s;
        }

        .floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            right: 10%;
            animation-delay: 2s;
        }

        .floating-element:nth-child(3) {
            width: 40px;
            height: 40px;
            top: 30%;
            right: 80%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(10deg); }
        }

        /* رسپانسیو */
        @media (max-width: 992px) {
            .header-content {
                flex-direction: column;
                text-align: center;
                gap: 30px;
                padding: 30px;
            }
            
            .doctor-avatar-large {
                width: 180px;
                height: 180px;
            }
            
            .doctor-intro h1 {
                font-size: 2.3rem;
            }
        }

        @media (max-width: 768px) {
            .doctor-header {
                padding: 40px 0 30px;
            }
            
            .header-content {
                padding: 25px 20px;
            }
            
            .doctor-meta {
                justify-content: center;
                gap: 15px;
            }
            
            .meta-item {
                padding: 10px 15px;
            }
            
            .header-actions {
                justify-content: center;
            }
            
            .btn {
                padding: 12px 25px;
                font-size: 0.95rem;
            }
        }

        @media (max-width: 576px) {
            .doctor-meta {
                flex-direction: column;
                align-items: center;
            }
            
            .header-actions {
                flex-direction: column;
                width: 100%;
            }
            
            .btn {
                width: 100%;
                justify-content: center;
            }
            
            .doctor-intro h1 {
                font-size: 2rem;
            }
            
            .doctor-specialty {
                font-size: 1.2rem;
            }
        }

        /* محتوای اصلی */
        .doctor-main {
            padding: 60px 0;
        }

        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 350px;
            gap: 40px;
        }

        /* بخش سمت راست (مشخصات) */
        .doctor-sidebar {
            position: sticky;
            top: 30px;
            height: fit-content;
        }

        .info-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 25px;
        }

        .info-card h3 {
            color: var(--dark-color);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--primary-light);
            font-size: 1.3rem;
        }

        .info-item {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .info-item:last-child {
            border-bottom: none;
        }

        .info-label {
            color: var(--text-color);
            font-weight: 500;
        }

        .info-value {
            color: var(--dark-color);
            font-weight: 600;
        }

        .expertise-list {
            list-style: none;
        }

        .expertise-list li {
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            padding-right: 25px;
        }

        .expertise-list li:before {
            content: '✓';
            position: absolute;
            right: 0;
            color: var(--secondary-color);
            font-weight: bold;
        }

        .expertise-list li:last-child {
            border-bottom: none;
        }

        .availability-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .availability-item:last-child {
            border-bottom: none;
        }

        .day {
            min-width: 80px;
            font-weight: 500;
        }

        .time {
            color: var(--dark-color);
            font-weight: 600;
        }

        .status {
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .status-available {
            background: #e6f4ea;
            color: var(--secondary-color);
        }

        .status-unavailable {
            background: #fce8e6;
            color: #d93025;
        }

        /* بخش سمت چپ (بیوگرافی) */
        .doctor-bio {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
        }

        .section-title {
            color: var(--dark-color);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--primary-light);
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .section-title i {
            color: var(--primary-color);
        }

        .bio-text {
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .education-list, .experience-list {
            list-style: none;
        }

        .education-list li, .experience-list li {
            padding: 15px 0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            padding-right: 30px;
        }

        .education-list li:before, .experience-list li:before {
            content: '•';
            position: absolute;
            right: 15px;
            color: var(--primary-color);
            font-size: 1.5rem;
            top: 12px;
        }

        .education-list li:last-child, .experience-list li:last-child {
            border-bottom: none;
        }

        .edu-year, .exp-year {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 5px;
        }

        .edu-degree, .exp-position {
            font-weight: 600;
            margin-bottom: 5px;
            color: var(--dark-color);
        }

        .edu-institution, .exp-company {
            color: var(--text-color);
        }

        /* گالری */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            margin-top: 20px;
        }

        .gallery-item {
            border-radius: 10px;
            overflow: hidden;
            height: 120px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover {
            transform: scale(1.05);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* نظرات */
        .reviews-container {
            margin-top: 20px;
        }

        .review-item {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
        }

        .review-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .reviewer-name {
            font-weight: 600;
            color: var(--dark-color);
        }

        .review-date {
            color: #9aa0a6;
            font-size: 0.9rem;
        }

        .review-rating {
            color: #ffb400;
            margin-bottom: 10px;
        }



        /* رسپانسیو */
        @media (max-width: 992px) {
            .content-wrapper {
                grid-template-columns: 1fr;
            }
            
            .doctor-sidebar {
                position: static;
            }
            
            .header-content {
                flex-direction: column;
                text-align: center;
            }
            
            .doctor-meta {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .footer-content {
                flex-direction: column;
                gap: 20px;
            }
            
            .doctor-intro h1 {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .doctor-meta {
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
            
            .header-actions {
                flex-direction: column;
            }
            
            .gallery-grid {
                grid-template-columns: 1fr;
            }
        }

          /* استایل‌های مخصوص فرم نظر سنجی */
        .review-form-section {
            background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
            padding: 60px 0;
            margin-top: 40px;
            border-top: 1px solid #e0e7ff;
        }
        
        .review-form-container {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 87, 255, 0.1);
            position: relative;
            overflow: hidden;
        }
        

        
        .review-form-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .review-form-header h2 {
            color: #1a73e8;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .review-form-header p {
            color: #5f6368;
            font-size: 16px;
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-label {
            font-weight: 600;
            color: #3c4043;
            margin-bottom: 8px;
            display: block;
        }
        
        .form-control {
            border: 2px solid #e8eaed;
            border-radius: 12px;
            padding: 12px 16px;
            font-size: 16px;
            transition: all 0.3s ease;
            background-color: #f8f9fa;
        }
        
        .form-control:focus {
            border-color: #1a73e8;
            box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.2);
            background-color: white;
        }
        
        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }
        
        .rating-section {
            background: #f8f9ff;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 25px;
        }
        
        .rating-title {
            font-weight: 600;
            margin-bottom: 15px;
            color: #3c4043;
        }
        
        .rating-categories {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }
        
        .rating-category {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
        }
        
        .category-name {
            font-weight: 500;
            color: #5f6368;
        }
        
        .star-rating {
            display: flex;
            direction: ltr;
        }
        
        .star-rating input {
            display: none;
        }
        
        .star-rating label {
            font-size: 24px;
            color: #ddd;
            cursor: pointer;
            transition: color 0.2s;
            padding: 0 2px;
        }
        
        .star-rating label:hover,
        .star-rating input:checked ~ label {
            color: #ffc107;
        }
        
        .form-submit-btn {
            background: linear-gradient(135deg, #1a73e8, #0d47a1);
            color: white;
            border: none;
            border-radius: 12px;
            padding: 14px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            margin-top: 10px;
        }
        
        .form-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(26, 115, 232, 0.4);
        }
        
        .form-submit-btn:active {
            transform: translateY(0);
        }
        
        .privacy-notice {
            text-align: center;
            margin-top: 20px;
            color: #5f6368;
            font-size: 14px;
        }
        
        .success-message {
            display: none;
            background: linear-gradient(135deg, #34a853, #2e7d32);
            color: white;
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            margin-top: 20px;
        }
        
        .success-message i {
            font-size: 48px;
            margin-bottom: 15px;
        }
        
        @media (max-width: 768px) {
            .review-form-container {
                padding: 25px;
            }
            
            .rating-categories {
                grid-template-columns: 1fr;
            }
        }