@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:visited{
    color: white;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}

p,
span {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

/*Header CSS*/
header {
    background: #fff;
}

.header-logo {
    width: 40%;
}

/* Banner Section */
.banner_sec {
    background: #F8F8F8;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* border-bottom: 2px solid; */
}
.banner_sec::after {
    content: "";
    background-image: url(../images/ellipse-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    width: 100px;
    height: 220px;
    background-size: 100%;
    bottom: -100px;
    right: 0px;
}
.banner_sec::before {
    content: "";
    background-image: url(../images/bg-vector.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 200px;
    height: 228px;
    z-index: 0;
    background-size: 100%;
}
.banner_sec .container {
    position: relative;
    z-index: 1;
}
.banner_sec .banner-content {
    padding: 130px 0;
    z-index: 1;
}
.banner_sec .banner_heading {
    font-size: 50px;
    font-weight: 700;
    color: #83B549;
    margin-bottom: 20px;
}
.banner_sec .banner_text, .banner_sec .banner_points {
    font-size: 18px;
    font-weight: 600;
    color: #121112;
    margin-bottom: 20px;
}
.banner_sec .banner_points {
    color: #83B549;
}
.banner_sec .banner-dwnld {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.banner_sec .banner-dwnld .download-btn {
    width: 140px;
    height: auto;
}
.banner_sec .banner-image-wrapper {
    position: relative;
}
.banner_sec .banner_img {
    position: absolute;
    top: -14px;
    max-width: 716px;
    right: 0;
    z-index: -1;
}

/* About Section */
.about_sec {
    background-color: #FFF;
    padding: 60px 0;
}
.about-image-wrapper {
    text-align: center;
    padding: 20px;
}
.about-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
}
.about-content {
    padding: 20px;
}
.about_subheading {
    font-size: 36px;
    font-weight: 700;
    color: #83B549;
    margin-bottom: 20px;
}
.about_heading {
    font-size: 40px;
    font-weight: 600;
    color: #121112;
    margin-bottom: 20px;
}
.about_text {
    font-size: 18px;
    font-weight: 400;
    color: #121112;
    margin-bottom: 30px;
}
.about-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.btn-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #83B549;
    padding: 7px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.btn-link:hover {
    color: #fff;
    background-color: #6A9C3D;
}

/* Service Section */
.service_sec {
    background-color: #84B548;
    padding: 60px 0;
}
.service_sec .service-content {
    padding: 100px 0 0;
}
.service_sec .service-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.service_sec .service-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #121112;
    margin-bottom: 20px;
}
.service_sec .service-content p {
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    max-width: 90%;
}
.service-blurb {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
}
.service-blurb .blurb-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.service-blurb .service-blurb-content {
    flex: 1;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}
.service-blurb .service-blurb-content:hover {
    transform: translateY(-5px);
}
.service-blurb .icon img {
    margin-bottom: 10px;
}
.service-blurb .blurb-text p {
    font-size: 14px;
    font-weight: 600;
    color: #121112;
    margin: 0;
}

/* Benefit Section */
.benefit_sec{
    padding: 60px 0 0;
}
.benefit_sec .benefit-content{
    text-align: center;
    padding-bottom: 40px;
}
.benefit_sec .benefit-content h3{
    font-size: 36px;
    font-weight: 700;
    color: #83B549;
    margin-bottom: 20px;
}
.benefit_sec .benefit-content h2{
    font-size: 40px;
    font-weight: 600;
    color: #121112;
    margin-bottom: 20px;
}
.benefit_sec .benefit-content p{
    font-weight: 400;
    color: #000000;
}
.benefit_sec .benefit-blurb .row .blurb-column{
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #E2E2E2;
    box-shadow: -1px 1px 2.5px 0px #00000029;
    border-radius: 20px;
}
.benefit-blurb .blurb-column .icon img{
    margin-bottom: 10px;
}
.benefit-blurb .blurb-column .blurb-title h4{
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.benefit-blurb .blurb-column .blurb-subtitle h5{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.benefit-blurb .blurb-column .blurb-text p{
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 10px;
}
.benefit-blurb .blurb-column .blurb-price{
    display: inline-flex;
    gap: 20px;
}
.benefit-blurb .blurb-column .blurb-price span{
    font-weight: 400;
    color: #5C5C5C;
}

/* Why Choose US Section */
.whychoose_section {
    padding: 60px 0 0;
}
.whychoose_section .text-center h2 {
    font-size: 36px;
    font-weight: 700;
    color: #83B549;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.whychoose_section .text-center h3 {
    font-size: 50px;
    font-weight: 600;
    color: #121112;
    margin-bottom: 20px;
}
.whychoose_section .whychoose {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
    background: #84B5481A;
    border-radius: 25px;
    border: 1px solid #84B548;
}
.whychoose_section .whychoose .sec1, 
.whychoose_section .whychoose .sec3 {
    flex: 1 1 30%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.whychoose_section .whychoose .sec2 {
    flex: 1 1 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -7em;
}
.whychoose_section .whychoose .sec1 .textcard {
    text-align: right;
}
.whychoose_section .whychoose .textcard img {
    width: 50px;
    margin-bottom: 20px;
}
.whychoose_section .whychoose .textcard p {
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 1.5;
}

/* How It Works Section */
.howitworks_section{
    padding: 60px 0 0;
}
.howitworks_section .title-section h2{
    font-size: 36px;
    font-weight: 700;
    color: #83B549;
    margin-bottom: 20px;
}
.howitworks_section .title-section h3{
    font-size: 40px;
    font-weight: 600;
    color: #121112;
    margin-bottom: 20px;
}
.howitworks_section .title-section p{
    font-weight: 400;
    color: #5C5C5C;
}
.howitworks_section .card-sec{
    margin-top: 40px;
}
.howitworks_section .howitworks-card .hiw-icon-grp {
    display: flex;
    align-items: center; 
}
.howitworks_section .howitworks-card .hiw-icon-grp::after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 20px;
    background-image: url(../images/arrow-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.card-section:last-child .hiw-icon-grp::after{
    content: none !important;
}
.howitworks_section .howitworks-card .hiw-icon {
    background-color: #83B549;
    width: 71px;
    height: 71px;
    padding: 14px 19px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    display: grid;
    align-items: center;
    justify-items: center;
}
.howitworks_section .howitworks-card .hiw-icon img{
    width: 85%;
}
.howitworks_section .howitworks-card .hiw-icon::after {
    content: attr(data-number);
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    color: #83B549;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.howitworks_section .howitworks-card .hiw-title h4{
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}
.howitworks_section .howitworks-card .hiw-text p{
    font-weight: 400;
    color: #5C5C5C;
}

/*Testimonial Section */
.testimonial-sec{
    padding: 60px 0 ;
}
.testimonial-sec .title-section{
    text-align: center;
}
.testimonial-sec .title-section .sec-title{
    font-size: 36px;
    font-weight: 700;
    color: #83B549;
}
.testimonial-sec .title-section .sec-subtitle{
    font-size: 50px;
    font-weight: 600;
    color: #121112;
}
.testimonial-sec .testimonial-card{
    background: #83B549;
    margin-top: 100px;
    max-height: 536px;
}.testimonial-card .testimonial-image{
    width: 100%;
    position: relative;
    text-align: center;
}
.testimonial-card .testimonial-image .mobile-img{
    position: relative;
    top: -55px;
}.testimonial-card .testimonial-image .qr-code{
    position: absolute;
    top: 6vw;
    left: 17vw;
    width: 40%;
}
.testimonial-card .testimonial-content{
    padding: 0 30px;
    position: relative;
}
.testimonial-content .text-content{
    padding: 150px 0 0;
}
.testimonial-content .text-content p{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.testimonial-content .text-content .p2{
    margin-top: 35px;
}
.testimonial-content .banner-dwnld{
    position: absolute;
    right: 3em;
    bottom: -7em;
    display: flex;
    flex-direction: column;
}
.testimonial-content .banner-dwnld .download-btn1{
    margin-bottom: 10px;
}

/* Footer CSS */
footer{
    background-color: #83B549;
}
.footerLogo{
    padding: 50px 0;
}
.footerLogo img {
    margin-bottom: 15px;
}
.footerLogo .footer-text{
    color: #fff;
    margin-bottom: 15px;
}
.footerLogo .footer-link{
    color: #fff;
    display: flex;
    flex-direction: column;
}
.footerLogo .footer-link a{
    margin-bottom: 10px;
    color: #fff;
}
.footerLogo .footer-link i{
    margin-right: 10px;
}
.footerNav{
    padding: 50px;
}
.footerNav h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footerNav ul{
    display: flex;
    flex-direction: column;
}
.footerNav ul li{
    margin-bottom: 10px;
}
.footerNav ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.footerNav ul li a:hover{
    color: #fff;
}
.footerSocial{
    padding: 50px;
}
.footerSocial h3{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
}
.footerSocial ul{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
}
.footerSocial ul li{
    margin-bottom: 10px;
}
.footerSocial ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.footerSocial ul li a:hover{
    color: #fff;
}
.copyright{
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}


/* Text Editor CSS */
article{
    padding: 60px 40px;
}
article p{
    font-size: 18px;
    font-weight: 500;
    color: #121112;
}
article h1{
    font-size: 36px;
    font-weight: 700;
    color: #6A9C3D;
}
article h2, article h3{
    font-size: 28px;
    font-weight: 700;
    color: black;
}
article h4{
    font-size: 26px;
    font-weight: 600;
    color: #121112;
}
article h5{
    font-size: 24px;
    font-weight: 600;
    color: #121112;
}
article ul, article ol{
    font-size: 20px;
    font-weight: 500;
    color: #121112;
}
article li{
    font-size: 16px;
    font-weight: 500;
    color: #121112;
    margin-left: 20px;
    margin-bottom: 10px;
    list-style-type: circle;
}
article a{
    color: #83B549;
}
article a:hover{
    color: #6A9C3D;
}
article footer{
    display: none;
}
#secondary{
    display: none;
}
/* Text Editor CSS End */

/* Contact form CSS */

/* General form styling */
.wpcf7-form {
    max-width: 600px; /* Adjusts the width of the form */
    margin: 0 auto; /* Centers the form */
    padding: 20px;
    background-color: #f7f8f1; /* Light background */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Label styling */
.wpcf7-form label {
    font-weight: 600; /* Bold labels */
    margin-bottom: 5px; /* Space below labels */
    display: block; /* Labels take full width */
}

/* Input styling */
.wpcf7-form-control {
    width: 100%; /* Full width for inputs */
    padding: 10px; /* Padding inside inputs */
    border-radius: 4px; /* Slightly rounded corners */
    margin-bottom: 15px;
    font-size: 16px;
}
.wpcf7-list-item{
    margin: 0 !important;
}
/* Checkbox styling */
.wpcf7-checkbox {
    margin-bottom: 15px; /* Space below checkbox group */
}

/* Signature field styling */
.wpcf7-form-control.wpcf7-signature {
    height: 100px; /* Height for signature area */
    border: 1px dashed #ccc; /* Dashed border for signature */
    margin-bottom: 15px; /* Space below signature */
}

/* Submit button styling */
.wpcf7-form-control.wpcf7-submit {
    background-color: #6A9C3D; /* Background color for submit button */
    color: #fff; /* Text color */
    border: none; /* No border */
    padding: 12px; /* Padding inside button */
    font-size: 18px; /* Font size */
    cursor: pointer; /* Pointer cursor */
    transition: background-color 0.3s; /* Transition for hover effect */
}

/* Submit button hover effect */
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #6A6451;
}
.wpcf7-form br {
    display: none; /* Hides all <br> elements in the form */
}

/* Responsive styling */
@media (max-width: 600px) {
    .wpcf7-form {
        padding: 15px; /* Reduced padding on smaller screens */
    }

    .wpcf7-form-control {
        font-size: 14px; /* Smaller font size */
    }

    .wpcf7-form-control.wpcf7-submit {
        font-size: 16px; /* Smaller button font size */
    }
}

