#header3.header {
    background: linear-gradient(90deg, #0a2b4a 0%, #0066cc 50%, #0a2b4a 100%);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* کانتینر اصلی */
#header3 .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 75px;
    max-width: 1400px;
    margin: 0 auto;
}

/* بخش چپ - دکمه ورود به پنل */
#header3 .left-header {
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-radius: 25px;
    border: 2px solid rgba(0, 102, 204, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
    min-width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#header3 .left-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.7s ease;
}

#header3 .left-header:hover::before {
    left: 100%;
}

#header3 .left-header:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.35);
    border-color: #0099ff;
    background: linear-gradient(135deg, #ffffff 0%, #e6f2ff 100%);
}

/* دکمه ورود به پنل */
#header3 .panel-login-btn {
    color: #0066cc;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.4s ease;
    white-space: nowrap;
    padding: 12px 24px;
    width: 100%;
    height: 100%;
    font-family: 'iranyekan', sans-serif;
    position: relative;
    z-index: 1;
    letter-spacing: 0.3px;
}

#header3 .panel-login-btn::before {
    content: "🔐";
    font-size: 18px;
    transition: transform 0.3s ease;
}

#header3 .panel-login-btn:hover {
    color: #004d99;
}

#header3 .panel-login-btn:hover::before {
    transform: scale(1.2) rotate(10deg);
}

/* بخش مرکزی - منو */
#header3 .center-header {
    flex: 1;
    margin: 0 30px;
}

#header3 .nav-content {
    display: flex;
    justify-content: center;
    gap: 2px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#header3 .content-item {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    white-space: nowrap;
    font-family: 'iranyekan', sans-serif;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#header3 .content-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#header3 .content-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 2px;
}

#header3 .content-item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.3);
    padding: 10px 25px;
}

#header3 .content-item:hover::before {
    opacity: 1;
}

#header3 .content-item:hover::after {
    transform: translateX(-50%) scaleX(1);
}

/* بخش راست - لوگو */
#header3 .right-header {
    display: flex;
    align-items: center;
}

#header3 .nav-logo {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 3px;
    background: linear-gradient(135deg, #ffffff, #f0f7ff);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    object-fit: contain !important; /* تغییر از fill به contain */
}

#header3 .header-logo:hover .nav-logo {
    border-color: rgba(255, 255, 255, 0.6);
    transform: rotate(5deg) scale(1.08);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.4);
}

#header3 .nav-title {
    color: #ffffff;
    font-family: 'iranyekan', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-left: 15px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

#header3 .header-logo:hover .nav-title {
    color: #e6f2ff;
    text-shadow: 0 0 15px rgba(102, 204, 255, 0.6);
}

/* SVG در تم تیره */
#header3 .mobile-logo-path[style*="stroke:rgb(0, 0, 0)"] {
    stroke: #ffffff !important;
    stroke-width: 3 !important;
}

/* حالت موبایل زیر 1000px */
@media (max-width: 1000px) {
    #header3 .header-container {
        height: 70px;
        padding: 0 15px;
    }
    
    #header3 .panel-login-btn {
        display: none;
    }
    
    #header3 .left-header {
        min-width: auto;
        width: auto;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        height: auto;
        order: 1;
        margin-right: auto;
    }
    
    #header3 .mobile-login-btn {
        display: block;
        cursor: pointer;
        background: linear-gradient(135deg, rgba(0, 102, 204, 0.9), rgba(0, 153, 255, 0.9));
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        padding: 10px;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        backdrop-filter: blur(10px);
        box-shadow: 0 4px 15px rgba(0, 102, 204, 0.4);
        position: relative;
        overflow: hidden;
    }
    
    #header3 .mobile-login-btn svg {
        width: 28px;
        height: 28px;
        display: block;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
        transition: all 0.3s ease;
    }
    
    #header3 .mobile-login-btn path {
        stroke: #ffffff;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: all 0.3s ease;
    }
    
    #header3 .mobile-login-btn:hover {
        transform: translateY(-3px) scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 102, 204, 0.6);
        border-color: rgba(255, 255, 255, 0.6);
        background: linear-gradient(135deg, rgba(0, 102, 204, 1), rgba(0, 153, 255, 1));
    }
    
    #header3 .center-header {
        display: none;
    }
    
    #header3 .right-header {
        order: 2;
        margin-left: auto;
    }
    
    #header3 .nav-logo {
        width: 55px;
        height: 55px;
    }
    
    #header3 .nav-title {
        font-size: 22px;
        margin-left: 12px;
    }
}

/* حالت موبایل کوچک */
@media (max-width: 768px) {
    #header3 .header-container {
        height: 65px;
        padding: 0 12px;
    }
    
    #header3 .nav-logo {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }
    
    #header3 .nav-title {
        font-size: 20px;
        margin-left: 10px;
    }
    
    #header3 .mobile-login-btn {
        width: 48px;
        height: 48px;
        padding: 9px;
    }
    
    #header3 .mobile-login-btn svg {
        width: 26px;
        height: 26px;
    }
}

/* حالت خیلی کوچک موبایل */
@media (max-width: 480px) {
    #header3 .header-container {
        height: 60px;
        padding: 0 10px;
    }
    
    #header3 .nav-title {
        font-size: 18px;
        margin-left: 8px;
    }
    
    #header3 .nav-logo {
        width: 45px;
        height: 45px;
        border-radius: 12px;
    }
    
    #header3 .mobile-login-btn {
        width: 44px;
        height: 44px;
        padding: 8px;
    }
    
    #header3 .mobile-login-btn svg {
        width: 24px;
        height: 24px;
    }
    
    #header3 .nav-title {
        display: none;
    }
}

/* دسکتاپ */
@media (min-width: 1001px) {
    #header3 .mobile-login-btn {
        display: none;
    }
}


/* رنگ بندی #header3.header */
#mySidenav.sidenav {
    background: linear-gradient(180deg, #0a2b4a 0%, #0066cc 100%);
    width: 280px;
}

#mySidenav .closebtn {
    background: #ffffff !important;
    color: #0066cc !important;
    border: 2px solid rgba(0, 102, 204, 0.3);
}

#mySidenav .sidebar-header {
    background: #0a2b4a !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#mySidenav .link-style,
#mySidenav .dropdown-item-mobile,
#mySidenav .sidenav-link {
    color: white !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#mySidenav .mobile-turn-content {
    background: #0a2b4a !important;
    color: white !important;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}



/* سکشن اصلی با تم آبی مشابه */
#id-6234.article9 {
    background: linear-gradient(135deg, 
        rgba(10, 43, 74, 0.95) 0%,
        rgba(0, 102, 204, 0.9) 50%,
        rgba(10, 43, 74, 0.95) 100%
    ) !important;
    padding: 50px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 80vh !important;
    border-top: 3px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1) !important;
}

/* wrapper اصلی - کاملاً مشابه ریسپانسیو */
#id-6234 .article-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* کارت‌ها - حفظ تم آبی */
#id-6234 .article-card-item {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 4px 15px rgba(0, 102, 204, 0.15) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 30px 25px !important;
    height: 100% !important;
    min-height: 450px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: 2px solid rgba(255, 255, 255, 0.25) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    position: relative !important;
}

/* هاور نرم و متعادل - مشابه ریسپانسیو */
#id-6234 .article-card-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 10px 25px rgba(0, 102, 204, 0.25),
        0 0 30px rgba(0, 153, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

/* افکت نور درخشان روی hover */
#id-6234 .article-card-item::before {
    content: '' !important;
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    border-radius: 20px !important;
    background: linear-gradient(45deg, 
        rgba(0, 153, 255, 0) 0%,
        rgba(0, 153, 255, 0.2) 50%,
        rgba(0, 153, 255, 0) 100%
    ) !important;
    z-index: -1 !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

#id-6234 .article-card-item:hover::before {
    opacity: 1 !important;
}

/* بخش تصویر کارت */
#id-6234 .card-image-content {
    width: 130px !important;
    height: 130px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 15px auto 25px auto !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

/* پس‌زمینه دایره‌ای برای عکس - تم آبی */
#id-6234 .card-image-content::after {
    content: '' !important;
    position: absolute !important;
    width: 110px !important;
    height: 110px !important;
    background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%) !important;
    border-radius: 50% !important;
    z-index: 2 !important;
    box-shadow: 
        0 8px 25px rgba(0, 102, 204, 0.3),
        0 0 20px rgba(0, 153, 255, 0.2) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

#id-6234 .article-card-item:hover .card-image-content::after {
    transform: scale(1.08) rotate(5deg) !important;
    box-shadow: 
        0 12px 35px rgba(0, 102, 204, 0.4),
        0 0 30px rgba(0, 153, 255, 0.3) !important;
}

/* تصویر - نمایش کامل */
#id-6234 .article-image {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
    position: relative !important;
    z-index: 3 !important;
    filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

#id-6234 .article-card-item:hover .article-image {
    transform: scale(1.15) !important;
}

/* جزئیات کارت */
#id-6234 .card-detail {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    justify-content: space-between !important;
}

#id-6234 .card-detail-content {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex: 1 !important;
}

/* عنوان */
#id-6234 .article-card-title {
    color: rgba(255, 255, 255, 0.95) !important;
    font-family: 'iranyekan', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

/* خط جداکننده */
#id-6234 .article-card-line {
    border: none !important;
    height: 3px !important;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.8) 50%, 
        transparent 100%
    ) !important;
    margin: 10px auto 20px auto !important;
    width: 70px !important;
    border-radius: 2px !important;
    transition: all 0.4s ease !important;
}

#id-6234 .article-card-item:hover .article-card-line {
    width: 100px !important;
    height: 3px !important;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.9) 50%, 
        transparent 100%
    ) !important;
}

/* متن توضیحات */
#id-6234 .article-card-description {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: 'iranyekan', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 10px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

#id-6234 .article-card-description p {
    margin-bottom: 12px !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 1.8 !important;
}

#id-6234 .article-card-description p:last-child {
    margin-bottom: 0 !important;
}

#id-6234 .article-card-description a {
     color: #004d99 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-top: 10px !important;
}

/* کانتینر دکمه */
#id-6234 .btn-container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-top: auto !important;
    padding-top: 15px !important;
}

/* دکمه‌ها */
#id-6234 .btn-moeinoddin,
#id-6234 .btn-drmoeinoddin {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%,
        rgba(240, 247, 255, 0.9) 100%
    ) !important;
    color: #0066cc !important;
    font-family: 'iranyekan', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    border: 2px solid rgba(0, 102, 204, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 
        0 8px 25px rgba(0, 102, 204, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    min-width: 200px !important;
    white-space: nowrap !important;
    position: relative !important;
    overflow: hidden !important;
}

#id-6234 .btn-moeinoddin::before,
#id-6234 .btn-drmoeinoddin::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    ) !important;
    transition: left 0.7s ease !important;
}

#id-6234 .btn-moeinoddin:hover,
#id-6234 .btn-drmoeinoddin:hover {
    transform: translateY(-4px) scale(1.05) !important;
    color: #004d99 !important;
    box-shadow: 
        0 15px 35px rgba(0, 102, 204, 0.35),
        0 0 30px rgba(0, 153, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(0, 153, 255, 0.5) !important;
}

#id-6234 .btn-moeinoddin:hover::before,
#id-6234 .btn-drmoeinoddin:hover::before {
    left: 100% !important;
}

/* انیمیشن ورود */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#id-6234 .article-card-item {
    animation: fadeInUp 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    opacity: 0;
}

#id-6234 .article-card-item:nth-child(1) { animation-delay: 0.1s; }
#id-6234 .article-card-item:nth-child(2) { animation-delay: 0.2s; }
#id-6234 .article-card-item:nth-child(3) { animation-delay: 0.3s; }

/* =================== رسپانسیو =================== */

/* دسکتاپ کوچک (992px تا 1200px) */
@media (max-width: 1200px) {
    #id-6234 .article-wrapper {
        max-width: 1000px !important;
        gap: 25px !important;
        padding: 0 15px !important;
    }
    
    #id-6234 .article-card-item {
        padding: 28px 22px !important;
        min-height: 420px !important;
    }
    
    #id-6234 .card-image-content {
        width: 120px !important;
        height: 120px !important;
    }
    
    #id-6234 .card-image-content::after {
        width: 100px !important;
        height: 100px !important;
    }
    
    #id-6234 .article-image {
        width: 55px !important;
        height: 55px !important;
    }
}

/* تبلت بزرگ (768px تا 992px) */
@media (max-width: 992px) {
    #id-6234.article9 {
        padding: 40px 15px !important;
    }
    
    #id-6234 .article-wrapper {
        max-width: 700px !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        padding: 0 15px !important;
    }
    
    #id-6234 .article-card-item {
        min-height: 420px !important;
    }
    
    #id-6234 .card-image-content {
        width: 115px !important;
        height: 115px !important;
    }
    
    #id-6234 .card-image-content::after {
        width: 95px !important;
        height: 95px !important;
    }
    
    #id-6234 .article-image {
        width: 50px !important;
        height: 50px !important;
    }
    
    #id-6234 .article-card-title {
        font-size: 18px !important;
        min-height: 55px !important;
    }
    
    #id-6234 .article-card-description {
        font-size: 14px !important;
    }
}

/* تبلت (577px تا 768px) */
@media (max-width: 768px) {
    #id-6234.article9 {
        padding: 35px 10px !important;
    }
    
    #id-6234 .article-wrapper {
        max-width: 500px !important;
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        padding: 0 10px !important;
    }
    
    #id-6234 .article-card-item {
        max-width: 450px !important;
        margin: 0 auto !important;
        min-height: 400px !important;
        padding: 25px 20px !important;
    }
    
    #id-6234 .card-image-content {
        width: 110px !important;
        height: 110px !important;
    }
    
    #id-6234 .card-image-content::after {
        width: 90px !important;
        height: 90px !important;
    }
    
    #id-6234 .article-image {
        width: 48px !important;
        height: 48px !important;
    }
}

/* موبایل (زیر 577px) */
@media (max-width: 577px) {
    #id-6234.article9 {
        padding: 30px 10px !important;
        min-height: auto !important;
    }
    
    #id-6234 .article-wrapper {
        padding: 0 10px !important;
        gap: 20px !important;
    }
    
    #id-6234 .article-card-item {
        padding: 22px 18px !important;
        min-height: 380px !important;
        max-width: 100% !important;
    }
    
    #id-6234 .card-image-content {
        width: 100px !important;
        height: 100px !important;
    }
    
    #id-6234 .card-image-content::after {
        width: 80px !important;
        height: 80px !important;
    }
    
    #id-6234 .article-image {
        width: 45px !important;
        height: 45px !important;
    }
    
    #id-6234 .article-card-title {
        font-size: 17px !important;
        min-height: 50px !important;
    }
    
    #id-6234 .article-card-description {
        font-size: 13.5px !important;
        margin-bottom: 20px !important;
        line-height: 1.6 !important;
        padding: 0 8px !important;
    }
    
    #id-6234 .article-card-line {
        margin: 8px auto 18px auto !important;
    }
    
    #id-6234 .btn-moeinoddin,
    #id-6234 .btn-drmoeinoddin {
        font-size: 14px !important;
        padding: 10px 25px !important;
        min-width: 180px !important;
    }
    
    #id-6234 .btn-container {
        gap: 10px !important;
        padding-top: 12px !important;
    }
}

/* موبایل خیلی کوچک (زیر 400px) */
@media (max-width: 400px) {
    #id-6234.article9 {
        padding: 25px 8px !important;
    }
    
    #id-6234 .article-wrapper {
        gap: 18px !important;
        padding: 0 8px !important;
    }
    
    #id-6234 .article-card-item {
        padding: 20px 15px !important;
        min-height: 360px !important;
    }
    
    #id-6234 .card-image-content {
        width: 90px !important;
        height: 90px !important;
        margin: 10px auto 20px auto !important;
    }
    
    #id-6234 .card-image-content::after {
        width: 70px !important;
        height: 70px !important;
    }
    
    #id-6234 .article-image {
        width: 40px !important;
        height: 40px !important;
    }
    
    #id-6234 .article-card-title {
        font-size: 16px !important;
        min-height: 45px !important;
        margin-bottom: 12px !important;
    }
    
    #id-6234 .article-card-description {
        font-size: 13px !important;
        margin-bottom: 18px !important;
        padding: 0 5px !important;
    }
    
    #id-6234 .article-card-line {
        margin: 6px auto 15px auto !important;
    }
    
    #id-6234 .btn-moeinoddin,
    #id-6234 .btn-drmoeinoddin {
        font-size: 13px !important;
        padding: 9px 22px !important;
        min-width: 160px !important;
        border-radius: 25px !important;
    }
    
    #id-6234 .btn-container {
        gap: 8px !important;
        padding-top: 10px !important;
    }
}

/* تنظیمات اضافی */
#id-6234 .article-wrapper {
    overflow: hidden !important;
}

#id-6234 .article-card-item {
    min-width: 0 !important;
}

#id-6234 .article-card-description pre,
#id-6234 .article-card-description p {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
}






/* Reset کامل */
#footer1.information {
    background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%) !important;
    color: #333 !important;
    padding: 2rem 0 0 0 !important;
    font-family: 'Vazir', Tahoma, sans-serif !important;
    direction: rtl !important;
    position: relative !important;
}

#footer1.information::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #0066cc, #0099ff, #0066cc) !important;
}

/* Container */
#footer1 .information-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* بازنویسی کامل بخش badge-content */
#footer1 .badge-list pre.badge-pre {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: inherit !important;
    white-space: normal !important;
}

/* طرح پیش‌فرض (برای موبایل و تبلت تا 1022px) */
#footer1 .badge-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    box-shadow: 0 5px 20px rgba(0, 102, 204, 0.08) !important;
    border: 1px solid #e6f2ff !important;
    margin-bottom: 1.5rem !important;
}

/* استایل‌های اصلی بخش‌ها */
#footer1 .badge-section {
    margin-bottom: 0 !important;
    padding: 1rem !important; /* کاهش padding */
    border-radius: 10px !important;
    background: #f9fbff !important;
    border: 1px solid #e6f2ff !important;
    transition: all 0.3s ease !important;
}

#footer1 .badge-section:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 15px rgba(0, 102, 204, 0.1) !important;
}

#footer1 .section-title {
    color: #0066cc !important;
    font-size: 1rem !important; /* کاهش سایز */
    font-weight: 700 !important;
    margin-bottom: 0.8rem !important; /* کاهش margin */
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important; /* کاهش فاصله */
    padding-bottom: 0.4rem !important; /* کاهش padding */
    border-bottom: 2px solid #e6f2ff !important;
}

#footer1 .section-title i {
    color: #0099ff !important;
    font-size: 1.1rem !important; /* کاهش سایز */
}

/* نقشه */
#footer1 .google-map {
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 2px solid #e6f2ff !important;
    height: 200px !important;
    margin-top: 0.5rem !important;
}

#footer1 .google-map iframe {
    width: 100% !important;
    height: 100% !important;
}

/* تماس با ما */
#footer1 .contact-info {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.6rem !important; /* کاهش فاصله */
}

#footer1 .contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important; /* کاهش فاصله */
    padding: 0.6rem !important; /* کاهش padding */
    background: white !important;
    border-radius: 8px !important;
    border-right: 3px solid #0099ff !important;
    transition: all 0.2s !important;
}

#footer1 .contact-item:hover {
    background: #f0f7ff !important;
    transform: translateX(-3px) !important;
}

#footer1 .contact-item i {
    color: #0066cc !important;
    font-size: 0.9rem !important; /* کاهش سایز */
    width: 18px !important; /* کاهش عرض */
    text-align: center !important;
}

#footer1 .contact-detail {
    flex: 1 !important;
}

#footer1 .contact-label {
    font-size: 0.7rem !important; /* کاهش سایز */
    color: #666 !important;
    display: block !important;
    margin-bottom: 0.1rem !important; /* کاهش margin */
}

#footer1 .contact-value {
    font-size: 0.85rem !important; /* کاهش سایز */
    color: #0066cc !important;
    font-weight: 700 !important;
    direction: ltr !important;
    display: inline-block !important;
}

/* آدرس */
#footer1 .address-section {
    background: #fff9f0 !important;
    border: 1px solid #ffe6cc !important;
}

#footer1 .address-item {
    display: flex !important;
    gap: 0.6rem !important; /* کاهش فاصله */
    padding: 0.7rem !important; /* کاهش padding */
    background: white !important;
    border-radius: 8px !important;
    border-left: 3px solid #ff9900 !important;
}

#footer1 .address-item i {
    color: #ff9900 !important;
    font-size: 1.1rem !important; /* کاهش سایز */
    margin-top: 0.1rem !important;
}

#footer1 .address-text {
    flex: 1 !important;
}

#footer1 .address-text strong {
    color: #0066cc !important;
    font-size: 0.9rem !important; /* کاهش سایز */
    display: block !important;
    margin-bottom: 0.4rem !important; /* کاهش margin */
    line-height: 1.3 !important;
}

#footer1 .address-text p {
    color: #555 !important;
    font-size: 0.85rem !important; /* کاهش سایز */
    line-height: 1.5 !important; /* کاهش line-height */
    margin: 0 !important;
}

/* ساعت کاری */
#footer1 .hours-section {
    background: #f0fff0 !important;
    border: 1px solid #ccffcc !important;
}

#footer1 .hours-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.7rem !important; /* کاهش فاصله */
}

#footer1 .hour-item {
    display: flex !important;
    flex-direction: column !important; /* تغییر به ستونی */
    align-items: flex-start !important;
    padding: 0.7rem !important; /* کاهش padding */
    background: white !important;
    border-radius: 8px !important;
    border-top: 2px solid #00cc66 !important;
    gap: 0.4rem !important; /* کاهش فاصله */
}

#footer1 .days {
    color: #0066cc !important;
    font-size: 0.85rem !important; /* کاهش سایز */
    font-weight: 600 !important;
}

#footer1 .times {
    color: #333 !important;
    font-size: 0.85rem !important; /* کاهش سایز */
    font-weight: 700 !important;
    direction: ltr !important;
    background: #f0f7ff !important;
    padding: 0.4rem 0.8rem !important;
    border-radius: 6px !important;
    border: 1px solid #e6f2ff !important;
    width: 100% !important; /* عرض کامل */
    text-align: center !important;
}

/* شبکه‌های اجتماعی */
#footer1 .social-section {
    text-align: center !important;
}

#footer1 .social-links {
    display: flex !important;
    justify-content: center !important;
    gap: 0.8rem !important; /* کاهش فاصله */
    margin-top: 0.8rem !important; /* کاهش margin */
    flex-wrap: wrap !important;
}

#footer1 .social-link {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.8rem !important; /* کاهش padding */
    border-radius: 8px !important;
    text-decoration: none !important;
    color: white !important;
    font-size: 0.75rem !important; /* کاهش سایز */
    font-weight: 600 !important;
    transition: all 0.3s !important;
    min-width: 90px !important; /* کاهش عرض */
    min-height: 70px !important; /* کاهش ارتفاع */
}

#footer1 .social-link i {
    font-size: 1.3rem !important; /* کاهش سایز */
    margin-bottom: 0.3rem !important; /* کاهش margin */
}

#footer1 .social-link span {
    margin-top: 0.2rem !important;
}

#footer1 .social-link.instagram {
    background: linear-gradient(135deg, #833AB4, #E1306C) !important;
}

#footer1 .social-link.telegram {
    background: linear-gradient(135deg, #0088cc, #00a8ff) !important;
}

#footer1 .social-link.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
}

#footer1 .social-link:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* بخش اپ موبایل */
#footer1 .footer-mobile-app {
    background: linear-gradient(135deg, #0066cc, #0099ff) !important;
    border-radius: 12px !important;
    padding: 1.2rem !important; /* کاهش padding */
    margin: 1.5rem auto !important; /* کاهش margin */
    max-width: 800px !important;
    color: white !important;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

#footer1 .footer-mobile-app h5 {
    color: white !important;
    margin-bottom: 0.8rem !important; /* کاهش margin */
    font-size: 1rem !important; /* کاهش سایز */
    text-align: center !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

#footer1 .footer-mobile-app img {
    width: 120px !important; /* کاهش عرض */
    height: auto !important;
    transition: transform 0.3s !important;
    border-radius: 10px !important;
    padding: 4px !important; /* کاهش padding */
    background: rgba(255, 255, 255, 0.1) !important;
}

#footer1 .footer-mobile-app img:hover {
    transform: scale(1.05) !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

/* خط تقسیم */
#footer1 .divider-device {
    margin: 1.2rem 0 !important; /* کاهش margin */
}

#footer1 .divider-device div {
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #0066cc, transparent) !important;
    opacity: 0.3 !important;
}

/* کپی‌رایت */
#footer1 .section-copyright {
    background: linear-gradient(90deg, #003366, #0066cc) !important;
    padding: 0.8rem !important; /* کاهش padding */
    text-align: center !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#footer1 .section-copyright a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important; /* کاهش فاصله */
    text-decoration: none !important;
    color: white !important;
    transition: opacity 0.3s !important;
}

#footer1 .section-copyright a:hover {
    opacity: 0.9 !important;
}

#footer1 .section-copyright span:last-child {
    color: #ffd800 !important;
    font-weight: 700 !important;
}

#footer1 .section-copyright img {
    width: 18px !important; /* کاهش عرض */
    height: 18px !important; /* کاهش ارتفاع */
    margin-right: 4px !important; /* کاهش margin */
    vertical-align: middle !important;
}

/* 📱 تنظیمات موبایل و تبلت (تا 1022px) */
@media (max-width: 1022px) {
    /* برای تبلت (768px تا 1022px) */
    @media (min-width: 768px) {
        #footer1 .badge-content {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 1.2rem !important; /* کاهش فاصله */
        }
        
        #footer1 .badge-section {
            margin-bottom: 0 !important;
        }
        
        #footer1 .map-section {
            grid-column: span 2 !important;
        }
        
        #footer1 .google-map {
            height: 200px !important; /* کاهش ارتفاع */
        }
        
        #footer1 .contact-info {
            grid-template-columns: 1fr !important;
        }
        
        #footer1 .social-links {
            justify-content: space-around !important;
            flex-direction: row !important;
        }
        
        #footer1 .social-link {
            min-width: 100px !important; /* کاهش عرض */
        }
    }
    
    /* برای موبایل کوچک (تا 480px) */
    @media (max-width: 767px) {
        #footer1 .information-container {
            padding: 0 15px !important;
        }
        
        #footer1 .badge-content {
            padding: 1.2rem !important; /* کاهش padding */
            gap: 1rem !important; /* کاهش فاصله */
        }
        
        #footer1 .badge-section {
            padding: 0.8rem !important; /* کاهش padding */
        }
        
        #footer1 .google-map {
            height: 160px !important; /* کاهش ارتفاع */
        }
        
        #footer1 .contact-item,
        #footer1 .address-item,
        #footer1 .hour-item {
            padding: 0.5rem !important; /* کاهش padding */
        }
        
        #footer1 .social-links {
            flex-direction: column !important;
            align-items: stretch !important;
        }
        
        #footer1 .social-link {
            min-width: auto !important;
            min-height: 55px !important; /* کاهش ارتفاع */
            padding: 0.6rem !important; /* کاهش padding */
            flex-direction: row !important;
            justify-content: flex-start !important;
            gap: 0.8rem !important; /* کاهش فاصله */
        }
        
        #footer1 .social-link i {
            margin-bottom: 0 !important;
            font-size: 1.2rem !important; /* کاهش سایز */
        }
        
        #footer1 .footer-mobile-app {
            padding: 1rem !important; /* کاهش padding */
            margin: 1.2rem auto !important; /* کاهش margin */
        }
        
        #footer1 .footer-mobile-app h5 {
            font-size: 0.9rem !important; /* کاهش سایز */
        }
        
        #footer1 .footer-mobile-app img {
            width: 110px !important; /* کاهش عرض */
        }
    }
    
    @media (max-width: 480px) {
        #footer1 .badge-content {
            padding: 1rem !important; /* کاهش padding */
        }
        
        #footer1 .badge-section {
            padding: 0.7rem !important; /* کاهش padding */
        }
        
        #footer1 .footer-mobile-app {
            padding: 0.8rem !important; /* کاهش padding */
        }
        
        #footer1 .footer-mobile-app .d-flex {
            flex-direction: column !important;
            gap: 0.8rem !important; /* کاهش فاصله */
        }
        
        #footer1 .footer-mobile-app a {
            margin: 0 !important;
        }
        
        #footer1 .social-link {
            font-size: 0.8rem !important; /* کاهش سایز */
        }
    }
}

/* 🖥️ طرح جدید برای دسکتاپ (بالای 1022px) - بدون کشیدگی */
@media (min-width: 1023px) {
    #footer1 .badge-content {
        display: grid !important;
        grid-template-columns: 2fr 1fr 1fr 1fr !important;
        grid-template-rows: auto auto !important;
        grid-template-areas: 
            "map contact address hours"
            "map social social social" !important;
        gap: 1rem !important; /* کاهش فاصله */
        padding: 1.5rem !important; /* کاهش padding */
    }
    
    #footer1 .map-section {
        grid-area: map !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    #footer1 .contact-section {
        grid-area: contact !important;
    }
    
    #footer1 .address-section {
        grid-area: address !important;
    }
    
    #footer1 .hours-section {
        grid-area: hours !important;
    }
    
    #footer1 .social-section {
        grid-area: social !important;
        grid-column: span 3 !important;
        margin-top: 0.5rem !important;
        padding: 0.8rem !important;
    }
    
    #footer1 .google-map {
        height: 100% !important;
        flex: 1 !important;
        margin-top: 0 !important;
        min-height: 280px !important; /* کاهش ارتفاع */
    }
    
    #footer1 .badge-section {
        padding: 0.8rem !important; /* کاهش padding */
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        height: auto !important;
    }
    
    #footer1 .section-title {
        font-size: 0.95rem !important;
        margin-bottom: 0.6rem !important;
        padding-bottom: 0.3rem !important;
    }
    
    #footer1 .contact-info {
        grid-template-columns: 1fr !important;
        gap: 0.5rem !important; /* کاهش فاصله */
        flex: 1 !important;
    }
    
    #footer1 .contact-item {
        padding: 0.5rem !important; /* کاهش padding */
    }
    
    #footer1 .contact-item i {
        font-size: 0.85rem !important;
        width: 16px !important;
    }
    
    #footer1 .contact-value {
        font-size: 0.8rem !important;
    }
    
    #footer1 .address-item {
        padding: 0.6rem !important; /* کاهش padding */
    }
    
    #footer1 .address-text strong {
        font-size: 0.85rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    #footer1 .address-text p {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }
    
    #footer1 .hours-info {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.5rem !important; /* کاهش فاصله */
        flex: 1 !important;
    }
    
    #footer1 .hour-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.3rem !important; /* کاهش فاصله */
        padding: 0.6rem !important; /* کاهش padding */
        flex: 1 !important;
    }
    
    #footer1 .days {
        font-size: 0.8rem !important;
    }
    
    #footer1 .times {
        font-size: 0.8rem !important;
        padding: 0.3rem 0.5rem !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    /* شبکه‌های اجتماعی در ردیف دوم */
    #footer1 .social-links {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 0.5rem !important; /* کاهش فاصله */
        margin-top: 0.3rem !important;
    }
    
    #footer1 .social-link {
        min-width: 0 !important;
        min-height: 60px !important; /* کاهش ارتفاع */
        padding: 0.6rem 0.4rem !important; /* کاهش padding */
        font-size: 0.7rem !important;
        flex: 1 !important;
        max-width: 140px !important;
    }
    
    #footer1 .social-link i {
        font-size: 1.1rem !important;
        margin-bottom: 0.2rem !important;
    }
    
    #footer1 .social-link span {
        font-size: 0.7rem !important;
    }
    
    /* اطمینان از ارتفاع استاندارد */
    #footer1 .information {
        padding-bottom: 1rem !important;
    }
    
    /* بخش اپ موبایل */
    #footer1 .footer-mobile-app {
        max-width: 800px !important;
        padding: 1rem !important; /* کاهش padding */
        margin: 1.2rem auto !important; /* کاهش margin */
    }
    
    #footer1 .footer-mobile-app h5 {
        font-size: 0.95rem !important;
        margin-bottom: 0.6rem !important;
    }
    
    /* کاهش ارتفاع در دسکتاپ */
    #footer1 .section-copyright {
        padding: 0.7rem !important;
        margin-top: 0.8rem !important;
    }
}

/* بهینه‌سازی برای دسکتاپ‌های بزرگ‌تر */
@media (min-width: 1200px) {
    #footer1 .badge-content {
        gap: 1.1rem !important;
        padding: 1.6rem !important;
    }
    
    #footer1 .badge-section {
        padding: 0.9rem !important;
    }
    
    #footer1 .google-map {
        min-height: 300px !important;
    }
    
    #footer1 .social-link {
        max-width: 150px !important;
    }
}



/* سکشن اصلی "درباره ما" */
#id-6235.welcome1.introduction.section {
    background: linear-gradient(135deg, #ffffff, #f8fbff) !important;
    padding: 4rem 1.5rem !important;
    min-height: auto !important;
    position: relative !important;
    direction: rtl !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* کانتینر اصلی */
#id-6235 .introdution-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    align-items: center !important;
}

/* عنوان - مرکز */
#id-6235 .introduction-title {
    color: #0066cc !important;
    font-family: 'iranyekan', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

/* خط جداکننده */
#id-6235 .introduction-divider {
    border: none !important;
    height: 3px !important;
    background: linear-gradient(90deg, #0066cc, #0099ff) !important;
    margin: 0 auto 2rem auto !important;
    border-radius: 2px !important;
    width: 80px !important;
}

/* بخش محتوا - همیشه عمودی تا 1449px */
#id-6235 .content-main {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3rem !important;
    width: 100% !important;
}

/* عکس دکتر */
#id-6235 .left-introduction {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#id-6235 .introduction-image {
    width: 320px !important;
    height: 320px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center top !important;
    border: 10px solid white !important;
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.2) !important;
    transition: all 0.3s ease !important;
    animation: float 6s ease-in-out infinite !important;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

#id-6235 .introduction-image:hover {
    transform: scale(1.05) translateY(-5px) !important;
    box-shadow: 0 30px 70px rgba(0, 102, 204, 0.3) !important;
}

/* بخش متن */
#id-6235 .right-introduction {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

#id-6235 .introduction-content {
    text-align: center !important;
    width: 100% !important;
}

/* توضیحات */
#id-6235 .introduction-description {
    color: #333 !important;
    font-family: 'iranyekan', sans-serif !important;
    font-size: 1.15rem !important;
    line-height: 1.9 !important;
    padding: 2rem !important;
    background: white !important;
    border-radius: 15px !important;
    border-bottom: 4px solid #0066cc !important;
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.1) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

#id-6235 .introduction-description:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(0, 102, 204, 0.15) !important;
}

#id-6235 .introduction-description pre {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    font-family: inherit !important;
    white-space: normal !important;
    text-align: justify !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

#id-6235 .introduction-description p {
    margin: 0 0 1rem 0 !important;
    line-height: 1.9 !important;
    text-align: justify !important;
}

#id-6235 .introduction-description p:last-child {
    margin-bottom: 0 !important;
}

/* 📺 حالت ویژه 1450px به بالا - افقی */
@media (min-width: 1450px) {
    #id-6235.welcome1.introduction.section {
        padding: 5rem 3rem !important;
    }
    
    #id-6235 .content-main {
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 5rem !important;
        margin-top: 2rem !important;
    }
    
    #id-6235 .left-introduction {
        flex: 0 0 45% !important;
        justify-content: center !important;
    }
    
    #id-6235 .introduction-image {
        width: 450px !important;
        height: 450px !important;
        border-width: 15px !important;
    }
    
    #id-6235 .right-introduction {
        flex: 0 0 45% !important;
        max-width: none !important;
        margin: 0 !important;
        display: flex !important;
        align-items: flex-start !important;
    }
    
    #id-6235 .introduction-content {
        text-align: right !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        height: 100% !important;
    }
    
    #id-6235 .introduction-description {
        font-size: 1.3rem !important;
        line-height: 2 !important;
        padding: 2.5rem !important;
        border-bottom: none !important;
        border-right: 4px solid #0066cc !important;
        text-align: right !important;
        height: auto !important;
        min-height: 400px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    
    #id-6235 .introduction-title {
        font-size: 2.5rem !important;
    }
}

/* 📱 موبایل و تبلت (تا 1449px) - همیشه عمودی */
@media (max-width: 1449px) {
    #id-6235.welcome1.introduction.section {
        padding: 3rem 1.5rem !important;
    }
    
    #id-6235 .content-main {
        flex-direction: column !important;
        gap: 2.5rem !important;
    }
    
    #id-6235 .introduction-image {
        width: 300px !important;
        height: 300px !important;
    }
    
    #id-6235 .introduction-title {
        font-size: 1.8rem !important;
    }
    
    #id-6235 .introduction-description {
        font-size: 1.1rem !important;
        padding: 1.8rem !important;
        text-align: center !important;
        border-right: none !important;
        border-bottom: 4px solid #0066cc !important;
    }
}

/* 📱 موبایل (تا 768px) */
@media (max-width: 768px) {
    #id-6235.welcome1.introduction.section {
        padding: 2.5rem 1rem !important;
    }
    
    #id-6235 .introduction-title {
        font-size: 1.6rem !important;
    }
    
    #id-6235 .introduction-image {
        width: 280px !important;
        height: 280px !important;
        border-width: 8px !important;
    }
    
    #id-6235 .introduction-description {
        font-size: 1rem !important;
        padding: 1.5rem !important;
        line-height: 1.8 !important;
    }
}

/* 📱 موبایل کوچک (تا 480px) */
@media (max-width: 480px) {
    #id-6235.welcome1.introduction.section {
        padding: 2rem 0.8rem !important;
    }
    
    #id-6235 .introduction-title {
        font-size: 1.4rem !important;
    }
    
    #id-6235 .introduction-image {
        width: 250px !important;
        height: 250px !important;
        border-width: 6px !important;
    }
    
    #id-6235 .introduction-description {
        font-size: 0.95rem !important;
        padding: 1.2rem !important;
    }
}




/* دکمه رزرو - سبز چشمک زن جذاب */
#id-6236.reservation {
	line-height: normal;
    position: fixed !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%) !important;
    color: white !important;
    font-family: 'iranyekan', sans-serif !important;
    font-weight: 900 !important;
    font-size: 19px !important;
    border: 3px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 15px !important;
    padding: 20px 35px !important;
    cursor: pointer !important;
    box-shadow: 
        0 5px 30px rgba(0, 255, 136, 0.6),
        0 0 40px rgba(0, 255, 136, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 70px !important;
    transition: all 0.3s !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    text-shadow: 0 2px 10px rgba(0, 100, 50, 0.3) !important;
    animation: strongPulse 0.8s infinite !important;
    width: 55% !important;
    max-width: 350px !important;
}

/* چشمک زدن قوی و قابل توجه */
@keyframes strongPulse {
    0%, 100% {
        box-shadow: 
            0 5px 30px rgba(0, 255, 136, 0.6),
            0 0 40px rgba(0, 255, 136, 0.3);
        border-color: rgba(255, 255, 255, 0.8) !important;
    }
    50% {
        box-shadow: 
            0 10px 50px rgba(0, 255, 136, 0.9),
            0 0 80px rgba(0, 255, 136, 0.6),
            0 0 100px rgba(0, 255, 136, 0.4);
        border-color: rgba(255, 255, 255, 1) !important;
        transform: translateX(-50%) scale(1.05);
        background: linear-gradient(135deg, #33ffaa 0%, #00ff88 100%) !important;
    }
}

/* حالت هاور - جذاب */
#id-6236.reservation:hover {
    animation: none !important;
    background: linear-gradient(135deg, #33ffaa 0%, #00ff88 100%) !important;
    box-shadow: 
        0 15px 60px rgba(0, 255, 136, 0.8),
        0 0 100px rgba(0, 255, 136, 0.5),
        0 0 120px rgba(0, 255, 136, 0.3) !important;
    transform: translateX(-50%) translateY(-10px) !important;
    letter-spacing: 2px !important;
    border-color: white !important;
    font-size: 20px !important;
}

/* حالت فعال */
#id-6236.reservation:active {
    transform: translateX(-50%) scale(0.95) !important;
    transition: all 0.1s !important;
    background: linear-gradient(135deg, #00cc6a 0%, #00994d 100%) !important;
}

/* دسکتاپ - سمت چپ */
@media (min-width: 769px) {
    #id-6236.reservation {
        left: 35px !important;
        right: auto !important;
        transform: none !important;
        width: auto !important;
        min-width: 280px !important;
        font-size: 21px !important;
        padding: 22px 40px !important;
        min-height: 75px !important;
    }
    
    /* تنظیم انیمیشن برای دسکتاپ */
    @keyframes strongPulse {
        0%, 100% {
            box-shadow: 
                0 5px 30px rgba(0, 255, 136, 0.6),
                0 0 40px rgba(0, 255, 136, 0.3);
            border-color: rgba(255, 255, 255, 0.8) !important;
        }
        50% {
            box-shadow: 
                0 10px 50px rgba(0, 255, 136, 0.9),
                0 0 80px rgba(0, 255, 136, 0.6),
                0 0 100px rgba(0, 255, 136, 0.4);
            border-color: rgba(255, 255, 255, 1) !important;
            transform: scale(1.05);
            background: linear-gradient(135deg, #33ffaa 0%, #00ff88 100%) !important;
        }
    }
    
    #id-6236.reservation:hover {
        transform: translateY(-10px) !important;
    }
    
    #id-6236.reservation:active {
        transform: scale(0.95) !important;
    }
}

/* موبایل - وسط نصف صفحه */
@media (max-width: 768px) {
    #id-6236.reservation {
        width: 70% !important;
        font-size: 18px !important;
        padding: 18px 30px !important;
        min-height: 65px !important;
    }
}

/* موبایل کوچک */
@media (max-width: 480px) {
    #id-6236.reservation {
        width: 80% !important;
        font-size: 17px !important;
        padding: 16px 25px !important;
        min-height: 60px !important;
        bottom: 25px !important;
    }
    
    /* موبایل: چشمک زدن کمی کمتر */
    @keyframes strongPulse {
        0%, 100% {
            box-shadow: 
                0 5px 25px rgba(0, 255, 136, 0.6),
                0 0 30px rgba(0, 255, 136, 0.3);
        }
        50% {
            box-shadow: 
                0 8px 35px rgba(0, 255, 136, 0.8),
                0 0 50px rgba(0, 255, 136, 0.5);
            transform: translateX(-50%) scale(1.03);
        }
    }
}




/* ===== ریست کامل استایل‌های inline ===== */
#id-6241.article9 * {
    box-sizing: border-box !important;
}

#id-6241.article9 {
    background: linear-gradient(135deg, #bfe2f2 0%, #66b8ff 100%) !important;
    padding: 60px 20px !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

/* ===== هدر سکشن ===== */
#id-6241 .section-header {
    max-width: 1200px !important;
    margin: 0 auto 50px auto !important;
    width: 100% !important;
    text-align: center !important;
}

#id-6241 .section-description {
    background: linear-gradient(135deg, #0066cc, #0099ff) !important;
    padding: 35px 30px !important;
    border-radius: 20px !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 15px 40px rgba(0, 102, 204, 0.3) !important;
    color: white !important;
    width: 100% !important;
    margin: 0 !important;
}

/* ===== کانتینر کارت‌ها ===== */
#id-6241 .article-wrapper {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: grid !important;
    gap: 25px !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* ===== استایل کارت ===== */
#id-6241 .article-card-item {
    background: white !important;
    border-radius: 20px !important;
    padding: 30px 25px !important;
    text-align: center !important;
    border-top: 5px solid #0066cc !important;
    box-shadow: 0 15px 35px rgba(0, 102, 204, 0.15) !important;
    transition: all 0.4s ease !important;
    min-height: 320px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
}

/* رفع مشکل عدم نمایش */
#id-6241 .article-card-item[style*="width:0px"] {
    width: 100% !important;
    height: auto !important;
    min-height: 320px !important;
    display: flex !important;
}

#id-6241 .article-card-item[style*="height:0px"] {
    height: auto !important;
    min-height: 320px !important;
}

/* افکت hover */
#id-6241 .article-card-item:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 25px 50px rgba(0, 102, 204, 0.25) !important;
    border-top-color: #0099ff !important;
}

/* ===== تصویر ===== */
#id-6241 .card-image-content {
    width: 110px !important;
    height: 110px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#id-6241 .article-image {
    width: 75px !important;
    height: 75px !important;
    object-fit: contain !important;
    position: relative !important;
    z-index: 2 !important;
    transition: transform 0.3s ease !important;
}

#id-6241 .article-card-item:hover .article-image {
    transform: scale(1.15) !important;
}

/* ===== عنوان ===== */
#id-6241 .article-card-title {
    color: #0066cc !important;
    font-family: 'ShabnamBold', 'iranyekan', sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 10px !important;
    line-height: 1.4 !important;
}

/* ===== خط جداکننده ===== */
#id-6241 .article-card-line {
    border: none !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, #0066cc, transparent) !important;
    width: 70px !important;
    margin: 10px auto 20px auto !important;
    transition: all 0.3s ease !important;
}

#id-6241 .article-card-item:hover .article-card-line {
    width: 90px !important;
    background: linear-gradient(90deg, transparent, #0099ff, transparent) !important;
}

/* ===== توضیحات آماری ===== */
#id-6241 .article-card-description {
    background: rgba(0, 102, 204, 0.08) !important;
    padding: 20px !important;
    border-radius: 12px !important;
    margin-top: 15px !important;
    width: 100% !important;
    text-align: center !important;
}

#id-6241 .article-card-description strong {
    color: #0066cc !important;
    font-family: 'ShabnamBold', 'iranyekan', sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    display: block !important;
}

/* ===== محتوای کارت ===== */
#id-6241 .card-detail {
    width: 100% !important;
    height: auto !important;
}

#id-6241 .card-detail-content {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* ==================== ریسپانسیو ==================== */

/* 💻 لپ‌تاپ بزرگ (1400px به بالا) */
@media (min-width: 1400px) {
    #id-6241 .article-wrapper {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 30px !important;
        max-width: 1300px !important;
    }
    
    #id-6241 .article-card-item {
        min-height: 350px !important;
        padding: 35px 30px !important;
    }
}

/* 💻 لپ‌تاپ معمولی (1200px تا 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    #id-6241 .article-wrapper {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 25px !important;
        max-width: 1200px !important;
    }
    
    #id-6241 .article-card-item {
        min-height: 340px !important;
        padding: 30px 25px !important;
    }
    
    #id-6241 .article-card-title {
        font-size: 17px !important;
        min-height: 55px !important;
    }
}

/* 💻 لپ‌تاپ کوچک (992px تا 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    #id-6241.article9 {
        padding: 50px 15px !important;
    }
    
    #id-6241 .article-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
        max-width: 900px !important;
    }
    
    #id-6241 .article-card-item {
        min-height: 330px !important;
        padding: 28px 22px !important;
    }
    
    #id-6241 .article-card-title {
        font-size: 16px !important;
        min-height: 50px !important;
    }
    
    #id-6241 .card-image-content {
        width: 100px !important;
        height: 100px !important;
    }
    
    #id-6241 .article-image {
        width: 70px !important;
        height: 70px !important;
    }
}

/* 📱 تبلت (768px تا 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    #id-6241.article9 {
        padding: 40px 15px !important;
    }
    
    #id-6241 .section-description {
        padding: 25px 20px !important;
    }
    
    #id-6241 .article-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        max-width: 700px !important;
    }
    
    #id-6241 .article-card-item {
        min-height: 320px !important;
        padding: 25px 20px !important;
    }
    
    #id-6241 .article-card-title {
        font-size: 16px !important;
        min-height: 45px !important;
        padding: 0 5px !important;
    }
    
    #id-6241 .card-image-content {
        width: 95px !important;
        height: 95px !important;
        margin-bottom: 20px !important;
    }
    
    #id-6241 .article-image {
        width: 65px !important;
        height: 65px !important;
    }
    
    #id-6241 .article-card-description {
        padding: 15px !important;
    }
    
    #id-6241 .article-card-description strong {
        font-size: 16px !important;
    }
}

/* 📱 موبایل بزرگ (576px تا 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    #id-6241.article9 {
        padding: 35px 10px !important;
    }
    
    #id-6241 .section-header {
        margin-bottom: 35px !important;
    }
    
    #id-6241 .section-description {
        padding: 20px 15px !important;
    }
    
    #id-6241 .article-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
        padding: 0 10px !important;
        max-width: 550px !important;
    }
    
    #id-6241 .article-card-item {
        min-height: 300px !important;
        padding: 22px 18px !important;
    }
    
    #id-6241 .article-card-title {
        font-size: 15px !important;
        min-height: 40px !important;
    }
    
    #id-6241 .card-image-content {
        width: 90px !important;
        height: 90px !important;
        margin-bottom: 18px !important;
    }
    
    #id-6241 .article-image {
        width: 60px !important;
        height: 60px !important;
    }
}

/* 📱 موبایل (تا 575px) */
@media (max-width: 575px) {
    #id-6241.article9 {
        padding: 30px 8px !important;
    }
    
    #id-6241 .section-header {
        margin-bottom: 30px !important;
    }
    
    #id-6241 .section-description {
        padding: 18px 12px !important;
        border-radius: 15px !important;
    }
    
    #id-6241 .article-wrapper {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 8px !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }
    
    #id-6241 .article-card-item {
        min-height: 280px !important;
        padding: 20px 15px !important;
        border-radius: 15px !important;
    }
    
    #id-6241 .article-card-title {
        font-size: 14px !important;
        min-height: 35px !important;
        margin-bottom: 12px !important;
    }
    
    #id-6241 .card-image-content {
        width: 85px !important;
        height: 85px !important;
        margin-bottom: 15px !important;
    }
    
    #id-6241 .article-image {
        width: 55px !important;
        height: 55px !important;
    }
    
    #id-6241 .article-card-line {
        height: 2px !important;
        width: 60px !important;
        margin: 8px auto 15px auto !important;
    }
    
    #id-6241 .article-card-description {
        padding: 15px !important;
        margin-top: 10px !important;
    }
    
    #id-6241 .article-card-description strong {
        font-size: 15px !important;
    }
}

/* 📱 موبایل خیلی کوچک (تا 400px) */
@media (max-width: 400px) {
    #id-6241.article9 {
        padding: 25px 5px !important;
    }
    
    #id-6241 .article-wrapper {
        padding: 0 5px !important;
        gap: 12px !important;
    }
    
    #id-6241 .article-card-item {
        min-height: 260px !important;
        padding: 18px 12px !important;
    }
    
    #id-6241 .article-card-title {
        font-size: 13px !important;
        min-height: 32px !important;
    }
    
    #id-6241 .card-image-content {
        width: 80px !important;
        height: 80px !important;
    }
    
    #id-6241 .article-image {
        width: 50px !important;
        height: 50px !important;
    }
}


#id-6253 .section-description {
	white-space: normal;
}






/* Medical Services Grid Section - طراحی کارت‌های شکیل و حرفه‌ای */
#id-6252.article9 {
    background: linear-gradient(135deg, 
        rgba(10, 43, 74, 0.05) 0%,
        rgba(0, 102, 204, 0.08) 50%,
        rgba(10, 43, 74, 0.05) 100%
    ) !important;
    padding: 80px 20px !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: default !important;
    border-bottom: 5px solid #0066cc !important;
}

/* Top Border */
#id-6252.article9::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 10% !important;
    right: 10% !important;
    height: 3px !important;
    background: linear-gradient(90deg, 
        transparent, 
        #0066cc, 
        #ffffff, 
        #0066cc, 
        transparent) !important;
}

/* Section Header - هدر جمع‌وجور و شکیل */
#id-6252 .section-header {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto 40px auto !important;
    text-align: center !important;
    position: relative !important;
    display: block !important;
    padding: 0 20px !important;
}

#id-6252 .section-description {
    background: linear-gradient(135deg, 
        rgba(0, 102, 204, 0.95) 0%,
        rgba(0, 153, 255, 0.95) 100%
    ) !important;
    padding: 30px !important;
    border-radius: 20px !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 
        0 15px 40px rgba(0, 102, 204, 0.25),
        0 0 40px rgba(0, 153, 255, 0.15) !important;
    color: white !important;
    width: 100% !important;
    margin: 0 !important;
    backdrop-filter: blur(8px) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* متن هدر - جمع‌وجور */
#id-6252 .section-description pre {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-family: inherit !important;
    white-space: normal !important;
    position: relative !important;
    z-index: 1 !important;
}

#id-6252 .section-description p {
    margin: 0 !important;
    line-height: 1.6 !important;
}

#id-6252 .section-description strong {
    display: block !important;
    font-size: 2.2rem !important;
    margin-bottom: 12px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    color: #ffffff !important;
}

#id-6252 .section-description span {
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    opacity: 0.95 !important;
    color: #f0f8ff !important;
}

/* آیکون هدر - جمع‌وجور */
#id-6252 .section-description img {
    margin: 20px auto !important;
    display: block !important;
    filter: drop-shadow(0 3px 8px rgba(255, 255, 255, 0.4)) !important;
    animation: floatIcon 4s ease-in-out infinite !important;
    transition: all 0.3s ease !important;
    width: 60px !important;
    height: 60px !important;
}

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-5px) rotate(3deg);
    }
}

/* Grid Wrapper */
#id-6252 .article-wrapper {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    align-items: start !important;
}

/* Card Item - طراحی شکیل‌تر */
#id-6252 .article-card-item {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(248, 250, 255, 0.95) 100%
    ) !important;
    border-radius: 16px !important;
    overflow: visible !important; /* تغییر به visible برای نمایش عکس بزرگ شده */
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 25px 20px !important;
    height: auto !important;
    min-height: 300px !important;
    border: 2px solid rgba(0, 102, 204, 0.08) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    position: relative !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

/* افکت همر زیبا و مدرن */
#id-6252 .article-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #0099ff, #0066cc);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 3;
}

#id-6252 .article-card-item:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(0, 102, 204, 0.15), 
                0 0 0 1px rgba(0, 102, 204, 0.1) !important;
    border-color: rgba(0, 102, 204, 0.2) !important;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 1) 0%, 
        rgba(240, 247, 255, 1) 100%
    ) !important;
    z-index: 100 !important; /* بالا آوردن کارت هنگام همر */
}

#id-6252 .article-card-item:hover::before {
    transform: scaleX(1);
}

/* انیمیشن مخصوص همر */
#id-6252 .article-card-item:hover .card-detail-content {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

/* Card Content */
#id-6252 .card-detail {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2 !important;
}

#id-6252 .card-detail-content {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: flex-start !important;
    transition: all 0.3s ease;
}

/* تصویر کارت - حرفه‌ای‌تر با افکت همر */
#id-6252 .card-image-content {
    width: 100% !important;
    height: 100px !important; /* ارتفاع بیشتر برای نمایش عکس بزرگ شده */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 4 !important;
}

#id-6252 .article-image {
    width: 90px !important; /* بزرگ‌تر از قبل */
    height: 90px !important;
    object-fit: contain !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    filter: drop-shadow(0 5px 15px rgba(0, 102, 204, 0.25)) !important;
    padding: 10px !important;
    background: linear-gradient(135deg, 
        rgba(0, 102, 204, 0.05) 0%,
        rgba(0, 153, 255, 0.05) 100%
    ) !important;
    border-radius: 18px !important;
    border: 2px solid rgba(0, 102, 204, 0.15) !important;
    position: relative !important;
    z-index: 4 !important;
}

/* افکت همر عکس - بزرگ شدن و بیرون زدن */
#id-6252 .article-card-item:hover .article-image {
    transform: scale(1.4) translateY(-5px) !important; /* بزرگ‌نمایی بیشتر */
    filter: drop-shadow(0 15px 30px rgba(0, 102, 204, 0.4)) !important;
    background: linear-gradient(135deg, 
        rgba(0, 102, 204, 0.12) 0%,
        rgba(0, 153, 255, 0.12) 100%
    ) !important;
    border-color: rgba(0, 102, 204, 0.4) !important;
    border-width: 3px !important;
    padding: 12px !important;
    border-radius: 22px !important;
    z-index: 200 !important; /* بالاترین لایه */
}

/* نور دور عکس هنگام همر */
#id-6252 .article-card-item:hover .article-image::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle at center, 
        rgba(0, 153, 255, 0.2) 0%,
        rgba(0, 153, 255, 0.1) 40%,
        transparent 70%
    );
    border-radius: 30px;
    z-index: -1;
    animation: pulseGlow 2s infinite alternate;
}

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/* Card Title - طراحی شکیل‌تر */
#id-6252 .article-card-title {
    color: #0066cc !important;
    font-family: 'ShabnamBold', 'iranyekan', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    padding: 0 !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    background: linear-gradient(135deg, #0066cc, #0099ff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    position: relative !important;
    z-index: 3 !important;
}

#id-6252 .article-card-item:hover .article-card-title {
    background: linear-gradient(135deg, #004c99, #0066cc) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 102, 204, 0.15) !important;
}

/* Card Line - طراحی زیباتر */
#id-6252 .article-card-line {
    border: none !important;
    height: 2px !important;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #0066cc 50%, 
        transparent 100%
    ) !important;
    margin: 0 0 20px 0 !important;
    opacity: 0.3 !important;
    transition: all 0.4s ease !important;
    width: 60% !important;
    border-radius: 2px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#id-6252 .article-card-item:hover .article-card-line {
    opacity: 1 !important;
    width: 80% !important;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #0066cc 20%, 
        #3399ff 50%, 
        #0066cc 80%, 
        transparent 100%
    ) !important;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.2) !important;
}

/* Card Description - طراحی جمع‌وجور */
#id-6252 .article-card-description {
    color: #666 !important;
    font-family: 'Samim', 'iranyekan', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 0 25px 0 !important;
    padding: 0 5px !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    overflow: visible !important;
    height: auto !important;
    position: relative !important;
    z-index: 3 !important;
}

/* افکت برای متن توضیحات هنگام همر */
#id-6252 .article-card-item:hover .article-card-description {
    color: #555 !important;
}

#id-6252 .article-card-description pre {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-family: inherit !important;
    white-space: normal !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#id-6252 .article-card-description p {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.7 !important;
    word-break: keep-all !important;
    hyphens: none !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    color: #666 !important;
    font-weight: 400 !important;
}

/* دکمه اطلاعات بیشتر - طراحی حرفه‌ای‌تر */
#id-6252 .article-card-description a.btn-drmoeinoddin {
    display: inline-block !important;
    background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%) !important;
    color: white !important;
    font-family: 'Samim', 'iranyekan', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px 30px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.3) !important;
    margin-top: auto !important;
    text-align: center !important;
    white-space: nowrap !important;
    min-width: 170px !important;
    position: relative !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    letter-spacing: 0.5px !important;
    z-index: 3 !important;
}

/* افکت همر دکمه - مدرن و زیبا */
#id-6252 .article-card-description a.btn-drmoeinoddin:hover {
    background: linear-gradient(135deg, #004c99 0%, #0066cc 100%) !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.4), 
                0 0 15px rgba(0, 153, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

/* افکت نور متحرک روی دکمه */
#id-6252 .article-card-description a.btn-drmoeinoddin::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    transition: all 0.6s ease;
}

#id-6252 .article-card-description a.btn-drmoeinoddin:hover::after {
    left: 120%;
}

/* افکت شناور برای کل کارت */
@keyframes cardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

#id-6252 .article-card-item {
    animation: cardFloat 6s ease-in-out infinite;
    animation-play-state: paused;
}

#id-6252 .article-card-item:hover {
    animation-play-state: running;
}

/* انیمیشن ظاهر شدن کارت‌ها */
@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#id-6252 .article-card-item {
    animation: cardAppear 0.6s ease forwards;
    opacity: 0;
    animation-fill-mode: both;
}

/* Staggered animation */
#id-6252 .article-card-item:nth-child(1) { animation-delay: 0.1s; }
#id-6252 .article-card-item:nth-child(2) { animation-delay: 0.15s; }
#id-6252 .article-card-item:nth-child(3) { animation-delay: 0.2s; }
#id-6252 .article-card-item:nth-child(4) { animation-delay: 0.25s; }
#id-6252 .article-card-item:nth-child(5) { animation-delay: 0.3s; }
#id-6252 .article-card-item:nth-child(6) { animation-delay: 0.35s; }
#id-6252 .article-card-item:nth-child(7) { animation-delay: 0.4s; }
#id-6252 .article-card-item:nth-child(8) { animation-delay: 0.45s; }
#id-6252 .article-card-item:nth-child(9) { animation-delay: 0.5s; }
#id-6252 .article-card-item:nth-child(10) { animation-delay: 0.55s; }
#id-6252 .article-card-item:nth-child(11) { animation-delay: 0.6s; }
#id-6252 .article-card-item:nth-child(12) { animation-delay: 0.65s; }

/* =================== بخش رسپانسیو =================== */

/* دسکتاپ بزرگ (1400px به بالا) - 4 ستون */
@media (min-width: 1400px) {
    #id-6252 .article-wrapper {
        max-width: 1400px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 30px !important;
    }
    
    #id-6252 .article-card-item {
        padding: 28px 22px !important;
        min-height: 320px !important;
    }
    
    #id-6252 .card-image-content {
        height: 110px !important;
    }
    
    #id-6252 .article-image {
        width: 100px !important;
        height: 100px !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: scale(1.5) translateY(-5px) !important;
    }
    
    #id-6252 .article-card-title {
        font-size: 20px !important;
        min-height: 65px !important;
    }
    
    #id-6252 .article-card-description a.btn-drmoeinoddin {
        font-size: 12px !important;
        padding: 13px 32px !important;
        min-width: 180px !important;
			margin-top:20px !important;
			
    }
}

/* دسکتاپ متوسط (1200px تا 1399px) - 4 ستون */
@media (min-width: 1200px) and (max-width: 1399px) {
    #id-6252.article9 {
        padding: 70px 20px !important;
    }
    
    #id-6252 .article-wrapper {
        max-width: 1200px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 25px !important;
    }
    
    #id-6252 .article-card-item {
        padding: 25px 20px !important;
        min-height: 300px !important;
    }
    
    #id-6252 .card-image-content {
        height: 100px !important;
        margin-bottom: 20px !important;
    }
    
    #id-6252 .article-image {
        width: 90px !important;
        height: 90px !important;
    }
    
    #id-6252 .article-card-title {
        font-size: 18px !important;
        min-height: 60px !important;
    }
    
    #id-6252 .article-card-description a.btn-drmoeinoddin {
        font-size: 14px !important;
        padding: 12px 30px !important;
        min-width: 170px !important;
					margin-top:20px !important;
    }
}

/* دسکتاپ کوچک (992px تا 1199px) - 4 ستون */
@media (max-width: 1199px) {
    #id-6252.article9 {
        padding: 60px 15px !important;
    }
    
    #id-6252 .section-header {
        margin-bottom: 40px !important;
    }
    
    #id-6252 .section-description {
        padding: 25px 20px !important;
    }
    
    #id-6252 .section-description strong {
        font-size: 2rem !important;
    }
    
    #id-6252 .section-description span {
        font-size: 1rem !important;
    }
    
    #id-6252 .article-wrapper {
        max-width: 1000px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
        padding: 0 15px !important;
    }
    
    #id-6252 .article-card-item {
        padding: 22px 18px !important;
        min-height: 280px !important;
    }
    
    #id-6252 .card-image-content {
        height: 90px !important;
        margin-bottom: 18px !important;
    }
    
    #id-6252 .article-image {
        width: 80px !important;
        height: 80px !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: scale(1.4) translateY(-5px) !important;
    }
    
    #id-6252 .article-card-title {
        font-size: 17px !important;
        min-height: 55px !important;
        margin-bottom: 12px !important;
    }
    
    #id-6252 .article-card-line {
        margin-bottom: 15px !important;
    }
    
    #id-6252 .article-card-description {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }
    
    #id-6252 .article-card-description a.btn-drmoeinoddin {
        font-size: 13.5px !important;
        padding: 10px 25px !important;
        min-width: 160px !important;
					margin-top:20px !important;
    }
}

/* تبلت بزرگ (768px تا 991px) - 3 ستون */
@media (max-width: 991px) {
    #id-6252.article9 {
        padding: 50px 15px !important;
    }
    
    #id-6252 .section-header {
        margin-bottom: 35px !important;
    }
    
    #id-6252 .section-description {
        padding: 22px 18px !important;
        border-radius: 18px !important;
    }
    
    #id-6252 .section-description strong {
        font-size: 1.8rem !important;
    }
    
    #id-6252 .article-wrapper {
        max-width: 800px !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
        padding: 0 15px !important;
    }
    
    #id-6252 .article-card-item {
        padding: 20px 18px !important;
        min-height: 270px !important;
    }
    
    #id-6252 .card-image-content {
        height: 85px !important;
        margin-bottom: 15px !important;
    }
    
    #id-6252 .article-image {
        width: 75px !important;
        height: 75px !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: scale(1.4) translateY(-5px) !important;
    }
    
    #id-6252 .article-card-title {
        font-size: 16px !important;
        min-height: 50px !important;
        margin-bottom: 10px !important;
    }
    
    #id-6252 .article-card-description {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }
    
    #id-6252 .article-card-description a.btn-drmoeinoddin {
        font-size: 13px !important;
        padding: 9px 22px !important;
        min-width: 150px !important;
					margin-top:20px !important;
    }
}

/* تبلت (577px تا 767px) - 2 ستون */
@media (max-width: 767px) {
    #id-6252.article9 {
        padding: 40px 10px !important;
    }
    
    #id-6252 .section-header {
        margin-bottom: 30px !important;
    }
    
    #id-6252 .section-description {
        padding: 20px 15px !important;
        border-radius: 16px !important;
    }
    
    #id-6252 .section-description strong {
        font-size: 1.6rem !important;
    }
    
    #id-6252 .section-description span {
        font-size: 0.95rem !important;
    }
    
    #id-6252 .article-wrapper {
        max-width: 600px !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
        padding: 0 10px !important;
    }
    
    #id-6252 .article-card-item {
        padding: 20px 15px !important;
        min-height: 260px !important;
        max-width: 100% !important;
    }
    
    #id-6252 .card-image-content {
        height: 80px !important;
        margin-bottom: 12px !important;
    }
    
    #id-6252 .article-image {
        width: 70px !important;
        height: 70px !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: scale(1.4) translateY(-5px) !important;
    }
    
    #id-6252 .article-card-title {
        font-size: 16px !important;
        min-height: 45px !important;
        margin-bottom: 8px !important;
    }
    
    #id-6252 .article-card-line {
        margin-bottom: 12px !important;
        width: 50% !important;
    }
    
    #id-6252 .article-card-item:hover .article-card-line {
        width: 70% !important;
    }
    
    #id-6252 .article-card-description {
        font-size: 12.5px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }
    
    #id-6252 .article-card-description a.btn-drmoeinoddin {
        font-size: 12.5px !important;
        padding: 8px 20px !important;
        min-width: 140px !important;
					margin-top:20px !important;
    }
}

/* موبایل بزرگ (450px تا 576px) - 2 ستون */
@media (max-width: 576px) {
    #id-6252.article9 {
        padding: 30px 10px !important;
    }
    
    #id-6252 .section-header {
        margin-bottom: 25px !important;
    }
    
    #id-6252 .section-description {
        padding: 18px 15px !important;
        border-radius: 14px !important;
    }
    
    #id-6252 .section-description strong {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }
    
    #id-6252 .section-description span {
        font-size: 0.9rem !important;
    }
    
    #id-6252 .article-wrapper {
        max-width: 500px !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 10px !important;
    }
    
    #id-6252 .article-card-item {
        padding: 18px 15px !important;
        min-height: 250px !important;
    }
    
    #id-6252 .card-image-content {
        height: 75px !important;
        margin-bottom: 10px !important;
    }
    
    #id-6252 .article-image {
        width: 65px !important;
        height: 65px !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: scale(1.4) translateY(-5px) !important;
    }
    
    #id-6252 .article-card-title {
        font-size: 15px !important;
        min-height: 42px !important;
        margin-bottom: 8px !important;
    }
    
    #id-6252 .article-card-line {
        margin-bottom: 10px !important;
    }
    
    #id-6252 .article-card-description {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
    
    #id-6252 .article-card-description a.btn-drmoeinoddin {
        font-size: 12px !important;
        padding: 7px 18px !important;
        min-width: 135px !important;
    }
}
/* موبایل کوچک (زیر 450px) - 1 ستون و کاملاً وسط */
@media (max-width: 450px) {
    #id-6252.article9 {
        padding: 25px 10px !important;
    }
    
    #id-6252 .section-header {
        margin-bottom: 20px !important;
    }
    
    #id-6252 .section-description {
        padding: 15px 12px !important;
        border-radius: 12px !important;
    }
    
    #id-6252 .section-description strong {
        font-size: 1.4rem !important;
    }
    
    #id-6252 .section-description span {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
    }
    
    #id-6252 .article-wrapper {
        max-width: 320px !important; /* کاهش عرض برای وسط‌چین شدن بهتر */
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 10px !important;
        margin: 0 auto !important; /* این خط باعث وسط‌چین شدن می‌شود */
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; /* وسط‌چین کردن آیتم‌ها */
    }
    
    #id-6252 .article-card-item {
        padding: 20px 15px !important;
        min-height: 240px !important;
        max-width: 300px !important; /* محدود کردن عرض کارت */
        width: 100% !important;
        margin: 0 auto !important; /* وسط‌چین کردن خود کارت */
    }
    
    #id-6252 .card-image-content {
        height: 70px !important;
        margin-bottom: 10px !important;
    }
    
    #id-6252 .article-image {
        width: 60px !important;
        height: 60px !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: scale(1.4) translateY(-5px) !important;
    }
    
    #id-6252 .article-card-title {
        font-size: 15px !important;
        min-height: 40px !important;
        margin-bottom: 8px !important;
    }
    
    #id-6252 .article-card-line {
        margin: 0 auto 8px auto !important;
        width: 50% !important;
    }
    
    #id-6252 .article-card-item:hover .article-card-line {
        width: 70% !important;
    }
    
    #id-6252 .article-card-description {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
    
    #id-6252 .article-card-description a.btn-drmoeinoddin {
        font-size: 12px !important;
        padding: 6px 16px !important;
        min-width: 130px !important;
        display: block !important;
        margin: 0 auto !important; /* وسط‌چین کردن دکمه */
    }
}
/* تنظیمات اضافی برای نمایش محتوا */
#id-6252 .article-wrapper {
    overflow: visible !important;
}

#id-6252 .article-card-item {
    min-width: 0 !important;
}

/* تنظیمات برای جلوگیری از همپوشانی هنگام همر */
#id-6252 .article-card-item:hover {
    position: relative !important;
}

/* تنظیمات نور دور عکس در موبایل */
@media (max-width: 767px) {
    #id-6252 .article-card-item:hover .article-image::before {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        border-radius: 20px;
    }
}

/* تنظیمات انیمیشن برای موبایل */
@media (max-width: 576px) {
    #id-6252 .article-card-item:hover {
        transform: translateY(-5px) scale(1.02) !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: scale(1.3) translateY(-5px) !important;
    }
}

/* جلوگیری از افکت همر بر روی تبلت و موبایل هنگام لمس */
@media (hover: none) {
    #id-6252 .article-card-item:hover {
        transform: none !important;
    }
    
    #id-6252 .article-card-item:hover .article-image {
        transform: none !important;
    }
    
    #id-6252 .article-card-item:hover::before {
        transform: scaleX(0) !important;
    }
}











/* بخش خدمات ما - طراحی مدرن و حرفه‌ای */
#id-6253.gallery5 {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 1) 0%,
        rgba(240, 247, 255, 1) 50%,
        rgba(255, 255, 255, 1) 100%
    ) !important;
    padding: 60px 20px !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-top: 3px solid #0066cc !important;
    border-bottom: 3px solid #0066cc !important;
}

/* افکت پس‌زمینه */
#id-6253.gallery5::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 102, 204, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 153, 255, 0.05) 0%, transparent 50%);
    z-index: 0 !important;
}

#id-6253 .section-header {
width: 100% !important;
max-width: 900px !important;
margin: 0 auto 40px auto !important;
text-align: center !important;
position: relative !important;
display: block !important;
padding: 0 20px !important;
}

#id-6253 .section-description {
background: linear-gradient(135deg,
rgba(0, 102, 204, 0.95) 0%,
rgba(0, 153, 255, 0.95) 100%
) !important;
padding: 30px !important;
border-radius: 20px !important;
border: 2px solid rgba(255, 255, 255, 0.4) !important;
box-shadow:
0 15px 40px rgba(0, 102, 204, 0.25),
0 0 40px rgba(0, 153, 255, 0.15) !important;
color: white !important;
width: 100% !important;
margin: 0 !important;
backdrop-filter: blur(8px) !important;
position: relative !important;
overflow: hidden !important;
}

#id-6253 .section-description pre {
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
font-family: inherit !important;
white-space: normal !important;
position: relative !important;
z-index: 1 !important;
}

#id-6253 .section-description p {
margin: 0 !important;
line-height: 1.6 !important;
}

#id-6253 .section-description strong {
display: block !important;
font-size: 2.2rem !important;
margin-bottom: 12px !important;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
color: #ffffff !important;
}

#id-6253 .section-description span {
font-size: 1.1rem !important;
line-height: 1.7 !important;
opacity: 0.95 !important;
color: #f0f8ff !important;
}


/* Wrapper کارت‌ها */
#id-6253 .wrapper {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Card Item - طراحی کارت‌های مدرن */
#id-6253 .card-item {
    height: 350px !important;
    min-width: 0 !important;
    border-radius: 20px !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.15) !important;
    border: 2px solid rgba(0, 102, 204, 0.1) !important;
}

/* افکت همر روی کارت */
#id-6253 .card-item:hover {
    transform: translateY(-10px) scale(1.03) !important;
    box-shadow: 
        0 25px 50px rgba(0, 102, 204, 0.25),
        0 0 0 2px rgba(0, 102, 204, 0.2) !important;
    border-color: rgba(0, 102, 204, 0.3) !important;
    z-index: 10 !important;
}

/* انیمیشن نور دور کارت هنگام همر */
#id-6253 .card-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #0066cc, #0099ff, #0066cc, #0099ff
    );
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#id-6253 .card-item:hover::before {
    opacity: 0.5;
    animation: borderGlow 2s infinite alternate;
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(5px);
    }
    100% {
        opacity: 0.7;
        filter: blur(10px);
    }
}

/* Container عکس */
#id-6253 .card-image {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 18px !important;
}

/* عکس */
#id-6253 .img-responsive {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    filter: brightness(0.9) !important;
}

/* افکت همر عکس */
#id-6253 .card-item:hover .img-responsive {
    transform: scale(1.1) rotate(1deg) !important;
    filter: brightness(1) contrast(1.1) !important;
}

/* Overlay متن */
#id-6253 .card-text {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 120px !important;
    background: linear-gradient(to top, 
        rgba(2, 43, 85, 0.95) 0%,
        rgba(2, 43, 85, 0.8) 50%,
        rgba(2, 43, 85, 0) 100%
    ) !important;
    opacity: 0 !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 25px 20px !important;
    border-radius: 0 0 18px 18px !important;
    z-index: 2 !important;
}

/* افکت همر Overlay */
#id-6253 .card-item:hover .card-text {
    opacity: 1 !important;
    height: 150px !important;
    background: linear-gradient(to top, 
        rgba(2, 43, 85, 1) 0%,
        rgba(2, 43, 85, 0.9) 50%,
        rgba(2, 43, 85, 0.4) 100%
    ) !important;
}

/* Container داخلی متن */
#id-6253 .card-text-inner {
    width: 100% !important;
    text-align: center !important;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

#id-6253 .card-item:hover .card-text-inner {
    transform: translateY(0);
}

/* عنوان کارت */
#id-6253 .card-h2 {
    color: #ffffff !important;
    font-size: 24px !important;
    font-family: 'ShabnamBold', 'iranyekan', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

#id-6253 .card-item:hover .card-h2 {
    color: #bfe2f2 !important;
    transform: scale(1.05) !important;
    text-shadow: 0 4px 15px rgba(0, 153, 255, 0.4) !important;
}

/* =================== بخش رسپانسیو =================== */

/* دسکتاپ بزرگ (1400px به بالا) */
@media (min-width: 1400px) {
    #id-6253.gallery5 {
        padding: 80px 30px !important;
    }
    
    #id-6253 .section-header {
        max-width: 1000px !important;
        margin-bottom: 50px !important;
    }
    
    #id-6253 .section-description {
        padding: 30px 25px !important;
    }
    
    #id-6253 .section-description strong {
        font-size: 2.2rem !important;
    }
    
    #id-6253 .wrapper {
        max-width: 1400px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 30px !important;
    }
    
    #id-6253 .card-item {
        height: 380px !important;
    }
    
    #id-6253 .card-h2 {
        font-size: 26px !important;
    }
}

/* دسکتاپ متوسط (1200px تا 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    #id-6253.gallery5 {
        padding: 70px 25px !important;
    }
    
    #id-6253 .section-header {
        max-width: 950px !important;
        margin-bottom: 45px !important;
    }
    
    #id-6253 .section-description {
        padding: 28px 22px !important;
    }
    
    #id-6253 .section-description strong {
        font-size: 2rem !important;
    }
    
    #id-6253 .wrapper {
        max-width: 1200px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 25px !important;
    }
    
    #id-6253 .card-item {
        height: 350px !important;
    }
}

/* دسکتاپ کوچک (992px تا 1199px) */
@media (max-width: 1199px) {
    #id-6253.gallery5 {
        padding: 60px 20px !important;
    }
    
    #id-6253 .section-header {
        max-width: 900px !important;
        margin-bottom: 40px !important;
    }
    
    #id-6253 .section-description {
        padding: 25px 20px !important;
    }
    
    #id-6253 .section-description strong {
        font-size: 1.8rem !important;
    }
    
    #id-6253 .section-description div span {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
    
    #id-6253 .wrapper {
        max-width: 1000px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }
    
    #id-6253 .card-item {
        height: 320px !important;
    }
    
    #id-6253 .card-text {
        height: 100px !important;
    }
    
    #id-6253 .card-item:hover .card-text {
        height: 130px !important;
    }
    
    #id-6253 .card-h2 {
        font-size: 20px !important;
    }
}

/* تبلت بزرگ (768px تا 991px) */
@media (max-width: 991px) {
    #id-6253.gallery5 {
        padding: 50px 15px !important;
    }
    
    #id-6253 .section-header {
        max-width: 800px !important;
        margin-bottom: 35px !important;
    }
    
    #id-6253 .section-description {
        padding: 22px 18px !important;
        border-radius: 18px !important;
    }
    
    #id-6253 .section-description strong {
        font-size: 1.6rem !important;
    }
    
    #id-6253 .section-description div {
        padding: 18px !important;
        margin: 12px 0 !important;
    }
    
    #id-6253 .section-description div span {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
    
    #id-6253 .wrapper {
        max-width: 800px !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    #id-6253 .card-item {
        height: 300px !important;
    }
    
    #id-6253 .card-text {
        height: 90px !important;
        padding: 18px 15px !important;
    }
    
    #id-6253 .card-item:hover .card-text {
        height: 120px !important;
    }
    
    #id-6253 .card-h2 {
        font-size: 18px !important;
    }
}

/* تبلت (577px تا 767px) */
@media (max-width: 767px) {
    #id-6253.gallery5 {
        padding: 40px 15px !important;
    }
    
    #id-6253 .section-header {
        max-width: 700px !important;
        margin-bottom: 30px !important;
    }
    
    #id-6253 .section-description {
        padding: 20px 15px !important;
        border-radius: 16px !important;
    }
    
    #id-6253 .section-description strong {
        font-size: 1.5rem !important;
        margin-bottom: 12px !important;
    }
    
    #id-6253 .section-description div {
        padding: 15px !important;
        margin: 10px 0 !important;
    }
    
    #id-6253 .section-description div span {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    
    #id-6253 .section-description img {
        width: 50px !important;
        height: 50px !important;
        margin: 15px auto !important;
    }
    
    #id-6253 .wrapper {
        max-width: 600px !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    #id-6253 .card-item {
        height: 280px !important;
    }
    
    #id-6253 .card-item:hover {
        transform: translateY(-8px) scale(1.02) !important;
    }
    
    #id-6253 .card-text {
        height: 80px !important;
        padding: 15px 12px !important;
    }
    
    #id-6253 .card-item:hover .card-text {
        height: 110px !important;
    }
    
    #id-6253 .card-h2 {
        font-size: 16px !important;
    }
}

/* موبایل بزرگ (450px تا 576px) */
@media (max-width: 576px) {
    #id-6253.gallery5 {
        padding: 35px 10px !important;
    }
    
    #id-6253 .section-header {
        max-width: 500px !important;
        margin-bottom: 25px !important;
        padding: 0 15px !important;
    }
    
    #id-6253 .section-description {
        padding: 18px 12px !important;
        border-radius: 14px !important;
    }
    
    #id-6253 .section-description strong {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }
    
    #id-6253 .section-description div {
        padding: 12px !important;
        margin: 8px 0 !important;
    }
    
    #id-6253 .section-description div span {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }
    
    #id-6253 .section-description img {
        width: 45px !important;
        height: 45px !important;
        margin: 12px auto !important;
    }
    
    #id-6253 .wrapper {
        max-width: 500px !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 0 15px !important;
    }
    
    #id-6253 .card-item {
        height: 250px !important;
    }
    
    #id-6253 .card-text {
        height: 70px !important;
        padding: 12px 10px !important;
    }
    
    #id-6253 .card-item:hover .card-text {
        height: 100px !important;
    }
    
    #id-6253 .card-h2 {
        font-size: 14px !important;
    }
}

/* موبایل کوچک (زیر 450px) */
@media (max-width: 450px) {
    #id-6253.gallery5 {
        padding: 30px 10px !important;
    }
    
    #id-6253 .section-header {
        max-width: 400px !important;
        margin-bottom: 20px !important;
        padding: 0 10px !important;
    }
    
    #id-6253 .section-description {
        padding: 15px 10px !important;
        border-radius: 12px !important;
    }
    
    #id-6253 .section-description strong {
        font-size: 1.2rem !important;
        margin-bottom: 8px !important;
    }
    
    #id-6253 .section-description div {
        padding: 10px !important;
        margin: 6px 0 !important;
        border-right-width: 2px !important;
    }
    
    #id-6253 .section-description div span {
        font-size: 0.75rem !important;
        line-height: 1.2 !important;
    }
    
    #id-6253 .wrapper {
        max-width: 400px !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 10px !important;
    }
    
    #id-6253 .card-item {
        height: 280px !important;
        max-width: 350px !important;
        margin: 0 auto !important;
    }
    
    #id-6253 .card-item:hover {
        transform: translateY(-5px) scale(1.01) !important;
    }
    
    #id-6253 .card-text {
        height: 80px !important;
        padding: 10px !important;
    }
    
    #id-6253 .card-item:hover .card-text {
        height: 110px !important;
    }
    
    #id-6253 .card-h2 {
        font-size: 16px !important;
    }
}

/* تنظیمات برای دستگاه‌های لمسی */
@media (hover: none) {
    #id-6253 .card-item:hover {
        transform: none !important;
    }
    
    #id-6253 .card-item:hover .img-responsive {
        transform: none !important;
    }
    
    #id-6253 .card-item:hover .card-text {
        opacity: 1 !important;
        height: 100px !important;
    }
    
    #id-6253 .card-item:hover::before {
        opacity: 0;
        animation: none;
    }
    
    /* فعال شدن overlay با لمس */
    #id-6253 .card-item.active .card-text {
        opacity: 1 !important;
        height: 120px !important;
    }
    
    #id-6253 .card-item.active .img-responsive {
        transform: scale(1.05) !important;
    }
}

/* JavaScript برای دستگاه‌های لمسی */
#id-6253 .card-item {
    touch-action: manipulation;
}

/* بهبود انیمیشن‌ها برای عملکرد بهتر */
@media (prefers-reduced-motion: reduce) {
    #id-6253 .card-item,
    #id-6253 .img-responsive,
    #id-6253 .card-text,
    #id-6253 .section-description::before,
    #id-6253 .section-description img {
        transition: none !important;
        animation: none !important;
    }
}

/* تنظیمات برای نمایش بهتر در مرورگرهای مختلف */
#id-6253 .wrapper {
    display: -ms-grid !important;
    display: grid !important;
}

#id-6253 .card-item {
    -webkit-tap-highlight-color: transparent;
}

/* بهبود کنتراست و دسترسی */
#id-6253 .card-h2 {
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

/* بهبود کیفیت عکس‌ها */
#id-6253 .img-responsive {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}









