/* New Home CSS */
.home-philosophy {
	margin:5% 3%;
}

.path-boxes, .learn-boxes {
	padding:5% 8%!important;
}
.home-philosophy .buttons {
}
.home-philosophy .buttons .wp-block-column {
	flex-grow:0!important;
	flex-basis:auto;
}

.home-philosophy .button {
	margin-top:30px;
}

.home-philosophy .wp-block-button__link, .path-boxes .wp-block-button, .learn-boxes .wp-block-button__link, .holplus-locations-section .wp-block-button__link {
	background:none!important;
	margin-top:2px;
}

.home-philosophy h2, .home-philosophy .holplus-locations-subtitle {
	text-align:left!important;
	line-height:.85;
}

.home-philosophy img {
	margin-top:15px;
	margin-bottom:-25px;
}

.home-philosophy p {
	line-height:1.5;
	font-size:1.3em!important;
}

.path-boxes, .learn-boxes {
	background-color:rgba(78, 198, 207, 0.07);
}

.path-boxes h2, .learn-boxes h2 {
	margin-bottom:65px;
}

.path-boxes .wp-block-column, .learn-boxes .wp-block-column {
	padding:1.85%;
	border:2px solid #4FC6CF;
	border-radius:15px;
	background-color:#fff;
	display:flex;
	flex-direction:column;
	transition: transform 300ms ease-out;
}

.path-boxes .wp-block-column:hover, .learn-boxes .wp-block-column:hover {
	-webkit-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
transform: translate(0, -5px);
}

.learn-boxes .wp-block-column {
	background-color:rgba(78, 198, 207, 0.07);
}


.path-boxes p, .learn-boxes p {
	font-size:.8em;
	color:#636363;
}

.path-boxes ul {
	margin-top:20px;
}

.path-boxes ul li {
	list-style:;
	margin-left:25px;
	margin-top:10px;
}

.path-boxes li::marker {
  color:#4FC6CF;
}

.path-boxes .wp-block-buttons, .learn-boxes .wp-block-buttons {
	margin-top:auto;
}

.path-boxes .wp-block-button, .learn-boxes .wp-block-button {
	border:2px solid #e9e9e9;
	border-radius:15px;
	background-color:#fff;
	margin:0 auto;
}

.path-boxes .wp-block-button:hover, .learn-boxes .wp-block-button:hover {
	border:2px solid #4FC6CF;
	background-color:#4FC6CF!important;
	color:#fff!important;
}

.path-boxes .wp-block-button .wp-block-button__link, .learn-boxes .wp-block-button .wp-block-button__link {
	background-color:rgb(0,0,0,0);
	color:#636363;
	display:flex;
}

.learn-boxes .wp-block-button .wp-block-button__link svg {
	margin-left:5px;
}

.path-boxes .wp-block-button .wp-block-button__link:hover, .learn-boxes .wp-block-button .wp-block-button__link:hover {
	color:#fff;
}

.path-boxes h3, .learn-boxes h3 {
	font-size:1.25em;
	margin-top:10px;
	margin-bottom:25px;
}

.path-boxes .wp-block-button, .learn-boxes .wp-block-button {
	margin-top:30px!important;
}

.learn-boxes img {
	border-radius:15px;
	margin-bottom:15px;
}

.home-reviews {
	margin:3%;
	padding-top:3%;
	padding-bottom:3%;
}

.holplus-locations-section .wp-block-button {
	display:block;
	margin:0 auto;
	max-width:350px!important;
	margin-top:30px;
}

.location-consult {
	display:block;
	max-width:700px;
	margin:0 auto;
	margin-top:30px;
}

.location-consult h3 {
	text-align:center;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 16px;
	line-height:1.2;
}

.location-consult p {
	text-align:center;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 16px;
	line-height:1.2;
}

@media (max-width:800px) {
	.home-philosophy img {
	margin-top:10px;
	margin-bottom:-15px;
}
	.home-philosophy {
		margin-top:70px!important;
	}
	.home-philosophy .button {
	margin-top:20px;
}
	.home-philosophy .buttons {
	gap:0px;
}
	.path-boxes .wp-block-column, .learn-boxes .wp-block-column {
	padding:8%;
}
	footer h5 {
		font-size:.8em!important;
	}
}

/* New locations Home */
/* ========================================
   Our Locations Section Styles
   ======================================== */

.holplus-locations-section {
  padding: 50px 0 120px;
  background: linear-gradient(to bottom, #fff, rgba(68, 191, 201, 0.05));
  overflow: hidden;
}

.holplus-locations-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.holplus-locations-header {
  text-align: center;
  margin-bottom: 40px;
}

.holplus-locations-subtitle {
  display: block;
  color: #44bfc9;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 14px;
  margin-bottom: 16px;
}

.holplus-locations-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

@media (max-width: 768px) {
  .holplus-locations-title {
    font-size: 32px;
  }
}

/* ========================================
   Marquee (Scrolling Location Names)
   ======================================== */

.holplus-locations-marquee {
  padding: 20px 0;
  background: rgba(68, 191, 201, 0.05);
  border-top: 1px solid rgba(68, 191, 201, 0.1);
  border-bottom: 1px solid rgba(68, 191, 201, 0.1);
  overflow: hidden;
  margin: 0 -20px;
}

.holplus-marquee-track {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
  width: max-content;
}

.holplus-marquee-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: default;
  flex-shrink: 0;
}

.holplus-marquee-item svg {
  color: rgba(68, 191, 201, 0.4);
  transition: color 0.3s ease;
}

.holplus-marquee-item span {
  color: rgba(100, 100, 100, 0.6);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.holplus-marquee-item:hover svg {
  color: #44bfc9;
}

.holplus-marquee-item:hover span {
  color: #44bfc9;
}

/* ========================================
   Location Cards Carousel
   ======================================== */

.holplus-cards-wrapper {
  margin-top: 50px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.holplus-cards-wrapper:active {
  cursor: grabbing;
}

.holplus-cards-wrapper.is-dragging {
  cursor: grabbing;
}

.holplus-cards-track {
  display: flex;
  gap: 24px;
  width: max-content;
}

/* Individual Card Styles */
.holplus-location-card {
  flex-shrink: 0;
  width: 200px;
}

@media (min-width: 768px) {
  .holplus-location-card {
    width: 240px;
  }
}

.holplus-card-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4 / 5;
  text-decoration: none;
}

.holplus-card-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  pointer-events: none;
}

.holplus-card-link:hover img {
  transform: scale(1.1);
}

.holplus-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.3) 50%,
    transparent
  );
  pointer-events: none;
}

/* Virtual Badge */
.holplus-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #44bfc9;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}

.holplus-card-badge svg {
  width: 12px;
  height: 12px;
}

/* Card Content */
.holplus-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  color: #fff;
  pointer-events: none;
}

.holplus-card-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.holplus-card-title-row svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.holplus-card-title-row h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.holplus-card-phone {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.holplus-card-phone svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* ========================================
   Responsive Adjustments
   ======================================== */

@media (max-width: 768px) {
  .holplus-locations-section {
    padding: 60px 0 80px;
  }

  .holplus-marquee-track {
    gap: 40px;
  }

  .holplus-marquee-item span {
    font-size: 12px;
  }

  .holplus-cards-track {
    gap: 16px;
  }
}

/* ========================================
   Logos Marquee Section Styles
   ======================================== */

.holplus-logos-section {
  padding: 20px 0 50px 0;
  background: #fff;
  margin-top: 35px;
  margin-bottom: 50px;
}

.holplus-logos-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.holplus-logos-card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 16px 32px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .holplus-logos-card {
    padding: 12px 16px;
    border-radius: 8px;
  }
}

.holplus-logos-track {
  display: flex;
  align-items: center;
  gap: 85px;
  width: max-content;
}

@media (max-width: 768px) {
  .holplus-logos-track {
    gap: 32px;
  }
}

.holplus-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.holplus-logo-item img {
  max-height: 50px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.holplus-logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 768px) {
  .holplus-logo-item {
    height: 40px;
  }

  .holplus-logo-item img {
    max-height: 40px;
    max-width: 100px;
  }
}

/* Number Counters */
.stat-counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  margin: 30px auto;
  gap: 30px;
}

.stat-box {
  padding: 20px 30px;
  background: #fff;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 0 13px hsla(184.66, 56.86%, 42.07%, 0.22);
  border-radius: 20px;
}

.stat {
  font-size: 2em;
  font-family: Konnect, sans-serif;
  font-weight: 700;
  margin: 0;
  color: #44bfc9;
}

.stat-box h5 {
  font-size: 0.85em;
  font-family:
    Helvetica Now Display,
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-weight: 400;
  color: #666;
  margin: 8px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .stat-counters {
    flex-wrap: wrap;
  }

  .stat-box {
    padding: 15px 20px;
    min-width: 100px;
  }

  .stat {
    font-size: 1.5em;
  }
}

/* ========================================
   Join the Community Section
   ======================================== */

.holplus-community-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, rgba(68, 191, 201, 0.05), #fff);
}

.holplus-community-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.holplus-community-header {
  text-align: center;
  margin-bottom: 40px;
}

.holplus-community-header h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.holplus-community-header h2 span {
  color: #44bfc9;
}

.holplus-community-header p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Social Cards Grid */
.holplus-social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

/* Individual Card */
.holplus-social-card {
  display: block;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  isolation: isolate;
}

.holplus-social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(68, 191, 201, 0.4);
}

/* Social Avatar Image */
.holplus-social-avatar {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

/* Social Icons */
.holplus-social-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  margin-top: -25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.holplus-social-card:hover .holplus-social-icon {
  transform: scale(1.1);
}

.holplus-social-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

/* Icon Colors */
.holplus-icon-instagram {
  background: linear-gradient(135deg, #f472b6, #a855f7);
}

.holplus-icon-youtube {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.holplus-icon-facebook {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.holplus-icon-tiktok {
  background: linear-gradient(135deg, #000000, #333333);
}

/* Card Text */
.holplus-social-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.holplus-social-handle {
  font-size: 12px;
  color: #888;
  margin: 0 0 4px 0;
}

.holplus-social-followers {
  font-size: 12px;
  font-weight: 500;
  color: #44bfc9;
  margin: 0;
}

/* Hashtag Button */
.holplus-community-cta {
  text-align: center;
}

.holplus-hashtag-btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.holplus-hashtag-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .holplus-community-section {
    padding: 60px 0;
  }

  .holplus-community-header h2 {
    font-size: 28px;
  }

  .holplus-community-header p {
    font-size: 14px;
  }

  .holplus-social-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .holplus-social-card {
    padding: 20px 12px;
  }

  .holplus-social-icon {
    width: 44px;
    height: 44px;
  }

  .holplus-social-icon svg {
    width: 22px;
    height: 22px;
  }
}

/* Appointment Page CSS */
/* ===== CONTACT PAGE STYLES ===== */
.csmd-contact-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.csmd-contact-page {
  font-family: "Work Sans", sans-serif;
  color: #333;
  line-height: 1.6;
}

/* ----- Hero Section ----- */
.csmd-hero {
  position: relative;
  background: linear-gradient(135deg, #f7f7f7 50%, #e8e8e8 100%);
  background-image: url("https://holplus.co/wp-content/uploads/2026/02/download.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.csmd-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.csmd-hero-text {
  max-width: 500px;
}
.csmd-hero-text h1 {
  font-family: "Prata", serif;
  font-size: 48px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 20px;
}
.csmd-hero-badge {
  display: inline-block;
  background-color: #38bfc8;
  color: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}
.csmd-hero-badge em {
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
}

/* ----- Tabs Section ----- */
.csmd-tabs-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 30px;
}
.csmd-tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.csmd-tabs-nav li {
  padding: 16px 30px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  gap: 10px;
  transition:
    background 0.3s,
    color 0.3s;
  border: none;
}
.csmd-tabs-nav li.active {
  background: #38bfc8;
  color: #fff;
}
.csmd-tabs-nav li:hover:not(.active) {
  background: #d5d5d5;
}
.csmd-tabs-nav li svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}
.csmd-tab-content {
  display: none;
  padding: 50px 0 60px;
}
.csmd-tab-content.active {
  display: block;
}

/* ----- Two Column Layout ----- */
.csmd-two-col {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.csmd-col-left {
  flex: 1.2;
  min-width: 0;
}
.csmd-col-right {
  flex: 0.8;
  min-width: 0;
}

/* ----- Left Column Content ----- */
.csmd-col-left .csmd-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0b1013;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 600;
}
.csmd-col-left h2 {
  font-family: "Prata", serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  color: #1a1a1a;
}
.csmd-col-left .csmd-intro {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #444;
}
.csmd-col-left h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.csmd-col-left ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.csmd-col-left ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #444;
}
.csmd-col-left ul li strong {
  color: #1a1a1a;
}
.csmd-col-left .csmd-note {
  font-style: italic;
  font-size: 14px;
  color: #666;
}
.csmd-providers-label {
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.csmd-provider-name {
  font-size: 15px;
  color: #444;
  margin-bottom: 4px;
}
.csmd-pediatric-note {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

/* ----- Right Column ----- */
.csmd-col-right h3 {
  font-family: "Prata", serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.csmd-col-right .csmd-free {
  color: #38bfc8;
}
.csmd-col-right .csmd-dark {
  color: #0b1013;
}
.csmd-cta-btn {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 12px 45px;
  background: #0b1013;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.csmd-cta-btn:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
.csmd-divider {
  border: none;
  border-top: 1px solid #38bfc8;
  margin: 30px 0;
}

/* ----- Contact Form ----- */
.csmd-contact-form input[type="text"],
.csmd-contact-form input[type="email"],
.csmd-contact-form input[type="tel"],
.csmd-contact-form select,
.csmd-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 0;
  appearance: auto;
}
.csmd-contact-form textarea {
  height: 120px;
  resize: vertical;
}
.csmd-contact-form input::placeholder,
.csmd-contact-form textarea::placeholder {
  color: #999;
}
.csmd-consent-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}
.csmd-consent-wrap input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}
.csmd-submit-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}
.csmd-submit-btn:hover {
  background: #ddd;
}

/* ----- Contact Info ----- */
.csmd-contact-info {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}
.csmd-contact-info a {
  color: #38bfc8;
  text-decoration: underline;
}
.csmd-contact-info a:hover {
  color: #2a9da5;
}
.csmd-faqs-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 45px;
  background: #0b1013;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  transition: background 0.3s;
}
.csmd-faqs-btn:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
  .csmd-hero-text h1 {
    font-size: 32px;
  }
  .csmd-hero-inner {
    flex-direction: column;
    text-align: center;
  }
  .csmd-two-col {
    flex-direction: column;
    gap: 40px;
  }
  .csmd-tabs-nav {
    flex-direction: column;
  }
  .csmd-tabs-nav li {
    justify-content: center;
  }
  .csmd-col-right {
    width: 100%;
  }
}