/* CSS Document */

 .intro-card { background: #ffffff; border-radius: 20px; padding: 28px; height: 100%; border: 1px solid #e8eef5; }
        .intro-icon, .service-icon, .custom-icon { width: 58px; height: 58px; background: linear-gradient(135deg, var(--insac-primary), var(--insac-secondary)); color: #ffffff; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; }
        .intro-image-box { position: relative; border-radius: 24px; overflow: hidden; }
        .intro-image-box img { width: 100%; border-radius: 24px; }
        .intro-floating { position: absolute; bottom: 22px; left: 22px; right: 22px; background: #ffffff; border-radius: 18px; padding: 18px; box-shadow: 0 15px 35px rgba(15, 23, 42, 0.20); }
        .intro-floating h5 { font-weight: 900; color: var(--insac-primary); margin-bottom: 4px; }

