.elementor-1455 .elementor-element.elementor-element-37b67ef{--display:flex;--margin-top:4%;--margin-bottom:4%;--margin-left:0%;--margin-right:0%;}.elementor-1455 .elementor-element.elementor-element-089a986 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-1455 .elementor-element.elementor-element-089a986 .elementor-swiper-button.elementor-swiper-button-next{font-size:44px;color:#FFFFFF;}.elementor-1455 .elementor-element.elementor-element-089a986 .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-1455 .elementor-element.elementor-element-089a986 .elementor-swiper-button.elementor-swiper-button-next svg{fill:#FFFFFF;}.elementor-1455 .elementor-element.elementor-element-089a986 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-style:none;border-radius:5px 5px 5px 5px;}.elementor-1455 .elementor-element.elementor-element-089a986 .elementor-image-carousel-caption{text-align:center;}/* Start custom CSS for html, class: .elementor-element-8feb12e *//* Arthur Resume */
.arthur-resume {
    width: 100%;
    direction: rtl;
    font-family: inherit;
}

.arthur-resume-card {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 55px 60px;
    background: #fff;
    border: 1px solid rgba(35, 108, 123, 0.12);
    border-radius: 4px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.35s ease;
}

/* خط فیروزه‌ای کناری */
.arthur-resume-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #236C7B;
    transform: scaleY(0.25);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.arthur-resume-content {
    position: relative;
}

.arthur-resume-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #236C7B;
    font-size: 14px;
    font-weight: 600;
}

.arthur-resume-card h2 {
    margin: 0 0 28px;
    color: #222;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.arthur-resume-card p {
    margin: 0 0 18px;
    color: #555;
    font-size: 16px;
    line-height: 2.1;
}

.arthur-resume-signature {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(35, 108, 123, 0.12);
}

.arthur-resume-signature strong {
    color: #236C7B;
    font-size: 17px;
    font-weight: 600;
}

.arthur-resume-signature span {
    color: #777;
    font-size: 13px;
}

/* Hover */
.arthur-resume-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.arthur-resume-card:hover .arthur-resume-accent {
    transform: scaleY(1);
}

/* Tablet */
@media (max-width: 768px) {

    .arthur-resume-card {
        padding: 40px 35px;
    }

    .arthur-resume-card h2 {
        font-size: 25px;
    }

    .arthur-resume-card p {
        font-size: 15px;
        line-height: 2;
    }
}

/* Mobile */
@media (max-width: 480px) {

    .arthur-resume-card {
        padding: 30px 24px;
    }

    .arthur-resume-card h2 {
        font-size: 21px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .arthur-resume-card p {
        font-size: 14px;
        line-height: 2;
        text-align: justify;
    }

    .arthur-resume-signature {
        margin-top: 25px;
        padding-top: 18px;
    }

    .arthur-resume-signature strong {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-421be43 *//* =========================
   Arthur CV
========================= */

.arthur-cv {
    direction: rtl;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    font-family: inherit;
    color: #444;
}

/* کارت‌ها */
.arthur-cv .cv-box {
    position: relative;
    background: #fff;
    padding: 38px 42px;
    margin-bottom: 24px;
    border: 1px solid rgba(35, 108, 123, 0.12);
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.035);
    overflow: hidden;
    transition: all 0.35s ease;
}

/* خط فیروزه‌ای کنار کارت */
.arthur-cv .cv-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 45px;
    background: #236C7B;
    transition: height 0.4s ease;
}

/* هاور کارت */
.arthur-cv .cv-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.arthur-cv .cv-box:hover::before {
    height: 100%;
}


/* عنوان */
.arthur-cv .cv-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 25px;
}

.arthur-cv .cv-title h2 {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

.arthur-cv .cv-line {
    display: block;
    width: 28px;
    height: 2px;
    background: #236C7B;
}


/* تحصیلات */
.arthur-cv .cv-education {
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
}

.arthur-cv .cv-education li {
    position: relative;
    margin-bottom: 14px;
    padding-right: 22px;
    color: #555;
    font-size: 16px;
    line-height: 2;
}

.arthur-cv .cv-education li:last-child {
    margin-bottom: 0;
}

.arthur-cv .cv-education li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #236C7B;
}


/* لیست پروژه‌ها و جوایز */
.arthur-cv .cv-list {
    margin: 0;
    padding: 0 38px 0 0;
    list-style: none;
    counter-reset: cv-counter;
}

.arthur-cv .cv-list li {
    position: relative;
    counter-increment: cv-counter;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    transition: all 0.25s ease;
}

.arthur-cv .cv-list li:last-child {
    border-bottom: none;
}


/* شماره */
.arthur-cv .cv-list li::before {
    content: counter(cv-counter);
    position: absolute;
    right: -38px;
    top: 14px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(35, 108, 123, 0.08);
    color: #236C7B;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.25s ease;
}


/* هاور هر آیتم */
.arthur-cv .cv-list li:hover {
    color: #236C7B;
    padding-right: 7px;
}

.arthur-cv .cv-list li:hover::before {
    background: #236C7B;
    color: #fff;
}


/* =========================
   Tablet
========================= */

@media (max-width: 768px) {

    .arthur-cv .cv-box {
        padding: 30px 28px;
    }

    .arthur-cv .cv-title h2 {
        font-size: 22px;
    }

    .arthur-cv .cv-list {
        padding-right: 34px;
    }

    .arthur-cv .cv-list li {
        font-size: 14px;
        line-height: 2;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .arthur-cv .cv-list li::before {
        right: -34px;
    }
}


/* =========================
   Mobile
========================= */

@media (max-width: 480px) {

    .arthur-cv .cv-box {
        padding: 25px 20px;
        margin-bottom: 16px;
    }

    .arthur-cv .cv-title {
        gap: 10px;
        margin-bottom: 20px;
    }

    .arthur-cv .cv-title h2 {
        font-size: 19px;
    }

    .arthur-cv .cv-line {
        width: 20px;
    }

    .arthur-cv .cv-education {
        padding-right: 15px;
    }

    .arthur-cv .cv-education li {
        font-size: 13px;
        line-height: 2;
        padding-right: 18px;
    }

    .arthur-cv .cv-list {
        padding-right: 29px;
    }

    .arthur-cv .cv-list li {
        font-size: 13px;
        line-height: 2;
        padding: 12px 0;
    }

    .arthur-cv .cv-list li::before {
        right: -29px;
        top: 13px;
        width: 22px;
        height: 22px;
        font-size: 10px;
    }
}/* End custom CSS */