#id-7739 .article-card-item {
background-color: rgb(24 38 77 / 49%) !important;
}

a {
	text-decoration : none;
}


/*دکمه*/

.neon-mini-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 8px 9px 8px 16px;

    background: #191735;
    color: #ff1687;

    border: 1px solid rgba(255, 22, 135, .55);
    border-radius: 13px;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;

    text-decoration: none;
    cursor: pointer;

    /* نور دائمی */
    box-shadow:
        0 0 8px rgba(255, 22, 135, .55),
        0 0 20px rgba(255, 22, 135, .28),
        0 0 35px rgba(255, 22, 135, .12);

    transition:
        color .3s ease,
        border-color .3s ease,
        box-shadow .35s ease,
        transform .3s ease;
}

/* آیکن */
.neon-mini-btn i {
    width: 30px;
    height: 30px;

    display: grid;
    place-items: center;

    border-radius: 9px;

    background: #ff1687;
    color: #fff;

    font-size: 15px;
    font-style: normal;
    line-height: 1;

    box-shadow:
        0 0 10px rgba(255, 22, 135, .7),
        0 0 22px rgba(255, 22, 135, .35);

    transition:
        transform .3s ease,
        box-shadow .35s ease;
}

/* Hover */
.neon-mini-btn:hover {
    color: #fff;

    border-color: #ff1687;

    transform: translateY(-2px);

    /* نور قوی‌تر دور کل باکس */
    box-shadow:
        0 0 10px rgba(255, 22, 135, .9),
        0 0 28px rgba(255, 22, 135, .55),
        0 0 55px rgba(255, 22, 135, .3);
}

/* آیکن در Hover */
.neon-mini-btn:hover i {
    transform: translateX(2px);

    box-shadow:
        0 0 14px #ff1687,
        0 0 30px rgba(255, 22, 135, .75),
        0 0 45px rgba(255, 22, 135, .35);
}

/* حالت کلیک */
.neon-mini-btn:active {
    transform: translateY(0) scale(.98);
}


/*ورود*/

#id-7737 .article-image {
    border-radius: 50% !important;

    filter:
        drop-shadow(0 0 5px rgba(255, 0, 128, 0.9))
        drop-shadow(0 0 12px rgba(255, 0, 128, 0.55))
        drop-shadow(0 0 20px rgba(255, 0, 128, 0.3));

    transition: filter 0.4s ease, transform 0.4s ease;
}

/* وقتی موس روی آیکن می‌رود */
#id-7737 .article-image:hover {
    filter:
        drop-shadow(0 0 6px #ff0080)
        drop-shadow(0 0 14px rgba(255, 0, 128, 0.85))
        drop-shadow(0 0 25px rgba(255, 0, 128, 0.5));

    transform: scale(1.05);
}




 /*login*/
#id-7737 {
cursor:pointer;
}







/*خدمات ما*/

@media(min-width:1210px) {
#id-7759 {
 display : none;
}
}



@media(max-width:1210px) {
#id-7738 {
 display : none;
}
}











/* =========================================
   سکشن کلینیک ما در یک نگاه - id-7739
   ========================================= */
/* =========================================================
   SECTION : id-7739
   کلینیک ما در یک نگاه
   ========================================================= */


/* =========================================================
   باکس‌ها
   فقط هاله نور صورتی
   بدون Border
   ========================================================= */

#id-7739 .article-card-item {
    border: none !important;
    border-width: 0 !important;
    border-color: transparent !important;

    border-radius: 16px !important;

    box-shadow:
        0 0 10px rgba(255, 0, 128, 0.28),
        0 0 22px rgba(255, 0, 128, 0.18),
        0 0 38px rgba(255, 0, 128, 0.10) !important;

    transition:
        box-shadow 0.4s ease,
        transform 0.4s ease !important;
}


/* =========================================================
   هاور باکس
   ========================================================= */

#id-7739 .article-card-item:hover {
    border: none !important;

    box-shadow:
        0 0 12px rgba(255, 0, 128, 0.42),
        0 0 26px rgba(255, 0, 128, 0.28),
        0 0 45px rgba(255, 0, 128, 0.15) !important;

    transform: translateY(-4px);
}


/* =========================================================
   محل آیکن
   ایجاد هاله دایره‌ای پشت آیکن
   ========================================================= */

#id-7739 .article-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100px;
}


/* =========================================================
   هاله نور صورتی پشت آیکن
   ========================================================= */

#id-7739 .article-header::before {
    content: "";

    position: absolute;

    width: 65px;
    height: 65px;

    border-radius: 50%;

    background: rgba(255, 0, 128, 0.20);

    box-shadow:
        0 0 10px rgba(255, 0, 128, 0.45),
        0 0 22px rgba(255, 0, 128, 0.30),
        0 0 38px rgba(255, 0, 128, 0.18);

    filter: blur(5px);

    transition:
        all 0.4s ease;

    z-index: 0;
}


/* =========================================================
   خود آیکن
   بدون Drop Shadow
   ========================================================= */

#id-7739 .article-header .article-image {
    position: relative;

    width: 80px !important;
    height: 80px !important;

    object-fit: contain !important;

    border-radius: 0 !important;

    z-index: 1;

    transition:
        transform 0.4s ease;
}


/* =========================================================
   هاور آیکن
   ========================================================= */

#id-7739 .article-card-item:hover .article-header::before {
    width: 72px;
    height: 72px;

    background: rgba(255, 0, 128, 0.28);

    box-shadow:
        0 0 12px rgba(255, 0, 128, 0.60),
        0 0 26px rgba(255, 0, 128, 0.42),
        0 0 45px rgba(255, 0, 128, 0.25);
}


#id-7739 .article-card-item:hover .article-image {
    transform: scale(1.06);
}


/* =========================================================
   عنوان باکس
   ========================================================= */

#id-7739 .article-title {
    transition:
        color 0.3s ease,
        text-shadow 0.3s ease;
}


/* عنوان هنگام هاور */

#id-7739 .article-card-item:hover .article-title {
    color: #ff0080 !important;

    text-shadow:
        0 0 6px rgba(255, 0, 128, 0.45),
        0 0 12px rgba(255, 0, 128, 0.25);
}


/* =========================================================
   توضیحات
   ========================================================= */

#id-7739 .article-description {
    transition:
        opacity 0.3s ease;
}

#id-7739 .article-card-item:hover .article-description {
    opacity: 0.95;
}






/*بیمه ها*/
#id-7746 {
    background: rgb(16,27,61) !important;
    padding: 50px 20px;
    overflow: hidden;
}

#id-7746 .insurance-title span {
    color: #ff007f !important;
    text-shadow: 0 0 6px #ff007f, 0 0 18px rgba(255,0,127,.8);
}

#id-7746 .slider {
    width: 85% !important;
    margin: auto;
    padding: 22px;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,0,127,.28);
}

#id-7746 .slide-track {
    display: flex;
    gap: 33px;
    width: max-content;
    animation: insuranceMove 18s linear infinite;
}

#id-7746 .slide {
    position: relative;
    flex: 0 0 180px;
    height: 140px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    background: rgba(255,255,255,.045);

    border: 1px solid rgba(255,0,127,.55);

    /* هاله صورتی اولیه */
    box-shadow:
        0 0 6px rgba(255,0,127,.6),
        0 0 16px rgba(255,0,127,.4),
        0 0 30px rgba(255,0,127,.2);

    transition: .5s ease;
}

#id-7746 .slide img {
    width: 115px !important;
    height: 100px !important;

    object-fit: contain !important;

    padding: 8px;
    border-radius: 15px;
    background: #fff;

    filter: grayscale(0);
    opacity: 1;

    transition: filter .6s ease, opacity .6s ease;
}

/* هاور */
#id-7746 .slide:hover {
    border-color: #ff007f;

    box-shadow:
        0 0 6px #ff007f,
        0 0 18px #ff007f,
        0 0 38px rgba(255,0,127,.9),
        inset 0 0 18px rgba(255,0,127,.12);
}

/* لوگو هنگام هاور طوسی */
#id-7746 .slide:hover img {
    filter: grayscale(1);
    opacity: .65;
}

/* قاب نئونی */
#id-7746 .slide:hover::after {
    content: "";
    position: absolute;
    inset: 5px;

    border: 1px solid rgba(255,0,127,.85);
    border-radius: 16px;

    box-shadow:
        0 0 8px #ff007f,
        inset 0 0 10px rgba(255,0,127,.4);

    pointer-events: none;
}

@keyframes insuranceMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {

    #id-7746 {
        padding: 40px 12px;
    }

    #id-7746 .slider {
        width: 100% !important;
        padding: 15px;
    }

    #id-7746 .slide-track {
        gap: 20px;
    }

    #id-7746 .slide {
        flex-basis: 145px;
        height: 115px;
    }

    #id-7746 .slide img {
        width: 90px !important;
        height: 75px !important;
    }
}








/*نظرسنجی*/
/* Neon Pink فقط برای سکشن id-7747 */
#id-7747 .card-body-custom {
    border: 1px solid #ff0080 !important;
    border-radius: 16px !important;

    box-shadow:
        0 0 4px #ff0080,
        0 0 8px rgba(255, 0, 128, 0.65),
        0 0 16px rgba(255, 0, 128, 0.35) !important;

    transition: all 0.35s ease;
}

/* هاور */
#id-7747 .card-body-custom:hover {
    border-color: #ff1493 !important;

    box-shadow:
        0 0 6px #ff0080,
        0 0 12px rgba(255, 0, 128, 0.8),
        0 0 25px rgba(255, 0, 128, 0.55),
        0 0 40px rgba(255, 0, 128, 0.25) !important;

    transform: translateY(-3px);
}




















/* ============================================ */
/* فایل: style.css - فوتر شیک و مینیمال         */
/* ============================================ */

/* ====== فوتر شیک ====== */

.footer-premium {
    background: linear-gradient(145deg, #0d1635, #101b3d);
    color: #e8ecf5;
    padding: 3rem 1.5rem 1.2rem;
    border-top: 2px solid rgb(255 42 140);
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

/* افکت نوری پس‌زمینه */
.footer-premium::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 42, 140, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.footer-premium::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 42, 140, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ---------- شبکه ۳ ستونی ---------- */
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.2fr;
    gap: 2.5rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
}

/* ---------- ستون‌ها ---------- */
.footer-col {
    display: flex;
    flex-direction: column;
}

.col-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
}

.col-header i {
    color: #ff2a8c;
    font-size: 1.2rem;
    width: 24px;
    text-shadow: 0 0 15px rgba(255, 42, 140, 0.2);
}

.col-header h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
}

@media (max-width: 768px) {
    .col-header {
        justify-content: center;
    }
}

/* لیست اطلاعات تماس */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8rem 0;
}

.info-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.9rem;
    color: #c8d0e0;
    padding: 0.4rem 0;
    transition: all 0.25s ease;
    border-bottom: 1px solid rgb(183 130 157 / 30%);
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list li i {
    width: 18px;
    color: #ff2a8c;
    font-size: 0.9rem;
    transition: 0.3s;
}

.info-list li a {
    color: #c8d0e0;
    text-decoration: none;
    transition: 0.25s;
}

.info-list li a:hover {
    color: #ff2a8c;
}

.info-list li:hover {
    color: #ffffff;
    transform: translateX(-3px);
}

.info-list li:hover i {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(255, 42, 140, 0.3);
}

/* متن برندینگ */
.brief-text {
    font-size: 0.8rem;
    color: #9aa3b9;
    margin-top: 0.5rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgb(183 130 157 / 30%);
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.brief-text .highlight {
    color: #ffd966;
    font-weight: 500;
}

/* لینک‌های سریع */
.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-list li {
    margin-bottom: 0.5rem;
}

.link-list li a {
    color: #c8d0e0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.25s ease;
    display: inline-block;
    padding: 0.2rem 0;
    position: relative;
}

.link-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #ff2a8c;
    transition: width 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 42, 140, 0.3);
}

.link-list li a:hover {
    color: #ffffff;
    transform: translateX(-4px);
}

.link-list li a:hover::after {
    width: 100%;
}

/* اپلیکیشن */
.app-desc {
    font-size: 0.8rem;
    color: #9aa3b9;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.app-links {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

@media (max-width: 768px) {
    .app-links {
        align-items: center;
    }
}

.app-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.app-btn i {
    font-size: 1.1rem;
}

.app-btn.android {
    background: rgba(255, 255, 255, 0.03);
    color: #e0e5f0;
}

.app-btn.android i {
    color: #a4c639;
}

.app-btn.ios {
    background: rgba(255, 255, 255, 0.03);
    color: #e0e5f0;
}

.app-btn.ios i {
    color: #ffffff;
}

.app-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 42, 140, 0.05), transparent);
    transition: 0.5s;
}

.app-btn:hover::before {
    left: 100%;
}

.app-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 42, 140, 0.1);
}

.app-btn.android:hover {
    background: rgba(164, 198, 57, 0.08);
    border-color: rgba(164, 198, 57, 0.2);
}

.app-btn.ios:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}

/* ---------- کپی رایت ---------- */
.footer-bottom {
    padding-top: 1.2rem;
    display: flex;
    justify-content: center;
}

.bottom-content {
    display: flex;
    align-items: center;
    gap: 0.6rem 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.8rem;
    color: #9aa3b9;
}

.bottom-content .divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.1);
}

.bottom-content a {
    color: #d4dcec;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
}

.bottom-content a:hover {
    color: #ffffff;
    background: rgba(255, 42, 140, 0.05);
}

.bottom-content .brand {
    color: #ffd966;
    font-weight: 500;
}

.bottom-content .fa-crown {
    color: #ffd966;
    font-size: 0.7rem;
}

/* ---------- نوار نئونی ---------- */
.neon-line {
    width: 40%;
    height: 2px;
    margin: 1.2rem auto 0;
    background: linear-gradient(90deg, transparent, #ff2a8c, #ff66b0, #ff2a8c, transparent);
    opacity: 0.25;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(255, 42, 140, 0.1);
}

/* ---------- ریسپانسیو موبایل ---------- */
@media (max-width: 480px) {
    .footer-premium {
        padding: 2rem 1rem 0.8rem;
    }

    .col-header {
        font-size: 0.95rem;
    }

    .info-list li {
        justify-content: center;
        font-size: 0.85rem;
        padding: 0.3rem 0;
    }

    .info-list li:hover {
        transform: none;
    }

    .link-list li a:hover {
        transform: none;
    }

    .app-btn {
        width: 100%;
        justify-content: center;
    }

    .bottom-content {
        flex-direction: column;
        gap: 0.5rem;
    }

    .bottom-content .divider {
        display: none;
    }

    .neon-line {
        width: 60%;
    }
}











#footer1 .divider-device {
display: none !important;
}


#footer1 .footer-mobile-app {
display: none !important;
}

#footer1 .section-copyright {
display: none !important;
}








/*خوش آمد گویی*/

#id-7744  .Playbutton {
bottom:282px;
left:250px;
}

#id-7744 .Playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 70px;
    height: 70px;
    border-radius: 50%;

    background: rgb(248, 1, 123);
    color: #fff;

    box-shadow: 0 6px 20px rgba(248, 1, 123, 0.35);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.35s ease;
    cursor: pointer;
}

#id-7744 .Playbutton:hover {
    transform: translate(-50%, -50%) scale(1.12);

    box-shadow:
        0 0 0 8px rgba(248, 1, 123, 0.20),
        0 0 0 16px rgba(248, 1, 123, 0.10),
        0 10px 30px rgba(248, 1, 123, 0.45);
}







/*نظرات بیماران*/
#id-7747{
    margin-bottom: 0px;
}

#id-7747 .mySwiperGallery6{
    margin-bottom: 0px;
    padding-bottom: 40px;
}