* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Courier, monospace;
    }

body {
    line-height: 1.5;
    background: #E8E8EF;
    background: linear-gradient(0deg,rgba(232, 232, 239, 1) 0%, rgba(134, 134, 173, 1) 9%, rgba(91, 91, 144, 1) 14%, rgba(0, 0, 82, 1) 44%, rgba(0, 0, 0, 1) 66%);
}

.navbar{
   position: fixed;   
   top: 0; 
   width: 100%;      
   height: 40px;
   overflow: hidden;
   z-index: 1000; 
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #E8E8EF;
  background: linear-gradient(90deg,rgba(232, 232, 239, 1) 7%, rgba(59, 59, 122, 1) 33%, rgba(0, 0, 82, 1) 40%, rgba(0, 0, 0, 1) 56%);
}

ul li{
  margin-right: 25px;
  float: left;
}

ul li a { 
  display: block;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

.n1{
  font-size: 17px;
  color: black;
  text-shadow: 0.4px 0 0 black;
}

.n2{
 font-size: 17px;
 color: white;
}

.n1:hover {
  background-color: black;
  color: white;
} 

.n2:hover {
  background-color: white;
  color: black;
} 

.n1:active {
  background-color: #880808;
  color: white;
  box-shadow: 0 10px 10px rgba(255, 0, 0, 0.9);
}

.n2:active {
  background-color: #880808;
  color: white;
  box-shadow: 0 10px 10px rgba(255, 0, 0, 0.9);
}

#business-name{
  display: block;
  color: white;
  font-size: 20px;
  text-align: right;
  padding: 5px 14px;
}

.header {
  text-align: center;
  font-size: 17px;
  margin-bottom:10px;
  color: white;
  margin-top:60px;
  text-wrap: balance;
}

 h1, h2{
  font-family:URW Chancery L;
  font-style:cursive;
  font-weight: normal;
  font-stretch: extra-condensed;
  font-variant: small-caps;
}

h2{
  color: #880808;
}

#time-slot{
  text-align: center;
  font-size:15px;
  background: #000;
  color:white;
  margin-bottom:10px;
  border:1.2px solid #880808;
  letter-spacing: 3px;
  text-transform: none;
  border-radius:40px;
  width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

input[type="radio"] {
  width: 24px; 
  height: 24px;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 8px;
    width: 80%;
    margin: 20px auto; 
}

.cell {
    padding: 11px;
    background: #C2C2D6;
    border: 2.2px solid #880808;
    border-radius: 6px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    transition: 0.2s;
    font-weight:bold;
}

.cell:hover {
    background: #e8e8e8;
}

.cell input[type="radio"] {
    margin-right: 6px;
}

.cell input[type="radio"]:checked + span,
.cell input[type="radio"]:checked {
    accent-color: black;
}

.personal-information{
  display: flex;         
  align-items: center;   
  margin-bottom: 15px; 
  gap: 10px;
}

label[for="name"], label[for="email"]{
  font-size:17px;
  background-color: rgba(0, 0, 0, 0.7); 
  color: #C2C2D6;
  border:1.2px solid #880808;
  letter-spacing: 2px; 
  text-transform: none;
  text-align: center;
  border-radius: 50px;
  height: 26px;
}

label[for="name"]{
  width: 200px;
  margin-left: 55px;
}

 label[for="email"]{
    width:300px;
    margin-left: 80px;
}

input[type="text"], input[type="email"]{
  width: 270px;
  height: 26px;
  font-size:15px;
  font-weight:bold;
  font-family:URW Chancery L;
  border:2px solid #880808;
  border-radius: 50px;
  text-align: center;
}
input[type="email"]{
  margin-right: 55px;
  width: 270px;
}
.preferred-contact-method{ 
  display: flex;         
  align-items: center;   
  margin-bottom: 20px; 
  margin-top:25px; 
  text-align: center;
  justify-content: center;
}

label[for="contact-id"]{
  font-size:19px;
  width: 600px;
  background-color: rgba(0, 0, 0, 0.7); 
  color:#C2C2D6;
  border:1.2px solid #880808;
  letter-spacing: 2px; 
  text-transform: none;
  text-align: center;
  justify-content: center;
  text-decoration: underline 2px solid #dbc6a7;
  border-radius: 40px;
}

input[id="contact-id"] {
  width:450px;
  height: 27px;
  font-size:20px;
  font-weight:bold;
  font-family:URW Chancery L;
  border:2.1px solid #880808; 
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 15px;
  border-radius: 50px;
}

.coupon-container{ 
  display: flex;         
  align-items: center;   
  text-align: center;
  justify-content: center;
  height:70px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}

label[for="coupon_code"]{
  font-size:22px;
  width: 600px;
  background-color: rgba(0, 0, 0, 0.7); 
  color:#C2C2D6;
  border:1.2px solid #880808;
  letter-spacing: 2px; 
  text-transform: none;
  text-align: center;
  justify-content: center;
  text-decoration: underline 2px solid #dbc6a7;
  border-radius: 40px;
}

input[id="coupon_code"] {
  width:450px;
  height: 27px;
  font-size:20px;
  font-weight:bold;
  font-family:URW Chancery L;
  border: 2px solid #880808;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 15px;
  border-radius: 50px;
}

#apply_coupon_btn{
  width: 80px;
  height: 22px;
  margin-bottom: 5px;
  margin-top: 6px;
  border-radius: 10px;
  font-size: 12px;
  background-color:#C2C2D6; 
  border:1.2px solid #C90000;
  color: black;
}
#apply_coupon_btn:hover{
  width: 80px;
  height: 24px;
  margin-bottom: 5px;
  margin-top: 6px;
  border-radius: 10px;
  font-size: 12px;
  background-color: #000052;
  border:1.2px solid #C90000;
  color:white ;
  transform: translateY(-6px);
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.9);
}

#apply_coupon_btn:active{
 transform: translateY(-6px);
 box-shadow: 0 10px 10px rgba(0, 0, 0, 0.9);
 background-color:#C90000;
 color:white;
 border:1.2px solid white;
 box-shadow: 0 10px 10px rgba(194, 194, 214, 1.0);
}

.couponstatus{
  height: 30px;
  display: flex;         
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 16px;
  color:white;
  font-family:URW Chancery L;
  font-style:cursive;
  font-weight: normal;
  font-stretch: extra-condensed;
  font-variant: small-caps;
  text-align: center;
  margin-bottom: 30px;
} 

label[for="client-agreement-terms-conditions-privacypolicy"]{
  width: 1200px;
  display: block;
  height:70px;
  text-align: center;
  font-size:20px;
  background-color: rgba(0, 0, 0, 0.7); 
  color:white;
  border:1.2px solid #880808;
  letter-spacing: 3px;
  text-transform: none;   
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 50px;
  font-family:URW Chancery L;
  font-style:cursive;
  font-weight: normal;
  font-stretch: extra-condensed;
  font-variant: small-caps;
}

input[id="client-agreement-terms-conditions-privacypolicy"]{
  width: 22px;
  height: 22px;
  vertical-align: sub;
  border-radius: 15px;
  border: 1.4px solid #C90000
}

a[class="t&c"]{
  color: #0BB6E0;
}

a[class="t&c"]:hover{
  color: yellow;
}

a[class="t&c"]:active{
  color: green;
}

#submit-booking{
  background-color: rgba(0, 0, 0, 0.7); 
  color: white;
  font-size: 19px;
  letter-spacing: 3px;
  border-radius: 50px;
  height: 50px;
  width: 250px;
  margin-top:30px;
  display: block;
  margin: 0 auto;
  border: 2px solid #880808;
  margin-bottom: 30px;
}

#submit-booking:hover{
  background: #000052;
  color: #C90000;
  border: 1px solid white;
  transform: translateY(-6px);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.9);
}

#submit-booking:active{
 transform: translateY(-6px);
 box-shadow: 0 10px 10px rgba(255, 0, 0, 0.9);
 background-color:#C2C2D6;
 color: #C90000;
}

#booking-message{
  font-size: 18px;
  font-family:URW Chancery L;
  font-style:cursive;
  font-weight: normal;
  font-stretch: extra-condensed;
  font-variant: small-caps; 
}