/* ====================================
   Footer Section - Clean Modern Design
   Simple & Professional Footer Layout
   ==================================== */

/* Main Footer */
.footer-premium-elegant {
    position: relative;
    background: #1a1a2e;
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0 30px;
}

/* Background Elements */
.footer-bg-premium {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.footer-wave-premium {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(16, 179, 102, 0.3), transparent);
}

.footer-pattern-premium {
    display: none;
}

.footer-shape {
    display: none;
}

.footer-premium-elegant .container {
    position: relative;
    z-index: 1;
}

/* Main Footer Content */
.footer-main-premium {
    margin-bottom: 50px;
}

/* Brand Section */
.footer-brand-premium {
    margin-bottom: 30px;
}

.brand-logo-wrapper {
    margin-bottom: 0;
}

.brand-logo-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.brand-logo-link:hover {
    opacity: 0.8;
}

.brand-logo-img {
    max-width: 180px;
    height: auto;
}

/* Footer Columns */
.footer-column-premium,
.footer-contact-premium {
    margin-bottom: 30px;
}

.column-title-premium {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}

.title-text-premium {
    position: relative;
    z-index: 2;
}

.title-accent-premium {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #10b366, #25a2e2);
    border-radius: 2px;
}

/* Footer Menu */
.footer-menu-premium {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item-premium {
    margin-bottom: 14px;
}

.menu-item-premium:last-child {
    margin-bottom: 0;
}

.menu-link-premium {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    padding: 4px 0;
}

.menu-link-premium:hover {
    color: #ffffff;
}

.menu-link-premium::before {
    display: none;
}

.link-arrow-premium {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b366;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.menu-link-premium:hover .link-arrow-premium {
    transform: translateX(4px);
}

[dir="rtl"] .menu-link-premium:hover .link-arrow-premium {
    transform: translateX(-4px);
}

.link-arrow-premium svg {
    width: 10px;
    height: 10px;
}

.link-text-premium {
    flex: 1;
}

/* Contact Section */
.contact-info-premium {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item-premium {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.contact-icon-box {
    flex-shrink: 0;
    margin-top: 2px;
}

.icon-circle-premium {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b366;
    transition: color 0.3s ease;
}

.icon-circle-premium::before {
    display: none;
}

.contact-item-premium:hover .icon-circle-premium {
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

.icon-circle-premium svg {
    width: 18px;
    height: 18px;
    transition: color 0.3s ease;
}

.contact-item-premium:hover .icon-circle-premium svg {
    color: #ffffff;
}

.contact-content-premium {
    flex: 1;
    padding-top: 0;
}

.contact-link-premium {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.contact-link-premium:last-child {
    margin-bottom: 0;
}

.contact-link-premium:hover {
    color: #ffffff;
    padding-left: 0;
}

[dir="rtl"] .contact-link-premium:hover {
    padding-left: 0;
    padding-right: 0;
}

.contact-text-premium {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

/* Footer Bottom / Copyright */
.footer-bottom-premium {
    margin-top: 50px;
    padding-top: 30px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-wrapper-premium {
    text-align: center;
}

.copyright-divider-premium {
    display: none;
}

.copyright-content-premium {
    position: relative;
}

.copyright-text-premium {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    font-weight: 400;
}

.copyright-icon-premium {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.copyright-icon-premium svg {
    width: 12px;
    height: 12px;
}

.copyright-year-premium {
    color: rgba(255, 255, 255, 0.7);
}

.copyright-name-premium {
    color: #10b366;
    font-weight: 500;
}

.copyright-rights-premium {
    color: rgba(255, 255, 255, 0.5);
}

/* Scroll to Top Button */
.scroll-top-premium {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #10b366, #25a2e2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(16, 179, 102, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    overflow: hidden;
}

.scroll-top-premium.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-icon-premium {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.scroll-top-premium:hover .scroll-icon-premium {
    transform: translateY(-3px);
}

.scroll-top-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(16, 179, 102, 0.5);
}

.scroll-glow-premium {
    display: none;
}

/* ====================================
   Responsive Design
   ==================================== */

@media (max-width: 1199px) {
    .footer-premium-elegant {
        padding: 70px 0 25px;
    }
}

@media (max-width: 991px) {
    .footer-premium-elegant {
        padding: 60px 0 25px;
    }
    
    .footer-main-premium {
        margin-bottom: 40px;
    }
    
    .footer-brand-premium,
    .footer-column-premium,
    .footer-contact-premium {
        margin-bottom: 35px;
    }
    
    .column-title-premium {
        font-size: 19px;
        margin-bottom: 20px;
    }
    
    .scroll-top-premium {
        width: 48px;
        height: 48px;
        bottom: 25px;
        right: 25px;
    }
}

@media (max-width: 767px) {
    .footer-premium-elegant {
        padding: 50px 0 20px;
    }
    
    .brand-logo-img {
        max-width: 150px;
    }
    
    .column-title-premium {
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .menu-link-premium {
        font-size: 14px;
    }
    
    .contact-link-premium,
    .contact-text-premium {
        font-size: 14px;
    }
    
    .icon-circle-premium {
        width: 18px;
        height: 18px;
    }
    
    .icon-circle-premium svg {
        width: 16px;
        height: 16px;
    }
    
    .copyright-text-premium {
        font-size: 13px;
        flex-direction: column;
        gap: 4px;
    }
    
    .footer-bottom-premium {
        margin-top: 40px;
        padding-top: 25px;
    }
    
    .scroll-top-premium {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 575px) {
    .footer-premium-elegant {
        padding: 40px 0 20px;
    }
    
    .brand-logo-img {
        max-width: 130px;
    }
    
    .column-title-premium {
        font-size: 17px;
    }
    
    .menu-link-premium,
    .contact-link-premium,
    .contact-text-premium {
        font-size: 13px;
    }
    
    .copyright-text-premium {
        font-size: 12px;
    }
    
    .scroll-top-premium {
        width: 42px;
        height: 42px;
        bottom: 15px;
        right: 15px;
    }
}

/* ====================================
   RTL Support
   ==================================== */

[dir="rtl"] .menu-link-premium {
    direction: rtl;
}

[dir="rtl"] .scroll-top-premium {
    right: auto;
    left: 30px;
}

@media (max-width: 991px) {
    [dir="rtl"] .scroll-top-premium {
        left: 25px;
    }
}

@media (max-width: 767px) {
    [dir="rtl"] .scroll-top-premium {
        left: 20px;
    }
}

@media (max-width: 575px) {
    [dir="rtl"] .scroll-top-premium {
        left: 15px;
    }
}

/* ====================================
   Print Styles
   ==================================== */

@media print {
    .footer-premium-elegant {
        background: #ffffff;
        color: #000000;
        padding: 30px 0;
    }
    
    .footer-bg-premium,
    .scroll-top-premium {
        display: none;
    }
    
    .brand-logo-img {
        filter: none;
    }
    
    .column-title-premium,
    .copyright-year-premium {
        color: #000000;
    }
    
    .menu-link-premium,
    .contact-link-premium,
    .contact-text-premium {
        color: #333333;
    }
    
    .footer-bottom-premium {
        border-top: 1px solid #ddd;
    }
}
