
body{
        font-family: Poppins-Regular;
}
.reg-header {
    background: #fde8c8;
    padding: 28px 20px 18px;
    position: relative;
    overflow: hidden;
}
.reg-header h1 {
    font-family: Poppins-Semibold;
    font-size: 15px;
    letter-spacing: 0.80px;
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}
/* .reg-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background: #000;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
    display: none;
} */

.reg-header .form-rect-img{
    position: absolute;
   
    width: 49px;
    height: 100%;
    left: 0px;
    top: 0px;
    display: block;
}
.reg-tabs {
    display: flex;
    gap: 28px;
    justify-content: center;
    padding: 18px 0 10px;
    background: #fff;

}
.reg-header p {
    font-size: 0.9rem;
    color: #555;
    position: relative;
    z-index: 1;
    margin: 0;
}
.reg-tabs label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #193F6B;
    cursor: pointer;
}
.reg-tabs input[type="radio"] {
    accent-color: #0A2F59;
    width: 17px;
    height: 17px;
}
.reg-header a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.error{
    font-size: 12px;
    color: red;
    display: none;
}
.custom-floating {
    position: relative;
}
.inputtype-field input,.selecttype-field select{
    height: 40px;
}
.textareatype-field textarea{
    min-height: 75px;
}
.custom-floating .form-control {
    
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    padding: 12px 15px 10px;
    
    font-size: 14px;
    background: transparent;
    background: #FDFDFD;
}

.custom-floating label {
    position: absolute;
    top: 50%;
     left: 6px;
    transform: translateY(-50%);
   
    padding: 0 6px;
    color: #6c757d;
    font-size: 14px;
    transition: 0.3s ease;
    pointer-events: none;
}

/* Focus & Value */
.custom-floating .form-control:focus,
.custom-floating .form-control:not(:placeholder-shown) {
    border-color: #0A2F59;
    box-shadow: none;
}

.custom-floating .form-control:focus + label,
.custom-floating .form-control:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px;
    color: #0A2F59;
    background: #fff;
}


.custom-floating {
    position: relative;
}

.custom-floating .form-select {
    
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    padding: 12px 15px 10px;
    font-size: 14px;
    box-shadow: none;
        background: #FDFDFD;
            appearance: auto;
}

.custom-floating label {
    position: absolute;
    top: 50%;
       left: 6px;
    transform: translateY(-50%);

    padding: 0 6px;
    color: #6c757d;
    font-size: 14px;
    transition: 0.3s ease;
    pointer-events: none;
}

/* Floating effect */
.custom-floating .form-select:focus + label,
.custom-floating .form-select:valid + label {
    top: 0;
    font-size: 12px;
    color: #0A2F59;
}
.custom-floating.textareatype-field label {
  top: 20px;
}
/* Border focus */
.custom-floating .form-select:focus {
    border-color: #0A2F59;
}


.member-title{
    font-family: Poppins-Regular;
    font-size: 13.75px;
    white-space: nowrap;
}

.edit-member-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    z-index: 9;
    font-size: 14px;
        min-width: 24px;
    height: 100%;
    right: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit{
    background: linear-gradient(90deg, #1155A3 0%, #0A2F59 100%);
    color: #fff;
    font-size: 14px;
    outline: 0px;
    border: 1px solid  #0A2F59;
    border-radius: 10px;
        padding: 7px 14px;

}

.btn-clear{
  background: #E5E5E5;
  color: #000;
  font-size: 14px;
    outline: 0px;
    border: 1px solid  #E5E5E5;
    padding: 7px 14px;
        border-radius: 10px;
    
}

.payment-value{
    font-family: Poppins-SemiBold;

font-size: 20px;
leading-trim: NONE;
line-height: 182%;
letter-spacing: 1%;
color: #10498A;

}

.paymentinfo-box{
    background:#E8F3FF;
    border: 1px solid #81BCFF;
    border-radius: 3px;
}

.fee-title{
    font-family: Poppins-Medium;

font-size: 14px;
leading-trim: NONE;
line-height: 182%;
letter-spacing: 1%;

}

.feeinfo-text{
    font-family: Poppins-Regular;

font-size: 12px;
leading-trim: NONE;
line-height: 182%;
letter-spacing: 1%;

}
.info-box {
    border: 1px solid #E1E1E1;
    border-radius:5px;
    padding: 14px 16px;
    margin-bottom: 20px;
    background: #FDFDFD;
}
.info-box h6 {
    font-family: Poppins-Medium;
  
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #636363;
}
.info-box ul {
    padding-left: 18px;
    margin: 0 0 12px;
    font-size: 0.86rem;
    color: #636363;
}
.zip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 10px 14px;
    background: #F5F5F5;
    font-size: 0.88rem;
    color: #444;
}
.zip-row .zip-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.zip-icon {
    width: 38px;
    height: 38px;
    /* background: #e8f5e9; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #388e3c;
    /* border: 1px solid #c8e6c9; */
}
.zip-row .dl-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--brand-navy);
    font-size: 1.1rem;
}
.info-box ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

.upload-zone {
    border: 2px dashed #d0d5dd;
    border-radius: 4px;
    background: #fafafa;
    text-align: center;
    padding: 28px 16px 20px;
}
.upload-zone .up-icon {
    font-size: 2.4rem;
    margin-bottom: 8px;
    display: block;
}

.upload-zone p {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 12px;
}
.btn-select {
    background: #e9ecef;
    border: none;
    border-radius: 6px;
    padding: 7px 18px;
    font-size: 0.85rem;
    color: #333;
    cursor: pointer;
}
.rupee-sym{
    font-family: sans-serif;
}
    /* section hidden by default */
    .tab-section { display: none; }
    .tab-section.active { display: block; }

.member-section > div{
 margin-bottom: 14px;
}
.paymentinfo-box{
    flex-wrap: wrap;
}
    @media (min-width:768px){
        .reg-header h1{
        font-size: 1.75rem;
            letter-spacing: 2px;
}
        /* .reg-header::before{
            display: block;
        } */
        .reg-header .form-rect-img{
         width: 90px;
        }
        .member-section > div{
 margin-bottom: 0px;
}

    }
     @media (min-width:1320px){
        .member-title{
            font-size: 12px;
        }
    }

    @media (min-width:1400px){
        .member-title{
            font-size: 13.75px;
        }
    }