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: #293953;
}

.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='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

.c-item {
  height: 580px;
}

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

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

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

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

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

.border-dashed {
  border-bottom: 1px dashed #AEA37F !important;
}

.text-yellow {
  color: #FFB61D !important;
}

.text-gray {
  color: #EDEDED !important;
}

.img-container {
  overflow: hidden;
  position: relative;
}

.hover-scale {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

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

.text-payment {
  color: #787878 !important;
}

.main-img {
  width: 100%;
  height: auto;
}

.thumbnail-img {
  width: 100%;
  height: auto;
}

input:focus {
  border: 1px solid #293953 !important;
  box-shadow: none !important;
}

.appointment-form input[type=radio]:checked ~ .appointment-lable {
  background-color: #293953 !important;
  color: white !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: #C4C4C4 !important;
  color: #919191 !important;
  cursor: not-allowed !important;
}

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

textarea {
  resize: none !important;
}

.sticky-sidebar {
  position: sticky;
  top: 20px;
  z-index: 1000;
}

.input-wrapper * {
  border: none;
  width: 30px;
  flex: 1;
}

.input-wrapper button {
  cursor: pointer;
}

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

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: #293953;
  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%);
}

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

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  right: 10px;
  background-color: #293953;
  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;
}
