body {
    font-family: Arial, sans-serif;
    background: #ffffff;
}

/* TOP HEADER */
.top-header {
    background: #f2f2f2;
    color: #0a1f44;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

/* BUTTONS */
.call-btn {
    background: #0a1f44;
    color: white;
}

.whatsapp-btn {
    background: #25D366;
    color: white;
}

.call-btn:hover,
.whatsapp-btn:hover {
    opacity: 0.9;
    color: white;
}

/* NAVBAR LIGHT THEME */
.main-menu {
    background: #ffffff;
    border-bottom: 2px solid #0a1f44;
}

/* MENU TEXT COLOR */
.navbar-nav .nav-link {
    color: #0a1f44 !important;
    font-weight: 600;
    padding: 10px 18px;
}

/* SAFFRON ACTIVE MENU */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background: #FF9933;     /* saffron */
    color: white !important;
    border-radius: 4px;
}

/* LOGO */
.logo {
    width: 120px;
}

/* SOCIAL ICONS */
.social-icons a {
    color: #0a1f44;
    margin-left: 12px;
    font-size: 18px;
}

.social-icons a:hover {
    color: #FF9933;
}

/* SLIDER LIGHT VERSION */
.slider {
    background: #f2f2f2;
    height: 350px;
}

.slider h1 {
    font-size: 36px;
    color: #0a1f44;
}

/* ABOUT SECTION */
.about {
    background: #ffffff;
}

.about h2 {
    color: #0a1f44;
}

/* FOOTER LIGHT */
footer {
    background: #f2f2f2;
    color: #0a1f44;
    border-top: 2px solid #0a1f44;
}

footer a {
    color: #0a1f44 !important;
}

footer a:hover {
    color: #FF9933 !important;
}

/* COPYRIGHT */
.copyright {
    background: #0a1f44;
    color: white;
}

/* MOBILE VIEW */
@media(max-width: 768px) {
    .slider h1 {
        font-size: 24px;
    }
}
