.services-section {
    padding: 120px 20px 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-tag {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.tag-text {
    font-family: 'Open Sauce One', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3e5fbc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 700;
}

.tag-underline {
    width: 100px;
    height: 10px;
    margin-top: 4px;
    object-fit: fill;
}

.page-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #3e5fbc;
    margin-bottom: 40px;
}

.content-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #030303;
}

.content-text p {
    line-height: 1.5;
}

.content-text strong {
    font-weight: 700 !important;
}


.cta-section {
    padding: 40px 20px;
    background: linear-gradient(31deg, rgba(27, 47, 83, 1) 0%, rgba(62, 95, 188, 1) 75%);
}

.cta-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.cta-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cta-heading {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cta-line-1 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fcfdfd;
}

.cta-line-2 {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fcfdfd;
}

.cta-highlight {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.highlight-underline {
    width: 100%;
    height: 7.78px;
    margin-top: -2px;
}

.cta-subtitle {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fcfdfd;
}

.cta-description {
    font-family: 'Open Sauce One', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #bff5d9;
}


.btn {
    padding: 12px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-cta {
    background-color: #fcfdfd;
    color: #3e5fbc;
    border: 1px solid #3e5fbc;
    height: 44px;
    align-self: flex-start;
}

.btn-cta:hover {
    background-color: #3e5fbc;
    color: #fcfdfd;
}



/* Tablet / Mobile Large (max-width: 790px) */
@media (max-width: 790px) {
    .page-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .content-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .cta-line-1,
    .cta-line-2,
    .cta-subtitle {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .cta-description {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

/* Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .page-title {
        font-size: 22px !important;
    }

    .content-text {
        font-size: 13px !important;
    }

    .cta-line-1,
    .cta-line-2,
    .cta-subtitle {
        font-size: 22px !important;
    }

    .cta-description {
        font-size: 13px !important;
    }
}

@media (min-width: 790px) {
    .services-section {
        padding: 120px 80px 40px 80px;
    }

    .cta-section {
        padding: 40px 80px;
    }

    .cta-heading {
        flex-direction: row;
        gap: 4px;
    }

    .cta-line-1 {
        font-size: 28px;
        line-height: 28px;
    }

    .cta-line-2 {
        font-size: 28px;
        line-height: 28px;
    }

    .cta-subtitle {
        font-size: 28px;
        line-height: 28px;
    }
}



@media (min-width: 1200px) {
    .services-section {
        padding: 120px 80px 40px 80px;
    }

    .cta-section {
        padding: 0 20px;
        background: transparent;
    }

    .cta-content {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 100px;
        padding: 40px 80px;
        background: linear-gradient(31deg, rgba(27, 47, 83, 1) 0%, rgba(62, 95, 188, 1) 75%);
        border-radius: 0 0 15.09px 15.09px;
        height: 200px;
    }

    .cta-title {
        flex-shrink: 0;
    }

    .cta-description {
        display: none;
    }
}