/* ================================================================
   NIINE CSS SECTION
   17-final-navigation-responsive.css
   Final navigation/mobile rules
   Extracted in original top-to-bottom order.
   ================================================================ */

/* ================================================================
   CSS STEP 3
   Original <style> block #3
   Kept in original top-to-bottom order
   ================================================================ */

.spinner__item1{background-color:#ee3533!important;}

#navigation a.nav-link img{transition: 0.5s ease all;}

#navigation.modern.white-nav.scrolled a.nav-link img{width:55px !important}

.mobile-buyniinelogo{float: right;display:none;}



@media only screen and (max-width: 1120px){

.mobile-buyniinelogo{float: right;display:block;}
a.stay.nav-link.buynowbut{line-height: 26px !important;margin-top: 8px;text-transform: uppercase;font-weight: 600;}
}

/* =========================================================
   FULL BANNER IMAGE — ACTUAL HEIGHT / NO CROPPING
   Desktop banners are 2000x836 and 2000x832.
   The image height therefore follows its natural aspect ratio.
   ========================================================= */

/* Keep the banner below the 70px navigation */
#home {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 70px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}
/* =========================================================
   SAME BACKGROUND COLOUR AS LOGO / NAVIGATION
   ========================================================= */

#home {
    background-color: #ffffff !important;
}
/* Do not force the slider to 100vh */
#home .niine-home-slider {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    top: auto !important;
    overflow: visible !important;
}

/* Remove the original 98vh banner height */
#home .homesliderimgblk {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    position: relative !important;
}

/* Show the complete image at its original aspect ratio */
#home .homesliderimgblk img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Slick must not impose a fixed slide height */
#home .slick-list,
#home .slick-track,
#home .slick-slide,
#home .slick-slide > div {
    height: auto !important;
    min-height: 0 !important;
}

/* Keep mobile banner natural as well */
@media screen and (max-width: 1024px) {
    #home {
        margin-top: 70px !important;
        padding: 0 !important;
    }

    #home .niine-home-slider {
        height: auto !important;
    }

    #home .homesliderimgblk {
        height: auto !important;
    }

    #home .homesliderimgblk img {
        width: 100% !important;
        height: auto !important;
    }
}
/* =========================================================
   SPACE BETWEEN BANNER AND SANITARY NAPKINS HEADING
   ========================================================= */

#about {
    padding-top: 50px !important;
}

#about h1.bold-title.mini-mt.t-center {
    margin-top: 0 !important;
}