/* 
 Theme Name:   homezoy
 Theme URI:    
 Description:  
 Author:       homezoyadmin
 Author URI:   https://homezoy.com
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* Full width on product pages */
.post-type-archive-products .site-content,
.tax-product_category .site-content,
.post-type-archive-products .site-main,
.tax-product_category .site-main,
.post-type-archive-products .inside-article,
.tax-product_category .inside-article {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.post-type-archive-products .generate-container,
.tax-product_category .generate-container {
    max-width: 100%;
    padding: 0;
}

/* ============ Main Menu Styling ============ */
.site-header .main-nav .menu-item>a {
    color: #012E1D;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    margin: 0;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    line-height: 1;
}

.site-header .main-nav .menu-item>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 4px;
    left: 15px;
    background-color: #CC571F;
    transition: width 0.3s ease;
}

.site-header .main-nav .menu-item:hover>a,
.site-header .main-nav .menu-item.current-menu-item>a {
    color: #CC571F !important;
    background-color: transparent;
    box-shadow: none;
}

.site-header .main-nav .menu-item:hover>a::after,
.site-header .main-nav .menu-item.current-menu-item>a::after {
    width: calc(100% - 30px);
}

/* ============ Logo Zoom Effect ============ */
.site-logo img {
    transition: transform 0.3s ease;
}

.site-logo:hover img {
    transform: scale(1.05);
}

.site-footer {
    background-image: url("assets/images/footer-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-footer .footer-widget-1 img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.site-footer .footer-widget-1 img:hover {
    transform: scale(1.05);
}

.site-info,
.footer-widgets {
    background-color: transparent;
}

/* ============ CF7 Subscribe Form ============ */
#wpcf7-f426-p10-o1 .wpcf7-form p {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e8e2d8;
    border-radius: 50px;
    padding: 5px;
    margin: 0;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
}

#wpcf7-f426-p10-o1 .wpcf7-form br {
    display: none;
}

#wpcf7-f426-p10-o1 .wpcf7-form-control-wrap {
    flex: 1;
    min-width: 0;
}

#wpcf7-f426-p10-o1 .wpcf7-email {
    width: 100%;
    height: 46px;
    padding: 0 15px 0 25px;
    font-size: 15px;
    font-family: inherit;
    color: #2d2d2d;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}

#wpcf7-f426-p10-o1 .wpcf7-email::placeholder {
    color: #999;
}

#wpcf7-f426-p10-o1 .wpcf7-submit {
    height: 46px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: #ae8b71;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease;
    outline: none;
    box-sizing: border-box;
}

#wpcf7-f426-p10-o1 .wpcf7-submit:hover {
    background: #9c7a62;
}

#wpcf7-f426-p10-o1 .wpcf7-spinner {
    display: none !important;
}

#wpcf7-f426-p10-o1 .wpcf7-response-output {
    margin: 12px 0 0;
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #e8e2d8;
}

#wpcf7-f426-p10-o1 .wpcf7-response-output.wpcf7-validation-errors {
    color: #b85450;
    border-color: #f5d6d5;
    background: #fef6f5;
}

#wpcf7-f426-p10-o1 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #3c763d;
    border-color: #d0e9c6;
    background: #f4faf0;
}

#wpcf7-f426-p10-o1 .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #b85450;
    margin-top: 6px;
}

@media (max-width: 480px) {
    #wpcf7-f426-p10-o1 .wpcf7-form p {
        flex-direction: column;
        border-radius: 20px;
        padding: 10px;
        background: transparent;
        border: none;
    }

    #wpcf7-f426-p10-o1 .wpcf7-form-control-wrap {
        width: 100%;
    }

    #wpcf7-f426-p10-o1 .wpcf7-email {
        background: #fff;
        border: 1px solid #e8e2d8;
        border-radius: 50px;
        margin-bottom: 10px;
        padding: 0 25px;
    }

    #wpcf7-f426-p10-o1 .wpcf7-submit {
        width: 100%;
        margin-left: 0;
        border-radius: 50px;
    }
}

/* ============ Category Hero Section ============ */
.tax-product_category .site.grid-container,
.single-products .site.grid-container,
.single-product .site.grid-container {
    max-width: 100%;
}

.hz-cat-archive,
.hz-sp-wrap {
    width: 100%;
}

.hz-cat-inner,
.hz-cat-header,
.hz-sp-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.hz-cat-hero,
.hz-sp-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hz-cat-hero-overlay,
.hz-sp-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 65, 35, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 1;
}

.hz-cat-hero-content,
.hz-sp-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}

.hz-cat-hero-content h1,
.hz-sp-hero-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.hz-cat-hero-content p,
.hz-sp-hero-content p {
    font-size: 16px;
    margin: 10px 0 0;
    color: #f8f8f8;
    line-height: 1.6;
}

@media (max-width: 768px) {

    .hz-cat-hero,
    .hz-sp-hero {
        min-height: 200px;
    }

    .hz-cat-hero-content h1,
    .hz-sp-hero-content h1 {
        font-size: 26px;
    }

    .hz-cat-hero-content p,
    .hz-sp-hero-content p {
        font-size: 15px;
    }
}