html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #46637C;
  border-radius: 30px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2346637C' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.btn-primary {
  background-color: #46637C;
  color: white;
}
.btn-primary:hover {
  color: #46637C !important;
  background-color: transparent !important;
  border: 1px solid #46637C !important;
}

.btn-secondary {
  background-color: var(--main--color);
  color: white;
}
.btn-secondary:hover {
  color: var(--main--color) !important;
  background-color: transparent !important;
  border: 1px solid var(--main--color) !important;
}

.btn-outline-secondary {
  color: var(--main--color) !important;
  background-color: transparent !important;
  border: 1px solid var(--main--color) !important;
}
.btn-outline-secondary:hover {
  color: white !important;
  background-color: var(--main--color) !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.social-icons:hover {
  background-color: white !important;
  color: #46637C !important;
}

header {
  border-bottom: 1px solid #eee;
}

header nav ul li a::after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: #46637C;
  transition: 0.5s;
  margin: auto;
  display: block;
}
header nav ul li a:hover::after {
  width: 100%;
  color: black;
}

.cursor-pointer {
  cursor: pointer !important;
}

.c-item {
  height: 580px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.carousel-indicators {
  color: #46637C !important;
  border-radius: 10px !important;
}
.carousel-indicators:focus {
  border: none !important;
  box-shadow: none !important;
}

.carousel-indicators .active {
  color: white !important;
  background-color: white !important;
  border-radius: 10px !important;
}

.carousel-indicators:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.carousel-caption {
  top: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .card-dir {
    right: 120px !important;
  }
}
.darkened-image {
  filter: brightness(0.5);
}

.fw-600 {
  font-weight: 600;
}

.alpha-list {
  list-style-type: lower-alpha;
}

.date-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.date-picker .arrow {
  cursor: pointer;
  color: #6c757d;
  font-size: 1.5rem;
}

.date-picker .arrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #46637C;
  color: #fff !important;
  border: 2px solid #46637C;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s linear;
}

.date-picker label {
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  width: 60px;
}

.date-picker input[type=radio] {
  display: none;
}

.date-picker input[type=radio]:checked + label {
  background-color: #b8995e;
  color: white;
}

.month {
  margin-bottom: 10px;
  font-weight: bold;
}

#custom-checkout-progress {
  width: 90%;
  margin: 0px auto;
  font-size: 2.2em;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  #custom-checkout-progress {
    font-size: 1.5em;
  }
}
#custom-checkout-progress:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px !important;
  width: 100%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%) perspective(1000px);
  transform: translateY(-50%) perspective(1000px);
}

#custom-checkout-progress:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px !important;
  width: 100%;
  background-color: var(--main--color);
  -webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
  transform: scaleX(0) translateY(-50%) perspective(1000px);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#custom-checkout-progress.custom-step-2:after {
  -webkit-transform: scaleX(0.333) translateY(-50%) perspective(1000px);
  transform: scaleX(0.333) translateY(-50%) perspective(1000px);
}

#custom-checkout-progress.custom-step-3:after {
  -webkit-transform: scaleX(0.666) translateY(-50%) perspective(1000px);
  transform: scaleX(0.666) translateY(-50%) perspective(1000px);
}

#custom-checkout-progress.custom-step-4:after {
  -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
  transform: scaleX(1) translateY(-50%) perspective(1000px);
}

#custom-checkout-progress .custom-progress-bar {
  width: 100%;
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}

#custom-checkout-progress .custom-progress-bar .custom-step {
  z-index: 2;
  position: relative;
}

#custom-checkout-progress .custom-progress-bar .custom-step .custom-step-label {
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translateX(-50%) perspective(1000px);
  transform: translateX(-50%) perspective(1000px);
  white-space: nowrap;
  font-size: 0.4em;
  font-weight: 600;
  color: #ccc;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  #custom-checkout-progress .custom-progress-bar .custom-step .custom-step-label {
    top: calc(100% + 15px);
  }
}
#custom-checkout-progress .custom-progress-bar .custom-step span {
  color: #ccc;
  transition: 0.3s ease;
  display: block;
  -webkit-transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
  transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
}

#custom-checkout-progress .custom-progress-bar .custom-step .fa-check {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
  transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}

#custom-checkout-progress .custom-progress-bar .custom-step.active span, #custom-checkout-progress .custom-progress-bar .custom-step.active .custom-step-label {
  color: var(--main--color);
}

#custom-checkout-progress .custom-progress-bar .custom-step.valid .fa-check {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
  transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
}

#custom-checkout-progress .custom-progress-bar .custom-step.valid span {
  color: var(--main--color);
  font-size: 13px !important;
  transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
}

#custom-checkout-progress .custom-progress-bar .custom-step.valid .custom-step-label {
  color: var(--main--color);
}

#custom-checkout-progress .custom-progress-bar .custom-step:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) perspective(1000px);
  transform: translate(-50%, -50%) perspective(1000px);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #ccc;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  #custom-checkout-progress .custom-progress-bar .custom-step:after {
    width: 40px;
    height: 40px;
  }
}
#custom-checkout-progress .custom-progress-bar .custom-step.active:after {
  border: 5px solid var(--main--color);
}

#custom-checkout-progress .custom-progress-bar .custom-step.valid:after {
  background-color: var(--main--color);
  border: 5px solid var(--main--color);
}

.custom-button-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.custom-button-container .custom-btn {
  display: inline-block;
  background-color: var(--main--color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 900;
  border: 3px solid var(--main--color);
  transition: 0.3s ease;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 767px) {
  .custom-button-container .custom-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.custom-button-container .custom-btn:hover {
  background-color: transparent;
  color: var(--main--color);
  -webkit-transform: scale(1.02) perspective(1000px);
  transform: scale(1.02) perspective(1000px);
}

.appointment-form input[type=radio]:checked ~ .appointment-lable {
  background-color: var(--main--color) !important;
  color: white !important;
}

.appointment-form input[type=radio]:checked ~ .appointment-lable-two {
  border: 1px solid black !important;
}

.appointment-form input[type=radio]:checked ~ .appointment-lable svg path {
  stroke: white !important;
}

.appointment-form input[type=radio] {
  display: none;
}

.appointment-form input[type=radio]:disabled + label {
  background-color: white !important;
  color: #DEDEDE !important;
  cursor: not-allowed !important;
}

.appointment-form input[type=radio]:disabled + .appointment-lable svg path {
  stroke: #DEDEDE !important;
}

.form-check-input:checked {
  background-color: #333333;
  border-color: #333333;
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: #46637C;
  color: #FFF;
  border-radius: 50px;
  font-size: 20px !important;
  display: none;
  z-index: 2;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
}
.back-to-top:hover {
  background-color: #46637C;
}

.btn-phone i {
  line-height: 1;
}

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  right: 10px;
  background-color: #46637C;
  color: #FFF;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.Categories-slider-nav {
  position: relative;
  top: -20px;
  text-align: center;
  text-align: end;
}
.Categories-slider-nav .prev, .Categories-slider-nav .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff !important;
  background-color: #46637C !important;
  border: 2px solid #46637C !important;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}
.Categories-slider-nav .prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff !important;
  background-color: #CCCCCC !important;
  border: 2px solid #CCCCCC !important;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}

.prev:hover,
.next:hover {
  border-color: #ffc600 !important;
  background-color: #ffc600 !important;
}



.color-calendar {
  /*background-color: rgb(250, 239, 209) !important;*/
  width: 100%;
}

.color-calendar .calendar__days {
  grid-template-columns: repeat(7, minmax(35px, 105px)) !important;
}

.color-calendar.basic .calendar__weekdays {
  grid-template-columns: repeat(7, minmax(20px, 105px)) !important;
}

.color-calendar .calendar__header {
  grid-template-columns: repeat(7, minmax(20px, 105px)) !important;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  background-color: var(--primaryColor);
  box-shadow: 0 3px 15px -5px var(--primaryColor);
}

.calendar__day-active {
  color: var(--mainColor2);
}

.calendar__day-today {
  color: var(--mainColor2) !important;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  background-color: var(--primaryColor);
}

.time input:checked + label {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    color: #fff;
}
.color-calendar.basic .calendar__header {
    direction: ltr;
}

.color-calendar.basic .calendar__days .calendar__day-selected {
  color: white !important;
}