.elementor-1509 .elementor-element.elementor-element-aa1a57c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            margin: 0;
            padding: 0;
            color: #2c3e50;
            background-color: #f4f7fa;
        }
        .container1 {
            max-width: 1100px;
            margin: 0px 0px 20px 140px;
            padding: 30px;
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.08);
        }
        h1 {
            text-align: center;
            font-size: 2.8em;
            margin-bottom: 20px;
            line-height: 1.2;
            color: #2c3e50;
        }
        h2 {
            font-size: 2.2em;
            border-bottom: 3px solid #e0f0ff;
            padding-bottom: 10px;
            margin-top: 50px;
            color: #2c3e50;
        }
        h3 {
            font-size: 1.8em;
            margin-top: 40px;
            color: #2c3e50;
        }
        p {
            font-size: 1.1em;
            margin-bottom: 1.5em;
        }
        .table-wrap {
            width: 100%;
            overflow-x: auto;
            margin: 30px 0 40px 0;
            -webkit-overflow-scrolling: touch;
            position: relative;
        }
        table {
            width: 100%;
            min-width: 750px;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        th, td {
            padding: 16px 20px;
            text-align: left;
            border-bottom: 1px solid #e0e0e0;
        }
        th {
            background-color: #48607e;
            color: white;
            font-weight: bold;
        }
        tr:nth-child(even) {
            background-color: #f8fcff;
        }
        tr:hover {
            background-color: #e3f2fd;
        }
        .cta-buttons {
            text-align: center;
            margin: 25px 0;
        }
        .cta-buttons a {
            display: inline-block;
            background: #3f5b7e;
            color: white;
            padding: 12px 24px;
            margin: 8px 4px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 500;
            transition: background 0.3s;
        }
        .cta-buttons a:hover {
            background: #1558b0;
        }
        .cta-buttons .check-pricing { background: #605ca8; }
        .cta-buttons .book-demo { background: #dda751; }
        .cta-buttons .check-g2 { background: #2e6049; }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 25px 0;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        ul.checklist, ul.trends-list {
            list-style: none;
            padding-left: 0;
        }
        ul.checklist li, ul.trends-list li {
            margin-bottom: 12px;
            font-size: 1.05em;
            position: relative;
            padding-left: 35px;
        }
        ul.checklist li:before {
            content: "✔";
            color: #00a65a;
            position: absolute;
            left: 0;
            font-size: 1.4em;
        }
        ul.trends-list li:before {
            content: "➤";
            color: #1a73e8;
            position: absolute;
            left: 0;
            font-size: 1.4em;
        }
        .footer-author {
            margin-top: 50px;
            padding: 25px 0;
            border-top: 1px solid #e0e0e0;
            font-size: 0.95em;
            color: #555;
            text-align: center;
            line-height: 1.6;
        }
        .footer-author p {
            margin: 8px 0;
        }
        .footer-author strong {
            color: #2c3e50;
        }
        @media (max-width: 768px) {
            .container1 {
                padding: 15px;
                margin: 15px 10px;
            }
            h1 { font-size: 2.0em; }
            h2 { font-size: 1.8em; }
            h3 { font-size: 1.6em; }
            .table-wrap::-webkit-scrollbar {
                height: 10px;
                background: #f1f1f1;
                border-radius: 5px;
            }
            .table-wrap::-webkit-scrollbar-thumb {
                background: #888;
                border-radius: 5px;
            }
            .table-wrap::-webkit-scrollbar-thumb:hover {
                background: #555;
            }
            .table-wrap::after {
                content: "Scroll left/right to view more columns";
                display: block;
                text-align: center;
                font-size: 0.85em;
                color: #666;
                margin-top: 10px;
                font-style: italic;
            }
        }
        /* FAQ Styles */
        .faq-section {
            margin-top: 60px;
        }
        .faq-item {
            margin-bottom: 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
        }
        .faq-question {
            padding: 18px 25px;
            background: #f8fcff;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
        }
        .faq-answer {
            padding: 0 25px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .faq-answer p {
            margin: 20px 0;
        }
        .faq-toggle {
            font-size: 1.4em;
            transition: transform 0.3s;
        }
        /* Additional styles for better readability */
        .highlight {
            background: #e3f2fd;
            padding: 2px 6px;
            border-radius: 4px;
        }/* End custom CSS */