﻿
.hero-bg {
    background: linear-gradient(35deg, #f2f2ff 30%, #ecfaff 90%) !important;
    color: #1f2937;
    overflow: hidden;
}

[data-bs-theme="dark"] .hero-bg {
    background: linear-gradient(35deg, #1b2442 30%, #09121e 90%) !important;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: fit-content;
    justify-content: center;
}

[data-bs-theme="dark"] .btn-first {
    background: linear-gradient(to right, #06b6d4, #3b82f6);
}

    [data-bs-theme="dark"] .btn-first:hover {
        background: linear-gradient(to right, #0891b2, #2563eb);
        color: #ffffff;
    }

/* Primary button */
.btn-first {
    background: linear-gradient(to right, #06b6d4, #3b82f6);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    border: none;
    transition: all 300ms ease;
    transform: scale(1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .btn-first:hover {
        background: linear-gradient(to right, #0891b2, #2563eb);
        transform: scale(1.05);
    }

/* Secondary button */
.btn-second {
    border: 2px solid #3baff6;
    color: #3baff6;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    background: transparent;
    font-weight: 600;
    transition: all 300ms ease;
}

    .btn-second:hover {
        background: white;
    }

[data-bs-theme="dark"] .btn-second:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.text-cyanish {
    color: #3baff6;
}

.gradient-text {
    background: linear-gradient(to right, #06b6d4, #004fcf);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

:root {
    --faq-text-color: #333;
    --accordion-bg: rgba(255, 255, 255, 0.4);
    --accordion-border: rgba(255, 255, 255, 0.8);
    --shadow-color: rgba(0, 0, 0, 0.1);
    --secondary-bg: #f1f5f9;
    --bs-secondary: #475569;
}

[data-bs-theme="dark"] {
    --faq-text-color: #e0e0e0;
    --accordion-bg: rgba(40, 40, 40, 0.4);
    --accordion-border: rgba(100, 100, 100, 0.5);
    --shadow-color: rgba(0, 0, 0, 0.3);
    --secondary-bg: #1e293b;
    --bs-secondary: #9ca3af;
}

.text-muted-custom {
    color: var(--bs-secondary) !important;
}

.tech-card {
    display: block;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

[data-bs-theme="dark"] .tech-card {
    background-color: #1e293b;
    border: 1px solid #374151;
}

.tech-card:hover {
    box-shadow: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -2px var(--shadow-color); /* shadow-lg equivalent */
}

.tech-card h4 {
    text-align: start;
}

.feature-section {
    background-color: var(--secondary-bg) !important;
}

.card-hover {
    transition: all 300ms ease;
    background: transparent !important;
}

    .card-hover:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

/* Benefit Icon Backgrounds */
.benefit-icon {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

    .benefit-icon.bg-blue-light {
        background-color: #dbeafe;
        color: #2563eb;
    }

    .benefit-icon.bg-green-light {
        background-color: #dcfce7;
        color: #16a34a;
    }

    .benefit-icon.bg-purple-light {
        background-color: #f3e8ff;
        color: #9333ea;
    }

    .benefit-icon.bg-orange-light {
        background-color: #fed7aa;
        color: #ea580c;
    }

    .benefit-icon.bg-teal-light {
        background-color: #ccfbf1;
        color: #0d9488;
    }

    .benefit-icon.bg-red-light {
        background-color: #fee2e2;
        color: #dc2626;
    }

    .benefit-icon.bg-indigo-light {
        background-color: #e0e7ff;
        color: #4f46e5;
    }

    .benefit-icon.bg-pink-light {
        background-color: #fce7f3;
        color: #ec4899;
    }

[data-bs-theme="dark"] .benefit-icon.bg-blue-light {
    background-color: rgba(37, 99, 235, 0.3);
    color: #60a5fa;
}

[data-bs-theme="dark"] .benefit-icon.bg-green-light {
    background-color: rgba(22, 163, 74, 0.3);
    color: #4ade80;
}

[data-bs-theme="dark"] .benefit-icon.bg-purple-light {
    background-color: rgba(147, 51, 234, 0.3);
    color: #a855f7;
}

[data-bs-theme="dark"] .benefit-icon.bg-orange-light {
    background-color: rgba(234, 88, 12, 0.3);
    color: #fb923c;
}

[data-bs-theme="dark"] .benefit-icon.bg-teal-light {
    background-color: rgba(13, 148, 136, 0.3);
    color: #2dd4bf;
}

[data-bs-theme="dark"] .benefit-icon.bg-red-light {
    background-color: rgba(220, 38, 38, 0.3);
    color: #f87171;
}

[data-bs-theme="dark"] .benefit-icon.bg-indigo-light {
    background-color: rgba(79, 70, 229, 0.3);
    color: #818cf8;
}

[data-bs-theme="dark"] .benefit-icon.bg-pink-light {
    background-color: rgba(236, 72, 153, 0.3);
    color: #f472b6;
}

