.header-zero{
    background-color: #f1c222;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
}
header.top-header {
    background-color: white;
    padding: 10px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
 a {
    color: #fff;
    text-decoration: none; 
}
nav a:hover {
    background-color: #555; 
    padding: 5px;
}
.Services{
    border:2px solid #29398d;
    font-size: 1em;
    border-radius: .28571429rem;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 60px;
    padding-right: 60px;
}
.serv{
    background-color: white;
    padding-bottom: 30px;
}
.text-decoration-none {
    text-decoration: none;
}
a {
   
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 40px;         
    margin-bottom: 10px;
}
.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: repeat(5, 250px);
    gap: 20px; 
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.content-section{
    text-align: center; 
}
.box {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #e4e4e5; 
    border-right:1px solid #e4e4e5; 
    border-top: 4px solid #007BFF;
    border-bottom:1px solid #e4e4e5; 
    overflow: hidden;
    border-radius: 10px;
    min-height: 250px;
    max-height: 250px;
    justify-content: center;
}
.box:nth-child(1) { border-top: 4px solid #f44336; }
.box:nth-child(2) { border-top: 4px solid #2196F3; }
.box:nth-child(3) { border-top: 4px solid #4CAF50; }
.box:nth-child(4) { border-top: 4px solid #FF9800; }
.box:nth-child(5) { border-top: 4px solid #9C27B0; }
.box:nth-child(6) { border-top: 4px solid #3F51B5; }
.box:nth-child(7) { border-top: 4px solid #00BCD4; }
.box:nth-child(8) { border-top: 4px solid #8BC34A; }
.box:nth-child(9) { border-top: 4px solid #FF5722; }
.box:nth-child(10) { border-top: 4px solid #673AB7; }
.box:nth-child(11) { border-top: 4px solid #009688; }
.box:nth-child(12) { border-top: 4px solid #FFEB3B; }
.box:nth-child(13) { border-top: 4px solid #CDDC39; }
.box:nth-child(14) { border-top: 4px solid #795548; }
.box:nth-child(15) { border-top: 4px solid #607D8B; }
.box:nth-child(16) { border-top: 4px solid #E91E63; }
.box:nth-child(17) { border-top: 4px solid #8D6E63; }
.box:nth-child(18) { border-top: 4px solid #26A69A; }
.box:nth-child(19) { border-top: 4px solid #C2185B; }
.box:nth-child(20) { border-top: 4px solid #1976D2; }

.footer-top{
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #e4e4e5;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
    img{
        width:auto;
        height: 40px;
        padding: 5px;
    }
}
.footer{
    background-color: #323632;
    padding-left: 50px;
    padding-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    .main{
        display: flex;
        color: white;
    }
}
.sub{
    padding-top: 10px;
    color: white;
    display: flex;
    gap: 40px;
}
.vertical-line {
    width: 1px; 
    height: 200px;
    background-color: #f3f7fb; 
    margin: 20px; 
}








/* General Mobile Styles */
@media (max-width: 768px) {

header.top-header, header.bottom-header {
padding: 10px 20px; 
}
header.top-header img {
width: 80px;  
height: auto;
}
header.bottom-header .left-links,
header.bottom-header .right-links {
display: none; 
position: absolute;
top: 50px;
left: 10px;
right: 10px;
background-color: #004a91;  
padding: 10px;
border-radius: 5px;
width: auto;
flex-direction: column;
gap: 10px;
color: white;
}
header.bottom-header .menu-visible {
display: flex;
}
header.bottom-header .hamburger {
display: flex;
flex-direction: column;
cursor: pointer;
gap: 5px;
}
header.bottom-header .hamburger div {
width: 30px;
height: 4px;
background-color: white;
}
.Services {
margin-left: 20px;
margin-right: 20px;
padding: 10px 20px;
}
.container {
display: grid;
grid-template-columns: repeat(2, 1fr); 
gap: 10px;
}
.box {
max-height: 250px;
overflow: hidden;
border-radius: 8px;  
padding: 10px;
}
.footer {
padding-left: 20px;
padding-right: 20px;
}
.footer-top img {
width: 40px;  
height: auto;
padding: 5px;
}
.footer .sub {
display: flex;
flex-direction: column;
gap: 15px;
align-items: center;
}
.footer .vertical-line {
display: none; 
}
h5, p {
font-size: 16px;  
margin: 5px 0;
}
}


.container {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 columns by default */
gap: 20px;
padding-bottom: 20px;
}
.box {
display: flex;
flex-direction: column;
border: 1px solid #e4e4e5; 
padding: 2px;
border-radius: 10px;
min-height: 250px;
background-color: #ffffff;
justify-content: center;
text-align: center;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
.container {
grid-template-columns: repeat(2, 1fr); 
}
}
@media (max-width: 480px) {
.container {
grid-template-columns: 1fr;
}
}
header.bottom-header {
    background-color: #004a91;
    color: white;
    padding: 10px 60px;
   
    font-family: 'Baloo Chettan 2';
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
header.bottom-header .left-links,
header.bottom-header .right-links {
    display: flex;
    gap: 20px;
}
header.bottom-header a {
    color: white;
    text-decoration: none;
   
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {

    position: absolute;
    min-width: 160px;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0e0801;
    text-align: left;
    /* list-style: none; */
    background-color:#293a8d9d;
    background-clip: padding-box;
    border: 1px solid rgba(202, 194, 194, 0.15);
    border-radius: .25rem;
}
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.arrow {
    padding-left: 25px;
    font-size: 14px;
}
.dropdown:hover .arrow {
    transform: rotate(180deg); 
    transition: transform 0.3s ease;
}
header.bottom-header .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

header.bottom-header .hamburger div {
    width: 25px;
    height: 3px;
    background-color: white;
}
@media (max-width: 768px) {
    header.bottom-header .left-links,
    header.bottom-header .right-links {
        display: none; /* Hide the menu items initially on mobile */
        position: absolute;
        top: 50px;
        right: 20px;
        background-color: #007BFF;
        padding: 10px;
        border-radius: 5px;
        width: 200px;
        flex-direction: column;
        gap: 10px;
    }

    header.bottom-header .menu-visible {
        display: flex; 
    }

    header.bottom-header .hamburger {
        display: flex; 
    }


}

.menu-visible {
    display: block; 
}
.left-links, .right-links {
    display: block; 
}
.hamburger {
    cursor: pointer;
    font-size: 30px;
}

.dropdown-content {
    display: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.buttonservicelist {
    background-color: #efefef;
    border: none;
    color: black;
    padding: 5px 12px 6px;
    text-align: center;
    text-decoration: none;
    margin: 4px 12px;
    cursor: pointer;
    border-radius: 16px;
  }


  body {
    font-family: 'Baloo Chettan 2', sans-serif;
  }
      .content-section{
          h5{
              font-family: 'Baloo Chettan 2';
              font-size: 1.25rem;
               font-weight: 400;
              color: #212529;
          }
          p{
              color: rgb(40, 103, 151);
              font-family: 'Baloo Chettan 2';
              text-align: left;
              padding-left: 8px;
          }
      }
  
      .search-container {
          position: relative;
          width: 95%;
      }
      @media (max-width: 768px) {
      .search-container {
              width: 80%; 
          }
      }
      .search-input {
          width: 100%;
          padding: 10px 10px 10px 50px; 
          font-size: 17px;
          border: none;
          border-bottom: 1px solid #ff1f1f; 
          outline: none; 
          border-radius: 1px;
          font-family: 'Baloo Chettan 2';
      }
  
      .search-icon {
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 18px;
          color: #29398d;
      }
  
      .search-input:focus {
          border: 2px solid blue;
          border-radius: 5px; 
      }
  
  
  
  
  
  
  
      /* Default layout for larger screens */
  .bottom-header {
      display: flex;
      justify-content: space-between;
      padding: 10px 20px;
      background-color: #fff;
      border-bottom: 1px solid #ccc;
  }
  
  /* Desktop Links */
  .left-links, .right-links {
      display: flex;
      gap: 20px;
  }
  
  .left-links a, .right-links a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
  }
  
  .dropdown-content {
      display: none;
  }
  
  .dropdown:hover .dropdown-content {
      display: block;
  }
  
  /* Hamburger Icon (Mobile view) */
  .hamburger {
      display: none;
      font-size: 30px;
      cursor: pointer;
  }
  
  /* Mobile Menu (hidden by default) */
  .mobile-menu {
      display: none;
      flex-direction: column;
      gap: 10px;
  }
  
  /* Media Query for Mobile View */
  @media (max-width: 768px) {
      .left-links, .right-links {
          display: none;
      }
  
      .hamburger {
          display: block; /* Show the hamburger menu icon on mobile */
      }
  
      .mobile-menu {
          display: none; /* Keep the mobile menu hidden by default */
          position: absolute;
          top: -1px;
          right: 235px;
          background-color: #29398d; /* Background color for the mobile menu */
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          padding: 20px;
          width: 145px;
          border-radius: 5px;
          z-index: 1000; /* Ensure it appears above other content */
      }
  
      .mobile-menu a {
          text-decoration: none;
          color: #fff; /* White text color for visibility */
          font-size: 16px;
          padding: 10px 0;
      }
  
      .dropdown-content {
          position: absolute;
          background-color: white;
          border: 1px solid #ccc;
          display: none;
          left: 0;
          top: 30px;
      }
  
      .dropdown:hover .dropdown-content {
          display: block;
      }
  }







  
    /* The Modal */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 5% auto;
    /* padding: 20px; */
    border: 1px solid #888;
    width: 80%;
}

/* Modal Header */
.modal-header {
    background-color:#004a91; /* Blue background */
    color: white;
    /* height: 30px; */
    margin-top: -25px;
    /* padding: 10px; */
    text-align: center;
    /* padding-top: 5px;
    padding-bottom: 3px; */
    padding: 5px;
}

/* Modal Body */
.modal-body {
    padding: 20px;
    color: #333;
}

/* Modal Footer */
.modal-footer {
    background-color: white; /* Blue background */
    padding: 10px;
    /* text-align: center; */
    text-align: right;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.564);
}

.clo{
    background-color: #6c757d;
    color: white;
    padding: 10px 20px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.act{
    color: white;
    padding: 10px 20px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #29398d;
}


.modal-footer button:hover {
    background-color: #0056b3;
    color: white;
}

/* Close Button */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.exclamation {
    font-size: 25px;
    font-weight: bold;
    color: rgb(15, 15, 15);
}
.fee{
    width: 450px;
    text-align: center;
}
.protime{
    width: 300px;
    text-align: left;
}

.pop-sub{
    display: flex;
    /* gap: 250px; */
}
.popup{
    color: #29398d;
    font-weight: bold;
    font-size: 18px;
}
.new{
    margin-top: 20px;
    padding: 30px;
}

ul {
      list-style: none;
      padding: 0; 
    }



/* Mobile View Adjustments */
@media (max-width: 768px) {
    /* Modal Content */
    .modal-content {
        width: 90%; /* Full width on smaller screens */
        margin: 10% auto; /* Adjust vertical margins */
    }

    /* Modal Header */
    .modal-header {
        font-size: 18px; /* Smaller font for mobile */
        padding: 10px;
    }

    /* Modal Body */
    .modal-body {
        padding: 15px; /* Reduce padding */
    }

    /* Modal Footer */
    .modal-footer {
        padding: 10px;
        text-align: center; /* Center buttons on mobile */
    }

    .clo,
    .act {
        width: 100%; /* Make buttons full-width */
        padding: 15px 0; /* Increase height for easier tapping */
        margin: 5px 0; /* Stack buttons vertically */
    }

    .pop-sub {
        flex-direction: column; /* Stack elements vertically on mobile */
        gap: 10px; /* Adjust gap between elements */
    }

    .fee {
        width: 100%; /* Full width */
        text-align: center;
    }

    .protime {
        width: 100%; /* Full width */
        text-align: left;
    }

    .popup {
        font-size: 16px; /* Smaller font size on mobile */
    }

    .new {
        padding: 20px; /* Adjust padding for mobile */
    }
}








    
/* forgot.html styles */

    .port{
        padding-top: 20px;
        height: 480px;
    }
    .port_login{
        display: flex;
        width: 650px;
        margin-left: 390px;
        margin-right: 390px;
        border: 2px solid #29398d;
        border-radius: 5px;
        padding: 50px;
        gap: 35px;
    }

    /* input[type="text"]{ */
        .ingo{
        width: 350px;
        height:35px;
        border: 1px solid #e0e4e7;

    }
    .go{
        width: 50px;
        height: 40px;
        background-color: #0dcaf0;
        border: 1px solid #0dcaf0;
        border-radius: 3px;

    }

    
    /* Mobile view styling */
    @media (max-width: 600px) {
        .port {
            height: auto; /* Adjusted height for better flexibility */
            padding-top: 15px;
            margin-right: 40px;
        }

        h3 {
            font-size: 18px; /* Adjust font size for mobile */
            margin-bottom: 10px;
        }

        .col-lg-4 {
            font-size: 14px; /* Smaller font for label on mobile */
            margin-bottom: 10px; /* Add spacing for readability */
        }

        .port_login {
            width: 90%; /* Narrower form on small screens */
            margin-left: 5%; /* Center the form horizontally */
            margin-right: 5%;
            padding: 20px; /* Reduced padding for better mobile fit */
            gap: 20px; /* Reduced gap for better space management */
            flex-direction: column; /* Stacked layout for smaller screens */
        }

        .ingo {
            width: 100%; 
            height: 40px;
        }

        .go {
            width: 100%; /* Make the button full width on mobile */
            font-size: 14px; /* Adjust button text for mobile */
            padding: 10px;
            margin-top: 10px; /* Add some space between input and button */
        }
    }



/* signin.html style */

.containers {
    display: flex;
    height: 100vh; 
    margin: 0;
    width: 100%; 
}
.left-section {
    flex: 1;
    /* background-color: rgba(51, 67, 144, 0.373); */
    background-color: rgba(1,67,144,0.1);
    /* background-image: url('../images/img-3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; */
    margin-top: -10px;
    margin-left: -10px;
    color: white;
    text-align: left;
    padding: 100px 50px;
    font-family: 'Baloo Chettan 2';
    font-size: 1.95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    box-sizing: border-box;
   
}
.subp{
    font-size: 1rem;
        text-align: justif;
    }
.right-section {
    flex: 1;
    background-color: white;
    color: rgb(15, 14, 14);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    box-sizing: border-box; 
}

.reg {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #dbe0e4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid white;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    width: 135px;
}

.login {
    width: 100%;
    max-width: 400px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}

.inputsg {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 1rem;
    margin: 10px 0;
}

.sin {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: green;
    color: white;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    margin: 10px;
}

.lp {
    color: rgba(255, 0, 0, 0.83);
    text-decoration: underline;
    margin-left: -33px;
}

.captcha-containers {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.captchaa {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid white;
    padding: 10px;
    width: 150px;
    text-align: center;
    background-color: white;
    display: inline-block;
}

.captcha-input {
    padding: 5px;
    font-size: 16px;
    width: 150px;
}

.refresh-icon {
    font-size: 20px;
    cursor: pointer;
    color: #007bff;
    margin-left: 10px;
}

.refresh-icon:hover {
    color: #0056b3;
}
@media (max-width: 768px) {
    .containers {
        flex-direction: column;
        height: auto;
    }
    .left-section {
        padding: 50px;
        font-size: 1.25rem;
    }
    .login {
        max-width: 100%;
        margin-top: 30px;
    }
    .sin {
        width: 100%;
    }
}





/* register.html style */


.captcha-container {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.captcha {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid rgb(109, 169, 238);
    padding: 10px;
    width: 150px;
    text-align: center;
    background-color: white;
    display: inline-block;
    color: #40a3b9;
}
.captcha-input {
    padding: 5px;
    font-size: 16px;
    width: 150px;
}
.refresh-icon {
    font-size: 27px;
    cursor: pointer;
    color: #007bff;
    margin-left: 10px;
}
.refresh-icon:hover {
    color: #0056b3;
}
h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}
a {
    font-size: 0.9em;
    color: #227afd;
}
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.form-group {
    flex: 1;
}
/* input[type="text"], input[type="email"], input[type="password"], select { */
.form-control, select {
    width: 95%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
input[type="date"]{
    width: 95%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.form-radio {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.form-radio-item input {
    margin-right: 5px;
    .radio-btn{
        background-color: #ff6801; /* Change to orange when checked */
        border-color: #ff6801; /* Change border to orange when checked */
    }
}
label {
    font-weight: normal;
}
span {
    color: #ff1717;
    font-size: 0.9em;
}
select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: white;
    width: 99%;
}
/* .form-control,.captcha {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: white;
    width: 99%;
} */
.text-decoration-none {
    text-decoration: none;
}
.input-icons {
    position: relative;
}
.icon-calendar {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #e85b3b;
}
.card-header{
    h2{
    border: none; /* Remove all default borders */
      border-bottom: 2px solid #b9bad5;
      padding-bottom: 4px;
    }
}
form {
    display: flex;
    flex-direction: column;
}
.valid{
    width: 80px;
    height: 40px;
    color:#74777d ;
    background-color: #a1adc4;
    border-radius: 6px;
    font-family: 'Baloo Chettan 2';
    font-size: medium;
    border: 1px solid a1adc4;
}
.clr{
    width: 60px;
    height: 40px;
    color:#eeeff0 ;
    background-color: #6c757d;
    border-radius: 6px;
    font-family: 'Baloo Chettan 2';
    font-size: medium;
    border: 1px solid #6c757d;
}
.cont{
    background-color: #e5effb;
    color: black;
    font-size: 17px;
    text-align: justify;
}
hr{
    padding-top: -20px;
}

@media (max-width: 600px) {
      .captcha-container {
        flex-direction: column; /* Stack elements vertically on mobile */
        align-items: stretch; /* Stretch the elements to full width */
      }

      /* Make the captcha input take full width on mobile */
      #captcha-input {
        width: 100%; /* Make the input field take full width */
        margin-left: 0; /* Remove left margin on mobile */
        margin-top: 10px; /* Add margin top for spacing */
      }

      /* Adjust the size of the refresh icon */
      .refresh-icon {
        font-size: 24px; /* Increase icon size for better touch interaction */
        margin-top: 10px; /* Add spacing between the input and icon */
        align-self: center; /* Center the icon below the input */
      }

      /* Ensure captcha text takes full width and is centered */
      .captcha {
        width: 90%; /* Full width for captcha text */
        text-align: center; /* Center the captcha text */
        margin-top: 10px;
      }
    }


    /* Media Query for Mobile View */
  @media (max-width: 768px) {
      .left-links, .right-links {
          display: none;
      }
  
      .hamburger {
          display: block; /* Show the hamburger menu icon on mobile */
      }
  
      .mobile-menu {
          display: none; /* Keep the mobile menu hidden by default */
          position: absolute;
          top: -1px;
          right: 235px;
          background-color: #29398d; /* Background color for the mobile menu */
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          padding: 20px;
          width: 145px;
          border-radius: 5px;
          z-index: 1000; /* Ensure it appears above other content */
      }
  
      .mobile-menu a {
          text-decoration: none;
          color: #fff; /* White text color for visibility */
          font-size: 16px;
          padding: 10px 0;
      }
  
      .dropdown-content {
          position: absolute;
          background-color: white;
          border: 1px solid #ccc;
          display: none;
          left: 0;
          top: 30px;
      }
  
      .dropdown:hover .dropdown-content {
          display: block;
      }
  }

  

/* forgotloginname.html page style */

  .talogin{
    margin-left: 55px;
    width: 700px;
    th{
        text-align: left;
    }
    .tsubmit{
        margin-top: 20px;
        margin-left: 240px;
        width: 100px;
        height: 32px;
        background-color: #198754;
        border: 1px solid #198754;
        border-radius: 5px;
        color: white;
    }

  }

  @media (max-width: 768px) {
    .talogin {
        margin-left: 7px; /* Reduced margin for mobile */
        width: 100%; /* Full width on small screens */
    }

    .talogin .tsubmit {
        margin-left: 18px; /* Remove left margin */
        width: 80%; /* Button takes up more space */
        margin-top: 15px; /* Reduced margin for a better fit */
    }
}