/* @media screen and (max-width:668px){
.elementor-754 .elementor-element.elementor-element-a893c8f:not(.elementor-motion-effects-element-type-background), .elementor-754 .elementor-element.elementor-element-a893c8f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    min-height: 144px;
}
} */


.custom-offer-sec h2 {
    font-size: 35px;
    font-weight: 600;
    /* color: #000000; */
    color: #0a3d2c;
}

.custom-offer-sec p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 420px;
    margin: 0 auto 20px;
}

.custom-offer-sec .btn {
    font-size: 18px;
    font-weight: 600;
    background-color: #2F7A45;
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    border-radius: 100px 100px 100px 100px;
    padding: 13px 60px 13px 60px;
}
.custom-offer-sec {
    background-color: rgb(229 228 228) !important;
}
.custom-offer-sec a:hover{
    text-decoration: none;
}



@media screen and (max-width:668px) {
        .custom-offer-sec h2 {
            font-size: 30px;
        }
}

#mobileToggler {
    border: unset;
    box-shadow: unset;
}



/*  */

   .product-card {
            background: #eff8f1;
            border-radius: 16px;
            padding: 20px;
            text-align: left;
            position: relative;
            transition: transform 0.2s ease-in-out;
        }
        .product-card:hover {
            transform: translateY(-4px);
        }

     .product-card img {
    width: 100%;
    height: 210px;        
    object-fit: cover;
    border-radius: 10px;
        max-height: 200px;
}

        /* PRICE BADGE */
        .product-price {
            background: #2F7A45;   
            color: #fff;
            padding: 7px 15px;
            border-radius: 0 0 0 12px;
            position: absolute;
            top: 0;
            right: 0;
            font-weight: bold;
            font-size: 14px;
        }

        .product-title {
            font-weight: 700;
            margin-top: 15px;
            color: #2F7A45;
            font-size: 1.1rem;
        }

        .product-desc {
            font-size: 0.95rem;
            color: #444;
            margin-top: 8px;
        }
        @media (max-width: 768px) {
    .product-card img {
        height: auto;     
        object-fit: contain;
    }
}



.artificial-grass-section.py-5 .grass-card-wrapper .grass-card img {
    height: 205px;
}
@media screen  and (max-width:668px) {
    .wpcf7-list-item.first.last label input{
        margin:0px !important;
    } 
    .elementor-shortcode .row.g-4.justify-content-center .product-card a.product-link img{
        margin:20px 0px 20px 0px !important;
    }
    .elementor-shortcode .artificial-grass-section.py-5 {
        margin-bottom: -35px;
        object-fit: cover;
    }
    .product-card img {
        min-height: 125px;
    }
    .custom-cf7-box input[type="submit"] {
        margin-top: 65px;
    }
    .custom-cf7-box {
        height: 750px !important;
    }
    .custom-cf7-box p {
            height: 95px;
    }

}

.contact-item {
    font-size: 14px !important;
}

div.wpcf7-response-output {
        display: inline;
    border-color: snow !important;
}

/* 22-12-2025 */