.xrl-about {
    padding: 40px 16px;
}
.xrl-about .container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.xrl-about .aboutUsSlogon {
    text-align: center;
    color: var(--darkPurple);
}
.xrl-about .about-hero {
    background-color: #495585;
    border-radius: 16px;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    overflow: hidden;
    position: relative;
    color: white;
    text-align: justify;
}
.xrl-about .hero-text {
    flex: 1;
}
.xrl-about .hero-text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.5;
}
.xrl-about .hero-text p {
    font-size: 13px;
    color: #cfd2da;
    line-height: 2.5rem;
    font-size: 1rem;
}
.xrl-about .hero-badge {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background: rgba(207, 210, 218, 0.12);
    border: 0.5px solid rgba(207, 210, 218, 0.25);
    border-radius: 12px;
    padding: 20px 32px;
    text-align: center;
}
.xrl-about .hero-badge .yr {
    font-size: 36px;
    font-weight: 500;
    color: #cfd2da;
}
.xrl-about .hero-badge .yr-label {
    font-size: 11px;
    color: rgba(207, 210, 218, 0.6);
    margin-top: 4px;
}

.xrl-about .stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.xrl-about .stat-card {
    background: #c6c9d8;
    border: 0.5px solid #cfd2da;
    border-radius: 20px;
    padding: 20px 16px;
    text-align: center;
}
.xrl-about .stat-icon {
    border-radius: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    width: 70%;
    aspect-ratio: 4/4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% auto;
}
.xrl-about .stat-icon i {
    font-size: 22px;
    color: #303a5e;
}
.xrl-about .stat-num {
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--darkPurple);
    margin-bottom: 4px;
}
.xrl-about .stat-label {
    font-size: 1.1rem;
    color: var(--darkPurple);
}

.xrl-about .section-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--darkPurple);
    margin-bottom: 4px;
}
.xrl-about .section-sub {
    font-size: 1.2rem;
    color: var(--darkPurple);
    margin-bottom: 18px;
}

.xrl-about .history-card {
    background: #edf1ee;
    border-top: 8px solid var(--darkPurple);
    border-radius: 16px;
    padding: 28px 50px;
}
.xrl-about .history-text {
    font-size: 13px;
    color: #333533;
    line-height: 2.2;
    text-align: justify;
    text-justify: distribute;
    margin-bottom: 24px;
    border-bottom: 0.5px solid #eeeff0;
    padding-bottom: 20px;
}
.xrl-about .timeline {
    display: flex;
    flex-direction: column;
}
.xrl-about .tl-item {
    gap: 2px;
    padding: 14px 0;
    border-bottom: 0.5px solid #eeeff0;
    color: var(--darkPurple);
}
.xrl-about .tl-item > * {
    display: inline;
}
.xrl-about .tl-year {
    font-weight: bold;
}
.xrl-about .tl-dot {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 6px;
    position: relative;
    margin-left: 8px;
    display: inline-block;
}

.xrl-about .tl-dot::after {
    content: "";
    width: 50%;
    aspect-ratio: 1/2;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.xrl-about .tl-desc {
    font-size: 1rem;
    color: var(--darkPurple);
    line-height: 1.6rem;
}

.xrl-about .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.xrl-about .val-card {
    background: #fff;
    border: 0.5px solid #cfd2da;
    border-radius: 12px;
    padding: 22px 18px;
    border-top: 3px solid #303a5e;
}
.xrl-about .val-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #cfd2da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.xrl-about .val-icon i {
    font-size: 20px;
    color: #303a5e;
}
.xrl-about .val-title {
    font-size: 13px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 6px;
}
.xrl-about .val-desc {
    font-size: 12px;
    color: #555964;
    line-height: 1.8;
}

.xrl-about .mission-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.xrl-about .mission-card {
    border-radius: 12px;
    padding: 24px 22px;
}
.xrl-about .mission-card.dark {
    background: #333533;
    border: 0.5px solid #333533;
}
.xrl-about .mission-card.light {
    background: #ebf1e0;
    border-bottom: 8px solid var(--darkPurple);
}
.xrl-about .mission-card h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.xrl-about .mission-card.dark h3 {
    color: #eeeff0;
}
.xrl-about .mission-card.light h3 {
    color: #202020;
}
.xrl-about .mission-card p {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 30px;
    text-align: center;
}
.xrl-about .mission-card.dark p {
    color: #cfd2da;
}
.xrl-about .mission-card.light p {
    color: var(--darkPurple);
}
.xrl-about .mission-label {
    display: inline-block;
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-weight: 500;
}
.xrl-about .mission-card.dark .mission-label {
    background: rgba(207, 210, 218, 0.15);
    color: #cfd2da;
}
.xrl-about .mission-card.light .mission-label {
    background: var(--darkPurple);
    color: white;
}

@media (max-width: 900px) {
    .xrl-about .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .xrl-about .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .xrl-about .about-hero {
        flex-direction: column;
        padding: 28px 22px;
        gap: 18px;
    }
    .xrl-about .hero-badge {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: center;
        padding: 14px 20px;
    }
    .xrl-about .hero-badge .yr {
        font-size: 28px;
    }
    .xrl-about .hero-text h1 {
        font-size: 18px;
    }
    .xrl-about .mission-row {
        grid-template-columns: 1fr;
    }
    .xrl-about .values-grid {
        grid-template-columns: 1fr;
    }
    .xrl-about .history-card {
        padding: 20px 16px;
    }
}
@media (max-width: 400px) {
    .xrl-about .stats-row {
        grid-template-columns: 1fr;
    }
}

.hof {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    direction: rtl;
}

.hof__intro {
    text-align: center;
    margin-bottom: 28px;
}

.hof__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a1a;
}

.hof__subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.hof__carousel {
    overflow: hidden;
    position: relative;
    direction: ltr !important;
}

.hof__track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.hof__carousel--loop .hof__track {
    animation: hof-scroll linear infinite;
}

.hof__carousel--loop:hover .hof__track {
    animation-play-state: paused;
}

.hof__carousel--static .hof__track {
    justify-content: center;
    flex-wrap: wrap;
}

@keyframes hof-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.hof__item {
    flex: 0 0 auto;
    width: 180px;
    text-align: center;
}

.hof__img {
    width: 180px;
    height: 180px;
    background: #f7f7f5;
    border: 1px solid #eee;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hof__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hof__caption {
    margin: 10px 0 0;
    font-size: 12px;
    color: #666;
}

@media (max-width: 640px) {
    .hof__item, .hof__img {
        width: 130px;
        height: 130px;
    }
}