#nav .menu-wrapper{
    display: none;
}

#hero {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #FFF;
}
#hero:before,
#hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 260px;
    height: 150px;
    pointer-events: none;
}
#hero:before {
    left: 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
    clip-path: polygon(0 45%, 55% 100%, 0 100%);
}
#hero:after {
    right: 0;
    width: 390px;
    height: 270px;
    background: linear-gradient(90deg, #F9E213 0%, #00A155 99.38%);
    clip-path: polygon(100% 20%, 100% 100%, 0 100%);
}
#hero .container {
    position: relative;
    z-index: 2;
}
#hero .content {
    max-width: 560px;
}
#hero .content h1 {
    color: #1A1A1A;
    font-family: "Proxima-Nova";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: -1.44px;
    margin-bottom: 20px;
}
#hero .content h1 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: -1.44px;
}
#hero .content h1:after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 24px;
    border-radius: 33554400px;
    background: linear-gradient(90deg, #00A155 0%, #4AAB53 7.14%, #6EB54F 14.29%, #8CBE4A 21.43%, #A9C744 28.57%, #C4D03B 35.71%, #DFD92D 42.86%, #F9E213 50%, #FBD312 57.14%, #FCC311 64.29%, #FCB411 71.43%, #FCA410 78.57%, #FB930F 85.71%, #F9830E 92.86%, #F7710D 100%);
}
#hero .content p {
    color: rgba(26, 26, 26, 0.7);
    font-family: "Niveau-Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
#hero .content .click {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
}
#hero .content .click .btn {
    max-width: fit-content;
}
@media (max-width: 500px) {
    #hero .content .click {
        flex-direction: column;
        align-items: start;
    }
}
#hero .stats {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    border-top: 1px solid #E6E8EC;
    margin-top: 55px;
    padding-top: 28px;
}
#hero .stat h3 {
    color: #00A155;
    font-family: "Niveau-Grotesk";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 4px;
}
#hero .stat:nth-child(even) h3 {
    color: #F7710D;
}
#hero .stat p {
    color: rgba(26, 26, 26, 0.6);
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
#hero .guide {
    max-width: 600px;
    margin-left: auto;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #F8F9FA 0%, #FAFBFC 33.33%, #FDFDFD 66.67%, #FFF 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 34px 36px 36px;
}
#hero .guide .content {
    max-width: 100%;
}
#hero .guide .content h2 {
    color: #1A1A1A;
    font-family: "Proxima-Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}
#hero .guide .content p {
    color: rgba(26, 26, 26, 0.7);
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
#hero .guide ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}
#hero .guide li {
    color: rgba(26, 26, 26, 0.8);
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 13px;
    display: flex;
}
#hero .guide li img {
    margin-right: 10px;
}
#hero .guide .click {
    margin-top: 30px;
}
#hero .guide .click .btn {
    width: 100%;
}
@media (max-width: 1200px) {
    #hero .guide {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #hero .stats {
        gap: 24px;
    }
    #hero .stat {
        width: calc(33.333% - 16px);
    }
    #hero .guide {
        padding: 28px 24px;
    }
}

#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .content {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

#textCenter .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#textCenter .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#textCenter .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#textCenter .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#textCenter .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

#video {
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.45) 100%);
}

#video .content {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

#video .content h2 {
color: #1A1A1A;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
letter-spacing: -0.48px;
    margin-bottom: 20px;
}

#video .content h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.48px;
}

#video .content p {
color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#video .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#video .video {
    max-width: 1024px;
    margin: 50px auto 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(17, 23, 41, 0.16);
}

#video .video iframe,
#video .video video {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
    border: 0;
    display: block;
    margin: 0;
}

#video .video > div,
#video .video .wp-video {
    width: 100% !important;
}

@media (max-width: 767px) {

    #video .video {
        margin-top: 40px;
        border-radius: 12px;
    }
}

.testimonial {
    padding: 100px 0;
    background: #F6FAF8;
}

.testimonial .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 58px;
    border-radius: 14px;
}

.testimonial .logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.testimonial .content {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}

/* .testimonial .content::before {
    content: '"';
    position: absolute;
    top: -19px;
    left: -14px;
    color: #DDF4EA;
    font-family: Inter;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
} */

.testimonial .content p {
color: #1A1A1A;
font-family: "Niveau-Grotesk";
font-size: 30px;
font-style: italic;
font-weight: 400;
line-height: 43px; /* 143.333% */
    /* --------- */
    margin-bottom: 28px;
}

.testimonial .content p:last-child {
color: #1A1A1A;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
    margin-bottom: 0;
}

.testimonial .quote {
    color: rgba(0, 161, 85, 0.1);
    font-family: "Niveau-Grotesk";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    position: absolute;
    left: -20px;
    top: -20px;
}
@media (max-width: 576px) {
    .testimonial .quote {
        left: 0;
    }
}


@media (max-width: 1200px) {
    .testimonial .content {
        max-width: 760px;
    }
}

@media (max-width: 767px) {


    /* .testimonial .content::before {
        top: -14px;
        left: -8px;
        font-size: 46px;
    } */

}

#why {
    padding: 100px 0;
    background: #FFF;
}
#why .click .btn{
    margin: 40px auto 0;
}
#why .content.top {
    margin: 0 auto;
    text-align: center;
    max-width: 912px;
}

#why .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#why .content h2 {
color: #1A1A1A;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
letter-spacing: -0.48px;
    margin-bottom: 20px;
}

#why .content h2 strong {
color: #00A155;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.48px;
}

#why .content p {
color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#why .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 70px;
}

#why .item {
    width: calc(33.333% - 20px);
    min-height: 225px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFF;
    padding: 32px 32px 34px;
}

#why .item .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #DFF5EB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

#why .item:nth-child(even) .icon {
    background: #FFF0E8;
}

#why .item .icon img {
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#why .item .content h3 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
    margin-bottom: 18px;
}

#why .item .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
    text-align: left
}

@media (max-width: 1200px) {
    #why .item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {

    #why .wrap {
        margin-top: 45px;
        gap: 20px;
    }

    #why .item {
        width: 100%;
        min-height: 0;
        padding: 28px 24px;
    }
} .item .content h3 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
    margin-bottom: 18px;
}

#why .item .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 0;
    text-align: left
}

@media (max-width: 1200px) {
    #why .item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {

    #why .wrap {
        margin-top: 45px;
        gap: 20px;
    }

    #why .item {
        width: 100%;
        min-height: 0;
        padding: 28px 24px;
    }
}

#guide {
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.45) 100%);
}

#guide .content {
    max-width: 540px;
}

#guide .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF2EA;
    margin-bottom: 24px;
}

#guide .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
letter-spacing: -0.48px;
    margin-bottom: 28px;
}

#guide .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 162.5% */
}

#guide .content ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

#guide .content li {
    position: relative;
color: rgba(26, 26, 26, 0.80);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 18px;
}

#guide .content li img{
    margin-right: 10px;
}

#guide .content li:last-child {
    margin-bottom: 0;
}

#guide .content .click {
    margin-top: 40px;
}

#guide .card {
    max-width: 545px;
    display: block;
    margin-left: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 20px 45px rgba(17, 23, 41, 0.18);
    overflow: hidden;
}

#guide .card .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 550/501;
    object-fit: cover;
    display: block;
}

#guide .card .content {
    max-width: 100%;
    padding: 0px 32px 0;
}

#guide .card .content h3 {
    color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
    margin-bottom: 14px;
    margin-top: 35px;
}

#guide .card .content p {
color: rgba(26, 26, 26, 0.50);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 0;
}

#guide .card .wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 32px 0;
    padding: 24px 0 28px;
}

#guide .card .wrap p {
    color: rgba(26, 26, 26, 0.60);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    margin-bottom: 0;
}

#guide .card .image {
    background: linear-gradient(90deg, #00A155 0%, #32A654 7.14%, #4AAB53 14.29%, #5DB051 21.43%, #6EB54F 28.57%, #7DB94D 35.71%, #8CBE4A 42.86%, #9BC347 50%, #A9C744 57.14%, #B6CC40 64.29%, #C4D03B 71.43%, #D1D535 78.57%, #DFD92D 85.71%, #ECDE23 92.86%, #F9E213 100%);
    padding: 70px 30px;
}
#guide .card .image img {
    aspect-ratio: 484/359;
    max-width: 484px;
    margin: 0 auto;
    object-fit: contain;
}


@media(max-width:1200px){
    #guide .card {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    #guide .card .content {
        padding: 24px 24px 0;
    }

    #guide .card .wrap {
        margin: 42px 24px 0;
    }
}

#trusted {
    padding: 50px 0;
    background: #FFF;
}

#trusted .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#trusted .content {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 100px;
}

#trusted .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
    letter-spacing: -0.48px;
    margin-bottom: 30px;
}

#trusted .content h2 strong {
    color:#00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
}

#trusted .content p {
    color: rgba(26, 26, 26, 0.70);
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

#trusted .slider .slick-slide {
    height: auto;
    margin: 0 10px;
}

#trusted .logo img {
    margin: 0 auto;
    width: 100%;
}

/* =======================================================
ENQUIRE
=======================================================*/
#enquire {
    padding: 100px 0;
}

#enquire .content {
    max-width: 880px;
    margin: 0 auto 100px;
    text-align: center;
}
#enquire .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#enquire .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#enquire .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#enquire .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#enquire .content p:last-child {
    margin-bottom: 0;
}
#enquire h3 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    margin-bottom: 30px;
}
#enquire .left .icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #E8F8EF;
}
#enquire .left .icon i {
    color: #00A155;
}
#enquire .left .phone,
#enquire .left .email,
#enquire .left .address {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
#enquire .left .link {
    color: #1E2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}
#enquire .left .link span {
    display: block;
    color: #6A7282;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}
#enquire .left .link a {
    color: #1E2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
}