:root {
    --primary-color: #475b76 !important;
    --primary-bg: #fbf8f3 !important;

}

body {
  font-family: "Inter", sans-serif !important;
  background-color: var(--primary-bg) !important;
}

  .adhd-feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    max-width: 700px;
    margin-bottom: 0px;
  }

  .adhd-feature-list li {
    display: flex;
    align-items: center;
    background-color: #fbf8f3;
    border: 1px solid #43b9a4;
    border-radius: 25px;
    padding: 14px 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease;
  }

  .adhd-feature-list li:hover {
    transform: translateY(-2px);
  }

  .adhd-feature-list li::before {
    content: "📌";
    margin-right: 12px;
    font-size: 20px;
    color: #43b9a4;
  }

.google-review {
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  box-sizing: border-box;
}

.google-review .top-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stars {
  color: #f4b400;
  font-size: 1.1rem;
  white-space: nowrap;
}

.review-content {
  flex: 1;
}

.google-review .reviewer {
  font-weight: bold;
  margin-top: 10px;
}

.review-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.review-carousel {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  padding: 10px;
}

.review-item {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .review-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Dot Navigation */
.review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.review-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.review-dot.active {
  background-color: #333;
}

.carousel-arrow {
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  color: #333;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 10px;
}

.carousel-arrow.left,
.carousel-arrow.right {
  position: static; /* remove absolute positioning */
}

.video-wrapper-top {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  background-color: black; /* Prevent white flash on load */
  border-radius: 25px;
}

.video-wrapper-top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

.overlay-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center / contain;
  cursor: pointer;
  z-index: 10;
}


.core-menu {
  width: 100%;
}

.core-menu-wrapper {
  position: relative;
  display: inline-block;
}

.core-submenu {
  display: none;                  /* hide by default */
  position: absolute;            /* floats over content */
  top: 100%;                     /* show below the button */
  left: 0;
  background-color: #fbf8f3;
  list-style: none;
  margin: 0;
  padding: 10px;
  z-index: 999;                  /* stay on top */
  min-width: 220px;
  border-radius: 25px !important;

}

.core-submenu li a {
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.core-submenu li a:hover {
  background-color: #f5f5f5;
}

.core-menu-wrapper:hover .core-submenu {
  display: block;                /* show on hover */
}

.wide-video-wrapper {
  max-width: 1080px;
  margin: 40px auto;
  padding: 0 15px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  border-radius: 25px;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-list {
  gap: 5px !important;
}

.main-list li a {
  padding: 10px !important;
  color: #475B76 !important;
}

.promo-video video {
  margin-top: 0px !important;
}

.intake-form .form-container {
  border-radius: 25px !important;
}

.footer {
  margin: 0px !important;
}

.faq-item {
  background-color: #cbd4d3 !important;
}

.faq-question::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #43b9a4 !important;
  color: #43b9a4;
  background-image: none !important;
  margin-right: 10px !important;
  vertical-align: middle !important;
  min-width: 18px !important;
    min-height: 18px !important;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#ez-toc-container {
    background-color: var(--primary-bg) !important;
}

.page-section .content h2, .post-section .content h2 {
  background-color: var(--primary-color) !important;
  font-weight: bolder !important;
  padding-right: 20px !important;
}

.page-section .content h3, .post-section .content h3 {
  background-color: var(--primary-bg) !important;
  font-weight: bolder !important;
  padding-right: 20px !important;
}

.blog-list-read-more, .page-numbers.current {
  background-color: var(--primary-color) !important;
}

.cata-css {
    color: white;
    background: #475b76;
    padding: 10px;
    font-family: 'Metropolis Black', sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom-checklist li {
  font-size: 18px !important;
}

.bg-color {
  background-color: var(--primary-bg) !important;
}

.container {
  padding: 25px;
}

.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient:vertical;
  overflow: hidden;"
}

.hwhicons .col-md-4,
.hwhicons .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hwhicons img {
  max-width: 120px;
}

.hwhicons p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}


.home-page-4 {
  background-color: var(--primary-bg) !important;
}

.faq-question span {
    font-size: 18px;
    font-weight: 600 !important;
}

.faq-item {
  margin: 10px 0px;
  border-radius: 25px !important;
}

.same-width-btn {
  width: auto; 
}

.home-page-5 {
  background-color: var(--primary-bg) !important;
  background-image: url('https://mindshiftmentors.com/wp-content/uploads/bg-f5efe01.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center right;
}

.home-page-5 h4 {
  color: darkgray !important;
}

.home-page-4, .home-page-9 {
    background-color: var(--primary-bg);
}

.site-logo img {
  max-height: 70px !important;
}

.site-header {
  max-width: 1400px; /* or any preferred value */
  border-radius: 25px;
  width: 100%;
  position: relative;
  background-color: var(--primary-bg);
  margin: 25px auto 0 auto; /* top margin, center horizontally */
  padding: 0;
  z-index: 3;
}

.site-header .container-fluid {
  max-width: 100%;
  margin: 0 auto;
}

.main-button {
  margin: 0 5px;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 500;
  color: white !important;
  text-decoration: none;
  background-color: var(--primary-color) !important;
  border: none;
  font-size: 18px;
}

.secondary-button {
  margin: 0 5px;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--primary-color) !important;
  background-color: var(--primary-bg);
  border: 1px solid var(--primary-color) !important;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: normal;  
  word-break: keep-all;     
  line-height: 1.3;
}

.core-items {
  width: 225px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: var(--primary-bg);
  border-radius: 25px !important;
}

/* Button styling */
.core-button {
  margin-top: 10px;
  border-radius: 25px;
  padding: 10px;
  font-weight: 500;
  color: var(--primary-color) !important;
  background-color: var(--primary-bg);
  border: 1px solid var(--primary-color) !important;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  max-width: 100%;
  line-height: 1.3;
}

.idle-button {
  margin-bottom: 25px;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none;
  background-color: var(--primary-bg);
  border: 1px solid #ccc !important;
  font-size: 18px;
  display: inline-block;
}

.main-header-menu .nav-link {
  font-weight: 500;
  color: black;
}

.main-header-menu .nav-link:hover {
  color: #007bff;
}

#menu-main-header a {
	color: black !important;
	font-size: 199px;
}

.main-section-1 {
  height: 82vh !important;
}

.section-1 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  object-position: top;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* adjust darkness here */
  z-index: 1;
}

.overlay-content {
  position: relative;
  z-index: 1;
  padding: 3rem 1rem;
}

.section-cores {
  background-color: var(--primary-bg);
}

.img-background {
   background-image: url('https://mindshiftmentors.com/wp-content/uploads/bg-f5efe01.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center left;
}

.section-1 h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 80px;
  color: white;
  margin-top: 50px;
}

.section-1 h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: white;
  font-style: italic;
}

.report-img-2 {
  background-color: white !important;
}

.section-2 {
  font-family: "Inter", sans-serif;
}

.section-cores h2, .section-experts h2 {
  font-size: 48px;
}

.section-cores img {
    border-radius: 25px !important;
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
    object-fit: cover !important;
    max-width: 100% !important;
}

.below-core {
  z-index: 2;
  position: relative;
  padding: 1rem 1rem;
  margin-top: -20vh;
}

.img-wrapper {
  width: 225px;
  height: 225px;
  overflow: hidden;
  border-radius: 25px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.below-core img {
  margin: 0 auto;
  width: 100%;
  max-width: 225px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 25px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.below-core img:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.cert-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.cert-left, .cert-right {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cert-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.cert-images img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.3s ease;
}

.cert-images img:hover {
  filter: grayscale(0%);
}

.main-button {
  display: inline-flex;
  align-items: center;
  background: #0066ff;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  gap: 8px;
  transition: background 0.3s ease;
}

.main-button:hover {
  background: #004ecc;
}

.team-section {
  padding: 20px;
  background-color: var(--primary-bg);
}

.team-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.team-card {
  width: 280px;
  height: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.team-info {
  background: #fff;
  padding: 12px 8px;
  color: #333;
  text-align: center;
  border-top: 1px solid #eee;
}


.team-info h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111;
}

.team-info p {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: #666;
}

.promo-video video {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
}

.hypno-stats {
  background-color: #fff;
  padding: 20px 20px;
  text-align: center;
}

.hypno-stats .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
  gap: 30px;
}

.stat-item {
  flex: 1 1 200px;
  min-width: 200px;
}

.stat-item h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #111;
}

.stat-item p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.services-section {
  background: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: left;
  color: #111;
}

.services-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.services-section .tag {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #333;
}

.services-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.services-section .subtext {
  font-size: 1rem;
  color: #777;
  margin-bottom: 40px;
}

.service-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: var(--primary-bg);
  padding: 24px 28px;
  border-radius: 50px;
  margin-bottom: 18px;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid gray;
  width: 75%;
}


.service-box.active {
  background: var(--primary-color);
  color: white;
  border: none;
}

.service-box.active p {
  color: #e0e0e0;
}

.service-box:hover {
  background: var(--primary-color);
  color: white;
  border: none;
}

.service-box:hover p {
  color: #e0e0e0;
}

.service-box h3 {
  margin: 0;
  font-size: 1.25rem;
}

.service-box p {
  margin: 5px 0 0;
  font-size: 0.95rem;
  color: #666;
}

.service-box .right {
  font-size: 1.5rem;
  transition: transform 0.2s;
}

.service-box:hover .right {
  transform: translateX(4px);
}

.img-portrait {
  margin: 0 auto;
  aspect-ratio:  3 / 4;
  width: auto;
  max-height: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.img-portrait img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-portrait {
  margin: 0 auto;
  aspect-ratio: 4 / 5;
  width: auto;
  max-height: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.video-portrait video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-wrapper {
  width: auto;       /* or match estimated JS width */
  height: 350px;      /* or match estimated JS height */
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background-color: #000;
}

.video-wrapper video {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.overlay-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s ease;
}

.overlay-play-button:hover {
  background: rgba(0,0,0,0.8);
}

.overlay-play-button::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
}


/* ======================================= */
/* ======================================= */
/* ====== MOBILE RESPONSIVE STYLES ====== */
/* ======================================= */
/* ======================================= */
@media only screen and (max-height: 768px) {
  .below-core {
    margin-top: -10vh;
  }
}

@media only screen and (max-width: 992px) {

  .review-carousel {
    padding: 0px !important;
  }

  .brett {
    height: 100vh;
  }

  .testimonial-section h1 {
    font-size: 40px;
  }

  .below-core {
    margin-top: 0vh;
  }

  .site-header {
    margin: 10px auto;
    max-width: 95%;
  }

  .mobile-header-menu li a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
  }

  .mobile-header-menu {
        padding: 10px 0;
  }

  .section-1 h1 {
    font-size: 60px;
  }

  .section-1 h2 {
    font-size: 40px;
  }

  .main-button {
    display: block;
  }

  .service-box {
    width: 100%;
  }

  .section-1 {
    height: auto;
  }

}