:root{
    --primary-color:#03305D;
    --secondery-color:#ffad14;
    --shadow-color:#9d9fb3; 
    --bg-color: hsl(240deg 33.33% 97.06%);
    --bg-gradient1: linear-gradient(247deg, rgba(255, 197, 69, 0.1) 0.99%, rgba(255, 74, 13, 0.1) 97.77%);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;  
}

/* body{
   background-color: #f1f1f1 !important;
} */

.formTop{
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   background-color: #fafafa;
   position: relative;
   color: #1f2937;  
}

.formTop::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 0, 100, 0.1) 0,
      rgba(255, 0, 100, 0.1) 1px,
      transparent 1px,
      transparent 20px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 0, 100, 0.1) 0,
      rgba(255, 0, 100, 0.1) 1px,
      transparent 1px,
      transparent 20px
    );
  background-size: 40px 40px;
}


.form__container{
    margin: 5rem;
    background-color: var(--primary-color);
    border-radius: 2rem;
    width: 100%;
    min-height: 50vh;
    position: relative;
    z-index: 99;
}

.title__container{
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid var(--secondery-color);
    display: flex;
    gap: 10px;
    background-image: url("img/form-back-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logoArea{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
}

.logoArea img{
    width: 100%;
    border-radius: 10px;
    background-color: white;
    padding: 20px;
}

.regTitle{
    width: 80%;
    height: 100%;
    text-align: center;
}
.formTitle{
    margin: 40px auto;
}

.addresArea{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.emailArea{
    display: flex;
    gap: 10px;
    justify-content: center; 
}
.emailArea a{
    text-decoration: none;
    color: var(--secondery-color);
}

.formTitle h2{
    font-size: 28px;
    font-weight: 700;
    color: var(--secondery-color);
    text-align: -webkit center;
    text-transform: uppercase;
    font-family: 'CopperplateGothicStd-33BC';
    padding-bottom: 15px;
    border-bottom: 1px solid var(--secondery-color);
}

.regTitle h2::before {
    content: '';
    display: inline-block;
    width: 4rem;
    height: 3px;
    background-color: var(--secondery-color);
    margin: 0 10px 8px 0;
}

.regTitle h2::after {
    content: '';
    display: inline-block;
    width: 4rem;
    height: 3px;
    background-color: var(--secondery-color);
    margin: 0 0 6px 10px;
}

.title__container h1{
    color: white;
    font-size: 18px;
}

.title__container p{
    color: var(--secondery-color);
    font-size: 0.95rem;
    margin-bottom: 5px;
}
.body__container{
    display: flex;

}

.left__container{
    width: 25%;
    display: flex;
    justify-content: center;
    border-right: 1px solid var(--secondery-color);
    padding: 1.25rem 0 ;
    padding-right: 1.8rem;
    background-image: url("img/form-back-img.png");
    background-size: 100% 100%;
}

.side__titles{
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding-left: 10px;
}

.title__name{
    padding: 0.6rem 0.1rem;
    margin-bottom: 10px;
}

.title__name h3{
    margin-bottom: 0.20rem;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
}

.title__name p{
    text-align: left;
    color: var(--secondery-color);
    font-size: 0.75rem;
    margin-bottom: 0px;
}

.progress__bar__container{
    display: flex;
    padding-top:26px ;
}

.progress__bar__container ul{
    padding: 0px;
}
.progress__bar__container ul .active{
    background-color: var(--secondery-color);

}

.progress__bar__container ul li{
    display: flex;
    align-items:center ;
    gap: 20px;
    justify-content: center;
    list-style: none;
    background: var(--shadow-color);
    padding: 0.5rem 0.6rem;
    margin-bottom: 25px;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #ffffff;
    margin-left:2rem ;
}

.progress__bar__container ul li::before{
    content: '';
    width: 1px;
    height: 8vh;
    position: absolute;
    background-color: var(--shadow-color);

}

.progress__bar__container ul .active::before{
    content: '';
    width: 1px;
    height: 6vh;
    position: absolute;
    background-color: var(--secondery-color);
}

.right__container{
    width: 75%;
    padding: 20px 40px;
    background: #fff1f1;
    border-radius: 0px 0px 20px;
    min-height: 50vh;
}

.right__container fieldset{
    border: none;
    background: #fff;
    padding: 20px 20px;
    /* padding: 0px 20px; */
    border-radius: 10px;
    position: relative;
    z-index: 99;
}
.sub__title__container{
    margin: 20px 0;
    border-bottom: 1px solid #03305D;
}

/* .fs-Span{
    color: #fff;
    background: #03305D !important;
    padding: 10px;
} */


.fs-title {
    font-size: 15px;
    color: #fff;
    background: #03305D;
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    padding: 5px 20px;
    width: max-content;
    border-radius: 2px 2px 20px 20px;
}


.fs-title2 {
    font-size: 15px;
    color: #03305D;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
    padding: 0px;
}

.steps {
    font-size: 15px;
    color: #03305D;
    margin-bottom: 8px;
    font-weight: normal;
    text-align: right;
    padding: 0px;
}

.borderLine{
    height: 2px;
    width: 100%;
    border: 1px solid #03305D;
}

.form-card {
    margin-top: 10px;
    text-align: left;
}

.main-page{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}

.input__container{
    padding: 0px !important;
}

.name-row1 label{
  font-size: 14px;
  color: #444;
  margin-bottom: 2px;
  font-weight: normal;
  display: block;
}

.field-label1 {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #03305D;
    margin-bottom: 5px;
}

.field-label{
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #444;
    margin-bottom: 2px; 
}


@media (max-width: 1500px){
   .form__container {
        margin: 1rem;
        background-color: var(--primary-color);
        border-radius: 2rem;
        width: 100%;
        min-height: 50vh;
        position: relative;
        z-index: 99;
    }
    .health-field {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        padding-top: 10px;
    }
    .health-row {
        display: flex;
        gap: 10px;
    }
    .measurement-input {
        width: 55px;
        height: 25px;
        border: 1px solid #444;
        padding: 4px 8px;
        font-size: 14px;
        border-radius: 4px;
        outline: none;
        font-weight: 600;
    }
    .progress__bar__container ul li::before{
        content: '';
        width: 1px;
        height: 10vh;
        position: absolute;
        background-color: var(--shadow-color);

    }
    .progress__bar__container ul .active::before{
        content: '';
        width: 1px;
        height: 7vh;
        position: absolute;
        background-color: var(--secondery-color);
    }
}


.input__container .input-box input[type="file"] {
  flex: 0 0 auto;
  width: 250px; /* Adjust button size */
  padding: 5px;
  font-size: 13px;
  cursor: pointer;
}


.input__container .input-box-1 input[type="file"] {
  flex: 0 0 auto;
  width: 250px; /* Adjust button size */
  padding: 5px;
  font-size: 13px;
  cursor: pointer;
}

.nxt__btn{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    padding: 0.75rem 0;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2rem;
    background: var(--secondery-color);
    color: #ffffff;
    margin: 10px 0;
    text-decoration: none;    
}

.nxt__btn:hover{
    transform: scale(1.03);
    background:#03305D ;
    cursor: pointer;
}
.buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0;
    padding: 0;
    
}

.prev__btn{
    display: flex;
    width: 10%;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
    background: gray;
    border: none;
    font-weight: bold;
    border-radius: 2rem;
    color: #ffffff;
    font-size: 13px;
    margin: 10px 0;
    text-decoration: none;
    
}

.prev__btn:hover{
    transform: scale(1.03);
    background:#03305D ;
    cursor: pointer;
}

/*------------------------------- form-2 design --------------------*/

.selection{
    display: flex;
    align-items: center;
    border: 1px solid var(--shadow-color);
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    width: 100%;
}

.selection:hover{
    border: 1px solid var(--secondery-color);
    background-color: var(--primary-color);
    cursor: pointer;
}

.imoji{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.4rem;
    margin:0  0.2rem ;
    margin-right: 0.4rem;
    font-size: 2rem;
    font-weight: 900;
    color: yellow;
    border-radius: 50%;
    background: var(--shadow-color);
}


.descriptionTitle h3{
    color: #ffffff;
    margin-bottom: 4px;
}
.descriptionTitle p{
    font-size: 0.75rem;
    color: var(--shadow-color);
}

input[type="file"]::-webkit-file-upload-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #0056b3;
}


/*-------------------------------------- form-4 design----------------------------------------- */
.slider{
    display: flex;
    align-items: center;
    -webkit-appearance: none;
  appearance: none;
  width: 100%; 
  height: 0.75rem;
  background: #d3d3d3; 
  outline: none; 
  opacity: 0.7; 
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: relative;
  margin-top: 3rem;
}



.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px; 
    height: 25px; 
    border-radius: 50%;
    background: var(--secondery-color);
    cursor: pointer; 
    position: relative;
}

.slider::-webkit-range-thumb {
    width: 50px; 
    height: 50px;
    background: var(--secondery-color);
    cursor: pointer;
    position: relative;
}

.output__value{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    border-radius: 2em;
    padding: 0.8rem 0.8rem;
    position: absolute;
    background-color:var(--secondery-color);    
}

.output__value::after{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-color: black;
    transform: rotate(45deg);
    position: absolute;
    margin-top:40px;
    background-color: var(--secondery-color);
}
 


@media (max-width: 767px) {

  .form__container {
    width: 100%;
    margin-top: 0rem;
    border-radius: 1rem;
  }

  .body__container {
    flex-direction: column;
  }

  .left__container {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--secondery-color);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px;
  }

  
  .right__container {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 1rem 1rem;
  }

  .title__container {
    width: 100%;
    border-bottom: 1px solid var(--secondery-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
}
.logoArea {
    width: 100%;
    text-align: center;
}
.regTitle {
    width: 100%;
    height: 100%;
    text-align: center;
}
.regTitle h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondery-color);
    text-align: -webkit center;
    text-transform: uppercase;
    font-family: 'CopperplateGothicStd-33BC';
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}
.regTitle h2::before {
    content: '';
    display: inline-block;
    width: 4rem;
    height: 3px;
    background-color: var(--secondery-color);
    margin: 0 10px 4px 0;
}
.regTitle h2::after {
    content: '';
    display: inline-block;
    width: 4rem;
    height: 3px;
    background-color: var(--secondery-color);
    margin: 0 0 4px 10px;
}

.addresArea {
    display: flex;
    gap: 0px;
    justify-content: center;
    flex-wrap: wrap;
}
.formTitle {
    margin: 10px auto;
}


   .buttons {
    display: flex;
    flex-direction: row;  /* make them align horizontally */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
  }

   .prev__btn {
    width: 20%;              /* make them fit side by side */
    float: none;             /* remove float */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;               /* remove margins that break alignment */
    padding: 0.75rem 0;
    font-size: 10px;
    border-radius: 2rem;
    text-align: center;
  }
  
.nxt__btn{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    padding: 0.75rem 0;
    font-size: 10px;
    /* font-weight: bold; */
    border-radius: 2rem;
    /* background: var(--secondery-color); */
    /* color: #ffffff; */
    margin-top: 0;
    text-decoration: none;    
}

  /* Optional: make the buttons slightly smaller */
  .nxt__btn { background: var(--secondery-color); color: #fff; }
  .prev__btn { background: gray; color: #fff; }

  /* For small screens, add a bit of spacing around */
  .buttons a {
    text-decoration: none;
  }
  .title__container img {
    height: 120px;
  }

  .title__container h1 {
    font-size: 12px;
  }
  .logoArea img{
    width: 60%;
  }

  .title__container p {
    font-size: 9px;
    margin-bottom: 2px;
  }
  .emailArea{
    flex-direction: column;
    gap: 0;
  }
  /* .photo-upload {
    width: 100px;
    height: 100px;
  }
  #student-label {
    line-height: 95px;
    font-size: 9px;
}

#mother-label{
    line-height: 95px;
    font-size: 9px;
}

#father-label{
    line-height: 95px;
    font-size: 9px;
} */

  /* Main container adjustments */
  

  /* Make progress bar horizontal */
  .progress__bar__container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0.5rem 0; */
    padding: 0px !important;
  }

  .progress__bar__container ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 55px;
    padding: 0;
    margin: 0;
  }

  .progress__bar__container ul li {
    margin: 0;
    position: relative;
  }

  .progress__bar__container ul li::before {
    display: none;
  }

  .progress__bar__container ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 100px;
    height: 2px;
    background-color: var(--shadow-color);
    transform: translateY(-50%);
  }

  .progress__bar__container ul .active::after {
    background-color: var(--secondery-color);
  }

  .progress__bar__container ul li:last-child::after {
    display: none;
  }

  /* Circle styling */
  .progress__bar__container ul li {
    width: 40px;
    height: 37px;
    font-size: 0.9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Side titles now appear horizontally under the progress bar */
  .side__titles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px;
    /* margin-top: 0.5rem; */
    padding-top: 0px !important;
    padding-left: 0;
  }

  .title__name {
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 1;
  }

  .title__name h3 {
    font-size: 9px;
    color: #fff;
    margin-bottom: 2px;
    text-align: center;
  }

  .title__name p {
    font-size: 10px;
    color: var(--secondery-color);
    text-align: center;
  }

  .fs-title{
    font-size: 12px;
    
  }
  .fs-title2 {
    font-size: 12px;
    
}

  .steps{
    font-size: 11px;
  }
  /* .input-box label {
    font-size: 10px;
}
 .input-box-1 label {
    font-size: 10px;
}
.gender-box, h3 {
    font-size: 10px;
}
.gender label{
    font-size:8px
}
.student-info {
        flex-direction: column;
    }

    .right-section {
        order: 1;
        width: 100%;
        padding-left: 85px;
    }
    

    .left-section {
        order: 2;
        width: 100%;
    }


   .fs-title2 {
    font-size: 11px;

    
    
} */

.name-row1 label{
  font-size: 12px;
  color: #444;
}

.name-row {
    flex-direction: column;        
    align-items: flex-start !important; 
    margin-bottom: 10px;
  }

  .name-row label {
    width: 100%;                   
    margin-bottom: 5px;            
    font-size: 13px;    
  }
  .form-row,
  .academic-row,
  .doctor-row,
  .parent-row,
  .transport-row,
  .signature-row,
  .office-row {
    flex-direction: column;
    gap: 10px;
  }

  .form-left,
  .form-right,
  .academic-field,
  .academic-field-wide,
  .academic-field-small,
  .doctor-name,
  .doctor-contact,
  .parent-field-half,
  .office-field,
  .office-field-wide {
    width: 100%;
  }

  

  .selection {
    flex-direction: column;
    align-items: flex-start;
  }

  .imoji {
    font-size: 1.5rem;
  }

  .field-label,
  .checkbox-options label,
  .descriptionTitle p {
    font-size: 12px !important;
  }

  .text-input,
  .doctor-input,
  .full-input,
  .address-input,
  .measurement-input,
  .transport-input,
  .signature-input {
    font-size: 12px;
  }


  .checkbox-options-vertical label {
    font-size: 12px !important;
}

  .output__value {
    padding: 0.5rem;
    font-size: 12px;
  }
  .char-boxes input {
    width: 19px !important;
   
}
.right__container fieldset {
    border: none;
    background: #fff;
    padding: 0px 10px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    margin-top: -80px;
}
.main-page {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.transport-input {
    
    font-size: 12px !important;
    
}


.measurement-input {
    width: 50px !important;
    
}


.checkbox-grid label {
    font-size: 12px !important;
}
.age-section {
    font-size: 12px !important;
   
}


.age-fields label {
    font-size: 12px !important;
}

}

.form-row {
    display: flex;
    margin-bottom: 15px;
    gap: 30px;
}

.form-left {
    flex: 1.5;
}

.form-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.name-fields {
    margin-top: 5px;
}

.name-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.name-row label {
    font-size: 13px;
font-family: "Noto Sans JP", sans-serif;
    width: 85px;
}

.char-boxes {
    display: flex;
    gap: 2px;
}
.parentBox{
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}

.char-boxes input {
    width: 19px;
    height: 20px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    outline: none;
    text-transform: uppercase;
}
.char-boxes input:focus{
    border: 1px solid var(--secondery-color);
}

.checkbox-group {
    margin-bottom: 10px;
}

.checkbox-options {
    display: flex;
    gap: 20px;
}

.checkbox-options label,
.checkbox-grid label {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkbox-grid {
    display: flex;
    gap: 10px;
}

.checkbox-options input[type="checkbox"],
.checkbox-grid input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #444;
    border-radius: 2px;
}

.dob-section {
    display: inline-block;
    margin-right: 30px;
}

.dob-boxes {
    display: inline-flex;
    gap: 2px;
}

.dob-boxes input {
    width: 19px;
    height: 20px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
}
.dob-boxes input:focus{
    border: 1px solid var(--secondery-color);
}

.age-section {
    display: inline-block;
    font-size: 14px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.age-fields{
    margin-top: -8px;
}
.age-fields label {
    font-size: 13px;
    margin: 0 5px;
}

.age-input {
    width: 60px;
    border: 1px solid #444;
    padding: 2px 5px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
}
.age-input:focus{
    border: 1px solid var(--secondery-color);
}

.text-field {
    margin-bottom: 10px;
}

.text-input {
    width: 100%;
    border: 1px solid #444;
    padding: 4px 8px;
    height: 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
}
.text-input:focus{
    border: 1px solid var(--secondery-color);
}

.aadhaar-boxes {
    margin-bottom: 15px;
}

.addTextarea {
    width: 100%;
    border: 1px solid #444;
    padding: 5px;
    font-size: 14px;
    resize: none;
    border-radius: 4px;
    text-align: left;
    font-weight: 600;
    outline: none;
}
.addTextarea:focus{
   border: 1px solid var(--secondery-color) !important; 
}

/* .address-input {
    width: 100%;
    height: 84px;
    border: 1px solid #444;
    padding: 5px;
    font-size: 14px;
    resize: none;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
} */

.health-row {
    display: flex;
    gap: 20px;
}

.health-field {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding-top: 10px;
}

.measurement-input {
    width: 60px;
    height: 25px;
    border: 1px solid #444;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    font-weight: 600;
}
.measurement-input:focus{
    border: 1px solid var(--secondery-color);
}

/* .doctor-row {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
} */

.doctor-name {
    flex: 1;
}

.doctor-contact {
    flex: 1;
}

.doctor-input {
    width: 100%;
    border: 1px solid #444;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border-radius: 4px;
    height: 26px;
}

.doctor-input:focus{
    border: 1px solid var(--secondery-color);
}

.contact-boxes {
    margin-top: 5px;
}

.medical-section {
    margin-bottom: 15px;
}

.full-input {
    width: 100%;
    border: 1px solid #444;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
    height: 30px;
}
.full-input:focus{
    border: 1px solid var(--secondery-color);
}
.small-file-input{
    width: 100%;
    border: 1px solid #444;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
}
.medical-section input[type="file"]{
    font-size: 12px;
    height: 30px;
    color: #03305D;
}
.medical-section input[type="file"]::file-selector-button {
  font-size: 12px;
  padding: 2px 10px;
  background: #03305D;
}


.parent-section {
    margin-bottom: 20px;
}

.parent-row {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}

.parent-field-half {
    flex: 1;
}

.full-row {
    margin-bottom: 10px;
}

.academic-section {
    margin-bottom: 20px;
}

.academic-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.academic-field {
    flex: 1;
}

.academic-field-wide {
    flex: 2;
}

.academic-field-small {
    flex: 0.8;
}

.checkbox-options-vertical {
    display: flex;
    gap: 3px;
}

.checkbox-options-vertical label {
    font-size: 13px;
font-family: "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkbox-options-vertical input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

.transport-section {
    margin-bottom: 20px;
}

.transport-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.transport-mode {
    flex: 1;
}

.transport-points {
    flex: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
font-family: "Noto Sans JP", sans-serif;
}

.transport-input {
    width: 30px !important;
    border: 1px solid #000;
    padding: 4px 8px;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    flex: 1;
}

.attachments-section {
    margin-bottom: 20px;
    
}

.attachments-list {
    margin-left: 20px;
    font-size: 13px;
font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
}

.attachments-list li {
    padding: 0;
    margin: 0;
    margin-bottom: 1px;
}

.declaration-section {
    margin-bottom: 20px;
    margin-top: 15px;
}

.declaration-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

.signature-row {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.signature-field {
    flex: 1;
}

.signature-input {
    width: 100%;
    border: 1px solid #000;
    padding: 4px 8px;
    font-size: 13px;
font-family: "Noto Sans JP", sans-serif;
}

.office-title {
    color: #03305D;
}

.office-section {
    margin-bottom: 20px;
}

.office-row {
    display: flex;
    gap: 20px;
}

.office-field {
    flex: 1;
}


.office-field-wide {
    flex: 3;
}

.print-button-container {
    text-align: center;
    margin: 30px 0;
}
                                              
.nxt-buttons{
    display: flex;
    gap: 10px;
    justify-content: end;
}
.nxt-buttons button{
    border: none;
    padding: 6px 25px;
    background: var(--secondery-color);
    color: #fff;
    border-radius: 30px !important;
    }



