.elementor-5678 .elementor-element.elementor-element-453bcf54 img{border-style:solid;border-color:#D6E2F0;border-radius:1px 1px 1px 1px;}.elementor-5678 .elementor-element.elementor-element-2a667de{text-align:left;}.elementor-5678 .elementor-element.elementor-element-12c071{margin-top:0px;margin-bottom:0px;}.elementor-5678 .elementor-element.elementor-element-2efca364{width:var( --container-widget-width, 100.303% );max-width:100.303%;--container-widget-width:100.303%;--container-widget-flex-grow:0;}.elementor-5678 .elementor-element.elementor-element-14cc05f8 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-5678 .elementor-element.elementor-element-1a42cc98 > .elementor-widget-container{margin:-31px 0px 0px 0px;}@media(min-width:768px){.elementor-5678 .elementor-element.elementor-element-5c4afa49{width:46.161%;}.elementor-5678 .elementor-element.elementor-element-5fe9cdd9{width:53.839%;}.elementor-5678 .elementor-element.elementor-element-4b2a8292{width:31.808%;}.elementor-5678 .elementor-element.elementor-element-53cd2208{width:67.857%;}}/* Start custom CSS for html, class: .elementor-element-3676060b */.page-header{display:none !important;}


  .container{
      width: 1100px;
      max-width: calc(100% - 36px);
      margin: 0 auto;
    }

    /* ===== Top Apply Banner ===== */
    .apply-wrap{
      margin: 26px auto 24px;
      background: #eef6ff;
      border: 1px solid #d6e2f0;
      border-radius: 8px;
      box-shadow: 0 8px 24px rgba(16, 24, 40, .08);
      padding: 18px;
    }

    .apply-grid{
      display:grid;
      grid-template-columns: 1.35fr .85fr;
      gap: 18px;
      align-items: start;
    }

    .apply-title{
      font-size: 30px;
      font-weight: 800;
      margin: 0 0 8px;
    }
    .apply-sub{
      margin: 0 0 14px;
      color: #5f6b76;
      font-size: 13px;
      line-height: 1.35;
    }

    /* ✅ benefits one line */
    .benefits{
      display:flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 0;
      margin-top: 14px;
    }
    .benefit{
      width: 22%;
      min-width: 0;
      display:flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      color:#2b3a4a;
    }

    .icon{
      width: 38px;
      height: 38px;
      border: 1px solid #d6e2f0;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background:#fff;
    }
    .icon svg{
      width:22px;
      height:22px;
      fill: #0a66c2;
    }

    .qualify-card{
      background:#fff;
      border: 1px solid #d6e2f0;
      border-radius: 8px;
      padding: 14px;
      box-shadow: 0 8px 24px rgba(16, 24, 40, .08);
    }
    .qualify-card h4{
      margin:0 0 10px;
      font-size: 12px;
      color:#2b3a4a;
      font-weight: 800;
    }
    .qualify-card input{
      width:100%;
      height: 34px;
      border: 1px solid #d6e2f0;
      border-radius: 4px;
      padding: 0 10px;
      outline: none;
      font-size: 13px;
    }
    .qualify-card button{
      margin-top: 10px;
      width:100%;
      height: 34px;
      border: none;
      border-radius: 4px;
      background: #0a66c2;
      color:#fff;
      font-weight: 800;
      font-size: 13px;
      cursor:pointer;
    }
    .qualify-card button:hover{ filter: brightness(.95); }

    /* ===== Lifeline Qualifying Programs ===== */
    .section{
      padding: 14px 0 6px;
    }
    .section h2{
      margin: 18px 0 10px;
      font-size: 28px;
      font-weight: 900;
    }

    .programs-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 22px;
      align-items: start;
      padding: 8px 0 10px;
    }

    .programs-left p{
      margin:0 0 12px;
      color: #5f6b76;
      font-size: 12px;
      line-height: 1.4;
    }
    .programs-left a{
      color: #0a66c2;
      text-decoration: underline;
    }

    .programs-left h4{
      margin: 10px 0 8px;
      font-size: 12px;
      font-weight: 900;
      color:#2b3a4a;
    }

    .programs-left ul{
      margin: 0;
      padding-left: 16px;
      font-size: 12px;
      color:#2b3a4a;
      line-height: 1.55;
    }

    /* Right grid like screenshot (2 rows x 3 columns) */
    .logos-grid{
      border: 1px solid #d6e2f0;
      border-radius: 6px;
      overflow:hidden;
      background:#fff;
    }
    .logos-row{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .logo-cell{
      min-height: 150px;
      padding: 16px 10px;
      border-right: 1px solid #d6e2f0;
      border-bottom: 1px solid #d6e2f0;
      display:flex;
      flex-direction: column;
      justify-content:center;
      align-items:center;
      gap: 10px;
      text-align:center;
    }
    .logos-row .logo-cell:last-child{ border-right:none; }
    .logos-grid .logos-row:last-child .logo-cell{ border-bottom:none; }

    .logo-mark{
      width: 92px;
      height: 52px;
      border-radius: 10px;
      border: 1px dashed #c7d6ea;
      display:grid;
      place-items:center;
      color:#6a7a8b;
      font-weight: 800;
      font-size: 12px;
      background:#fbfdff;
    }
    .logo-name{
      color:#0d3c6a;
      font-weight: 800;
      font-size: 13px;
      line-height: 1.15;
    }
    .logo-sub{
      color:#0a66c2;
      font-weight: 800;
      font-size: 12px;
      margin-top: -6px;
    }

    /* ===== How to Qualify (UPDATED to match reference) ===== */
    .how-wrap{
      display:flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 22px;
      margin-top: 6px;
    }

    .how-left{
      max-width: 360px; /* reference style: left side narrower */
    }
    .how-title{
      margin: 18px 0 8px;
      font-size: 28px;
      font-weight: 900;
    }
    .how-para{
      margin: 0;
      font-size: 12px;
      color: #5f6b76;
      line-height: 1.4;
    }
    .how-para a{
      color:#0a66c2;
      text-decoration: underline;
      font-weight: 700;
    }

    .how-steps{
      flex: 1;
      display:flex;
      align-items:center;
      justify-content: space-between;
      gap: 18px;
      padding-top: 26px; /* to align with title baseline like reference */
      flex-wrap: nowrap;
      min-width: 520px;
    }

    .how-step{
      display:flex;
      align-items:center;
      gap: 10px;
      font-size: 12px;
      font-weight: 800;
      color:#0f1f2d;
      white-space: nowrap;
    }
    .how-step .circle{
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid #d6e2f0;
      display:grid;
      place-items:center;
      background:#fff;
      flex: 0 0 22px;
    }
    .how-step svg{
      width:14px;
      height:14px;
      fill: #0a66c2;
      display:block;
    }

    .how-arrow{
      display:flex;
      align-items:center;
      justify-content:center;
      flex: 0 0 auto;
      color:#6a7a8b;
    }
    .how-arrow svg{
      width: 18px;
      height: 18px;
      fill:#6a7a8b;
      display:block;
    }

    /* ===== Renew Lifeline ===== */
    .renew{
      margin-top: 18px;
      padding: 6px 0 50px;
    }
    .renew h3{
      margin: 6px 0 8px;
      font-size: 22px;
      font-weight: 900;
    }
    .renew p{
      margin: 0 0 12px;
      font-size: 12px;
      color:#2b3a4a;
      font-weight: 600;
      line-height: 1.45;
      max-width: 720px;
    }
    .renew .btn-renew{
      display:inline-block;
      background:#e55252;
      color:#fff;
      border-radius: 2px;
      padding: 8px 14px;
      font-weight: 900;
      font-size: 12px;
      text-decoration:none;
    }
    .renew .btn-renew:hover{ filter: brightness(.95); }

    /* Responsive */
    @media (max-width: 920px){
      .apply-grid, .programs-grid{ grid-template-columns: 1fr; }
      .benefit{ width: 140px; }

      .logos-row{ grid-template-columns: 1fr; }
      .logo-cell{ border-right:none !important; }

      /* How to Qualify responsive */
      .how-wrap{ flex-direction: column; }
      .how-left{ max-width: 100%; }
      .how-steps{
        min-width: 0;
        width: 100%;
        padding-top: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
      }
      .how-arrow{ display:none; }
    }/* End custom CSS */