.elementor-419 .elementor-element.elementor-element-822aaa1{--display:flex;--flex-direction:column-reverse;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.21;--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-419 .elementor-element.elementor-element-822aaa1:not(.elementor-motion-effects-element-type-background), .elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1B1BD6;}.elementor-419 .elementor-element.elementor-element-822aaa1::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-background-video-container::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .e-con-inner > .elementor-background-video-container::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-background-slideshow::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://kababland.ca/wp-content/uploads/2025/10/isfahan-vector3.webp");--background-overlay:'';background-position:bottom center;background-repeat:no-repeat;}.elementor-419 .elementor-element.elementor-element-822aaa1::before{filter:brightness( 92% ) contrast( 117% ) saturate( 115% ) blur( 0.8px ) hue-rotate( 57deg );}.elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-shape-top .elementor-shape-fill, .elementor-419 .elementor-element.elementor-element-822aaa1 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#5BC3B8;}.elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-shape-top svg, .elementor-419 .elementor-element.elementor-element-822aaa1 > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);height:82px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-419 .elementor-element.elementor-element-822aaa1::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-background-video-container::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .e-con-inner > .elementor-background-video-container::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-background-slideshow::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-419 .elementor-element.elementor-element-822aaa1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-position:bottom right;}}/* Start custom CSS for html, class: .elementor-element-5e5f5a1 *//* Base Styles */
.footer-wrapper {
    font-family: 'Arial', sans-serif;
}

.site-footer {
background-color: #00000055 !important;

    margin: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Main Section */
.footer-main {
    padding: 60px 0 40px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-column h4.footer-title {
    color: #3498db;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

/* Logo and About */
.footer-logo {
    margin-bottom: 20px;
}

.logo-img {
    max-width: 150px;
    height: auto;
}

.footer-about {
    line-height: 1.6;
    margin-bottom: 25px;
    color: #bdc3c7;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #34495e;
    color: #ecf0f1;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #3498db;
    transform: translateY(-2px);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {

    align-items: flex-start;

}

.contact-item i {
    color: #3498db;
    width: 16px;
    margin-top: 2px;
}

.contact-item span {
    color: #bdc3c7;
    line-height: 1.4;
}

/* Newsletter */
.newsletter-desc {
    color: #bdc3c7;
    margin-bottom: 20px;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-input {
    padding: 12px 15px;
    border: 1px solid #34495e;
    background: #34495e;
    color: #ecf0f1;
    border-radius: 5px;
    outline: none;
}

.newsletter-input::placeholder {
    color: #95a5a6;
}

.newsletter-input:focus {
    border-color: #3498db;
}

.newsletter-btn {
    padding: 12px 20px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-btn:hover {
    background: #2980b9;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #34495e;
    padding: 25px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: #bdc3c7;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #3498db;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
    
    .newsletter-form {
        flex-direction: row;
    }
    
    .newsletter-input {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 0 15px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
}
/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
    font-size: 0;
    line-height: 1
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap,5px);
    grid-row-gap: var(--grid-row-gap,5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content,center);
    justify-items: var(--justify-content,center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size,25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size,25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}
a.elementor-icon.elementor-social-icon {
    background: #5bc3b8cc;
    border-radius: 20px;
          text-align: -webkit-center;
 align-content: center !important;
}
.footer-column h4.footer-title {
    color: #5bc3b8;

 



}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-822aaa1 */footer.elementor.elementor-419.elementor-location-footer {
    height: 10px;
}

display: inline-flex;/* End custom CSS */