body h1.title {
    text-align: center;
}
body h2.title, body h1.title  {
    font-size: 28px;
    line-height: 34px;
    color: #17181A;
    font-weight: 600;
}
body h4.title {
    font-size: 20px;
    line-height: 26px;
    color: #17181A;
    font-weight: 600;
}
body h5.title {
    font-size: 18px;
    line-height: 24px;
    color: #17181A;
    font-weight: 600;
}
body h3.title  {
    font-size: 24px;
    line-height: 32px;
    color: #17181A;
    font-weight: 600;
}
body section {
    padding: 0;
    margin: 50px 0;
}
body .container {
    max-width: 1400px;
}
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.action-buttons .btn {
    margin: 0;
}
.why-us-page {
    margin-top: 32px;
}
.why-us-page ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 12px;
}
.why-us-page ul li {
    padding: 2px 0;
}
/**/
.heading-block h2.title {
    margin: 18px 0 12px;
}
.heading-block {
    max-width: 900px;
}
.heading-block h4.subtitle {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f3f3f3;
    border-radius: 8px;
    font-size: 15px;
    color: #17181A;
    border: 1px solid #d4d4d4;
}
/**/
.why-us-banner-inner {
    display: flex;
    background-color: #F2F7EE;
    border-radius: 24px;
    overflow: hidden;
}
.why-us-banner-inner img {
    width: 100%;
    height: auto;
}
.why-us-banner-inner .content-block {
    padding: 40px;
    width: 50%;
}
.why-us-banner-inner h2.title {
    margin: 18px 0 12px;
    max-width: 550px;
}
.why-us-banner-inner .image-block {
    width: 50%;
}
.why-us-banner-inner .heading-block {
    max-width: 600px;
}
/* .why-us-banner-inner .inner-text {
    font-size: 18px;
    line-height: 26px;
} */
 .why-us-banner-section {
    margin-top: 32px;
 }
 /**/
 .excess-lab-assets-section .content-block-item {
    border: 6px solid #f2f7ee;
    padding: 24px;
    border-radius: 24px;
    width: calc(50% - 10px);
}
.excess-lab-assets-section .content-block {
    display: flex;
    gap: 20px;
    margin-top: 32px;
}
.excess-lab-assets-section  .icon-with-text {
    margin-bottom: 16px;
}
.excess-lab-assets-section .icon-with-text .icon {
    width: auto;
    height: auto;
    background-color: transparent;
}
.excess-lab-assets-section .content-block-item p:last-child {
    margin-bottom: 0;
}
.mobile-banner {
    display: none;
}
/**/
.card-block {
    display: flex;
    margin-top: 32px;
    gap: 20px;
}
.card-block-item {
    width: 33.33%;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
}
.card-block-item .number {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F7EE;
    font-size: 24px;
    border-radius: 12px;
    font-weight: 700;
    color: #2aa467;
}
.card-block-item h3.title {
    font-size: 20px;
    margin: 16px 0 12px;
    line-height: 28px;
    font-weight: 700;
}
.card-block-item p:last-child {
    margin-bottom: 0;
}
/**/
.bg-color-blackest {
    padding: 50px 0;
    background-color: #F2F7EE;
}
.case-study-section {
    margin: 32px 0;
}
.case-study-section h3.title, .projects-highlight-section h3.title {
    margin: 18px 0 12px;
}
.case-study-section .inner-text.bold {
    font-weight: 700;
    font-size: 18px;
}
/**/
.projects-highlight-section {
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
}
.excess-lab-assets-section .content-block-item p:last-child {
    margin-bottom: 0;
}
.projects-highlight-section h3.title {
    margin: 0;
}
.project-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, calc(33.33% - 14px)));
    margin-top: 24px;
    gap: 20px;
}
.project-highlights-item .numbers {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 6px;
    display: inline-block;
    color: #2aa467;
}
.project-highlights-item p {
    margin: 0;
    color: #808080;
    margin-top: 6px;
}
.project-highlights-item h5.title {
    margin-top: 4px;
}
.project-highlights-item h4.title, .project-highlights-item h5.title {
    font-weight: 500;
}
/**/
.image-with-text_inner {
    display: flex;
    gap: 50px;
    align-items: center;
    border: 6px solid #f2f7ee;
    padding: 32px;
    border-radius: 24px;
}
.image-with-text_inner .image-block {
    width: 50%;
    position: relative;
}
.image-with-text_inner .content-block {
    width: 50%;
}
.image-with-text_inner .image-block img {
    width: 100%;
    height: auto;
    border-radius: 18px;
}
.image-with-text_inner .image-block .play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.image-with-text p:last-child {
    margin-bottom: 0;
}
.action-buttons .btn:hover svg path {
    fill: #2aa467;
}
/**/
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.video-popup-box {
    position: relative;
    background: #000;
    padding: 10px;
    border-radius: 10px;
    width: 1100px;
}
.close-popup {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    color: #000;
    font-size: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}
.video-popup-box iframe {
    width: 1080px;
    height: 600px;
}
/**/
.image-with-text .icon-list {
    margin-top: 24px;
    padding: 0;
    margin-bottom: 0;
}
.icon-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 6px;
}
.icon-list li .icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.icon-list-content .title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}
.icon-list-content .text {
    margin: 0;
}
.icon-list li:last-child {
    margin: 0;
}
.reach-your-goals-section .heading-block h2.title {
    margin-top: 0;
}
/**/
.our-platform {
    padding: 50px;
    background-color: #F3F3F3;
}
.our-platform-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-platform .heading-block {
    max-width: 100%;
}
.our-platform .action-buttons {
    margin: 0;
}
.our-platform .heading-block h2.title {
    margin-top: 0;
}
.our-platform-inner p:last-child {
    margin: 0;
}
/**/
.testimonial-item {
    width: calc(50% - 10px);
    padding: 32px;
    background-color: #F2F7EE;
    border-radius: 24px;
}
.testimonial-section .testimonial-block {
    width: 100%;
    margin-top: 24px;
    display: flex;
    gap: 20px;
}
.testimonial-item .star-icon {
    display: flex;
    gap: 2px;
}
.testimonial-section .content-block {
    margin-top: 16px;
}
.testimonial-item .title {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
}
.testimonial-item .subtitle {
    font-weight: 600;
    color: #2aa467;
    margin-top: 4px;
}
.testimonial-item .star-icon svg {
    width: 22px;
    height: 22px;
}
.testimonial-section-inner > p {
    margin-top: 24px;
}
/**/
.logo-block {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 1200px;
    margin-inline: auto;
}
.logo-block-list {
    width: calc(20% - 40px);
}
.logo-block img {
    max-width: 90%;
    height: auto;
}
.logo-list-inner {
    padding: 32px;
    border-radius: 24px;
    border: 6px solid #f2f7ee;
}
.logo-list {
    text-align: center;
}
.logo-list .heading-block {
    max-width: 100%;
}
/**/
.our-platform .btn:hover {
    background: #D7F2CE;
    color: #2AA466;
    border-color: #D7F2CE;
}
/**/

@media (max-width: 1023px) {
    .why-us-banner-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }
    body h1.title {
        font-size: 24px;
        line-height: 32px;
    }
    .excess-lab-assets-section .icon-with-text h3.title {
        font-size: 20px;
        line-height: 26px;
    }
    .video-popup-box {
        width: 740px;
    }
    .video-popup-box iframe {
        width: 720px;
        height: 420px;
    }
}
@media (max-width: 767px) {
    .why-us-page {
        margin-top: 24px;
    }
    .why-us-banner-section {
        margin-top: 24px;
    }
    .why-us-banner-inner .content-block {
        padding: 0;
        width: 100%;
    }
    .mobile-banner {
        display: block;
    }
    .desktop-banner {
        display: none;
    }
    .why-us-banner-inner {
        flex-direction: column;
        padding: 24px;
    }
    .why-us-banner-inner .image-block {
        width: 60%;
        align-self: end;
    }
    body section {
        margin: 40px 0;
    }
    .heading-block h4.subtitle {
        font-size: 13px;
        padding: 4px 8px;
    }
    .heading-block h2.title {
        margin: 14px 0 10px;
        font-size: 24px;
        line-height: 30px;
    }
    .excess-lab-assets-section .content-block {
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 24px;
    }
    .excess-lab-assets-section .content-block-item {
        border-width: 3px;
        width: 100%;
        padding: 16px;
    }
    .excess-lab-assets-section .icon-with-text .icon {
        width: 60px;
        height: 60px;
    }
    .excess-lab-assets-section .icon-with-text {
        margin-bottom: 12px;
        gap: 12px;
    }
    .bg-color-blackest {
        padding: 40px 0;
    }
    .excess-lab-assets-section .icon-with-text .icon img {
        width: 100%;
        height: auto;
    }
    .card-block-item {
        width: 100%;
        padding: 16px;
    }
    .card-block {
        flex-direction: column;
        margin-top: 24px;
    }
    .card-block-item .number {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .card-block-item h3.title {
        font-size: 18px;
        margin: 14px 0 8px;
    }
    .case-study-section {
        margin: 24px 0;
    }
    .case-study-section h3.title {
        margin-bottom: 10px;
    }
    .projects-highlight-section {
        padding: 24px;
    }
    .case-study-section h3.title, .projects-highlight-section h3.title {
        font-size: 20px;
        line-height: 26px;
    }
    .case-study-section .inner-text.bold {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .project-highlights {
        display: flex;
        flex-wrap: wrap;
    }
    .project-highlights-item {
        width: calc(50% - 10px);
    }
    .project-highlights-item .numbers {
        font-size: 24px;
        line-height: 30px;
    }
    .project-highlights-item h4.title {
        font-size: 18px;
    }
    .project-highlights-item h5.title {
        font-size: 16px;
        line-height: 22px;
    }
    .project-highlights-item p {
        line-height: 22px;
    }
    .image-with-text_inner {
        flex-wrap: wrap;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .image-with-text_inner .image-block {
        width: 100%;
    }
    .image-with-text_inner {
        gap: 24px;
    }
    .image-with-text_inner .content-block {
        width: 100%;
    }
    .video-popup-box {
        width: 90%;
    }
    .video-popup-box iframe {
        width: 100%;
        height: inherit;
        aspect-ratio: 16 / 9;
    }
    .image-with-text .icon-list {
        margin-top: 20px;
    }
    .icon-list-content .title {
        font-size: 16px;
    }
    .icon-list li {
        margin-bottom: 3px;
    }
    .our-platform {
        padding: 40px 0;
    }
    .testimonial-item {
        width: 100%;
        padding: 24px;
    }
    .testimonial-section .testimonial-block {
        flex-wrap: wrap;
        gap: 16px;
    }
    .logo-list-inner {
        border-width: 3px;
        padding: 24px;
    }
    .logo-block {
        gap: 30px;
        justify-content: center;
        max-width: 600px;
        row-gap: 20px;
    }
    .logo-block-list {
        width: calc(33.33% - 40px);
    }
    body h1.title {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 539px) {
    .our-platform-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .our-platform-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }
    .why-us-banner-inner .image-block {
        width: 70%;
    }
    .project-highlights-item {
        width: 100%;
    }
    .logo-block-list {
        width: calc(50% - 40px);
    }
    .logo-block {
        max-width: 350px;
        margin-bottom: 0;
    }
}
@media (max-width: 400px) {
    .logo-block {
        gap: 20px;
        row-gap: 14px;
        margin-top: 24px;
    }
    .logo-block-list {
        width: calc(50% - 10px);
    }
}