/* 
 * Custom CSS Overrides
 * این فایل برای تغییرات مستقیم CSS استفاده می‌شود
 * بدون نیاز به کامپایل SCSS
 * 
 * این فایل بعد از style.css لود می‌شود و می‌تواند استایل‌های اصلی را override کند
 */

/* Video Play Overlay - بدون border-radius */
.video-play-overlay {
    border-radius: 0px !important;
}
.about-success-wrap .list-wrap li .content .count {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 5px;
}
/* 
 * تمام تغییرات CSS خود را در این فایل قرار دهید
 * استفاده از !important در صورت نیاز برای override کردن استایل‌های اصلی
 */
.title{
	letter-spacing:0;
}
.banner-bg-two {
    min-height: 150px !important;
}
.banner-bg-two {
    padding: 115px 0 0 !important;
}
* p{
    text-align: justify;
}
.medical-badge {
    font-weight: 800;
    font-size: 14px;
}
.description {
    font-size: 20px;
    color: #212529;
    font-weight: 800;
}

/* ============================================
   Style 5 (banner-area-six) - Professional Cardiologist Design
   ============================================ */

/* banner-six - Professional Cardiologist Design */
.banner-area-six {
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 85, 255, .58), #fff 50%, rgba(255, 0, 0, .812));
    display: flex;
    min-height: 94vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}
.cta-info-wrap::before {
    inset-inline-end: 20px!important;
 }
 .pt-120 {
    padding-top: 10px;
}
/* Medical Background Pattern */
.medical-bg-pattern {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

/* Medical Heart GIF Background - Remove Blue Color */
.medical-gif-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.gif-background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
}

.bg-gradient-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(220, 38, 38, 0.05) 0%, transparent 50%);
    opacity: 0.9;
    z-index: 1;
}

.banner-content-six {
    position: relative;
    z-index: 3;
}

.subtitle-wrapper {
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}



.banner-content-six .medical-badge:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 85, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 85, 255, 0.15);
    transform: translateY(-1px);
}

.banner-content-six .medical-badge i {
    font-size: 12px;
    color: #ff0000;
    animation: heartbeat 2s ease-in-out infinite;
}

.banner-content-six .title {
    position: relative;
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: 0px;
    margin-bottom: 10px;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.banner-content-six .title-text {
    display: block;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.banner-content-six .title-text span,
.banner-content-six .description span {
    color: #0055ff !important;
    -webkit-text-fill-color: #0055ff !important;
}

.banner-content-six .description {
    margin-bottom: 40px;
    color: #242424;
    line-height: 1.8;
    font-weight: 400;
    max-width: 540px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.banner-btn-six {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

/* Play Button Style from Style 1 - Added to Style 5 */
.banner-content-six .banner-btn-six .play-btn {
    display: flex;
    align-items: center;
    color: var(--tg-secondary-color, #64748b);
    text-decoration: none;
    transition: all 0.3s ease;
}

.banner-content-six .banner-btn-six .play-btn span {
    text-decoration: underline;
    font-weight: 500;
}

.banner-content-six .banner-btn-six .play-btn i {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white, #ffffff);
    border-radius: 50%;
    color: var(--tg-primary-color, #0055ff);
    font-size: 18px;
    margin-inline-end: 12px;
    transition: all 0.3s ease;
}

.banner-content-six .banner-btn-six .play-btn:hover {
    color: var(--tg-primary-color, #0055ff);
}

.banner-content-six .banner-btn-six .play-btn:hover i {
    transform: scale(1.1);
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   Professional Medical Buttons for Cardiologist
   Modern, Clean & Trustworthy Design
   ============================================ */

/* Button Container */
.banner-content-six .banner-btn-six {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

/* 🥇 Primary Button - رزرو نوبت حضوری */
.banner-content-six .banner-btn-six .btn-primary-action {
    user-select: none;
    -moz-user-select: none;
    background: #0055ff;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 11px 22px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 85, 255, 0.15);
}

.banner-content-six .banner-btn-six .btn-primary-action::before,
.banner-content-six .banner-btn-six .btn-primary-action::after {
    display: none;
}

.banner-content-six .banner-btn-six .btn-primary-action i {
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.banner-content-six .banner-btn-six .btn-primary-action span {
    position: relative;
    z-index: 1;
}

.banner-content-six .banner-btn-six .btn-primary-action:hover {
    background: #0040cc;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 85, 255, 0.25);
}

.banner-content-six .banner-btn-six .btn-primary-action:active {
    box-shadow: 0 1px 2px rgba(0, 85, 255, 0.2);
}

/* 🥈 Secondary Button - ویزیت آنلاین */
.banner-content-six .banner-btn-six .btn-secondary-action {
    user-select: none;
    -moz-user-select: none;
    background: #ffffff;
    border: 1.5px solid #0055ff;
    color: #0055ff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 11px 22px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 85, 255, 0.08);
}

.banner-content-six .banner-btn-six .btn-secondary-action::before,
.banner-content-six .banner-btn-six .btn-secondary-action::after {
    display: none;
}

.banner-content-six .banner-btn-six .btn-secondary-action i {
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.banner-content-six .banner-btn-six .btn-secondary-action span {
    position: relative;
    z-index: 1;
}

.banner-content-six .banner-btn-six .btn-secondary-action:hover {
    background: #f5f9ff;
    border-color: #0040cc;
    color: #0040cc;
    box-shadow: 0 2px 4px rgba(0, 85, 255, 0.12);
}

.banner-content-six .banner-btn-six .btn-secondary-action:active {
    background: #eef5ff;
    box-shadow: 0 1px 2px rgba(0, 85, 255, 0.08);
}

/* 🥉 Tertiary Button - چت آنلاین */
.banner-content-six .banner-btn-six .btn-tertiary-action {
    user-select: none;
    -moz-user-select: none;
    background: transparent;
    border: 0;
    color: #0055ff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 10px 16px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    transition: background-color 0.2s ease, color 0.2s ease;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.banner-content-six .banner-btn-six .btn-tertiary-action::before,
.banner-content-six .banner-btn-six .btn-tertiary-action::after {
    display: none;
}

.banner-content-six .banner-btn-six .btn-tertiary-action i {
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.banner-content-six .banner-btn-six .btn-tertiary-action span {
    position: relative;
    z-index: 1;
}

.banner-content-six .banner-btn-six .btn-tertiary-action:hover {
    background: rgba(0, 85, 255, 0.06);
    color: #0040cc;
}

.banner-content-six .banner-btn-six .btn-tertiary-action:active {
    background: rgba(0, 85, 255, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .banner-content-six .banner-btn-six {
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
    }
    .about-img-wrap-ten {
    padding-inline-start: 0px;
}
    .about-area-ten {
        padding: 50px 0;
    }
	.copyright-text p {
    text-align: center;
    font-size: 12px;
}
	.about-content-five.about-content-ten > p{font-size: 20px;}
	.services-area-six {
        padding: 50px 0 70px!important;
    }
    .banner-content-six .banner-btn-six .btn-primary-action,
    .banner-content-six .banner-btn-six .btn-secondary-action {
        width: 100%;
        justify-content: center;
    }
    
    .banner-content-six .banner-btn-six .btn-tertiary-action {
        width: 100%;
        justify-content: center;
    }
}

.banner-img-six {
    position: relative;
    z-index: 2;
    animation: fadeInRight 0.8s ease-out 0.5s both;
    padding: 0px;
}

.banner-area-six .row .col-lg-5 {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
}

.banner-area-six .row .col-lg-5 .banner-img-six {
    margin-top: auto;
}

.doctor-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Simple Image Frame - No Animation */
.image-frame {
    display: none;
}

.doctor-image {
    background: transparent;
    border-radius: 24px;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1;
    display: block;
}

.doctor-image:hover {
    transform: translateY(-4px);
}

/* Online Status Indicator - Removed */
.online-status {
    display: none;
}

.online-dot {
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-online 2s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
}

@keyframes pulse-online {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.online-text {
    font-size: 12px;
    font-weight: 600;
    color: #10b981;
    letter-spacing: 0.3px;
}

/* Video Play Overlay */
.video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0px;
    z-index: 5;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    overflow: hidden;
}

.video-play-overlay::before {
    display: none;
}

.doctor-image-wrapper:hover .video-play-overlay {
    opacity: 1;
}

.play-button-large {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    margin-bottom: 16px;
    box-shadow: 
        0 10px 30px rgba(255, 0, 0, 0.4),
        0 0 0 0 rgba(255, 0, 0, 0.4),
        inset 0 2px 4px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.play-button-large::before {
    content: '';
    position: absolute;
    inset: -8px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: ripple-pulse 2s ease-out infinite;
    z-index: -1;
}

.play-button-large::after {
    content: '';
    position: absolute;
    inset: -12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: ripple-pulse 2s ease-out infinite 0.5s;
    z-index: -2;
}

@keyframes ripple-pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.video-play-overlay:hover .play-button-large {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 
        0 15px 40px rgba(255, 0, 0, 0.5),
        0 0 0 8px rgba(255, 0, 0, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
}

.video-play-overlay:hover .play-button-large i {
    transform: translateX(2px);
}

.play-button-large i {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.play-text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.video-play-overlay:hover .play-text {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Professional Medical Stats */
.medical-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 1.2s both;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    min-width: 200px;
}

.stat-item:hover {
    transform: translateY(-4px);
    border-color: rgba(220, 38, 38, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.stat-icon-medical {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    border-radius: 14px;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
    flex-shrink: 0;
}

.stat-info {
    flex: 1;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2px;
    display: inline-block;
    line-height: 1;
}

.stat-suffix {
    font-size: 24px;
    font-weight: 700;
    color: #dc2626;
    margin-inline-start: 2px;
}

.stat-label {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 4px;
}

/* Professional Medical Animations */
@keyframes heartFloat {
    0%, 100% {
        transform: translateY(-50%) translateX(0) rotate(0deg);
    }
    50% {
        transform: translateY(-50%) translateX(-20px) rotate(5deg);
    }
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    10%, 30% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1.15);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Styles for Style 5 */
@media (max-width: 991px) {
    .banner-area-six {
        padding: 120px 0 80px;
        min-height: auto;
    }

    .banner-content-six .title {
        font-size: 44px;
    }

    .banner-img-six {
        margin-top: 50px;
    }

    .banner-btn-six {
        gap: 18px;
    }

    .play-button-large {
        width: 70px;
        height: 70px;
        font-size: 24px;
        margin-bottom: 14px;
    }

    .play-text {
        font-size: 13px;
        padding: 6px 16px;
    }

    .medical-stats {
        margin-top: 30px;
    }

    .stat-item {
        min-width: 180px;
        padding: 18px 20px;
    }

    .gif-background-image {
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media(min-width: 992px){
	.banner-content-six .title-text{
		 font-size: 40px;
	}
}
@media (max-width: 767px) {
	.doctor-image{
		    max-width: 85%;
	}
	.banner-content-six .title-text{
		    font-size: 28px;
	}
	.banner-content-six .description {
		        width: 90%;
        font-size: 16px!important;
    }
	    .banner-img-six {
        margin-top: 0px;
    }
    .banner-area-six {
        padding: 40px 0 0px;
    }

    .banner-content-six .title {
        font-size: 36px;
    }

    .gif-background-image {
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        object-position: center;
    }

    

    .online-status {
        top: 10px;
        right: 10px;
        padding: 5px 10px;
    }

    .online-dot {
        width: 8px;
        height: 8px;
    }

    .online-text {
        font-size: 10px;
    }

    .play-button-large {
        width: 60px;
        height: 60px;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .play-text {
        font-size: 12px;
        padding: 5px 14px;
    }

    .banner-btn-six {
        flex-direction: row;
        gap: 12px;
        margin-bottom: 40px;
        align-items: stretch;
    }

    .banner-content-six .banner-btn-six .btn-primary-action {
        width: 45%;
        padding: 16px 28px;
        font-size: 15px;
        justify-content: center;
    }

    .banner-content-six .banner-btn-six .btn-primary-action i {
        font-size: 16px;
    }

    .banner-content-six .banner-btn-six .btn-secondary-action {
        width: 45%;
        padding: 16px 28px;
        font-size: 14px;
        justify-content: center;
    }

    .banner-content-six .banner-btn-six .btn-secondary-action i {
        font-size: 16px;
    }

    .banner-content-six .banner-btn-six .btn-tertiary-action {
        width: 100%;
        padding: 14px 20px;
        font-size: 14px;
        justify-content: center;
    }

    .banner-content-six .banner-btn-six .btn-tertiary-action i {
        font-size: 16px;
    }

    .medical-stats {
        flex-direction: column;
    }

    .stat-item {
        width: 100%;
    }
}

/* افزایش فاصله خطوط در عنوان جزئیات سرویس */
.services-details-content .title {
    line-height: 1.8 !important;
}
