.elementor-3061 .elementor-element.elementor-element-1ef51cf{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-05bf1fa */.webgrids-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    padding: 8px 20px;
    border-radius: 25px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
        .page-header {
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8c 100%);
            padding: 120px 2rem 80px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)" /></svg>');
            opacity: 0.5;
        }

        .page-header-content {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .page-header h1 {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 1rem;
            color: #fff;
        }

        .page-header p {
            font-size: 1.3rem;
            opacity: 0.95;
        }

        .breadcrumb {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
            font-size: 0.9rem;
            background-color: transparent;
        }

        .breadcrumb a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
        }

        /* Section Styles */
        .section {
            padding: 5rem 2rem;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Pricing Cards */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 3rem;
            margin-top: 3rem;
        }

        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            position: relative;
            transition: all 0.3s;
            border: 3px solid transparent;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(0,0,0,0.15);
            border-color: #4a90e2;
        }

        .pricing-header {
            text-align: center;
            margin-bottom: 2rem;
            padding-bottom: 2rem;
            border-bottom: 2px solid #f0f0f0;
        }

        .pricing-icon {
            font-size: 4rem;
            margin-bottom: 1rem;
        }

        .pricing-title {
            font-size: 2rem;
            color: #1e3a5f;
            margin-bottom: 0.5rem;
            font-weight: 800;
        }

        .pricing-subtitle {
            color: #666;
            font-size: 1rem;
        }

        .pricing-amount {
            text-align: center;
            margin-bottom: 2rem;
        }

        .price-number {
            font-size: 4rem;
            font-weight: 800;
            color: #1e3a5f;
            line-height: 1;
        }

        .price-period {
            font-size: 1.2rem;
            color: #666;
            margin-top: 0.5rem;
        }

        .price-setup {
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 10px;
            text-align: center;
            margin: 1.5rem 0;
            color: #666;
        }

        .starting-badge {
            background: #c9302c;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 700;
            display: inline-block;
            margin-top: 1rem;
        }

        .features-list {
            list-style: none;
            margin-bottom: 2rem;
        }

        .features-list li {
            padding: 0.8rem 0;
            color: #555;
            position: relative;
            padding-left: 30px;
            line-height: 1.6;
        }

        .features-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4a90e2;
            font-weight: bold;
            font-size: 1.3rem;
        }

        .cta-button {
            display: block;
            background: #c9302c;
            color: white;
            text-align: center;
            padding: 1.2rem;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s;
        }

        .cta-button:hover {
            background: #a82824;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(201, 48, 44, 0.3);
        }

        /* Comparison Table */
        .comparison-section {
            background: #f8f9fa;
            padding: 5rem 2rem;
        }

        .comparison-table {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 30px rgba(0,0,0,0.08);
            margin-top: 3rem;
        }

        .comparison-table table {
            width: 100%;
            border-collapse: collapse;
        }

        .comparison-table th {
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8c 100%);
            color: white;
            padding: 1.5rem;
            text-align: left;
            font-size: 1.2rem;
        }

        .comparison-table th:first-child {
            width: 40%;
        }

        .comparison-table td {
            padding: 1.2rem 1.5rem;
            border-bottom: 1px solid #f0f0f0;
        }

        .comparison-table tr:last-child td {
            border-bottom: none;
        }

        .comparison-table tr:nth-child(even) {
            background: #f8f9fa;
        }

        .check-icon {
            color: #4a90e2;
            font-weight: bold;
            font-size: 1.3rem;
        }

        .text-value {
            color: #555;
        }

        /* FAQ Section */
        .faq-section {
            padding: 5rem 2rem;
        }

        .faq-item {
            background: white;
            padding: 2rem;
            border-radius: 10px;
            margin-bottom: 1.5rem;
            box-shadow: 0 3px 15px rgba(0,0,0,0.05);
        }

        .faq-item h4 {
            color: #1e3a5f;
            margin-bottom: 1rem;
            font-size: 1.3rem;
        }

        .faq-item p {
            color: #666;
            line-height: 1.8;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, #c9302c 0%, #a82824 100%);
            color: white;
            padding: 4rem 2rem;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #fff;
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .btn-white {
            background: white;
            color: #c9302c;
            padding: 1rem 2.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            display: inline-block;
            transition: all 0.3s;
        }

        .btn-white:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
            color: #000;
        }

        /* Info Box */
        .info-box {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 15px;
            margin: 3rem 0;
            border-left: 5px solid #4a90e2;
        }

        .info-box h3 {
            color: #1e3a5f;
            margin-bottom: 1rem;
        }

        .info-box p {
            color: #666;
            line-height: 1.8;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2rem;
            }

            .pricing-grid {
                grid-template-columns: 1fr;
            }

            .section {
                padding: 3rem 1.5rem;
            }

            .comparison-table {
                overflow-x: auto;
            }
        }/* End custom CSS */