body { padding-top: 66px; }
.navbar-brand img { height: 35px; border-radius: 50%; margin-right: 10px; }
.hero-mask { background-color: rgba(0, 0, 0, 0.6); }

/* Footer Styles */
.footer-modern { background-color: #1c2331; color: #ECEFF1; }
.footer-modern a { color: #adadad; text-decoration: none; transition: all 0.3s ease; }
.footer-modern a:hover { color: #ffffff; padding-left: 5px; }
.footer-divider { border-top: 1px solid rgba(255,255,255,0.1); }
.footer-interest-row { background: rgba(255,255,255,0.03); }

/* Social Buttons */
.social-btn { background: rgba(255,255,255,0.05); width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: 0.3s; }
.social-btn:hover { background: #3b71ca; color: white; transform: translateY(-3px); }

/* Input Groups */
.input-group-modern .form-control { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: white; }
.input-group-modern .form-control:focus { background: rgba(255,255,255,0.1); border-color: #3b71ca; color: white; box-shadow: none; }

/* Navigation */
.nav-link.active { font-weight: 600; color: #3b71ca !important; }

/* Hero Section Default Background */
.hero-bg-default {
    background-image: url('https://storage.googleapis.com/customer-aquisition.appspot.com/img/osterComb.jpg'); 
    background-size: cover; 
    background-position: center 70%; 
    min-height: 300px;
}