/*
Theme Name: Nova - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --purple: #7340b3;
  --purple-deep: #4a2070;
  --accent: #3bb656;
  --accent-hover: #2f9a47;
  --grey-dark: #2c3e50;
  --grey: #5d6d7e;
  --grey-light: #95a5a6;
  --grey-pale: #f4f6f7;
  --white: #ffffff;
  --border: #e5e8eb;
  --shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.12);
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: "Inter", sans-serif;
  color: var(--grey-dark);
  line-height: 1.7;
  background: var(--white);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.3;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
html .btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  color: #fff !important;
  line-height: 1;
}
.btn-primary {
  background: var(--accent);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--purple);
}
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: 2.5rem;
  color: var(--grey-dark);
  margin-bottom: 12px;
}
.section-heading p {
  font-size: 1.05rem;
  color: var(--grey);
  max-width: 600px;
  margin: 0 auto;
}
.section-divider {
  width: 60px;
  height: 3px;
  background: var(--accent);
  margin: 16px auto;
}

.top-bar {
  background: var(--purple-deep);
  color: var(--white);
  padding: 10px 0;
  font-size: 1rem;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar a {
  color: rgba(255, 255, 255, 0.9);
}
.top-bar a:hover {
  color: var(--white);
}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-bar-left i {
  margin-right: 6px;
  color: var(--accent);
}
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-bar-right a {
  font-size: 1rem;
}

.site-header {
  background: var(--white);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}
.logo {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--purple);
}
.logo span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--grey);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--grey-dark);
  position: relative;
  padding: 4px 0;
}
.main-nav a:hover {
  color: var(--accent);
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 240px;
  box-shadow: var(--shadow-lg);
  border-radius: 4px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s;
  z-index: 100;
}
.main-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 0.85rem;
}
.main-nav .dropdown-menu a:hover {
  background: var(--grey-pale);
  color: var(--accent);
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-cta .btn {
  padding: 10px 10px;
  font-size: 0.85rem;
}
.mobile-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--grey-dark);
}

.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #1a1a2e;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2026/04/team-hero.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  background-position: 50% 21%;
  filter: saturate(1.2);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(115, 64, 179, 0.9) 0%,
    rgba(74, 32, 112, 0.88) 100%
  );
  z-index: 1;
  opacity: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
}
.hero-text {
  color: var(--white);
  text-align: center;
}
.hero-text .accreditation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  backdrop-filter: blur(4px);
}
.hero-text .accreditation i {
  color: #ffd700;
}
.hero-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}
.hero-text .subtitle {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 5px;
  font-weight: 300;
}
.hero-text .tagline {
  font-size: 1rem;
  opacity: 1;
  margin-bottom: 32px;
  line-height: 1.6;
}
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-stats {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 48px;
  margin-top: 48px;
}
.hero-stat {
  text-align: center;
  color: var(--white);
}
.hero-stat .number {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.hero-stat .label {
  font-size: 0.8rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.trust-bar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--grey);
}
.trust-item i {
  font-size: 1.2rem;
  color: var(--accent);
}
.trust-item strong {
  color: var(--grey-dark);
}

.intro-section {
  padding: 80px 0;
  background: var(--white);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.intro-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.intro-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.intro-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--accent);
  color: var(--white);
  padding: 16px 24px;
  border-radius: 4px;
}
.intro-badge .number {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.intro-badge .text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}
.intro-content h2 {
  font-size: 2rem;
  color: var(--grey-dark);
  margin-bottom: 20px;
}
.intro-content .lead {
  font-size: 1.05rem;
  color: var(--grey);
  margin-bottom: 24px;
  line-height: 1.8;
}
.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}
.credential {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--grey-dark);
}
.credential i {
  color: var(--accent);
  margin-top: 4px;
  font-size: 0.75rem;
}

.services-section {
  padding: 80px 0;
  background: var(--grey-pale);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.services-grid .service-card {
  display: flex;
  flex-direction: column;
}
.services-grid .service-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.services-grid .service-card-content p {
  flex: 1;
}
.services-grid .service-card-content .learn-more {
  margin-top: auto;
}
.service-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.service-card-image {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.service-card:hover .service-card-image img {
  transform: scale(1.05);
}
.service-card-content {
  padding: 24px;
}
.service-card-content h3 {
  font-size: 1.1rem;
  color: var(--grey-dark);
  margin-bottom: 10px;
}
.service-card-content p {
  font-size: 0.88rem;
  color: var(--grey);
  margin-bottom: 16px;
  line-height: 1.6;
}
.service-card-content .learn-more {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-card-content .learn-more:hover {
  color: var(--accent-hover);
}
.service-card-content .learn-more i {
  font-size: 0.7rem;
  transition: transform 0.3s;
}
.service-card-content .learn-more:hover i {
  transform: translateX(4px);
}

.why-section {
  padding: 80px 0;
  background: var(--white);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.why-card {
  text-align: center;
  padding: 40px 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: all 0.3s;
}
.why-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
}
.why-card .icon {
  width: 64px;
  height: 64px;
  background: var(--grey-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--accent);
  font-size: 1.4rem;
}
.why-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--grey-dark);
}
.why-card p {
  font-size: 0.9rem;
  color: var(--grey);
  line-height: 1.7;
}

.testimonials-section {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    var(--purple) 0%,
    var(--purple-deep) 100%
  );
  color: var(--white);
}
.testimonials-section .section-heading h2 {
  color: var(--white);
}
.testimonials-section .section-heading p {
  color: rgba(255, 255, 255, 0.8);
}
.testimonials-section .section-divider {
  background: rgba(255, 255, 255, 0.4);
}
.testimonials-slider {
  max-width: 800px;
  margin: 0 auto;
}
.testimonials-slider .slick-slide {
  padding: 0 16px;
}
.testimonial-card {
  text-align: center;
  padding: 48px 40px;
}
.testimonial-quote {
  font-size: 3rem;
  color: var(--accent);
  font-family: "Playfair Display", serif;
  line-height: 1;
  margin-bottom: 8px;
}
.testimonial-stars {
  color: #ffd700;
  font-size: 1rem;
  margin-bottom: 24px;
  letter-spacing: 3px;
}
.testimonial-card p {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 28px;
  font-style: italic;
  opacity: 0.95;
  font-weight: 300;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 15px 0px;
}
.testimonial-initial {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}
.testimonial-name {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
}
.testimonial-source {
  font-size: 0.8rem;
  opacity: 0.7;
  text-align: left;
}
.testimonials-rating {
  text-align: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.testimonials-rating .rating-number {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
}
.testimonials-rating .rating-stars {
  color: #ffd700;
  font-size: 1.2rem;
  margin: 8px 0;
}
.testimonials-rating .rating-text {
  font-size: 0.9rem;
  opacity: 0.8;
}
.testimonials-slider .slick-dots {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.testimonials-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.testimonials-slider .slick-dots li.slick-active button {
  background: var(--accent);
  border-color: var(--accent);
}
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: var(--white);
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--accent);
}
.testimonials-slider .slick-prev {
  left: -60px;
}
.testimonials-slider .slick-next {
  right: -60px;
}
.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before {
  font-family: "Font Awesome 5";
  font-weight: 900;
  font-size: 1rem;
  color: var(--white);
}
.testimonials-slider .slick-prev:before {
  content: "\f053";
}
.testimonials-slider .slick-next:before {
  content: "\f104";
  transform: scaleX(-1);
  position: relative;
  display: inline-block;
}

.cta-section {
  position: relative;
  padding: 80px 0;
  background-image: url("https://images.unsplash.com/photo-1516549655169-df83a0774514?w=1920&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(44, 62, 80, 0.88);
}
.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  max-width: 700px;
  margin: 0 auto;
}
.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #fff;
}
.cta-content p {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 32px;
  line-height: 1.7;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.insurance-section {
  padding: 60px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
}
.insurance-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
.insurance-item {
  padding: 12px 20px;
  background: var(--grey-pale);
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--grey);
}

.visit-section {
  padding: 80px 0;
  background: var(--grey-pale);
}
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.visit-map {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 400px;
  background: var(--grey-light);
}
.visit-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.visit-info h3 {
  font-size: 2.5rem;
  color: var(--grey-dark);
  margin-bottom: 20px;
}
.visit-info .description {
  font-size: 0.95rem;
  color: var(--grey);
  margin-bottom: 28px;
  line-height: 1.7;
}
.visit-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.visit-detail .icon {
  width: 40px;
  height: 40px;
  background: var(--grey-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.visit-detail .info h4 {
  font-size: 0.95rem;
  color: var(--grey-dark);
  margin-bottom: 4px;
}
.visit-detail .info p,
.visit-detail .info a {
  font-size: 0.9rem;
  color: var(--grey);
}
.visit-detail .info a:hover {
  color: var(--accent);
}

.site-footer {
  background: var(--purple-deep);
  color: rgba(255, 255, 255, 0.85);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.footer-col h3 {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: var(--white);
}
.footer-col p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.footer-col a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}
.footer-col a:hover {
  color: var(--white);
}
.footer-social > div {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s;
}
.footer-social a:hover {
  background: var(--accent);
  border-color: var(--accent);
}
.footer-hours table {
  width: 100%;
  font-size: 0.85rem;
}
.footer-hours td {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-hours td:last-child {
  text-align: right;
}
.footer-bottom {
  margin-top: 48px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom a:hover {
  color: var(--white);
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-text h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .top-bar .container {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .top-bar-left {
    flex-direction: column;
    gap: 8px;
  }
  .site-header .container {
    height: 105px;
  }
  .main-nav {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .hero {
    height: 500px;
  }
  .hero-text h1 {
    font-size: 2rem;
  }
  .hero-stats {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .intro-image img {
    height: 360px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .visit-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .credentials {
    grid-template-columns: 1fr;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Fixes */

.mobile_cta_buttons.hide-d.mobile-btn {
    display: none;
}

.top-bar-right a {
    margin-left: 15px;
}

section.hero video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
}

header.site-header img {
    max-width: 250px;
}

ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    gap: 10px;
}

div#page {
    padding: 0px;
}

.footer-bottom p {
    margin: 0px 0px 5px;
    font-size: 16px;
    opacity: 1;
    color: #fff;
}

.footer-bottom a {
    font-weight: bold;
    color: #fff;
}

.info p {
    margin: 0px;
}

@media (max-width: 880px) {
	.header-cta {
		display: none;
	}
}
.full {
    text-align: center;
    padding-top: 10px;
}

.full p {
    margin: 0px;
    font-size: 16px;
}

p.subtitle {
    margin-bottom: 5px !important;
    font-weight: bold;
    opacity: 0.6;
    font-size: 18px;
}
