.custom-container .container { padding-right: 0.75rem; padding-left: 0.75rem; }
#footer3 { background: var(--footer) !important; padding: 40px 0; }
#footer3 .footer-logo { border-radius: 50px; }
#footer3 .footer-logo-btm { color: #94a3b8; font-size: 13px; max-width: 275px; line-height: 1.5; margin-bottom: 10px; }
.footer3_links ul li a { color: #94a3b8; font-weight: 500; padding: 5px 0px; display: block; font-size: 14px; transition: all 0.3s ease; }
.footer3_links ul li a:hover { color: var(--pink-clr); }
#footer3 .footer_subscrib h3 { font-size: 14px; font-weight: 500; color: #94a3b8; margin-bottom: 30px; }
#footer3 .footer_subscrib a { margin: 0 5px 10px 0; transition: all 0.3s ease; color: #94a3b8; font-size: 13px; padding: 1px 6px 0; background: rgba(255,255,255,0.08); }
#footer3 .footer_subscrib a:hover { color: var(--pink-clr); }
#footer3 .copyright-txt { color: #64748b; font-size: 13px; padding: 20px 0; border-top: 1px solid #334155; margin-top: 40px; }
@media (max-width:767px){
  #footer3 .columns > .column:not(:first-child) { border-top: 1px solid #334155; }
  #footer3 .footer-logo-btm { max-width: 100%; }
}
