.elementor-92 .elementor-element.elementor-element-a65887a{--display:flex;}.elementor-92 .elementor-element.elementor-element-0d98ba6{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-92 .elementor-element.elementor-element-e03f9d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-9f89d64{--display:flex;--min-height:0px;}.elementor-92 .elementor-element.elementor-element-4a679ac{--display:flex;}.elementor-92 .elementor-element.elementor-element-272363e{--display:flex;}.elementor-92 .elementor-element.elementor-element-e67289f{width:100%;max-width:100%;margin:-197px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-92 .elementor-element.elementor-element-422834b{--display:flex;}.elementor-92 .elementor-element.elementor-element-e544f8b{--display:flex;}.elementor-92 .elementor-element.elementor-element-2ad36d4{--display:flex;--min-height:0px;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-92 .elementor-element.elementor-element-f00824f{width:100%;max-width:100%;}.elementor-92 .elementor-element.elementor-element-f00824f.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-92 .elementor-element.elementor-element-ed1dfbf{--display:flex;}.elementor-92 .elementor-element.elementor-element-8962cb1{--display:flex;--min-height:280px;}.elementor-92 .elementor-element.elementor-element-1bfb1f4{width:100%;max-width:100%;}@media(min-width:768px){.elementor-92 .elementor-element.elementor-element-2ad36d4{--width:100%;}}/* Start custom CSS */.site-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
    background-color: #111827 !important;
    color: #9ca3af !important;
    padding: 80px 20px 30px !important;
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl !important;
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    overflow-x: hidden !important;
    display: block !important;
    clear: both !important;
    z-index: 10 !important;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2) !important;
}

.footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr !important;
    gap: 50px !important;
    width: 100% !important;
    align-items: start !important;
    justify-content: space-between !important;
}

.footer-col {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.footer-col h3 {
    color: #ffffff !important;
    font-family: 'Lalezar', sans-serif !important;
    font-size: 1.6rem !important;
    margin-bottom: 25px !important;
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 12px !important;
    letter-spacing: 0.5px !important;
    font-weight: normal !important;
}

.footer-col h3::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background-color: #d4af37 !important;
    border-radius: 2px !important;
    transition: width 0.3s ease-in-out !important;
}

.footer-col:hover h3::after {
    width: 70% !important;
}

.footer-col p {
    text-align: justify !important;
    margin-bottom: 20px !important;
    color: #d1d5db !important;
    font-size: 0.95rem !important;
}

.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.footer-links li {
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(55, 65, 81, 0.6) !important;
    padding-bottom: 12px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}

.footer-links li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.footer-links li:hover {
    border-bottom-color: #d4af37 !important;
    transform: translateX(-5px) !important;
}

.footer-links a {
    color: #e5e7eb !important;
    text-decoration: none !important;
    transition: color 0.3s ease, padding 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-weight: 500 !important;
}

.footer-links a:hover {
    color: #d4af37 !important;
}

.footer-links a::before {
    content: '\f104' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 0.8rem !important;
    color: #d4af37 !important;
    transition: transform 0.3s ease !important;
}

.footer-links a:hover::before {
    transform: translateX(-3px) !important;
}

.contact-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    padding: 12px !important;
    border-radius: 6px !important;
    transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.contact-row:hover {
    background-color: rgba(255, 255, 255, 0.06) !important;
    transform: translateY(-2px) !important;
}

.contact-row i {
    color: #d4af37 !important;
    margin-top: 4px !important;
    font-size: 1.2rem !important;
    width: 20px !important;
    text-align: center !important;
}

.contact-row span {
    color: #e5e7eb !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

.social-icons-wrapper {
    margin-top: 25px !important;
    display: flex !important;
    gap: 15px !important;
}

.social-icons-wrapper a {
    color: #ffffff !important;
    font-size: 1.4rem !important;
    background-color: #1f2937 !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.social-icons-wrapper a:hover {
    background-color: #d4af37 !important;
    color: #111827 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3) !important;
}

.footer-bottom {
    border-top: 1px solid #374151 !important;
    margin-top: 60px !important;
    padding-top: 25px !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    color: #9ca3af !important;
    width: 100vw !important;
    background-color: #080b12 !important;
    padding-bottom: 25px !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
        padding: 0 30px !important;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 60px 15px 0 !important;
    }
    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 50px !important;
        text-align: center !important;
        padding: 0 15px !important;
    }
    .footer-col {
        align-items: center !important;
    }
    .footer-col h3::after {
        right: 0 !important;
        left: 0 !important;
        margin: auto !important;
    }
    .footer-links li {
        text-align: center !important;
    }
    .footer-links a {
        justify-content: center !important;
    }
    .footer-links a::before {
        display: none !important;
    }
    .contact-row {
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    .contact-row i {
        margin-bottom: 5px !important;
        font-size: 1.5rem !important;
    }
    .social-icons-wrapper {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .footer-col h3 {
        font-size: 1.4rem !important;
    }
    .site-footer {
        font-size: 0.85rem !important;
    }
    .social-icons-wrapper a {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.2rem !important;
    }
}/* End custom CSS */