/*
Theme Name: Resultraj Theme
Author: Resultraj Team
Version: 1.0
*/

body {
    background-color: #f0f2f5;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

main {
    max-width: 1000px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

h2.section-title {
    background: #004a99;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
/* Mobile Responsive Code */
@media screen and (max-width: 768px) {
    header div, main {
        width: 95% !important;
    }
    
    /* Boxes ko line mein ki jagah ek ke niche ek dikhane ke liye */
    div[style*="display: flex"] {
        flex-direction: column !important;
    }
}.main-nav {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.main-nav li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.main-nav li a:hover {
    color: #ffcc00;
}