.hidden {
    display: none;
}
.whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: #25d366;
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

.form-container {
    margin: 0px 20px 84px 20px;
    width: 80%;
    background: white;
    border: 1px solid gray;
    border-radius: 20px;
}

.order-btn {
    padding: 50px 100px;
}

.sub-order-now {
    font-family: 'Tajawal-Regular';
    font-size: 20px;
}

@media (max-width: 768px) {
    .form-container {
        width: 100%;
    }
}
@font-face {
  font-family: zain-black;
  src: url("fonts/Zain-Black.ttf");
}
@font-face {
  font-family: zain-bold;
  src: url("fonts/Zain-Bold.ttf");
}
@font-face {
  font-family: zain-extrabold;
  src: url("fonts/Zain-ExtraBold.ttf");
}
@font-face {
  font-family: zain-light;
  src: url("fonts/Zain-Light.ttf");
}
@font-face {
  font-family: zain-regular;
  src: url("fonts/Zain-Regular.ttf");
}


.table-head {
    background: indianred;
}

.table-cell {
    border: 1px solid;
}

td {
    border: 1px solid;
    padding: 20px;
}

.message-button {
    background: green;
    padding: 20 15px;
    color: white;
    font-size: 17px;
}

table {
    margin: 0 auto;
    
}

h1 {
    color: #fb5028;
    font-size: 30px;
}


@media (min-width: 1024px) {
    .bannar-img{
        width: 100%;
        max-height: 531px;
        height: auto;
    }
}

@media (min-width: 767px) {
    .bannar-img{
        width: 100%;
        max-height: 531;
        height: auto;
    }
}

.content-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-div2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

h3 {
    color: blue;
    font-weight: bold;
    text-align: center;
}

.container {
    display: flex;
  justify-content: center;
  align-items: center;
}

.field-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px 40px;
}

.required-asterisk {
  color: red;
  font-weight: bold;
}

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Tajawal-Bold', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px;
} 
  .formbold-radio-flex {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .formbold-radio-label {
    font-size: 14px;
    line-height: 24px;
    color: #07074D;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .formbold-input-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .formbold-radio-checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #DDE3EC;
    border-radius: 50%;
  }
  .formbold-radio-label .formbold-input-radio:checked ~ .formbold-radio-checkmark {
    background-color: #6A64F1;
  }
  .formbold-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .formbold-radio-label .formbold-input-radio:checked ~ .formbold-radio-checkmark:after {
    display: block;
  }

  .formbold-radio-label .formbold-radio-checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #858585;
    transform: translate(-50%, -50%);
  }

  
  .formbold-form-label {
    display: block;
    font-weight: 300px;
    margin-bottom: 5px;
    font-size: 40px;
}

  .formbold-btn {
    text-align: center;
    width: 100%;
    font-size: 40px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #f18c2f;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

.update-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-actions {
  text-align: right;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #0056b3;
}


@media screen and (max-width: 600px) {

  .formbold-form-input {
    width: calc(100% - 10px);
    padding: 20px;
    box-sizing: border-box;
    border: 4px solid #979797;
    background: white;
    height: 88px;
    color: #000000;
    font-size: 30px;
    border-radius: 15px;
  }
}
  
@media screen and (max-width: 600px) {
  .formbold-form-input::placeholder {
    color: #8a8a8b;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .card {
    width: 100%;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  h2 {
    color: black;
    font-size: 50px;
}
}
  
.formbold-form-input {
  width: calc(100% - 10px);
    padding: 20px;
    box-sizing: border-box;
    border: 4px solid #979797;
    background: white;
    height: 88px;
    color: #000000;
    font-size: 30px;
    border-radius: 15px;
}

.formbold-form-input::placeholder {
  color: #8a8a8b;
  
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1201px) {
  .card {
    max-width: 50%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .bannar {
    padding: 30px 100px;
  } 

}
  
  h2 {
    color: black;
    font-size: 40px;
}

/** تنسيق زر الواتساب العائم*/
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 14px;
    width: 465px;
    height: 84px;
    text-align: center;
    font-size: 42px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.floating-button i {
    line-height: 60px;
}

.floating-button span {
    display: none;
    position: absolute;
    background-color: #25d366;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 70px;
    right: -45px;
}
.floating-button:hover span {
    display: block;
}

@media (max-width: 768px) {
    .formbold-form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.formbold-form-input {
    font-size: 20px;
}

.field-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 9px 5px;
}

.formbold-form-input {
    height: 60px;
    padding: 10px;
}

.order-btn {
        padding: 50px 13px;

}
}