.elementor-21095 .elementor-element.elementor-element-1c25c7d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-21095 .elementor-element.elementor-element-1c25c7d{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-a96577a *//* ===== FOOTER BASE (HEADER BLUE MATCH) ===== */
.dr-footer{
  background:#0b2a4a;
  color:#fff;
  font-family:system-ui,-apple-system,Segoe UI,Roboto;
}

/* GRID */
.dr-footer-inner{
  max-width:1200px;
  margin:auto;
  padding:42px 16px 30px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:34px;
}

/* ===== TEXT LOGO (EXACT FEEL) ===== */
.dr-text-logo{
  font-size:32px;
  font-weight:900;
  line-height:1;
}
.dr-text-logo span{
  color:#ffffff;
}
.dr-text-logo small{
  color:#2ecc71;   /* green .info */
  font-size:16px;
  margin-left:2px;
}

/* underline / curve feel */
.dr-logo-line{
  width:110px;
  height:3px;
  background:#2ecc71;
  border-radius:50px;
  margin:6px 0 14px;
}

/* TEXT */
.dr-footer p{
  font-size:14px;
  line-height:1.7;
  opacity:.95;
}

/* HEADINGS */
.dr-footer h4{
  font-size:16px;
  margin-bottom:14px;
  border-bottom:2px solid rgba(255,255,255,.25);
  padding-bottom:6px;
}

/* LINKS */
.dr-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}
.dr-footer ul li{
  margin-bottom:9px;
}
.dr-footer ul li a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  opacity:.9;
}
.dr-footer ul li a:hover{
  opacity:1;
  text-decoration:underline;
}

/* ===== SOCIAL ICONS (REAL ICONS) ===== */
.dr-social{
  display:flex;
  gap:12px;
  margin-top:10px;
}
.dr-social a{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  text-decoration:none;
}
.dr-social .fb{background:#1877f2;}
.dr-social .ig{background:#e1306c;}
.dr-social .tg{background:#0088cc;}
.dr-social .wa{background:#25d366;}

.dr-social a:hover{
  transform:translateY(-2px);
}

/* BOTTOM */
.dr-footer-bottom{
  background:#081f3a;
  text-align:center;
  padding:14px 10px;
  font-size:13px;
  margin-top:10px;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .dr-footer-inner{
    grid-template-columns:1fr;
    gap:26px;
  }
  .dr-text-logo{
    font-size:26px;
  }
}/* End custom CSS */