.elementor-31 .elementor-element.elementor-element-cbc1b60{--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-31 .elementor-element.elementor-element-565b368{width:100%;max-width:100%;}.elementor-31 .elementor-element.elementor-element-565b368.elementor-element{--align-self:stretch;}.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-565b368 *//* =========================
FOOTER
========================= */

.main-footer{

    width:100%;

    background:#0f172a;

    padding-top:90px;

    margin-top:100px;

}

.footer-container{

    width:100%;
    max-width:1400px;

    margin:auto;

    padding:0 30px;

}

/* =========================
FOOTER GRID
========================= */

.footer-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(280px,1fr));

    gap:50px;

}

/* =========================
FOOTER HEADINGS
========================= */

.footer-grid h3{

    font-size:28px;

    margin-bottom:25px;

    color:white;

}

/* =========================
ABOUT
========================= */

.footer-about p{

    color:#cbd5e1;

    font-size:17px;

    line-height:1.8;

}

/* =========================
LINKS
========================= */

.footer-links ul,
.footer-tools ul{

    list-style:none;

}

.footer-links li,
.footer-tools li{

    margin-bottom:14px;

}

.footer-links a,
.footer-tools a{

    text-decoration:none;

    color:#cbd5e1;

    font-size:16px;

    transition:0.3s ease;

}

.footer-links a:hover,
.footer-tools a:hover{

    color:#60a5fa;

    padding-left:5px;

}

/* =========================
BOTTOM
========================= */

.footer-bottom{

    margin-top:60px;

    padding:25px 0;

    border-top:
    1px solid rgba(255,255,255,0.08);

    text-align:center;

}

.footer-bottom p{

    color:#94a3b8;

    font-size:15px;

}

/* =========================
RESPONSIVE
========================= */

@media(max-width:768px){

.footer-container{

    padding:0 20px;

}

.footer-grid{

    gap:40px;

}

.footer-grid h3{

    font-size:24px;

}

}/* End custom CSS */