/* Hero section Start */
.hero-section {
    border-top: clamp(20px, 4vw, 50px) solid #39859D;
    line-height: 0;
}

.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .common-image-row .image-block:nth-child(2) img {
    object-position: left;
}

/* Hero section End */
/* Empower people section Start */
/* .fw-empower-section .hero-right {
    padding-top: 34px;
} */

.fw-empower-section .hero-right .image-block a {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    width: 100%;
}

/* .fw-empower-section .hero-right .image-block a img {
    height: 250px;
    object-fit: cover;
} */

.fw-empower-section .hero-right .btn-wrapper {
    margin-top: 0;
    padding: 30px;
    text-align: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.fw-empower-section .hero-right .btn-wrapper .theme-btn {
    padding: 10px 27px;
    max-width: 80%;
}

.fw-empower-section .hero-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* Countdown Start */
.fw-empower-section .countdownwrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.fw-empower-section .countdownwrap .ring {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fw-empower-section .countdownwrap .ring svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-90deg);
    overflow: visible;
    width: 100%;
}

.fw-empower-section .countdownwrap .ring circle.bg {
    stroke: #ffffff;
    stroke-width: 2;
}

.fw-empower-section .countdownwrap .ring circle.fg {
    stroke: #86C0C0;
    stroke-width: 12px;
    stroke-linecap: round;
    fill: none;
}

.fw-empower-section .countdownwrap .content .value {
    color: #E8A868;
    font-size: clamp(28px, 3vw, 41px);
    font-weight: 800;
    line-height: 1;
}

.fw-empower-section .countdownwrap .content .label {
    color: #E8A868;
    font-size: clamp(10px, 1vw, 12px);
    line-height: 1.42;
    text-transform: uppercase;
}

.fw-empower-section .countdownwrap .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
    left: 4px;
}

/* Countdown End */

/* Left Side */
.fw-empower-section .hero-left {
    width: 50%;
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (max-width: 1300px) and (min-width: 1201px) {
    .fw-empower-section .hero-left p.subtext {
        font-size: 22px;
    }
}

/* Right Side */
.fw-empower-section .hero-right {
    width: 42%;
}

.fw-empower-section .countdown-box {
    background: #3A869D;
    color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 30px 50px;
    text-align: center;
    top: -1px;
    position: relative;
}

.fw-empower-section .countdown-label {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.83;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.02441em;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.fw-empower-section .countdown-timer {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.fw-empower-section .time-circle {
    background: #2c506a;
    padding: 10px 15px;
    border-radius: 50%;
    min-width: 60px;
    text-align: center;
}

.fw-empower-section .time {
    font-size: 1.25rem;
    font-weight: bold;
    display: block;
}

.fw-empower-section .learn-more-link {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 900;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.3;
    letter-spacing: 0.03516em;
    margin: 30px 0 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.fw-empower-section .learn-more-link img {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    max-height: 26px;
}

.fw-empower-section .learn-more-link svg {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
}

.fw-empower-section .countdown-cta-box {
    background: #3A869D;
    color: #fff;
    /* border-radius: 8px; */
}

.fw-empower-section .box-orange {
    background: #f18732;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.fw-empower-section .box-orange .theme-btn {
    background: #3A869D;
}

/* Button */
.fw-empower-section .demo-button {
    background: #f18732;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 15px;
}

/* Learn more link */
.fw-empower-section .learn-more {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.95rem;
}

.fw-empower-section .arrow {
    margin-right: 5px;
    color: #f18732;
}

/* Responsive */

@media (max-width: 1400px) and (min-width: 1199px) {
    .fw-empower-section .countdownwrap .ring {
        width: 60px;
        height: 60px;
    }

    .fw-empower-section .countdown-label {
        margin-bottom: 35px;
    }

    .fw-empower-section .hero-content {
        gap: 20px;
    }

    .fw-empower-section .hero-right {
        width: calc(50% - 20px);
    }

    .fw-empower-section .hero-left .section-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .fw-empower-section .hero-right {
        width: 70%;
        margin: 0 auto;
    }

    .fw-empower-section .countdown-label {
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    .fw-empower-section .countdownwrap .ring {
        width: 80px;
        height: 80px;
    }

    .fw-empower-section .hero-left .section-title {
        text-align: center;
    }

    .fw-empower-section .learn-more-link {
        margin: 15px 0 0 auto;
    }

    .fw-empower-section .countdown-box {
        border-radius: 6px 6px;
        padding: 30px 50px 40px;
    }

    .fw-empower-section .hero-content {
        flex-direction: column;
        gap: 30px;
    }

    .fw-empower-section .hero-left {
        width: 100%;
        padding-bottom: 0;
    }

    .fw-empower-section .hero-right .btn-wrapper {
        text-align: center;
    }

    .fw-empower-section .hero-left .subtext {
        width: 100%;
    }

    .fw-empower-section .hero-right .btn-wrapper .theme-btn {
        padding: 10px 20px;
        border-radius: 16px;
    }
}

@media (max-width: 991px) {
    .fw-empower-section .countdownwrap .ring {
        width: 80px;
        height: 80px;
    }

    .fw-empower-section .hero-right {
        width: 100%;
        padding-top: 0;
    }

    .fw-empower-section .hero-right .btn-wrapper {
        max-width: 100%;
        padding: 25px 15px;
    }

    .fw-empower-section .hero-right .btn-wrapper .theme-btn {
        font-size: 20px;
    }

}

@media (max-width: 767px) {
    .fw-empower-section .countdown-box {
        padding: 30px 30px;
    }

    .fw-empower-section .countdownwrap {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 40px;
    }

    .fw-empower-section .learn-more-link svg {
        height: 15px;
    }
}

@media (max-width: 575px) {
    .fw-empower-section .countdownwrap .ring {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .fw-empower-section .countdownwrap .ring {
        width: 100px;
        height: 100px;
    }
}

/* Who we Serve Start */
.who-we-serve {
    background-color: #ECECED;
    position: relative;
    border-top: clamp(20px, 4vw, 50px) solid #39859D;
    border-bottom: clamp(20px, 4vw, 50px) solid #39859D;
    padding-bottom: 65px;
}

.common-image-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-image-row .image-block {
    width: 100%;
    height: 600px;
    max-height: 600px;
    overflow: hidden;
}

.common-image-row .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    object-position: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.who-we-serve .section-title {
    margin: 40px 0 50px;
}

.who-we-serve h4 {
    color: #42819A;
    letter-spacing: 0;
    line-height: normal;
}

.common-button-section .common-button-wrapper {
    margin: 60px 0;
}

.common-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.common-button-wrapper .btn {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    font-style: normal;
    line-height: normal;
    min-width: 320px;
}

.common-button-wrapper .btn:nth-child(2) {
    margin: 0 70px;
    max-width: 30%;
}

/* Who we Serve Responsive Start */
@media only screen and (min-width:1500px) {
    .common-image-row .image-block img {
        object-position: top;
    }
}

@media (max-width: 1400px) {

    .common-image-row .image-block {
        height: 400px;
        max-height: 400px;
    }

    .common-button-wrapper {
        align-items: stretch;
    }

    .common-button-wrapper .btn {
        font-size: 18px;
        letter-spacing: 0;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1300px)  {
    .who-we-serve.fitworker-science .description {
        max-width: 75%;
        margin: 0 auto 20px;
    }
}

@media (max-width: 1300px) and (min-width: 1200px)  {
    .who-we-serve.fitworker-science .description {
        max-width: 85%;
        margin: 0 auto 20px;
    }
}

@media (max-width: 1200px) {
    .fw-empower-section .countdown-cta-box.box-blue {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .fw-empower-section .hero-right {
        margin-bottom: 50px;
    }

    .common-button-wrapper .btn {
        font-size: 20px;
        padding: 15px 15px;
        border-radius: 12px;
        max-width: 300px;
    }

    .fw-empower-section .hero-right .btn-wrapper .theme-btn {
        font-size: 24px;
        border-radius: 12px;
    }
}

@media only screen and (max-width:991px) {
    .common-image-row .image-block {
        height: 200px;
        max-height: 200px;
    }

    .common-button-wrapper .btn {
        font-size: 16px;
    }

    .who-we-serve .section-title {
        margin: 30px 0 30px;
    }

    .fw-empower-section .hero-right .btn-wrapper .theme-btn {
        font-size: 18px;
        line-height: normal;
    }

    .fw-empower-section .learn-more-link img {
        margin-right: 10px;
        max-height: 18px;
    }
}

@media only screen and (max-width:575px) {
    .common-image-row .image-block {
        height: 150px;
        max-height: 150px;
    }
}

/* Who we Serve Responsive End */
/* Who we Serve End  */

/* Challange Section Css Start */
.challenge-section {
    padding: clamp(30px, 6vw, 60px) 0;
    border-bottom: clamp(20px, 4vw, 50px) solid #39859D;
}

.challenge-section .stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.challenge-section .stat-item {
    width: calc(25% - 20px);
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.challenge-section .stat-item .highlight {
    color: #2E545D;
    font-weight: 900;
    margin-bottom: 10px;
}

.challenge-section .stat-item p {
    color: #2C2E35;
    margin: 0;
    font-size: clamp(18px, 2.2vw, 24px);
}

.challenge-section .stat-item .image-block {
    margin-top: clamp(15px, 3vw, 30px);
}

.challenge-section .stat-item .image-block img {
    max-width: 150px;
}

.challenge-section .note {
    margin: clamp(20px, 3vw, 34px) 0 0 0;
}

.challenge-section .note p:first-child {
    margin: 0;
}

@media only screen and (max-width:1200px) {
    .challenge-section .stat-item .image-block img {
        max-width: 180px;
    }
}

@media only screen and (max-width:991px) {
    .challenge-section .stats-grid {
        gap: 15px;
    }

    .challenge-section .stat-item {
        width: calc(50% - 15px);
        max-width: 100%;
    }

    .challenge-section .stat-item img {
        max-width: 70%;
        margin: 0 auto;
    }

    .challenge-section .stat-item .image-block img {
        max-width: 130px;
    }

    .challenge-section .stat-item p br {
        display: none;
    }
}

@media only screen and (max-width:575px) {
    .challenge-section .stats-grid {
        row-gap: 20px;
    }

    .challenge-section .stat-item {
        width: calc(100% - 15px);
    }

    .challenge-section .stat-item p {
        line-height: 1.4;
    }

    .challenge-section .stat-item .image-block img {
        max-width: 100px;
    }

}

/*  Challenge section Css End  */

/* Box Services Section Start */
.box-services-section {
    padding: 60px 0;
    border-bottom: clamp(20px, 4vw, 50px) solid #39859D;
}

.box-services-wrapper {
    margin-top: 50px;
}

.box-services-wrapper .row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 -15px;
}

.box-services-wrapper .row .col {
    padding: 0 15px;
    width: 35%;
    display: flex;
    flex-direction: column;
}

.box-services-wrapper .row .col .box-service-item * {
    color: #fff;
}

.box-services-wrapper .row .col .box-service-item {
    padding: 50px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 550px;
}

.box-services-wrapper .row .col .box-service-item.bg-orange {
    background: #D57C31;
}

.box-services-wrapper .row .col .box-service-item.bg-blue {
    background: #39859D;
}

.box-services-wrapper .row .col .box-service-item .icon img {
    max-width: 178px;
    max-height: 120px;
}

.box-services-wrapper .row .col .box-service-item h4 {
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 15px;
}

.box-services-wrapper .row .col .box-service-item p {
    margin-top: 30px;
}

.box-services-section .common-button-wrapper {
    justify-content: space-around;
}

@media (max-width: 1200px) {
    .box-services-wrapper .row .col {
        width: 50%;
    }

    .common-button-wrapper .btn:nth-child(2) {
        margin: 0 15px;
    }

    .common-button-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 15px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .common-button-section .common-button-wrapper {
        margin: 40px 0;
    }

    .box-services-wrapper .row {
        flex-direction: column;
    }

    .box-services-section .common-button-wrapper {
        margin-top: 30px;
    }

    .box-services-wrapper .row .col {
        width: 100%;
    }

    .box-services-wrapper .row .col.col-col-left {        
        padding-bottom: 30px;
    }

    .box-services-section {
        padding: 40px 0;
    }
}

/* Box Services Section Start */

/* Solutions Section Start */
.solution-section {
    background-color: #ECECED;
    padding: clamp(30px, 6vw, 60px) 0;
}

.solution-section .what-you-get-title {
    margin-top: 70px;
    margin-bottom: 0;
    color: #3A869D;
}

.solution-section .solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.solution-box {
    padding: 35px 25px;
    text-align: left;
}

.bg-teal {
    background-color: #3A869D;
}

.bg-orange {
    background-color: #D57C31;
}

.solution-box h5 {
    margin: clamp(15px, 4vw, 20px) 0;
    text-align: center;
    min-height: 143px;
}

.solution-box * {
    color: #fff;
}

.solution-box ul {
    padding-left: 35px;
    list-style: disc;
}

.solution-box li {
    font-size: clamp(16px, 2.2vw, 22px);
    line-height: 1.46;
    font-weight: 400;
    letter-spacing: -0.0039em;
}

.solution-box li:not(:last-child) {
    margin-bottom: 0;
}

.solution-box li::marker {
    font-size: clamp(20px, 3vw, 35px);
}

@media (max-width: 1200px) {
    .solution-section .solution-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }

    .solution-box h5 {
        min-height: 85px;
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .solution-box li:not(:last-child) {
        margin-bottom: 0;
    }

    .solution-box h5 {
        min-height: 60px;
        font-size: 22px;
    }

    .solution-section .what-you-get-title {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .solution-section .solution-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .solution-box {
        padding: 25px 15px;
    }

    .solution-box ul {
        padding-left: 25px;
    }
}

/* Solutions Section End */

/* Testimonials Client Logos Start */
.client-logos-wrapper {
    line-height: 0;
    margin: 30px -10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.client-logos-wrapper img {
    max-width: 170px;
    padding: 0 10px 10px;
}
@media (max-width: 575px) {
    .client-logos-wrapper img {
        max-width: 150px;
    }
}
/* Testimonials Client Logos End */


/* The Benefits Section Start */
.benefits-section {
    background: #E6E7E8;
    padding: clamp(30px, 6vw, 60px) 0;
}

.banefits-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.banefits-row .benefits-box {
    width: calc(33.33% - 50px);
    background-color: #fff;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    row-gap: 10px;
}

.banefits-row .benefits-box h2 {
    min-height: 183px;
}

.banefits-row .benefits-box .icon-block img {
    max-height: 124px;
}

.banefits-row .benefits-box h3 {
    color: #2E545D;
    font-weight: 900;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
    min-height: 180px;
}

.banefits-row .benefits-box p {
    margin: 0;
    font-size: clamp(16px, 2.2vw, 20px);
    line-height: normal;
    font-weight: 400;
    letter-spacing: -0.0039em;
}

@media (max-width: 1300px) and (min-width: 992px) {

    .banefits-row .benefits-box h3 {
        min-height: 120px;
        font-size: 34px;
        line-height: 1.25;
    }

    .banefits-row .benefits-box p {
        font-size: 20px;
    }

    .banefits-row .benefits-box {
        padding: 30px 10px;
    }

}

@media (min-width: 1200px) {
    .banefits-row {
        padding: 0 60px;
    }
}

@media (max-width: 1200px) {
    .banefits-row {
        gap: 20px;
        justify-content: space-between;
    }

    .banefits-row .benefits-box {
        max-width: 100%;
        width: calc(33.33% - 20px);
    }

    .banefits-row .benefits-box h3 {
        min-height: 120px;
        font-size: 34px;
        line-height: 1.25;
    }
}

@media (max-width: 991px) {
    .banefits-row {
        gap: 15px;
    }

    .banefits-row .benefits-box {
        width: calc(50% - 15px);
        row-gap: 0;
    }

    .banefits-row .benefits-box h3 {
        min-height: auto;
    }

    .banefits-row .benefits-box .icon-block img {
        max-height: 100px;
    }

    .banefits-row .benefits-box h3 {
        min-height: auto;
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .banefits-row .benefits-box p {
        line-height: 1.3;
    }
}

@media (max-width: 575px) {
    .banefits-row .benefits-box {
        width: calc(100%);
    }
}

/* The Benefits Section End */

/* Mental Fitness Css Start */
.mental-fitness-section {
    background-color: #ECECED;
    padding: clamp(30px, 6vw, 60px) 0;
}

.mental-fitness-section h4 {
    color: #39859D;
}

.mental-fitness-section .stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.mental-fitness-section .stat-item {
    width: calc(25% - 20px);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mental-fitness-section .stat-item .highlight {
    color: #2E545D;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.25;
}

.mental-fitness-section .stat-item p {
    color: #2C2E35;
    margin: 0;
    font-size: 24px;
}

.mental-fitness-section .stat-item .image-block {
    margin-top: clamp(15px, 3vw, 30px);
}

.mental-fitness-section .note {
    margin: clamp(20px, 3vw, 34px) 0 0 0;
}

.mental-fitness-section .note p {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.39px;
}

.mental-fitness-section .stat-item .image-block img {
    height: 130px;
}

@media only screen and (max-width:1399px) {
    .mental-fitness-section .stat-item .image-block img {
        max-width: 180px;
    }

    .mental-fitness-section .stat-item p br,
    .mental-fitness-section .note br {
        display: none;
    }

    .mental-fitness-section .note p {
        font-size: 18px;
        line-height: 28px;
    }

    .mental-fitness-section .stat-item .highlight {
        font-size: 30px;
    }

    .mental-fitness-section .stat-item p {
        font-size: 18px;
    }
}

@media only screen and (max-width:991px) {
    .mental-fitness-section .stats-grid {
        gap: 15px;
    }

    .mental-fitness-section .stat-item {
        width: calc(50% - 15px);
        max-width: 100%;
    }

    .mental-fitness-section .stat-item img {
        max-width: 70%;
        margin: 0 auto;
    }

    .mental-fitness-section .stat-item .image-block img {
        max-width: 100px;
        height: auto;
    }

    .mental-fitness-section .stat-item .highlight br {
        display: none;
    }

    .mental-fitness-section .note p {
        font-size: 16px;
        line-height: 24px;
    }

    .mental-fitness-section .stat-item .highlight {
        font-size: 24px;
    }
}

@media only screen and (max-width:575px) {
    .mental-fitness-section .stats-grid {
        row-gap: 20px;
    }

    .mental-fitness-section .stat-item {
        width: calc(100% - 15px);
    }

    .mental-fitness-section .stat-item p {
        line-height: 1.4;
    }

    .mental-fitness-section .stat-item .highlight br,
    .mental-fitness-section .stat-item p br {
        display: none;
    }
}

/*  Mental Fitness section Css End  */

/* Credibility Section Start */
.credibility-section {
    padding: clamp(30px, 6vw, 60px) 0;
    border-bottom: clamp(20px, 4vw, 50px) solid #39859D;
}

.credibility-section .credibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.credibility-box {
    padding: 35px 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}

.credibility-box h5 {
    margin: clamp(15px, 4vw, 20px) 0;
    text-align: center;
    min-height: 90px;
}

.credibility-box * {
    color: #fff;
}

.credibility-box .icon-block img {
    max-height: 115px;
}

.credibility-box ul {
    padding-left: 35px;
    list-style: disc;
}

.credibility-box li,
.credibility-box p {
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.82;
    font-weight: 400;
    letter-spacing: -0.0039em;
}

.credibility-box li:not(:last-child) {
    margin-bottom: 10px;
}

.credibility-box li::marker {
    font-size: clamp(20px, 3vw, 35px);
}

.credibility-box p {
    text-align: center;
}

.credibility-section .people-quate p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.29px;
}

@media (max-width: 1200px) {

    .credibility-section .people-quate p {
        font-size: 20px;
        line-height: 28px;
    }

    .credibility-box p {
        line-height: 1.42;
    }
}

@media (max-width: 991px) {

    .credibility-box h5 br,
    .people-quate p br {
        display: none;
    }

    .credibility-section .people-quate p {
        font-size: 16px;
        line-height: 24px;
    }

    .credibility-box h5 {
        font-size: 24px;
        min-height: auto;
    }

    .credibility-box .icon-block img {
        max-height: 95px;
    }
}

/* Credibility Section End */

/* Services Section Start */
.services-section {
    background: #ECECED;
    padding: clamp(30px, 6vw, 60px) 0;
}

.services-section .service-image {
    margin-top: clamp(20px, 3vw, 50px);
}

.services-section .service-block h4 {
    font-weight: 900;
    color: #D57C31;
    margin-bottom: 15px;
}

.services-section .service-block ul {
    padding-left: 20px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.services-section .service-block p,
.services-section .service-block ul li {
    color: #2C2E35;
}

.services-section .service-block ul li::marker {
    font-size: 24px;
}

.services-section .service-block h4 {
    display: flex;
}

.services-section .service-block .services-header {
    position: relative;
    margin: 30px 0;
}

.services-section .service-block .services-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 100%;
    height: 100px;
    background: #D1D2D3;
    z-index: 0;
}

.services-header .col-wrraper {
    display: flex;
    align-items: center;
    position: relative;
}

.services-header .col-wrraper .services-icon {
    margin-right: 15px;
    max-width: 160px;
}

@media (max-width: 1200px) {
    .services-section .service-block p br {
        display: none;
    }
}

@media (max-width: 991px) {
    .services-section .service-block ul li::marker {
        font-size: 18px;
    }

    .services-section .service-block h4 {
        font-size: 22px;
    }

    .services-section .service-block ul {
        padding-left: 15px;
    }

    .services-header .col-wrraper .services-icon {
        max-width: 90px;
    }

    .services-section .service-block .services-header::before {
        top: 20px;
        height: 45px;
    }

    .services-section .service-block .services-header {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .services-section .service-block h4 {
        font-size: 18px;
        line-height: normal;
        margin: 0;
    }

    .services-header .col-wrraper .services-icon {
        max-width: 50px;
        max-height: 50px;
    }

    .services-section .service-block .services-header::before {
        opacity: 0;
    }
}

/* Services Section End */

/* Guarantee-section Start */
.guarantee-section {
    background: #D1D2D3;
    padding: 20px 0;
}

.guarantee-section .row {
    display: flex;
    align-items: center;
}

.guarantee-section .col-right .content {
    padding-left: 50px;
}

.guarantee-section .col-right .content h4 {
    color: #39859D;
    letter-spacing: 0;
}

.guarantee-section .col-right .content h5 {
    color: #D57C31;
    letter-spacing: 0;
}

@media only screen and (max-width: 1200px) {
    .guarantee-section .col-right .content h5 br {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    .guarantee-section .col-right .content h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .guarantee-section .row .col {
        width: 100%;
    }

    .guarantee-section .row {
        flex-wrap: wrap;
    }

    .guarantee-section .row .icon-block {
        text-align: center;
        margin-bottom: 15px;
    }

    .guarantee-section .row .icon-block img {
        max-width: 80%;
        margin: 0 auto;
    }

    .guarantee-section .col-right .content {
        padding: 0;
        text-align: center;
    }
}

/* Guarantee-section End */

/* Home About section Start */
.about-section {
    border-bottom: clamp(20px, 4vw, 50px) solid #39859D;
    position: relative;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.about-section .col-left {
    width: 55%;
}

.about-section .col-right {
    width: 45%;
    height: 100%;
}

.about-section .about-text {
    padding: clamp(30px, 3vw, 60px) 0 clamp(0px, 3vw, 30px);
}

.about-section .about-image {
    text-align: right;
    overflow: hidden;
    line-height: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: calc(100vw - 1024px);
}

.about-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 20%;
}

.about-text h6 {
    font-weight: 900;
    margin-bottom: 10px;
    color: #3A869D;
}

.about-block p {
    color: #000;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1800px) and (min-width: 1440px) {
    .about-section .about-image {
        width: 654px;
    }
}

@media only screen and (min-width: 1440px) {
    .about-section .about-image {
        width: 43vw;
    }
}

@media only screen and (max-width: 1440px) {
    .about-section .about-image {
        width: 43vw;
    }

    .about-image img {
        object-position: center;
    }
}

@media (max-width: 992px) {

    .about-section .col-left,
    .about-section .col-right {
        width: 100%;
    }

    .about-section .about-image {
        width: 100%;
        position: static;
        padding-bottom: 30px;
    }

    .about-image img {
        max-height: 60vh;
        object-position: 0 20%;
    }

    .about-text .section-title h2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .about-image img {
        max-height: 40vh;
    }
}

/* Home About Section End */

/* Contact Section Start */
.cta-contact-section {
    background-color: #1B3964;
    color: #fff;
    padding: clamp(40px, 6vw, 60px) 0;
}

.cta-contact-section .common-button-wrapper {
    margin-bottom: 60px;
}

.cta-contact-section .cta-heading {
    font-size: 30px;
    font-weight: 900;
    color: #D6822B;
    margin-bottom: 20px;
}

.cta-contact-section .cta-subheading {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

.cta-contact-section .cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(12px, 2vw, 20px);
    margin: clamp(30px, 6vw, 120px) auto clamp(30px, 6vw, 80px);
}

.cta-contact-section h2 {
    letter-spacing: 1.992px;
}

.cta-contact-section .cta-btn:hover {
    background-color: #2E545D;
}

.cta-contact-section .cta-buttons .cta-btn {
    font-size: clamp(16px, 3vw, 50px);
    padding: 20px 26.5px;
}

/* Contact Form 7 Style Overrides */
.cta-contact-section .cta-form form {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cta-contact-section .cta-form {
    max-width: 840px;
    margin: 0 auto;
}

.cta-contact-section .cta-form label {
    font-style: italic;
    color: #fff;
}

.cta-contact-section .cta-form label span {
    font-size: clamp(14px, 2.2vw, 18px);
    line-height: clamp(20px, 4vw, 33px);
}

.cta-contact-section .cta-form label span.wpcf7-not-valid-tip {
    color: #ff6161;
}

.cta-contact-section .cta-form input[type="submit"]:hover {
    background-color: #2E545D;
}

.cta-contact-section .section-title .subtext {
    color: #fff;
    font-weight: 900;
    font-size: clamp(18px, 2.2vw, 30px);
    line-height: clamp(26px, 2.2vw, 50px);
}

.cta-contact-section .cta-form .wpcf7-submit {
    width: 250px;
    height: 75px;
    padding: 5px 10px;
    font-size: clamp(16px, 3vw, 48px);
}

.cta-contact-section .cta-form .wpcf7-response-output {
    padding: 1em;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) and (min-width: 575px) {
    .cta-contact-section .section-title .subtext {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .cta-contact-section .cta-form .wpcf7-submit {
        width: 120px;
        height: 50px;
    }

    .cta-contact-section h2 {
        letter-spacing: 0.992px;
    }

    .cta-contact-section .cta-buttons .cta-btn {
        font-size: clamp(16px, 3vw, 50px);
        padding: 10px 12.5px;
    }

    .cta-contact-section .cta-form .wpcf7-response-output {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .cta-heading {
        font-size: 24px;
    }

    .cta-subheading {
        font-size: 14px;
    }

    .cta-btn {
        width: auto;
        text-align: center;
    }

    .cta-contact-section h2 {
        letter-spacing: 0;
    }
}

/* Contact Section End */