.elementor-217 .elementor-element.elementor-element-5dfd9df > .elementor-element-populated{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(max-width:1024px){.elementor-217 .elementor-element.elementor-element-c4a3674{width:var( --container-widget-width, 755.181px );max-width:755.181px;--container-widget-width:755.181px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-c4a3674 */.footer_textfield {
    margin: 0;
    font-family: 'Roboto';
    background-color: #f0f0f0;
    line-height: 1.5;
}

footer {
    background-color: #0c0c2c;
    color: #b5b5d4;
    padding-top: 70px;
    padding-bottom: 145px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
    
}

.footer-content-wrapper {
    max-width: 1440px; /* Adjusted for better spacing with right-aligned links */
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-right: 64px;
    padding-left: 30px;
    
}

.footer-top {
    display: flex;
    justify-content: flex-end; /* THIS IS THE KEY CHANGE - Pushes children to the right */
    gap: 70px;                /* Space between "Quick Links" and "Follow Us" columns */
    margin-bottom: 40px;
}

.footer-column {
    /* No specific width needed, flex items will size to content */
}

.footer-column h3 {
    font-size: 15px;
    font-weight: bold;
    color: #d0d0e8;
    margin-top: 0;
    margin-bottom: 18px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a,
.policy-links a {
    color: #91A1E5;
    text-decoration: none;
    font-size: 13px;
}

.footer-column ul li a:hover,
.policy-links a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.social-icons a {
    color: #91A1E5;
    text-decoration: none;
    font-size: 16px;
    margin-right: 18px; /* Keep this for spacing within the icon group */
    transition: color 0.3s ease;
}

.social-icons a:last-child {
    margin-right: 0;
}

.social-icons a:hover {
    color: #ffffff;
}

.footer-divider {
    border: 0;
    border-top: 1px solid #2a2a52;
    margin: 0 auto 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between; /* This remains the same for copyright and policy links */
    align-items: center;
    font-size: 12px;
    
    padding-top: 30px
}

.copyright {
    margin: 0;
    color: #b5b5d4;
}

.policy-links a {
    margin-left: 22px;
}

.quick-links h3, .follow-us h3  {
    color: #91A1E5;
    font-family: Roboto;
font-size: 14.37px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}


.footer-background-text em {
    font-family: 'Merriweather';
    font-style: italic;
}

.dash {
    opacity: 1;
}

.footer-background-text {
    position: absolute;
    bottom: -82px;
    left: 40%;
    transform: translateX(-40%);
    font-family: 'Georgia';
    font-size: clamp(9.2rem, 10vw, 7rem);
    font-weight: 400;
    color: #91A1E5;
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    pointer-events: none;
    letter-spacing: 1.5px;
    line-height: 2;
    opacity: 0.3;
    
}

.lead{
    font-style:  italic;
    font-family: 'Merriweather';
}


/* --- Responsive Design --- */

@media (max-width: 960px) {
    /* .footer-content-wrapper max-width is already 900px,
       which is good for this breakpoint. Can adjust if needed. */
}

@media (max-width: 768px) {
    footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .footer-content-wrapper {
        max-width: 90%; /* Allow more fluid width */
    }

    .footer-top {
        flex-direction: column;    /* Stack Quick Links and Follow Us */
        align-items: center;       /* Center them when stacked */
        text-align: center;
        gap: 30px;                 /* Adjust gap for stacked view */
        margin-bottom: 30px;
        /* justify-content: flex-end; is not needed when stacked and centered */
    }

    .footer-column {
        margin-bottom: 0; /* Remove individual margin-bottom if gap on parent is used */
        width: auto;
        max-width: 280px;
    }

    .social-icons {
        margin-top: 10px;
        justify-content: center;
    }

    .footer-divider {
        margin: 20px auto 20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .copyright {
        margin-bottom: 15px;
    }

    .policy-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .policy-links a {
        margin: 5px 0;
        font-size: 13px;
    }

    .footer-background-text {
        font-family: Merriweather;
        font-size: 9vw;
        bottom: -5vw;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    footer {
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-content-wrapper {
        max-width: 100%;
    }

    .footer-top {
        gap: 25px; /* Further adjust gap for very small screens */
    }

    .footer-column h3 {
        font-size: 16px;
    }

    .footer-column ul li a,
    .copyright,
    .policy-links a {
        font-size: 12px;
    }

    .social-icons a {
        font-size: 17px;
        margin-right: 15px;
    }

    .footer-background-text {
        font-size: 9vw;
        bottom: -5vw;
        letter-spacing: 0.5px;
    }
}/* End custom CSS */