/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  align-items: center;
  min-height: 725px;
  padding-top: 128px;
  padding-bottom: 3em;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p, #hero a {
  color: #FFFFFF;
}
#hero h1 {
  text-transform: capitalize;
}
#hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(25, 51, 72, 0.6) 0%, rgba(25, 51, 72, 0.6) 100%);
}
#hero .container {
  position: relative;
  z-index: 1;
}
#hero picture.main-image {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  top: 0;
}
#hero picture.main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 725px;
  object-position: top;
}
#hero .new-patients {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#hero .container-buttons {
  flex-direction: column;
}
#hero .rank-math-breadcrumb {
  position: absolute;
  bottom: 2em;
  right: 4em;
}
#hero .rank-math-breadcrumb a {
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (min-width: 420px) {
  #hero .container-buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 100vh;
    padding-top: unset;
    padding-bottom: unset;
    padding-top: 112px;
  }
  #hero h1 {
    padding-right: 40px;
  }
  #hero .main-content p {
    max-width: 692px;
  }
  #hero picture.main-image img {
    min-height: 100vh;
    object-position: center;
  }
  #hero::before {
    display: none;
  }
  #hero p.p-large {
    max-width: 692px;
  }
}

/*Making*/
#making picture {
  pointer-events: none;
  margin-left: 2em;
  margin-right: 2em;
}
#making picture img {
  object-fit: cover;
  min-height: 296px;
  object-position: left top;
  border-radius: 12px;
}
#making p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 641px) {
  #making picture {
    pointer-events: none;
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media screen and (min-width: 1025px) {
  #making {
    min-height: 1024px;
  }
  #making picture {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    z-index: -1;
    margin-left: 0;
    margin-right: 0;
  }
  #making picture img {
    width: 100% !important;
    height: 100%;
    min-height: unset;
    border-radius: unset;
  }
  #making h2, #making h3, #making h4, #making h5, #making h6, #making p {
    color: #FFFFFF;
  }
}

/*Accept*/
#accept p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#accept picture {
  height: 100% !important;
}
#accept picture img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#accept h2 {
  text-transform: capitalize;
}
@media screen and (min-width: 1025px) {
  #accept .main-content {
    padding-right: 4em;
  }
  #accept .main-content {
    min-height: 736px;
  }
}
@media screen and (min-width: 1440px) {
  #accept .main-content {
    padding-right: 8em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  #accept picture img {
    position: absolute;
    right: 2em;
    max-width: 47%;
    height: 100%;
    object-fit: cover;
  }
}

/*Offer*/
#offer p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#offer .container-image {
  height: 100%;
}
#offer picture {
  height: 100% !important;
}
#offer picture img {
  border-radius: 12px;
  height: 100%;
}
#offer h2 {
  text-transform: capitalize;
}
@media screen and (min-width: 1025px) {
  #offer .main-content {
    padding-left: 4em;
  }
  #offer .main-content {
    min-height: 736px;
  }
}
@media screen and (min-width: 1440px) {
  #offer .main-content {
    padding-left: 8em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  #offer picture img {
    position: absolute;
    left: 2em;
    max-width: 47%;
    height: 100%;
    object-fit: cover;
  }
}

/*Patient Resources*/
#dental_services picture {
  pointer-events: none;
  margin-left: 2em;
  margin-right: 2em;
}
#dental_services picture img {
  object-fit: cover;
  min-height: 296px;
  object-position: right;
  border-radius: 12px;
}
#dental_services p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 641px) {
  #dental_services picture {
    pointer-events: none;
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media screen and (min-width: 1025px) {
  #dental_services {
    min-height: 1024px;
  }
  #dental_services h2, #dental_services h3, #dental_services h4, #dental_services h5, #dental_services h6, #dental_services p {
    color: #FFFFFF;
  }
  #dental_services picture {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    z-index: -1;
    margin-left: 0;
    margin-right: 0;
  }
  #dental_services picture img {
    width: 100% !important;
    height: 100%;
    min-height: unset;
    object-position: center;
    border-radius: unset;
  }
}

/*Testimonials*/
#testimonials {
  padding-top: 4em;
  padding-bottom: 4em;
}
#testimonials .container-content {
  max-width: 1088px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#testimonials picture {
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  z-index: -1;
  top: 0;
}
#testimonials picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#testimonials p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#testimonials h2, #testimonials h3, #testimonials h4, #testimonials h5, #testimonials h6, #testimonials p {
  color: #FFFFFF;
}
#testimonials .testimonial-item {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 12px;
}
#testimonials .testimonial-item h2, #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item h5, #testimonials .testimonial-item h6, #testimonials .testimonial-item p {
  color: #091722;
}
#testimonials .testimonial-item .author {
  margin-bottom: 12px;
}
#testimonials .testimonial-item .container-stars {
  gap: 6px;
  margin-bottom: 12px;
}
#testimonials .testimonial-text {
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#testimonials .testimonial-text.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#testimonials .read-more-link {
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-weight: 600;
  color: #091722;
  text-decoration: none;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#testimonials .read-more-link:hover {
  text-decoration: none;
}
#testimonials .read-more-link i {
  color: #9ac2de;
  transition: transform 0.2s ease;
  font-size: 11px;
  margin-left: 5px;
}
#testimonials .read-more-link.is-open i {
  transform: rotate(180deg);
}
#testimonials .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1em;
}
#testimonials .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E8EBED;
}
#testimonials .owl-dot.active span {
  background: #9ac2de;
}
#testimonials .testimonial-item {
  margin-bottom: 2em;
}
@media screen and (min-width: 641px) {
  #testimonials .testimonial-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  #testimonials {
    padding-top: 7em;
    padding-bottom: 7em;
    min-height: 970px;
  }
  #testimonials .owl-dots {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

/*Blog*/
#blog {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #F6F6F6;
}
#blog p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#blog .main-content {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#blog picture img {
  border-radius: 12px;
}
#blog .category {
  line-height: normal;
  letter-spacing: 2.4px;
  color: #66829A;
  font-weight: 600;
}
#blog .date {
  color: #66829A;
  font-weight: 600;
}
#blog .container-card {
  margin-top: 24px;
  margin-bottom: 16px;
}
#blog .icon-icon-arrow-right {
  color: #9ac2de;
}
#blog picture {
  max-width: 100% !important;
  max-height: 100% !important;
}
#blog picture img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #blog {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  #blog picture {
    height: unset !important;
  }
  #blog picture img {
    height: 336px;
  }
}