:root {
    --body-color: #d5ddf8;
    --color-white: #fff;
    --color-black: #000;
    --text-color: #001b4c;
    /* --fire-color: #3f33bb; */
    --fire-color: #2b5288 !important;
    --border-card: rgba(170, 170, 170, 1);
    --color-new-black: rgba(68, 68, 68, 1);
  }
  
  :root {
    --roboto: font-family: "Roboto", serif;
    --normal: 400;
  }
  
  
  /* book now dialog form section start */
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern {
    padding: 30px;
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern .wpforms-field-large {
    display: flex;
    gap: 12px;
    padding-bottom: 20px;
  
  }
  
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern .wpforms-field-large .wpforms-one-half {
  
    width: 100%;
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern input,
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern textarea {
    width: 100%;
    border-radius: var(--bs-border-radius);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern input :focus,
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern textarea:focus {
    border-color: var(--fire-color);
  }
  
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern input::placeholder {
    font-size: 13px;
    color: var(--text-color);
  
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern label,
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern legend {
    color: var(--fire-color);
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern .wpforms-sublabel-hide {
  
    display: none;
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern .wpforms-submit-container {
  
    text-align: center;
    padding: 30px 0px 10px 0px;
  
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern .wpforms-submit-container button {
    background-color: var(--fire-color);
    text-transform: capitalize;
    border: 1px solid var(--fire-color);
    font-size: 16px;
    text-align: center;
    color: var(--color-white);
    border-radius: 5px;
    padding: 6px 12px;
  }
  
  .custom-modal-dialog .custom-modal-content .custom-modal-body .custom-modal-inner .wpforms-render-modern .wpforms-submit-container button:hover {
  
    background-color: var(--color-white);
    color: var(--fire-color);
    transition: .5s ease-in-out;
  
  }
  
  /* book now dialog form section end */
  