
.Demofrmcls {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 19px;
  border-radius: 5px;
  height: auto;
  margin-top: 1vh;
}
.demoformsubmit {
  background-color: #388da8;
  color: white;
  border: none;
  height: 6vh;
  width: 15vw;
  border-radius: 18px;
}

.demoformsubmit:hover {
  background-color: white;
  color: #388da8;
  border: 1px solid #388da8;
  height: 6vh;
  width: 15vw;
  border-radius: 18px;
}

#book_demo_btn:disabled
 {
    cursor: not-allowed;
}

#calender_div {
  display: none;
  position: fixed;
  top: 13%;
  left: 20%;
  z-index: 997;
  width: fit-content;
  height: fit-content;
  background: white;
  border-radius: 6px;

}




.btnmain {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
  /* width: 13vw !important; */
}


.btnmain:hover {
  /* color: var(--accent-color); */
  background-color: var(--contrast-color);
  color: var(--accent-color);
  /* border-color: var(--accent-color); */
  border: 1px solid #388da8;
  /* width: 13vw !important; */
}

.verify_css {
  margin-left: 5px;
  height: 6vh;
  padding: 4px;
  border-radius: 19px;
  width: 3vw;
  /* margin-top: 8px; */
}

.Adhar_VerDiv {
  width: 400px;
  height: 260px;
  box-shadow: 0px 5px 20px 0px #d2dae3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  z-index: 20000000 !important;
  border-radius: 3vh;
}

#verifyEmail {
  position: fixed;
  top: 27vh;
  left: 35vw;
  border: 1px solid #161e70;
  display: none;
  z-index: 85;
  background-color: white;
  border-radius: 3vh;
}



.head_size {
  font-weight: 600;
}

.fonts_labels_h_three {
    font-weight: 600;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 24px;
}
.fonts_labels_h_four {
    font-weight: 600;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 26px;
}



.btnvalid {
  color: white !important;
  background: #F57C00 !important;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}


.btnvalid:hover {
  /* color: var(--accent-color); */
  background-color: white !important;
  color: #F57C00 !important;
  /* border-color: var(--accent-color); */
  border: 1px solid #F57C00 !important;
}


.cntpages {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px;
  border-radius: 5px;
  height: 66vh;
  margin-top: 2vh;
}


#calender_div {
  display: none;
  position: fixed;
  top: 13%;
  left: 20%;
  z-index: 997;
  width: fit-content;
  height: fit-content;
  background: white;
  border-radius: 6px;

}

#swal-overlay,
.swal-overlay {
  z-index: 997 !important;
}

#swal-alert,
.swal-alert {
  z-index: 999 !important;
}

.swal-modal{
  position: relative !important;
}
.scheduler-container {
  display: flex;
  gap: 30px;
  width: 800px;
  /* margin: 20px auto; */
  /* font-family: Arial, sans-serif; */
}

.calendar-box,
.info-box {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  flex: 1;
}

#calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.calendar-day {
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.calendar-day.enabled {
  background: #eef7ff;
  border: 1px solid #74aef7;
}

.calendar-day.enabled:hover {
  background: #74aef7;
  color: white;
}

.calendar-day.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.calendar-day.selected {
  background: #2d8cff !important;
  color: white;
  border: none;
}

.row {
  margin: 8px 0;
}

.row label {
  font-weight: bold;
}

.time-slots {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.slot-btn {
  padding: 10px;
  background: #c6e4ed;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

.slot-btn.selected {
  /* background: #00d97e; */
  background: #6aafc7;
  color: white;
}

.book-btn {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  background: #388da8;
  color: #fff;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}


.ui-datepicker {
  width: 100%;
}

.ui-datepicker-calendar .ui-state-active {
   background-color: #2d8cff !important; 
  /* Light blue example */
  color: rgb(5, 5, 5)  !important;
  /* border: none; */
} 

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: 1px solid #dddddd !important;
   border: 1px solid #dddddd !important;
    color: inherit !important;
}

/* #datepicker .ui-state-highlight {
  background: none !important;
  border: 1px solid #c5c5c5 !important;
  color: inherit !important;
} */




/* 
.ui-state-active, .ui-widget-content .ui-state-active {
  background: none !important;
} */

.ui-datepicker-calendar .ui-state-active:hover ,
.ui-datepicker-calendar .ui-state-active:focus{
   background-color: #2d8cff !important; 
  /* Light blue example */
  color: rgb(5, 5, 5)  !important;
  border: 1px solid #dddddd !important;
} 


.ui-datepicker-title {
  border-color: 1px solid #dddddd !important;
  background-color: white !important;
}

.ui-widget-header {
  border-color: 1px solid #dddddd !important;
  background-color: white !important;
}

.ui-datepicker .ui-datepicker-header {
  background-color: white !important;
}

.ui-datepicker td span, .ui-datepicker td a{
  text-align: center  !important;
}

.ui-state-default{
  background-color: white !important;
}



  .common-banner .text-block h1 {
    width: 85vw;
  }
  .bnner_img {
        max-width: 100%;
    height: 17vh !important;
    width: 100%;
  }

  .common-banner .text-block {
 /* position: absolute; */
    bottom: 29vh;
    left: 50%;
    /* transform: translateX(-50%); */
    /* background-color: rgba(255, 255, 255, 0.7); */
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: -17vh;
    display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.common-banner .text-block p {
    width: 69vw;
    text-align: center;
}

.fonts_labels_h_one{
font-size: 2.5rem;
color: var(--heading-color);
font-family: var(--heading-font);
font-weight: 800;
margin-bottom: 0;
}

.demoformsubmit:disabled {
  cursor: not-allowed;
}

/* ============================================
   1) Extra Small Mobile  (0–575px)
============================================ */
@media (max-width: 575px) {

    #demoform {
    overflow: auto;
    width: 100%;
    margin-left: 1vw !important;
  }

  .Demofrmcls {
    overflow: auto;
  }

  .demoformsubmit {
    width: 49vw;
  }
}


/* ============================================
   2) Small Mobile / Large Mobile (576–767px)
============================================ */
@media (min-width: 576px) and (max-width: 767px) {

   #demoform {
    overflow: auto;
    width: 100%;
    margin-left: 1vw !important;
  }

  .Demofrmcls {
    overflow: auto;
  }

  .demoformsubmit {
    width: 49vw;
  }
}



