.elementor-1262 .elementor-element.elementor-element-925a588{--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 for html, class: .elementor-element-ce74886 */.finoda-lumpsum-page {
        --primary-color: #114268;
        --secondary-color: #795d26;
        --rare-color: #1b5379;
        --text-color: #192c27;
        --bg-light: #f8fafd;
        --bg-white: #ffffff;
        --border-radius: 12px;
        --transition: all 0.3s ease;
        
        font-family: inherit;
        color: var(--text-color);
        line-height: 1.6;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .finoda-lumpsum-page * {
        box-sizing: border-box;
    }

    .finoda-lumpsum-page h1, 
    .finoda-lumpsum-page h2, 
    .finoda-lumpsum-page h3 {
        color: var(--primary-color);
        margin-top: 0;
        line-height: 1.3;
    }

    .finoda-lumpsum-page h1 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        border-bottom: 3px solid var(--secondary-color);
        display: inline-block;
        padding-bottom: 10px;
    }

    .finoda-lumpsum-page h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .finoda-lumpsum-page h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .finoda-lumpsum-page a {
        color: var(--rare-color);
        text-decoration: none;
        font-weight: 600;
        transition: var(--transition);
    }

    .finoda-lumpsum-page a:hover {
        color: var(--secondary-color);
        text-decoration: underline;
    }

    /* Table of Contents */
    .finoda-toc {
        background-color: var(--bg-light);
        border: 1px solid rgba(17, 66, 104, 0.1);
        border-radius: var(--border-radius);
        padding: 25px;
        margin-bottom: 40px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    }

    .finoda-toc-title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 1.4rem;
        color: var(--primary-color);
        margin-bottom: 15px;
        font-weight: bold;
    }

    .finoda-toc ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0;
    }

    .finoda-toc > ul > li {
        margin-bottom: 10px;
    }

    .finoda-toc > ul > li > a {
        color: var(--text-color);
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .finoda-toc > ul > li > a::before {
        content: '↳';
        color: var(--secondary-color);
        margin-right: 8px;
        font-weight: bold;
    }

    .finoda-toc ul ul {
        padding-left: 25px;
        margin-top: 8px;
    }
    
    .finoda-toc ul ul li {
        margin-bottom: 6px;
        font-size: 0.95rem;
    }

    .finoda-toc a:hover {
        color: var(--primary-color);
        padding-left: 5px;
        text-decoration: none;
    }

    /* Sections */
    .finoda-section {
        background-color: var(--bg-white);
        padding: 40px;
        margin-bottom: 40px;
        border-radius: var(--border-radius);
        box-shadow: 0 5px 25px rgba(17, 66, 104, 0.05);
        border-top: 4px solid var(--primary-color);
    }

    /* Images & Media */
    .finoda-figure {
        margin: 25px 0;
        text-align: center;
    }

    .finoda-figure img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .finoda-figure figcaption {
        font-size: 0.9rem;
        color: var(--text-color);
        opacity: 0.8;
        margin-top: 10px;
        font-style: italic;
    }

    .finoda-image-right {
        float: right;
        margin: 0 0 20px 20px;
        max-width: 45%;
    }

    .finoda-image-left {
        float: left;
        margin: 0 20px 20px 0;
        max-width: 45%;
    }

    .finoda-video-placeholder {
        background: var(--primary-color);
        color: white;
        padding: 40px;
        text-align: center;
        border-radius: var(--border-radius);
        margin: 25px 0;
        border: 2px dashed var(--secondary-color);
    }

    /* Calculator Placeholder */
    .finoda-calculator-wrapper {
        background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-white) 100%);
        border: 2px dashed var(--rare-color);
        padding: 40px;
        text-align: center;
        border-radius: var(--border-radius);
        margin: 30px 0;
    }

    .finoda-calculator-wrapper strong {
        color: var(--primary-color);
        font-size: 1.2rem;
        display: block;
        margin-bottom: 10px;
    }

    /* Formula Box */
    .finoda-formula-box {
        background-color: var(--bg-light);
        border-left: 4px solid var(--secondary-color);
        padding: 20px;
        margin: 20px 0;
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }

    .finoda-formula-box strong {
        color: var(--primary-color);
        font-size: 1.2rem;
    }

    /* Lists */
    .finoda-section ul, .finoda-section ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .finoda-section li {
        margin-bottom: 10px;
    }

    .finoda-section ul li::marker {
        color: var(--secondary-color);
    }

    /* Accordion (FAQ) */
    .finoda-accordion {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
    }

    .finoda-accordion-item {
        border: 1px solid rgba(17, 66, 104, 0.1);
        border-radius: 8px;
        overflow: hidden;
        background: var(--bg-white);
    }

    .finoda-accordion-header {
        width: 100%;
        text-align: left;
        background-color: var(--bg-light);
        padding: 18px 25px;
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-color);
        border: none;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: var(--transition);
    }

    .finoda-accordion-header:hover {
        background-color: rgba(121, 93, 38, 0.05);
    }

    .finoda-accordion-header::after {
        content: '+';
        font-size: 1.5rem;
        color: var(--secondary-color);
        transition: transform 0.3s ease;
    }

    .finoda-accordion-header.active::after {
        content: '−';
        transform: rotate(180deg);
    }

    .finoda-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out, padding 0.4s ease;
        background: var(--bg-white);
        padding: 0 25px;
    }

    .finoda-accordion-content.open {
        padding: 20px 25px;
        border-top: 1px solid rgba(17, 66, 104, 0.05);
    }

    /* Tables */
    .finoda-table-wrapper {
        overflow-x: auto;
        margin: 20px 0;
    }

    .finoda-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 500px;
    }

    .finoda-table th, .finoda-table td {
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid rgba(17, 66, 104, 0.1);
    }

    .finoda-table th {
        background-color: var(--primary-color);
        color: var(--bg-white);
        font-weight: 600;
    }

    .finoda-table tr:nth-child(even) {
        background-color: var(--bg-light);
    }

    /* Buttons / CTA */
    .finoda-cta-group {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .finoda-btn {
        display: inline-block;
        padding: 12px 28px;
        background-color: var(--primary-color);
        color: #ffffff !important;
        font-weight: 600;
        border-radius: 30px;
        text-align: center;
        transition: var(--transition);
        border: 2px solid var(--primary-color);
    }

    .finoda-btn:hover {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #ffffff !important;
        text-decoration: none;
        transform: translateY(-2px);
    }

    .finoda-btn-outline {
        background-color: transparent;
        color: var(--primary-color) !important;
    }

    .finoda-btn-outline:hover {
        background-color: var(--primary-color);
        color: #ffffff !important;
    }

    .finoda-clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .finoda-section {
            padding: 25px;
        }
        
        .finoda-image-right, .finoda-image-left {
            float: none;
            max-width: 100%;
            margin: 0 0 20px 0;
            display: block;
        }

        .finoda-lumpsum-page h1 {
            font-size: 1.8rem;
        }

        .finoda-lumpsum-page h2 {
            font-size: 1.5rem;
        }
    }
    
     #in-lc-widget {
    font-family: inherit; /* Adopts WordPress Theme Font */
    color: #192c27; /* Text Color */
    max-width: 900px;
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(25, 44, 39, 0.08);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid rgba(17, 66, 104, 0.1);
  }

  .in-lc-left {
    flex: 1 1 50%;
    padding: 32px;
    min-width: 320px;
  }

  .in-lc-right {
    flex: 1 1 40%;
    background: #fdfdfc;
    padding: 32px;
    min-width: 320px;
    border-left: 1px solid rgba(17, 66, 104, 0.1);
    display: flex;
    flex-direction: column;
  }

  .in-lc-header {
    font-size: 24px;
    font-weight: 700;
    color: #114268; /* Primary Color */
    margin-top: 0;
    margin-bottom: 24px;
  }

  .in-lc-input-group {
    margin-bottom: 28px;
  }

  .in-lc-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 15px;
  }

  .in-lc-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #cdd4d9;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s ease;
  }

  .in-lc-input-wrapper:focus-within {
    border-color: #114268; /* Primary Color */
    box-shadow: 0 0 0 2px rgba(17, 66, 104, 0.15);
  }

  .in-lc-prefix, .in-lc-suffix {
    padding: 10px 14px;
    background: #f4f6f8;
    color: #1b5379; /* Rare Color */
    font-weight: 600;
    font-size: 16px;
    border-right: 1px solid #cdd4d9;
  }

  .in-lc-suffix {
    border-right: none;
    border-left: 1px solid #cdd4d9;
  }

  .in-lc-input-box {
    flex: 1;
    border: none;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #192c27; /* Text Color */
    outline: none;
    width: 100%;
    font-family: inherit;
    -moz-appearance: textfield;
  }
  
  .in-lc-input-box::-webkit-outer-spin-button,
  .in-lc-input-box::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Custom Range Slider */
  .in-lc-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e2e8f0;
    outline: none;
    margin-top: 16px;
    cursor: pointer;
  }

  .in-lc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #795d26; /* Secondary Color */
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(121, 93, 38, 0.4);
    transition: transform 0.1s;
  }

  .in-lc-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #795d26; /* Secondary Color */
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(121, 93, 38, 0.4);
  }

  .in-lc-slider:active::-webkit-slider-thumb {
    transform: scale(1.15);
    background: #114268; /* Primary on interaction */
  }

  /* Advanced Options Toggle */
  .in-lc-advanced-toggle {
    color: #1b5379; /* Rare Color */
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    user-select: none;
  }
  
  .in-lc-advanced-toggle svg {
    transition: transform 0.3s;
  }
  
  .in-lc-advanced-content {
    display: none;
    padding-top: 16px;
    border-top: 1px dashed rgba(17, 66, 104, 0.2);
  }
  
  .in-lc-advanced-content.open {
    display: block;
  }

  /* Results Section */
  .in-lc-result-card {
    background: #fff;
    border: 1px solid rgba(121, 93, 38, 0.2); /* Secondary color border */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  }

  .in-lc-result-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .in-lc-result-row:last-child {
    margin-bottom: 0;
  }

  .in-lc-result-label {
    color: #192c27; /* Text Color */
    opacity: 0.8;
  }

  .in-lc-result-value {
    font-weight: 700;
    color: #114268; /* Primary Color */
  }

  .in-lc-total {
    font-size: 20px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
    margin-top: 12px;
  }

  .in-lc-total .in-lc-result-value {
    color: #795d26; /* Secondary Color */
    font-size: 22px;
  }

  .in-lc-chart-container {
    position: relative;
    height: 220px;
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .in-lc-chart-inner-text {
    position: absolute;
    text-align: center;
    pointer-events: none;
  }

  .in-lc-chart-inner-text span {
    display: block;
    font-size: 12px;
    color: #192c27;
    opacity: 0.7;
  }

  .in-lc-chart-inner-text strong {
    display: block;
    font-size: 18px;
    color: #114268;
  }

  .in-lc-tax-note {
    font-size: 12px;
    color: #1b5379; /* Rare Color */
    background: rgba(27, 83, 121, 0.08);
    padding: 10px;
    border-radius: 6px;
    margin-top: 16px;
    line-height: 1.4;
  }

  /* Mobile Adjustments */
  @media (max-width: 768px) {
    .in-lc-left, .in-lc-right {
      flex: 1 1 100%;
      border-left: none;
      border-top: 1px solid rgba(17, 66, 104, 0.1);
      padding: 20px;
    }
  }/* End custom CSS */