﻿body {
}
.feedback-section {
    padding: 40px 0;
    background: #f8f9fa;
}

#feedbackSlider .item .box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    min-height: 120px;
}

#feedbackSlider .item .fullName {
    font-weight: bold;
    margin-bottom: 10px;
}

#feedbackSlider .item .comment {
    color: #555;
    font-size: 14px;
}

#feedbackSlider .item {
    background: #f5f5f5;
    padding: 15px;
    margin: 5px;
    border-radius: 8px;
}

.fullName {
    font-weight: bold;
    margin-bottom: 5px;
}

.comment {
    font-size: 14px;
    color: #333;
}

#feedbackSlider .item {
    background: lightblue;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ccc;
}

:root {
    --ink: #0f172a;
    --muted: #475569;
    --brand: #2563eb;
    --brand-2: #7c3aed;
    --accent: #ff4d6d;
    --accent-2: #ff9f1c;
    /* گرادیان گرم CTA */
    --glass: #ffffffcc;
    --radius: 18px;
}
/* ===== پس‌زمینه زنده و لطیف (Aurora) ===== */

html,
body {
    height: 100%
}

body {
    margin: 0;
    color: var(--ink);
    background: radial-gradient(1200px 520px at 0% -10%, #e8f0ff 0%, transparent 60%), radial-gradient(900px 480px at 110% 0%, #fff3e6 0%, transparent 62%), linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow-x: hidden;
}

    body::before,
    body::after {
        content: "";
        position: fixed;
        z-index: 0;
        pointer-events: none;
        width: 780px;
        height: 780px;
        border-radius: 50%;
        filter: blur(60px);
        opacity: .45;
        mix-blend-mode: multiply;
        animation: float 24s ease-in-out infinite;
    }

    body::before {
        background: radial-gradient(circle at 30% 30%, #60a5fa 0%, #a78bfa 45%, transparent 60%);
        top: -220px;
        left: -220px;
    }

    body::after {
        background: radial-gradient(circle at 60% 40%, #f472b6 0%, #fb7185 35%, transparent 60%);
        bottom: -260px;
        right: -160px;
        animation-delay: -8s;
    }

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1)
    }

    50% {
        transform: translate(40px, -30px) scale(1.05)
    }
}
/* کانتینر عمومی */

.container {
    max-width: 1100px;
    margin: auto;
    padding: 16px;
    position: relative;
    z-index: 1
}
/* ===== هیرو + CTA فوق‌برجسته ===== */

.hero {
    padding: 56px 0 12px;
    display: grid;
    gap: 14px;
    justify-items: center;
    text-align: center
}

.cta-btn {
    --h: 68px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    height: var(--h);
    padding: 0 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    color: #fff;
    font-weight: 900;
    font-size: 1.06rem;
    letter-spacing: .1px;
    box-shadow: 0 20px 52px rgba(255, 77, 109, .42);
    transition: transform .12s ease, box-shadow .2s ease, filter .2s ease;
    text-decoration: none;
    user-select: none;
}

    .cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 24px 64px rgba(255, 77, 109, .52);
        filter: saturate(1.08)
    }

.cta-sub {
    display: block;
    font-weight: 800;
    opacity: .98;
    font-size: .94rem;
    line-height: 1.05
}

.cta-btn::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(255, 77, 109, .38);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 77, 109, .38)
    }

    70% {
        box-shadow: 0 0 0 26px rgba(255, 77, 109, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 77, 109, 0)
    }
}

.cta-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 8%, rgba(255, 255, 255, 0.55) 28%, rgba(255, 255, 255, 0.0) 70%);
    transform: translateX(-130%);
    animation: shine 2.6s linear infinite;
    clip-path: polygon(0 0, 42% 0, 64% 100%, 0 100%);
    mix-blend-mode: screen;
}

@keyframes shine {
    0% {
        transform: translateX(-130%)
    }

    60% {
        transform: translateX(145%)
    }

    100% {
        transform: translateX(145%)
    }
}

.icon-click {
    width: 32px;
    height: 32px;
    display: block;
    flex: 0 0 auto
}

    .icon-click .rings {
        opacity: .95
    }

        .icon-click .rings circle {
            fill: none;
            stroke: #fff;
            stroke-width: 2
        }

    .icon-click .cursor {
        fill: #fff
    }
/* ===== کارت «قاب افتخار ۱۴۰۴» با حس گلس ===== */

.badge-card {
    background: var(--glass);
    backdrop-filter: saturate(140%) blur(8px);
    border: 1px solid #ffffff80;
    border-radius: var(--radius);
    padding: 22px 18px;
    box-shadow: 0 16px 40px rgba(2, 6, 23, .08);
    margin: 28px 0;
}

.badge-title {
    margin: 0;
    font-weight: 900
}

.badge-desc {
    color: #334155;
    margin: .55rem 0 0
}
/* ===== سکشن هماهنگ «قبولی‌های ۱۴۰۴» ===== */

.year-1404 {
    position: relative;
    margin: 28px 0;
    padding: 22px 18px 20px;
    border-radius: 22px;
    background: radial-gradient(460px 320px at 8% -10%, #e8f0ff80 0%, #e8f0ff00 60%), radial-gradient(420px 320px at 105% 0%, #fff3e680 0%, #fff3e600 62%), linear-gradient(180deg, #ffffffcc 0%, #fff9f5cc 100%);
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    border: 1.5px solid #ffffffa8;
    box-shadow: 0 16px 40px rgba(2, 6, 23, .10);
    overflow: hidden;
    text-align: center;
}

    .year-1404::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 40 40'%3E%3Cg fill='%23000' fill-opacity='.03'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/g%3E%3C/svg%3E");
        opacity: .35;
    }

.year-title {
    margin: 0 auto 12px;
    display: inline-block;
    padding: 12px 16px;
    border-radius: 16px;
    background: linear-gradient(#ffffffee, #ffffffcc) padding-box, linear-gradient(90deg, var(--brand), var(--brand-2)) border-box;
    border: 2px solid transparent;
    box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
    font-weight: 900;
    font-size: 1.14rem;
    color: #0f172a;
}

.year-1404 .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin-top: 10px;
}

    .year-1404 .gallery img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(2, 6, 23, .10);
        transition: transform .12s ease, box-shadow .2s ease, filter .2s ease;
    }

        .year-1404 .gallery img:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 36px rgba(2, 6, 23, .16);
            filter: saturate(1.06)
        }
/* ====== THEME PACK برای سکشن‌های بعدی ====== */

.section-aurora {
    position: relative;
    margin: 32px 0;
    padding: 24px 18px;
    border-radius: 22px;
    background: radial-gradient(460px 320px at 8% -10%, #e8f0ff80 0%, #e8f0ff00 60%), radial-gradient(420px 320px at 105% 0%, #fff3e680 0%, #fff3e600 62%), linear-gradient(180deg, #ffffffcc 0%, #fff9f5cc 100%);
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    border: 1.5px solid #ffffffa8;
    box-shadow: 0 16px 40px rgba(2, 6, 23, .10);
}

    .section-aurora::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 40 40'%3E%3Cg fill='%23000' fill-opacity='.03'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/g%3E%3C/svg%3E");
        opacity: .35;
    }

.section-title {
    display: inline-block;
    margin: 0 0 14px;
    padding: 12px 16px;
    border-radius: 16px;
    background: linear-gradient(#ffffffee, #ffffffcc) padding-box, linear-gradient(90deg, var(--brand), var(--brand-2)) border-box;
    border: 2px solid transparent;
    box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
    font-weight: 900;
    font-size: 1.12rem;
    color: #0f172a;
}

.section-aurora.center {
    text-align: center;
}

    .section-aurora.center .section-title {
        margin: 0 auto 14px;
    }

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.themed-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
    transition: transform .12s ease, box-shadow .2s ease, filter .2s ease;
}

    .themed-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 36px rgba(2, 6, 23, .16);
        filter: saturate(1.03);
    }

    .themed-card img {
        width: 100%;
        display: block;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .themed-card .card-body {
        padding: 12px 14px
    }

    .themed-card .card-title {
        font-weight: 800;
        margin: 0 0 6px
    }

    .themed-card .card-meta {
        color: var(--muted);
        font-size: .92rem
    }

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .25);
    transition: transform .12s ease, box-shadow .2s ease;
}

    .btn-primary:hover {
        transform: translateY(-1px)
    }

.themed-form {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
    max-width: 420px;
    margin: 12px auto 0;
}

    .themed-form input,
    .themed-form textarea,
    .themed-form select {
        width: 100%;
        border: 1.5px solid #e5e7eb;
        border-radius: 14px;
        padding: 12px 14px;
        margin-top: 8px;
        background: #fff;
        outline: none;
        transition: border-color .15s ease, box-shadow .15s ease;
        font: inherit;
    }

        .themed-form input:focus,
        .themed-form textarea:focus {
            border-color: var(--brand);
            box-shadow: 0 0 0 4px rgba(37, 99, 235, .18);
        }

    .themed-form button {
        margin-top: 10px;
        background: linear-gradient(90deg, var(--brand), var(--brand-2));
        color: #fff;
        border: none;
        border-radius: 12px;
        padding: 12px 16px;
        font-weight: 800;
        box-shadow: 0 10px 22px rgba(37, 99, 235, .25);
        cursor: pointer;
        transition: transform .12s ease;
    }

        .themed-form button:hover {
            transform: translateY(-1px)
        }

.soft-divider {
    height: 1px;
    margin: 28px 0;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
    opacity: .8;
    border-radius: 1px;
}

.fs-3{
    color:black;
    font-weight: bold;
}

.form-label {
    color:white;
}