@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

/* Global Typography & Core Overrides */
body, html, p, li, span, input, select, textarea, button {
    font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
}

/* Primary/Secondary Accents */
:root {
    --primary-color: #1e3a8a;
    --primary-gradient: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    --secondary-color: #0ea5e9;
    --accent-indigo: #6366f1;
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(255, 255, 255, 0.4);
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 8px rgba(0, 0, 0, 0.02);
    --hover-shadow: 0 20px 40px rgba(30, 58, 138, 0.1);
}

/* ==========================================================================
   Welcome / Home Page Modernization
   ========================================================================== */

/* Navbar Modernization */
.main-navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.main-navbar-sticky .navbar-nav > .nav-item > .nav-link {
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 14.5px;
    letter-spacing: 0.02em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}

.main-navbar-sticky .navbar-nav > .nav-item > .nav-link:hover {
    color: #2563eb !important;
    transform: translateY(-0.5px);
}

.main-navbar-sticky .navbar-nav > .nav-item.active > .nav-link {
    color: #2563eb !important;
    border-bottom-color: #2563eb;
}

/* Header Text Gradient */
.display-4 {
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    background: linear-gradient(to right, #1e3a8a, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

/* Hero Section Features Styling */
.probootstrap-features-1 {
    margin-bottom: -3em !important;
}

.probootstrap-features-1 .container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.probootstrap-opening {
    background: var(--primary-gradient) !important;
}

.probootstrap-opening h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.probootstrap-opening .probootstrap-schedule li {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Section Titles */
.probootstrap-section h2.h1, .probootstrap-blog-appointment h2.h1, .probootstrap-subscribe h2.h1 {
    font-weight: 700 !important;
    font-size: 2.2rem;
    position: relative;
    padding-bottom: 12px;
}

.probootstrap-section h2.h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 2px;
}

/* Modern Card / Media block styles */
.probootstrap-media {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--card-shadow);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.probootstrap-media:hover {
    transform: translateY(-8px);
    box-shadow: var(--hover-shadow);
    border-color: rgba(59, 130, 246, 0.2);
}

.probootstrap-media img {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.08));
    transition: transform 0.3s ease;
}

.probootstrap-media:hover img {
    transform: scale(1.1);
}

/* Counter Section Modernization */
#section-counter {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 60px 0;
}

.probootstrap-counter .probootstrap-number {
    font-family: 'Outfit', sans-serif;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    font-size: 44px !important;
    background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.probootstrap-counter .probootstrap-label {
    font-weight: 500;
    color: #64748b !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Blog / News Section */
.probootstrap-blog-appointment {
    background: #0f172a !important; /* Premium Dark Slate */
    padding: 80px 0 !important;
}

.probootstrap-blog-list li {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

.probootstrap-blog-list li:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateX(5px);
}

.probootstrap-blog-list li h2 a {
    color: #f1f5f9 !important;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
}

.probootstrap-blog-list li h2 a:hover {
    color: var(--secondary-color) !important;
}

/* Subscribe Section */
.probootstrap-subscribe {
    background: var(--primary-gradient) !important;
    border-radius: 24px;
    margin: 40px auto;
    max-width: 1140px;
    box-shadow: 0 20px 40px rgba(30, 58, 138, 0.15);
}

.probootstrap-subscribe .btn-primary {
    background: #ffffff !important;
    color: var(--primary-color) !important;
    border: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.probootstrap-subscribe .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   Admin Panel / Auth Users Modernization
   ========================================================================== */

/* Main Header Navbar */
.main-header.navbar {
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
}

/* Sidebar Navigation */
.main-sidebar {
    background: #0f172a !important; /* Rich Dark Charcoal */
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar .nav-link {
    border-radius: 8px !important;
    margin: 2px 8px !important;
    transition: all 0.3s ease;
}

.sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
}

.sidebar .nav-link.active {
    background: var(--primary-gradient) !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.25) !important;
    color: #fff !important;
}

.sidebar .brand-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.user-panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Admin Cards & Content styling */
.content-wrapper {
    background: #f8fafc !important;
}

.card {
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: var(--card-shadow) !important;
    overflow: hidden;
    margin-bottom: 24px;
}

.card-header {
    background: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 18px 24px !important;
}

.card-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

/* AdminLTE card-tabs: the colored header turns inactive tab text white, which
   becomes invisible once the header background is white. Force visible tabs. */
.card-tabs > .card-header {
    padding: 4px 8px 0 !important;
    background: #f8fafc !important;
}
.card-tabs .nav-tabs {
    display: flex !important;
    flex-wrap: wrap;
    border-bottom: none;
}
.card-tabs .nav-tabs .nav-item {
    display: block !important;
    margin-bottom: -1px;
}
.card-tabs .nav-tabs .nav-link {
    display: block !important;
    color: #475569 !important;
    font-weight: 600;
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card-tabs .nav-tabs .nav-link:hover {
    color: var(--primary-color) !important;
    border-color: #e2e8f0 #e2e8f0 transparent;
}
.card-tabs .nav-tabs .nav-link.active {
    color: var(--primary-color) !important;
    background: #ffffff !important;
    border-color: #e2e8f0 #e2e8f0 #ffffff !important;
}

/* Tables & DataTables Styling */
.table {
    border-collapse: separate;
    border-spacing: 0;
}

.table th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 14px 16px !important;
}

.table td {
    padding: 14px 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    vertical-align: middle !important;
    font-size: 14px;
}

.table tbody tr {
    transition: background-color 0.2s ease;
}

.table tbody tr:hover {
    background-color: #f8fafc !important;
}

/* DataTables elements override */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--primary-gradient) !important;
    color: white !important;
    border-radius: 6px;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--primary-gradient) !important;
    opacity: 0.9;
    color: white !important;
}

/* Badges Styling */
.badge {
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.badge.bg-warning {
    background-color: #fef3c7 !important;
    color: #d97706 !important;
}

.badge.bg-primary {
    background-color: #dbeafe !important;
    color: #2563eb !important;
}

.badge.bg-success {
    background-color: #dcfce7 !important;
    color: #16a34a !important;
}

.badge.bg-danger {
    background-color: #fee2e2 !important;
    color: #dc2626 !important;
}

/* Form inputs & details overrides */
.form-control, .custom-select {
    border-radius: 8px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 10px 14px !important;
    height: auto !important;
    transition: all 0.3s ease;
    font-size: 14px !important;
}

.form-control:focus, .custom-select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
    outline: none !important;
}

/* Beautiful Action Buttons */
.btn {
    border-radius: 8px !important;
    font-weight: 500 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-primary {
    background: var(--primary-gradient) !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.15);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(59, 130, 246, 0.3) !important;
}

.btn-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.15);
}

.btn-success:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(16, 185, 129, 0.3) !important;
}

.btn-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.15);
}

.btn-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(239, 68, 68, 0.3) !important;
}

.btn-info {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(14, 165, 233, 0.15);
}

.btn-info:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(14, 165, 233, 0.3) !important;
}

/* Homepage Overhaul Visual Styles & Keyframe Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatImage {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(1deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes glowSpread {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.5), 0 4px 10px rgba(59, 130, 246, 0.15);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(59, 130, 246, 0), 0 4px 10px rgba(59, 130, 246, 0.15);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0), 0 4px 10px rgba(59, 130, 246, 0.15);
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.6s; }

.hero-section {
    position: relative;
    background: radial-gradient(circle at 50% 50%, #1e3a8a 0%, #0f172a 100%);
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-title {
    font-size: 3.4rem !important;
    line-height: 1.15;
    font-weight: 800 !important;
    margin-bottom: 24px;
}

.hero-title span {
    background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 35px;
    max-width: 620px;
}

.search-container {
    max-width: 580px;
}

.search-input-group {
    display: flex;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-input-group:focus-within {
    border-color: #38bdf8;
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18);
    background: rgba(255, 255, 255, 0.12);
}

.search-input-group input {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    padding-left: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}

.search-input-group input::placeholder {
    color: #94a3b8 !important;
}

.hero-btn-primary {
    background: var(--primary-gradient) !important;
    border: none !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.3);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    animation: glowSpread 2s infinite;
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5) !important;
    animation-play-state: paused;
}

.hero-badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-badge:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-2px);
}

.hero-cover-showcase {
    position: relative;
    z-index: 2;
    animation: floatImage 5s ease-in-out infinite;
}

.hero-cover-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-cover-card:hover {
    transform: translateY(-5px) rotate(1deg) scale(1.02);
    border-color: rgba(56, 189, 248, 0.25);
    box-shadow: 0 30px 60px -10px rgba(56, 189, 248, 0.2);
}

.hero-cover-img {
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}

/* Workflow Timeline Section */
.workflow-section {
    padding: 90px 0;
    background: #ffffff;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    position: relative;
}

@media (max-width: 991px) {
    .workflow-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.workflow-card {
    position: relative;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.workflow-card::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -24px;
    width: 24px;
    height: 2px;
    background: linear-gradient(to right, #3b82f6, #e2e8f0);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 991px) {
    .workflow-card::after {
        display: none;
    }
}

.workflow-grid div:last-child .workflow-card::after {
    display: none;
}

.workflow-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.08);
}

.workflow-badge {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.2);
    transition: all 0.3s ease;
}

.workflow-card:hover .workflow-badge {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, #3b82f6 0%, #0ea5e9 100%);
}

.workflow-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.workflow-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}

/* Scopes / Categories Section */
.scopes-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.scope-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 26px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Shimmer shine sweep effect */
.scope-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -70%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition: 0.75s;
    pointer-events: none;
}

.scope-card:hover::before {
    left: 125%;
}

.scope-card:hover {
    transform: translateY(-8px);
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 20px 45px rgba(59, 130, 246, 0.08);
}

.scope-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.scope-card:hover .scope-icon-box {
    transform: scale(1.15) rotate(8deg);
    filter: brightness(1.05);
}

.scope-code {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.scope-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

/* Statistics row override */
.stats-section {
    padding: 80px 0;
    background: radial-gradient(circle at 10% 20%, #0f172a 0%, #1e3a8a 100%);
    color: #ffffff;
}

.stat-box {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 35px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.stat-box:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(56, 189, 248, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-num {
    font-size: 46px;
    font-weight: 800;
    background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-lbl {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    font-weight: 600;
}

/* News Section styling */
.news-section {
    padding: 90px 0;
    background: #ffffff;
}

.news-card-modern {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-card-modern:hover {
    transform: translateY(-6px);
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
}

.news-badge {
    background: rgba(59, 130, 246, 0.08);
    color: #2563eb;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.news-title-modern {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 12px;
}

.news-title-modern a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-title-modern a:hover {
    color: #3b82f6;
}

.news-excerpt {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
}

.news-action-link {
    font-size: 13px;
    font-weight: 700;
    color: #3b82f6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}

.news-action-link i {
    transition: transform 0.2s ease;
}

.news-action-link:hover {
    color: #1d4ed8;
}

.news-action-link:hover i {
    transform: translateX(4px);
}

/* Quote Section Overhaul */
.quote-section {
    padding: 90px 0;
    background: #f8fafc;
}

.quote-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* ==========================================================================
   Admin Panel (AdminLTE) — Modern Refresh v2
   ========================================================================== */

/* Top navbar */
.main-header.navbar {
    border-bottom: 1px solid #e9eef5 !important;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04) !important;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9) !important;
    min-height: 62px;
}

.main-header .nav-link {
    color: #475569 !important;
    font-weight: 500;
    transition: color .2s ease;
}

.main-header .nav-link:hover {
    color: #2563eb !important;
}

.main-header [data-widget="pushmenu"] i {
    font-size: 18px;
}

.main-header .user-menu .user-image {
    width: 34px;
    height: 34px;
    object-fit: cover;
    margin-top: 0;
}

.main-header .user-menu .dropdown-menu {
    margin-top: 8px;
    min-width: 240px;
    padding: 0;
}

.main-header .user-menu .user-header {
    background: var(--primary-gradient) !important;
}

.main-header .user-menu .dropdown-item {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 500;
}

.main-header .user-menu .dropdown-item:hover {
    background: #f1f5f9;
}

/* Content header / page title */
.content-header {
    padding: 22px 0.5rem 6px;
}

.content-header .page-title {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.content-header .breadcrumb {
    font-size: 13px;
}

.content-header .breadcrumb-item a {
    color: #64748b;
}

.content-header .breadcrumb-item.active {
    color: #94a3b8;
}

/* Sidebar refinements */
.main-sidebar {
    background: #0b1220 !important;
}

.brand-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 14px 16px !important;
}

.brand-link .brand-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
}

.sidebar .user-panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.sidebar .user-panel .image img {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.sidebar .user-panel .info a {
    color: #e2e8f0 !important;
    font-weight: 600;
}

.nav-sidebar .nav-link {
    color: #cbd5e1 !important;
    border-radius: 10px !important;
    margin: 2px 10px !important;
    padding: 10px 14px !important;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease;
}

.nav-sidebar .nav-link p {
    margin-left: 2px;
}

.nav-sidebar > .nav-item > .nav-link .nav-icon {
    color: #94a3b8;
    transition: color .2s ease;
}

.nav-sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
}

.nav-sidebar .nav-link:hover .nav-icon {
    color: #38bdf8;
}

.nav-sidebar .nav-link.active {
    background: var(--primary-gradient) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35) !important;
}

.nav-sidebar .nav-link.active .nav-icon {
    color: #ffffff;
}

.nav-treeview {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    margin: 2px 10px 6px;
    padding: 4px 0;
}

.nav-treeview .nav-link {
    margin: 1px 8px !important;
    padding: 8px 12px !important;
    font-size: 13.5px;
}

/* Content cards */
.content-wrapper {
    background: #f4f7fb !important;
}

.content-wrapper .card {
    border: 1px solid #e9eef5 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04) !important;
}

.content-wrapper .card-body {
    padding: 22px 24px;
}

/* Footer */
.main-footer {
    border-top: 1px solid #e9eef5;
    color: #94a3b8;
    font-size: 13.5px;
    background: #ffffff;
}

/* Slim scrollbar (sidebar + content) */
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* ==========================================================================
   Admin — Tables (DataTables) & Forms
   ========================================================================== */

/* DataTables toolbar (search / length / buttons) */
.dataTables_wrapper .row:first-child {
    margin-bottom: 14px;
    align-items: center;
}

.dataTables_filter input {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    margin-left: 8px;
    min-width: 220px;
    transition: all .2s ease;
}

.dataTables_filter input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
    outline: none !important;
}

.dataTables_length select {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 6px 28px 6px 10px !important;
}

.dataTables_info,
.dataTables_length label,
.dataTables_filter label {
    color: #64748b !important;
    font-size: 13.5px;
    font-weight: 500;
}

/* DataTables export buttons — segmented control look */
.content-wrapper .dt-buttons {
    display: inline-flex;
    gap: 6px;
    background: #f1f5f9;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 4px;
}

.content-wrapper .dt-buttons .btn,
.content-wrapper .dt-buttons .btn.btn-secondary {
    background: transparent !important;
    color: #475569 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 7px 14px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    transition: all .2s ease;
}

.content-wrapper .dt-buttons .btn:hover,
.content-wrapper .dt-buttons .btn.btn-secondary:hover {
    background: #ffffff !important;
    color: #1e3a8a !important;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08) !important;
    transform: none !important;
}

.content-wrapper .dt-buttons .btn:active,
.content-wrapper .dt-buttons .btn.active {
    background: var(--primary-gradient) !important;
    color: #fff !important;
}

/* Table look */
.content-wrapper .table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

.content-wrapper .table.table-bordered,
.content-wrapper .table.table-bordered th,
.content-wrapper .table.table-bordered td {
    border-color: #eef2f7 !important;
}

.content-wrapper .table thead th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #e2e8f0 !important;
    vertical-align: middle !important;
    white-space: nowrap;
    padding: 12px 14px !important;
}

.content-wrapper .table tbody td {
    padding: 12px 14px !important;
    vertical-align: middle !important;
    font-size: 13.5px;
    color: #334155;
}

.content-wrapper .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfcfe !important;
}

.content-wrapper .table tbody tr:hover {
    background-color: #eff6ff !important;
}

/* Table download links */
.content-wrapper .table td a[target="_blank"] {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.content-wrapper .table td a[target="_blank"]:hover {
    text-decoration: underline;
}

/* Action buttons inside tables — compact inline group */
.content-wrapper .table td form {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.content-wrapper .table td .btn {
    width: 34px;
    height: 34px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    border-radius: 8px !important;
    line-height: 1;
}

.content-wrapper .table td .btn i {
    margin: 0;
}

/* Status badges (override AdminLTE solid colors with soft pills) */
.content-wrapper .badge {
    padding: 6px 11px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 11.5px !important;
    letter-spacing: 0.01em;
}

/* Forms */
.content-wrapper label {
    font-weight: 600;
    color: #334155;
    font-size: 13.5px;
    margin-bottom: 6px;
}

.content-wrapper .form-group {
    margin-bottom: 18px;
}

.content-wrapper .form-control {
    border-radius: 10px !important;
    border: 1px solid #d7dfea !important;
    padding: 10px 14px !important;
    height: auto !important;
    font-size: 14px !important;
    color: #1e293b;
    transition: all .2s ease;
}

.content-wrapper .form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
}

.content-wrapper textarea.form-control {
    min-height: 90px;
    line-height: 1.6;
}

/* Custom file input */
.content-wrapper .custom-file,
.content-wrapper .custom-file-input,
.content-wrapper .custom-file-label {
    height: calc(2.6rem + 2px);
}

.content-wrapper .custom-file-label {
    border-radius: 10px !important;
    border: 1px solid #d7dfea !important;
    padding: 10px 110px 10px 14px !important;
    color: #94a3b8;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-wrapper .custom-file-label::after {
    height: 100%;
    display: flex;
    align-items: center;
    background: var(--primary-gradient) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 10px 10px 0 !important;
    padding: 0 16px !important;
    content: "Tanlash";
}

/* Select2 to match form-control */
.content-wrapper .select2-container--default .select2-selection--single {
    height: calc(2.6rem + 2px) !important;
    border-radius: 10px !important;
    border: 1px solid #d7dfea !important;
    display: flex;
    align-items: center;
    padding: 0 6px;
}

.content-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    color: #1e293b;
}

.content-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.content-wrapper .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
}

.select2-dropdown {
    border: 1px solid #d7dfea !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--primary-gradient) !important;
}

/* Alerts */
.content-wrapper .alert {
    border: none;
    border-radius: 12px;
    border-left: 4px solid transparent;
    font-size: 14px;
}

.content-wrapper .alert-danger {
    background: #fef2f2;
    color: #b91c1c;
    border-left-color: #ef4444;
}

.content-wrapper .alert-warning {
    background: #fffbeb;
    color: #b45309;
    border-left-color: #f59e0b;
}

.content-wrapper .alert-success {
    background: #f0fdf4;
    color: #15803d;
    border-left-color: #22c55e;
}

/* Submit row */
.content-wrapper input[type="submit"].btn,
.content-wrapper button[type="submit"].btn {
    padding: 11px 22px !important;
    font-weight: 600 !important;
}
