﻿:root {
    --schedule-bg: linear-gradient(to right, #EFF6FF, #FAF5FF);
    --free-demo-badge-bg: linear-gradient(to right, #FFEDD5, #FEE2E2);
}

[data-bs-theme="dark"] {
    --schedule-bg: linear-gradient(to right, #171717, #352617);
    --free-demo-badge-bg: linear-gradient(to right, #200b00, #870000);
}

    [data-bs-theme="dark"]  body {
        background: #05182c !important;
    }

.schedule-bg {
    background: var(--schedule-bg);
}

.free-demo-badge-bg {
    background: var(--free-demo-badge-bg);
}

.hero-bg {
    background: linear-gradient(35deg, #f2f2ff 30%, #ecfaff 90%) !important;
}

[data-bs-theme="dark"] .hero-bg {
    background: linear-gradient(35deg, #1b2442 30%, #09121e 90%) !important;
}

.gradient-text {
    background: linear-gradient(to right, #2563EB, #9333EA);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gradient-orange-red {
    background: linear-gradient(to right, #FFEDD5, #FEE2E2);
}

.gradient-blue-cyan {
    background: linear-gradient(to right, #3B82F6, #06B6D4);
}

.gradient-purple-pink {
    background: linear-gradient(to right, #A855F7, #EC4899);
}

.gradient-green-emerald {
    background: linear-gradient(to right, #22C55E, #10B981);
}

.gradient-orange-red-dark {
    background: linear-gradient(to right, #F97316, #EF4444);
}

.gradient-indigo-purple {
    background: linear-gradient(to right, #6366F1, #9333EA);
}

.gradient-teal-blue {
    background: linear-gradient(to right, #14B8A6, #3B82F6);
}

.gradient-pink-rose {
    background: linear-gradient(to right, #EC4899, #F43F5E);
}

.gradient-yellow-orange {
    background: linear-gradient(to right, #F59E0B, #F97316);
}

.glassy-card {
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.4), rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(147, 197, 253, 0.5);
    box-shadow: 0 4px 16px rgba(16, 17, 36, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

/* Fallback for browsers without backdrop-filter support */
@@supports not (backdrop-filter: blur(12px)) {
    .glassy-card {
        background: linear-gradient(135deg, rgba(219, 234, 254, 0.7), rgba(255, 255, 255, 0.5));
    }
}

[data-bs-theme="dark"] .glassy-card {
    background: rgba(255, 255, 255, 0.05);
}

.glassy-card .card-body {
    padding: 1.5rem;
}

.glassy-card .bg-primary-subtle {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.glassy-card .text-primary {
    color: #3b82f6;
}

.glassy-card .text-muted {
    color: rgba(255, 255, 255, 0.7);
}

.glassy-card .text-dark {
    color: #ffffff;
}

.glassy-card .text-warning {
    color: #facc15;
}

.glassy-card .fill-warning {
    fill: #facc15;
}

.bg-white-80 {
    background: rgba(255, 255, 255, 0.8);
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.gradient-blue {
    background: linear-gradient(135deg, #3B82F6, #2563EB);
}

.gradient-purple {
    background: linear-gradient(135deg, #A855F7, #9333EA);
}

.gradient-indigo {
    background: linear-gradient(135deg, #6366F1, #4F46E5);
}

.gradient-cyan {
    background: linear-gradient(135deg, #06B6D4, #0891B2);
}

.gradient-green {
    background: linear-gradient(135deg, #22C55E, #16A34A);
}

.gradient-emerald {
    background: linear-gradient(135deg, #10B981, #059669);
}

.card-hover {
    transition: all 0.3s ease;
}

    .card-hover:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

.bg-white-20 {
    background: rgba(255, 255, 255, 0.2);
}

.underline-blue {
    width: 6rem;
    height: 0.0625rem;
    background-color: #2563EB;
}
[data-bs-theme="dark"] .job-oriented-review-n-companies-bg {
    background: #05182c;
}

.wyg-bg-dark-gradient {
    background: linear-gradient(180deg, #111827 0%, #1f2937 100%);
    position: relative;
    overflow: hidden;
}

[data-bs-theme="dark"] .wyg-bg-dark-gradient {
    background: linear-gradient(180deg, #0a0f1b 0%, #0d1725 100% 100% );
}

    .wyg-gradient-circle-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background: linear-gradient(to bottom right, #3b82f6, #8b5cf6);
    border-radius: 50%;
    transform: translateX(8rem) translateY(-8rem);
    opacity: 0.1;
}

.wyg-gradient-circle-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12rem;
    height: 12rem;
    background: linear-gradient(to top right, #10b981, #3b82f6);
    border-radius: 50%;
    transform: translateX(-6rem) translateY(6rem);
    opacity: 0.1;
}

.certificate-img {
    transition: transform 0.3s;
}
.certificate-img:hover {
    transform: rotate(3deg);
}

.project-graident {
    background: linear-gradient(to bottom right, #f0f9ff, #e0f2fe, #bae6fd);
}

[data-bs-theme="dark"] .project-graident {
    background: linear-gradient(to bottom right, #0f172a, #155e7520, #020617);
}

.project-glow-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: radial-gradient(circle at 30% 20%, rgba(0, 180, 255, 0.2), transparent 60%);
}

.project-glow-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: radial-gradient(circle at 70% 80%, rgba(0, 150, 200, 0.15), transparent 60%);
}
