/* header desc */
.guptagupta {
    background-color: #002b5b; /* Deep digital blue */
    color: white;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    border-bottom: 3px solid #0096ff; /* Accent blue */
}

.jhajha {
    display: flex;
    align-items: center;
}

.mishra {
    height: 55px;
    width: auto;
    margin-right: 15px;
    background: white;
    padding: 5px;
    border-radius: 8px;
}

.chaudhary {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    letter-spacing: 1px;
}

.jhajha-right .chaudhary-right {
    font-size: 1rem;
    font-style: italic;
    color: #aad4ff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: right;
}

/* Responsive */
@media (max-width: 600px) {
    .guptagupta {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .jhajha-right {
        margin-top: 10px;
    }

    .chaudhary {
        font-size: 1.5rem;
    }

    .chaudhary-right {
        font-size: 0.95rem;
    }
}
