.rtl .about-body{
    direction: rtl;
}

.about-body{
    background-color: #FBF9FC;
}

@media (min-width: 1400px){
    .about-body .container{
        max-width: 1400px;
    }
}

.btn-pre{
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0;
    background-color: #F7931E;
    padding: 10px 40px; border-radius: 100px;
    color: #000; font-size: 16px;
    font-family: peyda-bold;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    border: none;
}

.pur-cover-tit{
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
    background-color: rgba(102, 45, 145, 0.35);
    padding: 10px 25px; border-radius: 100px;
    color: #662D91; font-size: 14px;
    font-family: peyda-extra;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.pur-cover-tit span{
    width: 15px; height: 15px;
    background-color: #F7931E;
    border-radius: 100px;
}

.pur-cover-tit.timeline-title{
    margin-right: auto;
    margin-left: auto;
}

.org-cover-tit{
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
    background-color: rgba(247, 147, 30, 0.35);
    padding: 10px 25px; border-radius: 100px;
    color: #F7931E; font-size: 14px;
    font-family: peyda-extra;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.org-cover-tit span{
    width: 15px; height: 15px;
    background-color: #662D91;
    border-radius: 100px;
}

.our-story-text{
    text-align: right;
}

.hero-image-container{
    position: relative;
    background-image:
        linear-gradient(rgba(51, 20, 74, 0.65), rgba(51, 20, 74, 0.65)),
        url(../image/AboutUs/hero-image.jpg);
    width: 100%;
    min-height: 580px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-image-container > .container{
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    text-align: right;
}

.hero-image-container h1,
.hero-image-container h2{
    font-family: peyda-bold;
    color: #fff;
    text-align: right;
    width: 550px;
    max-width: 100%;
    font-size: 36px;
}

.hero-image-container h1 span,
.hero-image-container h2 span{ 
    color: #F7931E;
}

.hero-image-container p{
    color: #F7931E;
    text-align: right;
}

.hero-header-image img{
    width: 100%;
    max-width: 950px;
    transform: translateY(100px) translateX(-20px);
}

.hero-header-image.owl-car-about{
    width: 50%;
    max-width: 800px;
}

.naviii{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.hero-header-sub{
    background-color: #F4EFFA;
    padding: 35px;
    text-align: right;
}

.hero-header-sub p{
    width: 550px;
    margin-right: 0;
    margin-left: auto;
    line-height: 1.6;
}

.our-story{
    display: flex; justify-content: space-between; align-items: center;

    height: 80vh;

    text-align: right;
}

.inner-uor-story{
    display: flex; justify-content: center; align-items: center;
    gap: 50px;
    width: 100%;
}

.our-story-image img{
    width: 100%;
    max-width: 700px;
    border-radius: 25px;
}

.our-story-text{
    width: 100%;
    max-width: 500px;

    display: flex;
    flex-direction: column;
    text-align: right;
}

.our-story-text h2{
    font-size: 36px;
    font-family: peyda-bold;
}

.our-story-text p{
    font-size: 16px;
    color: #6E6577;
    font-family: peyda-regular;
}

.our-story-text h4{
    font-size: 16px;
    color: #662D91; font-family: peyda-bold;
}

.our-story-text h4 a{
    color: inherit;
    text-decoration: none;
}

.how-its-work{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image:
        linear-gradient(rgba(51, 20, 74, 0.65), rgba(51, 20, 74, 0.65)),
        url(../image/AboutUs//how-its-work.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner-how-work h2{
    font-size: 36px;
    font-family: peyda-bold;
    color: #fff;
}

.inner-how-work p{
    font-size: 16px;
    color: #fff;
    font-family: peyda-regular;
    text-align: right;
}

.org-left-work{
    width: 100px; height: 100px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #662D91;

    padding: 20px;
}

.org-right-work{
    width: 100px; height: 100px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #662D91;

    padding: 20px;
}

.row-how-work{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: start;

    margin-top: 50px;
}

.how-continer-work{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.how-continer-work p{
    width: 100%;
    max-width: 190px;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    font-family: peyda-regular;
}

.Make-Center{
    display: flex; justify-content: center; align-items: center; width: 100%;
    margin-top: 80px;
}

.time-line-full{
    background-color: #F4EFFA;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.time-line-full h2{
    font-size: 36px;
    font-family: peyda-bold;
    text-align: center;
}

.time-line-full p{
    font-size: 16px;
    font-family: peyda-regular;
    text-align: center;
}

.project-timeline{
    margin-top: 65px;
    direction: rtl;
}

.timeline-flow{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 70px;
}

.timeline-step{
    --timeline-color: #662D91;
    --timeline-soft-color: rgba(102, 45, 145, 0.08);
    text-align: center;
}

.timeline-step.timeline-orange{
    --timeline-color: #F7931E;
    --timeline-soft-color: #FFF0D5;
}

.timeline-step-title{
    position: relative;
    z-index: 1;
    padding: 10px 18px;
    border-radius: 100px;
    background-color: var(--timeline-soft-color);
    color: #151515;
    font-family: peyda-bold;
    font-size: 16px;
    white-space: nowrap;
}

.timeline-step-title::after{
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    width: 3px;
    height: 18px;
    background-color: var(--timeline-color);
    transform: translateX(50%);
}

.timeline-range{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 18px 42px 0;
    padding-top: 43px;
    color: var(--timeline-color);
}

.timeline-range::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: var(--timeline-color);
}

.timeline-date{
    position: relative;
    min-width: 52px;
    color: #151515;
    font-family: peyda-bold;
    font-size: 15px;
    transform: translateX(50%);
}

.timeline-date:last-child{
    transform: translateX(-50%);
}

.timeline-date::before{
    content: "";
    position: absolute;
    bottom: calc(100% + 9px);
    right: 50%;
    width: 3px;
    height: 34px;
    background-color: var(--timeline-color);
    transform: translateX(50%);
}

.timeline-date::after{
    content: "";
    position: absolute;
    bottom: calc(100% + 5px);
    right: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--timeline-color);
    transform: translateX(50%);
}

.timeline-endpoints{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 105px;
}

.timeline-endpoint{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    border-radius: 100px;
    background-color: #1D0C25;
    color: #fff;
    font-family: peyda-bold;
    font-size: 15px;
}

.timeline-endpoint span{
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    background-color: #662D91;
}

.timeline-finish span{
    background-color: #F7931E;
}

@media (max-width: 991px){
    .timeline-flow{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 55px 30px;
    }

    .timeline-endpoints{
        margin-top: 70px;
    }
}

@media (max-width: 575px){
    .time-line-full{
        padding: 60px 0;
    }

    .timeline-flow{
        grid-template-columns: 1fr;
    }

    .timeline-endpoints{
        flex-direction: column;
        gap: 16px;
    }
}

.about-results{
    padding: 110px 0 90px;
    background-color: #FBF9FC;
}

.results-layout{
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 70px;
    align-items: center;
    direction: rtl;
}

.results-stats{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.result-stat-card{
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 2px solid #E4DEE9;
    border-radius: 28px;
    text-align: center;
}

.result-stat-card strong{
    color: #000;
    font-family: peyda-extra;
    font-size: 58px;
    line-height: 1;
}

.result-stat-card h3{
    margin: 8px 0 2px;
    color: #151515;
    font-family: peyda-bold;
    font-size: 22px;
}

.result-stat-card span{
    color: #3F3943;
    font-family: peyda-regular;
    font-size: 14px;
}

.results-copy{
    text-align: right;
}

.org-cover-tit.results-title{
    margin-right: 0;
    margin-left: auto;
}

.results-copy h2{
    margin: 36px 0 28px;
    color: #151515;
    font-family: peyda-bold;
    font-size: 38px;
    line-height: 1.5;
}

.results-copy p{
    margin: 0 0 28px;
    color: #3F3943;
    font-family: peyda-regular;
    font-size: 16px;
    line-height: 2;
}

.why-tudid{
    padding: 70px 0 120px;
    background-color: #FBF9FC;
    text-align: center;
}

.pur-cover-tit.why-tudid-title{
    margin-right: 0;
    margin-left: auto;
}

.why-tudid > .container > h2{
    margin: 44px 0 55px;
    color: #151515;
    font-family: peyda-bold;
    font-size: 38px;
}

.why-tudid-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    direction: rtl;
}

.why-tudid-card{
    min-height: 280px;
    padding: 24px 26px 30px;
    border-radius: 28px;
    background-color: #F4EFFA;
    text-align: right;
}

.why-tudid-icon{
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
    border-radius: 16px;
    background-color: #fff;
}

.why-tudid-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.why-tudid-card h3{
    margin: 30px 0 16px;
    color: #151515;
    font-family: peyda-bold;
    font-size: 21px;
}

.why-tudid-card p{
    margin: 0;
    color: #3F3943;
    font-family: peyda-regular;
    font-size: 15px;
    line-height: 1.9;
}

@media (max-width: 991px){
    .results-layout{
        grid-template-columns: 1fr;
    }

    .why-tudid-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px){
    .about-results{
        padding: 70px 0 50px;
    }

    .results-stats,
    .why-tudid-grid{
        grid-template-columns: 1fr;
    }

    .result-stat-card{
        min-height: 200px;
    }

    .results-copy h2,
    .why-tudid > .container > h2{
        font-size: 29px;
    }

    .why-tudid{
        padding: 50px 0 80px;
    }
}

.city-covering{
    background-color: #F4EFFA;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.city-covering-layout{
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 90px;
    align-items: center;
    direction: rtl;
}

.city-covering-copy{
    text-align: right;
}

.pur-cover-tit.city-covering-title{
    margin-right: 0;
    margin-left: auto;
}

.city-covering-copy h2{
    margin: 42px 0 32px;
    color: #151515;
    font-family: peyda-bold;
    font-size: 40px;
    line-height: 1.5;
}

.city-covering-copy > p{
    margin: 0;
    color: #6E6577;
    font-family: peyda-regular;
    font-size: 16px;
    line-height: 2;
}

.city-covering-list{
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.city-covering-list li{
    position: relative;
    padding-right: 38px;
    color: #151515;
    font-family: peyda-medium;
    font-size: 16px;
    line-height: 1.7;
}

.city-covering-list li::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-color: #F7931E;
    transform: translateY(-50%);
}

.city-covering-map{
    display: flex;
    align-items: center;
    justify-content: end;
}

.city-covering-map img{
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
}

@media (max-width: 991px){
    .city-covering-layout{
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .city-covering-map{
        grid-row: 2;
    }
}

@media (max-width: 575px){
    .city-covering{
        padding: 60px 0;
    }

    .city-covering-copy h2{
        margin: 32px 0 24px;
        font-size: 29px;
    }

    .city-covering-list{
        margin-top: 32px;
    }
}

.are-you-ready{
    position: relative;
    background-image:
        linear-gradient(rgba(51, 20, 74, 0.65), rgba(51, 20, 74, 0.65)),
        url(../image/AboutUs/RuR.jpg);
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.are-you-ready-content{
    position: relative;
    z-index: 1;
    text-align: center;
}

.org-cover-tit.ready-title{
    margin-right: auto;
    margin-left: auto;
}

.are-you-ready-content h2{
    margin: 34px 0 24px;
    color: #fff;
    font-family: peyda-bold;
    font-size: 40px;
    line-height: 1.5;
}

.are-you-ready-content > p{
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: peyda-regular;
    font-size: 16px;
}

.ready-actions{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 70px;
    direction: rtl;
}

.ready-btn{
    width: 100%;
    max-width: 250px;
    padding: 13px 20px;
    border-radius: 100px;
    color: #fff;
    font-family: peyda-bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.ready-btn:hover{
    color: #fff;
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.ready-brand-panel{
    background-color: #F7931E;
    color: #151515;
}

.ready-brand-panel:hover{
    color: #151515;
}

.ready-consultation{
    background-color: #7435A5;
}

@media (max-width: 767px){
    .are-you-ready{
        min-height: 560px;
        padding: 60px 0;
    }

    .are-you-ready-content h2{
        font-size: 30px;
    }

    .are-you-ready-content > p{
        font-size: 16px;
    }

    .ready-actions{
        flex-direction: column;
        gap: 18px;
        margin-top: 45px;
    }

    .ready-btn{
        max-width: 300px;
        padding: 18px 24px;
    }
}

/* Hover interactions */
.pur-cover-tit,
.org-cover-tit,
.btn-pre,
.how-continer-work,
.timeline-step,
.timeline-endpoint,
.result-stat-card,
.why-tudid-card,
.why-tudid-icon,
.our-story-image img,
.hero-header-image img,
.city-covering-map img{
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, filter 0.3s ease;
}

@media (hover: hover){
    .pur-cover-tit:hover,
    .org-cover-tit:hover{
        box-shadow: 0 10px 24px rgba(51, 20, 74, 0.16);
        filter: brightness(1.05);
    }

    .btn-pre:hover{
        color: #fff;
        box-shadow: 0 12px 28px rgba(102, 45, 145, 0.3);
        transform: translateY(-4px);
    }

    .our-story-image{
        overflow: hidden;
        border-radius: 25px;
    }

    .our-story-image:hover img{
        transform: scale(1.045);
    }

    .how-continer-work:hover,
    .timeline-step:hover{
        transform: translateY(-8px);
    }

    .how-continer-work:hover .org-right-work,
    .how-continer-work:hover .org-left-work{
        box-shadow: 0 15px 30px rgba(51, 20, 74, 0.2);
        transform: scale(1.06);
    }

    .org-right-work,
    .org-left-work{
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .timeline-step:hover .timeline-step-title{
        box-shadow: 0 10px 24px rgba(51, 20, 74, 0.14);
    }

    .timeline-endpoint:hover{
        box-shadow: 0 12px 28px rgba(29, 12, 37, 0.28);
        transform: translateY(-5px);
    }

    .result-stat-card:hover{
        border-color: #BFA8CF;
        box-shadow: 0 18px 38px rgba(51, 20, 74, 0.12);
        transform: translateY(-9px);
    }

    .result-stat-card:hover strong{
        color: #662D91;
    }

    .result-stat-card strong{
        transition: color 0.3s ease;
    }

    .why-tudid-card:hover{
        box-shadow: 0 18px 38px rgba(51, 20, 74, 0.14);
        transform: translateY(-9px);
    }

    .why-tudid-card:hover .why-tudid-icon{
        box-shadow: 0 10px 22px rgba(102, 45, 145, 0.2);
        transform: rotate(4deg) scale(1.08);
    }

    .city-covering-map:hover img{
        filter: drop-shadow(0 18px 24px rgba(51, 20, 74, 0.2));
        transform: scale(1.035);
    }

    .ready-btn:hover{
        box-shadow: 0 14px 30px rgba(20, 8, 28, 0.3);
    }
}

/* English / LTR About page */
body.ltr .hero-image-container > .container,
body.ltr .hero-image-container h1,
body.ltr .hero-image-container h2,
body.ltr .hero-image-container p,
body.ltr .hero-header-sub,
body.ltr .our-story-text,
body.ltr .inner-how-work h2,
body.ltr .inner-how-work > p,
body.ltr .results-copy,
body.ltr .why-tudid-card,
body.ltr .city-covering-copy{
    text-align: left;
}

body.ltr .naviii,
body.ltr .inner-uor-story,
body.ltr .results-layout,
body.ltr .why-tudid-grid,
body.ltr .city-covering-layout,
body.ltr .project-timeline{
    direction: ltr;
}

body.ltr .pur-cover-tit,
body.ltr .org-cover-tit{
    margin-right: auto;
    margin-left: 0;
}

body.ltr .pur-cover-tit.timeline-title,
body.ltr .org-cover-tit.ready-title{
    margin-right: auto;
    margin-left: auto;
}

body.ltr .hero-header-sub p{
    margin-right: auto;
    margin-left: 0;
}

body.ltr .timeline-flow,
body.ltr .timeline-endpoints{
    direction: ltr;
}

body.ltr .timeline-date{
    transform: translateX(-50%);
}

body.ltr .timeline-date:last-child{
    transform: translateX(50%);
}

body.ltr .why-tudid-icon{
    margin-right: auto;
    margin-left: 0;
}

body.ltr .city-covering-list li{
    padding-right: 0;
    padding-left: 38px;
}

body.ltr .city-covering-list li::before{
    right: auto;
    left: 0;
}

body.ltr .ready-actions{
    direction: ltr;
}

body.ltr .hero-image-container h1,
body.ltr .hero-image-container h2,
body.ltr .our-story-text h2,
body.ltr .our-story-text h4,
body.ltr .inner-how-work h2,
body.ltr .inner-how-work > p,
body.ltr .time-line-full h2,
body.ltr .time-line-full p,
body.ltr .timeline-step-title,
body.ltr .timeline-date,
body.ltr .timeline-endpoint,
body.ltr .results-copy h2,
body.ltr .results-copy p,
body.ltr .result-stat-card strong,
body.ltr .result-stat-card h3,
body.ltr .result-stat-card span,
body.ltr .why-tudid > .container > h2,
body.ltr .why-tudid-card h3,
body.ltr .why-tudid-card p,
body.ltr .city-covering-copy h2,
body.ltr .city-covering-copy > p,
body.ltr .city-covering-list li,
body.ltr .are-you-ready-content h2,
body.ltr .are-you-ready-content > p,
body.ltr .ready-btn,
body.ltr .btn-pre,
body.ltr .pur-cover-tit,
body.ltr .org-cover-tit{
    font-family: Arboria, Arial, sans-serif;
}
