.elementor-19067 .elementor-element.elementor-element-dda89d5{--display:flex;}body.elementor-page-19067:not(.elementor-motion-effects-element-type-background), body.elementor-page-19067 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-b9056d5 */* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --linen: #f9f5f0;
      --charcoal: #292b30;
      --jasper-dark: #8d261b;
      --linen-light: #f5ebe0;
    }

    body {
      font-family: 'Glare', sans-serif;
      color: var(--charcoal);
    }


    .calculator-wrapper {
      padding: 3.125rem;
      width: 100%;
      background: var(--linen);
    }

    .calculator {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 100%;
      gap: 3.125rem;
    }

    @media (max-width: 1024px) {
      .calculator {
        grid-template-columns: 1fr;
      }
    }

    /* Left Panel - Inputs */
    .input-panel {
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding: 0;
      background: var(--linen);
    }

    .header {
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    h1 {
      font-size: 36px;
      font-weight: 400;
      line-height: 1.4;
      color: var(--charcoal);
      margin: 0;
    }

    .subtitle {
      font-size: 16px;
      line-height: 1.5;
      color: var(--charcoal);
      font-weight: 300;
    }

    .form-section {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    label {
      font-size: 14px;
      font-weight: 600;
      color: var(--charcoal);
      line-height: 1.4;
    }

    .radio-group {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .radio-option {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      background: white;
      border: 1px solid rgba(41, 43, 48, 0.1);
      cursor: pointer;
      transition: border-color 0.2s;
      min-width: 200px;
    }

    .radio-option:hover {
      border-color: var(--jasper-dark);
    }

    .radio-option.selected {
      border-color: var(--jasper-dark);
    }

    .radio-option input[type="radio"] {
      appearance: none;
      width: 16px;
      height: 16px;
      border: 2px solid var(--charcoal);
      border-radius: 50%;
      position: relative;
      cursor: pointer;
      margin: 0;
    }

    .radio-option input[type="radio"]:checked {
      border-color: var(--jasper-dark);
    }

    .radio-option input[type="radio"]:checked::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      background: var(--jasper-dark);
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .radio-option span {
      font-size: 16px;
      font-weight: 300;
      color: #2b2c31;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --linen: #f9f5f0;
      --charcoal: #292b30;
      --jasper-dark: #8d261b;
      --linen-light: #f5ebe0;
    }

    body {
      margin: 0;
      font-family: 'Glare', sans-serif;
      background: var(--linen);
      color: var(--charcoal);
      line-height: 1.5;
    }

    .container {
      display: flex;
      min-height: 100vh;
      align-items: center;
      justify-content: center;
      padding: 50px;
    }

    .calculator {
      display: grid;
      grid-template-columns: 1fr 1fr;
      max-width: 1240px;
      width: 100%;
      background: var(--linen);
    }

    @media (max-width: 1024px) {
      .calculator {
        grid-template-columns: 1fr;
      }
    }

    /* Left Panel - Inputs */
    .input-panel {
      display: flex;
      flex-direction: column;
      gap: 30px;
      background: var(--linen);
    }

    .header {
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    h1 {
      font-size: 36px;
      font-weight: 400;
      line-height: 1.4;
      color: var(--charcoal);
      margin: 0;
    }

    .subtitle {
      font-size: 16px;
      line-height: 1.5;
      color: var(--charcoal);
      font-weight: 300;
    }

    .form-section {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    label {
      font-size: 14px;
      font-weight: 600;
      color: var(--charcoal);
      line-height: 1.4;
    }

    .radio-group {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .radio-option {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      background: white;
      border: 1px solid rgba(41, 43, 48, 0.1);
      cursor: pointer;
      transition: border-color 0.2s;
      flex: 1;
      min-width: 0;
    }

    .radio-option:hover {
      border-color: var(--jasper-dark);
    }

    .radio-option.selected {
      border-color: var(--jasper-dark);
    }

    .radio-option input[type="radio"] {
      appearance: none;
      width: 16px;
      height: 16px;
      border: 2px solid var(--charcoal);
      border-radius: 50%;
      position: relative;
      cursor: pointer;
      margin: 0;
    }

    .radio-option input[type="radio"]:checked {
      border-color: var(--jasper-dark);
    }

    .radio-option input[type="radio"]:checked::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      background: var(--jasper-dark);
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .radio-option span {
      font-size: 16px;
      font-weight: 300;
      color: #2b2c31;
    }

    input[type="number"] {
      width: 100%;
      padding: 8px 12px;
      font-size: 16px;
      font-weight: 300;
      color: #2b2c31;
      background: white;
      border: 1px solid rgba(41, 43, 48, 0.1);
      outline: none;
      transition: border-color 0.2s;
    }

    input[type="number"]:focus {
      border-color: var(--jasper-dark);
    }

    .disclaimer {
      font-size: 12px;
      line-height: 1.5;
      color: var(--charcoal);
      font-weight: 300;
    }
    
    .disclaimer p{
        font-size: 12px;
        line-height: 1.3rem;
    }

    .disclaimer strong {
      font-weight: 600;
      font-size: 12px;
    }

    /* Right Panel - Results */
    .results-panel {
      background: var(--jasper-dark);
      padding: 1.87rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .results-content {
      width: 100%;
      max-width: 485px;
      display: flex;
      flex-direction: column;
      gap: 35px;
    }

    .results-section {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .section-title {
      font-size: 20px;
      font-weight: 600;
      color: var(--linen-light);
      line-height: 1.5;
    }

    .total-value {
      font-size: 40px;
      font-weight: 400;
      color: var(--linen-light);
      line-height: 1.3;
    }

    .divider {
      height: 1px;
      background: var(--linen-light);
      width: 100%;
      opacity: 0.2;
    }

    .breakdown-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      color: var(--linen-light);
    }

    .breakdown-row .label {
      font-weight: 300;
      line-height: 1.25;
    }

    .breakdown-row .value {
      font-weight: 600;
      line-height: 1.25;
    }

    .recommendation-box {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .plan-name {
      font-size: 16px;
      font-weight: 600;
      color: var(--linen-light);
      line-height: 1.25;
    }

    .plan-description {
      font-size: 14px;
      font-weight: 300;
      color: var(--linen-light);
      line-height: 1.4;
    }

    .enquire-button {
      background: var(--linen-light);
      color: var(--jasper-dark);
      border: none;
      padding: 20px 40px;
      font-size: 14px;
      font-family: 'Glare', Sans-Serif;
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      transition: opacity 0.2s;
      margin-top: 10px;
      line-height: 1;
    }

    .enquire-button:hover {
      opacity: 0.9;
    }

    /* Mobile Expand Button */
    .expand-button {
      display: none;
      background: var(--jasper-dark);
      color: var(--linen-light);
      border: none;
      padding: 20px 40px;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      transition: opacity 0.2s;
      width: 100%;
    }

    .expand-button:hover {
      opacity: 0.9;
    }

    @media (max-width: 768px) {
      .container {
        padding: 0 !important;
        align-items: flex-start;
        min-height: 100vh;
      }

      .calculator-wrapper {
        padding: 0;
        box-shadow: none;
        max-width: 100%;
        background: transparent;
      }

      .calculator {
        max-width: 100%;
        width: 100%;
        gap: 0;
      }

      .input-panel,
      .results-panel {
        padding: 25px;
        width: 100%;
      }

      .input-panel {
        background: var(--linen);
      }

      .results-panel {
        background: var(--jasper-dark);
      }

      h1 {
        font-size: 28px;
        line-height: 1.4;
      }

      .subtitle {
        font-size: 16px;
      }

      .total-value {
        font-size: 32px;
      }

      .radio-group {
        flex-direction: column;
        gap: 10px;
      }

      .radio-option {
        width: 100%;
        min-width: 0;
      }

      /* Show expand button on mobile */
      .expand-button {
        display: block;
      }

      /* Hide calculator fields and results initially on mobile */
      body:not(.calculator-expanded) .input-panel .form-section,
      body:not(.calculator-expanded) .input-panel .disclaimer,
      body:not(.calculator-expanded) .results-panel {
        display: none !important;
      }

      /* Show fields and results when expanded */
      body.calculator-expanded .expand-button {
        display: none !important;
      }

      body.calculator-expanded .input-panel .form-section {
        display: flex !important;
        flex-direction: column;
      }

      body.calculator-expanded .input-panel .disclaimer {
        display: block !important;
      }

      body.calculator-expanded .results-panel {
        display: flex !important;
      }

      /* Adjust breakdowns on mobile */
      .breakdown-row {
        font-size: 14px;
      }

      .section-title {
        font-size: 16px;
      }

      .plan-name {
        font-size: 14px;
      }

      .plan-description {
        font-size: 12px;
        line-height: 1.5;
      }

      .enquire-button {
        padding: 20px 30px;
        font-size: 14px;
      }
    }/* End custom CSS */