body { 
    font-family: 'Hind', Arial, sans-serif; 
    background: #f7fafc; 
    color: #212121; 
}
.hero-section {
    background: linear-gradient(120deg, #e3f2fd 60%, #b2ebf2 100%);
    padding: 40px 0 30px 0;
    text-align: center;
    position: relative;
}
.hero-section h1 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #0d47a1;
}
.hero-section p {
    font-size: 1.2rem;
    color: #01579b;
    margin-bottom: 18px;
}
.main-content {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(0,0,0,0.07);
    margin: 32px auto;
    padding: 32px 16px;
    max-width: 900px;
}
.section-title {
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 1px;
}
.benefit-card {
    text-align: center;
    padding: 18px 8px;
    background: #f5faff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(2,136,209,0.07);
    margin-bottom: 18px;
    transition: box-shadow 0.2s;
}
.benefit-card:hover {
    box-shadow: 0 6px 24px rgba(2,136,209,0.16);
}
.benefit-card img {
    width: 54px;
    margin-bottom: 10px;
}
.benefit-card h5 {
    font-weight: 600;
    color: #0277bd;
}
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-list li {
    margin-bottom: 16px;
    font-size: 1.13rem;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 28px;
}
.feature-news { background-image: url('https://img.icons8.com/color/48/news.png'); }
.feature-forum { background-image: url('https://img.icons8.com/color/48/speech-bubble.png'); }
.feature-biz { background-image: url('https://img.icons8.com/color/48/shop.png'); }
.feature-event { background-image: url('https://img.icons8.com/color/48/calendar--v1.png'); }
.feature-order { background-image: url('https://img.icons8.com/color/48/shopping-cart.png'); }
.feature-job { background-image: url('https://img.icons8.com/color/48/find-matching-job.png'); }
.feature-directory { background-image: url('https://img.icons8.com/color/48/address-book.png'); }
.feature-dashboard { background-image: url('https://img.icons8.com/color/48/combo-chart--v1.png'); }
.cta-section {
    background: #e3f2fd;
    border-radius: 12px;
    padding: 24px 14px;
    margin-bottom: 30px;
    text-align: center;
}
.biz-listing-img {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(2,136,209,0.13);
    margin: 0 auto 18px auto;
    display: block;
}
.contact-section {
    background: #fff3e0;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(255,152,0,0.07);
    padding: 28px 16px;
    margin: 38px auto 32px auto;
    max-width: 700px;
    text-align: center;
}
.contact-section h3 {
    color: #e65100;
    font-weight: 700;
}
.contact-details {
    font-size: 1.15rem;
    margin-top: 18px;
}
.contact-details a, .contact-details span {
    color: #01579b;
    text-decoration: none;
    font-weight: 600;
}
.contact-details i {
    color: #ff9800;
    margin-right: 6px;
}
.footer {
    background: #01579b;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    margin-top: 40px;
}
.footer img {
    vertical-align: middle;
}
.coming-soon-img {
    width: 90px;
    margin-top: 18px;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(2,136,209,0.13);
}
@media (max-width: 600px) {
    .hero-section h1 { font-size: 1.3rem; }
    .benefit-card img { width: 36px; }
    .main-content { padding: 16px 3vw; }
}


.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 1.07rem;
    margin-right: 2px;
    transition: color 0.18s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d47a1 !important;
    text-decoration: underline;
}
.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(2,136,209,0.08);
}
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding-left: 14px;
    }
}
.footer {
    background: #01579b;
    color: #fff;
    font-size: 1rem;
}
.footer a:hover {
    color: #ffd600 !important;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .footer .row > div {
        margin-bottom: 12px;
    }
}
.footer-social-icons img {
    vertical-align: middle;
    transition: transform 0.2s;
}
.footer-social-icons img:hover {
    transform: scale(1.12) rotate(-7deg);
    filter: brightness(1.2);
}

#requirement-form-section .main-content {
    background: #f7fafc;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(2,136,209,0.09);
    padding: 32px 18px;
}
#requirement-form-section .form-label {
    font-weight: 600;
    color: #0d47a1;
}
#requirement-form-section .form-control, 
#requirement-form-section .form-check-input {
    border-radius: 8px;
}
#requirement-form-section .form-check-label {
    font-size: 0.98rem;
}
#requirement-form-section .alert-success {
    font-size: 1.12em;
    font-weight: 500;
    border-radius: 8px;
    background: #e3fcec;
    color: #087f23;
    border: 1px solid #b2dfdb;
}
#careerForm .form-label { color: #0d47a1; font-weight: 600; }
#careerForm .form-control { border-radius: 8px; }
#careerForm .btn { font-weight: 600; }



.footer-nav .footer-link {
  color: #fff;
  margin: 0 6px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.18s;
}
.footer-nav .footer-link:hover,
.footer-nav .footer-link.active {
  color: #ffd600;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-nav .footer-link { display: inline-block; margin: 2px 4px; }
}

.footer-nav .footer-link {
  color: #fff;
  margin: 0 6px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.18s;
}
.footer-nav .footer-link:hover,
.footer-nav .footer-link.active {
  color: #ffd600;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-nav .footer-link { display: inline-block; margin: 2px 4px; }
}
