
/* =========================
   Modern Gradient Footer
   ========================= */

.footer-area-without-color {
    background: linear-gradient(
        135deg,
        #021aaa 0%,
        #4f6dff 100%
    );
    color: #ffffff;
    border-radius: 48px 48px 0 0;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

/* یک افکت خیلی ظریف برای خاص شدن */
.footer-area-without-color::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -20%;
    width: 420px;
    height: 420px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.footer-area-without-color::after {
    content: "";
    position: absolute;
    bottom: -35%;
    left: -15%;
    width: 360px;
    height: 360px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

/* ویجت‌ها */
.single-footer-widget {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #ffffff;
}

/* متن و لینک‌ها */
.single-footer-widget,
.single-footer-widget p,
.single-footer-widget span,
.single-footer-widget a {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9;
    text-decoration: none;
}

.single-footer-widget a {
    opacity: 0.9;
    transition: all 0.25s ease;
}

.single-footer-widget a:hover {
    opacity: 1;
    padding-right: 6px;
}

/* لوگو */
.widget-info img {
    max-width: 72px;
    margin-bottom: 10px;
}

.widget-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* حذف المان‌های گرافیکی اضافی */
.footer-image,
.dot-shape,
.widget-signature {
    display: none;
}

/* لینک‌های سریع */
.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 8px;
}

/* اطلاعات تماس */
.footer-information {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-information li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-information i {
    font-size: 18px;
    color: #ffffff;
    margin-top: 4px;
}

.footer-information h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.footer-information span {
    font-size: 13px;
    opacity: 0.85;
}

/* کپی رایت */
.copyright-area {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding: 18px 0;
    background: rgba(0, 0, 0, 0.15);
}

.copyright-area-content p,
.copyright-area-content a {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
}

.copyright-area-content a {
    font-weight: 600;
}

.copyright-area-content a:hover {
    text-decoration: underline;
}

/* ریسپانسیو */
@media (max-width: 767px) {
    .footer-area-without-color {
        border-radius: 32px 32px 0 0;
    }

    .single-footer-widget {
        text-align: center;
    }

    .footer-information li {
        justify-content: center;
    }

}

.footer-area-without-color .widget-info img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 0.95;
}

/* ===== Force White Text & Links ===== */
.footer-area-without-color *,
.footer-area-without-color a,
.footer-area-without-color a:link,
.footer-area-without-color a:visited,
.footer-area-without-color a:hover,
.footer-area-without-color a:active,
.footer-area-without-color h3,
.footer-area-without-color h4,
.footer-area-without-color p,
.footer-area-without-color span,
.footer-area-without-color li,
.footer-area-without-color i {
    color: #ffffff !important;
}

/* =========================
   Rastin – Section Hero
   ========================= */

.rr-section-hero {
    background: linear-gradient(
        120deg,
        rgba(21, 101, 192, 0.15),
        rgba(9, 121, 105, 0.12)
    );
    border-radius: 26px;
    padding: 52px 40px;
    margin: 30px 0 50px;
    position: relative;
    overflow: hidden;
}

/* Decorative shapes */
.rr-section-hero::before,
.rr-section-hero::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    pointer-events: none;
}

.rr-section-hero::before {
    top: -50px;
    left: -30px;
    background: rgba(21, 101, 192, 0.15);
}

.rr-section-hero::after {
    bottom: -60px;
    right: -30px;
    background: rgba(9, 121, 105, 0.18);
}

/* Typography */
.rr-section-hero__title {
    font-size: 36px;
    margin-bottom: 10px;
}

.rr-section-hero__subtitle {
    color: #4f5965;
    margin-bottom: 0;
}

/* =========================
   Rastin – Modern Cards
   ========================= */

.rr-modern-grid .rr-modern-card {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(20, 25, 38, 0.1);
    padding-bottom: 6px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rr-modern-grid .rr-modern-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 42px rgba(20, 25, 38, 0.16);
}

.rr-modern-card__image {
    border-radius: 14px;
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

.rr-modern-card__title {
    margin-top: 18px;
}

.rr-modern-card__title a {
    color: #1e2a3b;
    text-decoration: none;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 768px) {
    .rr-section-hero {
        padding: 34px 22px;
    }

    .rr-section-hero__title {
        font-size: 26px;
    }
}

/* =========================
   Rastin Stats Section
   ========================= */

.rr-stats-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* Card */
.rr-stat-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 26px;
    padding: 42px 30px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

.rr-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.15);
}

/* Icon */
.rr-stat-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #22d3ee);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
}

/* Number */
.rr-stat-card h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0f172a;
}

/* Text */
.rr-stat-card p {
    font-size: 15px;
    color: #475569;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .rr-stats-section {
        padding: 70px 0;
    }

    .rr-stat-card h3 {
        font-size: 30px;
    }
}




.mobile-footer {
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 10px;
    background-color: #ffffff;
    z-index: 1000;
    margin-left: 16px;
    margin-right: 17px;
    border-radius: 15px;
    border: 1.5px solid #b1daf0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}

.mobile-footer .nav-link {
    color: #1d1d1d !important;
    font-size: 12px;
    font-weight: 600;
}

.mobile-footer .nav-link i {
    margin-top: 5px;
    font-size: 23px !important;
    font-weight: 600;
}


/* =========================
Parsten – Education Section (NO VARIABLES)
========================= */

/* ===== Hero ===== */
.rr-edu-hero {
    position: relative;
    background: linear-gradient(
        135deg,
        #021aaa 0%,
        #1c3fd1 45%,
        #4f6dff 100%
    );
    border-radius: 32px;
    padding: 56px 48px;
    margin: 40px 0 30px;
    overflow: hidden;
    color: #ffffff;
}

/* soft light effect */
.rr-edu-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top right,
        rgba(255, 255, 255, 0.18),
        transparent 60%
    );
    pointer-events: none;
}

.rr-edu-hero__eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
}

.rr-edu-hero__title {
    font-size: 36px;
    font-weight: 800;
    margin: 12px 0 14px;
    line-height: 1.4;
    color: #ffffff;
}

.rr-edu-hero__subtitle {
    font-size: 15px;
    line-height: 1.9;
    max-width: 720px;
    opacity: 0.95;
    color: #ffffff;
}

/* Pill */
.rr-edu-pill {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    color: #ffffff;
}

/* ===== Section ===== */
.rr-edu-section {
    padding: 30px 0 90px;
}

/* ===== Grid ===== */
.rr-edu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
}

/* ===== Cards ===== */
.rr-edu-card {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 25px 60px rgba(2, 26, 170, 0.18);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rr-edu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(2, 26, 170, 0.28);
}

/* media */
.rr-edu-card__media {
    background: linear-gradient(
        180deg,
        rgba(2, 26, 170, 0.12),
        rgba(79, 109, 255, 0.05)
    );
    padding: 26px;
    min-height: 200px;
    display: grid;
    place-items: center;
}

.rr-edu-card__media img {
    max-height: 150px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.rr-edu-card:hover .rr-edu-card__media img {
    transform: scale(1.08);
}

/* body */
.rr-edu-card__body {
    padding: 26px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rr-edu-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.rr-edu-card__text {
    font-size: 14px;
    line-height: 1.9;
    color: #64748b;
}

/* link */
.rr-edu-card__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #021aaa;
    background: rgba(2, 26, 170, 0.1);
    padding: 9px 14px;
    border-radius: 999px;
    width: fit-content;
    transition: background 0.3s ease;
}

.rr-edu-card__link:hover {
    background: rgba(2, 26, 170, 0.18);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .rr-edu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .rr-edu-hero__title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .rr-edu-grid {
        grid-template-columns: 1fr;
    }

    .rr-edu-hero {
        padding: 40px 28px;
    }
}
