/*subscription tyyle*/

.offer-card{
    background: linear-gradient(135deg,#ffffff,#eeeff1);
    color:#fff;
    border-radius:25px;
}

.offer-badge{
    background:var(--thm-red);
    color:#fff;
    display:inline-block;
    padding:10px 20px;
    border-radius:30px;
    font-weight:700;
}

.old-price{
    text-decoration:line-through;
    opacity:.8;
    color: var(--thm-red);
}

.offer-price{
    color:var(--thm-color);
    font-weight:800;
}

.save-badge{
    display:inline-block;
    background:var(--thm-color);
    color:#fff;
    padding:12px 25px;
    border-radius:30px;
    font-weight:600;
}

.offer-note{
    color:#555;
    font-weight:500;
}

.section-title{
    color:#197fe6;
    font-weight:700;
}

.benefit-title{
    color:#197fe6;
    margin-top:30px;
    margin-bottom:15px;
    font-weight:700;
}

.benefits-list{
    line-height:2;
    color:#555;
}

.benefits-list li{
    margin-bottom:10px;
}

.subscription-body p, li{
  font-size: 18px !important;
}

/**ends subscription style*/

  .form-group p{
    margin-left: 30px !important;
  }

 .form-group h6{
   font-size: 18px !important;
   font-weight: 600;
  }

  /**dashbord like admin*/

.dashboard-box{
    color:#fff;
    border-radius:12px;
    padding:10px 18px;
   

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    box-shadow:0 8px 25px rgba(0,0,0,.12);

    transition:.3s;
}

.dashboard-box:hover{
    transform:translateY(-5px);
}

.dashboard-label{
    font-size:1.25rem;
    opacity:.9;
    margin-bottom:10px;
}

.dashboard-value{
    font-size:1.85rem;
    font-weight:700;
    margin:0;

    align-self:flex-end;
    text-align:right;
}

@media(max-width:576px){

    .dashboard-box{
        min-height:110px;
        padding:20px;
    }

    .dashboard-value{
        font-size:1.7rem;
    }

}

@media (max-width: 768px) {
      .form-group p{
    margin-left: 15px !important;
  }
}  

.loan-form-card{
    max-width:550px;
    margin:auto;
    border-radius:20px;
}

.loan-form-card .form-control,
.loan-form-card .form-select{
    border-radius:12px;
    padding:12px 15px;
}

#submit-loan{
    border-radius:12px;
    font-weight:600;
}

.loan-history-table{
    margin-bottom:0;
}

.loan-history-table thead th{
    background:#f8fafc;
    border:none;
    color:#64748b;
    font-weight:600;
    white-space:nowrap;
}

.loan-history-table tbody td{
    border-color:#eef2f7;
    white-space:nowrap;
    vertical-align:middle;
}

.loan-history-table tbody tr{
    transition:.2s;
}

.loan-history-table tbody tr:hover{
    background:#f8fafc;
}

.loan-history-table .badge{
    padding:8px 14px;
    border-radius:20px;
    font-weight:500;
}

.membership-section{
    max-width:900px;
    margin:auto;
    padding:25px 15px;
}

.membership-hero{
    background:linear-gradient(135deg,#197fe6,#125bb0);
    color:#fff;
    padding:40px;
    border-radius:18px;
    margin-bottom:25px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:18px;
    font-weight:600;
}

.membership-hero h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.membership-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.membership-card h3{
    margin-bottom:20px;
    font-weight:700;
}

.benefit-box{
    background:#f8fbff;
    border-left:5px solid #197fe6;
    border-radius:10px;
    padding:14px;
    font-weight:500;
}

.benefit-box i{
    color:#28a745;
    margin-right:8px;
}

.offer-card{
    background:#fffdf5;
    border:2px dashed #ffc107;
    border-radius:18px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.offer-title{
    color:#d35400;
    font-size:30px;
    font-weight:700;
    text-align:center;
    margin-bottom:20px;
}

.success-card{
    background:#fff;
    border-radius:12px;
    padding:20px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    height:100%;
}

.success-number{
    font-size:42px;
    font-weight:700;
    color:#198754;
}

.offer-alert{
    background:#fff;
    margin-top:30px;
    text-align:center;
    border-radius:15px;
    padding:30px;
    border:2px solid #ffe08a;
}

.old-price{
    font-size:22px;
    margin-bottom:10px;
}

.old-price span{
    color:#dc3545;
    text-decoration:line-through;
    font-weight:bold;
}

.new-price{
    font-size:55px;
    color:#198754;
    font-weight:700;
    line-height:1;
    margin:20px 0;
}

.save-text{
    font-size:22px;
    color:#ff6600;
    font-weight:600;
}

@media(max-width:768px){

.membership-hero{
    padding:25px;
}

.membership-hero h2{
    font-size:28px;
}

.membership-card,
.offer-card{
    padding:20px;
}

.new-price{
    font-size:42px;
}

.offer-title{
    font-size:24px;
}

}

.pricing-section{
    padding:40px 15px;
}

.pricing-header h2{
    font-weight:700;
    margin-top:15px;
}

.pricing-badge{
    display:inline-block;
    background:#ffe8b3;
    color:#b76b00;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
}

.membership-price-card{
    max-width:500px;
    margin:35px auto;
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.1);
    border:3px solid #ffd966;
}

.price-icon{
    width:70px;
    height:70px;
    line-height:70px;
    margin:auto;
    border-radius:50%;
    background:#197fe6;
    color:#fff;
    font-size:28px;
}

.old-price{
    margin-top:20px;
    font-size:28px;
    color:#999;
    text-decoration:line-through;
    font-weight:700;
}

.arrow-down{
    font-size:24px;
    color:#28a745;
    margin:15px 0;
}

.offer-price{
    font-size:55px;
    color:#198754;
    font-weight:800;
}

.save-box{
    margin-top:20px;
    background:#e8fff0;
    color:#198754;
    padding:12px;
    border-radius:10px;
    font-weight:700;
}

.agency-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.agency-card h3{
    text-align:center;
    margin-bottom:20px;
}

.agency-note{
    text-align:center;
    max-width:750px;
    margin:auto;
    margin-bottom:35px;
    color:#555;
}

.fee-card{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:15px;
    padding:25px;
    text-align:center;
    transition:.3s;
    height:100%;
}

.fee-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.fee-old{
    margin-top:20px;
    text-decoration:line-through;
    color:#999;
    font-size:24px;
    font-weight:bold;
}

.fee-new{
    font-size:38px;
    font-weight:700;
    color:#198754;
    margin:15px 0;
}

.discount-badge{
    display:inline-block;
    background:#ffefc2;
    color:#b76b00;
    padding:6px 15px;
    border-radius:30px;
    font-weight:600;
}

.final-note{
    margin-top:35px;
    background:#f5fff8;
    border-left:5px solid #198754;
    padding:20px;
    border-radius:10px;
    font-size:16px;
}

@media(max-width:768px){

.offer-price{
    font-size:42px;
}

.fee-new{
    font-size:32px;
}

}

.section-title{
    font-weight:700;
    margin-top:15px;
}

.section-subtitle{
    max-width:750px;
    margin:auto;
    color:#666;
}

.section-badge{
    background:#197fe6;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
}

.benefit-card{

    background:#fff;
    border-radius:18px;
    padding:30px;
    height:100%;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.benefit-card:hover{

    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.benefit-icon{

    width:65px;
    height:65px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;

}

.benefit-card ul{

    padding-left:20px;

}

.benefit-card li{

    margin-bottom:12px;

}

.timeline{

    max-width:900px;
    margin:auto;

}

.timeline-item{

    display:flex;
    gap:20px;
    margin-bottom:20px;
    align-items:flex-start;

}

.timeline-item span{

    width:45px;
    height:45px;
    border-radius:50%;
    background:#197fe6;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:bold;
    flex-shrink:0;

}

.timeline-item div{

    background:#fff;
    border-radius:12px;
    padding:18px;
    flex:1;
    box-shadow:0 8px 18px rgba(0,0,0,.08);

}

.important-box{

    margin:60px auto;
    max-width:900px;
    background:#fff8e8;
    border-left:6px solid orange;
    padding:30px;
    border-radius:15px;

}

.important-box ul{

    margin-top:20px;

}

.important-box li{

    margin-bottom:12px;

}

.join-card{

    margin:60px auto;
    max-width:900px;
    background:linear-gradient(135deg,#197fe6,#0b57a8);
    color:#fff;
    padding:50px;
    border-radius:20px;

}

.join-card button{

    border-radius:50px;
    padding:14px 50px;
    font-size:18px;

}

.application-intro{

    max-width:950px;
    margin:auto;
    padding:20px;

}

.application-header{

    background:linear-gradient(135deg,#197fe6,#0b5bb5);
    color:#fff;
    border-radius:20px;
    padding:45px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.application-icon{

    width:85px;
    height:85px;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;

}

.application-header h1{

    font-weight:700;
    margin-bottom:10px;

}

.application-brand{

    display:inline-block;
    background:#fff;
    color:#197fe6;
    padding:8px 22px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:25px;

}

.application-header p{

    font-size:17px;
    line-height:1.8;

}


.notice-card{

    margin-top:35px;
    background:#fff8e5;
    border-left:6px solid orange;
    border-radius:15px;
    padding:30px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.notice-title{

    font-size:24px;
    font-weight:700;
    color:#b76b00;
    margin-bottom:20px;

}

.notice-title i{

    margin-right:10px;

}

.notice-card p{

    line-height:1.9;

}


.info-card{

    margin-top:30px;
    background:#eef8ff;
    border-radius:15px;
    padding:30px;
    display:flex;
    gap:25px;
    align-items:flex-start;
    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.info-icon{

    width:70px;
    height:70px;
    background:#197fe6;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;

}

.info-card h4{

    font-weight:700;
    margin-bottom:15px;

}

.info-card p{

    line-height:1.8;

}

.instruction-box{

    margin-top:35px;
    background:#e9fff1;
    border:2px solid #7bd89d;
    border-radius:15px;
    padding:22px;
    font-size:17px;
    font-weight:600;
    color:#198754;

}

.instruction-box i{

    margin-right:10px;

}


@media(max-width:768px){

.application-header{

    padding:30px 20px;

}

.application-header h1{

    font-size:28px;

}

.info-card{

    flex-direction:column;
    text-align:center;

}

.info-icon{

    margin:auto;

}

}

.job-apply-card{

    max-width:850px;
    margin:auto;
    background:#fff;
    border-radius:20px;
    padding:45px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;

}

.job-apply-card:hover{

    transform:translateY(-5px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.job-icon{

    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#197fe6;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:36px;
    margin-bottom:25px;

}

.job-apply-card h2{

    font-weight:700;
    margin-bottom:20px;

}

.job-apply-card p{

    color:#666;
    line-height:1.9;
    font-size:17px;
    max-width:650px;
    margin:0 auto 35px;

}

.agent-application-header{
    background:#fff;
    border-radius:18px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:30px;
    text-align:center;
}

.application-icon{
    width:90px;
    height:90px;
    background:#197fe6;
    color:#fff;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.application-badge{
    display:inline-block;
    background:#e8f2ff;
    color:#197fe6;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.agent-application-header h2{
    font-weight:700;
    margin-bottom:8px;
}

.agent-application-header h4{
    color:#197fe6;
    font-weight:600;
    margin-bottom:5px;
}

.application-subtitle{
    color:#6c757d;
    font-size:17px;
}

.application-description{
    font-size:17px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
}

.application-steps{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    margin-top:30px;
}

.step-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:120px;
}

.step-item i{
    font-size:32px;
    margin-bottom:10px;
}

.step-item span{
    font-weight:600;
    color:#555;
}

@media (max-width:768px){

    .agent-application-header{
        padding:25px;
    }

    .application-steps{
        gap:18px;
    }

    .step-item{
        min-width:90px;
    }

}

.form-check-input{
    width:1.3rem;
    height:1.3rem;
    cursor:pointer;
}

.form-check-label{
    margin-left:10px;
    line-height:1.8;
    cursor:pointer;
    color:#444;
}

.form-check-input:checked{
    background-color:#198754;
    border-color:#198754;
}