.elementor-13575 .elementor-element.elementor-element-7ed2724{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:4rem;--padding-bottom:4rem;--padding-left:2rem;--padding-right:2rem;}.elementor-13575 .elementor-element.elementor-element-645e72c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:4rem;--padding-bottom:4rem;--padding-left:2rem;--padding-right:2rem;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-13575 .elementor-element.elementor-element-7ed2724{--padding-top:04rem;--padding-bottom:02rem;--padding-left:1rem;--padding-right:1rem;}.elementor-13575 .elementor-element.elementor-element-645e72c{--padding-top:2rem;--padding-bottom:4rem;--padding-left:1rem;--padding-right:1rem;}}/* Start custom CSS for html, class: .elementor-element-5691ea5 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .benefit-container {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .benefit-banner {
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            border: 2px solid #014AAD;
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            position: relative;
            box-shadow: 0 4px 6px rgba(1, 74, 173, 0.1);
        }

        .benefit-badge {
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            background: #014AAD;
            color: white;
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .benefit-title {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 16px;
            margin-top: 8px;
        }

        .benefit-text {
            font-size: clamp(1rem, 2vw, 1.125rem);
            color: #374151;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto;
        }

        .benefit-highlight {
            color: #014AAD;
            font-weight: 600;
        }

        .benefit-highlight-bold {
            color: #014AAD;
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .benefit-container {
                padding: 32px 16px;
            }

            .benefit-banner {
                padding: 28px 20px;
            }
        }

        @media (max-width: 480px) {
            .benefit-container {
                padding: 24px 12px;
            }

            .benefit-banner {
                padding: 24px 16px;
            }

            .benefit-badge {
                padding: 5px 16px;
                font-size: 0.6875rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-feafad7 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .pricing-container {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            color: #1f2937;
        }

        .pricing-header {
            text-align: center;
            margin-bottom: 48px;
        }

        .pricing-title {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 16px;
        }

        .pricing-title-highlight {
            color: #014AAD;
        }

        .pricing-subtitle {
            font-size: clamp(0.9375rem, 2vw, 1.125rem);
            color: #6b7280;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .toggle-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 48px;
            gap: 16px;
        }

        .savings-text-top {
            color: #014AAD;
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            font-weight: 500;
        }

        .toggle-wrapper {
            background: white;
            padding: 4px;
            border-radius: 8px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            /*background-color: white !important;*/
            color: black;
        }

        .toggle-buttons {
            display: flex;
            gap: 8px;
            color: black;
        }

        .toggle-button {
            padding: 10px 24px;
            border: none;
            border-radius: 6px;
            font-weight: 500;
            font-size: clamp(0.875rem, 1.5vw, 1rem);
            cursor: pointer;
            transition: all 0.3s ease;
            background: transparent;
            color: #6b7280;
            position: relative;
            white-space: nowrap;
            background-color: white !important;
            color: black !important;
        }

        .toggle-button:hover {
            color: #1f2937;
        }

        .toggle-button.active {
            background: #014AAD !important;
            color: white !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .discount-label {
            position: absolute;
            top: -8px;
            right: -4px;
            background: #10b981;
            color: white;
            font-size: 0.625rem;
            padding: 2px 6px;
            border-radius: 9999px;
            font-weight: 700;
        }

        .plans-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
            gap: 24px;
            margin-bottom: 48px;
        }

        .plan-card {
            border-radius: 12px;
            padding: 24px;
            position: relative;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
            height: 100%;
            background: white;
        }

        .plan-card.basic {
            border: 1px solid #e5e7eb;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .plan-card.popular {
            border: 1px solid #e5e7eb;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .plan-card.premium {
            border: 2px solid #3b82f6;
            background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
            box-shadow: 0 4px 6px rgba(59, 130, 246, 0.1);
        }

        .plan-badge {
            position: absolute;
            top: 16px;
            right: 16px;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 700;
            color: white;
        }

        .badge-popular {
            background: #6b7280;
        }

        .badge-premium {
            background: #014AAD;
        }

        .plan-icon {
            width: 40px;
            height: 40px;
            margin-bottom: 16px;
        }

        .plan-icon svg {
            width: 100%;
            height: 100%;
            color: #014AAD;
        }

        .plan-name {
            font-size: clamp(1.25rem, 2vw, 1.5rem);
            font-weight: 700;
            margin-bottom: 16px;
            color: #1f2937;
        }

        .plan-price-container {
            margin-bottom: 8px;
        }

        .plan-price {
            font-size: clamp(1.75rem, 3vw, 2rem);
            font-weight: 700;
            color: #1f2937;
        }

        .plan-price-decimal {
            font-size: clamp(1.25rem, 2vw, 1.5rem);
        }

        .plan-price-label {
            font-size: 0.875rem;
            color: #6b7280;
            display: inline;
        }

        .savings-text {
            color: #10b981;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 16px;
            min-height: 21px;
        }

        .plan-target {
            font-size: 0.875rem;
            color: #6b7280;
            margin-bottom: 24px;
            line-height: 1.5;
            
        }

        .plan-features {
            list-style: none;
            margin-bottom: 24px;
            flex-grow: 1;
            margin: 0;
            margin-bottom: 1rem;
            
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 12px;
            position: relative;
           
        }

        .feature-check {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
        }

        .feature-check svg {
            width: 16px;
            height: 16px;
        }

        .feature-check.included svg {
            color: #10b981;
        }

        .feature-check.not-included svg {
            color: #d1d5db;
        }

        .feature-text {
            font-size: 0.875rem;
            color: #374151;
            flex: 1;
            line-height: 1.5;
        }

        .feature-text.not-included {
            color: #9ca3af;
        }

        .help-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1.5px solid #9ca3af;
            color: #9ca3af;
            font-size: 0.625rem;
            font-weight: 700;
            cursor: help;
            margin-left: 4px;
            vertical-align: middle;
            transition: all 0.2s ease;
            position: relative;
        }

        .help-icon:hover {
            border-color: #014AAD;
            color: #014AAD;
            transform: scale(1.1);
        }

        .tooltip {
            position: absolute;
            bottom: calc(100% + 8px);
            left: 50%;
            transform: translateX(-50%);
            background: #2563eb;
            color: white;
            padding: 12px 16px;
            border-radius: 12px;
            font-size: 0.875rem;
            width: max-content;
            max-width: min(280px, calc(100vw - 40px));
            z-index: 1000;
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
            border: 1px solid rgba(59, 130, 246, 0.3);
            line-height: 1.5;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease;
        }

        .tooltip.show {
            opacity: 1;
            pointer-events: auto;
        }

        .tooltip::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            width: 10px;
            height: 10px;
            background: #2563eb;
            border-right: 1px solid rgba(59, 130, 246, 0.3);
            border-bottom: 1px solid rgba(59, 130, 246, 0.3);
            margin-top: -5px;
        }

        .plan-button {
            width: 100%;
            padding: 14px;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #2563eb;
            color: white;
        }

        .plan-button:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
        }

        .contact-section {
            text-align: center;
            padding: 32px 20px;
            background: white;
            border-radius: 12px;
            margin-top: 48px;
        }

        .contact-title {
            font-size: clamp(1.125rem, 2vw, 1.25rem);
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 16px;
        }

        .contact-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 24px;
            background: #2563eb;
            color: white !important;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: clamp(0.9375rem, 1.5vw, 1rem);
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .contact-button:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
            color: white !important;
        }

        .contact-button svg {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        @media (max-width: 768px) {
            .pricing-container {
                padding: 32px 16px;
            }

            .pricing-header {
                margin-bottom: 32px;
            }

            .toggle-container {
                margin-bottom: 32px;
            }

            .toggle-button {
                padding: 8px 20px;
            }

            .plans-grid {
                gap: 20px;
            }

            .plan-card {
                padding: 20px;
            }

            .tooltip {
                max-width: calc(100vw - 32px);
            }
        }

        @media (max-width: 480px) {
            .toggle-button {
                padding: 8px 16px;
            }
        }/* End custom CSS */