.breadcrumb-item+.breadcrumb-item:lang(ar)::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb a {
    color: rgba(94, 94, 94, 1);
}

.about_img:lang(en),
.about_img:lang(fr),
.about_img:lang(ru) {
    transform: scaleX(-1);
}

.circ {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main);
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
}

.nums {
    font-size: 25px;
    color: var(--main);
    font-weight: 600;
}

.nums_div {
    background-color: #fff;
    border-radius: 25px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    max-height: 421px;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.custom-play-btn i {
    font-size: 22px;
    color: #c8a976;
}

.video-wrapper video.playing+.custom-play-btn {
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.icon_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(115 108 97);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 3;
}


.circ_after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 51px;
    height: 51px;
    background-color: #00000033;
    z-index: 2;
}

.circ_before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgb(0 0 0 / 9%);
    z-index: 1;
}



/*message*/
.message_img::after {
    content: "";
    position: absolute;
    width: 82%;
    height: 92%;
    background-color: var(--main);
    left: 5%;
    z-index: -1;
    top: 11%;
    border-radius: 22px;
}

.even .message_img::after {
    right: 5%;
    left: unset;
}

/*map*/
.map iframe {
    border-radius: 22px;
}

.map::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 92%;
    background-color: var(--main);
    left: -6%;
    z-index: -1;
    top: 17%;
    border-radius: 22px;
}

/*map*/
.company_name {
    color: var(--main);
    font-weight: 600;
}

/* person */
.person {
    background-color: #fff;
}

.image-border {
    width: 200px;
    /* adjust as needed */
    height: 200px;
    border-radius: 50%;
    padding: 15px;
    background: linear-gradient(180deg, #e0e9ed, var(--main));
    /* gradient border */
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-border img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    background-color: white;
}

.person_name {
    color: var(--main);
}

.jop-description {
    color: rgba(59, 61, 76, 1);

}