/* Menu */
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul li ul li a {
    padding: 6.5px 10px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
.header-6 .primary-header .primary-header-inner .header-menu-wrap ul li ul {
    overflow-y: scroll;
    max-height: 60vh;
}

/* Form */

.error {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: #f44336;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.success {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: #4caf50;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.form-message {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

.blog-contact-form.popup-enq-form {
    background-color: #ffffff;
    padding: 29px 30px;
}

.blog-contact-form.popup-enq-form .request-form .form-item .form-control {
    border: 1px solid #cacaca;
    padding: 12.5px 20px;
}

/* Product Listing */
.product-listing .product-price span {
    font-weight: bold;
    color: #4caf50;
}

.product-listing .bz-primary-btn {
    font-size: 14px;
    padding: 14px 13px;
}

.product-listing .post-card .read-more {
    font-size: 14px;
}

/* Product Price */
.price-widget-gradient {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    width: 100%;
    padding: 25px 30px;
    border-radius: 15px;

    background: linear-gradient(330deg, #43df59, #2E7D32);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);

    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
}

.price-widget-gradient:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.price-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.85;
    margin-bottom: 14px;
    line-height: 1;
}

.price-amount {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}