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: var(--primaryColor);
  border-radius: 30px;
}

:root {
  --circle-color: #4DB7B3;
  --SecondaryColorTwo: #2C6D6B;
  --circle-border-color: #EDF8F7;
  --circle-pink-color: #EA317E;
  --circle-pink-border-color: #FDE8F1;
  --circle-yellow-color: #FBB83C;
  --circle-yellow-border-color: #FEF6E6;
  --error-color: #FF3333;
  --red-color: #CC0000;
  --success-color: #3E8E41;
  --gray-color: #999999;
}

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

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

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

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

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

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

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

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

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

.intl-tel-input {
  width: -webkit-fill-available !important;
}

input[type=hidden i] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: initial;
  cursor: default;
  display: none !important;
  padding: initial;
  border: initial;
}

.newsletter-form__field-wrapper {
  width: 100%;
}

.newsletter-form__field-wrapper {
  max-width: 46rem;
}

.newsletter-form__field-wrapper .field {
  z-index: 0;
  border: 1px solid dark;
}

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.field__input, .customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label, .customer .field label {
  position: absolute;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.newsletter-form__button {
  width: 3.4rem;
  margin: 0;
  top: 0;
  background-color: transparent !important;
  height: 100%;
  z-index: 2;
}

.inp-search:focus {
  border: none !important;
  box-shadow: none !important;
}

.form-select {
  background-image: url(../imgs/our-blogs/arrow-down.svg);
  background-size: 20px 20px;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

a.card {
  overflow: hidden;
}

.card-link .card {
  overflow: hidden !important;
}

.card {
  overflow: hidden;
  position: relative;
}

.card-img-top {
  transition: transform 0.3s ease;
}

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

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

.photo-grid .more-photos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.more-photos {
  position: relative;
}

.more-photos img {
  opacity: 0.9;
}

.more-photos .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: white;
}

.accordion .border {
  border: 1px solid var(--ThirdColor) !important;
}
.accordion .accordion-button:not(.collapsed) {
  color: black !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

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

.mainColor8 {
  color: #666666 !important;
}

.appointment-form input[type=radio]:checked ~ .appointment-lable {
  box-shadow: 0px 0px 0px 1px black !important;
}

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

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 15px;
  margin-top: -25px;
}

#passwordRequirements p {
  margin: 5px 0;
  font-size: 14px;
  display: none;
}

.invalid {
  color: #CC0000;
}

.valid {
  color: var(--success-color);
}

.text-success {
  color: var(--success-color) !important;
}

.error-text {
  color: var(--error-color) !important;
}

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

.text-bg-success {
  background-color: #DCEFDC !important;
  color: var(--success-color) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--ThirdColor);
  border-bottom: 3px solid var(--ThirdColor) !important;
  background-color: transparent;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
  color: var(--ThirdColor);
  background-color: transparent;
}

.form-control:invalid + .invalid-feedback {
  display: block;
}

.form-control + small {
  display: none;
}

.form-control:not(:-moz-placeholder-shown) + small {
  display: block;
}

.form-control:focus + small,
.form-control:not(:placeholder-shown) + small {
  display: block;
}

.step-indicator {
  margin-bottom: 20px;
}

.step {
  display: flex;
  align-items: center;
}

.step .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

.step-check .circle {
  background-color: var(--successColor);
}

.step:not(:last-child)::after {
  content: "";
  width: 50px;
  height: 1px;
  border: 1px dashed #d3d3d3;
  margin-left: 10px;
  margin-right: 10px;
}

.step-check:not(:last-child)::after {
  content: "";
  width: 50px;
  height: 1px;
  border: 1px solid var(--successColor);
  margin-left: 10px;
  margin-right: 10px;
}

.step.inactive .circle {
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
  background-color: white;
}

.step.inactive .label {
  color: #d3d3d3;
}

#map {
  width: 100%;
  position: relative;
}

.card-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.badge.text-bg-warning {
  background-color: #FEF6E6 !important;
  color: var(--primaryColor) !important;
}

.rating-container {
  display: flex;
  align-items: end;
  gap: 8px;
}

.start-60 {
  left: 52% !important;
}

.top-6 {
  top: -6%;
}

.profile.nav-pills .nav-link.active, .profile .nav-pills .show > .nav-link {
  background: #DBF0F0 !important;
  color: #4D4D4D !important;
  border-radius: 0 !important;
  border-bottom: none !important;
}

.personal-info .nav-pills .nav-link.active,
.personal-info .nav-pills .show > .nav-link {
  color: white !important;
  border-bottom: none !important;
  background-color: var(--primaryColor) !important;
  border: 1px solid var(--primaryColor) !important;
}
.personal-info .nav-pills .nav-link.active.nav-link span::after,
.personal-info .nav-pills .show > .nav-link.nav-link span::after {
  border-bottom: none !important;
}

.booking-info .nav-pills .nav-link.active,
.booking-info .nav-pills .show > .nav-link {
  color: var(--primaryColor) !important;
  border-bottom: none !important;
  background-color: transparent !important;
  border: 1px solid var(--primaryColor) !important;
}
.booking-info .nav-pills .nav-link.active.nav-link span::after,
.booking-info .nav-pills .show > .nav-link.nav-link span::after {
  border-bottom: none !important;
}

.text-red {
  color: var(--error-color) !important;
}

.circle {
  width: 50px;
  height: 50px;
  background-color: var(--circle-color);
  border: 5px solid var(--circle-border-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.initials {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.circle-pink {
  width: 50px;
  height: 50px;
  background-color: var(--circle-pink-color);
  border: 5px solid var(--circle-pink-border-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-yellow {
  width: 50px;
  height: 50px;
  background-color: var(--circle-yellow-color);
  border: 5px solid var(--circle-yellow-border-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

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

ul.card-inf li span:first-child {
  background-color: #E6E6E6;
  padding: 5px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.accordion-profile .accordion-header:focus {
  box-shadow: none !important;
}

.table-custom tbody tr {
  border-top: none !important;
}

.table-custom tbody tr + tr {
  border-top: 1px solid #e9ecef !important;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 0px !important;
}

input[type=hidden i] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: initial;
  cursor: default;
  display: none !important;
  padding: initial;
  border: initial;
}

.newsletter-form__field-wrapper {
  width: 100%;
}

.newsletter-form__field-wrapper .field {
  z-index: 0;
  border: 1px solid dark;
}

.newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
}

.field__input, .customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label, .customer .field label {
  font-size: 1.6rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.newsletter-form__button {
  width: 3.4rem;
  margin: 0;
  top: 0;
  background-color: transparent !important;
  height: 100%;
  z-index: 2;
}

.inp-search:focus {
  border: none !important;
  box-shadow: none !important;
}

.custom-border-bottom {
  border-bottom: 1px solid #E1E1E1 !important;
}

.file-list {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.file-list .file-name {
  display: flex;
  align-items: center;
}

.file-list .file-name .icon {
  cursor: move;
  display: flex;
  justify-content: end;
  align-items: center;
}

.file-list .file-name .icon i {
  color: #9e9e9e;
}

.file-list .file-progress {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}

.file-list .file-progress .progress-bar {
  width: 100%;
  height: 100%;
  background-color: #ffa500;
}

.file-list .delete-btn {
  cursor: pointer;
  color: #f44336;
}

.file-progress .progress-bar {
  width: 100%;
  height: 100%;
  background-color: #ffa500;
}

.file-progress {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}

.section-title {
  color: #4accc9;
  font-weight: bold;
  margin-bottom: 20px;
}

.input-about::-moz-placeholder {
  color: white !important;
}

.input-about::placeholder {
  color: white !important;
}

.mt-n4 {
  margin-bottom: -50px !important;
}

.bg-card-touch {
  background-color: var(--circle-border-color);
}/*# sourceMappingURL=style-two.css.map */


