@charset "utf-8";

/* CSS Document */

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  /* background-color: #2468c3 !important; */
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "neue_einstellunglight";
  src:
    url("../fonts/neueeinstellung-light-webfont.woff2") format("woff2"),
    url("../fonts/neueeinstellung-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "neue_einstellungregular";
  src:
    url("../fonts/hanken_design_co_-_neue_einstellung_regular-webfont.woff2")
      format("woff2"),
    url("../fonts/hanken_design_co_-_neue_einstellung_regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "neue_einstellungsemibold";
  src:
    url("../fonts/hanken_design_co_-_neue_einstellung_semi_bold-webfont.woff2")
      format("woff2"),
    url("../fonts/hanken_design_co_-_neue_einstellung_semi_bold-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

a {
  outline: none;
}

a:focus {
  outline: none;
}

p {
  font-size: 14px;
}

h5 {
  font-size: 15px;
}

ul li {
  font-size: 14px;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.margin1 {
  margin-top: 10px;
}

.margin2 {
  margin-top: 20px;
}

.margin3 {
  margin-top: 30px;
}

.margin4 {
  margin-top: 40px;
}

.margin5 {
  margin-top: 50px;
}

.margin6 {
  margin-top: 60px;
}

.padding15 {
  padding: 15px;
}

.wow {
  visibility: hidden;
}

.btn_new1 {
  color: #000;
  font-size: 16px;
  padding: 6px 16px;
  border-radius: 18px;
  transition: all 0.7s;
  border: 1px solid #000;
  background: rgba(25, 176, 237, 0.3);
  text-decoration: none;
}

.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
  color: #000;
  text-decoration: none;
  outline: none !important;
  background: #fff;
}

.btn_new2 {
  color: #fff;
  font-size: 18px;
  background: #000;
  padding: 16px 72px;
  border-radius: 38px;
  transition: all 0.7s;
}

.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
  color: white;
  text-decoration: none;
  outline: none !important;
  background: #000;
}

.btn_new3 {
  color: #000;
  font-size: 16px;
  background: #b6d6c1;
  padding: 6px 16px;
  border-radius: 16px;
  transition: all 0.7s;
}

.btn_new3.focus,
.btn_new3:focus,
.btn_new3:hover {
  color: #000;
  text-decoration: none;
  outline: none !important;
  background: #b6d6c1;
}

.margin_adjust {
  margin-top: 120px;
}

.margin_adjust2 {
  margin-top: 150px;
}

.header {
  width: 100%;
  background: url(../images/header_top.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.book_demo {
}

.book_demo h2 {
  text-align: center;
  color: #043a53;
}

.book_demo h2 span {
  color: #e8aa00;
}

.owl-demo5 {
  margin-top: 15px;
}

.owl-demo5 .item {
  /* background: ; */
  padding: 0px 0px;
  margin: 0 0px;
  color: #000;
  text-align: left;
}

.customNavigation5 {
  text-align: center;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 45%;
  display: none;
  left: 0;
  background: red;
}

.customNavigation5 .prev5 {
  cursor: pointer;
  padding: 0 0;
  float: left;
  background: red;
}

.customNavigation5 .next5 {
  cursor: pointer;
  padding: 0 0;
  float: right;
}

.best_offer .owl-controls {
  display: none !important;
}

.customNavigation5 img {
  border-radius: 100%;
  border: 1px solid #000;
}

.slick-track {
  left: 30px;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
  font-size: 30px;
}

@media (max-width: 767px) {
  .slick-track {
    left: 3px;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }
}

.date_box {
  height: 14rem;
  width: 100px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 20px;
  background: #e9ecef;
  cursor: pointer;
  transition: background 0.3s;
  /* Add a transition for a smooth effect */
}

.date_box .date_top h3 {
  color: black;
  transition: 0.3s;
}

.date_box .date_bottom h5,
.date_box .date_bottom h3,
.date_box .date_bottom p {
  color: black;
  transition: 0.3s;
}

.date_box:hover .date_top h3,
.date_box:hover .date_bottom h5,
.date_box:hover .date_bottom h3,
.date_box:hover .date_bottom p,
.date_box.active .date_top h3,
.date_box.active .date_bottom h5,
.date_box.active .date_bottom h3,
.date_box.active .date_bottom p {
  color: white;
}

@media (max-width: 767px) {
  .date_box {
    width: 85px;
    border: 1px solid #000;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
  }
}

.slick-slide {
  margin-top: 25px;
}

.date_top {
  padding: 0 15px;
}

.date_top p {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.date_bottom {
  padding: 0 15px;
}

.date_bottom h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.date_bottom h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.owl-demo5 a {
  text-decoration: none;
}

.date_box:hover {
  border: 1px solid #6c757d;
  background: #6c757d;
}

.date_box.active {
  border: 1px solid #6c757d;
  background: #6c757d;
}

.book_slot {
}

.lower_form {
  padding-bottom: 75px;
}

.material .form-radio,
.material .form-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 2.25rem;
}

.material .form-inline > .form-group,
.material .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.material .form-group input {
  height: 1.9rem;
}

.material .form-group textarea {
  resize: none;
}

.material .form-group .control-label {
  position: absolute;
  top: -0.35rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.material .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}

.material .form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition:
    left 0.28s ease,
    width 0.28s ease;
  transition:
    left 0.28s ease,
    width 0.28s ease;
  z-index: 2;
}

.material .form-group input,
.material .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 14px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}

.material .form-group input[type="file"] {
  line-height: 1;
}

.material .form-group input[type="file"] ~ .bar {
  display: none;
}

.material .form-group select,
.material .form-group input:focus,
.material .form-group input:valid,
.material .form-group input.form-file,
.material .form-group input.has-value,
.material .form-group textarea:focus,
.material .form-group textarea:valid,
.material .form-group textarea.form-file,
.material .form-group textarea.has-value {
  color: #333;
}

.material .form-group select ~ .control-label,
.material .form-group input:focus ~ .control-label,
.material .form-group input:valid ~ .control-label,
.material .form-group input.form-file ~ .control-label,
.material .form-group input.has-value ~ .control-label,
.material .form-group textarea:focus ~ .control-label,
.material .form-group textarea:valid ~ .control-label,
.material .form-group textarea.form-file ~ .control-label,
.material .form-group textarea.has-value ~ .control-label {
  font-size: 12px;
  color: gray;
  top: -23px;
  left: 0;
}

.material .form-group select:focus,
.material .form-group input:focus,
.material .form-group textarea:focus {
  outline: none;
}

.material .form-group select:focus ~ .control-label,
.material .form-group input:focus ~ .control-label,
.material .form-group textarea:focus ~ .control-label {
  color: #337ab7;
}

.material .form-group select:focus ~ .bar::before,
.material .form-group input:focus ~ .bar::before,
.material .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.material .checkbox label,
.material .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}

.material .checkbox input,
.material .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.material h6 {
  font-size: 13px;
}

.material a {
  font-size: 13px;
}

.lower_buttons {
  text-align: center;
  margin-top: 15px;
}

.myModal {
  z-index: 9999;
}

.new_modal h4 {
  color: #043a53;
  font-size: 26px;
}

.veri_box {
  display: inline-block;
  width: 16%;
  margin-right: 4px;
  margin-left: 4px;
}

.veri_box .form-control {
  height: 90px;
  border: 1px solid #5ce0ff;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.new_modal h3 {
  color: #043a53;
  font-size: 22px;
  margin-bottom: 15px;
}

.new_modal .modal-footer {
  display: none;
}

.booking_1 {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin-top: 50px;
}

.booking_1 h2 {
  margin-top: 0;
  color: #043a53;
}

.cancel_right {
  text-align: right;
  margin-top: 15px;
}

.booking_1 p {
  color: #000;
  font-size: 16px;
}

.booking_1 a {
  margin-left: 6px;
}

.booking_2 {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px 15px;
  margin-top: 30px;
}

.booking_2_a {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.booking_2_a h2 {
  margin: 0 0 0 0;
  color: #4b862c;
}

.booking_2_b {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.booking_2_b .doc_left img {
  height: 70px;
  width: 70px;
  border: none;
  box-shadow: none;
}

.booking_2_b .doc_right h5 {
  font-size: 16px;
  color: #000;
  margin-top: 5px;
}

.booking_2_b .doc_right h5 span {
  font-weight: bold;
}

.booking_2_c {
  padding-top: 20px;
}

.booking_2_c h6 {
  margin-top: 0;
  font-size: 14px;
}

.booking_2_c h5 {
  color: #000;
  font-size: 16px;
}

.re_chedule {
  text-align: right;
}

.inner_page_bg {
  margin: 0;
  padding: 0;
  background: url("../images/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mid_section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.mid {
}

ul.mid {
  text-align: center;
  border: none;
}

ul.mid li {
  text-align: center;
  display: inline-block;
  float: none;
  border: none;
  outline: none;
  margin: 0 5px 0 5px;
  padding: 0 0 0 0;
  display: none;
}

ul.mid li a {
  border: none;
  outline: none;
  background: #523549;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}

ul.mid li a:hover {
  background: #523549;
  border: none;
  outline: none;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.mid > li.active > a,
.mid > li.active > a:focus,
.mid > li.active > a:hover {
  border: none;
  outline: none;
  background: #523549;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.padding5 {
  padding-left: 5px;
  padding-right: 5px;
}

.btns_div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.top_slot {
  margin-top: 40px;
}

.booking_1_slot {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin-top: 0;
}

.no_bg {
  background: transparent;
  border: none;
}

.booking_1_slot h2 {
  margin-top: 30px;
  color: #043a53;
  text-align: center;
  margin-bottom: 20px;
}

.booking_1_slot h2 span {
  color: #e8aa00;
}

.booking_1_slot h1 {
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 15px;
  color: #043a53;
  text-align: center;
}

.booking_1_slot h1 span {
  color: #e8aa00;
  padding-bottom: 20px;
  display: block;
}

.next_wrap {
  padding-bottom: 80px;
}

.centerMessage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  /* Adjust as needed */
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}

.book_demo2 {
  height: 100%;
  background: url(../images/blue_bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  overflow: auto;
}

.opaque_slot {
  background: rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  padding-bottom: 12px;
}

.top_book_slot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.december {
  text-align: right;
}

.december h4 {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}

.december h4 a {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
}

.top_slot_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_slot_left h4 {
  color: #000;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}

.info_bottom2 ul.nav-tabs {
  /* margin-bottom: 50px; */
  padding-bottom: 0;
  margin-top: 10px;
  text-align: center;
  border-bottom: none;
}

.info_bottom2 ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.info_bottom2 ul.nav-tabs li a {
  color: #000;
  padding: 6px 10px;
  background: none;
  border-radius: 0;
  font-size: 19px;
  border: none;
  border-bottom: 2px solid transparent;
}

.info_bottom2 ul.nav-tabs li.active a {
  background: none;
  border: none;
  border-bottom: 5px solid;
  border-image: linear-gradient(45deg, #e77455, #ae4cf5, #7e59e6) 1;
  color: #000;
  border-radius: 10px;
}

.b_a_btn {
  margin-top: 8px;
}

.updated h3 {
  text-align: center;
  color: #fff;
}

.b_a_btn .btn_new2 {
  font-weight: 600;
  color: white;
  font-size: 12px;
  background: #000;
  padding: 15px 50px;
  border-radius: 38px;
  transition: all 0.7s;
}

.morning {
}

ul.timings_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
  margin-top: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

ul.timings_list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}

ul.timings_list li a {
  border: 1px solid #adb5bd;
  color: #000;
  text-align: center;
  /* padding: 13px 16px; */
  border-radius: 10px;
  font-size: 20px;
  background: white;
  text-decoration: none;
  /* width: 95%; */
}

.waitingCount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid rgba(42, 43, 43, 0.74);
  color: rgba(42, 43, 43, 0.74);
  font-size: 14px;
  font-weight: bold;
  margin-right: 7px;
  background-color: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.waitlist-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 2px;
}

.waitlist-meta .waitlist-label {
  margin: 0;
}

.waitlist-meta .waitingCount {
  margin-right: 0;
}

ul.timings_list li a:hover {
  background: #6c757d;
  color: #fff;
}

ul.timings_list li a:active {
  background: #6c757d;
  color: #fff;
}

/* New class for selected state */
ul.timings_list li a.selected {
  background: #6c757d;
  color: #fff;
}

ul.timings_list li a:focus {
  outline: 2px solid #6c757d;
  background-color: #6c757d;
}

.please_enter {
  display: flex;
  align-items: center;
  height: 100%;
  background: url(../images/blue_bg.png) no-repeat center center;
  background-size: cover;
  overflow: auto;
}

.verify_wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #6c757d;
}

.verify_left {
  width: 50%;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  height: 465px;
  text-align: center;
}

.verify_left h3 {
  color: #000;
  margin-top: 120px;
  margin-bottom: 30px;
}

.verify_right {
  width: 50%;
  float: right;
}

.verify_right img {
  height: 465px;
  width: 100%;
  object-fit: cover;
}

.verify_left .btn_new2 {
  padding: 9px 39px;
  border-radius: 24px;
}

.colony {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: url(../images/blue_bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto;
}

.colony_top {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #5ce0ff;
  padding: 15px 25px;
  border-radius: 26px;
}

.cc_wrap {
  display: flex;
}

.cc_wrap_left {
  flex-shrink: 0;
  margin-right: 10px;
}

.cc_wrap_right {
  flex-shrink: 1;
}

.cc_wrap_left img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.cc_wrap_right h3 {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}

.cc_wrap_right p {
  color: #fff;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 400;
}

.cc_wrap_right p span {
  font-weight: 700;
}

.colony_buttons {
  text-align: right;
  margin-top: 15px;
}

.colony_buttons a {
  margin-left: 3px;
  margin-right: 3px;
}

.colony_buttons .btn_new1 {
  color: #000;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 21px;
  transition: all 0.7s;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.colony_buttons .btn_new1.focus,
.colony_buttons .btn_new1:focus,
.colony_buttons .btn_new1:hover {
  color: #000;
  text-decoration: none;
  outline: none !important;
  background: white;
}

.colony_buttons .btn_new2 {
  color: white;
  font-size: 18px;
  background: #000;
  padding: 8px 16px;
  border-radius: 21px;
  transition: all 0.7s;
}

.colony_buttons .btn_new2.focus,
.colony_buttons .btn_new2:focus,
.colony_buttons .btn_new2:hover {
  color: white;
  text-decoration: none;
  outline: none !important;
  background: #000;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}

/* =====================================================
   BOOKING CONFIRM SCREEN — COLOR OVERRIDES
   (white / black / grey palette, blue links)
   ===================================================== */

/* Main card */
.confirmed {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  padding: 50px 24px 30px 30px;
  border-radius: 26px;
  margin-top: 50px;
  margin: auto;
  width: 80%;
}

.confirmed h2 {
  color: #111111;
  margin-bottom: 0;
  text-align: center;
  font-size: 23px;
}

.selected-service-heading {
  margin-bottom: 15px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 20px 0;
}

/* Dialog */
.dialog-title {
  cursor: move;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111111;
  color: #ffffff;
}

.dialog-content-text {
  font-size: 16px;
  color: #444444;
}

.dialog-cancel-btn {
  min-width: 120px;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  color: #111111;
  background: #f5f5f5;
}

.dialog-confirm-btn {
  min-width: 120px;
  font-size: 16px;
  background: #111111;
  color: #ffffff;
}

/* Booking header layout */
.booking-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.business-info-section {
  display: flex;
  flex: 1;
  min-width: 300px;
  align-items: center;
  gap: 25px;
}

.business-info-section-self {
  display: flex;
  flex: 1;
  align-self: start;
}

/* Business logo */
.business-logo-container {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.business-logo {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 2px solid #aaaaaa;
  overflow: hidden;
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Business details */
.business-details {
  display: flex;
  flex-direction: column;
}

.business-name-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
}

.business-name {
  margin: 0;
  color: #111111 !important;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: baseline;
}

.contact-item {
  color: #555555;
  margin: 0;
  display: flex;
  align-items: baseline;
}

.contact-icon {
  font-size: 16px;
  color: #777777;
  margin-right: 7px;
}

.address-icon {
  margin-right: 2px;
  margin-top: 5px;
}

/* Appointment details grid (hidden by default via existing rule) */
.appointment-details {
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  width: 44%;
  height: fit-content;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Simplified appointment detail box */
.appointment-details-simple {
  background: #fafafa !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 12px;
  padding: 20px;
}

.appointment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}

.appointment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.appointment-label {
  font-weight: 600;
  color: #888888 !important;
  font-size: 14px;
  min-width: 80px;
}

.appointment-value {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}

/* Purpose-of-visit input */
.pov-input {
  color: #111111;
}

.pov-input::placeholder {
  color: #888888;
}

.send-icon {
  font-size: 25px;
  color: #ffffff;
  padding-left: 3px;
  cursor: pointer;
}

/* Action buttons (Reschedule / Cancel / Book again) */
.btn_new22 {
  margin-left: 15px;
  color: #ffffff;
  font-size: 12px;
  padding: 12px 72px;
  border-radius: 38px;
  transition: all 0.7s;
  background: #111111;
  border: 1px solid #111111;
  text-decoration: none;
}

.btn_new22:hover,
.btn_new22:focus {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
  text-decoration: none;
  outline: none !important;
}

/* Status message bar */
.status-message-container {
  margin-top: 20px;
  margin-bottom: 40px;
}

.status-message-content {
  text-align: center;
  padding: 15px;
  background-color: transparent;
  border-radius: 8px;
  font-size: 16px;
  color: #333333;
  max-width: 800px;
  margin: 0 auto;
}

.status-message-text {
  margin: 0;
  color: #555555;
}

.status-link {
  color: #1a73e8;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
}

.status-link:hover {
  color: #1558b0;
}

/* Snackbar */
.success-snackbar .MuiSnackbarContent-root {
  background-color: green;
  color: white;
  font-size: 1rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 500px;
  max-width: 90%;
}

.success-alert {
  width: 100%;
  font-size: 1.5rem;
}

/* Location section (right panel) */
.location-section-30 {
  flex: 0 0 30%;
  width: 30%;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  padding: 20px;
  height: auto;
}

.location-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.location-title {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-icon {
  color: #555555;
  font-size: 16px;
}

.location-address {
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.location-map {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 47rem;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}

/* Business hours */
.business-hours {
  margin-top: 0px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 0px, 8px;
  padding: 16px;
}

.hours-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
}

.hours-title {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin: 0;
}

.hours-status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  margin: 0 12px;
}

.status-text {
  color: #555555;
  font-size: 14px;
}

.next-open {
  color: #555555;
  font-size: 12px;
}

.hours-toggle {
  background: none;
  border: none;
  color: #555555;
  cursor: pointer;
  padding: 4px;
  transition: transform 0.3s ease;
}

.hours-toggle.open {
  transform: rotate(180deg);
}

.hours-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease;
}

.hours-body.open {
  max-height: 300px;
  opacity: 1;
}

.hours-list {
  margin-bottom: 12px;
  /* max-height: 200px; */
  overflow-y: auto;
  padding-right: 8px;
}

.hours-list::-webkit-scrollbar {
  width: 6px;
}

.hours-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.hours-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.hours-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.hours-list {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}

.hours-row:last-child {
  border-bottom: none;
}

.day {
  font-weight: 500;
  color: #333333;
  text-align: left;
  flex-shrink: 0;
}

/* .time is shared — only override inside the confirm screen scope via .location-section-30 */
.location-section-30 .time {
  color: #333333;
  font-size: 12px;
  flex-shrink: 0;
}

.time2 {
  color: #333333;
  font-size: 12px;
  text-align: right;
  flex-shrink: 0;
}

.time2.closed {
  color: #888888;
}

.hours-footer {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e9ecef;
}

.timezone-note {
  color: #888888;
  font-size: 12px;
}

/* Calendar / time-and-calendar gap wrapper */
.gap-for-time-and-calandar {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

/* Flex row for action buttons */
.for-flex-wrap {
  display: flex;
  flex-direction: row;
  padding: 1.2rem;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* 70/30 split wrapper */
.confirmed-content-wrapper {
  display: flex;
  gap: 13px;
  width: 100%;
}

.main-content-70 {
  flex: 0 0 70%;
  width: 70%;
}

/* =====================================================
   BOOKING CONFIRM — RESPONSIVE COLOR FIXES
   ===================================================== */

@media (max-width: 768px) {
  .booking-header {
    flex-direction: column;
    gap: 15px;
  }

  .business-info-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: auto;
  }

  .business-info-section-self {
    align-self: normal;
  }

  .business-name-section {
    align-items: center;
    text-align: center;
  }

  .appointment-details {
    width: 100%;
    justify-content: center;
  }

  .business-logo {
    height: 100px;
    width: 100px;
  }

  .business-name {
    font-size: 1.5rem;
  }

  .contact-item {
    font-size: 14px;
  }

  .status-message-content {
    padding: 10px;
    font-size: 14px;
  }

  .success-snackbar .MuiSnackbarContent-root {
    width: 300px;
    font-size: 0.9rem;
  }

  .success-alert {
    font-size: 1.2rem;
  }

  .confirmed-content-wrapper {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .main-content-70,
  .location-section-30 {
    flex: none;
    width: 100%;
  }

  .location-section-30 {
    order: -1;
    padding: 15px;
  }

  .appointment-details-simple {
    padding: 15px;
    margin: 15px 0;
  }

  .appointment-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5 !important;
  }

  .appointment-label,
  .appointment-value {
    text-align: left;
    width: 100%;
  }

  .appointment-value {
    font-weight: 400;
    opacity: 0.8;
  }

  .location-map iframe {
    height: 150px;
  }

  .btn_new22 {
    margin-left: 0px;
    color: #ffffff;
    font-size: 12px;
    padding: 12px 65px;
    border-radius: 38px;
    transition: all 0.7s;
    background: #111111;
    border: 1px solid #111111;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  .confirmed {
    padding: 30px 10px 20px 15px;
    width: 95%;
  }

  .location-section-30 {
    padding: 12px;
  }

  .location-title {
    font-size: 16px;
  }

  .location-address {
    font-size: 13px;
  }

  .appointment-details-simple {
    padding: 12px;
  }

  .appointment-label,
  .appointment-value {
    font-size: 13px;
    color: #444444;
  }

  .business-info-section {
    flex-direction: column;
    gap: 10px;
  }

  .business-logo {
    height: 80px;
    width: 80px;
  }

  .business-name {
    font-size: 1.2rem;
  }

  .contact-item {
    font-size: 12px;
    align-items: baseline;
    gap: 1px;
  }

  .contact-icon {
    font-size: 14px;
  }

  .btn_new23 {
    font-size: 12px;
    margin: 2px;
  }

  .success-snackbar .MuiSnackbarContent-root {
    width: 250px;
    font-size: 0.8rem;
  }

  .success-alert {
    font-size: 1rem;
  }

  .comfirmation-container {
    justify-content: flex-start;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .main-content-70 {
    flex: 0 0 65%;
    width: 65%;
  }

  .location-section-30 {
    flex: 0 0 35%;
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .booking-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .business-logo {
    height: 150px;
    width: 150px;
  }
}

/* Hide address contact item (moved to location section) */
.contact-info .contact-item:has(.address-icon) {
  display: none;
}

/* Hide original appointment-details (replaced by -simple version) */
.appointment-details {
  display: none;
}

/* Calendar event section centering on mobile */
@media (max-width: 767px) {
  .calendar-event-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* =====================================================
   END BOOKING CONFIRM OVERRIDES
   ===================================================== */

/* -------- REST OF ORIGINAL STYLES (unchanged) -------- */

.time-picker-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}

.time-picker-row {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media (max-width: 768px) {
  .top_slot_left {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timezone-dropdown .time {
    width: 200%;
    margin-top: 3px;
  }

  .time-picker-container {
    flex-direction: column;
    gap: 15px;
  }

  .time-picker-row {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }

  .timezone-dropdown {
    width: 200%;
    display: flex;
    justify-content: center;
  }
}

.confirm_right p {
  color: #fff;
  font-size: 21px;
  margin-top: 7px;
  font-weight: 400;
}

.confirm_right h3 {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}

.confirm_right p img {
  display: inline-block;
  vertical-align: middle;
}

.tick_top {
  text-align: center;
  margin-top: -120px;
  position: relative;
}

.tick_top2 {
  text-align: center;
  margin-top: -80px;
  position: relative;
}

.congo {
  display: flex;
  align-items: center;
  height: 100%;
  background: url(../images/blue_bg.png) no-repeat center center;
  background-size: cover;
  overflow: auto;
}

.congo_top {
  height: 29rem;
  text-align: center;
}

.congo_top p {
  font-size: 20px;
  color: #000;
  margin-top: 30px;
}

.fill_box {
  width: 80%;
  margin-left: 80px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #6c757d;
  padding: 30px 20px 30px 20px;
  border-radius: 26px;
  margin-top: 30px;
  text-align: center;
}

.chat-input textarea {
  background-color: rgb(238, 238, 238) !important;
}

@media (max-width: 767px) {
  ul.timings_list li a {
    border: 1px solid #adb5bd;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    background: white;
    text-decoration: none;
    width: 95%;
  }

  .confirmed {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 50px 6px 13px 13px;
    border-radius: 26px;
    margin-top: 50px;
    width: 95%;
  }

  .fill_box {
    width: 100%;
    margin-left: 0px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #5ce0ff;
    padding: 30px 20px 30px 20px;
    border-radius: 26px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 45px;
  }

  .waitingCount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(42, 43, 43, 0.74);
    color: rgba(42, 43, 43, 0.74);
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
    background-color: transparent;
    cursor: pointer;
  }
}

.fill_box h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
}

.fill_box .form-control {
  height: 60px;
  border: 1px solid #6c757d;
  color: #000 !important;
  text-align: center;
  border-radius: 20px;
  text-align: left;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.fill_box ::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.fill_box :-ms-input-placeholder {
  color: #fff;
}

.fill_box ::-ms-input-placeholder {
  color: #fff;
}

.fill_buttons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fill_buttons a {
  margin-left: 3px;
  margin-right: 3px;
}

.fill_buttons .btn_new1 {
  color: #000;
  font-size: 18px;
  padding: 10px 45px;
  border-radius: 38px;
  transition: all 0.7s;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.fill_buttons .btn_new1.focus,
.fill_buttons .btn_new1:focus,
.fill_buttons .btn_new1:hover {
  color: #000;
  text-decoration: none;
  outline: none !important;
  background: white;
}

.fill_buttons .btn_new2 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  background: #000;
  padding: 10px 45px;
  border-radius: 38px;
  transition: all 0.7s;
  margin-right: 5%;
}

.fill_buttons .btn_new2.focus,
.fill_buttons .btn_new2:focus,
.fill_buttons .btn_new2:hover {
  color: white;
  text-decoration: none;
  outline: none !important;
  background: #000;
}

@media (max-width: 992px) {
  .doc_left {
    float: left;
    padding-right: 0;
    text-align: center;
    width: 30%;
  }

  .doc_left img {
    display: block;
    max-width: 110px;
    max-height: 110px;
    margin-right: auto;
    border-radius: 100%;
    margin-left: auto;
  }

  .doc_right {
    float: right;
    text-align: left;
    width: 70%;
  }

  .doc_right h2 {
    margin-top: 3px;
    font-size: 24px;
  }

  .booking_2_a {
    text-align: center;
  }

  .booking_2_b {
    text-align: center;
  }

  .booking_2_c {
    text-align: center;
  }

  .re_chedule {
    text-align: center;
    margin-top: 15px;
  }

  .booking_2_b .doc_right h5 {
    margin-top: 10px;
  }

  .cancel_right {
    text-align: left;
    margin-top: 15px;
  }

  .top_slot {
    margin-top: 0;
  }

  .booking_1_slot {
    margin-top: 40px;
  }

  .booking_1_slot h2 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .booking_1_slot h1 span {
    color: #e8aa00;
    padding-bottom: 0;
    display: block;
  }

  .header {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .book_demo h2 {
    font-size: 22px;
  }

  .date_bottom h3 {
    font-size: 20px;
  }

  .morning h3 {
    font-size: 20px;
  }

  .december {
    text-align: center;
  }

  .top_slot_left h4 {
    text-align: center;
  }

  .businessLogo {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: 2px solid rgb(92, 224, 255);
    overflow: hidden;
  }

  .info_bottom2 ul.nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }

  .book_demo2 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .verify_left {
    width: 100%;
    float: none;
    background: rgba(255, 255, 255, 0.1);
    height: auto;
    text-align: center;
    padding: 50px 22px;
    margin-bottom: 30px;
    border-radius: 24px;
  }

  .verify_left h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .verify_right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .verify_right img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
  }

  .verify_wrap {
    display: flex;
    flex-flow: column;
    border-radius: 0;
    border: 1px solid #6c757d;
    overflow: scroll;
    height: 100vh;
    margin-top: 2rem;
  }

  .first {
    order: 1;
  }

  .second {
    order: 2;
  }

  .info_bottom2 ul.nav-tabs {
    margin-bottom: 40px;
    padding-bottom: 0;
    margin-top: 10px;
    text-align: center;
    border-bottom: none;
  }

  .colony_buttons {
    text-align: center;
    margin-top: 25px;
  }

  .confirm_right {
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    text-align: center;
  }

  .cc_wrap_left img {
    width: 95px;
    height: 95px;
  }

  .cc_wrap_left {
    flex-shrink: 0;
    margin-right: 15px;
  }

  .tick_top img {
  }

  .top_book_slot {
    border-top: none;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .opaque_slot {
    background: white;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    border: 1px solid #000;
    border-radius: 25px;
  }

  ul.timings_list li {
    display: inline-block;
    margin-right: 0;
    width: 32%;
  }

  ul.timings_list li a {
    border: 1px solid #adb5bd;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    background: white;
    text-decoration: none;
  }

  .colony_buttons .btn_new2 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: #000;
    padding: 8px 14px;
    border-radius: 21px;
    transition: all 0.7s;
  }

  .colony_buttons .btn_new1 {
    color: #000;
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 21px;
    transition: all 0.7s;
    border: 1px solid #000;
    background: white;
    text-decoration: none;
  }

  .cc_wrap_right h3 {
    color: #fff;
    margin-top: 6px;
    font-size: 18px;
    margin-bottom: 0;
  }

  .cc_wrap_right p {
    color: #fff;
    margin-top: 9px;
    font-size: 18px;
  }

  .confirm_right h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
  }

  .confirm_right p {
    color: #fff;
    font-size: 18px;
  }

  .fill_buttons .btn_new2 {
    color: white;
    font-size: 17px;
    background: #000;
    padding: 10px 22px;
    border-radius: 34px;
    transition: all 0.7s;
  }

  .fill_buttons .btn_new1 {
    color: #000;
    font-size: 17px;
    padding: 10px 22px;
    border-radius: 34px;
    transition: all 0.7s;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .businessLogo {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid rgb(92, 224, 255);
    overflow: hidden;
  }

  .doc_left {
    float: left;
    padding-right: 0;
    text-align: center;
    width: 39%;
  }

  .doc_left img {
    display: block;
    max-width: 105px;
    max-height: 105px;
    margin-right: auto;
    border-radius: 100%;
    margin-left: auto;
  }

  .doc_right {
    float: right;
    text-align: left;
    width: 60%;
  }

  .date_top p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .date_bottom h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .date_bottom h3 {
    font-size: 18px;
  }

  .date_bottom {
    padding: 0 5px;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .info_bottom2 ul.nav-tabs li a {
    color: #000;
    padding: 6px 0px;
    background: none;
    border-radius: 0;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid transparent;
  }

  .info_bottom2 ul.nav-tabs li {
    float: none;
    display: inline-block;
    width: 50%;
  }

  owl-demo5 .item {
    padding: 0px 0px;
    margin: 0 5px;
  }
}

@media (max-width: 567px) {
  .veri_box {
    display: inline-block;
    width: 20%;
    margin-right: 2px;
    margin-left: 2px;
  }

  .veri_box .form-control {
    height: 57px;
    border: 1px solid #5ce0ff;
    color: #fff;
    text-align: center;
    border-radius: 9px;
    font-size: 20px;
    text-decoration: none;
  }
}

@media (max-width: 479px) {
  .book_demo2 {
    height: 100vh;
    background: url(../images/blue_bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  .please_enter {
    background: url(../images/blue_bg.png) no-repeat center center;
    background-size: cover;
  }
}

/* -------- FOOTER SECTION --------*/

@media (max-width: 992px) {
}

@media (max-width: 767px) {
}

@media (max-width: 479px) {
}

@media (max-width: 320px) {
}

.css-1hx23s1-MuiPickersLayout-root .MuiPickersLayout-toolbar {
  display: none;
}

.css-1q04gal-MuiDateCalendar-root {
  max-height: 273px;
}

.css-1am929s-MuiPickersLayout-root .MuiPickersLayout-toolbar {
  display: none;
}

@media (max-width: 767px) {
  .date_box {
    width: 80px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
  }

  .book_demo2 {
    height: 100%;
    background: url(../images/blue_bg.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
  }

  ul.timings_list {
    list-style: none;
    text-align: left;
    margin-top: 15px;
    text-align: center;
    flex-wrap: wrap;
  }

  .please_enter {
    background: url(../images/blue_bg.png) no-repeat center center;
    background-size: cover;
  }

  .colony {
    height: 100%;
    background: url(../images/blue_bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .book_demo2 {
    height: 125vh;
    background: url(../images/blue_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
  }

  .colony {
    height: 100%;
    background: url(../images/blue_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .info_bottom2 ul.nav-tabs {
    width: 100%;
    margin-bottom: 0rem;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }
}

@media (min-width: 375px) {
  .info_bottom2 ul.slots {
    width: 103%;
    margin-bottom: 0rem;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none;
  }
}

@media (max-width: 360px) {
  .date_box {
    width: 75px;
    border: 1px solid #5ce0ff;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
  }

  .info_bottom2 ul.nav-tabs {
    width: 103%;
    margin-bottom: 40px;
    padding-bottom: 0;
    margin-top: 10px;
    text-align: center;
    border-bottom: none;
  }

  book_demo2 {
    height: 118vh;
    background: url(../images/blue_bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .slick-track {
    left: 6px;
  }

  ul.timings_list li a {
    border: 1px solid #adb5bd;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    background: white;
    text-decoration: none;
  }
}

.css-1271g8v .MuiPickersLayout-toolbar {
  display: none;
}

.bookingcnf {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20%;
}

.bookingcnf h2 {
  margin-left: 60px;
}

.btn_new21 {
  margin-left: 6px;
  color: #000;
  font-size: 16px;
  padding: 16px 55px;
  border-radius: 10px;
  transition: all 0.7s;
  border: 1px solid #495057;
  background: white;
  text-decoration: none;
  border-radius: 20px;
}

.btn_new21.focus,
.btn_new21:focus,
.btn_new21:hover {
  color: #fff;
  text-decoration: none;
  outline: none !important;
  background: #495057;
}

.btn_new23 {
  margin-left: 6px;
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 10px;
  transition: all 0.7s;
  border: 1px solid #5ce0ff;
  background: rgba(25, 176, 237, 0.3);
  text-decoration: none;
  border-radius: 10px;
  pointer-events: none;
}

.btn_new23.focus,
.btn_new23:focus,
.btn_new23:hover {
  color: #fff;
  text-decoration: none;
  outline: none !important;
  background: #0c5b80;
}

.btn_new21.selected {
  background: #495057;
  color: #fff;
  border: 1px solid #495057;
}

.bookingcnf h2 {
  font-size: 18px;
}

.time_container {
  display: flex;
  margin-top: 6%;
  flex-direction: column;
}

.time {
  font-size: 16px;
  color: #000;
  flex: 1;
}

.time_Slots.active {
  border: 2px solid #6c757d;
  box-shadow: 0 0 10px #6c757d;
  background-color: #043a53;
}

.time_Slots {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
  text-decoration: none;
  border: 1px solid rgba(92, 224, 255, 0.63);
  border-radius: 10px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.11);
  color: rgb(255, 255, 255);
  width: auto;
  height: 6rem;
}

@media (max-width: 767px) {
  .bookingcnf {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 0;
  }

  .bookingcnf h2 {
    margin-left: 10px;
    font-size: 12px;
  }

  .bookingcnf2 h2 {
    font-size: 12px;
  }

  .btn_new21 {
    color: #fff;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.7s;
    border: 1px solid #5ce0ff;
    background: rgba(25, 176, 237, 0.3);
    text-decoration: none;
  }

  .b_a_btn .btn_new2 {
    font-weight: 600;
    color: white;
    font-size: 13px;
    background: #000;
    padding: 14px 50px;
    border-radius: 38px;
    transition: all 0.7s;
    margin-bottom: 21px;
    margin-top: 10px;
  }

  .btn_new21.selected {
    background-color: #495057;
    color: white;
  }

  .tick_top {
    text-align: center;
  }

  .time_container {
    width: 100%;
    margin-top: 6%;
  }

  .time_Slots {
    padding: 0px 12px;
    text-decoration: none;
    border: 1px solid rgba(92, 224, 255, 0.63);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.11);
    color: rgb(255, 255, 255);
    width: auto;
    height: 5rem;
  }

  .businessLogo {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid rgb(92, 224, 255);
    overflow: hidden;
  }
}

.pov_box {
  display: flex;
  justify-content: center;
}

.pov {
  width: 65%;
  display: flex;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 30px 0px 30px 20px;
  border-radius: 31px;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

#pov {
  background-color: transparent;
  outline: none;
  border: 0;
  width: 90%;
  color: #000;
}

#pov::-webkit-input-placeholder {
  color: #888;
}

.rounded-icon {
  width: 60px;
  height: 60px;
  background: #000;
  border: 1px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}

.rounded-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .pov {
    width: 100%;
  }

  #pov {
    background-color: transparent;
    outline: none;
    border: 0;
    width: 90%;
    font-size: 12px;
  }

  .btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
  }
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }

  .time_Slots .waitlist-meta {
    gap: 4px;
    margin-top: 3px;
  }

  .time_Slots .waitlist-label {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }

  .time_Slots .waitlist-meta .waitingCount {
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .time_Slots .time_container {
    margin-top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .time_Slots .time {
    font-size: 14px;
    line-height: 1.2;
  }

  .time_Slots {
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 5rem;
    padding: 8px 4px;
  }
}

.time-picker-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  min-width: 120px;
  text-align: center;
  gap: 8px;
}

.dropdown-icon {
  font-size: 16px;
  color: #000;
}

.range-booking {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.range-text {
  color: #495057;
  font-size: 16px;
}

.range-button {
  margin-left: 5px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 38px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .range-booking {
    margin-top: 15rem;
    width: 100%;
    left: 0;
    transform: none;
    padding: 10px;
    position: relative;
  }

  .range-text {
    color: #495057;
    font-size: 12px;
  }

  .range-button {
    color: white;
    font-size: 14px;
    background: #000;
    padding: 5px, 10px;
    border-radius: 38px;
    transition: all 0.7s;
  }

  @media (max-width: 768px) {
    .nav-container .timezone-dropdown {
      width: 80%;
      text-align: center;
      margin-top: 10px;
    }
  }
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.timezone-dropdown {
  width: 20%;
}

.nav-container li {
  margin: 5px 10px;
}

.booling-confirm-card {
  margin-top: 5%;
}

.calender-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #3d90f3;
  border: 2px solid #5ce0ff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .calender-modal-box {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .bookingconfirm {
    margin-top: 60%;
  }
}

@media (max-width: 480px) {
  .appointment-details {
    flex-direction: column;
    align-items: center;
  }

  .detail-badge {
    width: 100%;
    text-align: center;
  }

  .action-buttons {
    gap: 10px;
  }

  .bookingconfirm {
    margin-top: 20%;
  }
}

.loadingContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 0;
  grid-column: 1 / -1;
  min-height: 200px;
}

.loadingContainer p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.slot-shimmer-list {
  pointer-events: none;
}

.slot-shimmer-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-color: rgba(92, 224, 255, 0.35) !important;
  background: rgba(4, 35, 50, 0.55) !important;
  box-shadow: none !important;
  cursor: default;
  overflow: hidden;
  position: relative;
  min-width: 9.5rem;
}

.slot-shimmer-item::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 50%,
    transparent 100%
  );
  animation: slotShimmerSweep 1.5s ease-in-out infinite;
}

.slot-shimmer-time,
.slot-shimmer-badge {
  display: block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
}

.slot-shimmer-time {
  width: 4.5rem;
  height: 1.1rem;
}

.slot-shimmer-badge {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  flex-shrink: 0;
}

@keyframes slotShimmerSweep {
  100% {
    transform: translateX(100%);
  }
}

.date_box.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
