@import url("./common.css");
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
  .about-list-items {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .menu .nav li a.nav-link {
    padding: 5px 20px !important;
  }
  .subpage .container-fluid {
    width: 80%;
  }
  .home-about-box {
    min-height: 150px;
  }
  .home-support-box {
    min-height: 390px;
  }
  .our-group-box {
    min-height: 625px;
  }
}

@media (max-width: 1199px) {
  .subpage-banner-content {
    align-items: end;
  }
  .home-about-box svg {
    margin-bottom: 10px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .subpage-banner-content {
    min-height: 350px;
  }
}

@media (min-width: 992px) {
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .close-btn {
    display: none;
  }
  .home-support-list {
    margin-top: 40px;
  }
  .iso-certification {
    margin-top: 40px;
  }
  .our-groups-section-one {
    border-right: 1px solid var(--gcv-green);
  }

  .lg-mt-4 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .submenu-order {
    order: 1;
    --webkit-order: 1;
  }
  .home-product-box h4 {
    font-size: 20px;
  }
  .sidebar-menu ul {
    padding-inline-start: 0;
  }

  .subpage-banner-content {
    display: none;
  }

  .subpage .container-fluid {
    width: 95%;
  }
  .banner-content {
    height: 100vh;
    align-items: end;
  }
  .lg-mb-40 {
    margin-bottom: 20px;
  }
  .home-about img {
    margin-bottom: 20px;
    width: 250px;
  }
  .home-support img {
    margin-bottom: 20px;
  }
  .home-products .mb-40:last-of-type,
  .home-cgv-group .mb-40:last-of-type,
  .home-footer-contact-box:last-of-type {
    margin-bottom: 0;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .products-top-area {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .section-spacing {
    padding: 40px 0;
  }
  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }

  #mobile-menu.show {
    transform: translateY(0);
    opacity: 1;
  }

  #mobile-menu li a {
    color: var(--white-color) !important;
    font-size: 24px;
  }

  .dropdown-menu a {
    font-size: 18px !important;
  }

  ul.nav li.dropdown:hover ul.dropdown-menu {
    text-align: center;
    margin: 0 auto;
    background-color: transparent !important;
  }

  ul.dropdown-menu {
    width: 250px;
  }

  .dropdown-menu a {
    color: var(--black-color) !important;
  }

  #mobile-menu .nav-item {
    text-align: center;
    padding: 5px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  #mobile-menu.show .nav-item {
    opacity: 1;
    transform: translateY(0);
  }

  #mobile-menu .navbar-nav {
    margin-top: 80px;
  }

  #mobile-menu.show .nav-item.delay-1 {
    transition-delay: 1s;
  }

  #mobile-menu.show .nav-item.delay-2 {
    transition-delay: 2s;
  }

  #mobile-menu.show .nav-item.delay-3 {
    transition-delay: 3s;
  }

  #mobile-menu.show .nav-item.delay-4 {
    transition-delay: 4s;
  }

  #mobile-menu.show .nav-item.delay-5 {
    transition-delay: 5s;
  }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    color: var(--white-color);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
  }

  .close-btn:hover {
    color: var(--white-color);
  }
}

@media (max-width: 600px) {
  .gcv-list-items ul b,
  .gcv-list-items ul li span {
    width: 100%;
  }
  .gcv-list-items ul li {
    display: block;
  }
  .gcv-list-items ul b {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .menu-logo-width {
    width: 250px;
  }
  .banner-content h1 {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-about-box {
    min-height: 250px;
  }
  .home-support-box {
    min-height: 380px;
  }
  .home-product-box h4 {
    font-size: 19px;
  }
  .our-group-box {
    min-height: 550px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .subpage-banner-content h1 {
    font-size: 30px;
  }
  .home-support-box {
    min-height: 340px;
  }
  .our-group-box {
    min-height: 660px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .subpage-banner-content h1 {
    font-size: 25px;
  }
  .home-support-box {
    min-height: 400px;
  }
}

@media (max-width: 575px) {
  .subpage-banner-content h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 24px;
  }
  .sub-banner-content-box {
    padding: 25px;
  }
  .sidebar-menu h5 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .home-about-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .product-poultry-banner {
    background-image: url("../images/mobile-banner-poultrymeal.webp");
  }
  .product-fish-meal-banner {
    background-image: url("../images/mobile-banner-fishmeal.webp");
  }
  .fish-oil-mobile-banner {
    background-image: url("../images/mobile-banner-fishoil.webp");
  }
  .palm-kernel-mobile-banner {
    background-image: url("../images/mobile-banner-palm-kernel-expeller-pke.webp");
  }
  .poultry-fat-mobile-banner {
    background-image: url("../images/mobile-banner-poultryfat.webp");
  }
  .wheat-bran-mobile-banner {
    background-image: url("../images/mobile-banner-wheatbran.webp");
  }
  .building-materials-mobile-banner {
    background-image: url("../images/mobile-banner-wood.webp");
  }
}
