.elementor-18 .elementor-element.elementor-element-fe2aa85{--display:flex;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-18 .elementor-element.elementor-element-10cbc7b{--iteration-count:infinite;--dynamic-text-color:#F79D13;}.elementor-18 .elementor-element.elementor-element-10cbc7b .elementor-headline{text-align:center;font-family:"IRANYekanX", Sans-serif;font-size:25px;font-weight:600;}.elementor-18 .elementor-element.elementor-element-10cbc7b .elementor-headline-plain-text{color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-0caa360{--display:flex;}.elementor-18 .elementor-element.elementor-element-2373d05{--display:flex;}.elementor-18 .elementor-element.elementor-element-5ab818e{--display:flex;}.elementor-18 .elementor-element.elementor-element-6d87901{--iteration-count:infinite;--dynamic-text-color:#F79D13;}.elementor-18 .elementor-element.elementor-element-6d87901 .elementor-headline{text-align:center;font-family:"IRANYekanX", Sans-serif;font-size:25px;font-weight:600;}.elementor-18 .elementor-element.elementor-element-6d87901 .elementor-headline-plain-text{color:#131A59;}.elementor-18 .elementor-element.elementor-element-bcc3f1a{--display:flex;--margin-top:5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-10cbc7b .elementor-headline{font-size:22px;line-height:1.5em;}.elementor-18 .elementor-element.elementor-element-0caa360{--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-18 .elementor-element.elementor-element-6d87901 .elementor-headline{font-size:22px;line-height:1.5em;}.elementor-18 .elementor-element.elementor-element-bcc3f1a{--margin-top:-5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-dd4002d */.radco-wrapper {
    direction: rtl;
    line-height: 1.8;
    color: #333;
    font-family: "IRANYekanX", Tahoma, sans-serif;
    overflow-x: hidden;
    padding: 10px;
}

.radco-intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.intro-text { flex: 1.2; }

.intro-image { flex: 0.8; }

.intro-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.radco-timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
    padding: 10px 0;
}

.radco-timeline-container::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #e0e0e0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.timeline-content {
    width: 44%;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    z-index: 2;
}

.timeline-date {
    width: 44%;
    font-weight: bold;
    color: #131A59;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #F79D13;
    border-radius: 50%;
    z-index: 3;
}

.row-right { flex-direction: row-reverse; }

.row-left { flex-direction: row; }

.row-right .timeline-date { text-align: left; padding-left: 20px; }

.row-left .timeline-date { text-align: right; padding-right: 20px; }

@media (max-width: 768px) {
    .radco-intro {
        flex-direction: column-reverse !important;
        text-align: center;
    }

    .radco-timeline-container::after {
        right: 15px;
        left: auto;
    }

    .timeline-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 30px;
        padding-right: 45px;
        padding-left: 5px;
        width: auto;
    }

    .timeline-content {
        width: 100% !important;
        text-align: right !important;
        padding: 15px !important;
        box-sizing: border-box;
        order: 2;
    }

    .timeline-date {
        width: 100% !important;
        text-align: right !important;
        padding: 0 0 15px 0 !important;
        font-size: 0.95rem;
        order: 1;
    }

    .timeline-content h4{
      font-size: 17px;
    }

    .timeline-dot {
        right: 6px !important;
        left: auto !important;
        transform: none !important;
        top: 5px;
    }

    .row-right .timeline-date, .row-left .timeline-date {
        text-align: right !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb223e3 */.radco-competency-section {
        background: #ffffff;
        padding: 40px 20px;
        direction: rtl;
        font-family: "IRANYekanX",sans-serif;
    }

    .comp-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 20px;
    }

    .comp-header h2 {
        font-size: clamp(26px, 4vw, 34px);
        color: #0f172a;
        font-weight: 900;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .comp-header h2 span {
        color: #f79d13;
    }

    .comp-grid {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        gap: 25px;
    }

    .comp-card {
        background: #f8fafc;
        border: 1px solid #f1f5f9;
        padding: 35px 25px;
        border-radius: 25px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        gap: 15px;
        position: relative;
    }

    .comp-card:not(.highlight-card):hover {
        background: #ffffff;
        border-color: #f79d13;
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    }

    .comp-icon {
        width: 55px;
        height: 55px;
        background: #fff;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: #f79d13;
        flex-shrink: 0;
        box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    }

    .comp-card h3 {
        font-size: 18px;
        font-weight: 800;
        color: #1e293b;
        margin: 0;
        line-height: 1.4;
    }

    .comp-card p {
        font-size: 14.5px;
        color: #64748b;
        line-height: 1.7;
        margin: 0;
        text-align: justify;
    }

    .highlight-card {
        grid-column: 1 / -1;
        background: #0f172a !important;
        color: white !important;
        flex-direction: row;
        align-items: center;
        padding: 35px 40px;
    }

    .highlight-card h3, .highlight-card p { color: white !important; }
    .highlight-card .comp-icon { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); }

    .highlight-card:hover {
        transform: translateY(-5px);
        background: #162136 !important;
        box-shadow: 0 15px 40px rgba(15, 23, 42, 0.25);
    }

    @media (max-width: 992px) {
        .comp-card { padding: 30px 20px; }
        .highlight-card { padding: 30px; }
    }

    @media (max-width: 768px) {
        .comp-grid { grid-template-columns: 1fr; }
        .highlight-card { flex-direction: column; text-align: center; }
        .highlight-card div { margin-right: 0 !important; margin-top: 15px; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-820b8b3 */.radco-team-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-family: "IRANYekanX", sans-serif;
    direction: rtl;
    padding: 0px 10px;
}

.team-card-premium {
    position: relative;
    width: 310px;
    height: 440px;
    background: #131A59;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease, filter 0.5s ease;
}

.member-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px 20px 25px;
    background: linear-gradient(to top,
        rgba(19, 26, 89, 0.95) 0%,
        rgba(19, 26, 89, 0.7) 40%,
        transparent 100%);
    text-align: right;
    z-index: 2;
    transform: translateY(65px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.member-details h3 {
    color: #FF9800;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 4px 0;
    letter-spacing: 0.5px;
}

.member-details .name {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 5px;
}

.member-details .degree {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13.5px;
    opacity: 0;
    transition: opacity 0.4s ease;
    margin-top: 10px;
}

.resume-link {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    padding: 7px 22px;
    background: #FF9800;
    color: #131A59 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.team-card-premium:hover,
.team-card-premium.active {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.team-card-premium:hover img,
.team-card-premium.active img {
    transform: scale(1.1);
    filter: brightness(0.7) grayscale(0.2);
}

.team-card-premium:hover .member-details,
.team-card-premium.active .member-details {
    transform: translateY(0);
}

.team-card-premium:hover .degree,
.team-card-premium.active .degree,
.team-card-premium:hover .resume-link,
.team-card-premium.active .resume-link {
    opacity: 1;
    transform: scale(1);
}

.resume-link:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.4);
}/* End custom CSS */