.font-primary {
  font-family: "Cormorant Garamond", serif;
}

.font-secondary {
  font-family: "Inter 28pt", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #0d0d0d;
  font-family: "Cormorant Garamond", serif;
  overflow-x: hidden;
  padding-top: 80px;
}

h2 {
  font-size: clamp(2rem, 4vw, 44px);
}

h3 {
  font-size: 28px;
}

h4,
h5,
h6 {
  font-size: 18px;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  padding-left: 28px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #d9d8d8;
}

::-webkit-scrollbar-thumb {
  background: #b5001e;
}

.primary-btn {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.46px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
    width: 100%;
  }
}
.back-to-top {
  position: fixed;
  right: 2.2rem;
  bottom: 2.2rem;
  z-index: 100;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #b5001e;
  color: #fff;
  box-shadow: 0 6px 24px rgba(181, 0, 30, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(30px);
  cursor: pointer;
}
.back-to-top svg {
  display: block;
  width: 24px;
  height: 24px;
}
.back-to-top svg circle {
  fill: #fff;
  opacity: 0.18;
}
.back-to-top svg path {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bookAppointment {
  position: fixed;
  right: 0;
  top: 50%;
  cursor: pointer;
  background-color: #b5001e;
  z-index: 999;
  color: #fff !important;
  padding: 12px 20px;
  outline: 0;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.bookAppointment:hover {
  background-color: #8c0017;
  border-color: #8c0017;
}
@media (max-width: 767px) {
  .bookAppointment {
    top: inherit;
    bottom: 100px;
    transform: translateY(0);
  }
}

.title {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6;
  color: #b5001e;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 32px;
}
.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.5px;
  width: 22px;
  height: 2px;
  background: #b5001e;
}

.quote-text {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0d0d0d;
  line-height: 1.55;
  font-style: italic;
  border-left: 3px solid #b5001e;
  padding-left: 1.25rem;
}

.modal .btn-close:focus {
  box-shadow: none;
}

/*# sourceMappingURL=common.css.map */
