.elementor-95 .elementor-element.elementor-element-0aad549{--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-a01ac9d */.footer-custom {
    background-color: #0d121c; /* ඒ අඳුරු පාට */
    color: #a0a8b3;
    padding: 50px 20px;
    font-family: sans-serif;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}
.footer-col h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-col p, .footer-col ul {
    font-size: 14px;
    line-height: 1.6;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 10px;
}
.footer-col ul li a {
    color: #a0a8b3;
    text-decoration: none;
}
.footer-col ul li a:hover { color: #fff; }

/* Social Icons */
.social-links a {
    background: #1a2230;
    padding: 8px 12px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}
/* Contact Icons */
.footer-col p i { margin-right: 10px; }

/* Copyright */
.footer-copyright {
    text-align: center;
    border-top: 1px solid #1a2230;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 13px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-main { flex-direction: column; }
}/* End custom CSS */