/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

  :root {
    --stone-50: #fafaf9;
    --stone-100: #f5f5f4;
    --stone-200: #e7e5e4;
    --stone-300: #d6d3d1;
    --stone-400: #a8a29e;
    --stone-500: #78716c;
    --stone-600: #57534e;
    --stone-700: #44403c;
    --stone-800: #292524;
    --stone-900: #1c1917;
    --sage: #8a9a8e;
    --sage-light: #c5d1c8;
    --sage-pale: #e8ede9;
    --sage-dark: #5c6e60;
    --warm-white: #fdfcfa;
  }

#Filters .filters_wrapper ul li.other {
	display: none;
}

#Filters .filters_wrapper ul li a[data-rel='.category-other'] {
	display: none!important;
}

#Top_bar.is-sticky { 
	opacity: 1;
}

.footer-icon-section {
	font-size: 38px;
	text-align: center;
}

.footer-logos {
	display: flex;
	margin-bottom: 15px;
	justify-content: center;
}

	.footer-logos img {
		display: inline-block;
		max-width: 110px;
		margin-right: 10px;
	}


.footer-menu-list {
	text-align: center;
}

@media(min-width: 768px)
{
	.footer-logos {
		justify-content: right;
	}
	
	.footer-icon-section {
		font-size: 38px;
		text-align: right;
	}
	

	.footer-menu-list {
		text-align: right;
	}
}



#Footer .widget_media_image {
	margin: 0;
}

#Footer .widget {
	margin: 10px 0;
}

.price-card-hsf * {
	box-sizing: border-box;
}

  .price-card-hsf {
	  box-sizing: border-box;
    max-width: 640px;
    width: 100%;
    background: white;
    border: 1px solid #265f8a;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 30px rgba(0,0,0,0.04);
	  margin: 0 auto;
  }

  .price-card-hsf .card-header {
    background: #265f8a;
    padding: 2.25rem 2.5rem;
    position: relative;
    overflow: hidden;
  }

  .price-card-hsf .card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(138,154,142,0.15) 0%, transparent 60%);
  }

  .price-card-hsf .card-header h1 {
    font-weight: 500;
    font-size: 1.65rem;
    color: var(--stone-50);
    letter-spacing: 0.03em;
    position: relative;
  }

  .price-card-hsf .card-header .subtitle {
    font-size: 0.78rem;
    color: var(--stone-400);
    margin-top: 0.4rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
  }

  .price-card-hsf .card-body {
    padding: 0;
  }

  .price-card-hsf .included-note {
    padding: 1.5rem 2.5rem 0.75rem;
    font-size: 0.82rem;
    color: var(--stone-500);
    line-height: 1.65;
    font-weight: 400;
    border-bottom: none;
  }

  .price-card-hsf .line-items {
    list-style: none;
    padding: 0 2.5rem;
  }

  .price-card-hsf .line-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--stone-100);
    gap: 1rem;
  }

  .price-card-hsf .line-item:last-child {
    border-bottom: none;
  }

  .price-card-hsf .line-item .service {
    font-size: 0.88rem;
    color: var(--stone-700);
    font-weight: 400;
    line-height: 1.5;
    flex: 1;
  }

  .price-card-hsf .line-item .price {
    font-size: 0.88rem;
    color: var(--stone-800);
    font-weight: 500;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }

  .price-card-hsf .line-item .price .from {
    font-size: 0.72rem;
    color: var(--stone-400);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 0.25rem;
  }

  .price-card-hsf .divider {
    margin: 0 2.5rem;
    border: none;
    border-top: 1px solid var(--stone-200);
  }

  .price-card-hsf .total-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 1.25rem 2.5rem;
    background: #265f8a;
  }

  .price-card-hsf .total-row .label {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
  }

  .price-card-hsf .total-row .amount {
    font-size: 1.5rem;
    font-weight: 600;
    color: #EDE1E9;
  }

  .price-card-hsf .card-footer {
    padding: 1.5rem 2.5rem;
    border-top: 1px solid var(--stone-100);
  }

  .price-card-hsf .optional {
    font-size: 0.8rem;
    color: var(--stone-500);
    line-height: 1.65;
    font-weight: 400;
  }

  .price-card-hsf .optional strong {
    font-weight: 600;
    color: var(--stone-600);
  }

  .price-card-hsf .optional a {
    color: var(--sage-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: var(--sage-light);
    font-weight: 500;
    transition: text-decoration-color 0.2s ease;
  }

  .price-card-hsf .optional a:hover {
    text-decoration-color: var(--sage-dark);
  }

  .price-card-hsf .included-icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--sage);
    border-radius: 50%;
    margin-right: 0.15rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }

  @media (max-width: 480px) {
    .price-card-hsf .card-header { padding: 1.75rem 1.5rem; }
    .price-card-hsf .included-note { padding: 1.25rem 1.5rem 0.5rem; }
    .price-card-hsf .line-items { padding: 0 1.5rem; }
    .price-card-hsf .divider { margin: 0 1.5rem; }
    .price-card-hsf .total-row { padding: 1.25rem 1.5rem; }
    .price-card-hsf .card-footer { padding: 1.25rem 1.5rem; }
    .price-card-hsf .card-header h1 { font-size: 1.4rem; }
  }
