@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Tajawal:wght@300;400;700&display=swap');

.qrr-spiritual-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 40px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.5) inset;
    position: relative;
    overflow: hidden;
    direction: rtl;
    font-family: 'Tajawal', 'Tahoma', sans-serif;
    box-sizing: border-box;
}

.qrr-spiritual-container * {
    box-sizing: border-box;
}

.qrr-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: radial-gradient(circle at 20% 50%, #1a5f4a 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, #d4af37 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, #1a5f4a 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.qrr-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.qrr-ornament {
    color: #d4af37;
    font-size: 24px;
    letter-spacing: 10px;
    opacity: 0.6;
}

.qrr-ornament.top { margin-bottom: 15px; }
.qrr-ornament.bottom { margin-top: 15px; }

.qrr-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qrr-title-main {
    font-family: 'Amiri', 'Traditional Arabic', serif;
    font-size: 32px;
    color: #1a5f4a;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 2px;
}

.qrr-title-sub {
    font-size: 18px;
    color: #5a6c7d;
    font-weight: 300;
}

/* تاریخچه */
.qrr-history-section {
    background: linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%);
    border: 2px solid #8bc34a;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(139, 195, 74, 0.2);
}

.qrr-history-title {
    margin: 0 0 20px 0;
    color: #33691e;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #aed581;
}

.qrr-history-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.qrr-history-block {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.qrr-history-block:hover {
    transform: translateX(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.qrr-history-icon {
    font-size: 28px;
    background: #8bc34a;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.qrr-history-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.qrr-history-label {
    font-weight: bold;
    color: #558b2f;
    font-size: 14px;
}

.qrr-history-numbers {
    color: #33691e;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.qrr-history-count {
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #c5e1a5;
}

.qrr-history-count small {
    color: #689f38;
    font-size: 13px;
    background: rgba(255,255,255,0.6);
    padding: 5px 15px;
    border-radius: 20px;
}

/* پیام */
.qrr-message {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    display: none;
    animation: slideDown 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
}

.qrr-message.success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-color: #b1dfbb;
}

.qrr-message.error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border-color: #f1b0b7;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* تب‌ها */
.qrr-tabs-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.qrr-tab {
    flex: 1;
    padding: 20px;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #5a6c7d;
    position: relative;
    overflow: hidden;
    font-family: inherit;
}

.qrr-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a5f4a 0%, #2d8a6e 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.qrr-tab > * { position: relative; z-index: 1; }

.qrr-tab-icon { font-size: 28px; margin-bottom: 5px; }
.qrr-tab-text { font-size: 16px; font-weight: 700; }
.qrr-tab small { font-size: 12px; opacity: 0.8; font-weight: 400; }

.qrr-tab:hover {
    transform: translateY(-2px);
    border-color: #1a5f4a;
    color: #1a5f4a;
}

.qrr-tab.active {
    color: white;
    box-shadow: 0 10px 30px rgba(26, 95, 74, 0.3);
}

.qrr-tab.active::before { opacity: 1; }

/* فرم */
.qrr-form {
    background: rgba(255,255,255,0.8);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.qrr-input-group { margin-bottom: 25px; }

.qrr-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #1a5f4a;
    font-weight: 700;
    font-size: 16px;
}

.qrr-label-icon { color: #d4af37; font-size: 18px; }

.qrr-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e6ed;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Tajawal', sans-serif;
    transition: all 0.3s ease;
    background: white;
}

.qrr-input:focus {
    outline: none;
    border-color: #1a5f4a;
    box-shadow: 0 0 0 4px rgba(26, 95, 74, 0.1);
}

/* گرید */
.qrr-selection-container { margin-bottom: 25px; position: relative; }

.qrr-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px;
    margin-top: 15px;
    padding: 5px;
    width: 100%;
}

.qrr-grid-hizb {
    grid-template-columns: repeat(10, 1fr) !important;
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
}

.qrr-item {
    min-height: 80px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.qrr-item-number { font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.qrr-item-label { font-size: 11px; opacity: 0.8; font-weight: 500; }

.qrr-item.available {
    color: #1a5f4a;
    background: linear-gradient(145deg, #e8f5e9 0%, #c8e6c9 100%);
    border-color: #a5d6a7;
}

.qrr-item.available:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 95, 74, 0.3);
    border-color: #1a5f4a;
}

.qrr-item.reserved {
    color: #9e9e9e;
    background: linear-gradient(145deg, #f5f5f5 0%, #e0e0e0 100%);
    cursor: not-allowed;
    opacity: 0.6;
}

.qrr-item.selected {
    background: linear-gradient(145deg, #1a5f4a 0%, #2d8a6e 100%) !important;
    color: white !important;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(26, 95, 74, 0.4);
    border-color: #d4af37;
}

.qrr-reserved-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    background: #d32f2f;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* اعلان */
.qrr-expire-notice {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
    color: #5d4037;
    font-size: 14px;
}

.qrr-notice-icon { font-size: 20px; margin-left: 8px; }

/* دکمه */
.qrr-submit-btn {
    width: 100%;
    padding: 18px;
    margin-top: 20px;
    background: linear-gradient(135deg, #1a5f4a 0%, #2d8a6e 100%);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(26, 95, 74, 0.3);
}

.qrr-submit-btn:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(26, 95, 74, 0.4);
}

.qrr-submit-btn:disabled {
    background: #cbd5e0;
    cursor: not-allowed;
    opacity: 0.7;
}

.qrr-submit-icon { font-size: 24px; }

/* راهنما */
.qrr-legend {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
    padding: 20px;
    background: rgba(255,255,255,0.6);
    border-radius: 12px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.qrr-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #5a6c7d;
}

.qrr-legend-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 2px solid #ddd;
}

.qrr-legend-box.available {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-color: #1a5f4a;
}

.qrr-legend-box.reserved {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-color: #9ca3af;
}

.qrr-legend-box.selected {
    background: linear-gradient(135deg, #1a5f4a 0%, #2d8a6e 100%);
    border-color: #d4af37;
}

/* فوتر */
.qrr-footer {
    margin-top: 30px;
    text-align: center;
    padding: 25px;
    background: rgba(26, 95, 74, 0.05);
    border-radius: 15px;
    border-top: 3px solid #d4af37;
    position: relative;
    z-index: 1;
}

.qrr-footer p {
    font-family: 'Amiri', serif;
    font-size: 18px;
    color: #1a5f4a;
    line-height: 2;
    margin: 0 0 10px 0;
}

.qrr-footer small { color: #5a6c7d; font-size: 12px; }

/* لودینگ */
.qrr-loading {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* ریسپانسیو */
@media (max-width: 768px) {
    .qrr-spiritual-container { padding: 20px; margin: 10px; }
    .qrr-title-main { font-size: 24px; }
    .qrr-grid { grid-template-columns: repeat(5, 1fr) !important; gap: 8px; }
    .qrr-grid-hizb { grid-template-columns: repeat(5, 1fr) !important; }
    .qrr-item { min-height: 70px; }
    .qrr-tabs-container { flex-direction: column; }
}

@media (max-width: 480px) {
    .qrr-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 6px; }
    .qrr-grid-hizb { grid-template-columns: repeat(4, 1fr) !important; }
    .qrr-item { min-height: 60px; }
}

/* نمایش صفحه */
.qrr-page-display {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: 2px solid #2196f3;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
    animation: slideDown 0.3s ease;
}

.qrr-page-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.qrr-page-label {
    color: #1565c0;
    font-size: 16px;
    font-weight: 500;
}

.qrr-page-number {
    color: #0d47a1;
    font-size: 28px;
    font-weight: bold;
    background: white;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

/* صفحه در آیتم */
.qrr-item-page {
    font-size: 10px;
    color: #666;
    margin-top: 2px;
    background: rgba(255,255,255,0.8);
    padding: 2px 6px;
    border-radius: 4px;
}

.qrr-item.selected .qrr-item-page {
    color: white;
    background: rgba(255,255,255,0.2);
}

/* متن قرآن */
.qrr-quran-text {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border: 3px solid #ffc107;
    border-radius: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(255, 193, 7, 0.2);
    animation: slideDown 0.5s ease;
}

.qrr-quran-header {
    background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%);
    color: #3e2723;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.qrr-quran-icon {
    font-size: 32px;
}

.qrr-quran-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.qrr-surah-info {
    background: rgba(255,255,255,0.3);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.qrr-quran-loading {
    text-align: center;
    padding: 40px;
    color: #f57c00;
    font-size: 16px;
}

.qrr-ayahs {
    padding: 30px;
    font-family: 'Amiri', 'Traditional Arabic', 'Scheherazade', serif;
    font-size: 24px;
    line-height: 2.5;
    text-align: justify;
    color: #3e2723;
    direction: rtl;
    max-height: 500px;
    overflow-y: auto;
}

.qrr-surah-name {
    text-align: center;
    margin: 25px 0 15px 0;
    padding: 15px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 10px;
    border: 2px solid #4caf50;
}

.qrr-surah-title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #1b5e20;
    margin-bottom: 5px;
}

.qrr-surah-en {
    display: block;
    font-size: 14px;
    color: #2e7d32;
    font-family: 'Tajawal', sans-serif;
}

.qrr-ayah {
    display: inline;
    margin: 0 3px;
}

.qrr-ayah-number {
    color: #d32f2f;
    font-size: 18px;
    font-weight: bold;
    margin: 0 3px;
    vertical-align: super;
}

.qrr-error-text {
    text-align: center;
    color: #d32f2f;
    padding: 30px;
    font-size: 16px;
}

.qrr-quran-footer {
    background: #fff3e0;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ffe0b2;
}

.qrr-quran-footer small {
    color: #e65100;
    font-size: 12px;
}

/* اسکرول‌بار متن قرآن */
.qrr-ayahs::-webkit-scrollbar {
    width: 10px;
}

.qrr-ayahs::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 5px;
}

.qrr-ayahs::-webkit-scrollbar-thumb {
    background: #ffc107;
    border-radius: 5px;
}

.qrr-ayahs::-webkit-scrollbar-thumb:hover {
    background: #ff8f00;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .qrr-ayahs {
        font-size: 20px;
        padding: 20px;
        line-height: 2.2;
    }
    
    .qrr-quran-header h4 {
        font-size: 16px;
    }
}

/* وارد کردن فونت‌ها */
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Scheherazade:wght@400;700&display=swap');

/* صفحه نمایش */
.qrr-page-display {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: 2px solid #2196f3;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
    animation: slideDown 0.3s ease;
}

.qrr-page-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.qrr-page-label {
    color: #1565c0;
    font-size: 16px;
}

.qrr-page-number, .qrr-page-end {
    color: #0d47a1;
    font-size: 24px;
    font-weight: bold;
    background: white;
    padding: 8px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(33, 150, 243, 0.3);
}

.qrr-page-to {
    color: #666;
    font-size: 14px;
}

/* لینک مشاهده متن */
.qrr-view-text-link {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #c8e6c9;
}

.qrr-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Tajawal', sans-serif;
}

.qrr-btn-primary {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.qrr-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.5);
}

.qrr-btn-secondary {
    background: linear-gradient(135deg, #757575 0%, #424242 100%);
    color: white;
}

/* صفحه متن قرآن */
.qrr-quran-full-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    direction: rtl;
}

.qrr-quran-header-sticky {
    position: sticky;
    top: 0;
    background: linear-gradient(135deg, #1a5f4a 0%, #2d8a6e 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(26, 95, 74, 0.3);
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.qrr-quran-title {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.qrr-quran-icon {
    font-size: 36px;
}

.qrr-quran-title h2 {
    margin: 0;
    font-size: 24px;
    font-family: 'Amiri', 'Scheherazade', serif;
}

.qrr-quran-pages {
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.qrr-quran-controls {
    display: flex;
    gap: 10px;
}

.qrr-btn-scroll {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Tajawal', sans-serif;
    transition: all 0.3s;
}

.qrr-btn-scroll:hover {
    background: rgba(255,255,255,0.3);
}

.qrr-quran-loading {
    text-align: center;
    padding: 60px 20px;
    background: #f5f5f5;
    border-radius: 15px;
}

.qrr-quran-loading p {
    color: #1a5f4a;
    font-size: 18px;
    margin: 20px 0 10px;
}

.qrr-quran-content {
    background: #fffef0;
    border: 3px solid #d4af37;
    border-radius: 15px;
    padding: 40px;
    line-height: 2.8;
    /* فونت اصلی برای همه دستگاه‌ها */
    font-family: 'Amiri', 'Scheherazade', 'Traditional Arabic', 'Arial', sans-serif;
    font-size: 28px;
    text-align: justify;
    color: #2c3e50;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* مهم: فونت برای موبایل */
@media (max-width: 768px) {
    .qrr-quran-content {
        font-family: 'Scheherazade', 'Amiri', 'Traditional Arabic', 'Arial', sans-serif !important;
        font-size: 24px !important;
        padding: 20px !important;
        line-height: 2.5 !important;
    }
    
    .qrr-ayah-text {
        font-family: 'Scheherazade', 'Amiri', 'Traditional Arabic', 'Arial', sans-serif !important;
    }
}

.qrr-surah-divider {
    text-align: center;
    margin: 30px 0 20px;
    padding: 20px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 10px;
    border: 2px solid #4caf50;
}

.qrr-surah-name {
    font-size: 28px;
    font-weight: bold;
    color: #1b5e20;
    font-family: 'Amiri', 'Scheherazade', serif;
}

.qrr-ayah-text {
    display: inline;
    margin: 0 3px;
    font-family: 'Amiri', 'Scheherazade', 'Traditional Arabic', serif;
}

.qrr-ayah-num {
    color: #d32f2f;
    font-size: 0.7em;
    font-weight: bold;
    vertical-align: super;
    margin: 0 2px;
}

.qrr-quran-footer {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
}

.qrr-no-reservation {
    text-align: center;
    padding: 60px 20px;
    background: #f5f5f5;
    border-radius: 15px;
    font-size: 18px;
}

.qrr-no-reservation a {
    color: #1a5f4a;
    text-decoration: none;
    font-weight: bold;
}

/* نوار پیشرفت */
.qrr-progress-bar {
    width: 80%;
    max-width: 400px;
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto;
}

.qrr-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4caf50 0%, #2e7d32 100%);
    transition: width 0.3s ease;
}

/* بخش هر صفحه */
.qrr-page-section {
    border-bottom: 3px double #d4af37;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.qrr-page-section:last-child {
    border-bottom: none;
}

.qrr-page-header {
    text-align: center;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    color: #e65100;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

/* اسکرول نرم */
html {
    scroll-behavior: smooth;
}