.services-section {
    background: #e9f1f6;
    padding: 80px 0 100px;
    text-align: center;
}

.services-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 5px;
}

.services-title span {
    color: #0e8f8e;
}

.services-subtitle {
    margin-bottom: 25px;
    font-size: 15px;
    color: #666;
}

.services-text {
    font-size: 20px;
    line-height: 31px;
    max-width: 900px;
    margin: 0 auto 25px;
    color: #000;
}

.services-card-row {
    margin-top: 40px;
}

.service-card {
    background: #fff;
    border-radius: 6px;
    padding: 0 0 25px 0;
    text-align: left;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    height: 100%;
}

.service-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-title-card {
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    margin: 20px 20px 10px;
}

.service-desc {
    font-size: 14px;
    line-height: 23.3px;
    margin: 0 20px;
    color: #000;
}

/* RESPONSIVE STYLES */
@media (max-width: 991px) {
    .services-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {

    .services-text {
        font-size: 15px;
        padding: 0 10px;
    }

    .service-img {
        height: 200px;
    }

    .service-title-card {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .services-title {
        font-size: 30px;
    }
}









.global-reach-section {
    background: #e9f1f6;
    padding: 80px 0 100px;
}

/* --- TOP SPLIT BOX --- */
.reach-top-box {
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.reach-img-box img {
      width: 538px !important;
    height: 366px !important;
    object-fit: cover !important;

}

.reach-img-box {
    width: 50%;
}

.reach-text-box {
    width: 50%;
    padding: 60px 50px;
}

.reach-small-title {
    font-size: 31px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.reach-small-para {
    font-size: 24.71px;
    line-height: 40.2px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}



/* --- MAIN TITLE --- */
.reach-main-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 78px;
}

.reach-main-title span {
    color: #0d8f8f;
}

/* --- CARDS --- */
.reach-card {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.reach-card-icon{
    color: #0d8f8f !important;
}

.reach-card-icon i {
    font-size: 28px;
    color: #0d8f8f !important;
    margin-bottom: 10px;
}

.reach-card-title {
    font-size: 25px;
    line-height: 35px;
    color: #0d8f8f !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.reach-card-desc {
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .reach-top-box {
        display: block;
    }

    .reach-img-box, .reach-text-box {
        width: 100%;
    }

    .reach-text-box {
        padding: 30px 20px;
        text-align: center;
    }

    .reach-main-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .reach-main-title {
        font-size: 26px;
    }

    .reach-card-title {
        font-size: 19px;
    }
}
