/* General Typography */
h1, h2 {
    font-weight: 300;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 8rem 0;
    background-image: url("img/bg.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #1a202c;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section .dashboard-video {
    position: relative;
    width: 125%;
}

.hero-section .dashboard-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    .hero-section .dashboard-video {
        position: relative;
        right: auto;
        width: 100%;
        margin-top: 2rem;
    }
}

/* Remove the ::before overlay completely */

.hero-section h1 {
    color: #1a202c;
    font-size: 3.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section .lead {
    color: #4a5568;
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-section .btn-dark {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.hero-section .btn-outline-dark {
    color: #1a202c;
    border-color: rgba(26, 32, 44, 0.2);
}

.hero-section .btn-outline-dark:hover {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

/* Update nav tabs for dark background */
.hero-section .nav-tabs {
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 8px;
}

.hero-section .nav-tabs .nav-link {
    color: #4a5568;
    border: 1px solid rgba(26, 32, 44, 0.1);
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.hero-section .nav-tabs .nav-link:hover {
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
}

.hero-section .nav-tabs .nav-link.active {
    color: #2563eb;
    background-color: #fff;
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.hero-section .text-muted {
    color: #4a5568 !important;
}

.dashboard-image-wrapper {
    position: relative;
    max-width: 100%;
    width: 1200px;
    margin: 3rem auto;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #2563eb;
    transition: all 0.3s ease-in-out;
}

.dashboard-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.dashboard-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 2px solid #2563eb;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.dashboard-image-wrapper:hover::after {
    opacity: 1;
    border-width: 4px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.play-button svg {
    width: 30px;
    height: 30px;
    fill: white;
    margin-left: 4px; /* Slight offset for visual center */
}

.dashboard-image-wrapper:hover .play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.metric-card {
    padding: 2rem;
    text-align: center;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.metric-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.metric-label {
    color: #6c757d;
}

/* Tab Navigation Styles */
.nav-tabs {
    border: none;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 8px;
    display: inline-flex;
    margin: 0 auto 2rem;
}

.nav-tabs .nav-item {
    margin: 0;
}

.nav-tabs .nav-link {
    border: 1px solid #e2e8f0;
    color: #6c757d;
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background-color: #fff;
}

.nav-tabs .nav-link i {
    font-size: 1.1rem;
}

.nav-tabs .nav-link:hover {
    color: #000;
    border-color: #cbd5e0;
    background-color: #fff;
}

.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #cbd5e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.tab-content {
    margin-top: 2rem;
}

.navbar-brand img {
    height: 32px;
    width: auto;
}

/* Testimonials Section */
.testimonials-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.scroll-row {
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
    width: fit-content;
}

.scroll-left {
    animation: scrollLeft 40s linear infinite;
}

.scroll-right {
    animation: scrollRight 40s linear infinite;
}

.scroll-row:hover {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% + 100vw));
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(calc(-100% + 100vw));
    }
    100% {
        transform: translateX(0);
    }
}

.testimonial-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 2rem;
    width: 400px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.stars {
    color: #ffc107;
    letter-spacing: 2px;
    font-size: 1.25rem;
}

.star-half {
    opacity: 0.5;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.5rem;
    height: 3.2em;
}

.avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e2e8f0;
    flex-shrink: 0;
}

/* How It Works Section */
.welcome-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
}

.steps-container {
    height: 100%;
    width: 100%;
}

/* Steps Container Styles */
.steps-container {
    position: relative;
    padding: 1rem;
}

.step-card {
    position: relative;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    cursor: pointer;
    z-index: 2;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #0d6efd;
}

.step-card:active {
    background-color: #f8f9ff;
    border-color: #0d6efd;
    transform: translateY(0);
}

.step-number {
    color: #0d6efd;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.step-title {
    color: #333;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.step-card:hover .step-title {
    color: #0d6efd;
}

.step-description {
    color: #666;
    line-height: 1.6;
}

.demo-image-wrapper {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.demo-image-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.demo-image {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.demo-caption {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a202c;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.demo-caption i {
    font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-card {
        width: 300px;
    }
    .scroll-row {
        gap: 1rem;
    }
}

/* Responsive adjustments for tabs */
@media (max-width: 768px) {
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0.5rem;
        width: 100%;
        justify-content: flex-start;
    }

    .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .nav-tabs .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .step-card {
        padding: 1.5rem;
        height: auto;
        margin-bottom: 1rem;
    }

    .demo-image-wrapper {
        margin-top: 2rem;
        height: auto !important;
    }

    .demo-image {
        height: auto;
    }
}

/* Compliance Solution Section */
.compliance-solution {
    background-color: #0f1218;
    position: relative;
    overflow: hidden;
}

.compliance-solution p,
.compliance-solution .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

.overview-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
}

.gradient-text {
    background: linear-gradient(135deg, #3b82f6, #2dd4bf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.solution-card:last-child {
    margin-bottom: 0;
}

.solution-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

.solution-card h3,
.solution-card p {
    color: #fff;
}

/* Overview Section Card Styles */
.solution-card .card-title {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

/* Progress Bars */
.progress {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    overflow: hidden;
    height: 6px;
}

.progress-bar {
    border-radius: 100px;
    background-color: #10b981;
}

/* Timeline Styles */
.audit-timeline {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
}

.timeline-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 1.75rem;
    bottom: 0;
    width: 2px;
    background-color: #2563eb;
}

.timeline-item i {
    position: absolute;
    left: -1.75rem;
    width: 24px;
    height: 24px;
    background-color: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.timeline-item:not(.active) i {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
}

.timeline-content {
    padding-left: 1rem;
}

.timeline-content h6 {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.timeline-content small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
}

/* Audit Progress */
.audit-progress {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.25rem;
}

.audit-progress .progress {
    margin: 0.75rem 0;
}

.audit-progress-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 0.875rem;
}

.audit-progress-label span {
    color: rgba(255, 255, 255, 0.7);
}

.audit-stats {
    display: flex;
    gap: 1rem;
    margin-top: 0.75rem;
}

.audit-stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.audit-stat-item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.audit-stat-item.accepted::before {
    background-color: #10b981;
}

.audit-stat-item.in-review::before {
    background-color: #f59e0b;
}

/* Security Grid */
.security-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.security-item {
    text-align: center;
    color: #fff;
}

.security-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.security-icon i {
    font-size: 1.5rem;
    color: #3b82f6;
}

/* Slack Preview */
.slack-preview {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.chat-message {
    flex: 1;
}

.message-content {
    display: inline-block;
    background-color: #1a1f2e;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
}

.avatar-stack {
    display: flex;
    margin-left: 1rem;
}

.avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #3b82f6;
    border: 2px solid #0f1218;
    margin-left: -0.5rem;
}

.avatar:nth-child(2) {
    background-color: #10b981;
}

.avatar:nth-child(3) {
    background-color: #f59e0b;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .solution-card {
        padding: 1.5rem;
    }

    .security-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .security-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .security-icon i {
        font-size: 1.25rem;
    }
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: transparent;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-brand {
    position: relative;
    z-index: 1;
}

.navbar-brand img {
    height: 32px;
    width: auto;
}

.navbar .nav-link {
    color: #212529;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.navbar .nav-link:hover {
    color: #0d6efd;
}

.navbar .nav-link.active {
    color: #0d6efd;
}

/* Adjust button colors for better visibility on transparent background */
.navbar:not(.scrolled) .btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.navbar:not(.scrolled) .btn-dark {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}

.navbar:not(.scrolled) .btn-outline-dark:hover {
    background-color: #212529;
    color: #fff;
}

.navbar-nav {
    gap: 0.5rem;
}

.nav-buttons {
    position: relative;
    z-index: 1;
}

.navbar .btn-outline-dark {
    color: #1a202c;
    border-color: rgba(26, 32, 44, 0.2);
}

.navbar .btn-outline-dark:hover {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.navbar .btn-dark {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.navbar .btn-dark:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
}

.navbar-toggler {
    border-color: rgba(26, 32, 44, 0.2);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26, 32, 44, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile menu background */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(8px);
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin-top: 0.5rem;
    }

    .navbar-nav {
        gap: 0;
    }

    .nav-buttons {
        display: flex;
        gap: 0.5rem;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/* Comparison Section Styles */
.comparison-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.comparison-section .display-3 {
    font-weight: 400 !important;
}

.comparison-title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2rem;
}

.comparison-title.text-danger {
    color: #dc2626 !important;
}

.comparison-title.text-success {
    color: #059669 !important;
}

.comparison-card {
    padding: 1.75rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    min-height: 120px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
}

.comparison-card.old-way {
    background-color: #fef2f2;
    border: none;
}

.comparison-card.new-way {
    background-color: #f0fdf4;
    border: none;
}

.comparison-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.comparison-card .card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.comparison-card .card-content {
    flex: 1;
}

.comparison-card.old-way .card-icon {
    background-color: #fee2e2;
    color: #dc2626;
}

.comparison-card.new-way .card-icon {
    background-color: #dcfce7;
    color: #059669;
}

.comparison-card .card-icon i {
    font-size: 1.25rem;
}

.comparison-card h4 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #111827;
}

.comparison-card p {
    color: #4b5563;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 0.9375rem;
}

@media (max-width: 768px) {
    .comparison-section {
        padding: 3rem 0;
    }

    .comparison-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
        min-height: auto;
    }

    .comparison-title {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 1.25rem;
    }
}

/* Demo Image Container Styles */
.demo-image-container {
    position: relative;
    height: 100%;
    width: calc(100% + ((100vw - 1320px) / 2));
    margin-right: calc(((-100vw + 1320px) / 2) * -1);
    overflow: hidden;
}

.demo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.demo-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

@media (max-width: 1320px) {
    .demo-image-container {
        width: 100vw;
        margin-right: -15px;
    }
}

/* Demo Video Container Styles */
.demo-video-container {
    position: relative;
    width: calc(100% + ((100vw - 1320px) / 2));
    margin-right: calc(((-100vw + 1320px) / 2) * -1);
    overflow: hidden;
    border-radius: 12px 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-video {
    width: 100%;
    display: block;
    max-width: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}

.demo-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-caption:hover {
    background: rgba(13, 110, 253, 0.9);
    transform: translateY(-2px);
}

@media (max-width: 1320px) {
    .demo-video-container {
        width: 100vw;
        margin-right: -15px;
        border-radius: 12px 0 0 12px;
    }
}

/* Services Section Styles */
.services-section {
    background-color: #f8f9fa;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-icon i {
    font-size: 1.75rem;
    color: #0d6efd;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.service-card ul li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-card .badge {
    font-size: 0.875rem;
    padding: 0.5em 1em;
    border-radius: 20px;
}

.badge.bg-purple {
    background-color: #6f42c1;
}

#servicesTab .nav-link {
    color: #6c757d;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

#servicesTab .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
}

.tab-content {
    padding-top: 2rem;
}

/* Hero Intro Styles */
.hero-intro {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 8rem 0 5rem;
    margin-top: -5rem;
}

/* Milestone Cards */
.milestone-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
    position: relative;
}

.milestone-card:hover {
    transform: translateY(-5px);
}

.milestone-card.active {
    border: 2px solid #0d6efd;
}

.milestone-card .year {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.milestone-card .milestone-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.milestone-card .milestone-icon i {
    font-size: 1.75rem;
    color: #0d6efd;
}

.milestone-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Team Cards */
.team-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
}

.avatar-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.avatar {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar i {
    font-size: 3rem;
    color: #6c757d;
}

.team-card h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.team-card .role {
    color: #0d6efd;
    font-weight: 500;
}

.social-link {
    display: inline-block;
    margin-top: 1rem;
    color: #6c757d;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #0d6efd;
}

.social-link i {
    font-size: 1.25rem;
}

/* Our Story Section */
.our-story {
    background-color: #ffffff;
}

.story-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #495057;
}

.story-content p:first-child {
    font-size: 1.25rem;
    color: #212529;
}

.our-story h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    position: relative;
}

.our-story h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #0d6efd;
    margin: 1rem auto 0;
}

.our-services-card .feature-list {
    list-style: none;
    padding-left: 0;
}

.our-services-card .feature-list li {
    color: #212529; /* This sets the text color to dark */
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.our-services-card .feature-list li i {
    margin-right: 0.5rem;
}

/* Feature Lists */
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.feature-list li i {
    margin-right: 0.75rem;
    font-size: 1rem;
}

.story-content h4 {
    color: #0d6efd;
    font-weight: 500;
    font-size: 1.35rem;
}

/* Story Content Styles */
.story-content {
    color: #1a202c;
}

.story-content h4 {
    color: #1a202c;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.story-content p {
    color: #4a5568;
}

.story-content .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.story-content .feature-list li {
    color: #4a5568;
    margin-bottom: 1rem;
}

.story-content .feature-list li strong {
    color: #1a202c;
    display: block;
    margin-bottom: 0.25rem;
}

/* Story Content Feature List Styles */
.story-content .feature-list {
    margin-bottom: 2rem;
}

.story-content .feature-item {
    height: 100%;
    margin-bottom: 0;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.story-content .feature-item:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.story-content .feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.2) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.story-content .feature-icon i {
    font-size: 1.5rem;
    color: #2563eb;
}

.story-content .feature-item h5 {
    color: #1a202c;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.story-content .feature-item p {
    color: #4a5568;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .story-content .feature-item {
        padding: 1.25rem;
    }

    .story-content .feature-icon {
        width: 40px;
        height: 40px;
    }

    .story-content .feature-icon i {
        font-size: 1.25rem;
    }
}

/* Navbar Dropdown Styles */
.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 0;
    padding: 0.5rem 0;
}

.navbar .dropdown-item {
    padding: 0.5rem 1.5rem;
    color: #1a202c;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.navbar .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #2563eb;
}

/* CTA Section */
.cta-section {
    background-image: url('img/cta.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
    color: white;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section .btn-light {
    background-color: #ffffff;
    color: #2563eb;
    border: none;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.cta-section .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Footer Styles */
.footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.footer h5 {
    color: #1a202c;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer ul li {
    margin-bottom: 0.75rem;
}

.footer ul li a {
    color: #4a5568;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.footer ul li a:hover {
    color: #2563eb;
}

.footer .social-links a {
    color: #4a5568;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer .social-links a:hover {
    color: #2563eb;
    transform: translateY(-2px);
}

.footer-bottom {
    color: #718096;
    font-size: 0.9rem;
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
}

@media (max-width: 768px) {
    .cta-section {
        padding: 80px 0;
    }

    .cta-section .display-4 {
        font-size: 2.5rem;
    }

    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin: 1rem 0;
    }

    .footer .col-lg-4 {
        text-align: center;
    }

    .footer .social-links {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

.product-card, .service-card {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(37, 99, 235, 0.1);
    position: relative;
    overflow: hidden;
}

.product-card:hover, .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
}

.product-card .icon-wrapper, .service-card .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.product-card .icon-wrapper i, .service-card .icon-wrapper i {
    color: white;
    font-size: 1.5rem;
}

.product-card h3, .service-card h3 {
    color: #1a202c;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.product-card p, .service-card p {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.product-card .feature-list, .service-card .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-card .feature-list li, .service-card .feature-list li {
    display: flex;
    align-items: center;
    color: #4a5568;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.product-card .feature-list li i, .service-card .feature-list li i {
    color: #2563eb;
    margin-right: 0.75rem;
    font-size: 1rem;
}

.product-card .btn-primary, .service-card .btn-primary {
    background-color: #2563eb;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.product-card .btn-primary:hover, .service-card .btn-primary:hover {
    background-color: #1e40af;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .product-card, .service-card {
        padding: 1.5rem;
    }
}

.nav-pills {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.1);
    display: inline-flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.nav-pills .nav-link {
    color: #4a5568;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.nav-pills .nav-link i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.nav-pills .nav-link:hover {
    color: #2563eb;
    background-color: rgba(37, 99, 235, 0.05);
}

.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.nav-pills .nav-link.active i {
    color: white;
}

@media (max-width: 768px) {
    .nav-pills {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .nav-pills .nav-link {
        width: 100%;
        justify-content: center;
    }
}

/* Blog Page Styles */
.blog-container {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  gap: 40px;
}

.blog-sidebar {
  min-width: 220px;
  padding-top: 20px;
}

.blog-title {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 28px;
}

.blog-filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filter-btn {
  padding: 8px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #222;
  font-size: 0.98rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.filter-btn.active, .filter-btn:hover {
  background: #1677ff;
  color: #fff;
  border-color: #1677ff;
}

.blog-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.blog-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  overflow: hidden;
  width: 420px;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  transition: box-shadow 0.2s;
}
.blog-card:hover {
  box-shadow: 0 8px 32px rgba(22,119,255,0.12);
}

.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-card-link:hover .blog-card {
  box-shadow: 0 8px 32px rgba(22,119,255,0.18);
  transform: translateY(-2px);
}

.blog-card-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.blog-card-content {
  padding: 28px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-meta {
  display: flex;
  gap: 18px;
  font-size: 0.98rem;
  color: #1677ff;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-category {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #222;
}

.blog-card-excerpt {
  color: #444;
  font-size: 1.05rem;
  margin-bottom: 18px;
  flex: 1;
}

.blog-card-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.author-name {
  font-size: 1.05rem;
  color: #222;
  font-weight: 500;
}

@media (max-width: 900px) {
  .blog-container {
    flex-direction: column;
    gap: 0;
  }
  .blog-sidebar {
    min-width: 0;
    margin-bottom: 32px;
  }
  .blog-cards {
    flex-direction: column;
    gap: 0;
  }
  .blog-card {
    width: 100%;
    margin-bottom: 32px;
  }
}

/* Documentation Page Styles */
.docs-page .hero-section {
    background-image: none;
    background-color: #fff;
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
}

/* Documentation Details Page */
.docs-content {
    margin-top: 76px;
    min-height: calc(100vh - 76px - 400px);
}

.docs-article {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.docs-article .icon-wrapper {
    width: 48px;
    height: 48px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.docs-article .icon-wrapper i {
    font-size: 24px;
    color: #2563eb;
}

.docs-content-body h2 {
    color: #1a202c;
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.docs-content-body h4 {
    color: #1a202c;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.docs-content-body p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.docs-content-body ul,
.docs-content-body ol {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.docs-content-body li {
    margin-bottom: 0.5rem;
}

/* Playlist Sidebar */
.docs-playlist {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 92px;
}

.playlist-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.playlist-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 8px;
    text-decoration: none;
    color: #1a202c;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}

.playlist-item:hover {
    background: rgba(37, 99, 235, 0.05);
    border-color: rgba(37, 99, 235, 0.2);
    color: #2563eb;
}

.playlist-item.active {
    background: rgba(37, 99, 235, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
    color: #2563eb;
}

.playlist-item .number {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 1rem;
    flex-shrink: 0;
    border: 1px solid currentColor;
}

.playlist-item .content {
    flex: 1;
}

.playlist-item h4 {
    font-size: 1rem;
    margin: 0 0 0.25rem;
    font-weight: 500;
}

.playlist-item p {
    font-size: 0.875rem;
    margin: 0;
    color: #64748b;
}

.playlist-item.active .number {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .docs-playlist {
        position: static;
        margin-top: 2rem;
    }
}

/* FAQ Section Styles */
.faq-section {
    background-color: #fff;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: #f5f5f7;
    border-radius: 18px;
    overflow: hidden;
}

.faq-item {
    background-color: #fff;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 24px 32px;
    border: none;
    background: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #1d1d1f;
    font-size: 1.2rem;
    font-weight: 400;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #0066cc;
}

.faq-icon {
    min-width: 14px;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p {
    padding: 0 32px 24px;
    margin: 0;
    color: #424245;
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .faq-question {
        padding: 20px 24px;
        font-size: 1.1rem;
    }

    .faq-answer p {
        padding: 0 24px 20px;
        font-size: 1rem;
    }
}

/* Remove all other docs-specific styles as they're now using Bootstrap and existing project styles */

/* Large CTA Card Styles */
.large-cta-section .cta-card {
  background: linear-gradient(135deg, #1a75ff 0%, #0052cc 100%);
  border: none;
  overflow: hidden;
  position: relative;
}

.large-cta-section .cta-card .btn-light {
  background: #ffffff;
  border: none;
  padding: 15px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.large-cta-section .cta-card .btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(5px);
}

.floating-shapes {
  height: 100%;
}

.floating-shapes .shape-1,
.floating-shapes .shape-2 {
  opacity: 0.15;
  animation: float 6s ease-in-out infinite;
}

.floating-shapes .shape-2 {
  animation-delay: -2s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* How We Help Section Styles */
.how-we-help-section {
    background: linear-gradient(180deg, #1a1f2e 0%, #0d1117 100%);
    position: relative;
    overflow: hidden;
}

.timeline-container {
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg,
        rgba(var(--bs-primary-rgb), 0.1) 0%,
        rgba(var(--bs-primary-rgb), 1) 50%,
        rgba(var(--bs-primary-rgb), 0.1) 100%
    );
    transform: translateX(-50%);
}

.timeline-step {
    display: flex;
    margin-bottom: 4rem;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
}

.timeline-step:nth-child(odd) {
    flex-direction: row;
    padding-right: 50%;
}

.timeline-step:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 50%;
}

.step-number {
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    background: var(--bs-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transform: translateX(-50%);
    z-index: 1;
}

.step-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    width: 90%;
    margin: 0 2rem;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.step-content:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.step-title {
    color: white;
    font-size: 1.5rem;
}

.time-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 50px;
    font-weight: 500;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.feature-list li i {
    margin-right: 0.75rem;
}

.success-card {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
    box-shadow: 0 10px 30px rgba(var(--bs-primary-rgb), 0.3);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add animation delay for each step */
.timeline-step:nth-child(1) { animation-delay: 0.2s; }
.timeline-step:nth-child(2) { animation-delay: 0.4s; }
.timeline-step:nth-child(3) { animation-delay: 0.6s; }
.timeline-step:nth-child(4) { animation-delay: 0.8s; }

/* Responsive adjustments */
@media (max-width: 768px) {
    .timeline-line {
        left: 20px;
    }

    .timeline-step {
        padding: 0 0 0 50px !important;
        flex-direction: row !important;
    }

    .step-number {
        left: 20px;
    }

    .step-content {
        width: 100%;
        margin-left: 1rem;
    }
}

/* Toolkits Section */
.toolkits-section {
    padding: 4rem 0;
    background-color: #fff;
}

.toolkits-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.toolkits-header h2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 2rem;
    font-weight: 500;
}

.toolkits-header h2 i {
    font-size: 1.75rem;
}

.toolkits-header .see-all {
    color: #1a202c;
    text-decoration: none;
    font-weight: 500;
}

.toolkits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.toolkit-card {
    background: #eeeeee;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.toolkit-card:hover {
    transform: translateY(-5px);
}

.toolkit-sale-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #fbbf24;
    color: #000;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.875rem;
    z-index: 1;
}

.toolkit-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    margin: 1.5rem;
    border-radius: 8px;
    width: calc(100% - 3rem);
}

.toolkit-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2rem;
}

.toolkit-content {
    padding: 0 1.5rem 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.toolkit-labels {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.toolkit-label {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #000000;
}

.toolkit-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.toolkit-price {
    font-size: 1.125rem;
    color: #2222df;
    font-weight: 500;
    margin-top: 0.5rem;
}

.toolkit-price.free {
    color: #059669;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .toolkits-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}

.modal-xxl {
    width: 90vw;
    max-width: 1320px;
    margin: 1.75rem auto;
}

/* XXXL Modal */
.modal-xxxl {
    width: 95vw;
    max-width: 1600px;
    margin: 1.75rem auto;
}
