.elementor-94 .elementor-element.elementor-element-f3b74f0{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-78ea079 */.gravagna-footer {
    background: #F5F7FA;
    padding: 40px 20px;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    align-items: flex-start;
    gap: 40px;
}

.footer-column {
    flex: 1;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    width: 900px;
    margin-bottom: -40px;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icons a {
    text-decoration: none;
    font-size: 20px;
    color: black;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #0D274D;
}

.footer-links h4,
.footer-form h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 5px;
}

.footer-links ul li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    transition: color 0.3s ease;

}

.footer-links ul li a:hover {
    color: #0D274D;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-form input {
    width: 250px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-form button {
    background: #0D274D;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s ease;
}

.footer-form button i {
    transition: transform 0.3s ease;
}

.footer-form button:hover i {
    transform: translateX(5px);
}

.footer-bottom {
    margin-top: 40px; /* Reduce space above */
    margin-bottom: -30px; /* Reduce bottom padding */
    font-size: 14px;
    color: #888;
    text-align: center;
}/* End custom CSS */