.elementor-2157 .elementor-element.elementor-element-5a63272 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}body:not(.rtl) .elementor-2157 .elementor-element.elementor-element-e08c03b{left:0px;}body.rtl .elementor-2157 .elementor-element.elementor-element-e08c03b{right:0px;}.elementor-2157 .elementor-element.elementor-element-e08c03b{bottom:0px;}.elementor-2157 .elementor-element.elementor-element-e08c03b .elementor-icon-wrapper{text-align:center;}.elementor-2157 .elementor-element.elementor-element-e08c03b.elementor-view-stacked .elementor-icon{background-color:#16CF5B;}.elementor-2157 .elementor-element.elementor-element-e08c03b.elementor-view-framed .elementor-icon, .elementor-2157 .elementor-element.elementor-element-e08c03b.elementor-view-default .elementor-icon{color:#16CF5B;border-color:#16CF5B;}.elementor-2157 .elementor-element.elementor-element-e08c03b.elementor-view-framed .elementor-icon, .elementor-2157 .elementor-element.elementor-element-e08c03b.elementor-view-default .elementor-icon svg{fill:#16CF5B;}.elementor-2157 .elementor-element.elementor-element-2f72ae1 .elementor-button{background-color:#2EBB08;font-family:"iranyekan, sans-serif", Sans-serif;font-weight:600;fill:#FFFFFF;color:#FFFFFF;}.elementor-2157 .elementor-element.elementor-element-2f72ae1 .elementor-button:hover, .elementor-2157 .elementor-element.elementor-element-2f72ae1 .elementor-button:focus{background-color:#31D305;color:var( --e-global-color-text );}body:not(.rtl) .elementor-2157 .elementor-element.elementor-element-2f72ae1{left:0px;}body.rtl .elementor-2157 .elementor-element.elementor-element-2f72ae1{right:0px;}.elementor-2157 .elementor-element.elementor-element-2f72ae1{bottom:0px;}.elementor-2157 .elementor-element.elementor-element-2f72ae1 .elementor-button:hover svg, .elementor-2157 .elementor-element.elementor-element-2f72ae1 .elementor-button:focus svg{fill:var( --e-global-color-text );}@media(max-width:767px){.elementor-2157 .elementor-element.elementor-element-9a6d100{width:var( --container-widget-width, 334px );max-width:334px;--container-widget-width:334px;--container-widget-flex-grow:0;z-index:0;}.elementor-2157 .elementor-element.elementor-element-6f79001{width:20%;}.elementor-2157 .elementor-element.elementor-element-e08c03b{width:auto;max-width:auto;bottom:9px;z-index:1;}.elementor-2157 .elementor-element.elementor-element-e08c03b > .elementor-widget-container{padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-2157 .elementor-element.elementor-element-e08c03b{left:19px;}body.rtl .elementor-2157 .elementor-element.elementor-element-e08c03b{right:19px;}.elementor-2157 .elementor-element.elementor-element-e08c03b .elementor-icon-wrapper{text-align:center;}.elementor-2157 .elementor-element.elementor-element-e08c03b .elementor-icon{font-size:58px;}.elementor-2157 .elementor-element.elementor-element-e08c03b .elementor-icon svg{height:58px;}.elementor-2157 .elementor-element.elementor-element-25d2aca{width:76%;}.elementor-2157 .elementor-element.elementor-element-2f72ae1{width:auto;max-width:auto;bottom:20px;z-index:1;}.elementor-2157 .elementor-element.elementor-element-2f72ae1 > .elementor-widget-container{margin:1px 1px 1px 1px;padding:1px 1px 1px 1px;}body:not(.rtl) .elementor-2157 .elementor-element.elementor-element-2f72ae1{left:92px;}body.rtl .elementor-2157 .elementor-element.elementor-element-2f72ae1{right:92px;}.elementor-2157 .elementor-element.elementor-element-2f72ae1 .elementor-button{font-size:27px;letter-spacing:1.7px;border-radius:11px 11px 11px 11px;padding:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-9a6d100 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vazir', 'IRANSans', tahoma, sans-serif;
    background: #f5f5f5;
    direction: rtl;
}

/* Footer Styles */
.medical-footer {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

/* Wave Animation */
.footer-wave {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.footer-wave svg {
    width: 100%;
    height: auto;
}

/* Footer Container */
.footer-container {
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
}

/* Footer Content */
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

/* Logo Section */
.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.logo-icon {
    font-size: 40px;
    color: #ffd700;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.3); }
    28% { transform: scale(1); }
    42% { transform: scale(1.3); }
    70% { transform: scale(1); }
}

.logo-section h3 {
    font-size: 24px;
    font-weight: bold;
}

/* About Text */
.about-text {
    line-height: 1.8;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s;
}

.social-icon:hover {
    background: #fff;
    color: #667eea;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Column Headers */
.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.footer-column h4 i {
    margin-left: 10px;
}

/* Footer Links */
.footer-links {
   
    list-style: none;
}



.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: #ffd700;
    padding-right: 10px;
}

.footer-links i {
    font-size: 10px;
}

/* Working Hours */
.working-hours {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.time-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.time-row:last-child {
    border-bottom: none;
}

.day {
    font-weight: 500;
}

.time {
    color: #ffd700;
}

.emergency {
    margin-top: 15px;
    padding: 10px;
    background: rgba(255, 67, 54, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffeb3b;
}

.emergency i {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0.5; }
}

/* Contact Info */
.contact-info {
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.contact-item i {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Appointment Button */
.appointment-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(45deg, #ffd700, #ffeb3b);
    border: none;
    border-radius: 25px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.appointment-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4);
}

/* Newsletter Section */
.newsletter-section {
    background: rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    margin-top: 40px;
}

.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.newsletter-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.newsletter-content p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-form {
    display: flex;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
}

.newsletter-form button {
    padding: 12px 30px;
    background: linear-gradient(45deg, #ffd700, #ffeb3b);
    border: none;
    border-radius: 25px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.newsletter-form button:hover {
    transform: translateX(-5px);
    box-shadow: -5px 0 20px rgba(255, 215, 0, 0.4);
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    text-align: center;
    flex: 1;
}

.copyright i {
    color: #ff4757;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.footer-badges {
    display: flex;
    gap: 15px;
}

.footer-badges img {
    height: 60px;
    border-radius: 10px;
    transition: transform 0.3s;
}

.footer-badges img:hover {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form button {
        width: 100%;
    }
}

/* Hover Effects */
.footer-column {
    transition: transform 0.3s;
}

.footer-column:hover {
    transform: translateY(-5px);
}

/* Scroll Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-column {
    animation: fadeInUp 0.6s ease-out;
}

.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }/* End custom CSS */