.permanent-title a {
    color: rgba(29, 183, 229, 1);
    font-size: 15px;
    font-weight: 500;
}

.permanentsub-title {
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.permanent-sub p {
    color: rgba(243, 243, 243, 1);
    font-weight: 400;
    margin-top: 10px;
    font-size: 16px;
}

.service-overview {
    background-color: #f8fbfe;
}

.overview-title-col {
    border-right: 1px solid rgba(0, 0, 0, 0.21);
}

.overview-title-col h2 {
    color: rgba(15, 23, 42, 1);
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 991px) {
    .overview-title-col {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.21);
        padding-bottom: 20px;
    }
}

.related-card {
    color: rgba(15, 23, 42, 1);
    font-weight: 700;
    font-size: 32px;
}


/* Deliverables Cards */
.deliverable-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease-in-out;
    box-shadow: 0px 2px 9.7px 0px rgba(208, 222, 230, 0.5);
    backdrop-filter: blur(4.699999809265137px);
}

.deliverable-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}



.deliverable-text {
    font-size: 18px;
    color: rgba(90, 105, 126, 1);
    line-height: 1.5;
    font-weight: 400;
}

.deliverable-arrow {
    color: #0E4494;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
}

.deliverable-card:hover .deliverable-arrow {
    transform: rotate(-45deg) translate(2px, -2px);
}

.outcomes-section {
    background: linear-gradient(98.27deg, #EFF8FE 1.12%, #E7EDF6 100%);
    padding: 40px 0;
}

.service-text {
    color: rgba(44, 45, 46, 1);
    font-weight: 500;
    font-size: 19px;
}

.approach-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px; 
}
.approach-step p {
    color: rgba(15, 23, 42, 1);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .approach-step {
        flex: 0 0 calc(50% - 55px);
        min-width: unset;
    }
}

@media (max-width: 767px) {
    .approach-step {
        flex: 0 0 100%;
        min-width: unset;
    }
}

.organisations {
    color: rgba(90, 105, 126, 1);
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}

.service-title {
    color: rgba(15, 23, 42, 1);
    font-weight: 700;
    font-size: 32px;
}

.deliverable-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #E5F7FD;
    color: #1DB7E5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.related-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #E5F7FD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.group-process{
    padding-top: 40px;
}
.partnerships {
    background-color: #0d121c; 
    background-image: url("../images/index/workforce.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    max-width: 1120px;
    margin: 40px auto;
    color: #ffffff;
}

.partnerships p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color:rgba(255, 255, 255, 1);
}

.partnership-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}