.elementor-46 .elementor-element.elementor-element-80ee0e3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-752ba5d{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-46 .elementor-element.elementor-element-80ee0e3{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-752ba5d */.mahour-footer {
    font-family: "Tanha", Sans-serif;
    background-color: #1a1a1a;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
    direction: rtl;
    border-top: 1px solid rgba(243, 208, 152, 0.1);
}

.footer-bg-soft {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(243, 208, 152, 0.08) 0%, transparent 70%);
    bottom: -200px;
    left: -200px;
    filter: blur(80px);
    opacity: 0.3;
    z-index: 1;
}

.footer-bg-soft-2 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(243, 208, 152, 0.05) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    filter: blur(60px);
    opacity: 0.2;
    z-index: 1;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

.footer-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col-about {
    max-width: 350px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-logo-img {
    width: 60px;
    height: auto;
    filter: drop-shadow(0 0 15px rgba(243, 208, 152, 0.3));
}

.footer-brand-name {
    font-size: 28px;
    font-weight: 700;
    color: var(--gold);
    text-shadow: 0 0 20px var(--gold-glow);
    position: relative;
}

.footer-brand-name::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(243, 208, 152, 0.2);
    filter: blur(3px);
    z-index: -1;
}

.footer-about-text {
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.9;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 42px;
    height: 42px;
    background: var(--dark-lighter);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    box-shadow: 
        5px 5px 10px var(--shadow-dark),
        -5px -5px 10px var(--shadow-light),
        inset 0 0 0 1px rgba(243, 208, 152, 0.1);
    transition: all 0.3s ease;
}

.social-link svg {
    width: 22px;
    height: 22px;
}

.social-link:hover {
    box-shadow: 
        inset 4px 4px 8px var(--shadow-dark),
        inset -4px -4px 8px var(--shadow-light);
    transform: translateY(3px);
    color: var(--gold);
}

.footer-title {
    color: var(--gold);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), transparent);
    border-radius: var(--radius-full);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: var(--text-soft);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-right: 0;
}

.footer-links a::before {
    content: '✦';
    color: var(--gold);
    position: absolute;
    right: -20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold);
    transform: translateX(-5px);
    padding-right: 20px;
}

.footer-links a:hover::before {
    opacity: 1;
    right: 0;
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.footer-phone-special {
    background: var(--dark-lighter);
    padding: 15px;
    border-radius: var(--radius-md);
    box-shadow: 
        inset 2px 2px 5px var(--shadow-dark),
        inset -2px -2px 5px var(--shadow-light),
        0 0 15px rgba(243, 208, 152, 0.2);
    margin-bottom: 25px;
    border: 1px solid rgba(243, 208, 152, 0.2);
}

.contact-icon {
    width: 36px;
    height: 36px;
    background: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    box-shadow: 
        4px 4px 8px var(--shadow-dark),
        -4px -4px 8px var(--shadow-light);
    flex-shrink: 0;
}

.contact-icon svg {
    width: 18px;
    height: 18px;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: var(--text-soft);
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 4px;
}

.contact-value {
    color: var(--text);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.6;
}

.contact-phone {
    color: var(--gold);
    font-size: 18px;
    font-weight: 600;
    direction: ltr;
    display: inline-block;
}

.contact-value:hover {
    color: var(--gold);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(243, 208, 152, 0.2), transparent);
    margin: 30px 0 25px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-soft);
    font-size: 14px;
    opacity: 0.8;
}

.copyright {
    margin: 0;
}

.designer {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.designer span {
    color: var(--gold);
    animation: heartbeat 1.5s ease infinite;
    display: inline-block;
}

.footer-float-1 {
    bottom: 20px;
    right: 5%;
    width: 50px;
    height: 50px;
    animation: float 6s ease-in-out infinite;
    opacity: 0.2;
}

.footer-float-2 {
    top: 30%;
    left: 3%;
    width: 40px;
    height: 40px;
    animation: float 7s ease-in-out infinite reverse;
    opacity: 0.15;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@media (max-width: 1024px) {
    .footer-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .footer-col-about {
        grid-column: span 2;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .mahour-footer {
        padding: 50px 0 20px;
    }
    
    .footer-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-col-about {
        grid-column: auto;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .footer-title::after {
        right: 0;
        margin-right: 0;
    }
    
    .footer-links a:hover {
        transform: translateX(-3px);
    }
}

@media (max-width: 480px) {
    .footer-logo-img {
        width: 50px;
    }
    
    .footer-brand-name {
        font-size: 24px;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-phone-special {
        padding: 12px;
    }
    
    .contact-phone {
        font-size: 16px;
    }
}/* End custom CSS */