.elementor-3618 .elementor-element.elementor-element-bc77237{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3618 .elementor-element.elementor-element-bc77237.e-con{--align-self:flex-start;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-3618 .elementor-element.elementor-element-5dbcc4e{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-bc77237 */<style>

/* REMOVE GLOBAL MARGINS */
body{
margin:0;
padding:0;
}

/* FULL WIDTH FOOTER */
.dl-footer{
width:100vw;
margin-left:calc(50% - 50vw);
background:linear-gradient(180deg,#0B1220,#0E1628);
color:#E6EEF8;
padding:70px 0 28px;
font-family:Manrope,Inter,system-ui;
}

/* INNER GRID */
.dl-footer-inner{
max-width:1200px;
margin:auto;
padding:0 24px;
display:grid;
grid-template-columns:1.3fr 1fr 1fr;
gap:50px;
}

/* CARD */
.dl-card{
background:#121A2B;
border:1px solid #1E2A44;
border-radius:14px;
padding:28px;
box-shadow:0 12px 35px rgba(0,0,0,.35);
}

.dl-profile{
display:flex;
align-items:center;
gap:16px;
margin-bottom:14px;
}

.dl-profile img{
width:56px;
height:56px;
border-radius:14px;
object-fit:cover;
}

.dl-name{
font-weight:800;
font-size:20px;
}

.dl-bio{
color:#8FA3BF;
font-size:15px;
line-height:1.6;
margin:8px 0 20px;
}

/* BUTTONS */
.dl-buttons{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-bottom:20px;
}

.dl-btn,
.dl-btn-primary{
display:inline-flex;
align-items:center;
justify-content:center;
text-align:center;
padding:12px 18px;
border-radius:999px;
font-size:12px;
letter-spacing:.12em;
text-transform:uppercase;
min-height:42px;
}

.dl-btn{
border:1px solid #1E2A44;
color:#E6EEF8;
text-decoration:none;
}

.dl-btn:hover{
border-color:#3B82F6;
color:#3B82F6;
}

.dl-btn-primary{
background:#3B82F6;
border:none;
color:white;
}

.dl-btn-primary:hover{
background:#2563EB;
}

/* META */
.dl-meta{
display:flex;
gap:12px;
flex-wrap:wrap;
}

.dl-chip{
border:1px solid #1E2A44;
border-radius:10px;
padding:10px 14px;
font-size:13px;
color:#8FA3BF;
}

/* LINKS */
.dl-col h4{
font-size:12px;
letter-spacing:.14em;
text-transform:uppercase;
margin-bottom:14px;
color:#fff;
}

.dl-col a{
display:block;
text-decoration:none;
color:#8FA3BF;
margin:8px 0;
font-size:14px;
}

.dl-col a:hover{
color:#3B82F6;
}

/* CTA */
.dl-cta{
margin-top:20px;
background:#121A2B;
border:1px solid #1E2A44;
padding:22px;
border-radius:14px;
display:flex;
justify-content:space-between;
align-items:center;
gap:16px;
}

.dl-cta strong{
display:block;
font-size:16px;
margin-bottom:4px;
}

.dl-cta span{
font-size:13px;
color:#8FA3BF;
}

/* BOTTOM BAR */
.dl-bottom{
max-width:1200px;
margin:40px auto 0;
padding:18px 24px 0;
border-top:1px solid #1E2A44;
display:flex;
justify-content:space-between;
font-size:13px;
color:#8FA3BF;
}

.dl-bottom a{
color:#8FA3BF;
text-decoration:none;
}

.dl-bottom a:hover{
color:#3B82F6;
}

/* MOBILE */
@media(max-width:900px){
.dl-footer-inner{grid-template-columns:1fr;}
.dl-cta{flex-direction:column;align-items:flex-start;}
}

</style>/* End custom CSS */