
.header-match {
    display: grid;
    grid-template-columns: 250px 1fr;
    width: 100%;
    position: relative;
    background: #0A3D2C;
}

.logo-side {
    background: #2F7A45;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
}

.logo-link {
    text-decoration: none;
    text-align: center;
    color: white;
}

img.logo-img {
    width: 100px;
    height: 100px;
}

.content-side {
    display: flex;
    flex-direction: column;
}

.contact-bar {
    background: white;
    color: #333;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 15px;
    right: 12px;
    border-radius: 45px 0px 0px 45px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 10px 10px;
    border-right: 1px solid #ccc;
    height: 100%;
}

.contact-item:last-child {
    border-right: none;
}

.cl-green {
    color: #2F7A45;
}

.main-nav {
    padding: 0;
}

.navbar .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 15px 15px;
}

.navbar .nav-link:hover {
    color: #2F7A45 !important;
}

@media (max-width: 991px) {

    .header-match {
        display: block;
        background: #0A3D2C;
    }

    .mobile-icons {
        text-align: center;
        padding: 10px 0;
        background: #0A3D2C;
    }

    .mobile-icons i {
        color: #fff;
        cursor: pointer;
        margin: 0 15px;
        font-size: 22px;
        transition: 0.3s;
    }

    .mobile-icons i:hover {
        transform: scale(1.2);
        color: #2F7A45;
    }

    .navbar {
        background: #2F7A45 !important;
        display: flex;
        align-items: center;
        padding: 10px 15px;
    }

    .navbar-brand .logo-img {
        width: 80px;
        height: 80px;
    }

    .navbar-toggler {
        margin-left: auto;
        border-color: rgba(255, 255, 255, 0.5);
    }


    .navbar-nav {
        background: #2F7A45;
        padding: 10px 0;
    }

    .navbar-nav .nav-link {
        color: #fff;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .content-side {
        display: none !important;
    }

    .contact-bar {
        display: none;
    }
}



/* footer-css */
.footer-section {
    background: #2E4451;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* LOGO */
.footer-logo {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

/* TITLES */
.footer-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-links a:hover {
    color: #ffffff;
}

/* FOLLOW US */
.footer-follow {
    font-size: 16px;
    font-weight: 500;
}

/* SOCIAL ICONS */
.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f3a44;
    font-size: 20px;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #cde6d8;
    color: #0A3D2C;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .footer-logo {
        font-size: 26px;
    }
    .footer-title {
        margin-top: 10px;
    }
    .footer-social {
        justify-content: center !important;
    }
}


/* slider css */
.artificial-grass-section {
    background: #ffffff;
}
.grass-icons {
    font-size: 17px;
    font-weight: 700;
}
.section-title {
    font-size: 50px;
    font-weight: 700;
    color:#2F7A45;
}

.grass-card {
    background: #FBFDEF;
    border-radius: 22px;
    padding: 25px;
    position: relative;
    transition: 0.3s;
}

.grass-card:hover {
    transform: translateY(-5px);
}

.active-card {
    border: 2px solid #0A3D2C;
}

.grass-img {
    width: 100%;
    border-radius: 15px;
}

/* .price-badge {
position: absolute;
    top: 237px;
    left: 20px;
    background: white;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    line-height: 1.1;
    color: black;
    padding: 15px;
} */

.price-badge {
      position: absolute;
    top: 0;
    /* left: 20px; */
    right: 0;
    background: white;
    /* width: 100px; */
    /* height: 100px; */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    /* font-size: 14px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    line-height: 1.1;
    color: black;
    padding: 15px 30px 15px 30px;
    border-radius: 0px 15px 0px 15px;
}


.price-badge.dark {
    background: #0A3D2C;
    color: white;
}

.price-badge span {
    font-size: 15px;
    margin-left: 3px;
}

.grass-title {
    color: #0A3D2C;
    font-size: 26px;
    font-weight: 700;
}

.grass-info {
    color: #2F7A45;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: 700;
}

.grass-info li {
    font-size: 18px;
    margin-bottom: 6px;
}

.grass-info i {
    margin-right: 5px;
}

.grass-track {
    display: flex;
    /* gap: 25px; */
    gap: 13px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 25px;
}

.grass-track::-webkit-scrollbar {
    display: none;
}

.grass-card-wrapper {
    flex: 0 0 calc(33.33% - 10px);
}
@media(max-width:1024px){
    /* .price-badge {
    top: 185px;
} */
}
/* tablet */
@media (max-width: 992px) {
    .grass-card-wrapper {
        flex: 0 0 calc(50% - 10px);
    }
}

/* mobile */
@media (max-width: 576px) {
    .grass-card-wrapper {
        flex: 0 0 100%;
    }
    /* .price-badge {
    position: absolute;
    top: 240px;
    left: 202px;
    background: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    line-height: 1.1;} */
}

/* Arrows */
.carousel-arrow {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 10px;
}

.arrow-btn i {
    font-size: 40px;
    cursor: pointer;
    color: #000;
    transition: 0.3s;
}

.arrow-btn i:hover {
    transform: scale(1.1);
    color: #2F7A45;
}
/* 
vedio css */


.video-slider-container {
    width: 100%;
    overflow: hidden;
}

.video-track {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.video-item {
    flex: 0 0 auto;
    width: 412px;
    height: 384px;
}

.video-wrapper {
    position: relative;
    width: 412px;
    height: 384px;
    border-radius: 15px;
    overflow: hidden;
}

.video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    position: absolute;
    inset: 0;
    border: none;
}

.play-btn {
    width: 70px;
    height: 70px;
    background: url("https://leadforest.net/grassforyou/wp-content/uploads/2025/12/play.png") center/cover no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.carousel-arrow .arrow-btn {
    cursor: pointer;
    font-size: 40px;
    color: #333;
}

.video-slider-container .video-wrapper img {
    height: 100% !important;
}

/* form css */
.custom-cf7-box {
  background-color: #2d693a;
  padding: 2rem 2.5rem;
  border-radius: 15px;
  color: white;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  margin: 0 auto;
}

.form-title {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.form-input {
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 20px;
  border: 1px solid #9eb999;
  background-color: transparent;
  color: white;
  font-size: 0.9rem;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-input::placeholder {
  color: #d1e5cc;
  font-style: italic;
}

.form-input:focus {
  border-color: #9bd57f;
  background-color: rgba(255 255 255 / 0.1);
}

.privacy-text {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 1.8rem;
  text-align: center;
  line-height: 1.3;
}

.privacy-link {
  color: #9bd57f;
  text-decoration: underline;
}

.submit-button {
  width: 100%;
  background-color: white !important;
  color: #2d693a !important;
  font-weight: 600;
  padding: 0.8rem 0;
  border-radius: 50px;
  border: none !important;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.submit-button:hover {
  background-color: #9bd57f !important;
  color: #2d693a !important;
}




/* --- Main Green Box --- */
.custom-cf7-box {
    background: #2F7A45; /* green box */
    padding: 40px 30px;
    border-radius: 25px;
    /* max-width: 450px; */
    margin: 0 auto;
    color: #fff;
    text-align: left;
    font-family: "Inter", sans-serif;
}

/* Heading */
.custom-cf7-box h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
}

/* Label Style */
.custom-cf7-box label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Input / Email / Textarea */
.custom-cf7-box input[type="text"],
.custom-cf7-box input[type="email"],
.custom-cf7-box textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    outline: none;
    margin-bottom: 20px;
}

/* Placeholder */
.custom-cf7-box input::placeholder,
.custom-cf7-box textarea::placeholder {
    color: #f0f0f0;
}

/* Privacy Text */
.custom-cf7-box .privacy-text {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

.custom-cf7-box .privacy-text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

/* Submit Button Wrapper */
.custom-cf7-box .submit-wrap {
    text-align: center;
}

/* Button */
.custom-cf7-box input[type="submit"] {
    background: #fff;
    color: #2F7A45;
    border: none;
    padding: 20px 40px 20px 40px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    width: auto;
    transition: 0.3s;
}

/* Button Hover */
.custom-cf7-box input[type="submit"]:hover {
    background: #f5f5f5;
}

.custom-cf7-box input[type="text"], .custom-cf7-box input[type="email"], .custom-cf7-box textarea {
    margin-bottom: 0px !important;
}
.custom-cf7-box {
        height: 680px !important;
}
/* .wpcf7-response-output {
    display: none !important;
} */

/* prices code */
.prijzen-section {
    background: #ffffff;
}

.prijzen-btn-1 {
    background: #2F7A45 !important;
    color: #fff !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    border: none !important;
    transition: 0.3s !important;
}

.prijzen-btn-1:hover {
    background: #2F7A45 !important;
    color: #fff !important;
}

.prijzen-btn-2 {
    border: 2px solid #2F7A45 !important;
    color: #2F7A45 !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    background: transparent !important;
    transition: 0.3s !important;
}

.prijzen-btn-2:hover {
    background: #2D7A42 !important;
    color: #fff !important;
}
p.prijzen-p {
    font-size: 24px;
    line-height: 150%;
}
@media (max-width: 576px) {
    .prijzen-section p {
        padding: 0 10px;
    }
}

/* for cards css */
/* Card Wrapper */
.grass-card {
    border: 2px solid #2F7A45;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.grass-img-wrapper {
    position: relative;
    background: #F1F5F8;
    padding: 20px;
}

.grass-img {
    width: 100%;
    border-radius: 10px;
}

.fav-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fav-btn i {
    font-size: 18px;
    color: #2F7A45;
}

.grass-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.grass-price {
    font-size: 16px;
    font-weight: 600;
    color: #2F7A45;
}

.grass-features i {
    color: #2F7A45;
    margin-right: 5px;
}

.offer-btn {
    background: #2F7A45 !important;
    color: #fff !important;
    border-radius: 25px !important;
    padding: 8px 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.info-btn {
    border: 2px solid #2F7A45 !important;
    background: transparent !important;
    color: #2F7A45 !important;
    border-radius: 25px !important;
    padding: 8px 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.icon-row i {
    color: #2F7A45;
    margin-right: 4px;
}

@media (max-width: 576px) {
    .grass-card {
        border-radius: 16px;
    }
    .grass-title {
        font-size: 16px;
    }
    .offer-btn, .info-btn {
        font-size: 14px;
    }
}




.faq-accordion {
  max-width: 900px;
  margin: auto;
  font-family: "Inter", sans-serif;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq-question {
width: 100%;
    padding: 22px 28px;
    border: none;
    background: #eff8f1;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.faq-item.active .faq-question {
  background: #2D7C44; /* green from screenshot */
  color: #ffffff;
}

.faq-icon {
  font-size: 22px;
  transition: transform .3s;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 28px;
  font-size: 16px;
  line-height: 26px;
  transition: max-height .3s ease;
}

.faq-item.active .faq-answer {
  padding: 20px 28px;
  max-height: 500px;
  background: #2D7C44;
  color: #ffffff;
}


@media (max-width: 992px) {
  .elementor-491 .elementor-element.elementor-element-c147737 .elementor-heading-title {
color: #fff !important;
}
}

.collapse.navbar-collapse.justify-content-center ul li a {
    font-size: 16px;
    font-weight: 600;
}

/* 
contact us  */
/* FORM WRAPPER CARD */
.cf7-wrapper {
    max-width: 700px;
    padding: 40px 40px 0px 40px;
    background: #fff;
    border-radius: 12px;
}

/* HEADING */
.cf7-heading {
    text-align: center;
    color: #2F7A45;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
}

/* TWO COLUMN LAYOUT */
.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    flex: 1;
}

/* INPUT STYLING */
.cf7-input,
.cf7-wrapper select,
.cf7-textarea {
    width: 100% !important;
    padding: 12px 14px;
    border: 1px solid #c5d7c2;
    border-radius: 6px;
    font-size: 15px;
}

/* TEXTAREA */
.cf7-textarea {
    height: 120px;
}

/* LABEL */
.cf7-wrapper label {
    font-weight: 500;
    color: #2F7A45;
    display: block;
    margin-bottom: 10px;
}

/* SUBMIT BUTTON */
.cf7-submit {
    background: #2F7A45 !important;
    color: white !important;
    padding: 14px 26px !important;
    border-radius: 30px !important;
    border: none !important;
    font-size: 16px !important;
    cursor: pointer;
}

.cf7-submit:hover {
    background: #2F7A45 !important;
}

/* PRIVACY TEXT */
.privacy-text {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 20px;
    color: #576675;
}

/* BUTTON WRAP CENTER */
.cf7-btn-wrap {
    text-align: center;
    margin-top: 20px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 600px) {
    .cf7-row {
        flex-direction: column;
    }
}

span.wpcf7-spinner {
    display: block !important;
    margin: auto !important;
}

@media (max-width:480px){
    .cf7-submit{
        font-size:10px !important ;
    }
}


/* .artificial-grass-section.py-5 .grass-card-wrapper .grass-card img {
    min-height: 305px;
} */


.contact-item a { color: #333; text-decoration: none}

/* image section  */

.grass-img-wrapper img {
    height: 250px !important;
}

/* single product list css */
    .product-title {
    font-weight: 700;
    color: #1f1f1f;
}

.product-image-box img {
    transition: 0.4s ease;
}
.product-image-box img:hover {
    transform: scale(1.05);
}

.extra-info,
.spec-box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    transition: 0.3s ease;
}
.extra-info:hover,
.spec-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.custom-list {
    padding-left: 18px;
}
.custom-list li {
    margin-bottom: 6px;
}

.bounce-btn {
    transition: 0.3s ease;
}
.bounce-btn:hover {
    transform: translateY(-3px) scale(1.02);
}

.fade-in {
    opacity: 0;
    animation: fadeIn 0.7s forwards;
}
.fade-in-delay {
    opacity: 0;
    animation: fadeIn 0.9s forwards;
}
.fade-in-delay2 {
    opacity: 0;
    animation: fadeIn 1.1s forwards;
}
.fade-in-delay3 {
    opacity: 0;
    animation: fadeIn 1.3s forwards;
}

.slide-down {
    opacity: 0;
    animation: slideDown 0.9s forwards;
}

.slide-left {
    opacity: 0;
    animation: slideLeft 0.8s forwards;
}

.zoom-in {
    opacity: 0;
    animation: zoomIn 1s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(25px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 576px) {
    .product-title {
        font-size: 1.5rem;
    }
}
.text-green {
    color: #2F7A45 !important;
}

.product-title {
    font-weight: 700;
    color: #1F1F1F;
}

.info-box,
.spec-box {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    transition: 0.3s ease;
}

.info-box:hover,
.spec-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.custom-list {
    padding-left: 20px;
}
.custom-list li {
    margin-bottom: 6px;
}

.bounce-btn {
    background-color: #2F7A45;
    border: 1px solid #2F7A45;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    transition: 0.3s ease;
}
.bounce-btn:hover {
    background-color: #256638;
    border-color: #256638;
}

.contact-number i {
    color: #2F7A45 !important;
}

.product-image img {
    transition: 0.3s ease;
}
.product-image img:hover {
    transform: scale(1.03);
}

/* product-single page  */
a.btn.btn-primaryy {
    background: #2F7A45;
    color: white;
    border-radius: 50px;
}
a.btn.btn-outline-primaryy
 {
    border-radius: 50px;
    color: #2F7A45;
    border: 2px solid #2F7A45;
}

.product-desc .font-bold {
    font-size: 20px;
    color: black;
    font-weight: 700;
}
.product-desc .list-disc {
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.extra-information {
    font-weight: 400;
    color: #444444;
}


@media screen and (min-width: 992px) {
    .elementor-element.elementor-element-6e02c53.e-grid.e-con-full.e-con.e-child {
        height: 70px;
    }    
}

/* slider prices css */
.grass-divider {
    display: flex;
    justify-content: space-between;
}

.grass-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.grass-icons > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.icon-row {
    display: flex;
    gap: 4px;
}
.custom-cf7-box p {
    height: 100px;
}


@media screen and (max-width: 668px) {
    .navbar .nav-link:hover { 
        color: unset !important;
    }
    /* .price-badge {
        left: 25px;
    }    */
    .custom-cf7-box .privacy-text {
        font-size:17px;
    }
    .custom-cf7-box input[type="submit"] {
        font-size: 16px;
    }
    .artificial-grass-section.py-5 .grass-card-wrapper .grass-card img{
        height: 335px;
    }

 
}

.contact-bar {
    display: flex;
    gap: 25px; 
}

.contact-item {
    display: flex;
    align-items: center;  
    gap: 8px;             
    font-size: 16px;
}

.contact-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
	font-size: 17px;
}
.contact-item.time {
	gap:0px !important;
}

/* 
@media screen and (max-width:668px){
.elementor-heading-title.elementor-size-default {

margin-top:70px !important;
}
} */

.submit-wrap {
    margin-top: 40px;
}


body:not(.rtl) .elementor-491 .elementor-element.elementor-element-999242e {
     /* left: 142px; */
    top: 10px;
    right:0 !important;
}
body:not(.rtl) .elementor-491 .elementor-element.elementor-element-8c0984f {
    /* left: 141px; */
    right:0 !important;
}

body:not(.rtl) .elementor-491 .elementor-element.elementor-element-1daf8bb {
    /* left: 203px; */
    right: 0 !important;
}