body {
    font-family: Arial, sans-serif;
    background: #fff;
  }

  .reg-form-container {
    width: 25%;
    margin: 0 auto;
    background: white;
    padding: 45px;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffd1b8;
  }

  h2 {
    text-align: center;
    margin-bottom: 5px;
    color: #333;
  }

  .form-group {
    margin-bottom: 15px;
  }

  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }

  input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .reg-btn {
    display: block;
    width: 35%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
  }

  .reg-btn:hover {
    background-color: #e46825;
  }

  .reg-login{
    color: #000;
  }

  .login-link{
    color: #e46825;
    text-align: center;
    padding-top: 15px;
  }

  .reg-login:hover{
    text-decoration: underline;
  }

  .reg-form-sec{
    width: 100%;
    float: left;
    padding: 3% 0;
  }

  .reg-p1{
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e46825;
    padding-bottom: 10px;
  }



  .login-container {
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    text-align: center;
    border: 1px solid #ffd1b8;
    margin: 5% auto;
  }

  .login-container h2 {
    margin-bottom: 10px;
    color: #e46825;
  }

  .form-group {
    margin-bottom: 20px;
    text-align: left;
  }

  label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
  }

  input[type="email"],
  input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
  }

  .lg-btn {
    width: 35%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
  }

  .lg-btn:hover {
    background-color: #e46825;
  }

  .back-link {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #555;
    text-decoration: none;
  }

  .back-link:hover {
    text-decoration: underline;
  }
  .log-sec{
    width: 100%;
    float: left;
  }

  .reset-link{
    color: #000;
  }

  .sign-p{
    color: #e46825;
  }

  .sign-p a{
    color: #000;
  }

  .login-container form{
    margin: 20px;
    border-top: #ee6927 1px solid;
    padding-top: 15px;
  }


  /*reset password css*/

  .rec-sec{
    width: 100%;
    float: left;
  }

  .rec-container{
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
    border: 1px solid #ffd1b8;
  }

  .rec-btn{
    width: 35%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
  }

  .rec-btn:hover {
    background-color: #e46825;
  }

  .rec-container h2{
    color: #e46825;
    margin-bottom: 10px;
  }


  /*member-login css*/

  .login-container {
    max-width: 400px;
    margin: 5% auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  h2 {
    color: #e46825;
  }

  .form-group {
    margin-bottom: 15px;
  }

  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }

  input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .me-btn {
    display: block;
    width: 30%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
  }

  button:hover {
    background-color: #e46825;
  }

  .forgot-password-link{
    color: #000;
  }

  /* reset password member*/

  .re-me-sec{
    width: 100%;
    float: left;
  }

  .re-me-container{
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
    border: 1px solid #ffd1b8;
  }

  .re-me-btn{
    display: block;
    width: 30%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
  }

/*member reset password from style*/
.re-frm-sec{
  width: 100%;
  float: left;
}

.re-frm-container{
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 5% auto;
  border: 1px solid #ffd1b8;
}

.re-frm-btn{
  display: block;
    width: 40%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
}

.re-frm-container form input{
  width: 90%;
}

.re-frm-container form {
  margin-top: 15px;
  border-top: solid 1px #e46825;
  padding-top: 15px;
}

.rate-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  text-align: center;
  margin: 15% auto;
}
.stars {
  font-size: 30px;
  cursor: pointer;
}
.stars i {
  color: #ccc;
}
.stars i.gold {
  color: #FFD700;
}
.rating-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #e46825;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.rating-btn:hover {
  background-color: #e46825;
}


/* complet profile form page style */ 

/* .profile-frm-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-color: #fff;
}

.profile-frm-container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.profile-frm-container h2 {
  text-align: center;
  color: #fe5e00;
  margin-bottom: 40px;
}

.profile-frm-form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}


.profile-frm-form-group label {
  font-weight: bold;
  color: #333;
  width: 30%;
  font-size: 16px;
}

.profile-frm-form-group input {
  width: 65%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.profile-frm-form-group input[type="file"] {
  padding: 0;
}


.profile-btn{
  display: block;
    width: 35%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
}

.profile-btn:hover {
  background-color: #e46825;
}

.profile-frm-container .form-group img {
  max-width: 100px;
  margin-top: 10px;
} */


/* Profile form section */
.profile-frm-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-color: #fff;
}

.profile-frm-container {
  width: 80%;
  /* max-width: 1000px; */
  background-color: #fff;
  padding: 2% 12%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #ffd1b8;
}

.profile-frm-container h2 {
  text-align: center;
  color: #fe5e00;
  margin-bottom: 40px;
  font-size: 28px;
}

/* Profile image and company logo layout */
.profile-frm-image-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.profile-frm-image-group div {
  text-align: center;
  width: 48%;
}

.profile-frm-image-group img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.profile-frm-image-group label {
  display: block;
  margin-top: 10px;
  color: #333;
  font-weight: bold;
}

/* Form styling for two columns */
.profile-frm-form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 60px;
}

.profile-frm-form-group label {
  font-weight: bold;
  color: #333;
  width: 30%;
  font-size: 16px;
}

.profile-frm-form-group input {
  width: 65%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 10px;
}

.profile-frm-form-group input[type="file"] {
  padding: 0;
  margin-top: 5px;
}

/* Button Styling */
.profile-btn {
  display: block;
  width: 40%;
  padding: 12px;
  margin-top: 35px;
  background-color: #fff;
  color: #ee6b29;
  border: 1px solid;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.profile-btn:hover {
  background-color: #ee6b29;
  color: #fff;
}

/* Input Group Layout for 2 columns */
/* .profile-frm-form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
} */

.profile-frm-form-group label {
  width: 100%;
  margin-bottom: 10px;
}

.profile-frm-form-group input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
}

/* Reference Email - make it readonly */
.profile-frm-form-group input[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.inner-div{
  width: 40%;
}

/* Mobile and Tablet responsiveness */
@media (max-width: 768px) {
  .profile-frm-container {
    padding: 20px;
  }

  .profile-frm-image-group {
    flex-direction: column;
    align-items: center;
  }

  .profile-frm-image-group div {
    width: 100%;
    margin-bottom: 20px;
  }

  .profile-frm-form-group {
    flex-direction: column;
  }

  .profile-frm-form-group input {
    width: 100%;
  }
}


/* Profile Section */
.up-profile-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
  background-color: #f9f9f9;
}

.up-profile-container {
  width: 80%;
  /* max-width: 1000px; */
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #ffd1b8;
}

.up-profile-container h2 {
  text-align: center;
  color: #fe5e00;
  margin-bottom: 40px;
  font-size: 28px;
}

/* Profile image and company logo layout */
.up-profile-image-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.up-profile-image-group div {
  text-align: center;
  width: 48%;
}

.up-profile-image-group img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}

.up-profile-image-group label {
  display: block;
  margin-top: 10px;
  color: #333;
  font-weight: bold;
}

/* Profile information fields - Show three in a row */
.up-profile-info-group {
  display: flex;
  /* justify-content: space-between; */
  gap: 30px;  /* Adjust the space between the divs */
  margin-bottom: 15px;
}

.up-profile-info-group div {
  width: 30%;  /* Each div takes up 1/3rd of the space */
}

.up-profile-info-group label {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}

/* Ensuring equal height for all fields */
.up-profile-info-group p {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 12px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  background-color: #fff;
  height: 40px; /* Uniform height for all fields */
  display: flex;
  align-items: center; /* Center the text vertically */
}

/* Update Profile link */
.update-link {
  text-decoration: none;
  color: #fe5e00;
  font-weight: bold;
  margin-top: 37px;
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fe5e00;
  border-radius: 4px;
}

.update-link:hover {
  background-color: #fe5e00;
  color: #fff;
}

/* Responsive Design for Tablets and Mobile */
@media (max-width: 768px) {
  .up-profile-container {
    padding: 20px;
  }

  .up-profile-image-group {
    flex-direction: column;
    align-items: center;
  }

  .up-profile-image-group div {
    width: 100%;
    margin-bottom: 20px;
  }

  .up-profile-info-group {
    flex-direction: column;
  }

  .up-profile-info-group div {
    width: 100%;
    margin-bottom: 15px;
  }
}

.error {
  color: red;
  font-size: 0.85rem;
  margin-top: 4px;
  display: block;
}

.category_sec{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}


