:root {
  --nav-h: 56px; 
}

body {
  font-family: 'Rajdhani', sans-serif;
  padding: 0 !important;
  /* background: #0a0a0a; */
  color: #ffffffe0;
  margin: 0 !important;
}

.hero-section {
  min-height: calc(100vh - var(--nav-h)); 
  padding-top: 0 !important;              
  margin-top: 0 !important;               
}

.hero-overlay { pointer-events: none; }


.footer {
    background: linear-gradient(to right, #1a1a2e, #2a003f);
    color: #fff;
    padding: 40px 20px 20px;
    font-size: 14px;
}

.footer h5 {
    font-weight: bold;
    color: #ffb400;
    margin-bottom: 15px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer a:hover {
    color: #fff;
}

.footer .social-icons a {
    font-size: 20px;
    margin: 0 10px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.footer .social-icons a:hover {
    transform: scale(1.2);
    color: #ffb400;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
}
