﻿/* ================= INTERACTIVE SECTION this section css code is not applying properly on UI ================= */

.interactive-section {
    background: radial-gradient(circle at 20% 20%, #1e293b 0%, #0b1120 60%);
    padding: 140px 0;
    color: #ffffff;
}

.interactive-image-wrapper {
    padding: 18px;
    border-radius: 32px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(99,102,241,0.18);
    box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}

.interactive-image-card {
    border-radius: 22px;
    overflow: hidden;
}

    .interactive-image-card img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        display: block;
    }

/* Title */
.interactive-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 20px;
}

    .interactive-title span {
        color: #6366f1;
    }

/* Feature Items */
.feature-item {
    display: flex;
    gap: 30px !important;
    margin-bottom: 12px !important;
}

    .feature-item h6 {
        font-size: 16px;
        color: #6366f1 !important;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .feature-item p {
        font-size: 14px;
        color: #94a3b8;
        margin: 0;
    }

.feature-icon {
    width: 62px;
    height: 62px;
    background: rgba(99,102,241,0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.tech-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: #ffd95e;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}
.btn-lg {
    font-size: 16px;
}