@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
@font-face {
  font-family: "Futura BT";
  src: url("includes/fonts/intrepid.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bauhaus";
  src: url("includes/fonts/bauhausstd-medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ws-section.section.outer-container.module-padding.section-31 {
  padding-top: 300px;
  padding-bottom: 150px;
}
.ws-section.section.outer-container.module-padding.section-41, .ws-section.section.outer-container.module-padding.section-93 {
  padding: 0;
  position: relative;
}
.ws-section.section.outer-container.module-padding.section-41 .container-fluid, .ws-section.section.outer-container.module-padding.section-93 .container-fluid {
  padding: 0;
}
.ws-section.section.outer-container.module-padding.section-64 {
  padding: 100px 0 50px;
}
.futura-font {
  font-family: "Futura BT";
  margin: 0;
}
.bauhaus-font {
  font-family: "Bauhaus";
  margin: 0;
}
.flex-right {
  display: flex;
  justify-content: right;
}
.white-text {
  color: #fff;
}
.black-text {
  color: #010C0D;
}
.green-text {
  color: #C8EDBA;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-26 {
  font-size: 26px;
}
.text-30 {
  font-size: 30px;
}
.text-32 {
  font-size: 32px;
}
.text-95 {
  font-size: 95px;
}
.text-75 {
  font-size: 75px;
}
.text-60 {
  font-size: 60px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.p-100 {
  padding: 100px;
}
.p-50 {
  padding: 50px;
}
.p-25 {
  padding: 25px;
}
.text-shadow-titles {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.84);
}
.blue-bg {
  background-color: #98D6F2;
}
.green-bg {
  background-color: #C8EDBA;
}
.padding-1500-right {
  padding-right: calc((100vw - 1500px) / 2);
}
.padding-1500-left {
  padding-left: calc((100vw - 1500px) / 2);
}
.header-contact {
  min-height: 95px;
  padding-left: 60px;
}
.black-separator {
  width: 100%;
  height: 1px;
  background-color: #010C0D;
  margin-top: 50px;
}
.flex-column {
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
}
.top-area.outer-container {
  padding: 0;
}
.top-area.outer-container .container-fluid {
  padding: 0;
}
.top-area.outer-container div.row.row-cols-2 {
  padding: 0;
  min-height: 250px;
}
.grow-1 {
  flex-grow: 1;
}
div#header-custom-area-2 {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header-menu-container {
  padding-left: 60px;
}
.black-primary-btn {
  background-color: #000;
  padding: 12px 35px;
  color: #fff;
  align-items: center;
  margin: 0;
  border-radius: 0;
  display: inline-block;
  width: fit-content;
}
.blue-sec-btn {
  background-color: #B5D3F9;
  padding: 12px 35px;
  color: #000;
  align-items: center;
  margin: 0;
  border-radius: 0;
  display: inline-block;
  width: fit-content;
}
.blue-sec-btn:hover {
  background-color: #fff;
  border: solid 2px #B5D3F9;
}
.black-primary-btn:hover {
  background-color: #fff;
  border: solid 2px #000;
}
.experience-cont {
  display: flex;
  gap: 50px;
  padding-left: 50px;
}
.experience-cont img {
  width: 130px;
  height: 130px;
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deco-blue {
  position: absolute;
  left: 0;
  bottom: 0;
}
aside div.widget {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
aside div.widget h3.widgettitle {
  background-color: #98D6F2;
  padding: 15px;
  color: #fff;
  font-family: "Futura BT";
}
aside div.widget form.search_form, aside div.widget .menu-services-all-container {
  padding: 10px 15px 0 15px;
}
aside div.widget form.search_form ul#menu-services-all, aside div.widget .menu-services-all-container ul#menu-services-all {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
aside div.widget form.search_form ul#menu-services-all a, aside div.widget .menu-services-all-container ul#menu-services-all a {
  color: #000;
  text-decoration: none;
  font-family: "Futura BT";
  font-size: 22px;
  padding: 10px;
  display: block;
}
/*Menu*/
ul#menu-main-menu-1 {
  padding: 0;
  margin: 0;
  font-family: "Bauhaus";
  font-size: 22px;
  display: flex;
  text-decoration: none;
  list-style: none;
  gap: 25px;
}
ul.dropdown-menu {
  min-width: 250px;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: none;
  border: none;
}
ul.dropdown-menu li.menu-item:hover {
  background-color: #98D6F2;
}
ul.dropdown-menu a {
  padding: 8px 10px 8px 10px;
  font-size: 20px;
  font-family: "Futura BT";
}
/*SLIDER SERVICES */
.dental-services-slider-container {
  margin: 0 auto;
  position: relative;
}
.dental-services-slider-container .slick-next.slick-arrow {
  right: -25px;
}
.dental-services-slider-container .slick-next, .dental-services-slider-container .slick-prev {
  font-size: 20px;
  color: #000;
}
.dental-services-slider-container .slick-next:before, .dental-services-slider-container .slick-prev:before {
  content: none;
}
.dental-services-slider .slick-slide {
  padding: 0 40px;
}
.dental-services-card {
  text-align: left;
}
.dental-services-card img {
  width: 100%;
  border-radius: 4px;
  height: 410px;
  object-fit: cover;
}
.dental-services-card h3 {
  margin: 15px 0 8px;
  font-weight: bold;
  font-family: "Bauhaus";
}
.dental-services-card p {
  color: #555;
  line-height: 1.5;
}
/* Estilo de flechas SOLO para este slider */
.dental-services-slider .slick-prev, .dental-services-slider .slick-next {
  background: #9DE1E0;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.dental-services-slider .slick-prev:before, .dental-services-slider .slick-next:before {
  color: #000;
  font-size: 20px;
}
.right-bottom-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
}
.testimonial-footer {
  display: flex;
  gap: 25px;
}
section.custom-featured-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-featured-overlay {
  padding: 50px 0;
}
.custom-featured-overlay .custom-featured-title {
  font-family: "Bauhaus";
  font-size: 50px;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.84);
}
/* ===== Contact Section ===== */
section.contact-section.container {
  font-family: "Futura BT";
}
.contact-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}
/* ===== Contact Info ===== */
.contact-info-card, .contact-form-card {
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-bottom: 20px;
  padding: 25px;
}
.contact-info-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}
.contact-info-item {
  font-size: 16px;
  margin: 8px 0;
  color: #333;
}
.contact-info-item i {
  color: #98D6F2;
  margin-right: 8px;
}
/* ===== Social Media ===== */
.contact-social-icons a {
  font-size: 20px;
  margin-right: 12px;
  color: #98D6F2;
  transition: color 0.3s;
}
.contact-social-icons a:hover {
  color: #084298;
}
/* ===== Map ===== */
.contact-map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 10px;
}
/* ===== Contact Form ===== */
input#gform_submit_button_1 {
  font-family: "Bauhaus";
  font-size: 22px;
  background-color: #98D6F2;
  border: none;
  padding: 10px;
  color: #fff;
}
#gform_wrapper_1 p.gform_required_legend {
  display: none;
}
.before-after-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
.before-after-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.before-after-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.after {
  clip-path: inset(0 0 0 50%);
  /* reveal from right */
}
/* Vertical line */
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 5;
}
/* Slider handle with circle and icon */
.slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.slider-handle i {
  font-size: 16px;
  color: #333;
  pointer-events: none;
}
.team-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.team-img {
  cursor: pointer;
}
.social-icons a {
  color: #6c757d;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #0d6efd;
}
.ws-section.section.outer-container.module-padding.section-31 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ws-section.section.outer-container.module-padding.section-31 video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ws-section.section.outer-container.module-padding.section-31 .row {
  position: relative;
  z-index: 3;
}
/*Footer*/
footer#footer div#footer-widgets {
  padding: 70px 0;
}
footer#footer .footer-widget {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
footer#footer h3.widget-title {
  color: #fff;
  font-family: "Bauhaus";
  text-align: left;
}
footer#footer ul {
  margin-bottom: 0;
}
footer#footer a {
  font-family: "Futura BT";
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  padding: 12px 0;
  display: block;
}
footer#footer a:last-of-type {
  padding-bottom: 0;
}
/***** MEDIA QUERIES *****/
/* Responsive */
@media (max-width: 1400px) {
  header#header {
    display: none;
  }
  nav.d-block.d-md-none.mobile-menu {
    display: block !important;
  }
  .navbar.fixed-top {
    background-color: #fff;
  }
  .navbar-header .col:last-of-type {
    display: flex;
    justify-content: end;
  }
  .navbar-header .col:last-of-type .navbar-toggler {
    border: none;
  }
  .site-core {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .before-after-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ws-section.section.outer-container.module-padding.section-31 {
    background-image: url(https://tcfdentistry.com/wp-content/uploads/2025/08/1-hero-section.webp) !important;
    background-position: left;
    background-size: cover;
  }
  .ws-section.section.outer-container.module-padding.section-31 video {
    display: none !important;
  }
  .ws-section.section.outer-container.module-padding.section-31 {
    padding: 100px 20px;
  }
  .ws-section.section.outer-container.module-padding.section-41, .ws-section.section.outer-container.module-padding.section-64, .ws-section.section.outer-container.module-padding.section-74, .ws-section.section.outer-container.module-padding.section-106 {
    padding: 20px;
  }
  .text-95 {
    font-size: 55px;
  }
  .text-75 {
    font-size: 40px;
  }
  .text-60 {
    font-size: 40px;
  }
  .text-30 {
    font-size: 18px;
  }
  .text-26 {
    font-size: 20px;
  }
  .text-24 {
    font-size: 18px;
  }
  .text-22 {
    font-size: 18px;
  }
  .pl-100 {
    padding-left: 0;
  }
  .pr-100 {
    padding-right: 0;
  }
  .p-100 {
    padding: 25px;
  }
  .experience-cont {
    display: flex;
    gap: 20px;
    padding-left: 0;
  }
  .dental-services-slider .slick-slide {
    padding: 0 10px;
  }
  .right-bottom-deco {
    display: none;
  }
  .padding-20-sm {
    padding: 20px 45px;
  }
  .padding-20-sm-only {
    padding: 20px;
  }
  .testimonials-slider.slick-initialized.slick-slider {
    margin-bottom: 20px;
  }
  .column-reverse-sm {
    display: flex;
    flex-direction: column-reverse;
  }
  .custom-featured-overlay .custom-featured-title {
    text-align: center;
    font-size: 36px;
  }
  section.contact-section.container {
    padding: 10px 0;
  }
  .mobile_menu_dropdown_arrow {
    top: auto;
    margin-bottom: 0;
  }
  li.menu-item {
    padding: 8px 0;
  }
  li.menu-item a {
    color: #000;
    font-family: "Futura BT";
    text-decoration: none;
    font-size: 16px;
  }
  .mobile-menu .navbar-nav .dropdown-menu li a {
    padding: 7px 15px 0 15px;
  }
  footer#footer div.footer-widget {
    text-align: center;
  }
  footer#footer h3.widget-title {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  footer#footer a {
    font-size: 18px;
    padding: 0 0 8px 0;
  }
  footer#footer img.image {
    width: 50%;
    margin-bottom: 15px;
  }
  footer#footer div#footer-widgets {
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  .before-after-gallery-grid {
    grid-template-columns: 1fr;
  }
  .before-after-container {
    height: 200px;
  }
}
