.elementor-19081 .elementor-element.elementor-element-1b1e9c91{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1440px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:500px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:1921px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-c44823e *//* CSS STYLING */
    .calc-container {
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 30px;
        max-width: 600px;
        margin: 0 auto;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .calc-header {
        text-align: center;
        margin-bottom: 25px;
        color: #2c3e50;
        font-size: 22px !important;
        font-weight: bold !important;
    }
    
        .section-label {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-top: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #444;
        font-size: 14px;
    }

    .input-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    /* FIXED ALIGNMENT FOR DOLLAR SIGN */
    .input-wrapper span {
        position: absolute;
        left: 12px;
        top: 50%; /* Move to vertical middle */
        transform: translateY(-50%); /* Perfect center alignment */
        color: #555;
        font-weight: 500;
        z-index: 10;
        line-height: 1;
    }

    .form-control {
        width: 100%;
        /* !important added to override Elementor defaults */
        padding: 12px 10px 12px 30px !important; 
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
        box-sizing: border-box;
        transition: border-color 0.3s;
        height: auto; 
        line-height: 1.5;
    }
    
    .form-control:focus {
        border-color: #0056b3;
        outline: none;
    }

    /* TOGGLE SWITCH STYLE */
    .checkbox-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        background: #fff3f3;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #ffcccc;
    }

    .checkbox-wrapper input {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

    .checkbox-label {
        font-size: 14px;
        color: #d9534f;
        font-weight: bold;
    }

    /* SLIDER STYLING */
    .range-slider {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        border-radius: 5px;
        background: #e9ecef;
        outline: none;
        margin-top: 10px;
    }

    .range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #0056b3;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .slider-value-display {
        float: right;
        color: #0056b3;
        font-weight: bold;
    }

    .dynamic-desc {
        font-size: 0.85em;
        color: #333;
        margin-top: 8px;
        font-style: italic;
        /* background: #f8f9fa; */
        padding: 8px;
        border-radius: 4px;
        display: block;
        font-weight: 400;
    }

    /* BUTTONS & RESULTS */
    .calc-btn {
        width: 100%;
        padding: 16px;
        background-color: #111754;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s;
        margin-top: 15px;
    }

    .calc-btn:hover {
        background-color: #004494;
    }

    .result-box {
        margin-top: 25px;
        padding: 20px;
        background-color: #f0f7ff;
        border-left: 5px solid #0056b3;
        display: none;
        border-radius: 4px;
    }

    .result-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        font-size: 16px;
        color: #333;
        font-weight: 400;
    }

    .final-total {
        font-size: 24px;
        font-weight: 800;
        color: #2c3e50;
        border-top: 2px solid #ddd;
        padding-top: 15px;
        margin-top: 10px;
    }

    /* FIXED DISCLAIMER COLOR */
    .disclaimer {
        margin-top: 25px;
        font-size: 11px;
        color: #333; /* Darkened from #999 for readability */
        line-height: 1.5;
        border-top: 1px solid #eee;
        padding-top: 15px;
        font-weight: 500;

    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-09e3368 */.legal-table {
        /* CENTER THE TABLE */
        width: 95%;            /* Slightly less than 100% so margins show */
        max-width: 800px;      /* Prevents table from looking stretched on big screens */
        margin: 25px auto;     /* 'auto' on left/right centers the element */
        
        /* STANDARD STYLES */
        border-collapse: collapse;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
    
    /* UPDATED COLOR TO #111754 */
    .legal-table thead tr {
        background-color: #111754; 
        color: #ffffff;
        text-align: left;
    }
    
    .legal-table th, .legal-table td {
        padding: 12px 15px;
        border: 1px solid #dddddd;
    }
    
    .legal-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }
    
    .legal-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }
    
    /* UPDATED BOTTOM BORDER COLOR */
    .legal-table tbody tr:last-of-type {
        border-bottom: 2px solid #111754;
    }

    /* MOBILE RESPONSIVENESS */
    .mobile-label { display: none; }
    
    @media(max-width: 600px) {
        .legal-table thead { display: none; }
        .legal-table, .legal-table tbody, .legal-table tr, .legal-table td {
            display: block;
            width: 100%;
        }
        .legal-table tr { margin-bottom: 15px; border: 1px solid #ccc; }
        .legal-table td {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }
        .legal-table td::before {
            content: attr(data-label);
            position: absolute;
            left: 10px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            color: #111754; /* Updated Mobile Label Color */
        }
    }/* End custom CSS */