.hero-section {
    text-align: center;
    letter-spacing: 0%;
    color: white;
    position: relative;
    z-index: 1;
    margin-top: 200px;
}

.title-section h1 {
    font-family: Poppins, sans-serif;
    font-size: 58px;
    line-height: 1.3;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.homeFooter-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 15px;
}
.homeFooter {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: white;
    padding: 40px 0 10px 0;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.button-container {
    display: flex;
    justify-content:center;
    gap: 25px; 
    margin-top: 20px; 
}
.btn-free-trial {
    background: linear-gradient(90deg, #9bbe2c 0%, #192304 100%) !important;
    color: #fff;
}

    .btn-free-trial:hover {
        background-color: #218838; 
    }

.btn-get-demo {
    background: transparent;
    color: white;
    padding: 12px 40px;
    border: 1px solid white;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}

    .btn-get-demo:hover {
        background-color: none!important;
    }
.footer-logo1 {
    height: 60px;
    transition: filter 0.3s ease;
}
.homeFooter-logo a:last-child img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(0%) hue-rotate(179deg) brightness(91%) contrast(83%);
}
.title-section p {
    max-width:700px;
    margin: 0 auto;
    text-align: center;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
}

.benefits-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.proof-title{
    margin-top:70px!important;
}
.section-item {
    text-align: center;
    width: 150px;
}
.home-problem {
    margin-top: 150px;
    position: relative;
    background-color:none;
    overflow: hidden;
}

.home-prb{
    margin-top:60px!important;
}
.solution-title {
    text-align: center;
    margin-bottom: 30px !important;
    font-size: 40px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.4;
    letter-spacing: 1.4px;
}
    .solution-title span {
        color: #9bbe2c;
    }
.solutionList-item {
    margin-bottom: 10px;
}

.solution-icon {
    font-size: 30px!important;
    color: #b4ff3cb7;
    line-height:160%!important;
    flex-shrink: 0;
}
.section-item h3 {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
    margin: 0;
    background: linear-gradient(to right, rgba(155, 190, 44, 1), rgba(155, 190, 44, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section-item h4 {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    margin: 0;
}


.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 900px) {
    .title-section h1 {
        font-size: 55px;
        line-height: 1.4;
    }
    .marginTop{
        margin-top:85px!important;
    }
    .benefits-section {
        gap: 20px;
    }

    .section-item {
        width: 140px;
    }

    .title-section p {
        max-width: 700px;
        font-size: 17px;

    }

}

@media only screen and (max-width: 760px) {
    .title-section h1 {
        font-size: 50px;
        line-height: 1.3;
        max-width: 700px;
        text-align: center;
    }
    .homeFooter-logo {
        gap: 20px;
    }
    .footer-logo1 {
        height: 35px;
    }
    .homeFooter{
        margin-top:50px;
    }
    .title-section p {
        max-width: 600px;
        font-size: 16px;
    }

    .benefits-section {
        gap: 15px;
    }

    .section-item {
        width: 120px;
    }
}
.home-prb1{
    margin-top:40px;
}
.margin-top1{
    margin-top:70px;
}
.aboutBanner h3 span {
    color: #9bbe2c;
}
@media only screen and (max-width: 675px) {
    .title-section h1 {
        font-size: 45px;
        line-height: 1.2;
        max-width: 600px;
    }
    .solution-title{
        font-size:24px;
        margin-top:15px;
    }
    .title-section p {
        max-width: 450px;
        font-size: 14px;
    }

    .benefits-section {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 16px;
        column-gap: 0;
        max-width: 350px;
        margin: 0 auto;
    }

    .section-item {
        width: 48%;
        min-width: unset;
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .title-section h1 {
        font-size: 37px;
        max-width: 550px;
    }

    .title-section p {
        max-width: 400px;
        font-size: 13px;
    }

}

@media only screen and (max-width: 500px) {
    .title-section h1 {
        font-size: 30px;
        max-width: 500px;
        margin-bottom:30px;
    }

    .title-section p {
        max-width: 300px;
        font-size: 16px;
    }

    .benefits-section {
        max-width: 300px;
    }

    .section-item {
        width: 40%;
    }


    .hero-section{
        margin-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .title-section h1 {
        font-size: 25px;
        max-width: 400px;
    }

    .benefits-section {
        justify-content: center;
        gap:20px;
    }

    .section-item {
        width: 40%;
    }

    .section-item h3{
        font-size: 25px;
    }

    .section-item h4{
        font-size: 14px;
    }

}

@media only screen and (max-width: 370px) {
    .title-section h1 {
        font-size: 20px;
        max-width: 300px;
    }

    .title-section p {
        max-width: 240px;
        font-size: 10px;
    }

  .section-item h4{
        font-size: 10px;
    }


}