#header_logo {
  width: 300px;
}
.timeline-circle {
  position: relative;
}
.timeline-circle::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #d9edf5;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.timeline-circle.last-circle::after {
  content: unset;
}

.board {
  background: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 2px 10px rgba(122, 170, 200, 0.15);
  overflow: hidden;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}
.table1 {
  min-width: 800px; /* or however wide your table needs to be */
}
table.table1 {
  border-collapse: separate; /* keep separate so cell padding works cleanly */
  border-spacing: 0; /* no outer gaps (fix for your green box) */
  table-layout: fixed;
  margin-bottom: 0px;
}

/* Give body cells their spacing without affecting header edges */
.table1 tbody td {
  padding: 6px;
  min-width: 50px;
  border-left: 2px solid #d7d9d9;
  border-bottom: 2px solid #d7d9d9;
}
.first-th{
    border-left: 0px !important;
}
.first-td{
  border-left: 0px !important;
  border-bottom: 0px !important;
}
/* header row: pill boxes with only inner gaps */
.table1 thead th {
  background: transparent;
  padding: 0;
  border-left: 2px solid #d7d9d9;
}
.table1 tr:last-child td {
  border-bottom: 0px !important;
}
.table1 thead th .pill {
  display: block;
  background: #62c7ee;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  letter-spacing: 0.05em;
  font-size: 14px;
  margin: 0px;
  line-height: 1.1;
  white-space: nowrap;
}
.table1 thead th:first-child .pill {
  margin-left: 0;
} /* no outer gap (left) */
.table1 thead th:last-child .pill {
  margin-right: 0;
} /* no outer gap (right) */

/* left column headers */
.dept {
  font-weight: 700;
  color: #2d211b;
  text-align: center;
  padding: 18px 10px;
  vertical-align: middle;
}
.schedule .slot{
  background: #add8ea
}
.schedule .chip.blue{
  background: #7cc4ea;
}
.schedule .chip.dark-blue{
  background: #3fbfa0;
}
.schedule .chip.grey{
   background:#dff2fb;
}
.schedule .chip.pink{
  background:#d5858b;
}
.schedule .chip.purple{
  background:#CAA0E7;
}
.slot {
  background: #e3f7ff;
  color: #2d211b;
  font-weight: 700;
  text-align: center;
  padding: 18px 6px;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 4px solid #ffff;
}
.table-circle .slot {
  border-right: 2px solid #ffff;
  border-radius: 14px;
}
/* body cells */

.cell {
  border-radius: 10px;
  padding: 10px;
  min-height: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
  text-align: center;
}
.cell1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* always 2 per row */
  gap: 10px;
}
.chip {
  display: inline-block;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  white-space: nowrap;
}
.bg-word{
  white-space: unset !important;
}
.dark-blue {
  background: #84d2f0;
}
.grey {
  background: #ededed;
}
.chip.blue {
  background: #dff2fb;
  color: #2d211b;
}
.chip.gray {
  background: #e3f7ff;
  color: #2d211b;
}
.chip.pink {
  background: #fee3e5;
  color: #2d211b;
}
.cell.stack,
.cell.stack1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* two columns by default */
  gap: 10px;
}
.cell.stack .chip,
.cell.stack1 .chip {
  width: auto;
}
.cell.stack .chip:first-child {
  grid-column: 1 / -1;
}
.cell.stack1 .chip:last-child {
  grid-column: 1 / -1;
}
.image_1 {
  width: 38px;
}
.image_2 {
  width: 20px;
}
.pdf_button .elementor-icon-box-title{
    margin: 0px;
}
/* Footer Hour */
  .hours{
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    color:#2d211b;
  }
  .dental-class .hours{
    color:#1F4164;
  }
  .hours{
    table-layout: fixed;
  }

  .hours th,
  .hours td{
    padding: 4px 8px;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
  }
  .label{
    width: 160px;
    text-align: left !important;
    letter-spacing: .02em;
    font-weight: 500;
  }
  .period{
    width: 200px;
    text-align: left;
  }
  .head{
    letter-spacing: .2em;
  }
  .dot{
    display:inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#2d211b;
    vertical-align: middle;
    margin: 0 2px;
  }
  .dental-class .hours .dot{
    background:#1F4164;
  }
  .slash{
    font-size: 14px;
    letter-spacing: .02em;
  }
  .note{
    font-size: 14px;
  }
  .rule, .sep{
    height: 1px;
    border-bottom: 2px solid #2d211b;
  }
  .d{ width: 60px; }
  .d.sat{ width: 62px; }
.bubble {
  position: relative;
  border: 2px solid #f5cfd1;
  border-radius: 16px;
  padding: 10px 32px;
  color: #2d3a52;
  font-size: 22px;
  line-height: 1.5;
  display: inline-block;
  background-color: #fff;
}

.bubble::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f5cfd1;
}

.bubble::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 13px solid #fff;
}
.exctax{
  font-size: 16px;
}
.t2{
  font-size: 12px;
}
.side-pills {
  position: fixed;             
  top: 50%;
  right:0px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 9999;
}

.side-pills .spill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 165px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.pill--blue { background: #acd6e6; }
.pill--pink { background: #f8b9bd; }
.spill span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  color: #fff;
  letter-spacing: .08em;
  line-height: 1.2;
  padding: 10px 6px;
  font-size: 13px;
}
.spill:hover {
  transform: translateX(2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.2);
  opacity: 1;
}
.elementor-kit-7 h3{
  font-size: 32px;
}

/********* News Section **********/
.wrap {
	max-width: 980px;
	margin: 0px auto;
	padding: 0 20px
}

.news {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-item {
	display: grid;
	grid-template-columns: 100px 222px 1fr 30px;
	align-items: center;
	gap: 28px;
	padding: 22px 0;
	border-bottom: 1px solid #e9ecef;
	position: relative
}

.news-date {
	font-weight: 500;
	color: #0f172a
}

.badge {
	display: inline-block;
	min-width: 120px;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	white-space: nowrap
}

.badge.green {
	background: #e9efdd;
	color: #4a5a2c
}

.badge.blue {
	background: #e6eef6;
	color: #3c5a78
}
.badge.pink {
    background: #ffe7e9;
    color: #533C2A;
}
.news-title {
	font-size: 16px;
  letter-spacing: 2px;
}

.news-arrow {
	text-align: right;
	font-size: 18px;
	color: #6b6b6b
}

.news-item a {
	position: absolute;
	inset: 0
}

@media (max-width:768px) {
	.news-item {
		grid-template-areas:
			"date  badge arrow"
			"title title arrow";
		gap: 8px 10px;
		padding: 18px 0;
	}

	.news-date {
		grid-area: date;
		font-size: 14px
	}

	.badge {
		grid-area: badge;
		min-width: auto;
		padding: 6px 12px;
		font-size: 12px
	}

	.news-title {
		grid-area: title;
		font-size: 15px;
		line-height: 1.8
	}

	.news-arrow {
		grid-area: arrow;
		align-self: center;
		margin-top: 36px;
    position: absolute;
    right: 10px;
	}
  .hours{
    width: 100%;
  }
}
/* Category navigation */
.news-cats {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.news-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.news-cats li {
  margin: 0;
  padding: 0;
}

.news-cats .cat-link {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #4EB6DE;
  border-radius: 9999px;
  color: #533C2A;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.2s ease;
}
.page-id-5771 .news-cats .cat-link{
   border: 1px solid #F8B9BD;
}
.page-id-5771 .news-cats .cat-link:hover {
  background-color: #F8B9BD;
   color: #fff;
}
.page-id-5771 .news-cats .cat-link.is-active{
  background-color: #F8B9BD;
  border-color: #FEE3E5;
}
.news-cats .cat-link:hover {
  background-color: #d9edf5;
  color: #533C2A;
}

/* Active (selected) button */
.news-cats .cat-link.is-active {
  background-color: #61C7ED; /* brown tone */
  color: #fff;
  border-color: #4EB6DE;
  pointer-events: none;
}
.dental-clinic-news{
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}
.dental-news-item{
  border-bottom: 4px dotted #FDE3E5;
  padding-bottom: 8px;
  padding-top: 10px;
}
.dental-news-item a{
  font-size: 14px;
  font-weight: 500;
  color: #1F4164;
}
.dental-news-item p{
  margin: 0px;
}
/* Responsive */
@media (max-width: 600px) {
  .news-cats .cat-link {
    font-size: 13px;
    padding: 7px 16px;
  }
}

/* ===== Custom News Single Page ===== */

.yy-single-news {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

/* Meta row */
.yy-single-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.yy-news-date {
  font-size: 14px;
  color: #6b6b6b;
  letter-spacing: 0.5px;
}

/* Badge */
.yy-badge {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border-radius: 9999px;
  padding: 6px 14px;
  display: inline-block;
}

.yy-badge.green {
  background: #e9efdd;
  color: #4a5a2c;
}

.yy-badge.blue {
  background: #e6eef8;
  color: #2d507f;
}
.yy-badge.pink {
  background: #ffe7e9;
  color: #533C2A;
}
/* Title */
.yy-single-title {
  font-size: 24px;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 1.4;
  margin-bottom: 0px;
}

/* Content box */
.yy-single-content {
  background-color: #fff;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  word-break: break-word;
}

.yy-single-content p {
  margin-bottom: 1.2em;
}

/* Back link */
.yy-single-back {
  margin-top: 40px;
  text-align: center;
}

.yy-single-back a {
  display: inline-block;
  color: #7a6353;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.yy-single-back a:hover {
  border-color: #7a6353;
}
.menu-home .e-con-inner{
  padding-bottom: 0px;
}
.menu-home .logo-div{
  padding-top: 0px;
  padding-bottom: 0px;
}
.menu-tab .e-con-inner, .menu-tab-l{
  padding: 0px;
}
/* Responsive */
@media (max-width: 768px) {
  .yy-single-news {
    margin: 40px auto;
  }

  .yy-single-title {
    font-size: 20px;
  }

  .yy-single-content {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* .elementor-element-699b5e8, .elementor-element-c746bd1{
    position: absolute;
    left: 0px;
    top: 55px;
  } */
  .menu-wrap{
    position: absolute;
    right: 12px;
    top: -60px;
  }
  .bubble{
    font-size: 19px;
  }
}
  @media (max-width:420px){
    .news-tag{
      min-width:92px;
      height:28px;
      font-size:11.5px;
    }

    .title{
      font-size:14.5px;
    }
  }
  .bottom-menu{display:none;}
      .clinic-title {
        font-size: 12px;
        text-align: center;
        color: #fff;
        padding: 6px 0;
        font-weight: 500;
        margin: 0px;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }
    .kids.clinic-title {
        background: #79cbea;
    }
    .dental.clinic-title {
        background: #f6969c;
    }
@media (max-width:900px){
  .bottom-menu{
    position: fixed;
    left: 0; right: 0;
   
    z-index: 9999;
    padding: 0;
    display:block;
  }
  .children_clinic{
    bottom: max(90px, env(safe-area-inset-bottom, 0px));
  }
  .dental_clinic{
    bottom: max(0px, env(safe-area-inset-bottom, 0px));
  }
  body{
    padding-bottom: calc(68px + max(12px, env(safe-area-inset-bottom, 0px)));
  }
  .bottom-menu__wrap{
    height: 60px;
    background: #6f5842;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    overflow: hidden;
    box-shadow: 0 -6px 16px rgba(0,0,0,.18);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .bottom-menu__wrap a:first-child {
    border-left: unset;
  }
    .bottom-menu a{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:6px;
      text-decoration:none;
      color:#fff;
      font-size:12px;
      border-left: 1px solid #fff;
    }
    .bottom-menu.children_clinic a{
      background:#acd6e6;
    }
    .bottom-menu.dental_clinic a{
      background:#f8b9bd;
    }
    .bottom-menu__wrap{ box-shadow:0 -1px 0 0 rgba(255,255,255,.25) inset; }
    .icon{width:22px;height:22px;display:block;}
    .progress-wrap.btn-right-side{
      right: 20px !important;
      bottom: 180px;
    }
  }
@media (max-width: 900px){
  .side-pills{
    display: none;
  }
}
@media (max-width: 1000px) {
    .label{
      width: 108px;
      font-size: 12px;
    }
    .dot{
      width: 6px;
      height: 6px;
    }
    .note {
      font-size: 10px;
    }
    .hours th, .hours td{
      font-size: 12px;
    }
}
@media (max-width: 900px) {
  .table1 thead th .pill {
    font-size: 13px;
    padding: 10px 8px;
  }
  .dept,
  .slot {
    font-size: 14px;
  }
  .chip {
    font-size: 12px;
    white-space:unset;
  }
  .last-th{
    width: 160px;
  }
}
@media (max-width: 767px) {
  .timeline-circle::after {
    content: unset;
  }
  .map-section-2::before{
    top: -80px;
  }
  .map-section-2{
    padding-top: 0px;
  }
  .map-section::before{
    top: -55px;
    background-size: contain;
  }
  .map-section{
    padding-top: 0;
  }
  .cell.stack, .cell.stack1{
    grid-template-columns: auto;
  }
}
 /* ======  (cc-sticky-*) ====== */
      .cc-sticky-nav {
        position: fixed;
        top: 14px;
        left: 50%;
        transform: translate(-50%, -14px);
        z-index: 9999;
        background: #ffffff;
        border-radius: 9999px;
        padding: 10px 18px;
        box-shadow:
          0 6px 16px rgba(0,0,0,0.08),
          0 0 0 1px rgba(120, 150, 120, 0.10);
        filter: drop-shadow(0 2px 0 rgba(140, 170, 140, 0.15));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
      }
      .cc-sticky-nav.cc-is-visible {
        transform: translate(-50%, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }
      .cc-sticky-nav__list {
        list-style: none;
        display: flex;
        gap: 18px;
        margin: 0;
        padding: 0;
        align-items: center;
        white-space: nowrap;
      }
      /* Ensure WP outputs don't override our spacing */
      .cc-sticky-nav__list li {
        position: relative;
        font-size: 14px;
        letter-spacing: .02em;
        margin: 0;
        padding: 10px 0px 10px 20px !important;
      }
      #menu-item-3452{
        padding-right:20px !important;
      }
      #menu-item-3455{
        padding-right:20px !important;
      }
      .cc-sticky-nav__list a {
        text-decoration: none;
        color: #533C2A; /* soft green */
        font-weight: 600;
      }
      .cc-sticky-nav__list a:hover,
      .cc-sticky-nav__list a:focus {
        text-decoration: none;
        outline: none;
        opacity: .8;
      }
      /* separators */
      .cc-sticky-nav__list > li + li {
        padding-left: 18px;
      }
      .cc-sticky-nav__list > li + li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: 18px;
        transform: translateY(-50%);
        background: rgba(120, 140, 120, 0.35);
        border-radius: 1px;
      }
      /* Desktop-only */
      @media (max-width: 1024px) {
        .cc-sticky-nav { display: none !important; }
      }