/**
 * Theme Name:     Astra Child
 * Author:         Mani Singh
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra child theme generator.
 * Theme URI:      https://mani.com
 * Author URI:     https://mani.com
 * Version:        1
 * Tags:           Child theme, Astra
 */

.site-branding {
    display: none !important;
}

.header-main-layout-1 .ast-main-header-bar-alignment {
    margin-left: inherit;
}

.sarkariresult-head-m-div .title-div {
    background: #c62026;
    text-align: center;
    padding: 50px 10px;
    color: #ffff;
}

.sarkariresult-head-m-div .main-title {
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.sarkariresult-head-m-div .main-title a {
    color: #ffff;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.sarkariresult-head-m-div .site-description {
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.header-main-layout-1 .main-header-container {
    background: #ffc107;
}

.home .main-header-bar.ast-header-breadcrumb {
    display: none;
}

.custom-footer-menu {
    background: black;
}




.sarkariresulti-top-8-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

.sarkariresulti-top-8-div .sr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}



.sarkariresulti-top-8-div .sr-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Colors */
.sarkariresulti-top-8-div .red {
    background: #e60000;
}

.sarkariresulti-top-8-div .orange {
    background: #ff6600;
}

.sarkariresulti-top-8-div .pink {
    background: #ff00cc;
}

.sarkariresulti-top-8-div .blue {
    background: #0000cc;
}

.sarkariresulti-top-8-div .olive {
    background: #808000;
}

.sarkariresulti-top-8-div .sky {
    background: #007bff;
}

.sarkariresulti-top-8-div .maroon {
    background: #660000;
}

.sarkariresulti-top-8-div .green {
    background: #0b7a1a;
}


.hpj-view-more {
    margin-left: 15px;
    padding: 10px 15px;
    background: #ffc107;
    border-radius: 5px;
    text-decoration: underline;
}

/*   ====== For Desktop ====== */

@media (min-width: 769px) {
    .main-header-bar {
        border-bottom-width: 0px !important;
    }

    ul#primary-menu ul {
        background: #ffc107;
    }



}

/*   ====== For Mobile / Tablet ====== */

@media (max-width: 768px) {
    .sarkariresult-head-m-div .main-title a {
        font-size: 1.5rem;
    }

    .sarkariresult-head-m-div .main-title {
        margin-bottom: 5px;
    }

    .sarkariresult-head-m-div .site-description {
        font-size: 1rem;
    }

    .sarkariresulti-top-8-div {
        grid-template-columns: repeat(3, 1fr);
    }

    .sarkariresulti-top-8-div .sr-box {
        font-size: 12px;
        min-height: 70px;
        line-height: normal;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* hide 3,6 sr-box */
    .sarkariresulti-top-8-div .sr-box:nth-child(3),
    .sarkariresulti-top-8-div .sr-box:nth-child(6) {
        display: none;
    }

    .sarkariresult-head-m-div .title-div {
        padding: 10px 0px;
    }

    .sarkariresult-head-m-div .ast-container,
    .main-header-bar-wrap .ast-container {
        padding: 0px;
    }

    .header-main-layout-1 .ast-main-header-bar-alignment {
        padding-left: 15px;
    }


    .ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal {
        font-size: 1.4em;
    }

}

/* End Mobile / Tablet  (max-width: 768px) */