.nqs-custom-header {
    background-color: white;
    padding: 20px 5%;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: none;
    opacity: 1;
    visibility: visible;
}
.nqs-custom-header .logo {
    height: 108px;
    width: auto;
    margin-right: 20px;
    flex-shrink: 0;
    margin-left: -41px;
}
.nqs-custom-header .site-branding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.nqs-custom-header .site-title {
    font-family: 'DM Serif Text', serif;
    font-size: 26px;
    font-weight: 500;
    color: #444;
    margin: 0;
    letter-spacing: 4px;
}
.nqs-custom-header .quran-verse {
    font-family: 'Scheherazade New', 'Amiri', serif;
    font-size: 12px;
    color: #555;
    margin-top: 18px;
    direction: rtl;
    text-align: start;
    margin-left: 238px;
}
@media only screen and (max-width: 1200px) {
    .nqs-custom-header .quran-verse {
        margin-left: 180px;
    }
}
@media only screen and (max-width: 992px) {
    .nqs-custom-header .logo {
        height: 90px;
        margin-left: -20px;
    }
    .nqs-custom-header .site-title {
        font-size: 22px;
    }
    .nqs-custom-header .quran-verse {
        margin-left: 120px;
    }
}
@media only screen and (max-width: 768px) {
    .nqs-custom-header {
        flex-direction: column;
        text-align: center;
        padding: 15px 3%;
    }
    .nqs-custom-header .logo {
        height: 80px;
        margin: 0 0 10px 0;
    }
    .nqs-custom-header .site-branding {
        align-items: center;
    }
    .nqs-custom-header .quran-verse {
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .nqs-custom-header .logo {
        height: 70px;
    }
    .nqs-custom-header .site-title {
        font-size: 20px;
    }
    .nqs-custom-header .quran-verse {
        font-size: 10px;
    }
} 