/* demo.php */

@media (max-width: 992px) {
        .demo-modal-container {
            flex-direction: column !important;
            min-height: auto !important;
            max-width: 600px;
            margin: 0 auto;
        }

        .demo-form-section,
        .demo-info-section {
            padding: 40px 35px !important;
        }

        .demo-header h2 {
            font-size: 32px !important;
        }

        .info-header h3 {
            font-size: 36px !important;
        }

        .benefits-row {
            margin-bottom: 30px !important;
        }

        .benefit-item {
            margin-bottom: 25px !important;
        }

        .benefit-icon {
            width: 55px !important;
            height: 55px !important;
        }

        .feature-item {
            margin-bottom: 30px !important;
        }
    }

    @media (max-width: 768px) {
        .book-demo-section {
            padding: 60px 0 !important;
            min-height: auto !important;
        }

        .demo-modal-container {
            margin: 20px !important;
        }

        .demo-form-section,
        .demo-info-section {
            padding: 30px 25px !important;
        }

        .demo-header h2 {
            font-size: 28px !important;
            margin-bottom: 20px !important;
        }

        .demo-header p {
            font-size: 15px !important;
            margin-bottom: 30px !important;
        }

        .info-header h3 {
            font-size: 30px !important;
            margin-bottom: 30px !important;
        }

        .info-header p {
            font-size: 11px !important;
            margin-bottom: 15px !important;
        }

        .benefits-row {
            flex-direction: column !important;
            gap: 15px !important;
            margin-bottom: 25px !important;
        }

        .benefit-item h6 {
            font-size: 13px !important;
        }

        .benefit-item p {
            font-size: 11px !important;
        }

        .form-control {
            font-size: 14px !important;
        }

        .feature-item h5 {
            font-size: 16px !important;
        }

        .feature-item p {
            font-size: 14px !important;
        }
    }

    @media (max-width: 480px) {

        .demo-form-section,
        .demo-info-section {
            padding: 25px 20px !important;
        }

        .demo-header h2 {
            font-size: 24px !important;
        }

        .info-header h3 {
            font-size: 26px !important;
        }

        .benefits-row {
            gap: 12px !important;
        }

        .benefit-icon {
            width: 50px !important;
            height: 50px !important;
        }
    }

    .form-control:focus {
        border-color: #04458B !important;
        box-shadow: 0 0 0 0.2rem rgba(4, 69, 139, 0.25) !important;
    }

    .btn:hover {
        background: #032d5a !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(4, 69, 139, 0.3);
        transition: all 0.3s ease;
    }

    .form-check-label a:hover {
        color: #032d5a !important;
    }
