/***********************************************************
********************************************************************
***********************************mobile screen 575x**********/

@media (max-width: 575px) {
    header {
        background: #fcd34d url('../img/header-background1.png') no-repeat top;
        background-size: cover;
        height: 116vh;
        position: relative;
        overflow: hidden;
    }

    .navbar-toggler-icon {
        font-size: 28px;
        font-weight: bolder;
        border: none !important;
    }

    .header-btle {
        position: absolute;
        bottom: -38px;
        left: 0px;
    }

    .header-btle img {
        width: 190px;
        height: auto;
    }

    .header .navbar .nav-top button {
        position: absolute;
        top: 22px;
        right: -100px;
        border: none;
        font-size: 20px;
        color: black;
    }

    .nav-top {
        padding-left: 0px;
        margin-left: 0px !important;
    }

    .nav-top .logo {
        width: 100%;
        margin-top: 40px;
        margin-left: 0px !important;
    }

    /* Fullscreen Mobile Menu */
    .navbar-nav {
        background-color: #fcd34d;
        padding: 2rem 1rem;
        transform-origin: top;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        display: none;
    }
    
   .about .navbar .nav-top .navbar-collapse .navbar-nav li a {
        font-size: 20px !important;
    }
    /* Show it only when Bootstrap toggles the collapse */
    .collapse.show .navbar-nav {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 80vh;
        width: 100vw;
        z-index: 9999;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow-y: auto;
        background-color: #fcd34d;

    }

    .collapse.show {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: #fcd34d;
        z-index: 999;

    }

    .navbar-toggler {
        z-index: 10000;
        background-color: rgba(255, 255, 255, 0.8);
        /* makes it visible */
        /*border: 1px solid #ccc;*/
    }

    /* Override default hamburger and make it look like a close icon */
    .navbar-toggler.close .navbar-toggler-icon {
        background-image: none !important;
        font-size: 28px;
        line-height: 1;
        content: "\00d7";
        /* × */
        display: inline-block;
        width: auto;
        height: auto;
        color: #000;
        border: none !important;
    }

    .navbar-nav .nav-link {
        font-family: sans-serif;
        color: #333;
        margin-left: 10px;        
        font-size: 19px;
        font-weight: 100;
        line-height: 100px;

    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #d1c100;
    }

    /* Animated yellow background flip */
    .animated-navbar {
        background-color: #fcd34d;
        border-radius: 0 0 10px 10px;
        padding: 1rem;
        animation: flipIn 0.6s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    /* Flip animation */
    @keyframes flipIn {
        0% {
            transform: rotateY(-90deg);
            opacity: 0;
        }

        100% {
            transform: rotateY(0);
            opacity: 1;
        }
    }

    /* Override default hamburger and make it look like a close icon */
    .navbar-toggler.close .navbar-toggler-icon {
        background-image: none;
        font-size: 28px;
        line-height: 1;
        content: "\00d7";
        /* × */
        display: inline-block;
        width: auto;
        height: auto;
        color: #000;
        border: none !important;
    }



    /* nav bar mobile screem */
    /***************** HOVER drop down menu LINK*****************/
/***************** HOVER drop down menu LINK*****************/
/*proudct*/
.product-toggle{
   all: unset; /* Completely resets all styles */
}
.product-link:hover .product-toggle{
    all: unset; /* Completely resets all styles */
}
.quality-toggle{
   all: unset; /* Completely resets all styles */ 
}
    .quality-link:hover .quality-toggle{
   all: unset; /* Completely resets all styles */
}

.company-toggle{
  all: unset; /* Completely resets all styles */
}
    .company-link:hover .company-toggle{
    all: unset; /* Completely resets all styles */
}
    /* Hide submenus initially */
/* Hide submenus initially */
/* Hide all submenus by default */
.submenu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0.5rem 1rem;
  background: #fff9c4;
  list-style: none;
  width: 100% !important;
  margin: 0;
  box-sizing: border-box;   
    }

/* Show submenu */
.submenu.show {
  display: block;
  opacity: 1;
  width: 90% !important;
  background-color: #fcd34d;
}

/* Submenu item styles */
    .nav-item { 
        display: block;
        text-align: center;       
        width: 100%; 
        margin: 0px auto;
    }
    .nav-link {
        width: 92%;
        margin-left: 0px !important;
    }
    
.submenu li a {
  display: block;
  padding: 5px 0px;
  font-size: 19px !important;
  line-height: 100px;
  color: black;
  text-decoration: none;  
  box-sizing: border-box;   
}

/* Optional arrow */
.nav-link.toggle-submenu::after {
  content: "❯"; /* right-pointing arrow */
    text-align: right;
  float: right;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
    transform: rotate(90deg);
}

/* Rotate arrow on active */
.nav-link.toggle-submenu.active::after {
  transform: rotate(270deg);
}




    /* navbar mobile screen end */


    .header .navbar .nav-top .navbar-brand p img {
        width: 90px;
        height: auto;
    }

    .nav-text {
        margin: 40px 15px 30px 15px;
        padding: 15px;
    }

    .nav-text .text-animate {
        font-size: 30px;
        line-height: 30px;
        font-weight: bolder;
        line-height: 40px;
    }


    /************************ section one after banner *********************/
    .hero {
        padding: 40px 15px;
        margin: 0px;
        text-align: center;
    }

    .hero .heading {
        margin: 40px auto;
    }

    .hero h1 {
        font-family: 'Nimbus Sans', sans-serif;
        font-weight: 800;
        /* Extra Bold */
        font-size: 20px;
        letter-spacing: 7px;
        color: #2387aa;
    }

    .hero .home-images {
        margin-top: 70px;
        color: black;
    }

    .hero .home-images figure img {
        width: 100%;
    }


    .hero .home-images figure figcaption a {
        color: black;
        font-size: 15px;
        font-weight: 400;
    }

    .hero2 {
        padding: 40px 0px;
        margin: 0px auto;
        color: black;
        font-family: 'Nimbus Sans', sans-serif;
        text-align: center
    }

    .hero2 h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .hero2 p {
        font-size: 17px;
        font-weight: 500;
    }

    .hero2 ul li {
        font-size: 17px;
        font-weight: 500;
    }

    /**************** footer start ****************/
    footer {
        background-color: #0c0c0d;
        color: white;
    }

    footer .container .row {
        margin: 0px !important;
        padding: 25px 0px !important;
    }

    footer h5 {
        font-size: 15px;
    }

    footer ul {
        font-size: 15px;
        line-height: 28px;
    }

    footer .social-img {
        width: 35px;
    }

    footer p {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-btm {
        text-align: center;
        background-color: black;
        padding: 0px !important;
        margin: 0px !important;
    }

    .footer-btm p img {
        width: 30px;
        height: auto;
    }

    .footer-menu {
        display: none;
    }

    .vid-responsive {
        width: 100%;
        height: auto;
    }

    .video p a {
        color: white;
        font-weight: 500;
    }

    .video p {
        font-weight: 500;
    }

    /***********************about section *******************************/
    .about {
        height: 16vh;
        border-bottom: 1px solid black;
    }

    .about-banner {
        background: url('../img/about-banner.avif') no-repeat center left;
        background-size: cover;
        height: 30vh;
        padding: 40px;
        margin: 0px;
    }

    .about .other-btn {
        position: absolute;
        top: 25px;
        left: 120px;
        border: none !important;
        font-size: 20px;
    }


    .worldmap {
        background: url('../img/worldmap.avif') no-repeat top left;
        background-size: cover;
        height: 150px;
        padding: 0px;
        margin: 0px 25px;
    }

    .about-hero2 {
        margin: 0px;
        padding: 10px 0px;
    }

    .about-hero2 p {
        font-size: 18px;
        color: black;
        line-height: 23px;
    }

    /* certificates */
    .about-hero2 h5 {
        font-size: 23px;
        padding-bottom: 40px;
    }

    /*private lable section starts*/
    .private-lable-banner {
        background: url('../img/private-lable.avif') no-repeat top center;
        background-size: cover;
        height: 200px;
        padding: 40px;
        margin: 0px auto;
    }

    .private-lable-hero {
        margin: 0px 5px;
        padding: 30px 0px;
    }

    .private-lable-hero p {
        font-size: 15px;
        color: black;
        line-height: 20px;
    }

    .private-lable-hero h5 {
        font-size: 20px;
        padding-bottom: 35px;
    }

    /******* food safety ******/
    .food-safty {
        margin: 45px 110px 32px 110px;
    }

    .food-safty h5 {
        font-family: sans-serif;
        font-weight: 200;
        font-size: 30px;
        color: #0075cb;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .food-safty h4 {
        font-family: sans-serif;
        font-weight: 200;
        font-size: 25px;
        color: #0075cb;
    }

    .food-safty p {
        font-family: sans-serif;
        font-style: italic;
        color: #525455;
        font-weight: 400;
    }

    .food-safty .extra p {
        font-style: normal;
    }

    .food-safty .col-md-10 {
        margin-bottom: 35px;
    }

    .research-line {
        border-bottom: solid 1px black;
        margin-left: 0px;
        margin-bottom: 100px;
        margin-right: 0px;
    }

    /******* food safety ******/
    .food-safty {
        margin: 0px 5px;
    }

    .food-safty h5 {
        text-align: center;
        font-family: sans-serif;
        font-weight: default;
        font-size: 17px;
        color: #0075cb;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .food-safty h4 {
        display: none;
        text-align: center;
        font-family: sans-serif;
        font-weight: 200;
        font-size: 15px;
        color: #0075cb;
    }

    .food-safty p {
        font-family: sans-serif;
        font-style: italic;
        color: #808181;
        font-weight: 200;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .food-safty .extra p {
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .food-safty .col-lg-10 {
        margin-bottom: 35px;
    }

    .food-safty .col-lg-2 img {
        width: 100px;
        margin-right: 25px;
    }

    .food-safty .col-lg-2 {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .food-safty .m-only {
        visibility: visible;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        color: #0075cb;
    }

    .research-line {
        border-bottom: solid 1px black;
        margin-left: 50px;
        margin-bottom: 100px;
        margin-top: 0px;
        margin-right: 50px;
        background-color: red;
    }

    .worldmap-shipping {
        background: url('../img/worldmap.avif') no-repeat top left;
        background-size: cover;
        height: 150px;
        padding: 0px;
        margin: 0px 25px;
    }

    .shipping-head {
        font-size: 22px !important;

    }

    .research-line2 {
        width: 70%;
        border-bottom: solid 1px black;
        margin-left: 50px;
        margin-bottom: 100px;
        margin-top: 0px;
        margin-right: 50px;
        background-color: red;
    }

    .food-safty .m-only2 {
        visibility: visible;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        color: #0075cb;
    }

    .food-safty .m-only3 {
        visibility: visible;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        color: #0075cb;
    }

    /****************************** contact ************************/
    .form-title {
        color: #388ae2;
        font-weight: bold;
        margin-bottom: 25px;
        margin-top: 40px;
        font-size: 25px;
    }

    .form-wrapper {
        width: 100%;
    }

    .form-wrapper select {
        padding: 5px;
        ;
        border-radius: 0px;
        font-size: 19px;
    }

    .form-wrapper .form-control {
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        color: #000;
        font-size: 15px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .form-wrapper textarea {
        height: 180px;
    }

    .form-wrapper textarea::placeholder {
        font-size: 13px;
        padding-left: 10px;

    }

    .form-wrapper .form-control:focus,
    .form-select:focus {
        border: solid 1px red;
    }
    #contactForm .btn-submit {
       font-size: 15px;
    }

    .form-wrapper form input::placeholder {
        font-size: 13px;
        padding-left: 10px;
    }
    .form-wrapper form select::placeholder {
        font-size: 12px;
        padding-left: 10px;
    }

    .form-wrapper .btn-submit {
        width: 30%;
        margin-left: 100px;
        margin-right: auto;
    }

    .embed-responsive {
        margin-bottom: 100px;
    }

    .embed-responsive iframe {
        height: 300px !important;
    }

    .check {
        width: 100% !important;
        margin-bottom: 100px;
    }

    .contact img {
        width: 50px;
        margin-right: 5px;
        border-radius: 5px;
    }

    .img-label span {
        position: absolute;
        top: -5px;
        left: 15px;
        font-size: 18px !important;
        width: 70%;
        font-family: 'Courier New', Courier, monospace;
        letter-spacing: 0px;
    }

    /* Back to Top Button */
.back-to-top {   
  position: fixed;
  display: none; /* Hidden initially */
  left: 0px;
  bottom: 150px;
  z-index: 100;  
  padding: 12px 16px;
width: 50px;
border-bottom: solid 3px white;  
}
.back-to-top i {    
    font-size: 30px;
}


}


/***********************************************************
********************************************************************
***********************************mobile screen 375x**********/


@media (max-width: 375px) {

    header {
        background: #fcd34d url('../img/header-background1.png') no-repeat top;
        background-size: cover;
        height: 132vh;
        position: relative;
        overflow: hidden;
    }

    .navbar-toggler-icon {
        font-size: 25px;
        font-weight: bolder;
        border: none !important;
    }

    .header-btle {
        position: absolute;
        bottom: -38px;
        left: 0px;
    }

    .header-btle img {
        width: 170px;
        height: auto;
    }

    .nav-top {
        padding-left: 0px;
        margin-left: 0px !important;
    }

    .nav-top .logo {
        width: 100%;
        margin-top: 40px;
        margin-left: 0px !important;
    }

    .header .navbar .nav-top button {
        position: absolute;
        top: 20px;
        right: -100px;
        border: none;
        font-size: 20px;
        color: black;
    }

    /* Show it only when Bootstrap toggles the collapse */
    .collapse.show .navbar-nav {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 80vh;
        width: 100vw;
        z-index: 9999;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow-y: auto;
        background-color: #fcd34d;

    }

    .collapse.show {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: #fcd34d;
        z-index: 999;

    }

    .header .navbar .nav-top .navbar-brand p img {
        width: 80px;
        height: auto;
    }

    .header .navbar .nav-top .navbar-brand p {
        font-size: 11px;
    }

    .nav-text {
        margin: 0px 15px;
        padding: 15px;
    }

    .nav-text .text-animate {
        font-size: 25px;
        line-height: 32px;
        font-weight: bolder;
    }

    header .container {
        text-align: center;
        padding-top: 20px;
    }

    .navbar-nav {
        text-align: center;
    }

    /* section one after banner */
    .hero {
        padding: 40px 15px;
        margin: 0px;
        text-align: center;
    }

    .hero .heading {
        margin: 40px auto;
    }

    .hero h1 {
        font-family: 'Nimbus Sans', sans-serif;
        font-weight: 800;
        /* Extra Bold */
        font-size: 20px;
        letter-spacing: 7px;
        color: #2387aa;
    }

    .hero .home-images {
        margin-top: 70px;
        color: black;
    }

    .hero .home-images figure img {
        width: 100%;
    }


    .hero .home-images figure figcaption a {
        color: black;
        font-size: 15px;
        font-weight: 400;
    }

    .hero2 {
        padding: 40px 0px;
        margin: 0px auto;
        color: black;
        font-family: 'Nimbus Sans', sans-serif;
        text-align: center
    }

    .hero2 h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .hero2 p {
        font-size: 17px;
        font-weight: 500;
    }

    .hero2 ul li {
        font-size: 17px;
        font-weight: 500;
    }

    /* footer start*/
    footer {
        background-color: #0c0c0d;
        color: white;
    }

    footer .container .row {
        margin: 0px !important;
        padding: 25px 0px !important;
    }

    footer h5 {
        font-size: 15px;
    }

    footer ul {
        font-size: 15px;
        line-height: 28px;
    }

    footer .social-img {
        width: 35px;
    }

    footer p {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-btm {
        text-align: center;
        background-color: black;
        padding: 0px !important;
        margin: 0px !important;
    }

    .footer-btm p img {
        width: 30px;
        height: auto;
    }

    .footer-menu {
        display: none;
    }

    .vid-responsive {
        width: 100%;
        height: auto;
    }

    .video p a {
        color: white;
        font-weight: 500;
    }

    .video p {
        font-weight: 500;
    }

    /*............................about page *************************
    *********************************************************************
    *******************************************************************/
    .about-banner {
        background: url('../img/about-banner.avif') no-repeat center left;
        background-size: cover;
        height: 30vh;
        padding: 40px;
        margin: 0px;
    }

    .about .navbar-nav .nav-link {
        color: #333;
        margin-left: 10px;
        font-family: sans-serif;
        font-size: 18px;
        font-weight: 100;
        line-height: 130px;

    }

    .about .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #d1c100;
    }

    /* Show it only when Bootstrap toggles the collapse */
    .collapse.show .navbar-nav {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: 9999;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow-y: auto;
        background-color: #fcd34d;

    }

    .collapse.show {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: #fcd34d;
        z-index: 999;

    }

    .worldmap {
        background: url('../img/worldmap.avif') no-repeat top left;
        background-size: cover;
        height: 150px;
        padding: 0px;
        margin: 0px 5px;
    }

    .about-hero2 {
        padding: 15px 0px;
    }

    .about-hero2 p {
        font-size: 15px;
        color: black;
        line-height: 21px;
        letter-spacing: 1px;
    }

    /* certificates */
    .about-hero2 h5 {
        font-size: 23px;
        padding-bottom: 40px;
    }

    .about .other-btn {
        position: absolute;
        top: 25px;
        left: 128px;
        border: none !important;
        font-size: 20px;
    }

    /*private lable section starts*/
    .private-lable-banner {
        background: url('../img/private-lable.avif') no-repeat top center;
        background-size: cover;
        height: 200px;
        padding: 40px;
        margin: 0px auto;
    }

    .private-lable-hero {
        margin: 10px 0px;
        padding: 30px 0px;
    }

    .private-lable-hero p {
        font-size: 15px;
        color: black;
        line-height: 20px;
    }

    .private-lable-hero h5 {
        font-size: 20px;
        padding-bottom: 35px;
    }

    /******* food safety ******/
    .food-safty {
        margin: 0px 5px;
    }

    .food-safty h5 {
        text-align: center;
        font-family: sans-serif;
        font-weight: default;
        font-size: 17px;
        color: #0075cb;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .food-safty h4 {
        display: none;
        text-align: center;
        font-family: sans-serif;
        font-weight: 200;
        font-size: 15px;
        color: #0075cb;
    }

    .food-safty p {
        font-family: sans-serif;
        font-style: italic;
        color: #808181;
        font-weight: 200;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .food-safty .extra p {
        font-style: normal;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }

    .food-safty .col-lg-10 {
        margin-bottom: 35px;
    }

    .food-safty .col-lg-2 img {
        width: 100px;
        margin-right: 25px;
    }

    .food-safty .col-lg-2 {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .food-safty .m-only {
        visibility: visible;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        color: #0075cb;
    }

    .research-line {
        border-bottom: solid 1px black;
        margin-left: 50px;
        margin-bottom: 100px;
        margin-top: 0px;
        margin-right: 50px;
        background-color: red;
    }

    .worldmap-shipping {
        background: url('../img/worldmap.avif') no-repeat top left;
        background-size: cover;
        height: 150px;
        padding: 0px;
        margin: 0px 5px;
    }

    .shipping-head {
        font-size: 20px !important;

    }

    .research-line2 {
        width: 70%;
        border-bottom: solid 1px black;
        margin-left: 50px;
        margin-bottom: 100px;
        margin-top: 0px;
        margin-right: 50px;
        background-color: red;
    }

    .food-safty .m-only2 {
        visibility: visible;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        color: #0075cb;
    }
    /* Back to Top Button */
.back-to-top {   
  position: fixed;
  display: none; /* Hidden initially */
  left: 0px;
  bottom: 150px;
  z-index: 100;  
  padding: 12px 16px;
width: 50px;
border-bottom: solid 3px white;  
}
.back-to-top i {    
    font-size: 30px;
}


    /******************************* contact****************/

}
