.elementor-5790 .elementor-element.elementor-element-3d9aeb14 img{border-style:solid;border-color:#D6E2F0;border-radius:1px 1px 1px 1px;}@media(min-width:768px){.elementor-5790 .elementor-element.elementor-element-77036e53{width:46.161%;}.elementor-5790 .elementor-element.elementor-element-36d8b7f7{width:53.839%;}}/* Start custom CSS for html, class: .elementor-element-2e5067b2 */.page-header{display:none;}

    .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: 16px;
      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: 14px;
      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);
	  margin-top:40px;
    }
    .qualify-card h4{
      margin:0 0 10px;
      font-size: 14px;
      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: 14px;
    }
    .qualify-card button{
      margin-top: 10px;
      width:100%;
      height: 34px;
      border: none;
      border-radius: 4px;
      background: #0a66c2;
      color:#fff;
      font-weight: 800;
      font-size: 14px;
      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: 16px;
      line-height: 1.4;
    }
    .programs-left a{
      color: #0a66c2;
      text-decoration: underline;
    }

    .programs-left h4{
      margin: 10px 0 8px;
      font-size: 14px;
      font-weight: 900;
      color:#2b3a4a;
    }

    .programs-left ul{
      margin: 0;
      padding-left: 16px;
      font-size: 14px;
      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; }
	.logos-grid img{width:100%;}
    .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: 14px;
      background:#fbfdff;
    }
    .logo-name{
      color:#0d3c6a;
      font-weight: 800;
      font-size: 14px;
      line-height: 1.15;
    }
    .logo-sub{
      color:#0a66c2;
      font-weight: 800;
      font-size: 14px;
      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: 14px;
      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: 14px;
      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 5px;
    }
    .renew h3{
      margin: 6px 0 8px;
      font-size: 22px;
      font-weight: 900;
    }
    .renew p{
      margin: 0 0 12px;
      font-size: 14px;
      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: 14px;
      text-decoration:none;
    }
    .renew .btn-renew:hover{ filter: brightness(.95); }
	 .wrap{
      max-width: 980px;
      margin: 0 auto;
      padding: 36px 18px 90px;
    }

    .h1{
      margin:0 0 26px;
      text-align:center;
      font-size:44px;
      line-height:1.15;
      letter-spacing:-.6px;
      font-weight:900;
      color:#111827;
    }

    .h2{
      margin: 44px 0 18px;
      text-align:center;
      font-size:40px;
      line-height:1.12;
      letter-spacing:-.6px;
      font-weight:900;
      color:#111827;
    }

    /* ------------------ TOP 2 CARDS ------------------ */
    .planGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin-top: 22px;
    }

    .planCard{
      background:#eef7ff;
      border:1px solid #cfe7fb;
      border-radius:14px;
      padding:22px 22px 20px;
      box-shadow: 0 10px 24px rgba(2,132,199,.06);
    }

    .planHead{
      display:flex;
      align-items:center;
      gap:12px;
      padding-bottom:12px;
    }
    .planIcon{
      width:34px;height:34px;
      display:grid;place-items:center;
      color:#111827;
    }
    .planTitle{
      margin:0;
      font-size:18px;
      font-weight:900;
      letter-spacing:-.2px;
      color:#111827;
    }

    .divider{
      height:1px;
      background:#cfe7fb;
      margin:10px 0;
    }

    .bullet{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding: 12px 0;
    }
    .check{
      width:18px;height:18px;
      border-radius:999px;
      background:#083b5f;
      display:grid;
      place-items:center;
      flex: 0 0 18px;
      margin-top:2px;
    }
    .check svg{ width:12px;height:12px; stroke:#fff; stroke-width:3; fill:none; }
    .bText{
      margin:0;
      font-size:12px;
      color:#374151;
    }

    .btnRow{ padding-top: 10px; }
    .btn{
      display:inline-block;
      background:#0b63ce;
      color:#fff;
      border:none;
      padding:10px 18px;
      border-radius:8px;
      font-weight:900;
      font-size:12px;
      text-decoration:none;
      box-shadow: 0 10px 18px rgba(11,99,206,.18);
    }
    .btn:hover{ opacity:.92; }

    /* ------------------ FEATURE PILLS ------------------ */
    .pillGrid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px 26px;
      margin-top: 24px;
      align-items:start;
    }

    .pill{
      display:flex;
      align-items:center;
      border:1px solid #cfe7fb;
      background:#eef7ff;
      border-radius:12px;
      overflow:hidden;
      min-height:56px;
    }
    .pillIcon{
      width:64px;
      height:56px;
      background:#0b63ce;
      display:grid;
      place-items:center;
      flex:0 0 64px;
    }
    .pillIcon svg{
      width:22px;height:22px;
      stroke:#fff;
      fill:none;
      stroke-width:2;
      opacity:.98;
    }
    .pillText{
      padding: 10px 14px;
      font-size:12px;
      color:#374151;
      font-weight:700;
      line-height:1.25;
    }

    /* ------------------ HOW TO QUALIFY (LEFT + TIMELINE) ------------------ */
    .qualifyWrap{
      margin-top: 54px;
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 30px;
      align-items:start;
    }

    .qualifyTitle{
      margin:0 0 10px;
      font-size:40px;
      font-weight:900;
      letter-spacing:-.6px;
      line-height:1.12;
    }
    .qualifyDesc{
      margin:0;
      font-size:13px;
      color:#374151;
      max-width: 460px;
    }

    .timeline{
      position:relative;
      padding-left: 30px;
      margin-top: 6px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left: 14px;
      top: 18px;
      bottom: 18px;
      width:2px;
      background:#7cc4ef;
      border-radius:2px;
    }

    .tItem{
      position:relative;
      display:flex;
      gap: 14px;
      align-items:flex-start;
      padding: 18px 0;
    }
    .tDot{
      width:28px;height:28px;
      border-radius:999px;
      border:2px solid #0b63ce;
      background:#fff;
      display:grid;
      place-items:center;
      position:absolute;
      left:-29px;
      top: 18px;
    }
    .tDot svg{
      width:16px;height:16px;
      stroke:#0b63ce;
      fill:none;
      stroke-width:2;
    }
    .tText{
      margin-left: 22px;
      font-size:14px;
      font-weight:800;
      color:#111827;
    }

    /* ------------------ RENEW BANNER ------------------ */
    .renew{
      margin-top: 52px;
      border-radius: 0;
      background:#083b5f;
      height: 360px;
      position:relative;
      overflow:hidden;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .renewInner{
      width: 100%;
      max-width: 760px;
      display:grid;
      grid-template-columns: 0.7fr 1.1fr;
      gap: 26px;
      align-items:center;
      padding: 26px 24px;
    }

    .bubbles{
      position:absolute;
      left:0px;
      top:-60px;
      width: 340px;
      height: 240px;
      pointer-events:none;
    }
    .bubble{
      position:absolute;
      border-radius:999px;
      opacity:.95;
    }
    .bubble.one{ width:90px;height:90px; background:#ffb020; left:40px; top:30px; }
    .bubble.two{ width:74px;height:74px; background:#ffb020; left:140px; top:100px; }
    .bubble.three{ width:68px;height:68px; background:#ffc75a; left:239px; top:148px; }
    .bubble.four{ width:62px;height:62px; background:#ffe7ad; left:354px; top:168px; }

    .renewTitle{
      margin:0 0 10px;
      color:#fff;
      font-size:30px;
      font-weight:900;
      letter-spacing:-.4px;
    }
    .renewText{
      margin:0 0 16px;
      color: rgba(255,255,255,.85);
      font-size:12px;
      max-width: 420px;
      line-height:1.55;
	  color:#FFF !important;
    }
    .renewBtn{
      display:inline-block;
      background:#ff4b4b;
      color:#fff;
      border:none;
      padding: 10px 16px;
      border-radius: 8px;
      font-weight:900;
      font-size:12px;
      text-decoration:none;
      box-shadow: 0 10px 18px rgba(255,75,75,.18);
    }

    /* 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; }
	  .planGrid{ grid-template-columns: 1fr; }
      .pillGrid{ grid-template-columns: 1fr; }
      .qualifyWrap{ grid-template-columns: 1fr; }
      .renewInner{ grid-template-columns: 1fr; }
      .h1{ font-size:38px; }
      .h2{ font-size:32px; }
      .qualifyTitle{ font-size:32px; }
      .renew{ height:auto; padding: 60px 0 6px 0; }
    }/* End custom CSS */