.elementor-573 .elementor-element.elementor-element-e6c82d1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-573 .elementor-element.elementor-element-435b2f6{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;}/* Start custom CSS for html, class: .elementor-element-435b2f6 */.silvaraa-footer {
    background: #1A2A49;
    padding: 120px 100px 40px;
}

/* TOP */

.footer-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
}

/* BRAND */

.footer-brand h3 {
    font-family: "Trajan Pro", serif;
    font-size: 34px;
    color: white;
    margin-bottom: 22px;
}

.footer-brand p {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255,255,255,0.72);
    margin-bottom: 24px;
    max-width: 320px;
}

.footer-brand a {
    text-decoration: none;
    color: white;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
}

/* LINKS */

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.footer-column h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.footer-column a {
    display: block;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: rgba(255,255,255,0.72);
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.footer-column a:hover {
    color: white;
}

/* NEWSLETTER */

.newsletter-column p {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.72);
    margin-bottom: 20px;
}

.newsletter-form {
    display: flex;
    gap: 12px;
}

.newsletter-form input {
    flex: 1;
    padding: 14px 18px;
    border: none;
    border-radius: 50px;
    outline: none;
    font-family: "Cormorant Garamond", serif;
}

.newsletter-form button {
    padding: 14px 24px;
    border: none;
    border-radius: 50px;
    background: white;
    color: #1A2A49;
    cursor: pointer;
    font-family: "Cormorant Garamond", serif;
}

/* BOTTOM */

.footer-bottom {
    margin-top: 80px;
}

.footer-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin-bottom: 28px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-content p {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    color: rgba(255,255,255,0.60);
}

.footer-policy {
    display: flex;
    gap: 22px;
}

.footer-policy a {
    text-decoration: none;
    color: rgba(255,255,255,0.60);
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
}

/* MOBILE */

@media(max-width:768px){

    .silvaraa-footer {
        padding: 100px 25px 30px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}/* End custom CSS */