#hero {
    padding: 50px 0;
}
#hero .row {
    align-items: center;
}
#hero .header h1 {
    color: #333;
    font-family: Inter;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.47px;
    margin: 0;
}
#hero .header h1 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.47px;
}
#hero .content p {
    color: #585858;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#hero .content .click {
    display: flex;
    margin-top: 40px;
}
@media(max-width: 1600px){
    #hero .header h1 {
        font-size: 40px;
        line-height: 54px;
    }
    #hero .header h1 strong {
        font-size: 40px;
        line-height: 54px;
    }
}
@media (max-width: 576px) {
    #hero .content .click {
        flex-direction: column;
    }
}
#hero .content .click .btn:first-of-type {
    margin-right: 15px;
}
@media (max-width: 576px) {
    #hero .content .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}
#hero .slick-slide {
    margin: 0 10px;
}
@media (max-width: 576px) {
    #hero .slick-slide {
        margin: 0;
    }
}
#hero .wrap {
    position: relative;
}
#hero .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1620/496;
    border-radius: 5px;
}
@media (max-width: 991px) {
    #hero .wrap img {
        aspect-ratio: auto;
        min-height: 300px;
        object-position: center;
    }
}
@media (max-width: 576px) {
    #hero .wrap img {
        height: 190px;
        min-height: 100%;
    }
}
#hero .wrap .text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    max-width: 334px;
}
@media (max-width: 767px) {
    #hero .wrap .text {
        display: none;
    }
}
#hero .wrap .text p {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}

#stats {
    padding: 50px 0;
    background: #F8F8F8;
}
#stats .inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
#stats .inner .content p {
    color: #67943B;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 0;
    display: flex;
    align-items: center;
}
#stats .inner .content p strong {
    color: #1A1A1A;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-right: 20px;
}

#build {
    padding: 50px 0;
}
#build .content {
    max-width: 380px;
}
@media (max-width: 1200px) {
    #build .content {
        max-width: 100%;
    }
}
#build .content h2 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#build .content h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#build .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#build .content .click {
    margin-top: 40px;
}
#build .wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
@media (max-width: 767px) {
    #build .wrap {
        flex-direction: column;
    }
}
#build .wrap .left,
#build .wrap .right {
    width: 49%;
}
@media (max-width: 767px) {
    #build .wrap .left,
    #build .wrap .right {
        width: 100%;
    }
}
#build .wrap .left img {
    width: auto;
    height: 100%;
    max-height: 616px;
    aspect-ratio: 465/616;
    object-fit: cover;
    border-radius: 5px;
    display: block;
    margin-left: auto;
}
@media (max-width: 1200px) {
    #build .wrap .left img {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #build .wrap .left img {
        margin: 0 auto 30px;
    }
}
#build .wrap .right {
    display: flex;
    flex-direction: column;
}
#build .wrap .right img {
    width: 100%;
    height: auto;
    aspect-ratio: 507/337;
    max-width: 507px;
}
@media (max-width: 767px) {
    #build .wrap .right img {
        margin: 0 auto;
    }
}
#build .wrap .right .content {
    margin-top: 30px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#build .wrap .right .content h3 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.27px;
}
#build .wrap .right .content .click .btn {
    width: fit-content;
}

#simulatorTypes {
    background: #F8F8F8;
    padding: 100px 0 0;
}
#simulatorTypes .header {
    margin: 0 auto 100px;
    max-width: 800px;
}
#simulatorTypes .header h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#simulatorTypes .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#simulatorTypes .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#simulatorTypes .slick-slide {
    margin: 0 10px;
}
#simulatorTypes .wrap {
    width: 100%;
    max-width: 511px;
    margin: 0 auto;
    display: block!important;
}
#simulatorTypes .wrap img {
    width: 100%;
    aspect-ratio: 511/380;
}
#simulatorTypes .wrap .header {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    #simulatorTypes .wrap .header {
        flex-direction: column;
    }
}
#simulatorTypes .wrap .header h3 {
    color: #000;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
    margin: 0;
}
@media (max-width: 991px) {
    #simulatorTypes .wrap .header h3 {
        margin-bottom: 20px;
    }
}
#simulatorTypes .wrap .header .btn {
    width: fit-content;
    min-width: 0;
}


#why {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}
#why .header {
    margin-bottom: 100px;
}
#why .header h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#why .header h2 strong {
    color: #A0D46D;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#why .header p {
    color: #D9D9D9;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
#why .slick-slide {
    margin: 0 10px;
}
#why .wrap {
    border-radius: 2px;
    border: 1px solid #000;
    background: #FFF;
    padding: 50px 30px;
}
#why .wrap img {
    margin: 0 auto 20px;
}
#why .wrap h3 {
    color: #67943B;
    text-align: center;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
}
#why .wrap p {
    margin: 0;
    color: #020202;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    text-transform: capitalize;
}

#featuredProjects {
    padding: 50px 0;
}
#featuredProjects .row {
    align-items: center;
}
#featuredProjects .header h2 {
    color: #000;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#featuredProjects .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#featuredProjects .header p {
    color: #585858;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#featuredProjects .click {
    margin-left: auto;
    display: block;
    width: fit-content;
}
@media (max-width: 1200px) {
    #featuredProjects .click {
        margin: 0;
    }
}

#featuredProjects .slick-slide {
    margin: 0 10px;
}
#featuredProjects .wrap {
    height: 100%;
    min-height: 572px;
    background-size: cover;
    background-position-y: center;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: end;
}
@media (max-width: 576px) {
    #featuredProjects .wrap {
        padding: 15px;
    }
}
#featuredProjects .wrap .inner {
    border-radius: 20px;
    background: #FFF;
    width: fit-content;
    max-width: 600px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 75px;
    margin-left: auto;
}
@media (max-width: 767px) {
    #featuredProjects .wrap .inner {
        padding: 50px 15px;
    }
}
#featuredProjects .wrap .inner h3 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
}
#featuredProjects .wrap .inner p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#featuredProjects .wrap .inner p:first-of-type {
    color: #67943B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}
#featuredProjects .wrap .inner .click {
    margin-left: 0;
}


#highlights {
    padding: 100px 0;
    background: #F8F8F8;
}
#highlights .header {
    max-width: 800px;
    margin: 0 auto 100px;
}
#highlights .header h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#highlights .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#highlights .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#highlights .slider .slick-slide {
    margin: 0 10px;
}
#highlights .slider .wrap {
    max-width: 363px;
    margin: 0 auto;
    display: block;
}
#highlights .slider .wrap img {
    height: auto;
    aspect-ratio: 363/356;
    object-fit: cover;
}
#highlights .slider .wrap .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#highlights .slider .wrap .header h3 {
    color: #000;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
    margin: 0;
}
#highlights .slider .wrap .header .btn {
    min-width: 0;
    width: fit-content;
}


#process {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}
#process .content {
    max-width: 445px;
}
@media (max-width: 1200px) {
    #process .content {
        max-width: 100%;
    }
}
#process .content h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#process .content p {
    color: #D9D9D9;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#process .wrap {
    border-bottom: 1px solid #616161;
    margin-right: 30px;
}
#process .wrap p {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
}
#process .wrap p:first-of-type {
    color: #A0D46D;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#testimonials {
    padding: 100px 0;
}
#testimonials .header {
    margin: 0 auto 50px;
    max-width: 800px;
}
#testimonials .header h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#testimonials .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#testimonials .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#testimonials .wrap {
    border-radius: 15px;
    border: 2px solid #C3C3C3;
    background: #FFF;
    padding: 50px;
    position: relative;
    height: 100%;
}
#testimonials .wrap .quote {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100px;
    display: flex;
    justify-content: center;
    z-index: 999;
}
#testimonials .slick-slide {
    margin: 50px 10px 0;
    min-height: 370px;
    display: flex;
}

#testimonials .read-more-toggle {
    color: #67943B; 
    text-decoration: underline;
    font-family: Inter;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

#ready {
    padding: 20px;
    background: #000;
}
#ready .wrap {
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    min-height: 570px;
    display: flex;
}
@media (max-width: 576px) {
    #ready .wrap {
        padding: 30px 15px;
    }
}
#ready .wrap .inner {
    border-radius: 5px;
    background: #FFF;
    padding: 50px;
    max-width: 600px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px) {
    #ready .wrap .inner {
        max-width: 100%;
        padding: 50px 15px;
    }
}
#ready .wrap .inner h2 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 30px;
}
#ready .wrap .inner p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#ready .wrap .inner .click {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
#ready .wrap .inner .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 695px) {
    #ready .wrap .inner .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}
/* Make all Slick slides equal height */
#why .slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

#why .slider .slick-slide {
    height: auto !important;
}

#why .slider .slick-slide > div {
    height: 100%;
}

#why .slider .slick-slide .wrap {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
}