/*!
Theme Name: Adorn Beauty
Theme URI: http://underscores.me/
Author: Adorn Beauty
Author URI: http://adorn-beauty.com
Description: A custom WordPress theme built with Underscores, designed for a modern beauty and aesthetics brand. This theme focuses on elegant layouts, responsive design, and performance optimization to showcase treatments, services, and client experiences beautifully across all devices.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adorn-beauty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Adorn Beauty is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--text-color-default);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--pre-bg);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--text-color-muted);
  cursor: help;
}

mark,
ins {
  background: var(--mark-bg);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--white-color);
}

hr {
  background-color: var(--border-color-default);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--link-color);
}

a:visited {
  color: var(--link-visited);
}

a:hover,
a:focus,
a:active {
  color: var(--link-hover);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--button-border-1) var(--button-border-1) var(--button-border-2);
  border-radius: 3px;
  background: var(--button-bg);
  color: var(--button-text);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--button-border-1) var(--button-border-2) var(--button-border-3);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--button-border-3) var(--button-border-2) var(--button-border-2);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--form-text);
  border: 1px solid var(--form-border);
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--form-focus-text);
}

select {
  border: 1px solid var(--form-border);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: var(--box-shadow-light);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending 
.site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending 
.site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: var(--screen-reader-bg);
  border-radius: 3px;
  box-shadow: var(--box-shadow-focus);
  clip: auto !important;
  clip-path: none;
  color: var(--screen-reader-focus-color);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body ul,
body ol {
  margin: 0;
}

/* Font Family
----------------------------------------------------------------------------------*/
/* GoogleSansFlex-VariableFont_GRAD,ROND,opsz,slnt,wdth,wght.woff2 */
@font-face {
  font-family: "Google Sans Flex";
  src: url("fonts/google-sans-flex/GoogleSansFlex.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

/* Special CSS
------------------------------------------------*/
::selection {
  background-color: var(--brand-primary);
  color: var(--white-color);
}

/* Common Css
------------------------------------------------*/
body {margin: 0 !important;font-family: var(--font-sansflex);font-size: 1rem;line-height: 1.4;font-weight: 400;}
body p {font-family: var(--font-sansflex);font-size: 1.125rem;line-height: 1.4;color: var(--text-color-light);margin-bottom: 0;padding-bottom: 18px;}
body a {text-decoration: none;outline: 0;box-shadow: unset;border: 0;}
body a:focus, body a:hover, body a:active{outline: none;}
body button{border-radius: 0px;}

body h1 {font-family: var(--font-sansflex);font-size: clamp(2rem,calc(2rem + (4.75 - 2) * ((100vw - 20rem) / (90 - 20))),4.75rem);line-height: 1.16;font-weight: 600;margin: 0;}
body h2 {font-family: var(--font-sansflex);font-size: clamp(2rem, 1.25rem + 23.4vw, 4.625rem);line-height: 1.2;font-weight: 500;margin: 0;}
body h3 {font-family: var(--font-sansflex);font-size: clamp(1.75rem, 1.7rem + 1.52vw, 2.813rem);line-height: clamp(2.25rem, 2rem + 2vw, 3.75rem);font-weight: 700;margin: 0;}
body h4 {font-family: var(--font-sansflex);font-size: clamp(1.5rem, 1.21rem + 1.43vw, 2.5rem);line-height: clamp(2rem, 1.8rem + 1.8vw, 3.75rem);font-weight: 700;margin: 0;}
body h5 {font-family: var(--font-sansflex);font-size: clamp(1rem, 0.753rem + 7.7vw, 1.875rem);line-height: 1.4;font-weight: 600;margin: 0;}
body h6 {font-family: var(--font-sansflex);font-size: clamp(0.875rem, 0.763rem + 3.4vw, 1.25rem);line-height: 1.4;font-weight: 500;margin: 0;}

body section {padding: 80px 0;}

body .adorn-container {max-width: 1440px;width: 100%;padding: 0 80px;margin: 0 auto;}
body .section__1440px {max-width: 1440px;margin: auto;}
body .title {padding-bottom: 30px;}

body .column-sub-desc-main-title {padding-bottom: 30px;text-align: center;}
body .column-sub-desc-main-title .title {color: var(--text-color-light);}
body .subtitle {position: relative;display: inline-block;padding: 10px 24px;z-index: 1;font-family: var(--font-sansflex);font-weight: 400;font-size: 14px;line-height: 21.7px;text-transform: uppercase;color: var(--white-color);margin-bottom: 34px;}
body .subtitle::after {content: "";position: absolute;inset: 0;background: var(--subtitle-gradient);z-index: -1;transform: skewX(-10deg);}
body .subtitle::before {content: "";position: absolute;inset: 0;background: var(--primary-dark);z-index: -2;transform: translate(6px, 6px) skewX(-10deg);}
body .column-sub-desc-main-title .desc {font-family: var(--font-sansflex);font-weight: 400;font-size: 1.125rem;line-height: 1.4;color: var(--text-color-light);}

body .btn {font-family: var(--font-sansflex);font-weight: 700;font-size: 1.25rem;line-height: 21px;padding: 12px 30px;color: var(--white-color);background: var(--gradient-bg);border: 1px solid transparent;text-transform: capitalize;text-decoration: none;outline: 0;border-radius: 0;transition: var(--global-t-02);}
body .btn:hover {color: var(--brand-primary);background: transparent;border: 1px solid var(--brand-primary);}
body .btn:focus-visible {background-color: transparent;border-color: var(--brand-primary);color: var(--brand-primary);box-shadow: none;}
body .btn:active {background-color: transparent !important;border-color: var(--brand-primary) !important;color: var(--brand-primary) !important;}
body .btn-primary {color: var(--white-color);background: var(--gradient-bg);border: 1px solid transparent;}
body .btn-primary:hover {color: var(--brand-primary);background: transparent;border: 1px solid var(--brand-primary);}
body .btn-secondary {color: var(--brand-primary);background: transparent;border: 1px solid var(--brand-primary);}
body .btn-secondary:focus,
body .btn-secondary:hover {color: var(--white-color);background: var(--gradient-bg);border: 1px solid var(--brand-primary);box-shadow: none;}

@media (min-width: 1681px) {
  body .adorn-container {padding: 0 100px;}
}

@media (max-width: 1380px) {
  body h2 {font-size: 2.8rem;line-height: 48px;}
  body h3 {font-size: 2.4rem;line-height: 40px;}
  body h4 {font-size: 2rem;line-height: 34px;}
  body h5 {font-size: 1.188rem;line-height: 26px;}
  
  body .adorn-container {padding: 0 40px;}
  body .title {padding-bottom: 20px;}
}

@media (max-width: 1199px) {
  body section {padding: 50px 0;}
  body p {font-size: 1rem;line-height: 24px;}
  body h2 {font-size: 2.2rem;line-height: 45px;}
  body h3 {font-size: 2rem;line-height: 40px;}
  body h4 {font-size: 1.8rem;line-height: 32.8px;}
  body h5 {font-size: 1.125rem;line-height: 24px;}
  body h6 {font-size: 1rem;line-height: 26px;}
  body section {padding: 40px 0;}
  /* body .adorn-container { padding: 0 40px;} */
  body .title {padding-bottom: 12px;}
}

@media (max-width: 991px) {
  body h2 {font-size: 1.8rem;line-height: 34px;}
  body h3 {font-size: 1.8rem;line-height: 30px;}
}

@media (max-width:767px){
  body p{font-size:1rem;line-height:24px;padding-bottom:10px}
  body section{padding:30px 0}
  body .adorn-container{padding:0 20px}
  body .btn{font-size:1rem;line-height:21px;letter-spacing:.03em;padding:14px 28px}
}

@media (max-width:576px){
  body .adorn-container{padding:0 14px}
  body .btn{font-size:.875rem;line-height:1.4;padding:12px 18px}
}

/* Header Css
-------------------------------------------------*/
.site-header {background: transparent; top: 0;z-index: 50;width: 100%;}

.color-header .site-header{box-shadow: var(--header-shadow);background: var(--header-colored-bg) !important;}
.site-header.fixed-header {box-shadow: var(--header-shadow);background: var(--header-colored-bg);}

.site-header .site-main .top__header {padding: 13px 0px;background: transparent;border-bottom: 1px solid var(--border-color-light);}
.site-header .site-main .top__header,
.site-header .site-main .bottom__header,
.site-header .site-main .top__header .apgem_locations_list .contact-information li a {transition: var(--header-t-03);}

.site-header.header-colored{box-shadow: var(--header-shadow);background: var(--header-colored-bg);}
.site-header.fixed-header .top-header{max-height:0;opacity:0;padding:0;}

.site-header.header-colored:not(.fixed-header) .site-main .top__header {padding: 5px 0px;}
.site-header.header-colored:not(.fixed-header)  .site-main .top__header .apgem_locations_list .contact-information li a {font-size: 12px;line-height: 21px;}

.site-header .site-main .bottom__header {padding: 14px 0px;}
.site-header.fixed-header.header-colored .site-main .bottom__header {padding: 10px 0px;}
.site-header .site-main .bottom__header .bottom__header-inner {display: flex;align-items: center;justify-content: flex-start;}
.site-header .site-main .bottom__header .bottom__header-inner .site-branding {max-width: 250px;margin-right: 30px;}

.site-header .main-navigation {position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%;}
.site-header .main-navigation .menu-primary-menu-container ul.menu {display: flex;align-items: center;justify-content: flex-end;padding-bottom: 0;padding-right: 0;}
.site-header .main-navigation ul.menu li {padding: 10px 21px;cursor: pointer;position: relative;}
.site-header .main-navigation ul.menu li:first-child {padding-left: 0;}
.site-header .main-navigation ul.menu li a {font-family: var(--font-sansflex);font-size: 0.875rem;line-height: 21px;font-weight: 500;color: var(--dark-text);position: relative;text-transform: capitalize;}

.site-header .main-navigation #mega-menu-wrap-menu-1 {background: transparent;}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {padding: 0 10px;}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {position: relative;display: inline-flex;align-items: center;justify-content: center;padding: 0;font-family: var(--font-sansflex);font-size: 1rem;line-height: 24px;font-weight: 400;color: var(--dark-text);background: transparent;transition: color 0.35s ease;} /* letter-spacing: -0.07em; */
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus,
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {background-color: transparent;color: var(--brand-primary);}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {background-color: transparent;}

.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:hover > span.mega-indicator:after { filter: brightness(0) saturate(100%) invert(22%) sepia(49%) saturate(756%) hue-rotate(286deg) brightness(93%) contrast(90%);}
 
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background: transparent;}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{content: "";background-image: url('imgs/down-arrow.svg');background-repeat: no-repeat;background-size: cover;width: 10px;height: 6px;display: inline-block;vertical-align: middle;}

.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu { background: var(--white-color);left: -2px;top: 53px;}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item { background: transparent;}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link { background: transparent;font-family: var(--font-sansflex);font-size: 1rem;line-height: 21px;font-weight: 400;color: var(--dark-text);height: auto;padding: 10px 20px !important;border-bottom: 1px solid var(--border-color-light);}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link { border-bottom: 0;}
.site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover { background: transparent;color: var(--brand-primary);}

.site-header .main-navigation .btn{font-size: 1.125rem;padding: 12px 16px;font-weight: 600;}

/* Mini Cart Button 
----------------------------------------------*/
.site-header .main-navigation .cart-icon{cursor: pointer;position: relative;display: inline-block;display: flex;align-items: center;}
.site-header .main-navigation .cart-icon .mini-cart {border-radius: 0 0 0 0;padding: 20px 20px 20px 20px;width: 300px;right: 0!important;transform: unset!important;left: auto!important;top: 72px!important;border: 1px solid var(--border-color-cart);height: auto;overflow: hidden;overflow-y: auto;max-height: 350px;position: absolute!important;inset: 0 auto auto 0;margin: 0;z-index: 99;}
.site-header .main-navigation .cart-icon .mini-cart .card-body {padding: 0;}
.site-header .main-navigation .cart-icon .mini-cart .card-body ul.list-group {display: block;}
.site-header .main-navigation .cart-icon .mini-cart .card-body ul.list-group .list-group-item {padding: 8px;border: 1px solid var(--brand-primary);margin-bottom: 10px;margin-right: 0;margin-left: 0;cursor: pointer;}
.site-header .main-navigation .cart-icon .mini-cart .card-body ul.list-group .list-group-item .close {float: right;font-size: 0.875rem!important;color: var(--brand-primary) !important;font-family: "DM Sans",sans-serif!important;font-weight: 700;clear: unset;text-align: right;background: transparent!important;line-height: 18.67px!important;padding: 0!important;letter-spacing: 0!important;text-decoration: none;}
.site-header .main-navigation .cart-icon .mini-cart .card-body ul.list-group .list-group-item .title {font-weight: 600;font-size: .875rem;line-height: 18.67px;padding-bottom: 5px;}
.site-header .main-navigation .cart-icon .mini-cart .card-body ul.list-group .list-group-item .price {color: var(--brand-primary);font-size: .875rem;display: block;font-weight: 700;}
.site-header .main-navigation .cart-icon .mini-cart .card-body .book_now{width:100%;font-weight: 500;color: var(--white-color);background: var(--gradient-bg) !important;border: 1px solid transparent !important;}


@media (max-width: 1199px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {background: var(--gradient-bg);}
}

@media (max-width: 991px) {
  .site-header .site-main .bottom__header .bottom__header-inner .site-branding {max-width: 200px;}

  .site-header .main-navigation #mega-menu-wrap-menu-1 {position: unset;}
  .site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle {position: absolute;left: auto;right: -10px;top: 7px;height: auto;line-height: normal;}

  .site-header .main-navigation .book_now{margin-right: 48px;}
  .site-header .main-navigation .btn{font-size: 1rem;padding: 8px 16px;}

  .site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 117px;padding-top: 10px;}
  #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close:before,
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after{display: none;}

  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {padding: 0px;margin: 0 40px;border-bottom: 1px solid var(--border-color-light);}
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {display: block;padding: 8px 0px;}
  /* .site-header.fixed-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 91px;} */
  .site-header.fixed-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 60px;}

}

@media (max-width: 767px) {
  .site-header .site-main .bottom__header .bottom__header-inner {justify-content: space-between;}

  .site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{top: 145px;}
  .site-header .main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{margin: 0 20px;}
  /* .site-header.fixed-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 120px;} */
}

@media(max-width: 576px){
  .site-header .main-navigation .btn {font-size: 0.8rem;padding: 8px 14px;}
  /* .site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 123px;} */
  .site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 140px;}
  /* .site-header.fixed-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 117px;} */
  .site-header.header-colored .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 124px;}
  .site-header.fixed-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {top: 56.91px;}
}

@media(max-width: 459px){
  .site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{top: 160px;}
}

/* Book Now */
@media(max-width: 420px){
	.site-header .header-inner .site-branding { width: 366px;}
	.site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 { top: 68px;}
	.site-header .main-navigation .book_now {background: transparent !important;padding: 0px 5px;margin-right: 55px;border: 0 !important;}
  .site-header .main-navigation #book_now_btn.apgem-book-icon .apgem-button-text::after {content: '';position: absolute;top: -8px;left: 0;width: 28px;height: 28px;background-image: url('imgs/booking-icons.png');background-repeat: no-repeat;background-position: center;background-size: contain;filter: brightness(0) saturate(100%) invert(41%) sepia(14%) saturate(5194%) hue-rotate(298deg) brightness(98%) contrast(92%);}
	.site-header .main-navigation #book_now_btn.apgem-book-icon .apgem-button-text{display: inline-block;width: 25px;height: 17px;position: relative;font-size: 0;}
  .site-header .main-navigation #book_now_btn.apgem-book-icon #totalcount {color: var(--white-color);background: var(--primary-dark);border-radius: 50%;padding: 14px 7px;font-size: .9rem;display: flex!important;align-items: center;justify-content: center;position: absolute;top: -5px;right: 37px;line-height: 0}
  .site-header .main-navigation .cart-icon .mini-cart .card-body .book_now{padding: 8px 14px !important;}
}

/* Banner Slider 
------------------------------------------------*/
.heroBanner_wrap {position: relative;}
.heroBanner_wrap .heroBanner .heroBanner__innrer {position: relative;height: calc(100vh - 36px);display: block !important;background-repeat: no-repeat;background-size: cover;}
.heroBanner_wrap .heroBanner .heroBanner__innrer .heroImage {height: 670px;width: 100%;}
.heroBanner_wrap .heroBanner .heroBanner__innrer .heroImage img {height: 100%;width: 100%;max-width: 100%;object-fit: cover;}
.heroBanner_wrap .heroBanner .heroBanner__innrer .heroContent {height: 100%;display: flex;align-items: center;}
.heroBanner_wrap .heroBanner .heroBanner__innrer .heroContent .heroTitle {margin: 0;padding: 0 0 15px;color: var(--primary-color);}
.heroBanner_wrap .heroBanner .heroBanner__innrer .heroContent .heroDescription {font-size: 1.188rem;line-height: 29px;font-weight: 400;color: var(--dark-text);padding: 0 0 26px;}
.heroBanner_wrap .heroBanner .heroBanner__innrer .heroContent .heroLink {word-spacing: 0.09em;}

/* Static Banner */
.home .heroBanner_wrap .heroBanner .staticBanner {min-height: 700px;}
.heroBanner_wrap .heroBanner .staticBanner {min-height: 500px;background-repeat: no-repeat;background-size: cover;background-position: center;width: 100%;display: inline-block;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent {top: 0;position: absolute;width: 100%;height: 100%;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .adorn-container {width: 100%;height: 100%;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description {width: 100%;height: 100%;display: flex;flex-direction: column;align-items: start;justify-content: center;}
.home .heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content {width: 100%;max-width: 800px;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content {width: 100%;max-width: 610px;padding-top: 90px;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroTitle {color: var(--dark-text);padding-top: 0px;letter-spacing: -0.012em;}
body:not(.home) .heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroTitle {font-size: clamp(1.8rem, 1.2rem + 3vw, 4rem);color: var(--dark-text);padding-top: 0px;letter-spacing: -0.012em;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroTitle .heading-image {position: relative;display: inline-block;align-items: center;width: 123px;height: 81px;background: url("./imgs/hero-heading-image.png") no-repeat center;border-radius: 40%;margin-left: 0.1em;margin-right: -0.07em;top: 18px;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroDescription {font-size: 1.125rem;line-height: 24px;font-weight: 400;color: var(--dark-text);}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .buttons {padding-top: 25px;display: flex;gap: 20px;}

@media(max-width: 1199px){
  .heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content{max-width: 510px;}
}

@media(max-width: 991px){
  .heroBanner_wrap .heroBanner .staticBanner{background-position: 100%;}
  .heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description{align-items: center;}
  .heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content {background: var(--hero-content-bg);padding-top: 60px;padding-bottom: 40px;padding-left: 20px;padding-right: 20px;margin-top: 60px;}
}

@media(max-width: 767px) {
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content {padding-top: 60px;padding-bottom: 40px;padding-left: 20px;padding-right: 20px;margin-top: 60px;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroTitle .heading-image {width: 80px;height: 47px;background-size: contain;border-radius: 40%;margin-left: 0.1em;margin-right: -0.07em;position: relative;top: 8px;}
body:not(.home) .heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroTitle{line-height: 1.4;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroDescription{font-size: 1rem;line-height: 1.4;}
.heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content .heroDescription br {display: none;}
}

@media (max-width: 576px) {
  .heroBanner_wrap .heroBanner .staticBanner{background-position: 80%;}
  .heroBanner_wrap .heroBanner .staticBanner .heroContent .heroContent_Title_Description .content {background: var(--header-colored-bg);padding-top: 30px;padding-bottom: 40px;padding-left: 10px;padding-right: 10px;margin-top: 150px;}
}

/* One and More Column 
------------------------------------------------*/
.two-column-content.gallery-section .multi_columns{position:relative;overflow:hidden;z-index:1}
.two-column-content .multi_columns .video_image_content .column-items.treatment-items{transform: unset !important;}
.two-column-content .multi_columns .video_image_content .column-items.treatment-items .item{transform: unset !important;}

.two-column-content .multi_columns .video_image_content .column-items .content-wrap h2.title{color:var(--dark-text);letter-spacing:-.02em}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .subtitle{position:relative;display:inline-block;padding:10px 24px;z-index:1;font-family:var(--font-sansflex);font-weight:400;font-size:14px;line-height:21.7px;text-transform:uppercase;color:var(--white-color);margin-bottom:34px}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .subtitle::after{content:"";position:absolute;inset:0;background:var(--subtitle-gradient);z-index:-1;transform:skewX(-10deg)}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .subtitle::before{content:"";position:absolute;inset:0;z-index:-2;transform:translate(6px,6px) skewX(-10deg)}

.two-column-content .multi_columns .video_image_content .column-items .content-wrap .description img{width:100%;max-height:130px;overflow:hidden;object-position:0px -260px;object-fit:cover}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p{font-family:var(--font-sansflex);font-weight:400;font-size:1.125rem;line-height:1.4}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p:last-child{padding-bottom:0}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p a{color:var(--brand-primary);text-underline-offset:4px;font-size:1rem;line-height:1.4;transition:var(--transition-all)}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p a:hover{text-decoration:underline;text-underline-offset:2px}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p a::after{content:"→";margin-left:6px;display:inline-block;transition:var(--transition-all);font-size:1.3rem;line-height:1;vertical-align:middle}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p a:hover::after{margin-left:10px}

.two-column-content .multi_columns .video_image_content .column-items .content-wrap .button_section{padding:34px 0 0;display:flex;flex-wrap:wrap;gap:30px}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .button_section .btn{max-width:fit-content}

.two-column-content .multi_columns .video_image_content .column-items .content-wrap .item_image,
.two-column-content.offers-vouchers{overflow:hidden}

.two-column-content .multi_columns .video_image_content .column-items .content-wrap .item_image img{height:100%;width:100%;object-fit:cover;transition:var(--global-t-03)}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .item_image img:hover{transform:scale(1.1)}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group{position:relative;padding-right:66px;height:100%}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .first-wrap{max-width:440px;height:100%}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{max-width:200px;position:absolute;right:40px;top:50%;transform:translateY(-50%)}

.two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap{border:1px solid var(--dark-text);width:max-content;padding:5px;display:flex;align-items:center;border-radius:40px;margin-top:24px}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap .images{display:flex}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap .img-wrap:first-child{margin-left:0}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap .img-wrap{width:44px;height:44px;overflow:hidden;border-radius:50%;border:2px solid var(--white-color);margin-left:-8px}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap .img-wrap img{width:100%;height:100%;object-fit:cover}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap a{padding:0 15px;color:var(--dark-text);font-size:1.125rem;line-height:24px}
.two-column-content .multi_columns .video_image_content .column-items .content-wrap .rotation-button-wrap{position:absolute;left:auto;right:30px;bottom:0}

.two-column-content .rotation-button-wrap .circle-area{width:143px;background-color:var(--white-color);border-radius:50%;overflow:hidden;box-shadow:0 4px 22.1px 0 var(--overlay-light)}
.two-column-content .rotation-button-wrap .circle-btn{width:143px;height:143px;position:relative;border-radius:50%}
.two-column-content .rotation-button-wrap .svg-hidden{position:absolute;width:0;height:0}
.two-column-content .rotation-button-wrap .center-circle{position:absolute;width:58px;height:58px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;z-index:2;border:1px solid var(--text-color-dark)}
.two-column-content .rotation-button-wrap .play-icon{width:0;height:0;border-left:12px solid var(--text-color-dark);border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:3px}
.two-column-content .rotation-button-wrap .btn-text{width:100%;height:100%;animation:12s linear infinite rotateText}
.two-column-content .rotation-button-wrap .btn-text svg{width:100%;height:100%}
.two-column-content .rotation-button-wrap .btn-text text{fill:var(--text-color-light);font-size:18px;text-transform:uppercase;font-family:Cormorant,serif;letter-spacing:.02em;word-spacing:0.3em;font-weight:500}
.two-column-content .rotation-button-wrap .btn-text textPath{dominant-baseline:middle}
.two-column-content .rotation-button-wrap .circle-btn:hover{box-shadow:0 0 0 8px var(--overlay-subtle)}@keyframes rotateText{0%{transform:rotate(0)}100%{transform:rotate(-360deg)}}

.two-column-content.welcome-section{position:relative}
.two-column-content.welcome-section::after{content:"";width:180px;height:142px;background-image:url("./imgs/after-before-images.png");background-size:contain;background-repeat:no-repeat;right:40px;bottom:40px;position:absolute}

.two-column-content.offers-vouchers .adorn-container{padding:0!important}
.two-column-content.offers-vouchers .multi_columns .video_image_content .column-items{background-color:var(--offers-bg);padding:0}
.two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.text-content{display:flex;justify-content:center;align-items:center}
.two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.text-content .content-wrap{height:fit-content!important}
.two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-right .content-wrap{padding-left:30px;padding-right:80px}
.two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-left .content-wrap{padding-right:30px;padding-left:80px}
.two-column-content.gallery-section .multi_columns .video_image_content .column-items .content-wrap h2.title,
.two-column-content.offers-vouchers .multi_columns .video_image_content .column-items .content-wrap h2.title{color:var(--white-color);letter-spacing:0}
.two-column-content.gallery-section .multi_columns .video_image_content .column-items .content-wrap .description p,
.two-column-content.offers-vouchers .multi_columns .video_image_content .column-items .content-wrap .description p{color:var(--white-color)}

.two-column-content.gallery-section{position:relative;background-position:66%;height:clamp(400px,50vw,760px);display:flex;align-items:center}
.two-column-content.gallery-section::after{content:"";width:100%;height:100%;background-color:var(--overlay-dark);left:0;top:0;position:absolute}
.two-column-content.gallery-section .adorn-container,
.two-column-content.gallery-section .multi_columns,
.two-column-content.gallery-section .multi_columns .multi_columns_content,
.two-column-content.gallery-section .multi_columns .multi_columns_content .video_image_content{height:100%}
.two-column-content.gallery-section .multi_columns .video_image_content .column-items{text-align:center}
.two-column-content.gallery-section .multi_columns .video_image_content .column-items .content-wrap{display:flex;flex-direction:column;justify-content:center}
.two-column-content.gallery-section .multi_columns .video_image_content .column-items .content-wrap .button_section{justify-content:center}

/* circle_title */
.two-column-content .circle_title {display: flex;align-items: center;background: var(--circle-title-gradient);padding: 15px 20px;margin-bottom: 70px;overflow: hidden}
.two-column-content .circle_title .img-wrapper{width: 80px; height: 80px;background: var(--white-color);display: inline-flex;justify-content: center;align-items: center;margin-right: 30px;border-radius: 50%;}
.two-column-content .circle_title h2 {font-size: clamp(1.75rem,calc(1.75rem + (2.8 - 1.75) * ((100vw - 20rem) / (90 - 20))),2.8rem);line-height: 1.2;letter-spacing: 0.014em;color: var(--white-color);padding-bottom: 0px;}

/* treatment Links */
.treatments-links{margin-bottom: 30px;}
.treatments-links ul{ display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 10px;list-style: none; margin: 0;padding: 0;}
.treatments-links ul .treatment-link{font-size: 1.125rem;line-height: 21px;font-weight: 500;padding: 10px 16px;letter-spacing: -0.001em;}

@media (max-width:1399px){
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group{padding-right:50px;min-height:420px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .first-wrap{max-width:380px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{max-width:170px;right:20px}
  
  .two-column-content .rotation-button-wrap .circle-area{width:120px}
  .two-column-content .rotation-button-wrap .circle-btn{width:120px;height:120px}
  .two-column-content .rotation-button-wrap .center-circle{width:50px;height:50px}
}
  
@media (max-width:1199px){
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p{font-size:1rem;line-height:1.6}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group{padding-right:40px;min-height:360px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .first-wrap{max-width:320px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{max-width:150px;right:10px}
  .two-column-content .rotation-button-wrap .circle-area{width:110px}
  .two-column-content .rotation-button-wrap .circle-btn{width:110px;height:110px}
  .two-column-content .rotation-button-wrap .center-circle{width:45px;height:45px}
  .two-column-content .rotation-button-wrap .play-icon{border-left:8px solid var(--text-color-dark);border-top:4px solid transparent;border-bottom:4px solid transparent}

  .two-column-content.welcome-section::after{width:140px;height:110px;right:20px;bottom:20px}
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-right .content-wrap{padding-left:30px;padding-right:50px}
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-left .content-wrap{padding-right:30px;padding-left:50px}
}

@media (max-width:991px){
  .two-column-content .multi_columns .video_image_content .column-items.image{padding-top:40px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group{padding-right:0;min-height:unset;height:auto;display:flex;align-items:flex-end;gap:16px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .first-wrap{max-width:60%;height:auto;flex:1 1 60%}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .first-wrap img,
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap img{height:auto;width:100%}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{position:static;transform:none;max-width:38%;flex:1 1 38%;align-self:center}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .rotation-button-wrap{position:absolute;right:10px;bottom:10px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .item_image.images-group{position:relative}
  
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5)}
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-left .content-wrap,
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-right .content-wrap{padding:100px 30px}
  
  .two-column-content.welcome-section::after{content:unset}

  .two-column-content.treatment-page .multi_columns .video_image_content .column-items.text-content.order-1,
  .two-column-content.welcome-section .multi_columns .video_image_content .column-items:first-child{order:2!important;padding-top:40px}
  .two-column-content.treatment-page .multi_columns .video_image_content .column-items.image.order-2,
  .two-column-content.welcome-section .multi_columns .video_image_content .column-items:last-child{order:1!important}
}

@media (max-width:767px){
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .subtitle{padding:8px 16px;margin-bottom:28px;font-size:13px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p{font-size:.9375rem;line-height:1.65}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .button_section{padding-top:28px;gap:16px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap{width:auto;max-width:100%}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap a{font-size:1rem}
  
  .two-column-content .rotation-button-wrap .circle-area{width:90px}
  .two-column-content .rotation-button-wrap .circle-btn{width:90px;height:90px}
  .two-column-content .rotation-button-wrap .center-circle{width:36px;height:36px}
  .two-column-content .rotation-button-wrap .play-icon{border-left:6px solid var(--text-color-dark);border-top:4px solid transparent;border-bottom:4px solid transparent}
  .two-column-content .rotation-button-wrap .btn-text text{font-size:14px}
  .two-column-content .circle_title{margin-bottom:20px}
  .two-column-content .circle_title .img-wrapper{display:none!important}.treatments-links{margin-bottom:10px}.treatments-links ul{max-width:630px;overflow:scroll;padding:10px 0;flex-wrap:nowrap;scrollbar-width:thin;scrollbar-color:var(--brand-primary) var(--scrollbar-track-bg)}.treatments-links ul::-webkit-scrollbar{height:6px}.treatments-links ul::-webkit-scrollbar-track{background:var(--scrollbar-track-bg);border-radius:10px}.treatments-links ul::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--brand-primary),var(--primary-dark));border-radius:10px;transition:var(--global-t-03)}.treatments-links ul::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,var(--primary-dark),var(--primary-deep))}.treatments-links ul li{flex-shrink:0}.treatments-links ul .treatment-link{font-size:1rem;line-height:21px}
  
  .two-column-content.gallery-section{background-position:33%}
}

@media (max-width:576px){
  .two-column-content .multi_columns .video_image_content .column-items.image{padding-top:30px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .subtitle{padding:8px 14px;margin-bottom:24px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .description p{font-size:.875rem;line-height:1.65}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .button_section{padding-top:24px;gap:12px;flex-direction:column;align-items:flex-start}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .button_section .btn{width:100%;text-align:center;max-width:100%}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap{flex-wrap:wrap;gap:8px;border-radius:16px;padding:8px;width:auto}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap .img-wrap{width:38px;height:38px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap a{font-size:.9rem;padding:0 10px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group{flex-direction:column;align-items:center;gap:12px;padding-bottom:70px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .first-wrap,
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{max-width:85%;flex:unset;width:85%}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{align-self:flex-end;max-width:55%;width:55%}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .rotation-button-wrap{right:0;bottom:0}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .item.h-100{height:auto!important}
  
  .two-column-content .rotation-button-wrap .circle-area{width:80px}
  .two-column-content .rotation-button-wrap .circle-btn{width:80px;height:80px}
  .two-column-content .rotation-button-wrap .center-circle{width:32px;height:32px}
  .two-column-content .rotation-button-wrap .play-icon{border-left:5px solid var(--text-color-dark);border-top:3px solid transparent;border-bottom:3px solid transparent}
  .two-column-content .rotation-button-wrap .btn-text text{font-size:1.125rem;line-height:1.4}
  .two-column-content .circle_title{margin-bottom:0}
  
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-left .content-wrap,
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-right .content-wrap{padding:60px 30px}
  
  .two-column-content.treatment-page .multi_columns .video_image_content .column-items.text-content.order-1{padding-top:20px}
}

  @media (max-width:420px){
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group{padding-bottom:0}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .first-wrap,
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{max-width:100%;width:100%}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .images-group .second-wrap{display:none}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap{border-radius:12px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .client-review-wrap .img-wrap{width:34px;height:34px}
  .two-column-content .multi_columns .video_image_content .column-items .content-wrap .button_section .btn{font-size:1rem;padding:10px 20px}

  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-left .content-wrap,
  .two-column-content.offers-vouchers .multi_columns .video_image_content .column-items.padding-right .content-wrap{padding:40px 20px}
}

/* Two Column Grid */
.two-column-content .casino-grid { margin-top: clamp(20px, 3vw, 30px); }
.two-column-content .casino-grid .content-wrap { padding: clamp(16px, 2.5vw, 22px); border: 1px solid transparent; height: 100%; border-radius: 12px; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); position: relative; overflow: hidden; }
.two-column-content .casino-grid .content-wrap::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.6s ease; z-index: 1; }
.two-column-content .casino-grid .content-wrap:hover::before { left: 100%; }
.two-column-content .casino-grid .content-wrap:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(239, 72, 141, 0.2); border-color: var(--brand-primary); }
.two-column-content .casino-grid .content-wrap .content { display: flex; flex-direction: column; gap: clamp(8px, 1.5vw, 10px); }
.two-column-content .casino-grid .content-wrap .img-wrapper{margin: auto; max-width: 74px;max-height: 74px;overflow: hidden;}
.two-column-content .casino-grid .content-wrap .img-wrapper img{width: 100%;height: 100%;object-fit: contain;}
.two-column-content .casino-grid .content-wrap .title { font-family: var(--font-sansflex); font-weight: 500; font-size: clamp(1.25rem, 2.5vw, 26px); line-height: 1.4; letter-spacing: -0.035em; color: var(--dark-text); text-transform: capitalize; padding: 0px; transition: color 0.3s ease; }
.two-column-content .casino-grid .content-wrap .desc { font-family: var(--font-sansflex); font-weight: 400; font-size: clamp(0.9rem, 1.8vw, 1.125rem); line-height: 1.6; color: var(--dark-text); transition: color 0.3s ease; }
.two-column-content .casino-grid .content-wrap:hover .title { color: var(--brand-primary); }
.two-column-content .casino-grid .content-wrap:hover .desc { color: var(--primary-dark); }

/* grid-box */
.two-column-content.grid-box{overflow: hidden;}
.two-column-content.grid-box .grid { display: flex; justify-content: center; flex-direction: column; height: 100%; }
.two-column-content.grid-box .grid .casino-grid { flex-grow: 1; }

.two-column-content.grid-box .multi_columns .video_image_content .column-items .content-wrap { text-align: center; }
.two-column-content.grid-box .multi_columns .video_image_content .column-items .content-wrap .grid-item { height: 100%; }
.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image { margin-top: clamp(20px, 3vw, 30px); overflow: hidden;}
.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image .item_image {max-height: 100%; overflow: visible !important; position: relative; z-index: 1; transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image:hover .item_image { transform: scale(1.05); }
.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image .item_image img { overflow: hidden; position: relative; z-index: 2; transition: filter 0.4s ease; border-radius: 12px; }
.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image:hover .item_image img { filter: brightness(1.1) saturate(1.1); }
.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image .item_image::after { content: ''; width: 100%; height: 100%; background-color: var(--grid-box-accent); position: absolute; z-index: -1; left: clamp(12px, 2vw, 20px); top: clamp(12px, 2vw, 20px); z-index: 0; transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); border-radius: 12px; }
.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image:hover .item_image::after { left: clamp(8px, 1.5vw, 15px); top: clamp(8px, 1.5vw, 15px); box-shadow: 0 15px 35px rgba(239, 72, 141, 0.3); }

@media(max-width: 1380px) {
	.two-column-content .casino-grid .content-wrap .content { gap: clamp(10px, 1.8vw, 14px); }
}

@media(max-width: 1199px) {
	.two-column-content .casino-grid { margin-top: clamp(15px, 2.5vw, 20px); }
	.two-column-content .casino-grid .content-wrap { padding: clamp(14px, 2vw, 18px); }
	.two-column-content .casino-grid .content-wrap .content { gap: clamp(8px, 1.5vw, 12px); }
	.two-column-content .casino-grid .content-wrap .title { font-size: clamp(1.1rem, 2vw, 1.12rem); line-height: 1.4; }
	.two-column-content .casino-grid .content-wrap .desc { font-size: clamp(0.85rem, 1.5vw, 0.95rem); line-height: 1.5; }

	.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image { margin-top: clamp(15px, 2.5vw, 20px); }
}

@media(max-width: 991px) {
	.two-column-content .casino-grid .content-wrap .content { gap: clamp(8px, 1.2vw, 10px); }
  .two-column-content .casino-grid .content-wrap .img-wrapper{max-width: 60px;height: 60px;}
	.two-column-content .casino-grid .content-wrap .title { font-size: clamp(1rem, 1.8vw, 1.1rem); }
	.two-column-content .casino-grid .content-wrap .desc { font-size: clamp(0.8rem, 1.3vw, 0.9rem); }

  .two-column-content.grid-box .multi_columns .video_image_content .column-items.right-grid{margin-top: 20px;}
  .two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image{position: relative;}
  .two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image::after{ content: ''; width: 100%; height: 100%; background-color: var(--grid-box-accent); position: absolute; z-index: -1; left: clamp(12px, 2vw, 20px); top: clamp(12px, 2vw, 20px); z-index: 0; transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); border-radius: 12px; }
	.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image .item_image { max-height: 400px; height: 100%; padding-top: 0px; overflow: hidden !important; }
	.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image img { max-width: 100%; height: 100%; object-fit: cover; }

  .two-column-content.grid-box .multi_columns .video_image_content .column-items.image{padding-top: 0px;}
}

@media(max-width: 767px) {
	.two-column-content .casino-grid { margin-top: clamp(15px, 2vw, 25px); }
	.two-column-content .casino-grid .content-wrap { padding: clamp(12px, 1.8vw, 16px); }
	.two-column-content .casino-grid .content-wrap .title { font-size: clamp(0.95rem, 1.6vw, 1.05rem); }
	.two-column-content .casino-grid .content-wrap .desc { font-size: clamp(0.75rem, 1.2vw, 0.85rem); }

	.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image { margin-top: clamp(12px, 2vw, 18px); }
	.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image .item_image::after { left: clamp(8px, 1.5vw, 12px); top: clamp(8px, 1.5vw, 12px); }
}

@media(max-width: 576px) {
	.two-column-content .casino-grid { margin-top: clamp(12px, 1.8vw, 20px); }
	.two-column-content .casino-grid .content-wrap { padding: clamp(14px, 1.5vw, 14px); }
	.two-column-content .casino-grid .content-wrap .content { gap: clamp(6px, 1vw, 8px); }
	.two-column-content .casino-grid .content-wrap .title { font-size: clamp(0.9rem, 1.4vw, 1rem); }
	.two-column-content .casino-grid .content-wrap .desc { font-size: clamp(0.7rem, 1vw, 0.8rem); line-height: 1.4; }
	.two-column-content .casino-grid .content-wrap .btn-book { font-size: clamp(0.85rem, 1.2vw, 1rem); line-height: 1.4; }

	.two-column-content.grid-box .multi_columns { padding: clamp(15px, 2vw, 25px); }
	.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image { margin-top: clamp(10px, 1.5vw, 15px); }
	.two-column-content.grid-box .multi_columns .video_image_content .column-items.middle-image .item_image::after { left: clamp(6px, 1.2vw, 10px); top: clamp(6px, 1.2vw, 10px); }
}

@media(max-width: 480px) {
	.two-column-content .casino-grid .content-wrap .title { font-size: clamp(0.85rem, 1.2vw, 0.95rem); }
	.two-column-content .casino-grid .content-wrap .desc { font-size: clamp(0.65rem, 0.9vw, 0.75rem); }
}

@media(max-width: 360px) {
	.two-column-content .casino-grid .content-wrap { padding: clamp(8px, 1.2vw, 12px); }
	.two-column-content .casino-grid .content-wrap .title { font-size: clamp(0.8rem, 1vw, 0.9rem); }
	.two-column-content .casino-grid .content-wrap .desc { font-size: clamp(0.6rem, 0.8vw, 0.7rem); }
}

/* Treatments Page Links Buttons */
.treatment-page-links{padding: 50px 0px;}
.treatment-page-links .treatment-link{font-weight: 500;padding: 10px 16px;}
.treatment-page-links .treatments-links ul li{opacity:0;}
.treatment-page-links .treatments-links ul li[data-aos].aos-animate{opacity:1;}
/* .treatment-page-links .treatment-link:visited,
.treatment-page-links .treatment-link{font-size: 1.125rem;line-height: 23.44px; padding: 10px 16px;color: var(--primary-color); border: 1px solid var(--primary-color);border-radius: 24px;text-transform: uppercase; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;} 
.treatment-page-links .treatment-link:hover{transition: all .4s ease-in-out; color: var(--white-color); background-color:var(--primary-color);} */
.treatment-page-links .treatments-links ul{ display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 10px;list-style: none; margin: 0;padding: 0;}

/* .treatment-page-links .treatment-link.active{color: var(--text-white);background-color: var(--primary-color);} */

@media(max-width: 1199px){
	.treatment-page-links{padding: 40px 0px;}
}

@media(max-width: 767px){
	.treatment-page-links{padding: 30px 0px;}
	.treatment-page-links .treatment-link:visited,
	.treatment-page-links .treatment-link{font-size: 1rem;line-height: 24px;}
}

@media(max-width: 576px){
	.treatment-page-links{padding: 25px 0px;}
}

@media(max-width: 450px){
	.treatment-page-links .treatment-link:visited,
	.treatment-page-links .treatment-link{font-size: 0.9rem;line-height: 20px;padding: 8px 14px;}
}


/* Plugin OverRight Start
------------------------------------------------*/
.spinner-border{border: 0.25em solid var(--primary-dark) !important; border-right-color: transparent !important;}
.loader-message{color: var(--brand-primary);}
.apgem_locations_list .contact-information li.email{display: none;}
.book-now-content{margin-top: 130px;}

.table_design .title{padding-bottom: 0px;}
.table_design .content-wrapper h2{font-size: clamp(1.75rem, calc(1.75rem + (2.8 - 1.75) * ((100vw - 20rem) / (90 - 20))), 2.8rem);line-height: 1.2;color: var(--table-text);}
.table_design .content_location h2{font-size: clamp(1.75rem,calc(1.75rem + (2.8 - 1.75) * ((100vw - 20rem) / (90 - 20))), 2.8rem);line-height: 1.2;background: linear-gradient(90deg, #EF488D 0%, var(--primary-dark) 100%);background-clip: text;color: transparent;}
.table_design .content_location h3.location-name {padding-left: 35px !important;color: var(--table-text);font-size: clamp(1rem, 1rem + 1vw, 1.8rem);font-weight: 400;background: unset;-webkit-text-fill-color: unset;}
.table_design .content_location h3.location-name::before {    background-size: 20px !important;}

.services_price_detail .title{padding-bottom: 0px;}
.btn-primary{font-size: 1rem;line-height: 1.4;margin: 0px;padding: 8px 16px;}

.pricing_list.price-list-container{padding-bottom: 0px;}
.pricing_list.price-list-container h3{color: var(--table-text);margin-bottom: 0px !important;background: unset;-webkit-text-fill-color: unset;background-clip: unset;font-family: var(--font-sansflex);font-weight: 400;font-size: clamp(1rem, 1rem + 1vw, 1.8rem);line-height: clamp(2rem, 1.8rem + 1.8vw, 3.75rem);text-transform: capitalize;}
.pricing_list.price-list-container .table_design .title h4{font-family: var(--font-sansflex); font-weight: 400;font-size: clamp(1rem, 1rem + 1vw, 1.8rem);color: var(--table-text);}
.pricing_list.price-list-container .table_design ul li:last-child{margin-bottom: 10px;}
.pricing_list.price-list-container .table_design ul li .content-wrap{background: var(--gradient-card);}
.pricing_list.price-list-container .table_design ul li .content-wrap .service-name{color: var(--service-name);font-family: var(--font-sansflex);}
.pricing_list.price-list-container .table_design ul li .content-wrap .buttons label{text-transform: capitalize;}
.pricing_list.price-list-container .table_design ul li .content-wrap .buttons .btn{background: var(--gradient-primary);border: 1px solid transparent;}
.pricing_list.price-list-container .table_design ul li .content-wrap .buttons .btn:hover{color: var(--brand-primary);background: transparent;border: 1px solid var(--brand-primary);}
.pricing_list.price-list-container .table_design ul li .content-wrap .info-icon{color: var(--brand-primary);}
.pricing_list.price-list-container .table_design ul li .content-wrap .info-icon.emi-options-icon img{object-position: unset !important;}
.pricing_list.price-list-container .modal-header .modal-title{color: var(--brand-primary);}


#openBookingModal .modal-title {color: var(--booking-title);}
.bookingform form label{font-family: var(--font-sansflex); color: var(--booking-title);}
.bookingform form input{background: var(--booking-input-bg);}
.bookingform form .form-group .error{color: var(--booking-error);}
.bookingform form .gender .gender_content p{color: var(--booking-title);}
.bookingform form .gender .radio_gender input[type="radio"]{accent-color: var(--booking-title);border: 1px solid var(--booking-title);}
.bookingform form .gender .radio_gender input[type="radio"]:checked{accent-color: #f26fa5;}
.bookingform form .button:hover,
.bookingform form .button{border: 0px;}

.packages .column .apgem-packages-modal .modal-content .modal-header .modal-title{font-family: var(--font-sansflex);color: var(--brand-primary);}

.treatment .treatment-content{border-bottom-color: #783C86;}
.packages .card{display: flex; border: 2px solid #ef488d;box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1);padding-bottom: 0px;}
.packages .card .content-wrap{display: flex;flex-direction: column;height: 100%;}
.packages .card .card-title{font-family: var(--font-sansflex);background-color: #FEE8F0;border-radius: var(--bs-card-border-radius);}
.packages .card .card-title .package-name{font-family: var(--font-sansflex);color: var(--brand-primary);}
.packages .card .price-status .price{font-family: var(--font-sansflex); color: var(--brand-primary);}
.packages .card .price-status .status{font-family: var(--font-sansflex); color: var(--brand-primary);}
.packages .card .price-status .info-icon{color: var(--brand-primary);}
.packages .card .table-content{flex-grow: 1;height: 100%;}
.packages .card .table-content th{font-family: var(--font-sansflex); color:var(--brand-primary); border-color: var(--dark-text);}
.packages .card .table-content td{border-color: var(--dark-text);}
.offers.packages .card .buttons{position:static;width:100%;}


.packages .apgem-packages-modal .btn-primary, 
.packages .card .btn-primary, 
.packages .card .buttons .offer_btn.btn-primary{background-color: var(--brand-primary);color: var(--apgem-white-color);padding: 10px 14px;border: 0px;border-radius: 0px;font-family: var(--font-sansflex);border: 1px solid var(--brand-primary);}
.packages .apgem-packages-modal .btn-primary:hover, 
.packages .apgem-packages-modal .btn-primary:focus, 
.packages .apgem-packages-modal .btn-primary:active, 
.packages .card .btn-primary:hover, 
.packages .card .btn-primary:focus, 
.packages .card .btn-primary:active, 
.packages .card .buttons .offer_btn.btn-primary:hover, 
.packages .card .buttons .offer_btn.btn-primary:focus, 
.packages .card .buttons .offer_btn.btn-primary:active{color: var(--brand-primary);background: transparent;border: 1px solid var(--brand-primary);}
.packages .card span.free-sessions{color: var(--brand-primary);background:rgba(245, 202, 220, 0.6) ;}

.purchase-count-badge::after{filter: brightness(0) saturate(100%) invert(44%) sepia(49%) saturate(4511%) hue-rotate(311deg) brightness(99%) contrast(89%);}

.discounts a:hover,
.discounts a{color: var(--brand-primary);}
.discounts .card .card-body{border: 4px solid var(--brand-primary);}
.discounts .card .card-body .card_left .card-text{font-family: var(--font-sansflex);padding-bottom: 0px;}
.discounts .card .card-body .card_left::before{filter: brightness(0) saturate(100%) invert(44%) sepia(66%) saturate(3801%) hue-rotate(311deg) brightness(99%) contrast(89%);}
.discounts .card .card-body .card_left .card-text{font-size: clamp(1rem, 1.21rem + 1.43vw, 1.5rem);line-height: 1.4;}
.discounts .card .card-body .card_right .card-title{font-family: var(--font-sansflex);color: var(--brand-primary);}
.discounts .card .card-body .card_right p{font-family: var(--font-sansflex) !important;color: var(--brand-primary);}
.discounts .card .card-body .card_right .info-icon{color: var(--brand-primary);}
.discounts .card .card-body .card_right::before{filter: brightness(0) saturate(100%) invert(44%) sepia(66%) saturate(3801%) hue-rotate(311deg) brightness(99%) contrast(89%);}
.discounts .card .card-body .card_right .card_wrap{display: flex;flex-direction: column;}
.discounts .card .card-body .card_right .button_wrap{position: static;flex-grow: 1;display: flex;flex-direction: column;align-items: self-end;justify-content: flex-end;}

.discounts .modal-header .modal-title{font-family: var(--font-sansflex);color: var(--brand-primary);}

.discounts .apgem-packages-modal .btn-primary, 
.discounts .card .btn-primary{background-color: var(--brand-primary);color: var(--apgem-white-color);padding: 10px 14px;border: 0px;border-radius: 0px;font-family: var(--font-sansflex);border: 1px solid var(--brand-primary);}
.discounts .card .btn-primary:hover, 
.discounts .apgem-packages-modal .btn-primary:hover{color: var(--brand-primary);background: transparent;border: 1px solid var(--brand-primary);}

.apgem_location_modal .modal .modal-dialog .modal-content .modal-header .modal-title{color:var(--brand-primary);}
.apgem_location_modal .modal .modal-dialog .modal-content .modal-body .button_class{color: var(--brand-primary);border: 1px solid var(--brand-primary);}
.apgem_location_modal .modal .modal-dialog .modal-content .modal-body .button_class.active{border: 1px solid var(--brand-primary);background-color: var(--brand-primary);}
.apgem_location_modal .modal .modal-dialog .modal-content .modal-body .button_class:hover{border: 1px solid var(--brand-primary);background-color: var(--brand-primary);}

.discounts .discounts-container .table_design .content_location,
.most-sold-packages .content-wrapper, 
.freq-purchased-packages .content-wrapper,
.packages .packages-container .table_design .content_location{border-bottom: 2px solid #783C86;}
.discounts .discounts-container .table_design .content_location .location-name::before,
.packages .packages-container .table_design .content_location .location-name::before{filter: unset;}

.packages .packages-container .packages-not-found a{color: var(--brand-primary);}

.discounts .discounts-container .table_design .content_location .location-category .search-input input,
.discounts .discounts-container .table_design .content_location .location-category .category-filter select,
.packages .packages-container .table_design .content_location .location-category .category-filter select,
.packages .packages-container .table_design .content_location .location-category .search-input input{font-family: var(--font-sansflex);font-weight: 400;}
.packages .packages-container .table_design .content_location .location-category .search-input input:focus{box-shadow: none;}

.apgem-pagination .page-btn.prev:not(:disabled):hover, 
.apgem-pagination .page-btn.next:not(:disabled):hover,
.page-numbers-wrapper .page-btn:hover,
.page-numbers-wrapper .page-btn.active{font-family: var(--font-sansflex); background: var(--brand-primary);color: var(--white-color);border-color: var(--brand-primary);}


/* EMI Modal */
.emi-service-name{color: var(--primary-dark);font-family: var(--font-sansflex);}
.emi-service-price{color: var(--dark-text);}
.emi-summary-item strong,
.emi-service-price strong{color: var(--dark-text);}
.emi-service-info{border-color: #783C86;}
.emi-provider{border-left: var(--brand-primary);background: #FEF1F6;}
.emi-provider-label{color: var(--dark-text);font-family: var(--font-sansflex);}
.emi-schedule-table{font-family: var(--font-sansflex);}
.emi-schedule-table thead{background: var(--gradient-bg);}
.emi-schedule-header{border-bottom: 0px;font-size: 1rem;line-height: 1.4;}
.emi-schedule-label{color: var(--dark-text);}
.emi-schedule-amount{color: var(--brand-primary);font-weight: 400;}
.emi-summary-item{color: var(--primary-dark);}

.apgem-packages-modal .loader-message{color: var(--brand-primary);}

/* Fallback Location */
.pricing_list.price-list-container .fallback-location{margin-bottom: 15px;}
/* .pricing_list.price-list-container .fallback-location h3{text-decoration: underline;text-underline-offset: 4px;} */
.fallback-location-alert{background: #FEF1F6;border: none;}
.fallback-location-alert p{color: var(--dark-text);}

@media(max-width: 767px){
  .pricing_list.price-list-container .table_design .content_location .location-name::before{ width: 20px;}
}

/* Plugin OverRight End
------------------------------------------------*/




/* Icon Slider
------------------------------------------------*/
.iconSliderWrap{max-width:100%;margin:0 auto;padding:60px 0;overflow:hidden}

.iconSliderWrap .adorn-container{padding:0 80px}
.iconSliderWrap .iconSlide{position:relative;overflow:hidden}
.iconSliderWrap .iconSlide .slick-list{overflow:visible;margin:0 -40px}
.iconSliderWrap .iconSlide .slick-track{display:flex!important;align-items:center;gap:0}
.iconSliderWrap .iconSlide .slick-slide{width:281px!important;margin:0 40px;padding:0;display:flex!important;align-items:center;justify-content:center;flex-shrink:0}
.iconSliderWrap .iconSlide .items{text-align:center;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0;margin:0}
.iconSliderWrap .iconSlide .items img{max-width:201px;height:95px;width:auto;object-fit:contain;display:block
}

@media (max-width:1439px){
.iconSliderWrap{padding:50px 0}
.iconSliderWrap .adorn-container{padding:0 40px}
.iconSliderWrap .iconSlide .slick-list{margin:0 -30px}
.iconSliderWrap .iconSlide .slick-slide{width:260px!important;margin:0 30px}
.iconSliderWrap .iconSlide .items img{max-width:180px;height:85px}
}

@media (max-width:1199px){
.iconSliderWrap{padding:40px 0}
.iconSliderWrap .adorn-container{padding:0 40px}
.iconSliderWrap .iconSlide .slick-list{margin:0 -25px}
.iconSliderWrap .iconSlide .slick-slide{width:210px!important;margin:0 25px}
.iconSliderWrap .iconSlide .items img{max-width:160px;height:75px}
}

@media (max-width:991px){
.iconSliderWrap{padding:35px 0}
.iconSliderWrap .adorn-container{padding:0 30px}
.iconSliderWrap .iconSlide .slick-list{margin:0 -20px}
.iconSliderWrap .iconSlide .slick-slide{width:180px!important;margin:0 20px}
.iconSliderWrap .iconSlide .items img{max-width:140px;height:65px}
}

@media (max-width:767px){
.iconSliderWrap{padding:30px 0}
.iconSliderWrap .adorn-container{padding:0 20px}
.iconSliderWrap .iconSlide .slick-list{margin:0 -15px}
.iconSliderWrap .iconSlide .slick-slide{width:150px!important;margin:0 15px}
.iconSliderWrap .iconSlide .items img{max-width:120px;height:55px}
}

@media (max-width:576px){
.iconSliderWrap{padding:30px 0}
.iconSliderWrap .adorn-container{padding:0 14px}
.iconSliderWrap .iconSlide .slick-list{margin:0 -10px}
.iconSliderWrap .iconSlide .slick-slide{width:120px!important;margin:0 10px}
.iconSliderWrap .iconSlide .items img{max-width:100px;height:45px}
}

/* Before After Treatment Section
------------------------------------------------*/
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper{position:relative;margin-top:10px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper{width:100%;padding:0}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-wrapper{display:flex;align-items:stretch}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{position:relative;overflow:hidden;min-width:500px;transition:var(--global-t-03)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard:hover{box-shadow:var(--treatment-button-hover-shadow)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentLabel{position:absolute;top:20px;left:20px;background:var(--treatment-label-bg);color:var(--treatment-label-color);padding:8px 16px;border-radius:20px;font-family:var(--font-sansflex);font-size:.875rem;font-weight:600;line-height:1.4;z-index:10;box-shadow:var(--treatment-label-shadow)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages{display:grid;grid-template-columns:1fr 1fr;align-items:center}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--treatment-image-bg);max-height:398px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper.before{border-top-left-radius:20px;border-bottom-left-radius:20px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper.after{border-top-right-radius:20px;border-bottom-right-radius:20px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .5s cubic-bezier(.34, 1.56, .64, 1)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard:hover .imageWrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-light);opacity:0;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards gradientFadeIn;z-index:3;pointer-events:none}@keyframes gradientFadeIn{from{opacity:0}to{opacity:1}}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .treatmentTextOverlay{position:absolute;bottom:20px;left:20px;right:20px;height:auto;background:var(--gradient-glass);backdrop-filter:blur(2px);border:1px solid var(--glass-border);border-radius:10px;padding:11px 16px;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;justify-items:center;opacity:0;transform:translateY(30px);transition:.5s cubic-bezier(.34, 1.56, .64, 1);z-index:10;pointer-events:none;box-shadow:0 8px 32px rgba(0,0,0,.2)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard:hover .treatmentTextOverlay{opacity:1;transform:translateY(0);pointer-events:auto}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .treatmentTextOverlay .textWrapper{text-align:center;display:flex;flex-direction:column;gap:8px;width:100%}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .treatmentTextOverlay .textLabel{font-family:var(--font-sansflex);font-weight:600;font-size:18px;line-height:1.4;color:var(--white-color);letter-spacing:.5px;margin:0;text-align:left}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .treatmentTextOverlay .textDescription{font-family:var(--font-sansflex);font-weight:300;font-size:14px;line-height:1.5;color:var(--glass-text);margin:0;text-align:left}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .treatmentTextOverlay .textDivider{width:1px;height:100%;background:var(--white-color)}

@media(max-width:1380px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:450px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper{max-height:350px}
}

@media(max-width:1199px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:380px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper{max-height:300px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation{gap:15px;margin-top:30px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button{width:45px;height:45px}
}

@media (max-width:1024px){
.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner{padding:60px 20px}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-handle{width:50px;height:50px;padding:10px}}@media (max-width:1199px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:400px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentLabel{font-size:.75rem;padding:6px 12px;top:16px;left:16px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages{gap:10px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation{gap:15px;margin-top:30px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button{width:45px;height:45px}}@media (max-width:991px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:350px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentLabel{font-size:.7rem;padding:5px 10px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages{gap:8px}}@media (max-width:767px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper{margin-top:40px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:280px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentLabel{font-size:.65rem;padding:4px 8px;top:12px;left:12px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages{gap:6px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper{max-height:298px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation{gap:12px;margin-top:25px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button{width:40px;height:40px}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner{padding:50px 15px}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-container{margin-top:20px}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-handle{width:45px;height:45px;padding:8px}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-line{width:2px}}@media (max-width:576px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper{margin-top:00px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:240px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentLabel{font-size:.6rem;padding:3px 6px;top:10px;left:10px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages{gap:5px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation{gap:10px;margin-top:20px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button{width:36px;height:36px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button svg{width:18px;height:18px}
}

@media(max-width:991px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:320px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper{max-height:280px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentLabel{top:15px;left:15px;font-size:.8rem;padding:6px 12px}
}

@media(max-width:767px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:280px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper{max-height:250px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation{gap:12px;margin-top:25px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button{width:40px;height:40px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper .imageTextOverlay{min-height:100px;padding:clamp(12px,2.5vw,18px)}
}

@media(max-width:576px){
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .treatmentTextOverlay{max-height:70px;overflow-y:scroll}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard{min-width:240px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper{max-height:220px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentLabel{top:12px;left:12px;font-size:.75rem;padding:5px 10px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation{gap:10px;margin-top:20px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button{width:36px;height:36px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper .imageTextOverlay{min-height:90px;padding:clamp(10px,2vw,14px)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper .imageTextOverlay .textLabel{font-size:clamp(.9rem, 1.8vw, 1.1rem);margin-bottom:clamp(4px,.8vw,8px)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterSwiper .swiper-slide .treatmentCard .treatmentImages .imageWrapper .imageTextOverlay .textDescription{font-size:clamp(.75rem, 1.3vw, .85rem)}}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button{position:unset;width:50px;height:50px;border-radius:50%;background:var(--treatment-button-bg);border:1px solid transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--global-t-03);padding:10px;margin:0}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation .swiper-button-next::after,
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation .swiper-button-prev::after{font-size:0}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation .swiper-button-prev:after{content:"";background-image:url("./imgs/arrow-left.svg");background-size:contain;background-repeat:no-repeat;display:block;width:26px;height:9px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation .swiper-button-next:after{content:"";background-image:url("./imgs/arrow-right.svg");background-size:contain;background-repeat:no-repeat;display:block;width:26px;height:9px}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation .swiper-button-next:hover:after,
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation .swiper-button-prev:hover:after{filter:brightness(0) saturate(100%) invert(56%) sepia(68%) saturate(5397%) hue-rotate(309deg) brightness(99%) contrast(90%)}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button:hover{border-color:var(--treatment-button-bg);background-color:transparent}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button:disabled{opacity:.5;cursor:not-allowed}
.beforeAfterTreatmentWrap .beforeAfterSliderWrapper .beforeAfterNavigation button svg{width:24px;height:24px}.beforeAfterTreatmentWrap.full-images .subtitle{color:var(--primary-dark)}.beforeAfterTreatmentWrap.full-images .subtitle::after{background:var(--white-color)}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner{padding:80px 30px;background:var(--gradient-primary);border-radius:20px}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .column-sub-desc-main-title .title{letter-spacing:-.014em}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .column-sub-desc-main-title .desc,.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .column-sub-desc-main-title .title{color:var(--white-color)}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-container{position:relative;width:100%;overflow:hidden;aspect-ratio:16/9;max-width:100%;margin:10px auto auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-container img{width:100%;display:block;object-fit:cover;border-radius:30px;pointer-events:none}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-after,.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-before{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:30px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-before{z-index:2}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-line{position:absolute;top:0;width:3px;height:100%;background:repeating-linear-gradient(to bottom,var(--white-color),var(--white-color) 5px,transparent 5px,transparent 15px);z-index:3;transform:translateX(-50%)}.beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-handle{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:4;background:var(--white-color);border-radius:50%;width:60px;height:60px;padding:14px;cursor:ew-resize;display:inline-flex;justify-content:center;align-items:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none
}

@media (max-width:480px){
  .beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner{padding:40px 12px}
  .beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .column-sub-desc-main-title .title{font-size:24px}
  .beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-container{margin-top:15px}
  .beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-handle{width:40px;height:40px;padding:6px}
  .beforeAfterTreatmentWrap.full-images .beforeAfterTreatmentWrap-inner .ba-line{width:2px}
}

/* Treatments Section
------------------------------------------------*/
/* .treatmentsWrap .adorn-container {padding-right: 10px;} */
.treatmentsWrap .column-sub-desc-main-title{padding-bottom:0}
.treatmentsWrap .treatmentsGridWrapper.treatment-slider{margin-bottom:50px}
.treatmentsWrap .treatmentsSliderWrapper{position:relative;margin-top:50px;margin-bottom:50px}
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper{width:100%;padding:0}
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-wrapper{display:flex;align-items:stretch}
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide{width:auto;height:auto;display:flex;align-items:center;justify-content:center}

.treatmentsWrap .treatmentsGridWrapper .treatmentItem,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem{position:relative;width:100%;height:100%}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage{position:relative;overflow:hidden;height:100%}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage img,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;aspect-ratio:0.82}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage:hover img,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage:hover img{transform:scale(1.1)}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:30px;opacity:1;transition:background .5s;box-sizing:border-box;overflow:hidden}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage:hover .treatmentOverlay,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage:hover .treatmentOverlay{background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.3))}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent{width:100%;display:flex;flex-direction:column;justify-content:flex-end;height:100%;max-height:94px;transition:max-height .5s}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory{display:block;font-family:var(--font-sansflex);font-size:.813rem;font-weight:600;line-height:1.6;color:var(--treatments-category-color);text-transform:uppercase;letter-spacing:.15em;max-width:200px}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .card_title,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .card_title{max-width:200px;flex-grow:1}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle{font-family:var(--font-sansflex);font-size:1.75rem;font-weight:400;line-height:1.3;color:var(--treatments-title-color);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color .3s,-webkit-line-clamp .3s}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentTitle,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentTitle{-webkit-line-clamp:unset;color:var(--white-color)}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButtonWrap,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButtonWrap{justify-self:flex-end;align-self:center;overflow:hidden;height:auto;transition:height .35s}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent{max-height:100%;justify-content:space-between}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButtonWrap,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButtonWrap{height:48px}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton{display:inline-block;font-family:var(--font-sansflex);font-size:1.125rem;font-weight:600;line-height:1.4;color:var(--treatments-button-color);border:1px solid var(--treatments-button-border);padding:10px 29px;text-decoration:none;opacity:0;transform:translateY(20px);transition:background .3s,border-color .3s,opacity .4s,transform .4s}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButton,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButton{opacity:1;transform:translateY(0)}
.treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton:hover,
.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton:hover{background:var(--treatments-button-hover-bg);border-color:var(--treatments-button-hover-bg)}

.treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination{position:static;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:40px}
.treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background:0 0;border:1px solid var(--pagination-border);opacity:1;cursor:pointer;transition:var(--global-t-03)}
.treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination .swiper-pagination-bullet-active{background:var(--brand-primary);border:2px solid var(--pagination-border)}

.treatmentsWrap .treatmentsButtonWrapper{display:flex;align-items:center;justify-content:center}


/* Infinite Scroll Loader
------------------------------------------------*/
.treatments-infinite-scroll-loader{display:flex;justify-content:center;align-items:center;padding:0;min-height:0;height:0;overflow:hidden;transition:.3s}
.treatments-infinite-scroll-loader.active{padding:60px 0;height:auto}
.spinner-container{display:flex;justify-content:center;align-items:center}
.spinner{width:50px;height:50px;border:4px solid rgba(239,72,141,.2);border-top:4px solid var(--brand-primary);border-radius:50%;animation:1s linear infinite spin}
@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

@media (max-width:1199px){
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay{padding:25px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory{font-size:.75rem}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle{font-size:1.5rem}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton{font-size:1rem;padding:9px 25px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination{gap:7px;margin-top:35px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination .swiper-pagination-bullet{width:9px;height:9px}
}@media (max-width:991px){
  .treatmentsWrap .treatmentsGridWrapper,.treatmentsWrap .treatmentsSliderWrapper{margin-bottom:40px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay{padding:20px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory{font-size:.7rem;letter-spacing:.12em}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle{font-size:1.375rem}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton{font-size:.9375rem;padding:8px 22px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination{gap:6px;margin-top:30px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination .swiper-pagination-bullet{width:8px;height:8px}
}
  
@media (max-width:767px){
  .treatmentsWrap .treatmentsGridWrapper,.treatmentsWrap .treatmentsSliderWrapper{margin-bottom:30px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage{width:200px;height:270px}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay,.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay{padding:18px}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory,.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory{font-size:.65rem;letter-spacing:.1em}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle{font-size:1.25rem}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton{font-size:.875rem;padding:7px 20px}
  
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination{gap:5px;margin-top:25px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination .swiper-pagination-bullet{width:7px;height:7px}
  
  .treatments-infinite-scroll-loader.active{padding:40px 0}
  .spinner{width:40px;height:40px;border:3px solid rgba(239,72,141,.2);border-top:3px solid var(--brand-primary)}
}

@media (max-width:576px){
  .treatmentsWrap .treatmentsGridWrapper,.treatmentsWrap .treatmentsSliderWrapper{margin-bottom:25px}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage,
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage{width:unset;height:unset}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay,.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay{padding:15px}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory,
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentCategory{font-size:.6rem;letter-spacing:.08em}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle{font-size:1.125rem}
  .treatmentsWrap .treatmentsGridWrapper .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,.treatmentsWrap .treatmentsSliderWrapper .treatmentsSwiper .swiper-slide .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton{font-size:.8125rem;padding:6px 18px}
  
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination{gap:4px;margin-top:20px}
  .treatmentsWrap .treatmentsSliderWrapper .treatmentsPagination .swiper-pagination-bullet{width:6px;height:6px}
}

/* Services Showcase — Horizontal Accordion 
------------------------------------------------*/
.horizontal-accordion .accordion-container{display:flex;gap:16px;height:520px;width:100%;margin-top:20px}
.horizontal-accordion .accordion-item{position:relative;flex:1;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;transition:.6s cubic-bezier(.25, 1, .5, 1);cursor:pointer;background-color:var(--accordion-arrow)}.horizontal-accordion .accordion-item.active{flex:8;max-width:720px;background-image:none!important;background-color:var(--white-color);cursor:default;box-shadow:0 10px 40px rgba(240,98,146,.1);border-radius:20px}.horizontal-accordion .btn-show-service .arrow::before,.horizontal-accordion .icon-circle .arrow-icon{background-image:url("./imgs/arrow-right.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.horizontal-accordion .accordion-overlay{position:absolute;inset:0;background:rgba(194,112,146,.65);transition:opacity .3s;z-index:1}.horizontal-accordion .accordion-item.active .accordion-overlay{opacity:0;pointer-events:none}.horizontal-accordion .inactive-content{position:relative;z-index:2;height:100%;display:flex;justify-content:center;align-items:center;padding-top:24px}.horizontal-accordion .accordion-item.active .inactive-content{display:none}.horizontal-accordion .vertical-title-wrap{display:flex;flex-direction:column;align-items:center;gap:24px;height:100%}.horizontal-accordion .icon-circle{width:46px;height:46px;flex-shrink:0;background:var(--white-color);border-radius:50%;display:flex;align-items:center;justify-content:center}.horizontal-accordion .icon-circle .arrow-icon{display:inline-block;width:18px;height:18px;transform:rotate(-14deg);filter:invert(1) brightness(2)}.horizontal-accordion .vertical-title{writing-mode:vertical-rl;transform:rotate(180deg);color:var(--white-color);font-size:28px;font-weight:500;letter-spacing:-.03em;margin:0;white-space:nowrap;flex-grow:1;text-align:center}.horizontal-accordion .active-content{display:none;height:100%;z-index:2;position:relative;padding:28px 24px 28px 28px;align-items:center;gap:24px}.horizontal-accordion .accordion-item.active .active-content{display:flex}.horizontal-accordion .content-left{flex:0 0 260px;height:100%;max-width:260px}.horizontal-accordion .service-image{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block}.horizontal-accordion .content-right{flex:1;min-width:0;padding-right:4px}.horizontal-accordion .service-title{font-size:26px;line-height:1.25;font-weight:700;color:var(--text-color-light);margin-bottom:14px}.horizontal-accordion .service-desc{color:var(--text-color-dark);font-size:1rem;line-height:1.55;margin-bottom:16px;letter-spacing:.006em}.horizontal-accordion .service-features{list-style:none;padding:0;margin:0 0 26px}.horizontal-accordion .service-features li{display:flex;align-items:center;color:var(--text-color-light);font-weight:500;font-size:15px;line-height:1.4;margin-bottom:10px;background-image:url("./imgs/li-star.svg");background-repeat:no-repeat;background-position:left center;padding:3px 3px 3px 34px}.horizontal-accordion .service-features li:last-child{margin-bottom:0}.horizontal-accordion .btn-show-service{display:inline-flex;align-items:center;gap:10px;background:var(--accordion-bg);color:var(--accordion-text);padding:6px 6px 6px 16px;border-radius:30px;font-weight:500;font-size:1.05rem;line-height:1.2;letter-spacing:-.03em;text-decoration:none;transition:background .3s,color .3s}.horizontal-accordion .btn-show-service:hover{background:var(--accordion-text);color:var(--white-color)}.horizontal-accordion .btn-show-service .arrow{position:relative;background:var(--accordion-arrow);color:var(--white-color);border-radius:50%;width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.horizontal-accordion .btn-show-service .arrow::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-10deg);width:15px;height:15px}.horizontal-accordion .btn-show-service:hover .arrow::before{transform:translate(-50%,-50%) rotate(-45deg)}.view-all-services-wrap{margin-top:50px;text-align:center;position:relative}.view-all-services-wrap .btn{position:relative;z-index:1}.view-all-separator{border:none;height:3px!important;background-color:var(--white-color);margin:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:0}@media (max-width:1380px){.horizontal-accordion .accordion-container{height:490px;gap:14px}.horizontal-accordion .accordion-item.active{max-width:680px}.horizontal-accordion .content-left{flex:0 0 230px;max-width:230px}.horizontal-accordion .vertical-title{font-size:25px}}@media (max-width:1199px){.horizontal-accordion .accordion-container{height:460px;gap:12px}.horizontal-accordion .accordion-item.active{max-width:640px}.horizontal-accordion .content-left{flex:0 0 200px;max-width:200px}.horizontal-accordion .active-content{padding:22px 20px 22px 22px;gap:18px}.horizontal-accordion .service-title{font-size:22px;margin-bottom:10px}.horizontal-accordion .service-desc{font-size:.925rem;margin-bottom:12px}.horizontal-accordion .service-features li{font-size:14px;margin-bottom:8px}.horizontal-accordion .btn-show-service{font-size:.95rem}.horizontal-accordion .vertical-title{font-size:22px}.horizontal-accordion .icon-circle{width:40px;height:40px}}@media (max-width:991px){.horizontal-accordion .accordion-container{flex-direction:column;height:auto;gap:12px}.horizontal-accordion .accordion-item{flex:none;width:100%;height:72px;border-radius:14px}.horizontal-accordion .accordion-item.active{height:auto;min-height:380px;max-width:100%;border-radius:14px}.horizontal-accordion .inactive-content{padding:0 20px;align-items:center;justify-content:flex-start;height:72px}.horizontal-accordion .vertical-title-wrap{flex-direction:row;gap:16px;height:auto;align-items:center}.horizontal-accordion .icon-circle{width:38px;height:38px}.horizontal-accordion .icon-circle .arrow-icon{width:16px;height:16px}.horizontal-accordion .vertical-title{writing-mode:horizontal-tb;transform:none;font-size:18px;flex-grow:0;letter-spacing:-.02em}.horizontal-accordion .active-content{flex-direction:column;padding:20px;gap:16px;align-items:stretch}.horizontal-accordion .content-left{flex:none;width:100%;max-width:100%;height:240px}.horizontal-accordion .service-image{object-fit:cover}.horizontal-accordion .content-right{width:100%;padding-right:0}.horizontal-accordion .service-title{font-size:20px;margin-bottom:10px}.horizontal-accordion .service-desc{font-size:.9rem;margin-bottom:12px}.horizontal-accordion .service-features li{font-size:14px;margin-bottom:8px}.horizontal-accordion .service-features{margin-bottom:20px}.view-all-services-wrap{margin-top:36px}}@media (max-width:767px){.horizontal-accordion .accordion-item{height:64px;border-radius:12px}.horizontal-accordion .accordion-item.active{min-height:340px;border-radius:12px}.horizontal-accordion .inactive-content{height:64px;padding:0 16px}.horizontal-accordion .icon-circle{width:34px;height:34px}.horizontal-accordion .vertical-title{font-size:16px}.horizontal-accordion .active-content{padding:16px;gap:14px}.horizontal-accordion .content-left{height:200px}.horizontal-accordion .service-title{font-size:18px;margin-bottom:8px}.horizontal-accordion .service-desc{font-size:.875rem;line-height:1.5}.horizontal-accordion .service-features li{font-size:13px;padding-left:30px}.horizontal-accordion .btn-show-service{font-size:.875rem;padding:5px 5px 5px 14px}.horizontal-accordion .btn-show-service .arrow{width:28px;height:28px}.horizontal-accordion .btn-show-service .arrow::before{width:13px;height:13px}.view-all-services-wrap{margin-top:30px}}@media (max-width:576px){.horizontal-accordion .accordion-container{gap:10px}.horizontal-accordion .accordion-item{height:58px;border-radius:10px}.horizontal-accordion .accordion-item.active{min-height:300px;border-radius:10px}.horizontal-accordion .inactive-content{height:58px;padding:0 14px}.horizontal-accordion .icon-circle{width:30px;height:30px}.horizontal-accordion .icon-circle .arrow-icon{width:13px;height:13px}.horizontal-accordion .vertical-title{font-size:14px;letter-spacing:0}.horizontal-accordion .active-content{padding:14px;gap:12px}.horizontal-accordion .content-left{height:170px}.horizontal-accordion .service-title{font-size:16px;margin-bottom:7px}.horizontal-accordion .service-desc{font-size:.825rem;margin-bottom:10px}.horizontal-accordion .service-features{margin-bottom:16px}.horizontal-accordion .service-features li{font-size:12px;line-height:1.35;padding-left:26px;background-size:16px;margin-bottom:7px}.horizontal-accordion .btn-show-service{font-size:.8rem;padding:4px 4px 4px 12px;gap:8px}.horizontal-accordion .btn-show-service .arrow{width:26px;height:26px}.horizontal-accordion .btn-show-service .arrow::before{width:11px;height:11px}.view-all-services-wrap{margin-top:26px}}


/* Therapists Section
--------------------------------------------------------------------------------------------------*/

/* .therapists .therapistsSliderWrapper {margin-top: 50px;padding: 30px 0 50px;} */
/* .therapists .therapistsSliderWrapper .therapistsSwiper,
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-wrapper,
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide {overflow: visible !important;} */

/* Default slide */
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide{display:flex;justify-content:center;transform:scale(.9);transition:.4s}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-active{transform:scale(1.1);opacity:1;z-index:2}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-next,
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-prev{transform:scale(.92)}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-item{width:100%;background:var(--therapist-bg);border-radius:24px;overflow:hidden;text-align:center;cursor:pointer;position:relative;transition:.4s;margin:20px 0}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-active .therapist-item{background:linear-gradient(180deg,#f598bf 0,#ef488d 100%)}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-item .therapist-image{width:100%;position:relative;overflow:hidden;aspect-ratio:3/4}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-item .therapist-image img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-item .therapist-image .therapist-overlay{position:absolute;bottom:0;left:0;width:100%;padding:30px 16px 20px;background:var(--gradient-therapist);box-sizing:border-box;transition:opacity .4s}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-overlay .therapist-name{margin:0;font-family:var(--font-sansflex);font-size:clamp(1rem, 1.2vw, 1.25rem);line-height:1.4;font-weight:600;color:var(--therapist-text)}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-overlay .therapist-description{margin:0;font-size:clamp(.75rem, 1vw, .9rem);color:rgba(194,112,146,.5)}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-active .therapist-item .therapist-image .therapist-overlay{background:var(--therapist-overlay)}
.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-active .therapist-overlay .therapist-description,.therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-active .therapist-overlay .therapist-name{color:var(--white-color)}

@media (max-width:1200px){
  .therapists{padding:60px 0}
}

@media (max-width:991px){
  .therapists{padding:50px 0}
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide{transform:scale(.92)}
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-active{transform:scale(1.05)}
}

@media (max-width:767px){
  .therapists{padding:40px 0}
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-item{border-radius:18px}
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-overlay{padding:20px 12px 16px}
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-overlay .therapist-name{font-size:14px}
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide .therapist-overlay .therapist-description{font-size:12px}
}

@media (max-width:575px){
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide{transform:scale(.95)}
  .therapists .therapistsSliderWrapper .therapistsSwiper .swiper-slide.swiper-slide-active{transform:scale(1)}
}

/* Contact From Section Css
--------------------------------------------------------------------------------------------------*/
.contact_column .adorn-container-inner {border-radius: 30px;padding: 30px;position: relative;overflow: hidden;}
.contact_column .adorn-container-inner .row { position: relative;z-index: 1;}
.contact_column .detailWrap { position: relative;z-index: 1;}
.contact_column .contactFromWrap { position: relative;z-index: 1;}
.contact_column .contactFromWrap .row { padding: 0;background: transparent;}
.contact_column .contactFromWrap .row::after { content: unset;}
.contact_column .FromWrap {background: linear-gradient(-90deg, #FBD6E5 10%, transparent 35%),  linear-gradient(60deg, #FBD6E5 10%, transparent 35%),  #FFFFFF;border: 1px solid #FBD6E5;padding: 30px;height: 100%;}
.contact_column .FromWrap .column-main-title h4 { font-family: var(--font-sansflex);font-size: 1.875rem;line-height: 40px;color: #000E2F;padding-bottom: 8px;font-weight: 700;}
.contact_column .FromWrap .description p { font-family: var(--font-sansflex);font-weight: 400;color: #000E2F;font-size: 1.125rem;line-height: 26px;padding-bottom: 0;}
.contact_column .FromWrap .description p:last-child { opacity: 0.60;font-style: italic;}
.contact_column .FromWrap form { padding-top: 16px;}
.contact_column input[type="text"],
.contact_column input[type="email"],
.contact_column input[type="tel"],
.contact_column textarea,
.contact_column select { width: 100%;background: transparent;border: 0;border-radius: 0px; border-bottom: 1px solid #BF8FA3;font-family: var(--font-sansflex);font-weight: 400;color: #000E2F;padding: 0px 0px 12px 0px;outline: none;}
.contact_column .services{position: relative;}
.contact_column .services:after{content: ''; position: absolute;width: 12px;height: 8px;background: url('./imgs/down-arow.svg');background-repeat: no-repeat;background-size: contain;top: 10px;right: 8px;left: auto;pointer-events: none;}
.contact_column select { cursor: pointer;appearance: none;}
.contact_column select:focus-visible {outline: none;}
.contact_column textarea { height: 110px;background: #FFF;padding: 12px;}
.contact_column input[type="text"]::placeholder,
.contact_column input[type="email"]::placeholder,
.contact_column input[type="tel"]::placeholder,
.contact_column textarea::placeholder { color: var(--dark-text);font-family: var(--font-sansflex);font-weight: 400;}
.contact_column .input-wrapper{padding-bottom: 24px;}
.contact_column .input-wrapper p{padding-bottom: 0px;}
.contact_column .FromWrap .buttons .btn-primary{padding: 12px 30px;font-weight: 700;font-size: 1.125rem;line-height: 1.4;border-radius: 0px;outline: none;}
.contact_column .FromWrap .buttons .btn-primary:focus {outline: none;box-shadow: none;}
.contact_column .FromWrap .buttons p { padding-bottom: 0;padding-top: 20px;}
.contact_column .wpcf7-not-valid-tip{margin-top: 5px;font-size: 1rem;line-height: 1.4;}

.contact_column .FromWrap .wpcf7 form.invalid .wpcf7-response-output {display: none; margin: 30px 0 0;border-color: var(--color-black); color: #DC3232;}
.contact_column .FromWrap .wpcf7 form.sent .wpcf7-response-output {display: flex;align-items: center;justify-content: center;background-color: #e8f5e9;color: #2e7d32;border: 2px solid #4caf50;border-radius: 8px;padding: 15px 20px;margin-top: 20px;max-width:max-content;font-family: var(--font-sansflex);font-weight: 500; font-size: 16px;font-weight: 500;line-height: 1.5;position: relative;transition: opacity 0.3s ease;opacity: 0;animation: fadeIn 0.5s forwards;}
/* .contact_column .FromWrap .wpcf7 form.sent .wpcf7-response-output {background-color: #e4d5e7;color: #971fbb;border: 2px solid #8a52d3;} */
.contact_column .FromWrap .wpcf7 form.sent .wpcf7-response-output::before {content: '\2713';display: inline-block;width: 24px;height: 24px;background-color: #4caf50;color: white;border-radius: 50%;font-size: 16px;line-height: 24px;text-align: center;margin-right: 10px;flex-shrink: 0;}
.contact_column .FromWrap .wpcf7 form.sent .wpcf7-response-output[aria-hidden="false"] {display: flex;}

/* Contact Form 7 Elements Animation */
.contact_column .contact-form-wrapper .wpcf7-form-control { opacity: 0; animation: slideInUp 0.5s ease-out forwards; }
.contact_column .contact-form-wrapper .input-wrapper:nth-child(1) .wpcf7-form-control { animation-delay: 0ms; }
.contact_column .contact-form-wrapper .input-wrapper:nth-child(2) .wpcf7-form-control { animation-delay: 50ms; }
.contact_column .contact-form-wrapper .input-wrapper:nth-child(3) .wpcf7-form-control { animation-delay: 100ms; }
.contact_column .contact-form-wrapper .input-wrapper:nth-child(4) .wpcf7-form-control { animation-delay: 150ms; }
.contact_column .contact-form-wrapper .input-wrapper:nth-child(5) .wpcf7-form-control { animation-delay: 200ms; }
.contact_column .contact-form-wrapper .input-wrapper:nth-child(6) .wpcf7-form-control { animation-delay: 250ms; }
.contact_column .contact-form-wrapper .wpcf7-form-control.wpcf7-submit { animation-delay: 300ms; }
.contact_column .contact-form-wrapper .wpcf7-response-output { opacity: 0; animation: slideInUp 0.5s ease-out forwards; animation-delay: 350ms; }

@keyframes slideInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to {opacity: 1;transform: translateY(0); }
}

@media(max-width: 1439px){
    .contact_column .FromWrap { padding: 24px;}
}
@media(max-width: 1380px){
    .contact_column .adorn-container-inner { padding: 20px;}
    .contact_column .FromWrap .column-main-title h4 {font-size: 1.4rem;line-height: 30px;}
    .contact_column .FromWrap { padding: 20px;}
}
@media(max-width: 1280px){
    .contact_column .contact-right-flower { width: 62px;height: 96px;}
}
@media(max-width: 1199px){
    /* .contact_column .FromWrap .column-main-title h4 {font-size: 1.2rem;line-height: 30px;} */
    /* .contact_column .contact-right-flower { width: 45px;height: 71px;} */
}
@media(max-width: 991px){
    .contact_column .contactFromWrap { padding-top: 20px;}
}

/* Grid Layout 
--------------------------------------------------------------------------------------------------*/
.grid_layout .grid_layout_content .why-card .content-wrap{text-align: center;}
.grid_layout .grid_layout_content .why-card .content-wrap .icon{width: 100%;max-height: 615px;margin-bottom: 30px;overflow: hidden;}
.grid_layout .grid_layout_content .why-card .content-wrap .icon img { width: 100%;height: 100%;transition: var(--transition);}
.grid_layout .grid_layout_content .why-card .content-wrap .icon:hover img{transform: scale(1.1);}
.grid_layout .grid_layout_content .why-card .content-wrap .title { color: var(--dark-text);margin-bottom: 12px;font-weight: 500;}
.grid_layout .grid_layout_content .why-card .content-wrap .desc { color: var(--dark-text);font-size: 1.125rem;line-height: 24px;}
 
.grid_layout.grid-bg .grid_layout_content .why-card .content-wrap { height: 100%;background: linear-gradient(-150deg, #FBD6E5 10%, transparent 50%),linear-gradient(40deg, #FBD6E5 10%, transparent 50%),  #FFFFFF; padding: 30px 30px;display: flex;flex-direction: column;justify-content: flex-end;position: relative;z-index: 1;}
.grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .icon {width: 70px;height: 70px;margin-bottom: 14px;}
.grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .icon img { width: 100%;height: 100%;}
.grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .title { color: var(--dark-text);margin-bottom: 14px;font-size: 1.625rem;line-height: 38px;font-weight: 500;}
.grid_layout.grid-bg .grid_layout_content.contact-grid .why-card .content-wrap { justify-content: flex-start;align-items: center;}
.grid_layout.grid-bg .grid_layout_content.contact-grid .why-card .content-wrap span { position: relative;z-index: 1;color: var(--dark-text);font-size: 1rem;line-height: 24px;}
.grid_layout.grid-bg .grid_layout_content.contact-grid .why-card .content-wrap a { text-decoration: none;color: var(--dark-text);}
.grid_layout.grid-bg .grid_layout_content.contact-grid .why-card .content-wrap a:hover { color: var(--brand-primary);}

@media(max-width: 1380px){
    .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .icon{width: 60px;height: 60px;}
}

@media(max-width: 1280px){
  .grid_layout .grid_layout_content .why-card .content-wrap .desc br{display: none;}
}

@media(max-width: 991px){
  .grid_layout .grid_layout_content .why-card .content-wrap .icon{margin-bottom: 20px;}
  .grid_layout .grid_layout_content .why-card .content-wrap .title{margin-bottom: 10px;font-size: 1.125rem;}
  .grid_layout .grid_layout_content .why-card .content-wrap .desc {font-size: 1rem;line-height: 1.4;}
  
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap {padding: 25px 20px;}
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .icon {width: 60px;height: 60px;margin-bottom: 12px;}
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .title {font-size: 1.375rem;line-height: 32px;margin-bottom: 10px;}
  
  .grid_layout.grid-bg .grid_layout_content.contact-grid .why-card .content-wrap span {font-size: 0.9rem;line-height: 20px;}
}

@media(max-width: 768px){
  .grid_layout .grid_layout_content .why-card .content-wrap .icon{margin-bottom: 15px;max-height: 400px;}
  .grid_layout .grid_layout_content .why-card .content-wrap .title{margin-bottom: 8px;font-size: 1rem;}
  .grid_layout .grid_layout_content .why-card .content-wrap .desc {font-size: 0.95rem;line-height: 1.3;}
  
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap {padding: 20px 15px;}
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .icon {width: 50px;height: 50px;margin-bottom: 10px;}
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .title {font-size: 1.25rem;line-height: 28px;margin-bottom: 8px;}
  
  .grid_layout.grid-bg .grid_layout_content.contact-grid .why-card .content-wrap span {font-size: 0.85rem;line-height: 18px;}
}

@media(max-width: 576px){
  .grid_layout .grid_layout_content .why-card .content-wrap{display: flex;flex-direction: column;}
  .grid_layout .grid_layout_content .why-card .content-wrap .icon{order: 3;margin-bottom: 12px;max-height: 300px;}
  .grid_layout .grid_layout_content .why-card .content-wrap .title{order: 1;margin-bottom: 6px;font-size: 0.95rem;}
  .grid_layout .grid_layout_content .why-card .content-wrap .desc{order: 2;margin-bottom: 12px;font-size: 0.9rem;line-height: 1.2;}

  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap {padding: 15px 12px;}
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .icon{order: 1;width: 45px;height: 45px;margin-bottom: 8px;}
  .grid_layout.grid-bg .grid_layout_content .why-card .content-wrap .title{order: 2;font-size: 1.125rem;line-height: 24px;margin-bottom: 6px;}
  .grid_layout.grid-bg .grid_layout_content.contact-grid .why-card .content-wrap span{order: 3;font-size: 0.8rem;line-height: 16px;}
}

/*Career section 
---------------------------------------------------------------------------------------------------------------------- */
.career-section { padding: 80px 0;}
.career-section .box_shadow{box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(54, 72, 89, 0.1); padding: 20px;background-color: var(--white-color); border: 1px solid var(--primary-dark);}
.career-section  .content-wrap-item{margin-bottom: 50px;}
.career-section  .content-wrap-item:last-child{margin-bottom: 0;}
.career-section .container_box .image_box{height: 100%;}
.career-section .container_box .image_box img{height: 100%; width: 100%; object-fit: cover;}
.career-section .container_box h3{color: var(--dark-text);margin-bottom: 10px;}
.career-section .container_box .title-subtitle{padding-bottom: 30px;}
.career-section .container_box .title-subtitle .btn_content{text-align: end;margin-top: 20px;}
.career-section .container_box .title-subtitle .btn_content a { text-decoration: none;}
.career-section .container_box .title-subtitle .btn_content .apply{margin-left: 10px;}
.career-section .container_box .title-subtitle .location{color: var(--dark-text); position: relative;font-size: 1.25rem;}
.career-section .container_box .title-subtitle .location::before { content: "\edca";font-family: 'boxicons' !important;font-weight: normal;font-style: normal;} 
.career-section ul {list-style-type: none; margin-left: 0;padding-left: 24px;margin-bottom: 16px;}
.career-section ul li{font-size: 1.125rem;line-height: 24px; position: relative;padding-bottom: 6px;color: var(--dark-text);}
.career-section ul li:before {content: '';  width: 10px; height: 13px; position: absolute; background-image: url('./imgs/li_icon.png'); background-position: center; background-repeat: no-repeat; background-size: cover; bottom: 0; top: 8px; left: -20px;filter: brightness(0) saturate(100%) invert(41%) sepia(92%) saturate(1733%) hue-rotate(308deg) brightness(95%) contrast(98%);}
.career-section .container_box .career_column .title-subtitle{padding-bottom: 0;}
.career-section .container_box .long_description {	display: none;	width: 100%;margin-top: 20px;}
.career-section .container_box .long_description p span{color: #940094; font-family: "DM Sans", sans-serif;} 

@media(max-width: 1380px){
	.career-section ul li { font-size: 1.15rem;}
}
@media(max-width:1199px){
    .career-section { padding: 60px 0;}
}
@media(max-width:991px){
   .career-section { padding: 40px 0;}
	.career-section .container_box .image_box{padding-bottom: 20px;}
  .career-section .container_box .title-subtitle{padding-bottom: 0px;}
	.career-section .container_box .title-subtitle .btn_content { margin-bottom: 20px;}
  .career-section .container_box .title-subtitle .btn_content .btn { font-size: 1rem;}
	.career-section ul li{font-size: 1rem;line-height: 21px;}
  .career-section .container_box h3{line-height: 38px;}
}
@media(max-width:767px){
  .career-section { padding: 25px 0;}
	.career-section ul li { font-size: 1rem;}
}

@media(max-width: 576px){
  .career-section { padding: 20px 0;}
  .career-section .container_box .title-subtitle .btn_content .btn { padding: 10px 20px; font-size: 0.95rem; }
	.career-section ul li:before{width: 8px;height: 10px;top: 8px;left: -16px;}
}


/* Content Columns Css  
---------------------------------------------------*/
.content-columns { margin-bottom: 20px;}
.content-columns .content-wrap { padding: 20px;background: linear-gradient(-150deg, #FBD6E5 10%, transparent 50%),linear-gradient(40deg, #FBD6E5 10%, transparent 50%),  #FFFFFF;box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(54, 72, 89, 0.1);border: 1px solid #be7693;}
.content-columns .content-wrap .item-title { color: var(--dark-text);padding-bottom: 10px;font-size: 1.75rem;line-height: 34.73px;}
.content-columns .content-wrap .item-desc p { color: var(--dark-text);}
.content-columns .content-wrap .item-desc p a{ color: var(--brand-primary);}
/* .content-columns .content-wrap .item-desc p:last-child { padding-bottom: 0;}  */
.content-columns .content-wrap .item-desc ul { margin: 0;padding: 0 0 0 20px;list-style: none;}
.content-columns .content-wrap .item-desc ul li { padding-bottom: 6px;color: var(--dark-text);position: relative;}
.content-columns .content-wrap .item-desc ul li:before {content: '';  width: 10px; height: 13px; position: absolute; background-image: url('./imgs/li_icon.png'); background-position: center; background-repeat: no-repeat; background-size: cover; bottom: 0; top: 8px; left: -20px;filter: brightness(0) saturate(100%) invert(21%) sepia(9%) saturate(5326%) hue-rotate(291deg) brightness(95%) contrast(85%);}
@media(max-width: 1440px){
	.content-columns .content-wrap .item-title  { font-size: 1.45rem;line-height: 31.73px;}
}



/* Filterable Gallery Css
--------------------------------------------------------------------------------------------------*/
.gallery-content-section .gallery-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;gap:24px;padding-bottom: 36px;}
.gallery-content-section .gallery-title{font-family:'Syne',sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1;letter-spacing:-.03em}
.gallery-content-section .gallery-title span{color:var(--dark-pink)}
.gallery-content-section .layout-toggle{display:flex;align-items:center;gap:8px;background: var(--header-colored-bg);padding:4px;}
.gallery-content-section .layout-toggle label{cursor:pointer;padding: 12px 24px;border-radius:50px;font-size: 1.0625rem;line-height: 21px;font-family: var(--font-sansflex);font-weight: 600;color: var(--black-color);transition:var(--transition);display:flex;align-items:center;gap:8px;user-select:none;}
.gallery-content-section .layout-toggle input[type="radio"]{display:none}
.gallery-content-section .layout-toggle input[type="radio"]:checked+label{background: var(--brand-primary);color: var(--white-color);box-shadow: var(--box-shadow-light);}
.gallery-content-section .layout-toggle label svg{width:16px;height:16px;flex-shrink:0}
.gallery-content-section .filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}
.gallery-content-section .filter-bar.hidden{display:none}
.gallery-content-section .filter-btn{font-family:var(--font-sansflex);font-size:1rem;line-height: 24px;font-weight:500;letter-spacing:.04em;padding:9px 20px;border-radius:50px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:var(--transition)}
.gallery-content-section .filter-btn:hover{border-color:rgba(255,255,255,.25);color:var(--text)}
.gallery-content-section .filter-btn.active{background:var(--dark-pink);border-color:var(--dark-pink);color:#0c0c0f}
.gallery-content-section .gallery-wrap{position:relative}
.gallery-content-section .gallery-item{position:relative;border-radius:12px;overflow:hidden;background:var(--button-secondary-bg-color);cursor:pointer;transition:opacity var(--transition),transform var(--transition);opacity:0;}
.gallery-content-section .gallery-item[data-aos].aos-animate{opacity:1;}
.gallery-content-section .gallery-item.hidden{display:none}
.gallery-content-section .gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.gallery-content-section .gallery-item:hover img{transform:scale(1.06)}
.gallery-content-section .gallery-item .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 55%);opacity:0;transition:opacity var(--transition);display:flex;align-items:flex-end;padding:18px}
.gallery-content-section .gallery-item:hover .overlay{opacity:1}
.gallery-content-section .overlay-label{font-family: var(--font-sansflex);font-size:1rem;line-height: 24px;font-weight:600;letter-spacing:.06em;color:var(--white-color);background:rgb(210 71 195 / 63%);backdrop-filter:blur(6px);border-radius:6px;padding:4px 10px}
 
.gallery-content-section .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--gap)}
.gallery-content-section .gallery-grid .gallery-item{aspect-ratio:4/3}
.gallery-content-section .gallery-grid .gallery-item:first-child:not(.hidden){grid-column:span 2;aspect-ratio:16/9}
 
.gallery-content-section .gallery-masonry{columns:4;column-gap:var(--gap);}
.gallery-content-section .gallery-masonry .gallery-item{break-inside:avoid;margin-bottom:var(--gap);aspect-ratio:unset;height:auto;}
.gallery-content-section .gallery-masonry .gallery-item img{height:auto;aspect-ratio:unset;}
 
.gallery-content-section .empty-state{text-align:center;padding:60px 20px;color:var(--dark-title);font-size:15px;display:none}
.gallery-content-section .empty-state.visible{display:block}
.gallery-content-section .results-count{font-size:0.9rem;line-height: 22px;color:var(--dark-title);margin-bottom:20px;}
 
.lightbox-with-gallery.lightbox{ position: fixed;inset: 0;z-index: 1052;background: rgba(0, 0, 0, 0.9);backdrop-filter: blur(12px);display: flex;flex-direction: column;           /* stack: main image → thumbs */align-items: center;justify-content: center;gap: 20px;opacity: 0;pointer-events: none;transition: opacity 0.3s;padding: 60px 20px 24px;}
.lightbox-with-gallery.lightbox.open{opacity:1;pointer-events:all}
.lightbox-with-gallery.lightbox img{max-width:min(90vw,1100px);max-height:50vh;border-radius:12px;box-shadow:0 40px 100px rgba(0,0,0,.7);object-fit:contain}
.lightbox-with-gallery .lightbox-close{ position: fixed;top: 100px;right: 100px;font-size: 22px;color: var(--white-color);cursor: pointer;background: transparent;font-weight: 700;border: none;border-radius: 50%;width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;transition: background 0.25s;z-index: 10;}
.lightbox-with-gallery .lightbox-nav{position: fixed;top: 50%;transform: translateY(-50%);background: transparent;border: none;color: var(--white-color);font-size: 20px;width: 46px;height: 46px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: background 0.25s;z-index: 5;}
/* .lightbox-with-gallery .lightbox-nav:hover{background:rgba(255,255,255,.2)} */
.lightbox-with-gallery .lightbox-nav.prev{left:20px}
.lightbox-with-gallery .lightbox-nav.next{right:20px}
.lightbox-with-gallery.lightbox .lightbox-thumbs-wrap {width: 100%;max-width: 900px;overflow: hidden;flex-shrink: 0;padding: 10px 0;}
 
.lightbox-main { position: relative;}
 
.lightbox-with-gallery.lightbox .lightbox-thumbs {display: flex;gap: 8px;transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);will-change: transform;justify-content: center;}
.lightbox-with-gallery.lightbox .lb-thumb {flex: 0 0 80px;height: 80px;border-radius: 7px;overflow: hidden;cursor: pointer;opacity: 0.45;border: 2px solid transparent;transition: opacity 0.2s, border-color 0.2s, transform 0.2s;}
.lightbox-with-gallery.lightbox .lb-thumb img {width: 100%;height: 100%;object-fit: cover;display: block;border-radius: 5px;}
.lightbox-with-gallery.lightbox .lb-thumb:hover  { opacity: 0.75; transform: translateY(-2px); }
.lightbox-with-gallery.lightbox .lb-thumb.active { opacity: 1; border-color: var(--dark-pink); transform: translateY(-2px); }
 
@media(max-width:1380px){
    .gallery-content-section .layout-toggle label { padding: 12px 24px;}
}
@media(max-width:1199px){
    .gallery-content-section .gallery-masonry{columns:3;}
    .gallery-content-section .layout-toggle label { padding: 12px 24px;}
}
@media(max-width:767px){
    .gallery-content-section .gallery-masonry{columns:2}
    .gallery-content-section .gallery-header{flex-direction:column;align-items:flex-start}
    .gallery-content-section .gallery-grid{grid-template-columns:1fr;gap: 0;row-gap: 20px;}
    .gallery-content-section .layout-toggle label { padding: 12px 24px;}
 
    .lightbox-with-gallery.lightbox .lightbox-nav.prev { left: 6px; }
    .lightbox-with-gallery.lightbox .lightbox-nav.next { right: 6px; }
 
    .lightbox-with-gallery .lightbox-close { top: 64px; right: 20px; }
}
 
@media(max-width:640px){
    .gallery-content-section .gallery-grid .gallery-item:first-child:not(.hidden){grid-column:span 1;aspect-ratio:4/3;}
}
@media(max-width:480px){
    .gallery-content-section .gallery-masonry{columns:1}
    .lb-thumb { flex: 0 0 60px; height: 44px; }
    .lightbox-with-gallery.lightbox img { max-width: 260px;}
}



/* Default Pages  
------------------------------------------------------*/
.common-page-template-layout { margin-top: 73px;}
.common-page-template-layout .page-header { padding-bottom: 36px;}

/* .common-page-template-layout article { padding: 70px 0;} */

.common-page-template-layout h1,
.common-page-template-layout h2,
.common-page-template-layout h3,
.common-page-template-layout h4,
.common-page-template-layout h5,
.common-page-template-layout h6 { padding-bottom: 18px;color: var(--dark-text);} 

.common-page-template-layout h3{font-size: 1.9375rem;line-height: 1.4;}
.common-page-template-layout h4{font-size: 1.75rem;line-height: 34.73px;}

.common-page-template-layout ul{margin: 0px;font-size: 1.125rem; padding-bottom: 15px;}

.common-page-template-layout a { color: var(--brand-primary);text-decoration: underline;}
.common-page-template-layout a:hover { color: var(--primary-dark);}
 
.common-page-template-layout .widget_search { max-width: 370px;margin: 0 auto;padding-bottom: 1em;position: relative;}
.common-page-template-layout .widget_search .search-form:after { font-family: 'boxicons' !important;font-size: 1.4rem;font-weight: 400;content: "\ebbc";position: absolute;top: 25px;right: 15px;transform: translate(0,-50%);color: var(--brand-primary);}
.common-page-template-layout .widget_search form.search-form label { width: 100%;padding-bottom: 0;}
.common-page-template-layout .widget_search form.search-form input[type=search] { width: 100%;border: 0;border: 1px solid var(--brand-primary); background: transparent !important;border-radius: 30px;outline: 0;text-transform: capitalize;font-size: 1rem;font-family: var(--font-sansflex);font-weight: 500;color: var(--dark-text);line-height: 24px;padding: 11px 12px;height: 50px;transition: var(--global-t-03);}
.common-page-template-layout .widget_search form.search-form input[type=search]:focus { border-color: var(--primary-dark);box-shadow: 0 0 0 3px rgba(239, 72, 141, 0.1);}
.common-page-template-layout .widget_search form.search-form input[type=submit] { padding: 0px;border-radius: 2px;border: none;top: 0;right: 0;position: absolute;color: transparent;background: 0 0;max-width: 45px;z-index: 2;height: 50px;}
.common-page-template-layout .four_zero_four_bg{padding-top: 30px;}

@media(max-width: 1380px){
.common-page-template-layout .page-header { padding-bottom: 30px;}
}
@media (max-width: 1199px){
.common-page-template-layout .page-header { padding-bottom: 20px;}
    .common-page-template-layout h3 {font-size: 1.4rem;line-height:1.4;}
    .common-page-template-layout h4 {font-size:1.125rem;line-height:31.73px;}
	.common-page-template-layout { margin-top: 69px;}
}
@media(max-width: 991px){
	.common-page-template-layout { margin-top: 67px;}
}
@media(max-width:767px){
	.common-page-template-layout { margin-top: 66px;}
	.common-page-template-layout ul{font-size: 1rem;line-height: 1.4;}

	.common-page-template-layout h2{font-size: 2rem;line-height:1.4;padding: 0px;}
	.common-page-template-layout h3 {font-size: 1.25rem;line-height: 1.4;}
}

@media(max-width:576px){
	.common-page-template-layout { margin-top: 62px;}
	.common-page-template-layout ul{font-size: 0.9rem;line-height: 1.4;}
}

/* 404 Page Not Found Css
-----------------------------------------------------*/
.error-404.not-found { padding: 80px 0;}
.error-404.not-found .page-header { margin-bottom: 50px;}
.error-404.not-found .page-header .page-title { font-size: 2.5rem;line-height: 1.2;color: var(--dark-text);margin-bottom: 20px;}
.error-404.not-found .page-header h6 { font-size: 1.125rem;color: var(--dark-text);font-weight: 400;line-height: 1.6;}
.error-404.not-found .page-content { margin-bottom: 50px;}
.error-404.not-found .four_zero_four_bg { margin: 40px 0;}
.error-404.not-found .four_zero_four_bg img { max-width: 40%;display: block;margin: 0 auto;}

@media(max-width: 1199px){
    .error-404.not-found { padding: 60px 0;}
    .error-404.not-found .page-header .page-title { font-size: 2rem;}
    .error-404.not-found .four_zero_four_bg img { max-width: 55%;}
}
@media(max-width: 767px){
    .error-404.not-found { padding: 40px 0;}
    .error-404.not-found .page-header .page-title { font-size: 1.5rem;}
    .error-404.not-found .four_zero_four_bg img { max-width: 100%;}
}


/* Search Page Css
-----------------------------------------------------*/
.search.search-results { padding: 40px 0;}
.search.search-results article {padding-top: 0px ; padding-bottom: 30px;margin-bottom: 0;}
.search.search-results article .content-wrap { background: var(--white-color);border-radius: 20px;padding: 14px;height: 100%;transition: var(--global-t-03);}
.search.search-results article .content-wrap:hover { transform: translateY(-4px);box-shadow: 0 8px 20px rgba(239, 72, 141, 0.15);}
.search.search-results article .content-wrap .imgs,
.search.search-results article .content-wrap .post-thumbnail { width: 100%;height: 299px;overflow: hidden;display: block;border-radius: 16px;}
.search.search-results article .content-wrap .imgs img,
.search.search-results article .content-wrap .post-thumbnail img { height: 100%;width: 100%;object-fit: cover;transition: var(--global-t-03);}
.search.search-results article .content-wrap:hover .imgs img,
.search.search-results article .content-wrap:hover .post-thumbnail img { transform: scale(1.05);}
.search.search-results article .content-wrap .content-title { padding: 16px 0 0;}
.search.search-results article .content-wrap .content-title h6 {  font-size: clamp(1rem, 1.2vw, 1.3rem);font-style: italic;color: var(--dark-text);padding-bottom: 6px;font-weight: 600;}
.search.search-results article .content-wrap .content-title h6 a { text-decoration: none;color: var(--dark-text);transition: var(--global-t-03);}
.search.search-results article .content-wrap .content-title h6 a:hover { color: var(--brand-primary);}
.search.search-results article .content-wrap .content-title .meta .date { font-family: var(--font-sansflex);font-weight: 500;font-size: 0.9rem;line-height: 19px;color: var(--white-color);background-color: var(--brand-primary);border-radius: 30px;padding: 4px 12px;display: inline-block;}
.search.search-results article .content-wrap .content p { font-size: clamp(0.85rem, 1vw, 0.95rem);font-family: var(--font-sansflex);font-weight: 400;color: var(--dark-text);}

@media(max-width: 1380px){
    .search.search-results article .content-wrap .imgs,
    .search.search-results article .content-wrap .post-thumbnail { height: 270px;}
}

@media(max-width: 768px){
    .search.search-results { padding: 40px 0;}
}

@media(max-width: 576px){
    .search.search-results { padding: 30px 0;}
    .search.search-results article .content-wrap .imgs,
    .search.search-results article .content-wrap .post-thumbnail { height: 220px;}
}

/* Treatment Grid Hover Effects for Search & Archive Results
-----------------------------------------------------*/
.row.search.search-results .treatmentItem,
.row.search-results .treatmentItem {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.row.search.search-results .treatmentItem .treatmentImage,
.row.search-results .treatmentItem .treatmentImage {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.row.search.search-results .treatmentItem .treatmentImage img,
.row.search-results .treatmentItem .treatmentImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
    aspect-ratio: 0.82;
}

.row.search.search-results .treatmentItem .treatmentImage:hover img,
.row.search-results .treatmentItem .treatmentImage:hover img {
    transform: scale(1.1);
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
    opacity: 1;
    transition: background 0.5s;
    box-sizing: border-box;
    overflow: hidden;
}

.row.search.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay,
.row.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3));
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    max-height: 94px;
    transition: max-height 0.5s;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .card_title,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .card_title {
    max-width: 200px;
    flex-grow: 1;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
    font-family: var(--font-sansflex);
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.3;
    color: var(--treatments-title-color);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s, -webkit-line-clamp 0.3s;
}

.row.search.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentTitle,
.row.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentTitle {
    -webkit-line-clamp: unset;
    color: var(--white-color);
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButtonWrap,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButtonWrap {
    justify-self: flex-end;
    align-self: center;
    overflow: hidden;
    height: auto;
    transition: height 0.35s;
}

.row.search.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent,
.row.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent {
    max-height: 100%;
    justify-content: space-between;
}

.row.search.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButtonWrap,
.row.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButtonWrap {
    height: 48px;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
    display: inline-block;
    font-family: var(--font-sansflex);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--treatments-button-color);
    border: 1px solid var(--treatments-button-border);
    padding: 10px 29px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(20px);
    transition: background 0.3s, border-color 0.3s, opacity 0.4s, transform 0.4s;
}

.row.search.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButton,
.row.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay .treatmentContent .treatmentButton {
    opacity: 1;
    transform: translateY(0);
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton:hover,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton:hover {
    background: var(--treatments-button-hover-bg);
    border-color: var(--treatments-button-hover-bg);
}

@media (max-width: 1199px) {
    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay {
        padding: 25px;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
        font-size: 1.5rem;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
        font-size: 1rem;
        padding: 9px 25px;
    }
}

@media (max-width: 991px) {
    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay {
        padding: 20px;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
        font-size: 1.375rem;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
        font-size: 0.9375rem;
        padding: 8px 22px;
    }
}

@media (max-width: 767px) {
    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay {
        padding: 18px;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
        font-size: 1.25rem;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
        font-size: 0.875rem;
        padding: 7px 20px;
    }
}

@media (max-width: 576px) {
    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay {
        padding: 15px;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
        font-size: 1.125rem;
    }

    .row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
    .row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
        font-size: 0.8125rem;
        padding: 6px 18px;
    }
}

/* Blog detail page  
----------------------------------------------*/
.single.single-post { padding: 60px 0;}
.single.single-post .entry-header { text-align: center;padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid rgba(239, 72, 141, 0.1);}
.single.single-post .entry-header a { text-decoration: none;}
.single.single-post .entry-header .entry-title { font-size: 2.5rem;line-height: 1.2;color: var(--dark-text);margin-bottom: 20px;}
.single.single-post .entry-header .entry-meta { display: flex;justify-content: center;gap: 30px;flex-wrap: wrap;font-size: 0.95rem;}
.single.single-post .entry-header .entry-meta a { color: var(--brand-primary);text-decoration: none;}
.single.single-post .entry-header .entry-meta a:hover { color: var(--primary-dark);}
.single.single-post .common-page-template-layout .post-thumbnail { margin-bottom: 40px;border-radius: 20px;overflow: hidden;}
.single.single-post .common-page-template-layout .post-thumbnail img{width: 100%;height: 550px;object-fit: cover;object-position: center;}
.single.single-post .common-page-template-layout .entry-content{text-align: center;padding-bottom: 70px;}
.single.single-post .common-page-template-layout .entry-content p{text-align: left;font-size: 1.0625rem;line-height: 1.8;color: var(--dark-text);margin-bottom: 20px;}
.single.single-post .common-page-template-layout .entry-content p img{margin-bottom: 0.5em;border-radius: 12px;}
.single.single-post .common-page-template-layout .entry-content p:last-child{padding-bottom: 0;}
.single.single-post .common-page-template-layout .entry-content p a{color: var(--brand-primary);text-decoration: underline;}
.single.single-post .common-page-template-layout .entry-content p a:hover{color: var(--primary-dark);}
.single.single-post .common-page-template-layout .entry-content .btn-primary{margin-bottom:20px;}
.single.single-post .common-page-template-layout .entry-content .wp-block-image img{width: 100%;border-radius: 12px;}
.single.single-post .post-navigation { padding-top: 40px;border-top: 1px solid rgba(239, 72, 141, 0.1);margin-top: 40px;display: flex;justify-content: space-between;gap: 30px;}
.single.single-post .post-navigation a { text-decoration: none;color: var(--dark-text);transition: var(--global-t-03);}
.single.single-post .post-navigation a:hover { color: var(--brand-primary);}
.single.single-post .post-navigation .nav-subtitle { font-size: 0.9rem;color: var(--brand-primary);display: block;margin-bottom: 8px;}
.single.single-post .post-navigation .nav-title { font-size: 1.125rem;font-weight: 600;display: block;}

@media (max-width: 1380px){
	.single.single-post .common-page-template-layout .entry-content{ padding-bottom: 50px;}
	.single.single-post .entry-header .entry-title { font-size: 2rem;}
}
@media (max-width: 1199px){
	.single.single-post .common-page-template-layout .entry-content{ padding-bottom: 40px;}
	.single.single-post .entry-header { padding-bottom: 30px;margin-bottom: 30px;}
	.single.single-post .entry-header .entry-title { font-size: 1.75rem;}
	.single.single-post .common-page-template-layout .post-thumbnail img { height: 400px;}
}

@media (max-width: 991px){
	.single.single-post .entry-header .entry-meta { gap: 15px;}
}
	
@media (max-width: 767px){
	.single.single-post { padding: 40px 0;}
	.single.single-post .common-page-template-layout .entry-content{ padding-bottom: 30px;}
	.single.single-post .entry-header { padding-bottom: 20px;margin-bottom: 20px;}
	.single.single-post .entry-header .entry-title { font-size: 1.5rem;}
	.single.single-post .common-page-template-layout .post-thumbnail img { height: 300px;}
	.single.single-post .post-navigation { flex-direction: column;gap: 20px;}
}

@media (max-width: 576px){
	.single.single-post { padding: 30px 0;}
	.single.single-post .entry-header .entry-title { font-size: 1.25rem;}
	.single.single-post .entry-header .entry-meta { font-size: 0.85rem;}
	.single.single-post .common-page-template-layout .post-thumbnail img { height: 250px;}
	.single.single-post .common-page-template-layout .entry-content p { font-size: 1rem;}
}


/* Pagination Css  
---------------------------------------------------*/
.pagination-blog { padding: 40px 0;text-align: center;}
.pagination-blog .pagination{justify-content: center;gap: 20px;display: flex;flex-wrap: wrap;}
.pagination-blog .pagination .nav { color: var(--brand-primary);text-decoration: none;font-weight: 500;transition: var(--global-t-03);}
.pagination-blog .pagination .nav:hover { color: var(--primary-dark);}
.pagination-blog .pagination .rounded-pagination-active {height: 45px;width: 45px;display: flex;justify-content: center;align-items: center;border-radius: 30px;border: 2px solid var(--brand-primary);cursor: pointer;transition: var(--global-t-03);}
.pagination-blog .pagination .rounded-pagination-active a{color: var(--brand-primary);text-decoration: none;font-weight: 600;}
.pagination-blog .pagination .rounded-pagination-active:hover{background-color: var(--brand-primary);}
.pagination-blog .pagination .rounded-pagination-active:hover a{ color: var(--white-color);}
.pagination-blog .pagination .rounded-pagination-current{color: var(--white-color);background-color: var(--brand-primary);height: 45px;width: 45px;display: flex;justify-content: center;align-items: center;border-radius: 30px;font-weight: 600;}
.pagination-blog .pagination .rounded-pagination-current:hover{color: var(--white-color);background-color: var(--primary-dark);}
.pagination-blog .pagination .rounded-pagination-current a{color: var(--white-color);background-color: transparent;}
.pagination-blog .pagination .rounded-pagination-current:hover a{ color: var(--white-color);}

@media(max-width: 768px){
	.pagination-blog { padding: 30px 0;}
	.pagination-blog .pagination { gap: 12px;}
	.pagination-blog .pagination .rounded-pagination-active,
	.pagination-blog .pagination .rounded-pagination-current { height: 40px;width: 40px;font-size: 0.9rem;}
}

@media(max-width: 576px){
	.pagination-blog { padding: 20px 0;}
	.pagination-blog .pagination { gap: 8px;}
	.pagination-blog .pagination .rounded-pagination-active,
	.pagination-blog .pagination .rounded-pagination-current { height: 36px;width: 36px;font-size: 0.85rem;}
	.pagination-blog .pagination .nav { font-size: 0.85rem;}
}

/* Back To Top */
.back-to-top {position: fixed;bottom: 60px;right: 40px;width: 40px;height: 40px;line-height: 32px;text-align: center;font-size: 32px;background-color: var(--brand-primary);color: var(--white-color);border-radius: 6px;z-index: 9999;align-items: center;text-decoration: none ;display:flex; justify-content: center;opacity: 0;transform: translateY(40px);pointer-events: none;transition: all 0.4s ease;}
.back-to-top.show {opacity: 1;transform: translateY(0);pointer-events: auto;color: var(--white-color);}
.back-to-top .bx{font-size: 1.8rem;line-height: 1.4;}

/* Footer
------------------------------------------------*/
.site-footer{background:var(--footer-bg)}

/* Footer AOS Animations */
.site-footer [data-aos] {opacity: 0;}
.site-footer [data-aos].aos-animate {opacity: 1;}

.site-footer .footer-top{border-bottom:1px solid;border-image:var(--gradient-bg);border-image-slice:1}
.site-footer .footer-top .footer-col{padding-top:34px;padding-bottom:34px;border-right:1px solid;border-image:var(--gradient-bg);border-image-slice:1}
.site-footer .footer-top .footer-col.dflex{display:flex;align-items:center;justify-content:center}
.site-footer .footer-top .footer-col .content-wrap .footer-logo{max-width:270px;text-align:left}
.site-footer .footer-top .footer-col:last-child{border-right:0}

.site-footer .footer-top .footer-col .content-wrap .branch-timing h5{font-family:var(--font-sansflex);font-size:1.625rem;font-weight:600;line-height:normal;color:var(--dark-text);text-transform:uppercase;padding-bottom:20px}
.site-footer .footer-top .footer-col .content-wrap .branch-timing p{font-family:var(--font-sansflex);font-weight:400;color:var(--dark-text);font-size:1.188rem;line-height:normal;text-transform:uppercase;margin-bottom:0;padding-bottom:10px}

.site-footer .footer-top .footer-col ul.social-links,.site-footer .footer-top .footer-col ul.socialLinks{display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0}
.site-footer .footer-top .footer-col ul.social-links li{display:inline-block;margin:0 10px;text-decoration:none}
.site-footer .footer-top .footer-col ul.social-links li:first-child{margin-left:0}
.site-footer .footer-top .footer-col ul.social-links li:last-child{margin-right:0}
.site-footer .footer-top .footer-col ul.social-links li a{display:inline-flex;align-items:center;justify-content:center;width:59px;height:59px;border-radius:50%;border:1px solid #ef488d;transition:var(--global-t-03);box-shadow:0 4px 15px rgba(239, 72, 141, 0.1)}
.site-footer .footer-top .footer-col ul.social-links li a:hover{background:var(--gradient-bg);transform:translateY(-10px);box-shadow:0 12px 30px rgba(239, 72, 141, 0.3); border-color: transparent !important;}
.site-footer .footer-top .footer-col ul.social-links li a i{font-size:1.5rem;line-height:1;color:transparent;background:var(--gradient-primary);background-clip:text}
.site-footer .footer-top .footer-col ul.social-links li a:hover i{color:var(--white-color)}
.site-footer .footer-top .footer-col ul.social-links li span:before{font-size:1.875rem}

.site-footer .footer-middle .footer-middle-content{padding:0 20px}
.site-footer .footer-middle .footer-col.footer-menu{padding-top:90px;padding-bottom:50px}
.site-footer .footer-middle .footer-col.footer-menu h5{position:relative;margin-bottom:34px;padding-bottom:20px;display:flex;text-transform:uppercase;font-family:var(--font-sansflex);font-size:1.625rem;line-height:28px;font-weight:600;color:var(--dark-text)}
.site-footer .footer-middle .footer-col.footer-menu h5 .bx{display:none}
.site-footer .footer-middle .footer-col.footer-menu h5.title:after{content:"";width:50px;height:1px;background:var(--gradient-bg);position:absolute;display:block;bottom:5px}

.site-footer .footer-middle .footer-col.footer-menu ul{padding:0;margin:0}
.site-footer .footer-middle .footer-col.footer-menu ul li{list-style-type:none;padding-bottom:11px;position:relative;display:flex;align-items:center;gap:5px}
.site-footer .footer-middle .footer-col.footer-menu ul li:before{content:"";display:inline-block;width:18px;height:18px;background:url("./imgs/footer-menu-mark.svg") center no-repeat;flex-shrink:0;transition:transform 0.3s ease}
.site-footer .footer-middle .footer-col.footer-menu ul li a{font-size:1.125rem;font-family:var(--font-sansflex);font-weight:400;line-height:24px;color:var(--dark-text);text-transform:uppercase;text-decoration:none;vertical-align:middle;letter-spacing:.02em;transition:all 0.3s ease;display:inline-block;position:relative}
.site-footer .footer-middle .footer-col.footer-menu ul li a:hover{color:var(--brand-primary);transform:translateX(5px)}
.site-footer .footer-middle .footer-col.footer-menu ul li:hover:before{transform:translateX(-3px)}
.site-footer .footer-middle .footer-col.footer-menu.treatment-menu ul li{width:49%;display:inline-flex;padding:0 15px 10px 0}

.site-footer .footer-bottom{padding:26px 0;border-top:1px solid;border-image:var(--gradient-bg);border-image-slice:1}
.site-footer .footer-bottom p{font-family:var(--font-sansflex);font-weight:400;font-size:1.063rem;line-height:28px;color:var(--gradient-text);padding-bottom:0}
.site-footer .footer-bottom .copywrite_wrapper{display:flex;justify-content:space-between;align-items:center}
.site-footer .footer-bottom .copywrite_wrapper .copy-write span{font-family:Inter}
.site-footer .footer-bottom .copywrite_wrapper .locations{position:relative;width:266px}
.site-footer .footer-bottom .copywrite_wrapper .locations::after{content:"";position:absolute;top:0;right:0;width:48px;height:100%;border-radius:0 6px 6px 0;background:linear-gradient(180deg,#f598bf 0,#ef488d 100%);backdrop-filter:blur(10px);pointer-events:none}
.site-footer .footer-bottom .copywrite_wrapper .locations .location-btn{font-family:var(--font-sansflex);font-weight:400;width:100%;padding:12px 50px 12px 15px;font-size:1.188rem;line-height:24px;border-radius:6px;border:1px solid #ef488d;outline:0;cursor:pointer;background:rgba(255,255,255,.6);backdrop-filter:blur(10px);text-align:left;color:var(--dark-text);transition:.3s;display:flex;align-items:center}
.site-footer .footer-bottom .copywrite_wrapper .locations .location-btn:hover{background:rgba(255,255,255,.8);border-color:var(--brand-primary);box-shadow:0 4px 12px rgba(239,72,141,.15)}
.site-footer .footer-bottom .copywrite_wrapper .locations .location-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.site-footer .footer-bottom .copywrite_wrapper .locations .loc-icon{position:absolute;top:50%;right:9px;transform:translateY(-50%);pointer-events:none;z-index:5}
.site-footer .footer-bottom .copywrite_wrapper .locations .loc-icon img{width:32px;height:32px}

@media (max-width:1380px){
.site-footer .footer-col .title{font-size:1.3125rem}
.site-footer .footer-middle .footer-col.footer-menu ul li a,
.site-footer .footer-top .footer-col .content-wrap .branch-timing p{font-size:.9rem;line-height:22px}
.site-footer .footer-bottom .copywrite_wrapper .locations{width:220px}
}

@media (max-width:1199px){
.site-footer .footer-middle .footer-col.footer-menu{padding-top:50px;padding-bottom:30px}
.site-footer .footer-middle .footer-col.footer-menu:last-child{padding-top:20px}
.site-footer .footer-middle .footer-col.footer-menu .title{font-size:1.25rem;margin-bottom:20px;padding-bottom:12px}
.site-footer .footer-bottom .copywrite_wrapper .locations .location-btn{padding:8px 50px 8px 15px;font-size:1rem;line-height:24px;height:42px}
.site-footer .footer-bottom .copywrite_wrapper .locations::after{width:44px}
.site-footer .footer-bottom .copywrite_wrapper .locations .loc-icon img{width:24px;height:24px}
.site-footer .footer-top .footer-col ul.social-links li a{width:46px;height:46px}
.site-footer .footer-top .footer-col ul.social-links li a i{font-size:1.4rem;line-height:1}
}

@media (max-width:991px){
.site-footer .footer-middle .footer-col.footer-menu ul li a,
.site-footer .footer-top .footer-col .content-wrap .branch-timing p{font-size:.875rem}
.site-footer .footer-top .footer-col .content-wrap .branch-timing p:last-child{padding-bottom:0}
.site-footer .footer-middle .footer-col.footer-menu ul li:before{height:29px}
.site-footer .footer-top .footer-col ul.social-links li{width:45px;height:45px;padding:0;margin:0 5px}
.site-footer .footer-top .footer-col ul.social-links li a{height:100%;width:100%;padding:4px}
.site-footer .footer-top .footer-col ul.social-links li a i{font-size:1.4rem;line-height:1}
.site-footer .footer-top .footer-col ul.social-links li span,
.site-footer .footer-top .footer-col ul.social-links li span:before{vertical-align:middle}
.site-footer .footer-bottom p{font-size:.9rem;line-height:21px}
.site-footer .footer-bottom .copywrite_wrapper .locations{width:220px}
.site-footer .footer-bottom .copywrite_wrapper .locations .location-btn{padding:8px 44px 8px 12px;font-size:.95rem;line-height:21px;height:40px}
}

@media (max-width:767px){
.site-footer .footer-top .footer-col:nth-child(2){border-right:0}
.site-footer .footer-top .footer-col:last-child{border-top:1px solid}
.site-footer .footer-middle .footer-middle-content{padding:30px 0}
.site-footer .footer-middle .footer-col.footer-menu{padding-top:0;padding-bottom:20px}
.site-footer .footer-middle .footer-col.footer-menu.treatment-menu{padding-top:0}
.site-footer .footer-middle .footer-col.footer-menu:last-child{padding-bottom:0;padding-top:0}
.site-footer .footer-middle .footer-col.footer-menu .title{font-size:1.125rem;margin-bottom:0}
.site-footer .footer-middle .footer-col.footer-menu .title .bx{display:inline-flex;margin-left:auto}
.site-footer .footer-middle .footer-col.footer-menu .menu,
.site-footer .footer-middle .footer-col.footer-menu .menu-quick-links-container,
.site-footer .footer-middle .footer-col.footer-menu .menu-treatments-container{display:none}
.site-footer .footer-middle .footer-col.footer-menu.active .menu,
.site-footer .footer-middle .footer-col.footer-menu.active .menu-quick-links-container,
.site-footer .footer-middle .footer-col.footer-menu.active .menu-treatments-container{display:block}
.site-footer .footer-middle .footer-col.footer-menu h5.title:after{width:100%}
.site-footer .footer-middle .footer-col.footer-menu ul li{display:inline-flex;width:49%;padding:0 15px 10px 0}
.site-footer .footer-bottom .copywrite_wrapper .locations{width:180px}
.site-footer .footer-bottom .copywrite_wrapper .locations::after{width:34px}
.site-footer .footer-bottom .copywrite_wrapper .locations .location-btn{padding:5px 34px 5px 10px;font-size:.8rem;line-height:21px;height:35px}
.site-footer .footer-bottom .copywrite_wrapper .locations .loc-icon{top:46%;right:8px}
.site-footer .footer-bottom .copywrite_wrapper .locations .loc-icon img{width:20px;height:20px}
}

@media (max-width:576px){
.site-footer .footer-top .footer-col{padding-top:20px;padding-bottom:20px}
.site-footer .footer-top .footer-col .content-wrap .footer-logo{margin:0 auto;text-align:center}
.site-footer .footer-top .footer-col:first-child{border-right:0;border-bottom:1px solid var(--footer-border)}
.site-footer .footer-middle .footer-col.footer-menu.treatment-menu ul li{padding:0 5px 10px 0}
.site-footer .footer-middle .footer-col.footer-menu.treatment-menu{padding-top:0}
.site-footer .footer-middle .footer-middle-content{padding:20px 0}
.site-footer .footer-middle .footer-col.footer-menu{padding-bottom:15px}

.site-footer .footer-bottom{padding:18px 0}
.site-footer .footer-bottom .copywrite_wrapper{flex-direction:column;gap:10px}
.site-footer .footer-bottom .copywrite_wrapper .copy-write{order:2}
.site-footer .footer-bottom .copywrite_wrapper .locations{order:1}
}

@media (max-width:480px){
.site-footer .footer-middle .footer-col.footer-menu.treatment-menu ul li{width:100%}
.site-footer .footer-middle .footer-col.footer-menu ul li{display:flex;width:100%}
}


/* ============================================================================
   Search & Archive Results - Treatment Grid Design
   ============================================================================ */

/* Search Results Grid - Using row and search-results classes */
.row.search.search-results .treatmentItem,
.row.search-results .treatmentItem,
.archive .row .treatmentItem {
	position: relative;
	width: 100%;
	height: 100%;
}

.row.search.search-results .treatmentItem .treatmentImage,
.row.search-results .treatmentItem .treatmentImage,
.archive .row .treatmentItem .treatmentImage {
	position: relative;
	overflow: hidden;
	height: 100%;
	aspect-ratio: 0.82;
}

.row.search.search-results .treatmentItem .treatmentImage img,
.row.search-results .treatmentItem .treatmentImage img,
.archive .row .treatmentItem .treatmentImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s;
}

.row.search.search-results .treatmentItem .treatmentImage:hover img,
.row.search-results .treatmentItem .treatmentImage:hover img,
.archive .row .treatmentItem .treatmentImage:hover img {
	transform: scale(1.1);
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay,
.archive .row .treatmentItem .treatmentImage .treatmentOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 30px;
	opacity: 1;
	transition: background 0.5s;
	box-sizing: border-box;
	overflow: hidden;
}

.row.search.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay,
.row.search-results .treatmentItem .treatmentImage:hover .treatmentOverlay,
.archive .row .treatmentItem .treatmentImage:hover .treatmentOverlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3));
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent,
.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	max-height: 94px;
	transition: max-height 0.5s;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .card_title,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .card_title,
.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .card_title {
	margin: 0;
	padding: 0;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	color: #ffffff;
	margin: 0 0 12px 0;
	letter-spacing: 0.5px;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButtonWrap,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButtonWrap,
.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButtonWrap {
	margin: 0;
	padding: 0;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
	display: inline-block;
	padding: 10px 20px;
	background: var(--brand-primary);
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton:hover,
.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton:hover,
.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton:hover {
	background: var(--apgem-secondary-color);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1199px) {
	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay {
		padding: 25px;
	}

	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
		font-size: 1.375rem;
	}
}

@media (max-width: 991px) {
	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay {
		padding: 20px;
	}

	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
		font-size: 1.25rem;
	}
}

@media (max-width: 767px) {
	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay {
		padding: 18px;
	}

	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
		font-size: 1.125rem;
		margin-bottom: 8px;
	}

	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
		padding: 8px 16px;
		font-size: 0.8rem;
	}
}

@media (max-width: 576px) {
	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay {
		padding: 15px;
	}

	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentTitle {
		font-size: 1rem;
		margin-bottom: 6px;
	}

	.row.search.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
	.row.search-results .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton,
	.archive .row .treatmentItem .treatmentImage .treatmentOverlay .treatmentContent .treatmentButton {
		padding: 6px 12px;
		font-size: 0.75rem;
	}
}

/* End of Search & Archive Results - Treatment Grid Design */
