.header-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 0 5%;
    
}
.menu-search img {
    filter: brightness(0) invert(1);
}
.icon-svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    object-fit: contain;
}
.primary-menu, .logo, .header-add {
    position: relative;
    display: block;
    z-index: 99;
}
.homepage-ds {
    position: relative;
}

.homepage-banner {
    position: relative;
}

@media (min-width: 1366px) {
    body.page-template-default.page .content-sidebar-wrap {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* Scroll down */
/* Container */
.homepage-banner .mouse-scroll {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
.homepage-banner .mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}

.homepage-banner .mouse::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheel 1.5s infinite;
}

/* Animation */
@keyframes wheel {
  0% { opacity: 1; top: 10px; }
  50% { opacity: 0; top: 25px; }
  100% { opacity: 1; top: 10px; }
}

.homepage-banner .arrow {
  display: block;
  margin: 8px auto 0;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: arrow-bounce 1.5s infinite;
}

@keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0) rotate(-45deg); opacity: 1; }
  40% { transform: translateY(6px) rotate(-45deg); opacity: 0.6; }
  60% { transform: translateY(3px) rotate(-45deg); opacity: 0.8; }
}



.gennova-button.dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    color: #7e1412;
    padding: 8px 25px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
    border: 2px solid #720606;
    cursor: pointer;
    transition: all 1s;
    text-transform: uppercase;
    font-size: 14px;
}
.gennova-button.dark:hover {
    background-color: #7e1412;
    color: #fff;
    border-color: #fff;
    transform: scale(1.03);
}
.homepage-banner .banner-content .dis-description {
    margin-bottom: 10px;
    text-align: justify;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.homepage-banner .banner-content .content-editor {
    line-height: 1;
    margin-bottom: 0;
    color: #f4eabd;
    font-size: 20px;
    font-style: italic;   
}
.homepage-banner .banner-content .content-editor h1,
.homepage-banner .banner-content .content-editor h2,
.homepage-banner .banner-content .content-editor h3,
.homepage-banner .banner-content .content-editor h4 {
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0 50px;
    font-style: normal;
    font-size: 38px;
}
.homepage-banner .banner-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.homepage-banner .banner-content .logo-content {
    margin-bottom: 50px;
}
.cuz-hero-desc {
    font-size: 20px;
}

/* Home page */
.home-about {
    background-color: #720606;
    color: #ffffff;
    padding: 60px 20px;
}
.home-about .about-head {
    font-weight: 900;
    font-size: 56px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
.about-description {
    font-size: 18px;
    line-height: inherit;
}
.product-category {
    padding-top: 50px;
}
.product-category .product-card {
    flex: 1 1 calc(25% - 20px);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-category .product-card a {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-category .product-card img {
    width: 100%;
    height: 500px;
    border-radius: 80px;
    border: 3px solid #990000;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: all 1s;
}
.product-category .product-card:hover img {
    transform: scale(1.15);
}
.product-category .lazyloaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: opacity 300ms, filter 400ms;
    -webkit-transition: opacity 300ms, filter 400ms;
}
.product-category .product-label {
    margin-top: 30px;
    text-align: center;
    transition: all 0.5s;
}
.product-category .product-label .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    text-align: center;
    border: 2px solid;
    border-radius: 40px;
    padding: 20px 10px;
    transition: all 0.5s;
}
.product-category .product-label:hover .title {
    background: #990000;
    color: #ffffcc;
}
.product-category .product-card:hover .product-label .title {
    position: relative;
    z-index: 3;
}
.product-category .product-card:hover .product-label {
    z-index: 3;
}
.product-category .product-card:hover a::before {
    height: 100%;
}
.home-product-about {
    /* min-height: 550px; */
    padding: 10% 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}
.home-product-about .content {
    color: #fff;
    font-size: 20px;
    line-height: inherit;
}
.home-product-about .content h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}
.home-product-about .content h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;    
}
.home-store-about {
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-top: 0 !important;
    min-height: 750px;
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.home-store-about .content {
    font-size: 16px;
    line-height: inherit;
    text-align: justify;
    margin-bottom: 30px;
}
.home-store-about .content h2,
.home-store-about .content h3,
.home-store-about .content h4 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.home-about-us {
    background: #720606;
    padding: 50px 0;
    color: #fff;
}
.home-about-us .content {
    text-align: justify;
    line-height: inherit;
    margin-bottom: 20px;
}
.home-grid-gallery {
    padding: 60px 0;
    background-color: #720606;
}

/* .grid-desktop {
  display: flex;
  gap: 10px;
}
.grid-mobile {
  display: none;
}

@media (max-width: 767px) {
  .grid-desktop { display: none; }
  .grid-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .grid-mobile img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
} */

.header-content.menu-no-homepage {
    background: #7e1412;
}
.site-header.header-logo .menu-no-homepage .main-navigation {
    align-items: center;
    gap: 30px;
}
.site-header.header-logo .menu-no-homepage .main-navigation ul.menu>li>a {
    color: #fff;
}
.menu-no-homepage .main-navigation ul.menu li a {
    font-size: 17px;
}
.menu-no-homepage .main-navigation ul.menu ul li a {
    font-size: 16px;
}
.header-content.menu-no-homepage {
    padding: 8px 0;
}
.header-content.menu-no-homepage a#showmenu {
    position: absolute;
    left: 15px;
    top: 30px;    
}
.footer-widgets-area .wpcf7-form {
    position: relative;
}
.footer-widgets-area .wpcf7-form input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    outline: unset;
}
.footer-widgets-area .wpcf7-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    height: 40px;
    background-color: #fff;
    color: #720606;
    padding: 0 10px;
    font-size: 20px;
}

.social-toggle-wrapper {
    position: fixed;
    right: 10px;
    bottom: 35%;
    z-index: 9999;
}
.social-toggle-button img {
    width: 90px;
    cursor: pointer;
}
.social-icons {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    transform: translateY(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}
.social-icons .icon {
    width: 50px;
    height: 50px;
    margin: 5px 0;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.social-icons.show {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.custom-menu .icon-svg {
    height: 30px !important;
}

.wrapbox-contact {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.wrapbox-contact .infoList-contact {
    /* width: 50%; */
    padding: 0;
}
.wrapbox-contact  li {
    list-style: none;
}
.box-info-contact li {
    margin-bottom: 10px;
    list-style: none;
}
.box-info-contact li > span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    color: #720606;
}
.box-info-contact li p {
    width: calc(100% - 35px);
    float: left;
    padding-left: 15px;
    margin-bottom: 5px;
    color: #696969;
    font-weight: 500;
}
.box-info-contact li p strong {
    color: #000;
    margin-bottom: 5px;
}
.box-info-contact li p a {
    color: #696969;
}
.contact-page .content-editor h2.head,
.contact-page .contact-form .wpcf7-form h3 {
    font-size: 22px;
    font-weight: 600;
    color: #720606;
    margin-bottom: 20px;
}
.fa-envelope:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.contact-page .contact-form .wpcf7-form .desc {
    color: #7e1412;
    font-style: italic;
}
.contact-page .contact-form .wpcf7-form input,
.contact-page .contact-form .wpcf7-form textarea {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: unset;
    padding-left: 10px;
}
.contact-page .contact-form .wpcf7-form textarea {
    height: 100px;
    padding-top: 5px;
}
.contact-page .contact-form .wpcf7-form .wpcf7-submit {
    width: fit-content;
    padding: 0 30px;
    color: #fff;
    background: #720606;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}



/* ---- Responsive ---- */
@media (min-width: 768px) {
    .mobilenav__inner {
        max-width: 20% !important;
    }
    .mobilenav__inner .menu_close {
        top: 0;
        right: 15px !important;
        background: no-repeat !important;
        width: 0 !important;
        height: 0 !important;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        z-index: 999;
    }
    .home-about-us .content,
    .home-about-us .about-viewmore {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .custom-menu .icon-svg {
        height: 26px !important;
    }
    .icon-svg {
        width: 26px;
    }
    .homepage-banner .banner-content {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
    }
    .homepage-banner .banner-content .content-editor h1,
    .homepage-banner .banner-content .content-editor h2, 
    .homepage-banner .banner-content .content-editor h3, 
    .homepage-banner .banner-content .content-editor h4 {
        font-size: 22px;
        text-align: center;
    }
    .media-wrapper img, .media-wrapper video {
        min-height: 520px;
    }
    .media-wrapper img, .media-wrapper video {
        object-fit: cover;
        aspect-ratio: auto;
    }
    .homepage-banner .banner-content .dis-description {
        text-align: center;
    }
    .homepage-banner .banner-content .content-editor {
        text-align: center;
    }
    .cuz-hero-desc {
        font-size: 16px;
        line-height: 24px;
    }
    .home-about .about-head {
        font-size: 28px;
        max-width: 100%;
    }
    .home-about .about-viewmore {
        text-align: center;
        margin-bottom: 25px;
    }
    .about-description {
        font-size: 16px;
    }
    .home-product-about .content {
        font-size: 16px;
    }
    .home-product-about .content h2 {
        font-size: 26px;
    }
    .home-product-about .content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .home-about-us .content {
        margin-top: 25px;
        font-size: 14px;
    }
    .footer-widgets-area {
        font-size: 14px;
        margin-bottom: 0;
    }

    


}