/*
Theme Name: Mendify Child
Template: hello-elementor
Version: 1.0.0
Text Domain: mendify-child
*/

body{
  margin:0;
  font-family: Arial, sans-serif;
  background:#FDFBF8;
}

.mendify-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:9999;
  background:#FDFBF8;
  border-bottom:1px solid #E5E0D8;
}

.mendify-header-inner{
  max-width:1440px;
  margin:0 auto;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 32px;
}

.mendify-logo img{
  height:50px;
  width:auto;
  display:block;
}

.mendify-nav{
  display:flex;
  align-items:center;
  gap:34px;
}

.mendify-nav a{
  text-decoration:none;
  font-size:16px;
  font-weight:500;
  color:#6B5C50;
}

.mendify-nav a.is-highlight{
  color:#7A5A9E;
}

.mendify-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.mendify-btn{
  text-decoration:none;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  font-size:16px;
  font-weight:600;
}

.mendify-btn-outline{
  border:1px solid #D4CDC3;
  color:#2C2520;
  background:transparent;
}

.mendify-btn-primary{
  background:#83a08c;
  color:#ffffff;
}

.mendify-mobile-toggle{
  display:none;
}

.mendify-mobile-menu{
  display:none;
}

@media (max-width:1100px){
  .mendify-nav,
  .mendify-actions{
    display:none;
  }

  .mendify-mobile-toggle{
    display:block;
    border:1px solid #D4CDC3;
    background:#fff;
    border-radius:10px;
    width:42px;
    height:42px;
    font-size:22px;
  }

  .mendify-mobile-menu.open{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:16px 20px 20px;
    background:#FDFBF8;
    border-top:1px solid #E5E0D8;
  }

  .mendify-mobile-menu a{
    text-decoration:none;
    color:#4A3F35;
    padding:10px 12px;
  }

  .mendify-mobile-cta{
    background:#83a08c;
    color:#fff !important;
    border-radius:999px;
    text-align:center;
  }
}
.mendify-mobile-toggle{
  display: none !important;
}

.mendify-mobile-menu{
  display: none !important;
}

@media (max-width: 1100px){
  .mendify-mobile-toggle{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .mendify-nav,
  .mendify-actions{
    display: none !important;
  }

  .mendify-mobile-menu.open{
    display: flex !important;
    flex-direction: column;
  }
}
.mendify-footer{
  background:#2C2520;
  color:#EDE7DF;
  padding:60px 40px 30px;
}

.mendify-footer-inner{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:40px;
}

.mendify-footer-col h4{
  margin-bottom:14px;
  color:#C9B8A6;
}

.mendify-footer-col a{
  display:block;
  color:#EDE7DF;
  text-decoration:none;
  margin-bottom:8px;
  font-size:14px;
}

.mendify-footer-logo{
  font-size:22px;
  margin-bottom:12px;
}

.mendify-footer-text{
  font-size:14px;
  line-height:1.6;
  margin-bottom:20px;
  color:#CFC6BB;
}

.mendify-footer-social span{
  margin-right:10px;
  font-size:20px;
}

.mendify-footer-bottom{
  max-width:1200px;
  margin:40px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.1);
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  font-size:13px;
}

.mendify-footer-links a{
  margin-left:15px;
  color:#CFC6BB;
  text-decoration:none;
}

@media(max-width:900px){
  .mendify-footer-inner{
    grid-template-columns:1fr;
  }

  .mendify-footer-bottom{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
}
/* LOGIN PAGE */
.page-id-???.mendify-login-page{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:80vh;
}

/* wrapper */
.mendify-login-wrapper{
  max-width:420px;
  width:100%;
  margin:80px auto;
  padding:40px;
  background:#FFFFFF;
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

/* title */
.mendify-login-wrapper h2{
  font-size:26px;
  margin-bottom:20px;
  color:#2C2520;
}

/* form */
.mendify-login-wrapper form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* inputs */
.mendify-login-wrapper input[type="text"],
.mendify-login-wrapper input[type="password"]{
  width:100%;
  height:48px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid #E0D9D0;
  font-size:15px;
}

/* checkbox */
.mendify-login-wrapper label{
  font-size:14px;
  color:#6B5C50;
}

/* button */
.mendify-login-wrapper input[type="submit"]{
  height:50px;
  border:none;
  border-radius:999px;
  background:#83a08c;
  color:#fff;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
}

/* spacing fix */
.mendify-login-wrapper p{
  margin:0;
}
.mendify-login-links{
  margin-top:12px;
  text-align:center;
}

.mendify-login-links a{
  color:#7A5A9E;
  font-size:14px;
  text-decoration:none;
}

.mendify-login-links a:hover{
  text-decoration:underline;
}
/* PROFILE PAGE */
.mendify-profile-form{
  max-width: 520px;
  margin: 70px auto 90px;
  padding: 36px;
  background: #ffffff;
  border: 1px solid #EDE8E0;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(44,37,32,0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mendify-profile-form input{
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #D9D1C7;
  border-radius: 12px;
  font-size: 15px;
  color: #2C2520;
  background: #fff;
  box-sizing: border-box;
}

.mendify-profile-form input:focus{
  outline: none;
  border-color: #9B84BC;
  box-shadow: 0 0 0 3px rgba(155,132,188,0.14);
}

.mendify-profile-form button{
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #83a08c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.mendify-profile-form button:hover{
  background: #3A5437;
}
.mendify-account-dropdown{
  position: relative;
}

/* Trigger */
.mendify-account-trigger{
  height: 48px;
  padding: 0 16px 0 10px;
  border-radius: 999px;
  border: 1px solid #D4CDC3;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mendify-account-trigger:hover{
  border-color: #7A5A9E;
  background: #F6F2FB;
}

/* Avatar */
.mendify-account-avatar{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #EDE8F5;
  color: #7A5A9E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

/* Name */
.mendify-account-name{
  font-size: 15px;
  font-weight: 600;
  color: #2C2520;
}

/* Dropdown */
.mendify-account-menu{
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 190px;
  background: #fff;
  border: 1px solid #E5E0D8;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(44,37,32,0.08);
  padding: 8px;
  z-index: 9999;
}

.mendify-account-menu.open{
  display: block;
}

/* Menu items */
.mendify-account-menu a{
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #83a08c;
  transition: all 0.2s ease;
}

.mendify-account-menu a:hover{
  background: #F4F1FA;
  color: #7A5A9E;
}
.mendify-sessions-page{
  max-width: 1240px;
  margin: 80px auto;
  padding: 0 20px;
}

.mendify-sessions-head{
  margin-bottom: 28px;
}

.mendify-sessions-head h1{
  margin: 0 0 8px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 500;
  color: #2C2520;
  font-family: 'Lora', serif;
}

.mendify-sessions-head p{
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #6B5C50;
}

.mendify-sessions-card{
  background: #FFFFFF;
  border: 1px solid #EDE8E0;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(44,37,32,0.06);
  padding: 24px;
  overflow: hidden;
}
/* My Sessions - Amelia panel polish */
#amelia-container .am-cabinet{
  background: transparent !important;
}

#amelia-container .am-cabinet *{
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

#amelia-container .am-cabinet-booking-panel{
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

#amelia-container .am-cabinet-sidebar{
  background: #3D2F52 !important;
  border-radius: 22px !important;
  padding: 18px 14px !important;
}

#amelia-container .am-cabinet-sidebar *{
  color: #fff !important;
}

#amelia-container .am-cabinet-sidebar .am-cabinet-menu-item.-active{
  background: rgba(255,255,255,0.12) !important;
  border-radius: 14px !important;
}

#amelia-container .am-cabinet-content{
  padding-left: 24px !important;
}

#amelia-container .el-button{
  border-radius: 999px !important;
}

#amelia-container .el-button--primary{
  background: #83a08c !important;
  border-color: #83a08c !important;
}

#amelia-container .el-button--primary:hover{
  background: #3A5437 !important;
  border-color: #3A5437 !important;
}

#amelia-container .am-appointment,
#amelia-container .am-event{
  border: 1px solid #EDE8E0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}


@media (max-width: 1024px){
  #amelia-container .am-cabinet-content{
    padding-left: 0 !important;
    margin-top: 18px !important;
  }
}
.mendify-booking-page{
  max-width: 1240px;
  margin: 80px auto;
  padding: 0 20px;
}

.mendify-booking-head{
  margin-bottom: 28px;
}

.mendify-booking-head h1{
  margin: 0 0 8px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 500;
  color: #2C2520;
  font-family: 'Lora', serif;
}

.mendify-booking-head p{
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #6B5C50;
}

.mendify-booking-card{
  background: #FFFFFF;
  border: 1px solid #EDE8E0;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(44,37,32,0.06);
  padding: 24px;
  overflow: hidden;
}
/* Booking UI polish */
#amelia-container .am-booking{
  background: transparent !important;
}

#amelia-container .am-booking *{
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Sidebar */
#amelia-container .am-step-booking-catalog{
  border-radius: 22px !important;
  overflow: hidden;
}

/* Step sidebar */
#amelia-container .am-step-booking-sidebar{
  background: #3D2F52 !important;
}

#amelia-container .am-step-booking-sidebar *{
  color: #fff !important;
}

#amelia-container .am-step-booking-sidebar .am-step-booking-item.-active{
  background: rgba(255,255,255,0.12) !important;
  border-radius: 12px !important;
}

/* Buttons */
#amelia-container .am-btn{
  border-radius: 999px !important;
}

#amelia-container .am-btn-primary{
  background: #83a08c !important;
}

#amelia-container .am-btn-primary:hover{
  background: #3A5437 !important;
}

/* Calendar */
#amelia-container .fc-daygrid-day{
  border-radius: 10px !important;
}

#amelia-container .fc-daygrid-day:hover{
  background: #F4F1FA !important;
}

/* ==========================================================================
   AMELIA BOOKING FORM INPUT FIX (Removes Double Inner Lines)
   ========================================================================== */

/* 1. Strip all borders and shadows from the inner actual input tag */
#amelia-container input,
#amelia-container select,
#amelia-container .el-input__inner {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 2. Apply the clean border and styling ONLY to the outer wrapper */
#amelia-container .el-input__wrapper,
#amelia-container .el-select .el-input__wrapper,
#amelia-container .am-select-input {
  border-radius: 12px !important;
  border: 1px solid #D9D1C7 !important;
  box-shadow: none !important; /* Kills Amelia's default inner shadow */
  background-color: #fff !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
}

/* 3. Focus state (Purple outline when clicking on the field) */
#amelia-container .el-input__wrapper.is-focus,
#amelia-container .el-select .el-input__wrapper.is-focus,
#amelia-container .am-select-input:focus-within {
  border-color: #9B84BC !important;
  box-shadow: 0 0 0 3px rgba(155, 132, 188, 0.12) !important;
  outline: none !important;
}

.mendify-booking-info{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.mendify-booking-info div{
  background:#F4F1FA;
  color:#5B4275;
  border:1px solid #E2D9F0;
  border-radius:999px;
  padding:10px 16px;
  font-size:14px;
  font-weight:600;
}
/* SIGN UP PAGE */
.mendify-signup-page{
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.mendify-signup-head{
  margin-bottom: 28px;
}

.mendify-signup-head h1{
  margin: 0 0 8px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 500;
  color: #2C2520;
  font-family: 'Lora', serif;
}

.mendify-signup-head p{
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #6B5C50;
}

.mendify-signup-card{
  background: #FFFFFF;
  border: 1px solid #EDE8E0;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(44,37,32,0.06);
  padding: 32px;
  max-width: 560px;
}

.mendify-signup-form{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mendify-signup-form input{
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #D9D1C7;
  border-radius: 12px;
  font-size: 15px;
  color: #2C2520;
  background: #fff;
  box-sizing: border-box;
}

.mendify-signup-form input:focus{
  outline: none;
  border-color: #9B84BC;
  box-shadow: 0 0 0 3px rgba(155,132,188,0.14);
}

.mendify-signup-form button{
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #83a08c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.mendify-signup-form button:hover{
  background: #3A5437;
}
.mendify-login-success{
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #EEF5EC;
  border: 1px solid #CFE3CB;
  color: #2F5D2A;
  font-size: 14px;
  line-height: 1.5;
}
/* Therapist Login Wrapper */
.mendify-login-form-inner {
  max-width: 420px;
  margin: 80px auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Inputs */
.mendify-login-form-inner input {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  font-size: 14px;
}

/* Button */
.mendify-login-form-inner input[type="submit"] {
  width: 100%;
  background: #4A7C59; /* your green */
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px;
  font-weight: 600;
  cursor: pointer;
}

/* Hover */
.mendify-login-form-inner input[type="submit"]:hover {
  background: #3e684a;
}

/* Forgot link */
.mendify-login-links {
  text-align: center;
  margin-top: 10px;
}

.mendify-login-links a {
  color: #6b7280;
  font-size: 13px;
  text-decoration: none;
}
:root {
  /* Soft Dusty Lavender Palette */
  --lav900: #3D2F52; --lav800: #5B4275; --lav700: #7A5A9E; --lav600: #9B84BC;
  --lav500: #C9B8DA; --lav400: #D6CBEA; --lav300: #E2D9F0; --lav200: #EDE8F5;
  --lav100: #F4F1FA; --lav50: #F8F5FC;

  /* Sage Green Palette */
  --sage900: #2A3D28; --sage800: #3A5437; --sage700: #83a08c; --sage100: #EEF5EC;
}

/* ==========================================================================
   MENDIFY FOOTER (BULLETPROOF)
   ========================================================================== */

.mendify-footer, .mendify-footer * {
  box-sizing: border-box !important;
}

.mendify-footer {
  background-color: #3D2F52 !important; /* Forces the deep lavender */
  color: #ffffff !important;
  padding: 80px 20px 40px !important;
  width: 100%;
}

.mendify-footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Left Brand Column */
.mendify-footer-logo {
  display: block;
  margin-bottom: 24px;
  max-width: 180px;
}

.mendify-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.mendify-footer-text {
  font-size: 15px;
  line-height: 1.7;
  color: #EDE8F5 !important;
  margin: 0 0 32px 0;
  opacity: 0.85;
}

.mendify-footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mendify-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

/* 
  BULLETPROOF FIX FOR GIANT ICONS:
  Forcing exact dimensions and stroke color to prevent Elementor overrides 
*/
.mendify-footer-social a svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  stroke: #ffffff !important;
  fill: none !important;
}

.mendify-footer-social a:hover {
  background-color: #83a08c !important; /* Sage green */
  border-color: #83a08c !important;
  transform: translateY(-2px);
}

/* Right Links Grid */
.mendify-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.mendify-footer-col h4 {
  font-family: "Lora", serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

.mendify-footer-col a {
  display: block;
  color: #EDE8F5 !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.mendify-footer-col a:last-child {
  margin-bottom: 0;
}

.mendify-footer-col a:hover {
  opacity: 1;
  color: #ffffff !important;
  transform: translateX(4px);
}

/* Bottom Legal Strip */
.mendify-footer-bottom {
  max-width: 1320px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.mendify-footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #E2D9F0 !important;
  opacity: 0.7;
}

.palm-emoji {
  font-style: normal; 
}

.mendify-footer-legal {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mendify-footer-legal a {
  color: #E2D9F0 !important;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.mendify-footer-legal a:hover {
  opacity: 1;
  color: #ffffff !important;
}

/* RESPONSIVE QUERIES */
@media (max-width: 1024px) {
  .mendify-footer-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  
  .mendify-footer-brand {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .mendify-footer {
    padding: 64px 16px 32px !important;
  }

  .mendify-footer-inner {
    padding-bottom: 48px;
    gap: 48px;
  }

  .mendify-footer-links-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mendify-footer-col h4 {
    margin-bottom: 20px;
  }

  .mendify-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 32px;
  }

  .mendify-footer-legal {
    flex-wrap: wrap;
    gap: 16px 20px;
  }
}
/* ==========================================================================
   ACCOUNT DROPDOWN (LOGGED IN USER)
   ========================================================================== */

.mendify-account-dropdown {
  position: relative;
}

/* Trigger Button */
.mendify-account-trigger {
  height: 48px !important;
  padding: 0 16px 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid #E2D9F0 !important; /* var(--lav300) */
  background: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  color: #3D2F52 !important; /* Force text color away from pink */
}

.mendify-account-trigger:hover {
  border-color: #7A5A9E !important; /* var(--lav700) */
  background: #F8F5FC !important; /* var(--lav50) */
  color: #3D2F52 !important;
}

/* Avatar Circle */
.mendify-account-avatar {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #EDE8F5 !important; /* var(--lav200) */
  color: #7A5A9E !important; /* var(--lav700) */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* User Name Text */
.mendify-account-name {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #3D2F52 !important; /* var(--lav900) - Forces it away from pink */
}

/* Dropdown Menu Box */
.mendify-account-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 190px;
  background: #ffffff !important;
  border: 1px solid #E2D9F0 !important; /* var(--lav300) */
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(61, 47, 82, 0.08) !important;
  padding: 8px !important;
  z-index: 9999 !important;
}

.mendify-account-menu.open {
  display: block;
}

/* Menu Items inside Dropdown */
.mendify-account-menu a {
  display: block !important;
  padding: 11px 12px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #5B4275 !important; /* var(--lav800) */
  background: transparent !important;
  transition: all 0.2s ease !important;
}

.mendify-account-menu a:hover {
  background: #F4F1FA !important; /* var(--lav100) */
  color: #3D2F52 !important; /* var(--lav900) */
}
/* ==========================================================================
   MENDIFY BLOG PAGE
   ========================================================================== */

:root {
  --lav900: #3D2F52;
  --lav800: #5B4275;
  --lav700: #7A5A9E;
  --lav600: #9B84BC;
  --lav500: #C9B8DA;
  --lav400: #D6CBEA;
  --lav300: #E2D9F0;
  --lav200: #EDE8F5;
  --lav100: #F4F1FA;
  --lav50: #F8F5FC;
  --sage800: #3A5437;
  --sage700: #83a08c;
}

/* BLOG HERO */

.mendify-blog-hero,
.mendify-blog-hero * {
  box-sizing: border-box !important;
}

.mendify-blog-hero {
  position: relative;
  background: var(--lav50);
  padding: 110px 20px 80px;
  width: 100%;
  overflow: hidden;
}

.mendify-blog-hero__bg {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 50%;
  height: 80%;
  background: radial-gradient(circle, var(--lav100) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.mendify-blog-hero__wrap {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.mendify-blog-hero__eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: var(--lav700);
  text-transform: uppercase;
}

.mendify-blog-hero h1 {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--lav900);
  letter-spacing: -1.2px;
}

.mendify-blog-hero h1 span {
  background: linear-gradient(135deg, var(--lav700) 0%, var(--lav600) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.mendify-blog-hero__desc {
  margin: 0 0 40px;
  font-size: 19px;
  line-height: 1.7;
  color: var(--lav800);
  max-width: 580px;
}

.mendify-blog-search {
  max-width: 540px;
}

.mendify-blog-search__inner {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--lav300);
  border-radius: 999px;
  padding: 8px 8px 8px 24px;
  box-shadow: 0 12px 30px rgba(61, 47, 82, 0.05);
}

.mendify-blog-search__inner .icon {
  font-size: 20px;
  margin-right: 12px;
}

.mendify-blog-search__inner input {
  flex-grow: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  color: var(--lav900);
  outline: none;
}

.mendify-search-btn {
  background: var(--sage700);
  color: #fff;
  border: none;
  height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.mendify-search-btn:hover {
  background: var(--sage800);
}

.mendify-blog-search__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  padding-left: 24px;
}

.mendify-blog-search__tags span,
.mendify-blog-search__tags a {
  font-size: 14px;
  font-weight: 600;
}

.mendify-blog-search__tags span {
  color: var(--lav700);
}

.mendify-blog-search__tags a {
  color: var(--lav800);
  text-decoration: none;
}

.mendify-blog-search__tags a:hover {
  color: var(--lav900);
  text-decoration: underline;
}

/* FEATURED CARD */

.mendify-featured-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--lav200);
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(61, 47, 82, 0.05);
  transition: all 0.3s ease;
}

.mendify-featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(61, 47, 82, 0.1);
  border-color: var(--lav400);
}

.mendify-featured-card__thumb {
  position: relative;
  width: 100%;
  height: 260px;
  background-color: var(--lav200);
  background-size: cover;
  background-position: center;
}

.mendify-featured-card__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: var(--lav900);
  text-transform: uppercase;
}

.mendify-featured-card__info {
  padding: 36px;
}

.mendify-featured-card__info .meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.mendify-featured-card__info .category {
  color: var(--lav700);
  text-transform: uppercase;
}

.mendify-featured-card__info .read-time {
  color: var(--lav600);
}

.mendify-featured-card__info h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.25;
  color: var(--lav900);
  font-family: "Lora", serif;
  font-weight: 600;
}

.mendify-featured-card__info p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--lav800);
}

.mendify-featured-card__info .read-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--lav700);
}

/* BLOG GRID */

.mendify-blog-grid-section,
.mendify-blog-grid-section * {
  box-sizing: border-box !important;
}

.mendify-blog-grid-section {
  background: #ffffff;
  padding: 88px 20px 100px;
}

.mendify-blog-grid-wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.mendify-blog-grid-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.mendify-blog-grid-eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 800;
  color: var(--lav700);
  text-transform: uppercase;
}

.mendify-blog-grid-head h2 {
  margin: 0 0 16px;
  font-family: "Lora", serif;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--lav900);
}

.mendify-blog-grid-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--lav800);
}

.mendify-blog-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.mendify-blog-category-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--lav50);
  border: 1px solid var(--lav200);
  color: var(--lav800);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mendify-blog-category-row a:hover {
  background: var(--lav100);
  border-color: var(--lav400);
  color: var(--lav900);
}

.mendify-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.mendify-blog-card {
  background: #ffffff;
  border: 1px solid var(--lav200);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(61, 47, 82, 0.05);
  transition: all 0.3s ease;
}

.mendify-blog-card:hover {
  transform: translateY(-6px);
  border-color: var(--lav400);
  box-shadow: 0 22px 48px rgba(61, 47, 82, 0.09);
}

.mendify-blog-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  background-color: var(--lav200);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: var(--lav700);
  font-weight: 700;
}

.mendify-blog-card__body {
  padding: 28px;
}

.mendify-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--lav600);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mendify-blog-card h3 {
  margin: 0 0 14px;
  font-family: "Lora", serif;
  font-size: 25px;
  line-height: 1.28;
}

.mendify-blog-card h3 a {
  color: var(--lav900);
  text-decoration: none;
}

.mendify-blog-card p {
  margin: 0 0 22px;
  color: var(--lav800);
  font-size: 15.5px;
  line-height: 1.7;
}

.mendify-blog-card__link {
  color: var(--sage700);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .mendify-blog-hero__wrap {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .mendify-blog-hero__content {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }

  .mendify-blog-hero__desc,
  .mendify-blog-search {
    margin-left: auto;
    margin-right: auto;
  }

  .mendify-blog-search__tags {
    justify-content: center;
    padding-left: 0;
  }

  .mendify-featured-card {
    max-width: 760px;
    margin: 0 auto;
  }
}

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

  .mendify-blog-grid-head h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .mendify-blog-hero {
    padding: 80px 16px 64px;
  }

  .mendify-blog-hero h1 {
    font-size: 42px;
  }

  .mendify-blog-search__inner {
    flex-direction: column;
    padding: 8px;
    border-radius: 24px;
    gap: 12px;
  }

  .mendify-blog-search__inner .icon {
    display: none;
  }

  .mendify-blog-search__inner input {
    width: 100%;
    padding: 12px;
    text-align: center;
  }

  .mendify-search-btn {
    width: 100%;
    border-radius: 16px;
  }

  .mendify-featured-card__thumb {
    height: 200px;
  }

  .mendify-featured-card__info {
    padding: 24px;
  }

  .mendify-blog-grid-section {
    padding: 64px 16px 72px;
  }

  .mendify-blog-grid {
    grid-template-columns: 1fr;
  }
}
.mendify-blog-search__inner input {
  flex-grow: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  color: var(--lav900);
  outline: none;
}
/* ==========================================================================
   FINAL BLOG SEARCH BAR POLISH
   ========================================================================== */

.mendify-blog-search {
  width: 100% !important;
  max-width: 640px !important;
}

.mendify-blog-search__inner {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 74px !important;
  background: #ffffff !important;
  border: 1px solid #E2D9F0 !important;
  border-radius: 999px !important;
  padding: 9px 10px 9px 18px !important;
  box-shadow: 0 16px 40px rgba(61, 47, 82, 0.06) !important;
  overflow: hidden !important;
}

.mendify-blog-search__inner .icon {
  width: 42px !important;
  height: 52px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  font-size: 20px !important;
}

/* Strong override for Elementor/theme input border */
.mendify-blog-search .mendify-blog-search__inner input[type="text"],
.mendify-blog-search .mendify-blog-search__inner input[name="s"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-width: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #3D2F52 !important;
  font-size: 16px !important;
  line-height: 54px !important;
}

.mendify-blog-search .mendify-blog-search__inner input[type="text"]:focus,
.mendify-blog-search .mendify-blog-search__inner input[name="s"]:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.mendify-blog-search .mendify-blog-search__inner input::placeholder {
  color: #9B84BC !important;
  opacity: 0.9 !important;
}

/* Strong override for Elementor button style */
.mendify-blog-search button.mendify-search-btn,
.mendify-blog-search .mendify-search-btn[type="submit"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 0 0 auto !important;
  height: 56px !important;
  min-width: 110px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #83a08c !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 56px !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.mendify-blog-search button.mendify-search-btn:hover,
.mendify-blog-search .mendify-search-btn[type="submit"]:hover {
  background: #3A5437 !important;
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .mendify-blog-search__inner {
    border-radius: 24px !important;
    padding: 12px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .mendify-blog-search__inner .icon {
    display: none !important;
  }

  .mendify-blog-search .mendify-blog-search__inner input[type="text"],
  .mendify-blog-search .mendify-blog-search__inner input[name="s"] {
    width: 100% !important;
    height: 52px !important;
    border-radius: 14px !important;
    background: #F8F5FC !important;
    text-align: center !important;
  }

  .mendify-blog-search button.mendify-search-btn,
  .mendify-blog-search .mendify-search-btn[type="submit"] {
    width: 100% !important;
    height: 52px !important;
    border-radius: 16px !important;
  }
}
/* ==========================================================================
   MENDIFY DYNAMIC THERAPIST BOOKING PAGE
   ========================================================================== */

.mendify-dynamic-booking,
.mendify-dynamic-booking * {
  box-sizing: border-box;
}

.mendify-dynamic-booking {
  background: #F8F5FC;
  padding: 90px 20px 100px;
}

.mendify-dynamic-booking__wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.mendify-dynamic-booking__head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.mendify-dynamic-booking__photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 96px;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 34px rgba(61, 47, 82, 0.12);
  background: #EDE8F5;
}

.mendify-dynamic-booking__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mendify-dynamic-booking__eyebrow {
  margin: 0 0 8px;
  color: #7A5A9E;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.mendify-dynamic-booking__head h1 {
  margin: 0 0 8px;
  font-family: "Lora", serif;
  font-size: 46px;
  line-height: 1.12;
  color: #3D2F52;
  font-weight: 600;
}

.mendify-dynamic-booking__head p {
  margin: 0;
  color: #5B4275;
  font-size: 17px;
  line-height: 1.7;
}

.mendify-dynamic-booking__card {
  background: #ffffff;
  border: 1px solid #EDE8F5;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 18px 44px rgba(61, 47, 82, 0.07);
  overflow: hidden;
}

/* ==========================================================================
   THERAPIST BOOKING LINKS TABLE
   ========================================================================== */

.mendify-therapist-links,
.mendify-therapist-links * {
  box-sizing: border-box;
}

.mendify-therapist-links {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 20px;
}

.mendify-therapist-links__head {
  margin-bottom: 24px;
}

.mendify-therapist-links__head h2 {
  margin: 0 0 8px;
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 1.15;
  color: #3D2F52;
}

.mendify-therapist-links__head p {
  margin: 0;
  color: #5B4275;
  font-size: 16px;
}

.mendify-therapist-links__table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #EDE8F5;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(61, 47, 82, 0.06);
}

.mendify-therapist-links__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.mendify-therapist-links__table th,
.mendify-therapist-links__table td {
  padding: 18px 20px;
  border-bottom: 1px solid #EDE8F5;
  text-align: left;
  vertical-align: middle;
}

.mendify-therapist-links__table th {
  background: #F8F5FC;
  color: #3D2F52;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.mendify-therapist-links__table td {
  color: #5B4275;
  font-size: 15px;
}

.mendify-therapist-links__table a {
  color: #7A5A9E;
  font-weight: 700;
  text-decoration: none;
}

.mendify-therapist-links__table a:hover {
  text-decoration: underline;
}

.mendify-copy-link-btn {
  border: 0;
  border-radius: 999px;
  background: #83a08c;
  color: #ffffff;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.mendify-copy-link-btn:hover {
  background: #3A5437;
}

.mendify-copy-link-btn.copied {
  background: #3D2F52;
}

@media (max-width: 767px) {
  .mendify-dynamic-booking {
    padding: 64px 16px 72px;
  }

  .mendify-dynamic-booking__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .mendify-dynamic-booking__head h1 {
    font-size: 34px;
  }

  .mendify-dynamic-booking__card {
    padding: 16px;
    border-radius: 22px;
  }

  .mendify-therapist-links {
    margin: 50px auto;
    padding: 0 16px;
  }

  .mendify-therapist-links__head h2 {
    font-size: 30px;
  }
}