.sidebar-gradient {
    background:
        linear-gradient(180deg, rgba(229, 3, 3, 0.16), rgba(229, 3, 3, 0) 28%),
        linear-gradient(155deg, #24262d 0%, #17191f 48%, #2a1112 100%);
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgba(229, 3, 3, 0.22);
}

.sidebar-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.08), transparent 22%),
        radial-gradient(circle at 84% 88%, rgba(229, 3, 3, 0.18), transparent 30%);
    pointer-events: none;
}

.app-sidebar .app-sidebar-logo {
    background:
        linear-gradient(155deg, #24262d 0%, #17191f 52%, #2a1112 100%);
    border-bottom: 1px solid rgba(229, 3, 3, 0.18);
}

.sidebar-gradient .menu {
    position: relative;
    z-index: 1;
}

.sidebar-gradient .menu .menu-heading {
    color: rgba(255, 255, 255, 0.48) !important;
    letter-spacing: 0.08em;
}

.sidebar-gradient .menu .menu-link {
    color: rgba(255, 255, 255, 0.78);
    border-radius: 8px;
}

.sidebar-gradient .menu .menu-link:hover,
.sidebar-gradient .menu .menu-item.here > .menu-link,
.sidebar-gradient .menu .menu-item.show > .menu-link {
    background: rgba(229, 3, 3, 0.16);
    color: #ffffff;
}

.sidebar-gradient .menu .menu-link .menu-title,
.sidebar-gradient .menu .menu-link .menu-icon,
.sidebar-gradient .menu .menu-link .menu-icon i {
    color: inherit !important;
}

.sidebar-gradient .menu .menu-item.here > .menu-link {
    box-shadow: inset 3px 0 0 #e50303;
}

.header-gradient {
    background:
        radial-gradient(circle at 12% 50%, rgba(229, 3, 3, 0.16), transparent 24%),
        linear-gradient(100deg, #ffffff 0%, #fff2f2 38%, #f5f6f9 68%, #eceff4 100%);
    border-bottom: 1px solid rgba(229, 3, 3, 0.14);
    box-shadow: 0 10px 28px rgba(22, 23, 26, 0.06);
    position: relative;
    height: 74px;
    z-index: 10;
}

.user-menu-gradient {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(145deg, rgba(229, 3, 3, 0.32), rgba(255, 255, 255, 0.8), rgba(22, 23, 26, 0.12)) border-box;
    border: 1px solid transparent;
    position: relative;
    z-index: 10;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(22, 23, 26, 0.12);
}

.body-gradient {
    background:
        radial-gradient(circle at 16% 0%, rgba(229, 3, 3, 0.1), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(22, 23, 26, 0.08), transparent 32%),
        linear-gradient(135deg, #f8f9fb 0%, #f2f4f7 48%, #ffffff 100%);
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.shortcut-menu-gradient {
    background:
        linear-gradient(135deg, #ffffff 0%, #fff7f7 52%, #f6f7fa 100%);
    border: 1px solid rgba(229, 3, 3, 0.12);
    box-shadow: 0 18px 44px rgba(22, 23, 26, 0.12);
}

.header-gradient .btn-icon-white,
.header-gradient .btn-icon-white i,
.header-gradient .btn-icon-white .svg-icon {
    color: #17191f !important;
}

.shortcut-menu-gradient .text-white {
    color: #17191f !important;
}

.shortcut-menu-gradient .text-white-50 {
    color: rgba(22, 23, 26, 0.58) !important;
}

.shortcut-menu-gradient .menu-link:hover {
    background: rgba(229, 3, 3, 0.08);
}

.body-gradient .app-toolbar .page-heading {
    color: #17191f !important;
}

.body-gradient .app-toolbar .breadcrumb-item,
.body-gradient .app-toolbar .breadcrumb-item span {
    color: rgba(22, 23, 26, 0.58) !important;
}

.body-gradient .app-toolbar .breadcrumb .bullet {
    background-color: rgba(229, 3, 3, 0.5) !important;
}

.menu-cepat {
    background:
        linear-gradient(135deg, #ff3434 0%, #e50303 52%, #a90404 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 26px rgba(229, 3, 3, 0.28);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.menu-cepat:hover {
    background:
        linear-gradient(135deg, #ff4b4b 0%, #e50303 48%, #8f0303 100%);
    box-shadow: 0 16px 34px rgba(229, 3, 3, 0.34);
    filter: saturate(1.06);
    transform: translateY(-2px);
}

.menu-cepat .menu-title {
    color: #ffffff !important;
    font-weight: 700;
}

.menu-cepat .menu-icon,
.menu-cepat .menu-icon i,
.menu-cepat .svg-icon {
    color: #ffffff !important;
}

.login-form-gradient {
    --login-brand: #e50303;
    --login-brand-dark: #b80202;
    --login-ink: #16171a;
    --login-muted: #6d7280;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(145deg, rgba(229, 3, 3, 0.7), rgba(255, 255, 255, 0.8), rgba(22, 23, 26, 0.12)) border-box;
    border: 1px solid transparent;
    border-radius: 16px;
    box-shadow: 0 28px 70px rgba(22, 23, 26, 0.14), 0 2px 10px rgba(229, 3, 3, 0.08);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.login-form-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(229, 3, 3, 0.08), transparent 34%),
        radial-gradient(circle at top right, rgba(229, 3, 3, 0.12), transparent 36%);
    pointer-events: none;
    z-index: 0;
}

.login-form-gradient > * {
    position: relative;
    z-index: 1;
}

.login-form-gradient:hover {
    box-shadow: 0 32px 82px rgba(22, 23, 26, 0.16), 0 4px 16px rgba(229, 3, 3, 0.1);
    transition: box-shadow 0.25s ease;
}

.login-form-gradient img[alt="Logo"] {
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 12px 18px rgba(229, 3, 3, 0.18));
}

.login-form-gradient .text-gray-900 {
    color: var(--login-ink) !important;
}

.login-form-gradient .form-control {
    color: var(--login-ink);
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.login-form-gradient .form-control:focus {
    background: #ffffff !important;
    border-color: var(--login-brand);
    box-shadow: 0 0 0 0.25rem rgba(229, 3, 3, 0.12);
    color: var(--login-ink);
}

.login-form-gradient .btn-danger {
    background: linear-gradient(135deg, #ff2a2a 0%, var(--login-brand) 48%, var(--login-brand-dark) 100%);
    border: none;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(229, 3, 3, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.login-form-gradient .btn-danger:hover,
.login-form-gradient .btn-danger:focus {
    background: linear-gradient(135deg, #ff3434 0%, #d90303 48%, #a90000 100%);
    box-shadow: 0 16px 30px rgba(229, 3, 3, 0.34);
    filter: saturate(1.04);
    transform: translateY(-1px);
}

.login-form-gradient .separator span {
    color: var(--login-muted) !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.login-form-gradient .text-gray-500,
.login-form-gradient .fs-6,
.login-form-gradient .fs-7 {
    color: var(--login-muted) !important;
}

.login-form-gradient .form-control::placeholder {
    color: #8b909b;
    font-weight: 500;
    opacity: 1;
}

@media (max-width: 575.98px) {
    .login-form-gradient {
        border-radius: 14px;
    }

    .login-form-gradient img[alt="Logo"] {
        max-width: 128px;
    }
}

.card-gradient {
    background: linear-gradient(135deg, #fff6cc, #ffeb99, #ffffff);
    border-radius: 12px; /* Smooth rounded corners */
    box-shadow: 0 4px 8px rgba(255, 204, 0, 0.2); /* Softer yellow glow */
    transition: all 0.3s ease-in-out;
}

/* Subtle hover effect */
.card-gradient:hover {
    background: linear-gradient(135deg, #fff3b3, #ffea80, #ffffff);
    box-shadow: 0 6px 12px rgba(255, 204, 0, 0.3); /* Gentle glow */
    transform: translateY(-2px);
}

.card-gradient-green {
    background: linear-gradient(135deg, #e6f9e6, #baf7ba, #ffffff);
    border-radius: 12px; /* Smooth rounded corners */
    box-shadow: 0 4px 8px rgba(0, 204, 102, 0.2); /* Softer green glow */
    transition: all 0.3s ease-in-out;
}

/* Subtle hover effect */
.card-gradient-green:hover {
    background: linear-gradient(135deg, #d4f8d4, #a8f3a8, #ffffff);
    box-shadow: 0 6px 12px rgba(0, 204, 102, 0.3); /* Gentle glow */
    transform: translateY(-2px);
}

.statistik-gradient {
    background: linear-gradient(135deg, #013660, #025a9a, #3b82d8);
    border-radius: 12px; /* Smooth rounded corners */
    box-shadow: 0 4px 8px rgba(0, 143, 215, 0.2); /* Soft glow */
    color: white; /* Ensures text remains readable */
    position: relative;
    overflow: hidden;
    border: none; /* Remove any white borders */
    z-index: 1; /* Ensure it stays above the wave */
}

/* Fix the wave position */
.statistik-gradient::before {
    content: "";
    position: absolute;
    bottom: -5px; /* Push the wave slightly down */
    left: 0;
    width: 100%;
    height: 50px; /* Adjust wave height */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100"><path fill="%2302569a" fill-opacity="1" d="M0,50L80,60C160,70,320,90,480,85C640,80,800,50,960,45C1120,40,1280,60,1360,70L1440,80L1440,100L1360,100C1280,100,1120,100,960,100C800,100,640,100,480,100C320,100,160,100,80,100L0,100Z"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9; /* Ensures visibility */
    pointer-events: none;
    z-index: -1; /* Keeps it behind the content */
}

/* Ensure text remains fully visible */
.statistik-gradient .card-title,
.statistik-gradient span {
    position: relative;
    z-index: 2; /* Keeps text above the wave */
    color: white !important;
}

/* Subtle hover effect */
.statistik-gradient:hover {
    background: linear-gradient(135deg, #012b4d, #024b7e, #3176c4);
    box-shadow: 0 6px 12px rgba(0, 143, 215, 0.3);
    transform: translateY(-2px);
}

.table-gradient {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 247, 247, 0.96) 48%, rgba(246, 247, 250, 0.98) 100%);
    border: 1px solid rgba(229, 3, 3, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(22, 23, 26, 0.08);
    padding: 0 10px;
    overflow: hidden;
}

.table-gradient .card-body {
    background:
        linear-gradient(180deg, rgba(229, 3, 3, 0.035), transparent 120px);
    padding: 20px;
}

.table-gradient table {
    border-radius: 8px;
    padding: 0;
}

.table-gradient thead th {
    background: rgba(229, 3, 3, 0.055);
    border-bottom-color: rgba(229, 3, 3, 0.16) !important;
    color: #771010 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.table-gradient tbody td {
    border-bottom-color: rgba(22, 23, 26, 0.08) !important;
    color: #3f424a !important;
    font-size: 13.5px;
    font-weight: 500;
    padding: 12px;
}

.table-gradient tbody tr {
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.table-gradient tbody tr:hover {
    background: rgba(229, 3, 3, 0.045);
    box-shadow: inset 3px 0 0 rgba(229, 3, 3, 0.75);
}

.table-gradient tbody tr:hover td {
    color: #17191f !important;
    font-weight: 600;
}

.table-gradient a {
    color: #b80202;
    font-weight: 600;
    text-decoration: none;
}

.table-gradient a:hover {
    color: #e50303;
}

.table-gradient .separator {
    border-color: rgba(229, 3, 3, 0.13) !important;
}

.table-gradient .badge-light-info {
    background-color: rgba(229, 3, 3, 0.08) !important;
    color: #9f1010 !important;
}

.table-gradient .button-add {
    color: white !important;
    font-weight: 600;
}

.table-gradient .btn:hover {
    opacity: 0.92;
}

.body-gradient-pegawai {
    background:
        radial-gradient(circle at 16% 0%, rgba(229, 3, 3, 0.1), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(22, 23, 26, 0.08), transparent 32%),
        linear-gradient(135deg, #f8f9fb 0%, #f2f4f7 48%, #ffffff 100%);
    position: relative;
    overflow-x: hidden; /* Prevents horizontal scrolling */
    min-height: 100vh; /* Ensures the full viewport is covered */
}

/* Fix scrolling issue */
.body-gradient-pegawai .d-flex.flex-column.flex-root {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    overflow-y: auto; /* Enables vertical scrolling */
    flex: 1; /* Ensures content expands properly */
    display: flex;
    flex-direction: column;
}

/* Wave Effect at the Top */
.body-gradient-pegawai::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 420px;
    background:
        linear-gradient(180deg, rgba(229, 3, 3, 0.08), transparent 70%),
        radial-gradient(circle at 18% 16%, rgba(229, 3, 3, 0.12), transparent 26%);
    pointer-events: none;
    z-index: 0;
}


/* 🚀 New Visually Engaging Gradient */
.external-links-card {
    background: linear-gradient(135deg, #F59E0B, #FBBF24, #FDE047);
    border-radius: 14px;
    box-shadow: 0 6px 12px rgba(122, 92, 0, 0.35);
    padding: 20px;
    width: 100%;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none !important; /* Removes any default border */
}


/* 🖱️ Hover Effect - Scale and Shadow */
.icon-card:hover .external-links-card {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(1, 42, 74, 0.5);
}

/* 🎨 Icon Styling */
.external-links-card i {
    font-size: 45px;
    transition: color 0.3s ease-in-out;
}

/* ✨ Hover Effect - Change Icon Color to Yellow */
.icon-card:hover .external-links-card i {
    color: #0077B6 !important; /* Gold/Yellow */
}

/* ✨ Keep Text in One Line + More Space */
.icon-text {
    margin-top: 10px;
    font-size: 14px; /* Reduced font size */
    text-overflow: ellipsis; /* Handles overflow nicely */
    overflow: hidden;
    max-width: 85%; /* More space on sides */
    text-align: center;
}

/* 🔥 Clickable Card */
.clickable-card {
    text-decoration: none;
}

/* 🚀 Visually Engaging Dark Red Gradient */
.promo-card {
    background: linear-gradient(135deg, #8B0000, #B22222, #DC143C);
    border-radius: 14px;
    box-shadow: 0 6px 12px rgba(178, 34, 34, 0.35);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 25px;
    cursor: pointer;
    border: none !important; /* Removes any border */
    position: relative; /* Enables absolute positioning for image */
    overflow: hidden; /* Ensures the illustration can extend beyond */
    min-height: 200px;
}

/* 🎨 Subtle Wavy Pattern */
.promo-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Height of wave effect */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23B22222" fill-opacity="0.5" d="M0,160L80,138.7C160,117,320,75,480,96C640,117,800,203,960,229.3C1120,256,1280,224,1360,208L1440,192L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9; /* Slight transparency */
}

/* 🎇 Diagonal Light Streak */
.promo-card::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0.6; /* Soft glow */
    transform: rotate(-25deg);
}

/* 🖱️ Hover Effect */
.clickable-card:hover .promo-card {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(220, 20, 60, 0.5);
}

/* 🚀 Visually Engaging Dark Red Gradient */
.promo-card-red {
    background: linear-gradient(135deg, #C00000, #D32F2F, #E53935);
    border-radius: 14px;
    box-shadow: 0 6px 12px rgba(178, 34, 34, 0.35);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 25px;
    cursor: pointer;
    border: none !important; /* Removes any border */
    position: relative; /* Enables absolute positioning for image */
    overflow: hidden; /* Ensures the illustration can extend beyond */
    min-height: 200px;
}

/* 🎨 Subtle Wavy Pattern */
.promo-card-red::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Height of wave effect */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23B22222" fill-opacity="0.5" d="M0,160L80,138.7C160,117,320,75,480,96C640,117,800,203,960,229.3C1120,256,1280,224,1360,208L1440,192L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9; /* Slight transparency */
}

/* 🎇 Diagonal Light Streak */
.promo-card-red::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0.6; /* Soft glow */
    transform: rotate(-25deg);
}

.clickable-card:hover .promo-card-red {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(220, 20, 60, 0.5);
}

/* 🎨 Enlarged Text */
.profile-title {
    font-size: 2rem; /* Bigger Title */
}

/* 📌 Adjusted Illustration (Overflowing at the Bottom) */
.illustration {
    position: absolute;
    bottom: -30px; /* Moves it lower for an overflow effect */
    right: -70px; /* Keeps it aligned to the right */
    max-width: 70%; /* Allows bigger images */
    height: auto; /* Ensures proportionate scaling */
    text-align: right;
    display: flex;
    align-items: flex-end;
}

/* 🔥 Make the Image Overflow the Bottom */
.promo-image {
    width: 300px !important; /* Increased size */
    max-height: 220px !important; /* Allows it to be larger */
    object-fit: contain; /* Ensures proper fit */
}

/* 🚀 Visually Engaging Dark Red Gradient */
.faq-card-blue {
    background: linear-gradient(135deg, #0077B6, #0096C7, #00B4D8, #48CAE4);
    border-radius: 14px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 25px;
    border: none !important; /* Removes any border */
    position: relative; /* Enables absolute positioning for image */
    overflow: hidden; /* Ensures the illustration can extend beyond */
    min-height: 202px;
    z-index: 1;
}

/* 🎨 Subtle Wavy Pattern */
.faq-card-blue::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Height of wave effect */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%230077B6" fill-opacity="0.5" d="M0,160L80,138.7C160,117,320,75,480,96C640,117,800,203,960,229.3C1120,256,1280,224,1360,208L1440,192L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9; /* Slight transparency */
}

/* 🎇 Diagonal Light Streak */
.faq-card-blue::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0.6; /* Soft glow */
    transform: rotate(-25deg);
}

.clickable-card:hover .faq-card-blue {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 118, 182, 0.5);
}

/* 🚀 Visually Engaging Dark Red Gradient */
.faq-card-green {
    background: linear-gradient(135deg, #007F5F, #2B9348, #55A630, #80B918);
    border-radius: 14px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 25px;
    border: none !important; /* Removes any border */
    position: relative; /* Enables absolute positioning for image */
    overflow: hidden; /* Ensures the illustration can extend beyond */
    min-height: 190px;
}

/* 🎨 Subtle Wavy Pattern */
.faq-card-green::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Height of wave effect */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%232B9348" fill-opacity="0.5" d="M0,160L80,138.7C160,117,320,75,480,96C640,117,800,203,960,229.3C1120,256,1280,224,1360,208L1440,192L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9; /* Slight transparency */
}

/* 🎇 Diagonal Light Streak */
.faq-card-green::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0.6; /* Soft glow */
    transform: rotate(-25deg);
}

.clickable-card:hover .faq-card-green {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(43, 147, 72, 0.5);
}

/* 🎨 Enlarged Text */
.faq-title {
    font-size: 2rem; /* Bigger Title */

}

.faq-illustration {
    position: absolute;
    bottom: -70px; /* Moves it lower for an overflow effect */
    right: -70px; /* Keeps it aligned to the right */
    max-width: 70%; /* Allows bigger images */
    height: auto; /* Ensures proportionate scaling */
    text-align: right;
    display: flex;
    align-items: flex-end;
}


/* 🔥 Make the Image Overflow the Bottom */
.faq-image {
    width: 250px !important; /* Increased size */
    max-height: 250px !important; /* Allows it to be larger */
    object-fit: contain; /* Ensures proper fit */
}

/* Base card styling */
.stat-card {
    border-radius: 12px; /* Smooth rounded corners */
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Soft shadow */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    color: white; /* Ensures text visibility */
}

/* Unique gradients for each card */
.card-gradient-1 { background: linear-gradient(135deg, #0077B6, #0096C7); }
.card-gradient-2 { background: linear-gradient(135deg, #00B4D8, #48CAE4); }
.card-gradient-3 { background: linear-gradient(135deg, #A8E6CF, #56C596); }
.card-gradient-4 { background: linear-gradient(135deg, #FF9A8B, #FF6A88); }
.card-gradient-5 { background: linear-gradient(135deg, #FFB347, #FFCC33); }
.card-gradient-6 { background: linear-gradient(135deg, #8A2BE2, #A74AC7); }
.card-gradient-7 { background: linear-gradient(135deg, #FF5733, #FF8C42); }
.card-gradient-8 { background: linear-gradient(135deg, #5E35B1, #7E57C2); }

/* Hover Effect */
.stat-card:hover {
    transform: translateY(-3px); /* Slight lift */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
}

/* Number Styling */
.stat-number {
    display: block;
    font-size: 28px;
    font-weight: bold;
}

/* Description Styling */
.stat-desc {
    font-size: 14px;
    font-weight: 600;
}

/* Icon Container - Removes Background and Integrates into Panel */
.blended-icon .symbol-label {
    background: transparent !important; /* Removes default bg */
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon Styling - Softened and Integrated */
.blended-icon i {
    font-size: 28px; /* Adjust as needed */
    color: rgba(255, 255, 255, 0.85); /* Soft white with transparency */
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.2); /* Subtle glow */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Hover Effect - Slight Color Change & Scale */
.stat-card:hover .blended-icon i {
    color: rgba(255, 255, 255, 1); /* Full brightness */
    transform: scale(1.1); /* Slight zoom */
}

/*custom css select2*/
.select2-container .select2-selection--single {
    height: 44px !important;
    padding: 0.65rem 1rem !important;
    border-radius: 0.475rem !important;
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    line-height: normal !important;
    padding-left: 0 !important;
}

.select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #F5F8FA !important;
}

.select2-container {
    width: 100% !important;
}
