.hide-el {
  display: none;
}

.show-el {
  display: block;
}

.cm-service-tag,
.cm-category-tag {
  display: inline-block;
  background-color: var(--e-global-color-16619c4);
  border-radius: 30px;
  padding: 3px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--e-global-color-primary);
}

#faq_toc .elementor-toc__list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


#faq_toc .elementor-toc__list-item a span {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #EAE8E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #2C2A2985;
}

#faq_toc .elementor-toc__list-item a.elementor-item-active span {
  background: #E31A82;
  color: #fff;
}

/* GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD */
#cm-services .service-card {
  border: 1px solid var(--cm-border-soft);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease;
  font-family: "Familjen Grotesk", system-ui, -apple-system, sans-serif;
}

/* HEADER */
#cm-services .service-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  font-weight: 600;
  font-size: 15px;
  color: var(--cm-dark);
  /* cursor: pointer; */
}

#cm-services .service-head{
  display:flex;
  gap:10px;
}

/* TOGGLE ICON */
#cm-services .service-title .toggle{
  cursor: pointer;
}

#cm-services .service-title .toggle svg {
  transition: transform 0.2s ease;
  fill: none;
}

#cm-services .service-title a{
  color:var(--cm-text)
}

#cm-services .service-title a:hover{
  color:var(--cm-pink)
}


#cm-services .service-card.active .toggle svg {
  transform: rotate(180deg);
}

/* CONTENT */
#cm-services .service-content {
  display: none;
  padding: 0;
}

#cm-services .service-card.active .service-content {
  display: block;
}

/* LIST */
#cm-services .service-list {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}

#cm-services .service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 20px;
  color: var(--cm-purple-midgrey);
}

/* BULLET */
#cm-services .service-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--cm-pink);
  border-radius: 50%;
  flex-shrink: 0;
}

/* LINK */
#cm-services .service-list a {
  color: var(--cm-purple-midgrey);
  text-decoration: none;
  font-size: 16px;
}

#cm-services .service-list a:hover {
  color: var(--cm-pink);
}

/* ARROW */
#cm-services .list-arrow{
  align-items: center;
  display: flex;
}
#cm-services .list-arrow svg {
  width: 14px;
  height: 14px;
  fill:none;
}
 
#cm-services .service-tags a,
#cm-services .service-tags span{
  background:#FCF5F6;
  border-radius:20px;
  margin-right:5px;
  padding:2px 10px;
  margin-right: 5px;
  color:#7A5C7C;
  white-space: nowrap;
  font-size:14px;
  display:inline-block;
}

.cm-highlight{
  color: var(--cm-pink)
}


/* PARENT SERVICES CARDS ON OUR-SERVICES */
.cm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .cm-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cm-service-grid {
    grid-template-columns: 1fr;
  }
}

.cm-service-card {
  border: 1px solid #D792B3;
  border-radius: 20px;
  overflow: hidden;
  background: #FCF5F6;
  font-family: "Familjen Grotesk", system-ui, -apple-system, sans-serif;
}

.cm-service-card__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cm-service-card__body {
  padding: 20px;
  color:#511954;
  font-size:16px;
  font-weight:400;
}

.cm-service-card h3 {
  margin-bottom: 10px;
  font-size:25px;
  font-weight: 700;
  margin:0 0 20px 0;
  color:#240026;
}

.cm-service-card__link {
  display: inline-block;
  margin-top: 10px;
  color: #e91e63;
  font-weight: 600;
}

.drop-down-btn{
  cursor: pointer;
}

.drop-down-btn svg{
    transition:.3s ease;
}

.drop-icon.active svg,
.drop-icon.active img{
    transform:rotate(180deg);
}

div.elementor-element.drop-down-popup{
    display:none;
}

span.job-tag {    
    font-family: "Familjen Grotesk", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    fill: #511954;
    color: #511954;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F0E6EE;
    border-radius: 40px 40px 40px 40px;
    padding: 10px 15px 10px 15px;
    background: #FDF8F9;
}


/* service location list */
.cm-service-locations {
    border-top: 1px solid #e5e7eb;
    font-family:"Familjen Grotesk", sans-serif;
}

.cm-service-location {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e7eb;
}

.cm-service-location__icon {
    flex: 0 0 18px;
    margin-top: 4px;
}

.cm-service-location__title {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}

.cm-service-location__title a {
  font-family:"Familjen Grotesk", sans-serif;
    color: var(--cm-text);
    text-decoration: none;
}

.cm-service-location__title a:hover {
    color: var(--cm-pink)
}

.cm-service-location__meta {
    font-family:"Familjen Grotesk", sans-serif;
    color: #3A3A4F;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
}

.cm-clinic-info{
    font-size:16px;
}
.cm-clinic-info a{
    padding:5px 0;
}
.cm-clinic-info__name {
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.cm-clinic-info__phone {
    padding:10px 0 5px 0;
}

.cm-clinic-info__email {
    padding:5px 0 10px 0;
}

.cm-clinic-info svg{
  vertical-align: middle;
  margin-right:5px;
  color: var(--cm-pink);
}
.cm-clinic-info__phone ,
.cm-clinic-info__email,
.cm-clinic-info__address{
  text-indent: -25px;
  padding-left: 25px;
}

.cm-clinic-info__link {
    margin-top: 7px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--cm-pink) !important;
    text-decoration: none;
}