﻿.full-banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .full-banner picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .full-banner img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.our-story {
    width: 100%;
    padding: 60px 0;
    background: #fff;
    direction: rtl;
}

.our-story__row {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

    .our-story__row > .col-md-6:first-child {
        order: 1;
    }

    .our-story__row > .col-md-6:last-child {
        order: 2;
    }

.our-story__content {
    padding: 0 25px;
    text-align: right;
}

.our-story__title {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #2420a8;
}

.our-story__content p {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    color: #555;
}

    .our-story__content p:last-child {
        margin-bottom: 0;
    }


.our-story__image {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

    .our-story__image img {
        display: block;
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

.about-stats,
.about-values,
.about-team {
    direction: rtl;
}

.about-section-title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2420a8;
}



.about-stats {
    width: 100%;
    padding: 36px 0;
    background: #f7f7f7;
}

.about-stats__row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;
}

    .about-stats__row > [class*="col-"] {
        position: relative;
    }

        .about-stats__row > [class*="col-"]:not(:last-child)::after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 80px;
            background: #E0E0E0;
        }

.about-stat {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-left: 1px solid #eeeeee;
}

    .about-stat:last-child {
        border-left: 0;
    }

.about-stat__number {
    direction: rtl;
    font-size: 24px;
    font-weight: 700;
    color: #ff0054;
    line-height: 1.5;
}

    .about-stat__number span {
        font-size: 30px;
        font-weight: 800;
    }

.about-stat__title {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    white-space: nowrap;
}



.about-values {
    padding: 32px 0 28px;
    background: #fff;
}

.about-values__row {
    margin-left: -7px;
    margin-right: -7px;
}

    .about-values__row > [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }

.value-card {
    width: 100%;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    direction: rtl;
}


.value-card__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: #ff0054;
    border-radius: 50%;
}

.value-icon {
    width: 26px;
    height: 14px;
    display: block;
    filter: brightness(0) invert(1);
}

.value-icon--quality {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .value-icon--quality svg {
        width: 24px;
        height: 24px;
        display: block;
    }

.value-card__content {
    width: 100%;
    text-align: right;
    direction: rtl;
}

    .value-card__content h3 {
        width: 100%;
        margin: 0 0 8px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        color: #222;
        text-align: right;
    }

    .value-card__content p {
        width: 100%;
        margin: 0;
        font-size: 9px;
        font-weight: 400;
        line-height: 1.9;
        color: #777;
        text-align: right;
    }


.about-team {
    padding: 52px 0 59px;
    background: #f7f7f7;
}

.about-team__row {
    margin-left: -5px;
    margin-right: -5px;
}

    .about-team__row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.team-card {
    height: 202px;
    padding: 18px 5px;
    background: #fff;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
}

.team-card__image {
    width: 110px;
    height: 110px;
    margin: 0 auto 11px;
    padding: 0px;
    border: 3px solid #ff0054;
    border-radius: 50%;
}

    .team-card__image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 50%;
        filter: brightness(1.08) contrast(.92);
    }

.team-card h3 {
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
}

.team-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #8C8C8C;
}

.contact-cta-section {
    background: linear-gradient(90deg, #0F0A95 11%, #FF025A 127%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

    .contact-cta-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.45); 
        z-index: 1;
    }

    .contact-cta-section .container {
        position: relative;
        z-index: 2;
    }

    .contact-cta-section .cta-title {
        font-size: 1.85rem;
        letter-spacing: -0.5px;
    }

.contact-item {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 500;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .contact-item:hover {
        color: #ffffff;
        opacity: 0.85;
        transform: translateY(-1px);
    }

    .contact-item .contact-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ff2a70; 
    }

.ltr-text {
    direction: ltr;
    display: inline-block;
}

.btn-cta {
    background-color: #ff0055;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 10px 32px;
    border-radius: 8px;
    border: none;
    transition: all 0.25s ease-in-out;
}

    .btn-cta:hover {
        background-color: #e0004c;
        color: #ffffff;
        box-shadow: 0 6px 20px rgba(255, 0, 85, 0.45);
        transform: translateY(-2px);
    }

    .btn-cta:active {
        transform: translateY(0);
    }


@media (max-width: 991px) {

    .our-story {
        padding: 45px 0;
    }

    .our-story__row {
        display: flex;
        flex-direction: column;
    }

        .our-story__row > .col-md-6:last-child {
            order: 1;
        }

        .our-story__row > .col-md-6:first-child {
            order: 2;
        }

    .our-story__content {
        padding: 30px 15px 0;
    }

    .our-story__title {
        margin-bottom: 18px;
        font-size: 21px;
    }

    .our-story__content p {
        font-size: 13px;
        line-height: 2;
    }

    .our-story__image img {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .full-banner {
        height: 100%;
    }

    .about-stats {
        padding: 14px 0;
    }

    .about-stat {
        min-height: 52px;
        padding: 15px 0;
    }

    .about-stat__number {
        font-size: 30px;
    }

        .about-stat__number span {
            font-size: 30px;
        }

    .about-stat__title {
        font-size: 14px;
    }


    .about-values {
        padding: 28px 0 20px;
    }

    .about-section-title {
        margin-bottom: 22px;
        font-size: 16px;
    }

    .value-card {
        height: auto;
        padding: 20px;
        align-items: flex-start;
    }

    .value-card__content h3 {
        font-size: 15px;
    }

    .value-card__content p {
        font-size: 13px;
    }


    .about-team {
        padding: 26px 0;
    }

    .team-card {
        margin-bottom: 10px;
    }

    .our-story {
        padding: 35px 0;
    }

    .our-story__content {
        padding: 25px 5px 0;
    }

    .our-story__title {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .our-story__content p {
        font-size: 12px;
        line-height: 2;
    }

    .our-story__image {
        border-radius: 6px;
    }

        .our-story__image img {
            height: 220px;
        }


    .about-stats__row {
        display: flex;
        flex-direction: column;
    }

        .about-stats__row > .col-xs-6 {
            width: 100%;
        }

            .about-stats__row > .col-xs-6:nth-child(4) {
                order: 1;
            }

            .about-stats__row > .col-xs-6:nth-child(3) {
                order: 2;
            }

            .about-stats__row > .col-xs-6:nth-child(2) {
                order: 3;
            }

            .about-stats__row > .col-xs-6:nth-child(1) {
                order: 4;
            }
}
