@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /* background-color: #f2f2f2; */
    text-decoration: none;
}

.nav-bar {
    position: fixed;
    top: 0px;
    height: 80px;
    width: 100%;
    z-index: 9999;
    /* border-bottom: 1px solid; */
    background-color: white;
    border-color: #ececec;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 .5px .5px 0 rgba(0, 0, 0, 0.19);
}

.logo {
    position: relative;
    margin-top: 20px;
    margin-left: 100px;
    width: 200px;
    height: 50px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.hover-login{
    width: 100px;
    padding: 5px;
    background-color: white; 
    border: 2px solid #000000;
    cursor: pointer;
    border-radius: 6px;
    height: 40px;
}

.hover-login:hover{
    background-color: #241d1e;
    color: white;
    border: 0px;
}

.hover-reg{
    width: 100px;
    padding: 5px;
    text-align: center; 
    background-color: rgb(218, 66, 66);
    cursor: pointer; 
    border: 0px; 
    border-radius: 6px;
    height: 41px;
    color: white;
}

.hover-reg:hover{
    background-color: #241d1e;
    color: white;
    border: 0px;
}
/* body */
.banner-img{
    margin-top: 5%;
}
.Registration-form{
    margin-top: 34%;
}
.main-class{
    margin-top: 100px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container-1 {
    max-width: 500px;
    margin: 50px auto;
    margin-top: 10%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.list-nav-dsign {
    text-decoration: none;
    color: rgb(37, 45, 53);;
    font-size: 18px;
}
h2 {
    text-align: center;
}

.input-container {
    position: relative;
    margin-bottom: 20px;
}

.input-container input {
    width: 100%;
    padding: 10px;
    padding-left: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    transition: border-color 0.3s;
}

.input-container input:focus {
    border-color: dodgerblue;
}

.input-container i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #999;
}

.register-btn {
    width: 100%;
    padding: 10px;
    background-color: #1d1d75;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.register-btn:hover {
    background-color: #d45259;
}


.forgot-btn {
  color: #0866ff;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding-top: 10px;
}

 /* .modal {
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  align-items: center;
  min-height: 100vh; 
  background-color: #f0f2f5; 
} */


 .modal-content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  width: 90%;
  max-width: 500px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  position: static;
  transform: none;
  top: auto;
  left: auto;
} 

.modal-content input[type="email"] {
  width: 93%;
  padding: 10px;
  margin: 20px 0;
  font-size: 16px;
}

.otp-boxes {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.otp-input {
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
}

#otpActions {
  margin-top: 20px;
}

#otpNotice {
  margin-top: 15px;
  font-size: 14px;
  color: green;
}

.modal-content button {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  font-size: 16px;
  background-color: #0866ff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.modal-content button:hover {
  background-color: #005fe0;
  
}

.modal-content .forgot-btn {
  all: unset; 
  user-select: none;
  color: #0866ff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  margin-top: 10px;
  display: inline-block;
}

.modal-content .forgot-btn:hover,
.forgot-btn:focus {
  background: none;
  outline: none;
}


.hidden {
  display: none;
}

#newPasswordSection {
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  gap: 10px;
}

.form-group label {
   flex: 0 0 130px; 
   font-size: 14px;
  text-align: right;
  margin-right: 10px;
}

.form-group input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
} 

/* footer */
/* tost */
#toast {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1d1d75;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: opacity 0.5s ease-in-out;
    z-index: 99999999999999999999999999999999999999999999999999;
}
.hide {
  opacity: 0;
  pointer-events: none;
}
.show {
  opacity: 1;
}
/* Touch us */
.contact-section {
    /* background-color: #1e293b; */
    padding: 30px;
    max-width: 400px;
    margin: 50px auto;
    border-radius: 8px;
    color: white;
  }
  
  .contact-title {
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: -50%;
  }
  
  .contact-details {
    font-size: 16px;
  }
  
  .contact-item {
    margin-bottom: 20px;
  }
  
  .contact-label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .contact-number,
  .contact-email {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  
  .contact-hours {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
  }
  
  .whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  .social-media {
    margin-top: 20px;
  }
  
  .social-label {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
  }
  
  .social-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.2s;
  }
  
  .social-icon:hover {
    transform: scale(1.1);
  }

  .sub-list{
    margin-top: 40%;
  }

  .sub-list ul li{
    list-style: none;
    font-size: large;
  }
  .sub-list h4{
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 12%;
  }

  .white-icon {
    filter: invert(1);
  }

  /* nav bar res */
  .navbar-responsive {
    flex: auto;
    flex-direction: row;
    justify-content: end;
  }
  
  @media (max-width: 992px) {
    .navbar-responsive {
        flex: auto;
        flex-direction: column;
        /* justify-content: end;
        position: fixed;
        background-color: beige;
        padding: 10px;
        width: 150px; */
    }
  }