.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.elementor-1340 .footer {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #ffffff;
    padding: 40px 0;
    position: relative;
}

.elementor-1340 .wave-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.elementor-1340 .footer-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.elementor-1340 .footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.elementor-1340 .footer-col {
    flex: 1;
    min-width: 250px;
    margin: 20px;
}

.elementor-1340 .footer-col h3 {
    margin-bottom: 15px;
    font-size: 1.5em;
}

.elementor-1340 .footer-col ul {
    list-style: none;
    padding: 0;
}

.elementor-1340 .footer-col ul li {
    margin: 10px 0;
}

.elementor-1340 .footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.elementor-1340 .footer-col ul li a:hover {
    color: #ffcc00;
}

.elementor-1340 .social-links {
    margin-top: 15px;
}

.elementor-1340 .social-links a {
    color: #ffffff;
    margin-right: 10px;
    font-size: 1.5em;
    transition: color 0.3s;
}

.elementor-1340 .social-links a:hover {
    color: #ffcc00;
}

.elementor-1340 .newsletter {
    flex: 1;
    min-width: 250px;
}

.elementor-1340 .subscribe-form {
    display: flex;
    margin-top: 15px;
}

.elementor-1340 .subscribe-form input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
}

.elementor-1340 .subscribe-form button {
    padding: 10px 20px;
    border: none;
    background-color: #ffcc00;
    color: #000;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.elementor-1340 .subscribe-form button:hover {
    background-color: #e6b800;
}

.elementor-1340 .footer-divider {
    margin: 20px 0;
    border: 1px solid #ffffff;
}

.elementor-1340 .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.elementor-1340 .footer-legal a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
}

.elementor-1340 .footer-legal a:hover {
    color: #ffcc00;
}

.elementor-1340 .scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffcc00;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.elementor-1340 .scroll-top:hover {
    background-color: #e6b800;
}/* End custom CSS */