*{
    margin: 0;
    padding: 0;
    font-family: "Poppins";
}

.header{
    min-height: 100px;
    width: 100%;
        /* background-position: center; */
    position: right;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: right;
}
.header .ecoimg img{
    height: 50px;
    width: auto;
    padding-top: 28px;
}
.header .econova a{
    width: 50vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: left;
    padding: 20px 10px;
    font-family:  "segoe UI", serif;
    font-weight: 800;
    text-decoration: none;
    font-size: 50px;
    color: #48d44d;
}
nav{
    display: flex;
    padding: 2% 2%;
    justify-content: space-between;
    align-items: right;
    /* position: left; */
}
.nav-links{
    position: relative;
    display: flex;
    /* align-content: right; */
}

nav img{
    width: 150px;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 15px;
}
.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #48d44d;
    display: block;
    margin :auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.main{
    height: 100vh;
    width: 100%;
    background-image: url(tenweb_media_RFHDCHOH3.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.text-box{
    width: 100%;
    color: #48d44d;
    position: relative;
    /* top: 50%;
    left: 50%;
    text-align:center;
    transform: translate(-50%,-50%); */
    top: 20%;
    text-align: center;
}
.text-box h1{
font-size: 45px;
font-weight: 800;
/* color: black; */
}
.text-box p{
    margin: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    color: black;
}
.text-box .eco{
    /* margin: 10px 0 40px; */
    font-size: 14px;
    color: #48d44d;
    /* position: relative; */
    /* align-self: left; */
}
.text-box .h2{
    /* margin: 10px 0 40px; */
    font-size: 14px;
    color: black;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: black;
    /* border:1px solid black ; */
    border-radius: 55px;
    padding: 12px 25px;
    font-size: 13px ;
    background: transparent;
    position: relative;
    cursor: pointer;
    /* color: #48d44d; */
    background-color:#48d44d;
}
.hero-btn:hover{
    border: 1px solid #48d44d;
    background: #48d44d;
    transition: 1s;
}
.yellow {
    width: 150px;
}
.green{
    width: 150px;
}
.green:hover{
    border: 1px solid #48d44d;
    background: #48d44d;
    transition: 1s;
}
.yellow:hover{
  
    border: 1px solid 48d44d;
    background: #48d44d;
    transition: 1s;
}


.steps{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.steps h1{
    font-size: 36px;
    font-weight: 800;
}
.steps p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.steps-col{
    flex-basis: 31%;
    background: #97f088;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.steps-col:hover{
    box-shadow: 0 0 20px 0 rgb(183, 243, 171);
}
.steps-col h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}


.desp-items{
    width: 80%;
    margin: auto;
    text-align: center;
}
.desp-items h1{
    font-size: 45px;
    font-weight: 800;
}
.desp-items-col{
    flex-basis:32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.desp-items-col img{
    width: 100%;
    display: block;
}
.layer{
    background:transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(161, 245, 119, 0.7);;
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}



.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.testimonial-col{
    flex-basis: 44%;
    border-radius:10px ;
    margin-bottom: 5%;
    text-align: left;
    background-color: #8dfaa6;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.testimonial-col img{
    height: 40px;
    width: 40px;
    margin-left:5px ;
    margin-right:30px ;
    border-radius: 50%;
}
.testimonial-col p{
    padding: 0;
}
.testimonial-col h3{
    margin-top: 15px;
    text-align: left;
}




.contacts{
    height: 700px;
    display: flex;
}
.info{
    margin: 10px;
    border-radius: 12px;
    background: rgb(160, 241, 126);
    color: black;
    padding: 20px;
    width: 32%;
    position: relative;
    overflow: hidden;
}
.info h2{
    color: black;
    font-size: 26px;
    font-weight: 600;
    padding: 35px 0px 0px 35px;
}
.info p{
    color: black;
    padding:8px 35px ;
}
.data{
    margin-top: 100px;
}
.data p{
    color: black;
    margin: 30px 0px;
}
.c-icons{
    margin: 0px 20px 0 0;
    font-size: 20px;
    position: relative;
    top: 3px;
    fill: black;
}
.loc{
    display: flex;
    fill: black;
}



.info::before, .info::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1); /* Light transparent white */
    border-radius: 50%;
}

.info::before {
    width: 210px;
    height: 210px;
    bottom: -42px;
    right: -51px;
    background: #27722b69;
}

.info::after {
    width: 130px;
    height: 130px;
    bottom: 61px;
    right: 70px;
    background:#27722b69;
}

/* .social-cont{
    position: relative;
    bottom: -100px;
    margin: 20px;
    /* font-size:25px; */
    
/* }
.social-cont a{
    color: white;
    text-decoration: none;
    margin: 10px;
    border-radius: 20px;
    height: 20px ;
    width: 20px;
}
.social-cont a:hover{
    color: black;
    background: white;
}  */


.social-icons {
    position: relative;
    bottom: -88px;
    left: 30px;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.129); /* Transparent white */
    border-radius: 50%; /* Circular shape */
    transition: background-color 0.3s, transform 0.3s;
    position: relative;
    fill: black;
}

.icon ion-icon {
    font-size: 20px;
    color: black; /* White icons */
    transition: transform 0.3s;
    fill: black;
}

.icon:hover {
    background-color: white;
    transform: scale(1.1);
    color: black;
}

.icon:hover ion-icon {
    transform: scale(1.1);
    color: black;
}




.cont-form{
    margin: 28px 0 0 70px;
}
.form-group{
    display: flex;
    gap: 50px;
}

.input-box label {
    display: block;
    position: relative;
    left: 45px;
    top: 40px;
    margin-bottom: 5px;
    font-size: 15px;
    color: grey;
    transition: transform 0.3s ease-in-out;
    cursor: text;
}
.input-box input{
    border:none;
    border-bottom: 2px solid rgb(165, 165, 165);
    outline: none;
    margin: 0px 20px 20px 45px;    width: 100%;
    padding: 10px;
    font-size: 15px;
}
.input-box input:focus{
    border-bottom: 2px solid black;
}
.input-box:focus-within label {
    color: black; /* Label changes color when input is focused */
    transform: translateY(-30px);
}


#sbj{
    font-weight: 600;
    font-size: 15px;
    margin:10px 0 10px 40px ;
}
.sbj-rdo{
    display: flex;
    flex-direction: column;
}
.radio-group{
    margin:10px 0 10px 40px ;
}
.radio-group label{
    font-size: 16px;
    margin: 0 16px 0 0;
}
/* Hide the default radio button */
input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    background: rgb(215, 215, 215);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    top: 2px;
    margin-right: 4px;
}

/* When checked, change border color */
input[type="radio"]:checked {
    background: black;
}

input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 7px;
    border: 2px solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px;
    left: 6px;
}

.message{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 40px;

}
.message textarea{
    border: none;
    border-bottom: 2px solid black;
    font-size: 18px;
    margin-top: 20px;
}
.message textarea:focus{
    border: none;
}
.msg-send{
    width: 250px;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    background: rgb(2, 111, 22);
    color: rgb(12, 12, 12);
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    right: -420px;
    top: 30px;
}
.arrow{
    width: 364px;
    position: relative;
    right: -166px;
    bottom: -27px;
    height: 170px;
}

.steps-col li{
    text-align: left;
    margin-left: 20px;
}
footer {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.contact-item {
    max-width: 200px;
    text-align: left;
}

.icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

h3 {
    font-size: 1.2em;
    color: #000;
    font-weight: bold;
}

p {
    color: #666;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    margin: 0 15px;
    color: #2a9d8f;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 20px;
}

.footer-bottom p {
    color: #666;
}

.terms-links a {
    margin: 0 10px;
    color: #2a9d8f;
    text-decoration: none;
}

.goals{
    height: 800px;
    width: 100%;
    /* margin: 25px; */
    padding: 50px;
    background-color: white;
}
.container2 .steps-col{
    flex-basis: 31%;
    background: #97f088;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.container .row{
    flex-basis:32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.goals .container2 h1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
}
.row .desp-items-col img{
    width: 100%;
    display: block;
}
.row .desp-items-col{
    width: 80%;
    margin: auto;
    text-align: center;
}
.row .desp-items-col p{
    color: #000;
    top: 100px;
}
.para{
    margin: 50px;
    /* padding: 50px; */
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}