* {
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #04dafe !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  background-color: #fadadd;
  color: #333333;
}

section {
  margin: 70px 0;
}

h1 {
  font-weight: 900;
  margin-bottom: 20px;
}

h2 {
  color: #c37c13;
  font-weight: 900;
  margin-bottom: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.spinner {
  position: fixed;
  background: #fadadd;
  inset: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 1s;
}
.spinner .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}
.spinner .loader:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0%, 60%, 100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}
header:not(#forHome) {
  color: #eee;
  height: 50vh;
  background-image: url(../../imgs/home/Prophylaxis.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

footer .container:first-child {
  margin: 30px auto;
}
@media (max-width: 575px) {
  footer .container:first-child {
    margin: 0px auto;
  }
}
footer .container:last-child {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  footer .container:last-child .col-11 small {
    display: block;
  }
}

footer hr {
  margin-top: 0;
}

footer a {
  line-height: 2.5rem;
}
footer a:hover {
  color: #04dafe;
}

footer ul li {
  position: relative;
  margin-left: 15px;
}
footer ul li::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #04dafe;
}

footer #backToTop {
  cursor: pointer;
  font-size: smaller;
}
footer #backToTop:hover {
  color: #04dafe;
}
@media (max-width: 575px) {
  footer #backToTop {
    display: none;
  }
}

#forHome {
  color: #eee;
  height: 100vh;
  background-image: url(../../imgs/home/pedo.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.owl-theme .owl-nav {
  position: absolute;
  top: -30px;
  right: 0;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  background: #ddd !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  background-color: #04dafe !important;
}
.owl-theme .owl-nav button.owl-prev span,
.owl-theme .owl-nav button.owl-next span {
  font-size: 30px;
}

.owl-theme .owl-dots {
  display: none;
}

#patients .owl-item {
  padding: 0 10px;
}
#patients .owl-item .quote {
  padding: 5px 30px;
  margin: 50px 0;
  height: 480px;
  background-color: #eee;
  border-radius: 12px;
  transition: all 0.3s;
}
#patients .owl-item .quote:hover {
  box-shadow: 1px 1px 6px 0px black;
}
#patients .owl-item .quote .quote-icon {
  background-color: #fadadd;
  color: #04dafe;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#patients .owl-item .quote .quote-content {
  margin: 25px 0;
  height: 265px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
#patients .owl-item .quote .client .client-name {
  font-weight: bold;
}

#doctors .owl-item {
  padding: 0 10px;
}
#doctors .owl-item .doctor {
  padding: 50px 30px;
  margin: 50px 0;
  min-height: 500px;
  background-color: #eee;
  border-radius: 12px;
  transition: all 0.3s;
}
#doctors .owl-item .doctor:hover {
  box-shadow: 1px 1px 6px 0px black;
}
#doctors .owl-item .doctor .doctor-image {
  padding: 20px 60px;
}
#doctors .owl-item .doctor .doctor-image img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
#doctors .owl-item .doctor .doctor-name {
  margin: 40px 0 0 0;
  font-weight: bold;
}

#stadio h2 {
  text-align: center;
}
#stadio img,
#stadio video {
  object-fit: cover;
  max-height: 600px;
  border-radius: 10px;
}

#whyChooseUs .container {
  background-color: #1b898b;
  padding: 5px 80px 80px 80px;
  color: #eee;
}
#whyChooseUs h2 {
  margin: 50px 0;
  text-align: center;
}
#whyChooseUs .items .item {
  display: flex;
  border-bottom: 2px solid #eee;
  padding: 10px;
  margin-bottom: 20px;
}
#whyChooseUs .items .item .item-icon {
  width: 60px;
  margin-right: 20px;
}
#whyChooseUs .items .item .item-icon img {
  width: 100%;
  height: auto;
}
#whyChooseUs .items .item .item-info h4 {
  font-weight: 500;
}

@media (max-width: 992px) {
  #whyChooseUs {
    margin: 0;
  }
  #whyChooseUs .container {
    padding: 5px 5px 80px 5px;
  }
  #whyChooseUs #whyChooseUs .item-icon {
    display: none;
  }
}
#faq .container {
  padding: 5px 0 80px 0;
  color: #eee;
}
#faq .container h2 {
  margin: 50px 0;
}
#faq .container .items .item {
  background-color: #1b898b;
  border-bottom: 2px solid #eee;
  padding: 40px 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
#faq .container .items .item .question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .container .items .item .question h4 {
  font-weight: 500;
}
#faq .container .items .item .question button {
  font-size: 30px;
  background-color: transparent;
  color: #eee;
  border: none;
}
#faq .container .items .item .answer {
  line-height: 1.8rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

@media (max-width: 992px) {
  #faq .items .item h4 {
    font-size: 22px;
  }
}
.item-active {
  background-color: #c37c13 !important;
}

#mission {
  padding: 5px;
}
#mission .row div {
  padding-right: 80px;
}
#mission .row div h2 {
  margin: 50px 0;
}
#mission .row div p {
  line-height: 1.9rem;
}
#mission .row div img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service .row {
  padding: 15px;
  line-height: 1.9rem;
}
.service .row span {
  font-weight: 700;
  font-size: x-large;
  color: #1b898b;
}
.service .row h5 {
  font-weight: bold;
}
.service .row img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 992px) {
  section {
    margin: 20px 0;
  }
  .service .row span {
    display: block;
    margin-top: 20px;
  }
  .service .row .col-lg-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.appointment-form {
  max-width: 700px;
  padding: 60px;
  background: #eee;
  border-radius: 12px;
}

.btn-custom {
  background-color: #1b898b;
  color: #eee;
  font-weight: 500;
}

.btn-custom:hover {
  background-color: #c37c13;
}

.light-theme {
  background: #ffffff;
  color: #333;
}

.dark-theme {
  background: #1a1a1a;
  color: #f9f9f9;
}

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