.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-38026a4 */```css
/* ==========================================
   ReelMBA Footer
========================================== */

.rm-footer{
    background:#fafafa;
    border-top:1px solid #e8e8e8;
    margin-top:100px;
    padding:70px 20px 30px;
    font-family:'Inter',sans-serif;
}

.rm-footer-container{
    max-width:1400px;
    margin:auto;
    text-align:center;
}

/*==========================
        Logo
==========================*/

.rm-footer-logo h2{
    font-size:42px;
    color:#111;
    margin-bottom:12px;
    font-weight:700;
}

.rm-footer-logo p{
    max-width:600px;
    margin:0 auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/*==========================
      Navigation
==========================*/

.rm-footer-links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:28px;
    margin:45px 0 35px;
}

.rm-footer-links a{
    text-decoration:none;
    color:#111;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.rm-footer-links a:hover{
    color:#C89B3C;
}

/*==========================
        Social
==========================*/

.rm-footer-social{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-bottom:45px;
}

.rm-footer-social a{
    text-decoration:none;
    color:#666;
    font-size:15px;
    transition:.3s;
}

.rm-footer-social a:hover{
    color:#111;
}

/*==========================
        Bottom
==========================*/

.rm-footer-bottom{
    border-top:1px solid #e5e5e5;
    padding-top:25px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.rm-footer-bottom p{
    color:#777;
    font-size:14px;
    margin:0;
}

.rm-footer-policy{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.rm-footer-policy a{
    text-decoration:none;
    color:#777;
    font-size:14px;
    transition:.3s;
}

.rm-footer-policy a:hover{
    color:#111;
}

/*==========================
        Tablet
==========================*/

@media(max-width:992px){

.rm-footer{
    padding:60px 20px 25px;
}

.rm-footer-logo h2{
    font-size:36px;
}

.rm-footer-links{
    gap:20px;
}

.rm-footer-bottom{
    justify-content:center;
    text-align:center;
}

}

/*==========================
        Mobile
==========================*/

@media(max-width:768px){

.rm-footer{
    margin-top:70px;
    padding:50px 20px 25px;
}

.rm-footer-logo h2{
    font-size:30px;
}

.rm-footer-logo p{
    font-size:15px;
}

.rm-footer-links{
    flex-direction:column;
    gap:16px;
    margin:35px 0;
}

.rm-footer-social{
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.rm-footer-bottom{
    flex-direction:column;
}

.rm-footer-policy{
    justify-content:center;
    gap:15px;
}

}
```/* End custom CSS */