/* Emma Hart Aesthetics – Laser Pricing Cards */

.eha-laser-pricing{
  background:#F7F3F0;
  padding:40px 0;
}

.eha-card{
  background:#fff;
  border:1px dashed rgba(80,12,42,0.4);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 26px rgba(0,0,0,0.08);
}

.eha-card-title{
  color:#500C2A;
  text-transform:uppercase;
  letter-spacing:1.5px;
}

.eha-card-total{
  font-weight:800;
}

.eha-card-bullets .elementor-icon-list-icon i,
.eha-card-bullets .elementor-icon-list-icon svg{
  color:#1F4D3A !important;
}

.eha-btn-primary .elementor-button{
  width:100% !important;
  background:#500C2A !important;
  color:#fff !important;
  border-radius:12px !important;
}

.eha-btn-secondary .elementor-button{
  width:100% !important;
  background:#fff !important;
  color:#500C2A !important;
  border:1px solid #500C2A !important;
  border-radius:12px !important;
}

.eha-card-note{
  font-size:13px;
  color:rgba(0,0,0,0.65);
  border-top:1px solid #E9E1DC;
  padding-top:10px;
  margin-top:10px;
}
/* Mobile laser pricing card fixes */
@media (max-width: 767px){
  .eha-card{
    padding: 18px 16px !important;
  }
  .eha-card h2,
  .eha-card h3{
    font-size: 22px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.5px !important;
  }
  .eha-card .elementor-icon-list-text{
    font-size: 14px !important;
  }
}
/* FORCE mobile sizing for EHA laser pricing */
@media (max-width: 767px){

  /* Outer spacing */
  .eha-laser-pricing{
    padding: 22px 0 !important;
  }

  /* Card padding */
  .eha-card{
    padding: 18px 16px !important;
  }

  /* Heading widget (targets the class you added) */
  .eha-card-title{
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 10px 0 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  /* Total line */
  .eha-card-total{
    font-size: 16px !important;
    line-height: 1.35 !important;
    margin: 0 0 12px 0 !important;
  }

  /* Bullets text */
  .eha-card-bullets .elementor-icon-list-text{
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  /* Buttons feel less chunky */
  .eha-btn-primary .elementor-button,
  .eha-btn-secondary .elementor-button{
    padding: 12px 14px !important;
    font-size: 14px !important;
  }
}
/* =========================================
   EHA Laser Pricing Tabs (Small/Large/Packages)
   Add class "eha-price-tabs" to the tabs wrapper
   ========================================= */

.eha-price-tabs{
  --plum:#500C2A;
  --forest:#1F4D3A;
  --blush:#F2C6D0;
  --paper:#F7F3F0;
  --line:#E9E1DC;
}

/* Try to catch common tab button selectors */
.eha-price-tabs button,
.eha-price-tabs a{
  transition: all .18s ease;
}

/* --- Base tab style (inactive) --- */
.eha-price-tabs button,
.eha-price-tabs .tab,
.eha-price-tabs .tabs__tab,
.eha-price-tabs .elementor-tab-title,
.eha-price-tabs .e-n-tab-title,
.eha-price-tabs [role="tab"]{
  background: #fff !important;
  border: 1px solid rgba(80,12,42,0.25) !important;
  color: #222 !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
  font-weight: 650 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}

/* --- Hover --- */
.eha-price-tabs button:hover,
.eha-price-tabs .tab:hover,
.eha-price-tabs .tabs__tab:hover,
.eha-price-tabs .elementor-tab-title:hover,
.eha-price-tabs .e-n-tab-title:hover,
.eha-price-tabs [role="tab"]:hover{
  transform: translateY(-1px);
  border-color: rgba(80,12,42,0.45) !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

/* --- Active tab (selected) --- */
.eha-price-tabs .active,
.eha-price-tabs .is-active,
.eha-price-tabs .elementor-active,
.eha-price-tabs .e-active,
.eha-price-tabs [aria-selected="true"]{
  background: var(--plum) !important;
  border-color: var(--plum) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(80,12,42,0.22) !important;
}

/* Ensure text inside active tabs stays white */
.eha-price-tabs .active *,
.eha-price-tabs .is-active *,
.eha-price-tabs .elementor-active *,
.eha-price-tabs .e-active *,
.eha-price-tabs [aria-selected="true"] *{
  color:#fff !important;
}

/* --- Make PACKAGES tab the “hero” (works if you add a class to that one tab) --- */
/* Add CSS class "eha-tab-hero" to the PACKAGES tab button/title */
.eha-price-tabs .eha-tab-hero{
  background: linear-gradient(180deg, rgba(80,12,42,1), rgba(80,12,42,0.92)) !important;
  border-color: var(--plum) !important;
  color:#fff !important;
  box-shadow: 0 16px 34px rgba(80,12,42,0.26) !important;
  position: relative;
}

/* Small “Best value” pill */
.eha-price-tabs .eha-tab-hero::after{
  content: "Best value";
  position: absolute;
  top: -10px;
  right: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  background: var(--blush);
  color: #2b2b2b;
  border: 1px solid rgba(80,12,42,0.18);
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* --- Mobile: make tabs easier to tap --- */
@media (max-width: 767px){
  .eha-price-tabs button,
  .eha-price-tabs .tab,
  .eha-price-tabs .tabs__tab,
  .eha-price-tabs .elementor-tab-title,
  .eha-price-tabs .e-n-tab-title,
  .eha-price-tabs [role="tab"]{
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    padding: 14px 16px !important;
  }
}
/* EHA hero button */
.eha-hero-btn .elementor-button{
  background: #500C2A !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 14px 22px !important;
  font-weight: 600 !important;
  letter-spacing: .5px;
}

.eha-hero-btn .elementor-button:hover,
.eha-hero-btn .elementor-button:focus{
  background: #3F0921 !important;
  color: #fff !important;
}
@media (max-width: 767px){
  .eha-hero-btn .elementor-button{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}
