:root {
  --accent-color: #d8b4af;
  --accent-font: "Lora", serif;
  --accent-secondary-color: #c69f9a;
  --bg-color: #faf3e3;
  --dark-divider-color: #F7F3ED1A;
  --default-font: "Sora", sans-serif;
  --divider-color: #5A50441A;
  --error-color: rgb(230, 87, 87);
  --primary-color: #5A5044;
  --secondary-color: #F7F3ED;
  --text-color: #868686;
  --white-color: #FFFFFF;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

::-webkit-scrollbar-track {
  background-color: var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
}

::-webkit-scrollbar {
  background-color: var(--secondary-color);
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: var(--accent-color);
}

::selection {
  background-color: var(--accent-color);
  color: var(--secondary-color);
  filter: invert(1);
}

p {
  line-height: 1.7em;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

html {
  overflow-x: hidden; /* len na html – body zostáva normálny scroll kontajner → position:sticky funguje */
  width: 100%;
}
body {
  width: 100%;
}

.container {
  max-width: 1300px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

.image-anime {
  overflow: hidden;
  position: relative;
}

.image-anime:after {
  background-color: rgba(255,255,255,.3);
  content: "";
  height: 0%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 200%;
  z-index: 1;
}

.image-anime:hover:after {
  background-color: transparent;
  height: 250%;
  transition: all 600ms linear;
}

.reveal {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}

.reveal img {
  -o-object-fit: cover;
  -webkit-transform-origin: left;
  height: 100%;
  object-fit: cover;
  transform-origin: left;
  width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.row.no-gutters {
  margin-left: 0px;
  margin-right: 0px;
}

.row.no-gutters > * {
  padding-left: 0px;
  padding-right: 0px;
}

.btn-default {
    background: #c2867f;
  border: none;
  border-radius: 10px;
  color: var(--secondary-color);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  overflow: hidden;
  padding: 18px 50px 18px 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.btn-default::before {
  background: url('../images/arrow-secondary.svg') no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-30px, -50%);
  transition: all 0.4s ease-in-out;
  width: 14px;
  z-index: 1;
}

.btn-default:hover::before {
  transform: translate(-30px, -50%) rotate(45deg);
}

.btn-default::after {
  background-color: var(--primary-color);
  bottom: 0%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  transform: skewY(9.3deg) scaleY(0);
  transition: all 0.5s ease-in-out;
  width: 102%;
  z-index: -1;
}

.btn-default:hover::after {
  transform: skewY(0deg) scaleY(2);
}

.btn-default.btn-highlighted:hover {
  color: var(--primary-color);
}

.btn-default.btn-highlighted:hover::before {
  filter: brightness(0.8) invert(0.8);
}

.btn-default.btn-highlighted::after {
  background-color: var(--secondary-color);
}

.btn-default.border-btn {
  background: transparent;
  border: 1px solid var(--secondary-color);
  padding: 17px 58px 17px 30px;
}

.btn-default.border-btn:hover {
  border-color: var(--accent-color);
}

.btn-default.border-btn::after {
  background-color: var(--accent-color);
}

.readmore-btn {
    color: #692720;
  font-weight: 700;
  line-height: normal;
  padding-right: 25px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.readmore-btn:hover {
  color: var(--primary-color);
}

.readmore-btn::before {
  background-image: url('../images/arrow-accent.svg');
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  width: 14px;
}

.readmore-btn:hover::before {
  filter: brightness(0.3) invert(0.3);
  transform: translateY(-50%) rotate(45deg);
}

.cb-cursor:before {
  background: var(--accent-color);
}

.bg-section.dark-section {
  background-color: var(--accent-secondary-color);
}

.bg-section {
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1880px;
  width: 100%;
}

/* Medzera medzi po sebe idúcimi sekciami */
.bg-section + .bg-section {
  margin-top: 24px;
}

.section-row {
  margin-bottom: 80px;
}

.section-row .section-title {
  margin-bottom: 0;
}

.section-row .section-title.section-title-center {
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
  width: 100%;
}

.section-btn {
  text-align: right;
}

.section-content-btn .section-btn {
  margin-top: 30px;
  text-align: left;
}

.section-title-content p {
  margin-bottom: 20px;
}

.section-title-content p:last-child {
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h3 {
  color: var(--primary-color);
  display: inline-block;
  font-family: var(--accent-font);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.section-title h3::before {
  background: var(--accent-secondary-color);
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.section-title h1 {
  cursor: none;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.section-title h2 {
  cursor: none;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.section-title h1 span, .section-title h2 span {
  color: var(--accent-color);
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 400;
}

.section-title p {
  margin-bottom: 0;
  margin-top: 20px;
}

.dark-section .section-title h3, .dark-section .section-title h1, .dark-section .section-title h1 span, .dark-section .section-title h2, .dark-section .section-title h2 span, .dark-section .section-title p, .dark-section .section-title-content p {
  color: var(--secondary-color);
}

.dark-section .section-title h3::before {
  background-color: var(--secondary-color);
}

.help-block.with-errors ul {
  margin: 0;
  text-align: left;
}

.help-block.with-errors ul li {
  color: var(--error-color);
  font-size: 14px;
  font-weight: 500;
}

header.main-header {
  background: transparent;
  border-radius: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

header.main-header .header-sticky {
  border-bottom: 1px solid var(--dark-divider-color);
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}

header.main-header .header-sticky.hide {
  border-radius: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

header.main-header .header-sticky.active {
  background: var(--accent-secondary-color);
  border: 1px solid var(--dark-divider-color);
  border-radius: 0 0 20px 20px;
  border-top: none;
  left: 0;
  padding: 0 15px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0);
}

.navbar {
  align-items: center;
  padding: 30px 0;
}

header.main-header .container-fluid {
  padding: 0;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  margin: 0 20px;
  text-align: center;
}

.main-menu .nav-menu-wrapper > ul {
  align-items: center;
  display: inline-flex;
}

.main-menu ul li {
  margin: 0;
  position: relative;
}

.main-menu ul li a {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 14px 20px !important;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: 900;
  margin-left: 8px;
}

.main-menu ul li a:hover, .main-menu ul li a:focus {
  color: var(--secondary-color);
}

.main-menu ul ul {
  background: var(--accent-color);
  border-radius: 12px;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scale(1,0.8);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 235px;
}

.main-menu ul li.submenu:first-child ul {
  width: 235px;
}

.main-menu ul ul ul {
  left: 100%;
  text-align: left;
  top: 0;
}

.main-menu ul li:hover > ul {
  opacity: 1;
  padding: 5px 0;
  transform: scale(1,1);
  visibility: visible;
}

.main-menu ul li.submenu ul li.submenu > a:after {
  content: '\f105';
  float: right;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--secondary-color);
  padding: 8px 20px !important;
  transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover, .main-menu ul ul li a:focus {
  background-color: transparent;
  color: var(--primary-color);
  padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu {
  display: none;
}

.responsive-menu, .navbar-toggle {
  display: none;
}

.responsive-menu {
  position: relative;
  top: 0;
}

.slicknav_btn {
  align-items: center;
    background: #c78e86;
  border-radius: 2px;
  display: flex;
  height: 53px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 86px;
}

.slicknav_icon .slicknav_icon-bar {
  background-color: var(--secondary-color);
  border-radius: -2px;
  display: block;
  height: 5px;
  margin: 4px auto !important;
  transition: all 0.1s
ease-in-out;
  width: 31px;
}

.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
  background-color: var(--secondary-color);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
  background-color: var(--secondary-color);
  transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
  background: var(--accent-color);
  padding: 0;
  position: absolute;
  width: 100%;
}

.slicknav_menu ul {
  margin: 5px 0;
  padding: 32px;
  text-align: center;
}

.slicknav_menu ul ul {
  margin: 0;
}

.slicknav_nav .slicknav_row, .slicknav_nav li a {
  border-radius: 0 !important;
  color: var(--secondary-color);
  font-size: 27px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 7px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover, .slicknav_nav a:focus, .slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.slicknav_menu ul ul li a {
  padding: 7px 20px 7px 30px;
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  color: var(--secondary-color);
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: 900;
  margin-left: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after {
  color: var(--primary-color);
  transform: translateY(-50%) rotate(-180deg);
}

.hero {
  background-image: url('../images/hero-bg.png');
  padding: 190px 0 75px;
  position: relative;
}

.hero-section {
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
}

.hero .container-fluid {
  padding: 0;
}

.hero.hero-bg-image {
  background: url('../images/hero-bg.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
padding: 339px 0 232px;
  position: relative;
}

.hero.hero-bg-image::before {
  background: linear-gradient(180.07deg, rgba(0, 0, 0, 0.3) 0.06%, #000000 114.98%), linear-gradient(359.91deg, rgba(0, 0, 0, 0.3) 70.64%, #000000 99.95%);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 80%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero.hero-bg-image.hero-video .hero-bg-video {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hero.hero-bg-image.hero-video .hero-bg-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-content {
  align-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.hero-content .section-title p {
  font-size: 18px;
}

.hero-btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.hero-img {
  align-content: end;
  height: 100%;
  padding: 0 140px 0 85px;
  position: relative;
  z-index: 2;
}

.hero-img figure {
  display: block;
}

.hero-img figure img {
  aspect-ratio: 1 / 1.61;
  margin-bottom: -75px;
  object-fit: cover;
  width: 100%;
}

.hero-rating-box {
  background-color: var(--secondary-color);
  border-radius: 20px;
  bottom: 23%;
  box-shadow: 0px 0px 20px 0px #1b24310e;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

.hero-rating-box::before {
  background-color: var(--accent-color);
  border-radius: 999px 999px 0 0;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.hero-rating-box:hover::before {
  border-radius: 0;
  height: 100%;
}

.hero-rating-header, .hero-rating-body {
  position: relative;
  z-index: 1;
}

.hero-rating-header {
  align-items: center;
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.hero-rating-box:hover .hero-rating-header {
  border-color: var(--dark-divider-color);
}

.hero-rating-header img {
  margin-right: 20px;
  max-width: 30px;
  width: 100%;
}

.hero-rating-header p, .hero-rating-counter p {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.hero-rating-box:hover .hero-rating-header p, .hero-rating-box:hover .hero-rating-counter p, .hero-rating-box:hover .hero-rating-star i {
  color: var(--secondary-color);
}

.hero-rating-star {
  margin-bottom: 15px;
}

.hero-rating-star i {
  color: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

.about-us {
  padding: 100px 0 10px;
}

.about-title-box {
  margin: 0 auto;
  max-width: 1050px;
  text-align: center;
  width: 100%;
}

.about-us-btn {
  margin-top: 60px;
}

.about-us-item {
  background: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 40px;
  text-align: center;
}

.about-us-image {
  margin: 0 auto 40px;
  max-width: 180px;
  width: 100%;
}

.about-us-image figure {
  border-radius: 30px;
  display: block;
  height: 100%;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: auto;
  width: 100%;
}

.about-box-1 .about-us-image figure {
  background-image: url('../images/about-bg-shape-1.svg');
  mask-image: url('../images/about-bg-shape-1.svg');
}

.about-box-2 .about-us-image figure {
  background-image: url('../images/about-bg-shape-2.svg');
  mask-image: url('../images/about-bg-shape-2.svg');
}

.about-box-3 .about-us-image figure {
  background-image: url('../images/about-bg-shape-3.svg');
  mask-image: url('../images/about-bg-shape-3.svg');
}

.about-us-image figure img {
  width: 100%;
}

.about-item-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.about-item-content p {
  margin-bottom: 0;
}

.our-services {
  padding: 100px 0;
  margin-top: 24px;
}

.service-item {
  background: var(--secondary-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}

.service-item::before {
  background-color: var(--accent-color);
  border-radius: 999px 999px 0 0;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.service-item.active::before, .service-item:hover::before {
  border-radius: 0;
  height: 100%;
}

.service-item .icon-box {
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 60px;
  z-index: 1;
}

.service-item.active .icon-box, .service-item:hover .icon-box {
  background: var(--secondary-color);
}

.service-item .icon-box img {
  max-width: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}

.service-item.active .icon-box img, .service-item:hover .icon-box img {
  filter: brightness(0) invert(0.2);
}

.service-content, .service-item-list {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.service-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.service-content h3 a {
  color: inherit;
}

.service-content p {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.service-item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-item-list ul li {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.service-item-list ul li:last-child {
  margin-bottom: 0;
}

.service-item-list ul li:before {
  color: var(--accent-color);
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
}

.service-item.active .service-content h3, .service-item:hover .service-content h3, .service-item.active .service-content p, .service-item:hover .service-content p, .service-item.active .service-item-list ul li, .service-item:hover .service-item-list ul li, .service-item.active .service-item-list ul li::before, .service-item:hover .service-item-list ul li::before, .service-item.active .service-btn a, .service-item:hover .service-btn a {
  color: var(--secondary-color);
}

.service-item.active .service-btn a::before, .service-item:hover .service-btn a::before {
  filter: brightness(0) invert(1);
}

.section-footer-text {
  margin-top: 46px;
  text-align: center;
}

.section-footer-text p {
  margin-bottom: 0;
}

.dark-section .section-footer-text p {
  color: var(--secondary-color);
}

.section-footer-text span {
  background: var(--accent-color);
  border-radius: 100px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  padding: 3px 10px;
}

.section-footer-text p a {
  color: var(--primary-color);
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.dark-section .section-footer-text p a {
  color: var(--secondary-color);
}

.section-footer-text p a:hover {
  color: var(--accent-color);
}

.our-feature {
  padding: 100px 0;
}

.our-feature .section-title h2 img {
  border: 2px solid var(--secondary-color);
  border-radius: 100px;
  box-shadow: 0px 0px 10px 0px #505B3533;
  max-width: 110px;
  width: 100%;
}

.feature-item {
  background-color: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}

.feature-item::before {
  background-color: var(--accent-color);
  border-radius: 999px 999px 0 0;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.feature-item.active::before, .feature-item:hover::before {
  border-radius: 0;
  height: 100%;
}

.feature-item .icon-box {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
}

.feature-item .icon-box img {
  max-width: 100px;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.feature-item.active .icon-box img, .feature-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.feature-item-header, .feature-item-body {
  position: relative;
  z-index: 1;
}

.feature-item-header {
  margin-bottom: 70px;
}

.feature-item-header h3 {
  background: var(--secondary-color);
  border: 1px solid var(--divider-color);
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
}

.feature-item-body p {
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.feature-item-body h3 {
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.feature-item.active .feature-item-body p, .feature-item:hover .feature-item-body p, .feature-item.active .feature-item-body h3, .feature-item:hover .feature-item-body h3 {
  color: var(--secondary-color);
}

.feature-list {
  margin: 30px auto 0;
  max-width: 1050px;
  width: 100%;
}

.feature-list ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list ul li {
  border: 1px solid var(--divider-color);
  border-radius: 100px;
  color: var(--primary-color);
  padding: 10px 24px;
}

.what-we-do {
  background-color: var(--secondary-color);
  padding: 100px 0;
}

.what-we-do-content {
  margin-right: 15px;
  position: sticky;
  top: 20px;
}

.what-we-do-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}

.what-we-do-item {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 15px);
}

.what-we-do-item .icon-box {
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  width: 50px;
}

.what-we-do-item .icon-box::before {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.what-we-do-item:hover .icon-box::before {
  transform: scale(1);
}

.what-we-do-item .icon-box img {
  max-width: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.what-do-item-content {
  width: calc(100% - 70px);
}

.what-do-item-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.what-do-item-content p {
  margin-bottom: 0;
}

.why-choose-us {
  padding: 100px 0;
}

.why-choose-item-list {
  border-top: 1px solid var(--divider-color);
  padding-top: 40px;
}

.why-choose-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item-header {
  align-items: center;
  display: flex;
  width: 50%;
}

.why-choose-item-header .icon-box {
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  width: 50px;
}

.why-choose-item-header .icon-box::before {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.why-choose-item:hover .why-choose-item-header .icon-box::before {
  transform: scale(1);
}

.why-choose-item-header .icon-box img {
  max-width: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.why-choose-item-title {
  width: calc(100% - 70px);
}

.why-choose-item-title h3 {
  font-size: 20px;
  line-height: 1.3em;
}

.why-choose-item-content {
  border-left: 1px solid var(--divider-color);
  margin-left: 20px;
  padding-left: 20px;
  width: calc(50% - 20px);
}

.why-choose-item-content p {
  margin-bottom: 0;
}

.why-choose-image {
  background: linear-gradient(var(--bg-color), var(--bg-color)) padding-box, linear-gradient(180deg, rgba(99, 106, 85, 0.4) 0%, rgba(99, 106, 85, 0) 65.25%) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  margin: 0 85px 50px;
  padding: 20px;
  position: relative;
}

.why-choose-image figure {
  border-radius: 999px;
  display: block;
}

.why-choose-image figure img {
  aspect-ratio: 1 / 1.471;
  border-radius: 999px;
  object-fit: cover;
  width: 100%;
}

.why-choose-image .contact-us-circle {
  bottom: -45px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.contact-us-circle a {
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  display: inline-block;
}

.contact-us-circle a img {
  animation: infiniterotate 25s infinite linear;
  border-radius: 50%;
  max-width: 180px;
  width: 100%;
}

.our-pricing {
  padding: 100px 0;
}

.pricing-box {
  background-color: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 40px;
}

.pricing-box .pricing-header {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.pricing-box .pricing-header h3 {
  font-size: 20px;
}

.pricing-content {
  margin-bottom: 30px;
}

.pricing-content h2 {
  align-items: center;
  display: flex;
  font-size: 38px;
  gap: 10px 30px;
  margin-bottom: 30px;
}

.pricing-content h2 span {
  background: var(--divider-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 14px 30px;
}

.pricing-content p {
  margin-bottom: 0;
}

.pricing-btn {
  margin-bottom: 40px;
}

.pricing-btn .btn-default {
  display: block;
  padding: 18px;
  text-align: center;
}

.pricing-btn .btn-default::before {
  display: none;
}

.pricing-box.highlighted-box .pricing-btn .btn-default {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.pricing-box.highlighted-box .pricing-btn .btn-default:hover {
  color: var(--secondary-color);
}

.pricing-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-list ul li {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.pricing-list ul li:last-child {
  margin-bottom: 0;
}

.pricing-list ul li:before {
  color: var(--accent-color);
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.pricing-box.highlighted-box {
  background-color: var(--accent-color);
}

.pricing-box.highlighted-box .pricing-header {
  border-color: var(--dark-divider-color);
}

.pricing-box.highlighted-box .pricing-content h2 span {
  background: var(--dark-divider-color);
}

.pricing-box.highlighted-box .pricing-header h3, .pricing-box.highlighted-box .pricing-content h2, .pricing-box.highlighted-box .pricing-content p, .pricing-box.highlighted-box .pricing-list ul li, .pricing-box.highlighted-box .pricing-list ul li::before {
  color: var(--secondary-color);
}

.pricing-benefit-list {
  margin-top: 30px;
}

.pricing-benefit-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-benefit-list ul li {
  align-items: center;
  color: var(--secondary-color);
  display: inline-flex;
}

.pricing-benefit-list ul li img {
  margin-right: 15px;
  max-width: 20px;
}

.book-appointment {
  padding: 100px 0;
}

.appointment-image {
  height: 100%;
  position: relative;
}

.appointment-image figure {
  border-radius: 20px;
  display: block;
  height: 100%;
}

.appointment-image figure img {
  aspect-ratio: 1 / 0.6;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.appointment-timing-box {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: var(--dark-divider-color);
  border-radius: 10px;
  bottom: 30px;
  left: 30px;
  padding: 20px 30px;
  position: absolute;
  z-index: 1;
}

.appointment-timing-box h3 {
  color: var(--secondary-color);
  font-size: 20px;
  margin-bottom: 15px;
}

.appointment-timing-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.appointment-timing-box ul li {
  color: var(--secondary-color);
  line-height: 1.5em;
  margin-bottom: 4px;
}

.appointment-timing-box ul li:last-child {
  margin-bottom: 0;
}

.appointment-form {
  align-content: center;
  background: var(--secondary-color);
  border-radius: 20px;
  height: 100%;
  padding: 50px;
}

.appointment-form .form-control {
  background-color: transparent;
  border: 1px solid var(--divider-color);
  border-radius: 10px;
  box-shadow: none;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  outline: none;
  padding: 17px 20px;
}

.appointment-form .form-control::placeholder {
  color: var(--text-color);
}

.appointment-form form .form-group select {
  padding: 18px 30px 18px 20px;
}

.appointment-form form .form-group select option {
  color: var(--primary-color);
  font-weight: 500;
}

.appointment-form .btn-default {
  padding: 18px;
  text-align: center;
  width: 100%;
}

.appointment-form .btn-default::before {
  display: none;
}

.benefit-counter-list {
  border-top: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  margin-top: 80px;
  padding-top: 80px;
}

.benefit-counter-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(25% - 60px);
}

.benefit-counter-item::before {
  background: var(--divider-color);
  bottom: 0;
  content: '';
  height: 80%;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.benefit-counter-item:last-child:before, .benefit-counter-item:nth-child(4n + 4):before {
  display: none;
}

.benefit-counter-item .icon-box {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  width: 50px;
}

.benefit-counter-item .icon-box::before {
  background: var(--primary-color);
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.benefit-counter-item:hover .icon-box::before {
  transform: scale(1);
}

.benefit-counter-item .icon-box img {
  max-width: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.benefit-counter-content {
  width: calc(100% - 70px);
}

.benefit-counter-content h2 {
  font-family: var(--accent-font);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.benefit-counter-content p {
  color: var(--primary-color);
  margin: 0;
}

.our-faqs {
  background-color: var(--secondary-color);
  padding: 100px 0;
}

.faqs-content .section-title {
  margin-bottom: 60px;
}

.faq-accordion .accordion-item {
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
  background: transparent;
  border-bottom: 1px solid var(--divider-color);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  padding: 0 30px 20px 0;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed {
  background: transparent;
  color: var(--primary-color);
  padding-bottom: 30px;
}

.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after {
  color: var(--primary-color);
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  color: var(--primary-color);
  transform: rotate(180deg);
}

.faq-accordion .accordion-item .accordion-body {
  padding: 20px 30px 0 0;
}

.faq-accordion .accordion-item .accordion-body p {
  color: var(--text-color);
  margin: 0;
}

.faqs-image-box {
  margin-left: 15px;
  position: relative;
}

.faq-image figure {
  border-radius: 20px;
  display: block;
}

.faq-image img {
  aspect-ratio: 1 / 1.065;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.faqs-cta-box {
  background-color: var(--secondary-color);
  border-radius: 10px;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  width: 260px;
  z-index: 1;
}

.faqs-cta-box:before {
  background: var(--accent-color);
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.faqs-cta-box:hover:before {
  height: 100%;
}

.faqs-cta-box .icon-box {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.faqs-cta-box .icon-box img {
  max-width: 50px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.faqs-cta-box:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.faqs-cta-box-content {
  position: relative;
  z-index: 1;
}

.faqs-cta-box-content h3 {
  font-size: 20px;
  line-height: 1.3em;
  transition: all 0.4s ease-in-out;
}

.faqs-cta-box:hover .faqs-cta-box-content h3 {
  color: var(--secondary-color);
}

.our-team {
  padding: 100px 0 70px;
}

.team-item {
  background: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 30px 0 30px;
  position: relative;
  text-align: center;
}

.team-content {
  margin-bottom: 20px;
}

.team-content h3 {
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 5px;
}

.team-content h3 a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.team-content p {
  margin: 0;
}

.team-image img {
  aspect-ratio: 1 / 1.24;
  margin: 0 auto;
  max-width: 270px;
  object-fit: cover;
  width: 100%;
}

.team-social-list {
  bottom: 30px;
  left: 30px;
  opacity: 0;
  position: absolute;
  right: 30px;
  text-align: center;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 2;
}

.team-item:hover .team-social-list {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.team-social-list ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-list ul li a {
  align-items: center;
  background: var(--accent-color);
  border-radius: 5px;
  color: var(--secondary-color);
  display: flex;
  height: 36px;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 36px;
}

.team-social-list ul li:hover a {
  background: var(--secondary-color);
  color: var(--accent-color);
}

.team-social-list ul li a i {
  color: inherit;
  font-size: 18px;
}

.our-partners {
  background: var(--secondary-color);
  padding: 100px 0;
}

.our-partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-left: 8px;
  text-align: center;
}

.our-partner-item {
  background: var(--bg-color);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  width: auto;
}

.our-partner-item:first-child {
  margin-left: 6px;
}

.our-partner-item img {
  max-height: 32px;
  width: 100%;
}

.join-us {
  padding: 100px 0;
}

.join-us-image {
  background: url('../images/join-us-bg-circle.png') no-repeat;
  background-position: top center;
  background-size: contain;
  height: 100%;
  margin: 0 65px;
  padding: 80px 35px 0;
}

.join-us-image img {
  aspect-ratio: 1 / 1.58;
  margin-bottom: -100px;
  object-fit: cover;
  width: 100%;
}

.join-us-content {
  align-content: center;
  height: 100%;
}

.join-us-item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.join-us-item {
  align-content: center;
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  width: calc(50% - 15px);
}

.join-us-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.join-us-item p {
  margin-bottom: 30px;
}

.join-us-item ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
}

.join-us-item ul li {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.join-us-item ul li:last-child {
  margin-bottom: 0;
}

.join-us-item ul li:before {
  color: var(--accent-color);
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
}

.join-live-chat {
  align-items: center;
  display: flex;
}

.join-live-chat .icon-box {
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  height: 55px;
  justify-content: center;
  margin-right: 15px;
  width: 55px;
}

.join-live-chat .icon-box img {
  max-width: 30px;
}

.join-live-chat-content {
  text-align: left;
}

.join-live-chat-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.join-live-chat-content p {
  margin: 0;
}

.our-testimonials {
  background-image: url('../images/testimonials-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.satisfy-client-box {
  align-items: center;
  display: flex;
  justify-content: end;
}

.satisfy-client-images {
  align-items: center;
  border-right: 1px solid var(--dark-divider-color);
  display: flex;
  margin-right: 10px;
  padding-right: 10px;
}

.satisfy-client-image {
  display: inline-block;
  margin-left: -25px;
  position: relative;
  z-index: 1;
}

.satisfy-client-image:first-child {
  margin: 0;
}

.satisfy-client-image figure {
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: block;
  height: 62px;
  width: 62px;
}

.satisfy-client-image img {
  border-radius: 50%;
  width: 100%;
}

.goolge-rating-content .icon-rating {
  align-items: center;
  display: flex;
  gap: 3px;
  margin-bottom: 5px;
}

.goolge-rating-content .icon-rating i {
  color: var(--secondary-color);
}

.goolge-rating-content p {
  color: var(--secondary-color);
  margin: 0;
}

.testimonial-image {
  position: relative;
}

.testimonial-image figure {
  border-radius: 20px;
  display: block;
}

.testimonial-image figure img {
  aspect-ratio: 1 / 0.79;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.goolge-rating-box {
  -webkit-backdrop-filter: blur(30px);
  align-items: center;
  backdrop-filter: blur(30px);
  background: var(--dark-divider-color);
  border-radius: 20px;
  bottom: 30px;
  display: flex;
  left: 30px;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
}

.goolge-rating-box .icon-box {
  margin-right: 15px;
}

.goolge-rating-box .icon-box img {
  max-width: 40px;
}

.goolge-rating-content .icon-rating p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  margin-right: 2px;
}

.testimonial-slider {
  margin-left: 20px;
  position: relative;
}

.testimonial-slider .swiper-wrapper {
  cursor: none;
}

.testimonial-header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.testimonial-company-logo img {
  max-width: 151px;
  width: 100%;
}

.testimonial-quote img {
  max-width: 36px;
  width: 100%;
}

.testimonial-content {
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.testimonial-content p {
  color: var(--secondary-color);
  margin: 0;
}

.testimonial-author {
  align-items: center;
  display: flex;
}

.author-image {
  margin-right: 15px;
}

.author-image figure {
  border-radius: 50%;
  display: block;
}

.author-image img {
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
}

.author-content h3 {
  color: var(--secondary-color);
  font-size: 20px;
  margin-bottom: 5px;
}

.author-content p {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.testimonial-btn {
  align-items: center;
  display: flex;
  justify-content: end;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.testimonial-slider .testimonial-button-next, .testimonial-slider .testimonial-button-prev {
  background: var(--accent-color);
  border-radius: 10px;
  height: 40px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.testimonial-slider .testimonial-button-next {
  margin-left: 20px;
}

.testimonial-slider .testimonial-button-next:hover, .testimonial-slider .testimonial-button-prev:hover {
  background: var(--secondary-color);
}

.testimonial-slider .testimonial-button-next::before, .testimonial-slider .testimonial-button-prev::before {
  align-items: center;
  bottom: 0;
  color: var(--secondary-color);
  content: '\f054';
  display: flex;
  font-family: 'FontAwesome';
  font-size: 18px;
  justify-content: center;
  left: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before {
  content: '\f104';
}

.testimonial-slider .testimonial-button-next:hover:before, .testimonial-slider .testimonial-button-prev:hover:before {
  color: var(--accent-color);
}

.our-blog {
  padding: 100px 0 70px;
}

.post-item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.post-featured-image {
  margin-bottom: 20px;
}

.post-featured-image a, .post-featured-image figure {
  border-radius: 20px;
  cursor: none;
  display: block;
  overflow: hidden;
}

.post-featured-image img {
  aspect-ratio: 1 / 0.871;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-content {
  margin-bottom: 20px;
}

.post-item-content h2 {
  font-size: 20px;
  line-height: 1.4em;
}

.post-item-content h2 a {
  color: inherit;
}

.main-footer {
  margin-bottom: 20px;
  padding: 100px 0 0;
}

.about-footer {
  margin-right: 80px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 176px;
  width: 100%;
}

.about-footer-content {
  margin-bottom: 30px;
}

.about-footer-content p {
  color: var(--secondary-color);
  margin: 0;
}

.footer-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.footer-contact-item {
  align-items: center;
  display: flex;
}

.footer-contact-item .icon-box {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  width: 50px;
}

.footer-contact-item .icon-box::before {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.footer-contact-item:hover .icon-box::before {
  transform: scale(1);
}

.footer-contact-item .icon-box img {
  max-width: 24px;
  position: relative;
  z-index: 1;
}

.footer-contact-item-content h3 {
  color: var(--secondary-color);
  font-size: 20px;
  margin-bottom: 5px;
}

.footer-contact-item-content p {
  color: var(--secondary-color);
  margin: 0;
}

.footer-contact-item-content p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer-contact-item-content p a:hover {
  color: var(--accent-color);
}

.footer-newsletter-box h3 {
  color: var(--secondary-color);
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-newsletter-box p {
  color: var(--secondary-color);
  margin: 0;
}

.footer-newsletter-form {
  margin-top: 30px;
}

.footer-newsletter-form .form-group {
  display: flex;
}

.footer-newsletter-form .form-group .form-control {
  background-color: transparent;
  border: 1px solid var(--dark-divider-color);
  border-radius: 10px 0 0 10px;
  border-right: none;
  box-shadow: none;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  outline: none;
  padding: 12px 20px;
  width: 80%;
}

.footer-newsletter-form .form-group .form-control::placeholder {
  color: var(--secondary-color);
}

.footer-newsletter-form .form-group .btn-default {
  border-radius: 0 10px 10px 0;
  line-height: 1em;
  padding: 17px 12px;
  width: 20%;
}

.footer-newsletter-form .form-group .btn-default::before {
  display: none;
}

.footer-social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}

.footer-social-links h3 {
  margin: 0;
}

.footer-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-links ul li {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.footer-social-links ul li:last-child {
  margin-right: 0;
}

.footer-social-links ul li a {
  align-items: center;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.footer-social-links ul li:hover a {
  background: var(--accent-color);
}

.footer-social-links ul li a i {
  color: var(--accent-color);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
  color: var(--secondary-color);
}

.footer-copyright {
  align-items: center;
  border-top: 1px solid var(--dark-divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 50px;
  padding: 50px 0;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  color: var(--secondary-color);
  display: inline-block;
  line-height: 1.5em;
  margin-right: 20px;
}

.footer-links ul li:last-child {
  margin-right: 0;
}

.footer-links ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover {
  color: var(--accent-color);
}

.footer-copyright-text p {
  color: var(--secondary-color);
  margin: 0;
  text-align: right;
}

.page-header {
  background: url('../images/page-header-bg.png') no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 20px;
  padding: 245px 0 130px;
  position: relative;
}

.page-header-box {
  text-align: center;
}

.page-header-box h1 {
  color: var(--secondary-color);
  cursor: none;
  display: inline-block;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-header-box h1 span {
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 400;
}

.page-header-box ol {
  justify-content: center;
  margin: 0;
  padding: 0;
}

.page-header-box ol li.breadcrumb-item {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
  color: var(--secondary-color);
}

.our-approach {
  background-color: var(--secondary-color);
  padding: 100px 0;
}

.approach-image figure {
  border-radius: 20px;
  display: block;
}

.approach-image img {
  aspect-ratio: 1 / 0.705;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.approach-list-box {
  margin-left: 15px;
}

.approach-list-box .approach-image img {
  aspect-ratio: 1 / 0.563;
}

.approach-list {
  margin-top: 40px;
}

.approach-list-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.approach-list-item:last-child {
  margin-bottom: 0;
}

.approach-list-item .icon-box {
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  width: 50px;
}

.approach-list-item .icon-box::before {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.approach-list-item:hover .icon-box::before {
  transform: scale(1);
}

.approach-list-item .icon-box img {
  max-width: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.approach-list-content {
  width: calc(100% - 70px);
}

.approach-list-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.approach-list-content p {
  margin-bottom: 0;
}

.intro-video {
  padding: 100px 0;
}

.intro-video-box {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding: 120px 15px;
  position: relative;
  text-align: center;
}

.intro-video-image {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.intro-video-image figure {
  display: block;
  height: 100%;
  width: 100%;
}

.intro-video-image img {
  filter: brightness(50%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.intro-video-content {
  margin: 0 auto;
  max-width: 830px;
  width: 100%;
}

.intro-video-box .video-play-button {
  margin-bottom: 50px;
}

.video-play-button {
  position: relative;
  z-index: 1;
}

.video-play-button a {
  align-items: center;
  background: var(--primary-color);
  border-radius: 100%;
  cursor: none;
  display: inline-flex;
  height: 80px;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 80px;
}

.video-play-button:hover a {
  background: var(--accent-color);
}

.video-play-button a:before {
  animation: border-zooming 1.2s infinite linear;
  border: 50px solid var(--secondary-color);
  border-radius: 50%;
  content: '';
  height: 160%;
  left: -30%;
  opacity: 20%;
  position: absolute;
  top: -30%;
  transform: scale(0.6);
  width: 160%;
  z-index: -1;
}

.video-play-button a:after {
  animation: border-zooming 1.2s infinite linear;
  animation-delay: .3s;
  border: 50px solid var(--secondary-color);
  border-radius: 50%;
  content: '';
  height: 160%;
  left: -30%;
  opacity: 20%;
  position: absolute;
  top: -30%;
  transform: scale(0.6);
  width: 160%;
  z-index: -1;
}

.video-play-button a i {
  color: var(--secondary-color);
  font-size: 34px;
  margin-left: 3px;
}

.intro-video-box .section-title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.intro-video-list {
  background: var(--secondary-color);
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  padding: 60px;
}

.intro-video-list-item {
  position: relative;
  text-align: center;
  width: calc(20% - 64px);
}

.intro-video-list-item::before {
  background: var(--divider-color);
  bottom: 0;
  content: '';
  height: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  width: 1px;
}

.intro-video-list-item:last-child:before, .intro-video-list-item:nth-child(5n + 5):before {
  display: none;
}

.intro-video-list-item .icon-box {
  margin-bottom: 20px;
}

.intro-video-list-item .icon-box img {
  max-width: 60px;
  width: 100%;
}

.intro-video-item-content p {
  margin-bottom: 0;
}

.our-philosophy {
  padding: 100px 0;
}

.philosophy-image-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.philosophy-image {
  width: calc(67% - 15px);
}

.philosophy-image figure {
  border-radius: 20px;
  display: block;
  height: 100%;
}

.philosophy-image img {
  aspect-ratio: 1 / 0.9;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.philosophy-counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: calc(33% - 15px);
}

.philosophy-counter-item {
  background: var(--secondary-color);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.philosophy-counter-item::before {
  background-color: var(--accent-color);
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 0;
}

.philosophy-counter-item:hover::before {
  height: 100%;
}

.philosophy-counter-item h2, .philosophy-counter-item p {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.philosophy-counter-item h2 {
  font-size: 46px;
  margin-bottom: 10px;
}

.philosophy-counter-item p {
  margin: 0;
}

.philosophy-counter-item:hover h2, .philosophy-counter-item:hover p {
  color: var(--secondary-color);
}

.philosophy-content {
  margin-left: 15px;
}

.page-services {
  padding: 100px 0 70px;
}

.page-service-single {
  padding: 100px 0;
}

.page-single-sidebar {
  margin-right: 20px;
  position: sticky;
  top: 20px;
}

.page-catagery-list {
  background-color: var(--secondary-color);
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 30px;
}

.page-catagery-list h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.page-catagery-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-catagery-list ul li {
  margin-bottom: 20px;
}

.page-catagery-list ul li:last-child {
  margin: 0;
}

.page-catagery-list ul li a {
  background-color: var(--bg-color);
  border-radius: 10px;
  color: var(--text-color);
  display: block;
  line-height: 1.5em;
  overflow: hidden;
  padding: 18px 40px 18px 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page-catagery-list ul li:hover a {
  color: var(--secondary-color);
}

.page-catagery-list ul li a::before {
  background: url('../images/arrow-text.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 14px;
}

.page-catagery-list ul li a:hover::before {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) rotate(45deg);
}

.page-catagery-list ul li a::after {
  background: var(--accent-color);
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: -1;
}

.page-catagery-list ul li:hover a::after {
  height: 100%;
  top: 0;
}

.sidebar-cta-box {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.sidebar-cta-content {
  margin-bottom: 30px;
}

.sidebar-cta-content h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.sidebar-cta-content .btn-default {
  padding: 16px;
  width: 100%;
}

.sidebar-cta-content .btn-default::before {
  display: none;
}

.sidebar-cta-content .btn-default img {
  margin-right: 10px;
  max-width: 20px;
  width: 100%;
}

.sidebar-cta-image figure {
  border-radius: 20px;
  display: block;
}

.sidebar-cta-image img {
  aspect-ratio: 1 / 0.623;
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.sidebar-cta-box:hover .sidebar-cta-image img {
  transform: scale(1.1);
}

.page-single-image {
  margin-bottom: 30px;
}

.page-single-image figure {
  border-radius: 20px;
  display: block;
}

.page-single-image img {
  aspect-ratio: 1 / 0.598;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.service-entry {
  margin-bottom: 60px;
}

.service-entry p {
  margin-bottom: 20px;
}

.service-entry p:last-child {
  margin-bottom: 0;
}

.service-entry h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.service-entry h2 span {
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 300;
}

.service-entry ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-entry ul li {
  line-height: 1.5em;
  padding-left: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: calc(50% - 10px);
}

.service-entry ul li:before {
  color: var(--accent-color);
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
}

.service-experience-box, .service-results-box, .service-extend-box {
  margin-top: 60px;
}

.service-experience-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin-top: 40px;
}

.service-experience-info .why-choose-item-list {
  border: none;
  padding: 0;
  width: calc(65% - 30px);
}

.service-experience-info .why-choose-item-list .why-choose-item-header {
  width: 45%;
}

.service-experience-info .why-choose-item-list .why-choose-item-content {
  width: calc(55% - 20px);
}

.service-experience-info .service-item {
  height: auto;
  margin-bottom: 0;
  padding: 30px;
  width: calc(35% - 30px);
}

.service-experience-info .service-item .service-content {
  margin-bottom: 0;
}

.service-results-counters {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  margin-top: 40px;
}

.service-result-counter-item {
  width: calc(25% - 60px);
}

.service-result-counter-item h2 {
  margin-bottom: 10px;
}

.service-result-counter-item h2 span {
  font-family: var(--default-font);
  font-style: normal;
  font-weight: 600;
}

.service-results-list {
  margin: 40px 0;
}

.service-intro-video {
  position: relative;
}

.service-intro-video-image figure {
  border-radius: 20px;
  display: block;
}

.service-intro-video-image img {
  aspect-ratio: 1 / 0.419;
  border-radius: 20px;
  filter: brightness(80%);
  object-fit: cover;
  width: 100%;
}

.service-intro-video .video-play-button {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-extend-list {
  background: var(--secondary-color);
  border-radius: 20px;
  margin-top: 40px;
  padding: 30px;
}

.page-blog {
  padding: 100px 0;
}

.page-blog .post-item {
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

.page-pagination {
  margin-top: 20px;
  text-align: center;
}

.page-pagination ul {
  justify-content: center;
  margin: 0;
  padding: 0;
}

.page-pagination ul li a, .page-pagination ul li span {
  align-items: center;
  background: var(--secondary-color);
  border-radius: 10px;
  color: var(--primary-color);
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  line-height: 1em;
  margin: 0 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.page-pagination ul li.active a, .page-pagination ul li a:hover {
  background: var(--accent-color);
  color: var(--secondary-color);
}

.page-single-post {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.post-single-meta ol li {
  color: var(--secondary-color);
  font-size: 18px;
  margin-right: 15px;
}

.post-single-meta ol li:last-child {
  margin-right: 0;
}

.post-single-meta ol li i {
  color: var(--secondary-color);
  font-size: 18px;
  margin-right: 5px;
}

.post-image {
  margin-bottom: 30px;
  position: relative;
}

.post-image figure {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.post-image img {
  aspect-ratio: 1 / 0.50;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.post-content {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.post-entry {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.post-entry:after {
  clear: both;
  content: '';
  display: block;
}

.post-entry a {
  color: var(--accent-color);
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.44em;
}

.post-entry h1 {
  font-size: 60px;
}

.post-entry h2 {
  font-size: 46px;
}

.post-entry h3 {
  font-size: 40px;
}

.post-entry h4 {
  font-size: 30px;
}

.post-entry h5 {
  font-size: 24px;
}

.post-entry h6 {
  font-size: 20px;
}

.post-entry p {
  margin-bottom: 20px;
}

.post-entry p:last-child {
  margin-bottom: 0;
}

.post-entry p strong {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}

.post-entry ol {
  margin: 0 0 30px;
}

.post-entry ul {
  margin: 20px 0 20px;
  padding: 0;
  padding-left: 20px;
}

.post-entry ol li, .post-entry ul li {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 15px;
  position: relative;
}

.post-entry ul li:last-child {
  margin-bottom: 0;
}

.post-entry ul ul, .post-entry ul ol, .post-entry ol ol, .post-entry ol ul {
  margin-bottom: 0;
  margin-top: 20px;
}

.post-entry ul ul li:last-child, .post-entry ul ol li:last-child, .post-entry ol ol li:last-child, .post-entry ol ul li:last-child {
  margin-bottom: 0;
}

.post-entry blockquote {
  background: url('../images/icon-blockquote.svg'), var(--accent-color);
  background-position: 30px 30px;
  background-repeat: no-repeat;
  background-size: 45px;
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 30px 30px 90px;
}

.post-entry blockquote p {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.tag-links {
  align-items: center;
  color: var(--primary-color);
  display: inline-flex;
  flex-wrap: wrap;
  font-family: var(--accent-font);
  font-size: 20px;
  font-weight: 600;
  gap: 15px;
}

.post-tags .tag-links a {
  background: var(--accent-color);
  border-radius: 10px;
  color: var(--secondary-color);
  display: inline-block;
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
  background: var(--primary-color);
}

.post-social-sharing {
  text-align: right;
}

.post-social-sharing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-right: 10px;
}

.post-social-sharing ul li:last-child {
  margin-right: 0;
}

.post-social-sharing ul li a {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  color: var(--secondary-color);
  display: flex;
  height: 40px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.post-social-sharing ul li:hover a {
  background: var(--primary-color);
}

.post-social-sharing ul li a i {
  color: inherit;
  font-size: 18px;
}

.page-case-study {
  padding: 100px 0 70px;
}

.case-study-item {
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.case-study-image a {
  cursor: none;
  display: block;
}

.case-study-image figure {
  display: block;
}

.case-study-image figure::before {
  background: linear-gradient(180deg, rgba(90, 80, 68, 0) 66.06%, var(--primary-color) 100%);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.case-study-image img {
  aspect-ratio: 1 / 0.967;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.case-study-item:hover .case-study-image img {
  transform: scale(1.1);
}

.case-study-body {
  align-items: center;
  bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  left: 30px;
  position: absolute;
  right: 30px;
  z-index: 1;
}

.case-study-item-content {
  width: calc(100% - 100px);
}

.case-study-item-content h3 {
  color: var(--secondary-color);
  font-size: 20px;
}

.case-study-item-content h3 a {
  color: inherit;
}

.case-study-readmore-btn a {
  align-items: center;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 50px;
}

.case-study-readmore-btn a:hover {
  background: var(--secondary-color);
}

.case-study-readmore-btn a img {
  max-width: 14px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.case-study-readmore-btn a:hover img {
  filter: brightness(0) invert(0);
  transform: rotate(45deg);
}

.page-case-study-single {
  padding: 100px 0;
}

.case-study-detail-list {
  background: var(--secondary-color);
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px #0000000A;
  margin-bottom: 60px;
  padding: 30px;
}

.case-study-detail-item {
  align-items: center;
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.case-study-detail-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.case-study-detail-item .icon-box {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
}

.case-study-detail-item .icon-box::before {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.case-study-detail-item:hover .icon-box::before {
  transform: scale(1);
}

.case-study-detail-item .icon-box img {
  max-width: 26px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.case-study-detail-content {
  width: calc(100% - 70px);
}

.case-study-detail-item h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.case-study-detail-content p {
  margin-bottom: 0;
}

.case-study-detail-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.case-study-detail-item ul li {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.case-study-detail-item ul li:last-child {
  margin-right: 0;
}

.case-study-detail-item ul li a {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.case-study-detail-item ul li:hover a {
  background: var(--primary-color);
}

.case-study-detail-item ul li a i {
  color: var(--secondary-color);
  font-size: 20px;
}

.case-study-entry {
  margin-bottom: 60px;
}

.case-study-entry p {
  margin-bottom: 20px;
}

.case-study-entry p:last-child {
  margin-bottom: 0;
}

.case-study-entry h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.case-study-entry h2 span {
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 300;
}

.case-study-entry ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.case-study-entry ul li {
  line-height: 1.5em;
  padding-left: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: calc(50% - 10px);
}

.case-study-entry ul li:before {
  color: var(--accent-color);
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
}

.wellness-embrac-box, .case-study-healing-box, .case-study-journey-box {
  margin-top: 60px;
}

.wellness-embrac-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.wellness-embrac-info .philosophy-counter-list {
  gap: 30px;
  width: calc(28% - 15px);
}

.wellness-embrac-info .philosophy-counter-list .philosophy-counter-item {
  align-content: center;
}

.wellness-embrac-info .philosophy-counter-item h2 span {
  font-family: var(--default-font);
  font-style: normal;
  font-weight: 600;
}

.wellness-embrac-content-box {
  background-color: var(--secondary-color);
  border: 1px solid var(--dark-divider-color);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
  width: calc(72% - 15px);
}

.wellness-embrac-content, .wellness-embrac-image {
  width: calc(50% - 15px);
}

.wellness-embrac-content .contact-us-circle a {
  border: none;
}

.wellness-embrac-content .contact-us-circle a img {
  max-width: 100px;
}

.wellness-embrac-image figure {
  border-radius: 10px;
  display: block;
  height: 100%;
}

.wellness-embrac-image img {
  aspect-ratio: 1 / 0.71;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.healing-box-body {
  background: var(--secondary-color);
  border-left: 5px solid var(--accent-color);
  border-radius: 20px;
  margin: 40px 0;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.healing-box-body::before {
  background: var(--accent-color);
  border-radius: 0 20px 20px 0;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 0;
  z-index: 0;
}

.healing-box-body:hover::before {
  width: 100%;
}

.healing-box-body p {
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.healing-box-body:hover p {
  color: var(--secondary-color);
}

.case-study-journey-list {
  margin-top: 40px;
}

.journey-list-item {
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  padding: 30px;
}

.journey-list-item:nth-child(even) {
  flex-direction: row-reverse;
}

.journey-list-image, .journey-list-content {
  width: calc(50% - 15px);
}

.journey-list-image figure {
  border-radius: 20px;
  display: block;
  height: 100%;
}

.journey-list-image img {
  aspect-ratio: 1 / 0.68;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.journey-list-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.journey-list-content ul li {
  width: 100%;
}

.page-team {
  padding: 100px 0 70px;
}

.page-team-single {
  padding: 100px 0;
}

.team-member-about-box, .team-member-info {
  margin-bottom: 100px;
}

.team-member-about-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}

.team-member-image, .team-member-content {
  width: calc(50% - 30px);
}

.team-member-image {
  background-color: var(--secondary-color);
  border-radius: 20px;
  padding: 50px 50px 0;
  text-align: center;
}

.team-member-image figure {
  display: block;
}

.team-member-image img {
  max-width: 380px;
  width: 100%;
}

.member-info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.member-info-list ul li {
  color: var(--primary-color);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.member-info-list ul li:last-child {
  margin-bottom: 0;
}

.member-info-list ul li span {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  width: 75%;
}

.member-social-list {
  align-items: center;
  border-top: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 40px;
  padding-top: 40px;
}

.member-social-list h3 {
  font-size: 20px;
}

.member-social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.member-social-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.member-social-list ul li:last-child {
  margin-right: 0;
}

.member-social-list ul li a {
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  color: var(--accent-color);
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.member-social-list ul li a:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.member-social-list ul li a i {
  color: inherit;
  font-size: 20px;
}

.team-member-info .section-title {
  margin-bottom: 0;
}

.team-member-feature-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}

.team-member-feature-box, .team-contact-form {
  width: calc(50% - 30px);
}

.team-member-feature-list {
  position: relative;
}

.member-feature-image figure {
  border-radius: 20px;
  display: block;
}

.member-feature-image img {
  aspect-ratio: 1 / 0.326;
  border-radius: 20px;
  filter: brightness(55%);
  object-fit: cover;
  width: 100%;
}

.member-feature-list {
  bottom: 30px;
  left: 30px;
  position: absolute;
  right: 30px;
  z-index: 1;
}

.member-feature-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.member-feature-list ul li {
  color: var(--secondary-color);
  line-height: 1.5em;
  padding-left: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: calc(50% - 15px);
}

.member-feature-list ul li:before {
  color: var(--secondary-color);
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-size: 18px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
}

.team-skills-list {
  margin-top: 40px;
}

.skills-progress-bar {
  margin-bottom: 30px;
}

.skills-progress-bar:last-child {
  margin-bottom: 0px;
}

.skills-progress-bar .skill-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.skills-progress-bar .skill-data .skill-title, .skills-progress-bar .skill-data .skill-no {
  font-weight: 600;
}

.skills-progress-bar .skillbar .skill-progress {
  background: var(--secondary-color);
  border-radius: 100px;
  height: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
  background: var(--accent-color);
  border-radius: 100px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.page-pricing {
  padding: 100px 0;
}

.page-pricing .pricing-benefit-list ul li {
  color: var(--text-color);
}

.page-pricing .pricing-benefit-list ul li img {
  filter: brightness(0) invert(0.5);
}

.page-testimonials {
  padding: 100px 0 70px;
}

.page-testimonials .testimonial-item {
  background: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 30px;
}

.page-testimonials .testimonial-item .testimonial-content p, .page-testimonials .testimonial-item .author-content p {
  color: var(--text-color);
}

.page-testimonials .testimonial-item .author-content h3 {
  color: var(--primary-color);
}

.page-testimonials .testimonial-item .testimonial-content {
  border-color: var(--divider-color);
}

.page-gallery {
  padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
  cursor: none;
}

.page-gallery-box .photo-gallery figure {
  border-radius: 20px;
  display: block;
}

.page-gallery-box .photo-gallery img {
  aspect-ratio: 1 / 0.829;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.page-video-gallery {
  padding: 100px 0 70px;
}

.video-gallery-image {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}

.video-gallery-image a {
  cursor: none;
  display: block;
  position: relative;
}

.video-gallery-image a::before {
  background-color: var(--primary-color);
  border-radius: 20px;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0%;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.video-gallery-image:hover a::before {
  opacity: 40%;
  transform: scale(1);
  visibility: visible;
}

.video-gallery-image a::after {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  color: var(--secondary-color);
  content: '\f04b';
  cursor: none;
  display: flex;
  font-family: 'FontAwesome';
  font-size: 20px;
  height: 60px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  width: 60px;
  z-index: 1;
}

.video-gallery-image:hover a::after {
  opacity: 1;
  visibility: visible;
}

.video-gallery-image img {
  aspect-ratio: 1 / 0.829;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.page-faqs {
  padding: 100px 0;
}

.page-faqs-catagery .page-faq-accordion {
  margin-bottom: 60px;
}

.page-faqs-catagery .page-faq-accordion:last-child {
  margin-bottom: 0px;
}

.page-contact-us {
  padding: 100px 0;
}

.contact-us-content {
  margin-right: 15px;
}

.contact-info-box {
  border-radius: 20px;
  overflow: hidden;
}

.contact-info-list {
  background-color: var(--accent-color);
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.contact-info-item {
  border-bottom: 1px solid var(--dark-divider-color);
  border-right: 1px solid var(--dark-divider-color);
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 30px 0;
  width: 50%;
}

.contact-info-item:nth-of-type(2n + 2) {
  border-bottom: 1px solid var(--dark-divider-color);
  border-right: none;
  padding: 30px 0 30px 30px;
}

.contact-info-item:nth-last-child(-n + 2) {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-info-item:nth-child(-n + 2) {
  padding-top: 0;
}

.contact-info-item .icon-box {
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
  width: 50px;
}

.contact-info-item:hover .icon-box {
  background-color: var(--primary-color);
}

.contact-info-item .icon-box img {
  max-width: 24px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}

.contact-info-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.contact-item-content {
  width: calc(100% - 70px);
}

.contact-item-content h3 {
  color: var(--secondary-color);
  font-size: 20px;
  margin-bottom: 5px;
}

.contact-item-content p {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.contact-item-content p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.contact-item-content p a:hover {
  color: var(--primary-color);
}

.contact-social-links {
  align-items: center;
  background: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px;
}

.contact-social-links h3 {
  font-size: 20px;
  margin: 0;
}

.contact-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-social-links ul li {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.contact-social-links ul li:last-child {
  margin-right: 0;
}

.contact-social-links ul li a {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.contact-social-links ul li:hover a {
  background: var(--primary-color);
}

.contact-social-links ul li a i {
  color: var(--secondary-color);
  font-size: 18px;
}

.contact-us-form {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 40px;
}

.contact-form .form-control {
  background-color: var(--bg-color);
  border: none;
  border-radius: 20px;
  box-shadow: none;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  outline: none;
  padding: 18px 20px;
}

.contact-form .form-control::placeholder {
  color: var(--text-color);
}

.contact-form .btn-default {
  width: 100%;
}

.contact-form .btn-default::before {
  display: none;
}

.google-map {
  margin-top: 100px;
}

.google-map iframe {
  border-radius: 20px;
  filter: grayscale(1);
  height: 520px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.google-map iframe:hover {
  filter: grayscale(0);
}

.page-book-appointment {
  padding: 100px 0;
}

.error-page {
  padding: 100px 0;
}

.error-page-image {
  margin-bottom: 30px;
  text-align: center;
}

.error-page-image img {
  max-width: 45%;
  width: 100%;
}

.error-page-content {
  text-align: center;
}

.error-page-content .section-title, .error-page-content-body p {
  margin-bottom: 20px;
}

.service-content {
  flex-grow: 1;
}

.service-btn {
  margin-top: auto;
}

.reels-section {
  padding: 0 !important;
}

.reels-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) {
  .reels-section .container { max-width: calc(1140px * 1.15); }
  .reels-grid { gap: 32px; }
  .reels-grid .reel-card .reel-caption { padding: 22px 26px 24px; }
  .reels-grid .reel-card .reel-caption .reel-title { font-size: 23px !important; }
  .reels-grid .reel-card .reel-caption .reel-subtitle { font-size: 14.5px !important; }
  .reels-grid .reel-card .reel-caption .reel-subtitle i { font-size: 18px !important; }
}

.reel-card {
  background: var(--secondary-color);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.reel-media {
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.reel-video {
  -webkit-transform: translateZ(0);
  display: block;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  width: 100%;
}

.reel-gradient {
  background: linear-gradient(0deg, #e0b7af 0%, rgba(224,183,175,0.85) 35%, rgba(224,183,175,0) 100%);
  bottom: 0;
  height: 38%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.reel-title {
  bottom: 59px;
  color: var(--secondary-color);
  font-size: 26px;
  font-weight: 700;
  left: 16px;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  z-index: 1;
}

.reel-info {
  bottom: 18px;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 2;
}

.reel-subtitle {
  align-items: center;
  color: #f3e8e4;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  gap: 6px;
  justify-content: center;
  opacity: 0.9;
}

.reel-subtitle svg {
  color: #e0b7af;
  height: 16px;
  transform: translateY(1px);
  width: 16px;
}

.readmore-btn i {
  color: #e0b7af;
  font-size: 16px;
  margin-right: 8px;
  transition: color 0.3s ease;
}

.readmore-btn:hover i {
  color: #fff;
}

.bivi-footer {
  --bivi-pink: #cfa19b;
  --bivi-white: #fff;
  --bivi-white-70: rgba(255, 255, 255, 0.7);
  background: var(--bivi-pink);
  color: var(--bivi-white);
  padding: 150px 20px 150px;
}

.bivi-footer__container {
  margin: 0 auto;
  max-width: 1200px;
}

.bivi-footer__top {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1.4fr auto;
}

.bivi-footer__brand {
  text-align: left;
}

.bivi-footer__logo {
  display: block;
  margin: 0 auto;
  max-height: 110px;
  width: auto;
}

.bivi-footer__contacts {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.bivi-footer__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  line-height: 0;
  transition: background 0.3s ease, transform 0.3s ease;
  width: 46px;
}

.bivi-footer__icon i {
  color: #fff;
  font-size: 20px;
}

.bivi-footer__contact:hover .bivi-footer__icon {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.03);
}

.bivi-footer__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.bivi-footer__text strong {
  font-weight: 700;
}

.bivi-footer__text a {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}

.bivi-footer__text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bivi-footer__social {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.bivi-footer__social-title {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.bivi-social {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bivi-social a {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  display: grid;
  height: 40px;
  place-items: center;
  text-decoration: none;
  transition: background 0.25s ease;
  width: 40px;
}

.bivi-social a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.bivi-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 30px;
}

.bivi-footer__link {
  color: #fff;
  text-decoration: none;
}

.bivi-footer__link:hover {
  text-decoration: underline;
}

.bivi-footer__copy {
  color: rgba(255,255,255,.9);
  font-size: 15px;
  margin: 0;
}

.laser-section {
  margin-top: 46px;
}

.laser-boxes {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 50px;
}

.laser-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  color: #4c3b37;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  padding: 32px 26px;
  text-align: center;
  transition: all 0.3s ease;
}

.laser-box:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-6px);
}

.laser-box h3 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.laser-price {
  color: #b57f79;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.map-wrapper {
  border-radius: 16px;
  height: 360px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.map-wrapper iframe {
  height: 100%;
  width: 100%;
}

.bivi-footer__copy a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.bivi-footer__copy a:hover {
  text-decoration: underline;
}

.footer-madeby {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer-madeby strong {
  font-weight: 600;
}

.bivi-heart {
  animation: heartbeat 3.5s infinite ease-in-out;
  background-color: #fff;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  position: relative;
  transform: rotate(-45deg);
  width: 10px;
}

.bivi-heart::before, .bivi-heart::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  width: 10px;
}

.bivi-heart::before {
  left: 0;
  top: -5px;
}

.bivi-heart::after {
  left: 5px;
  top: 0;
}

.bivi-wa-btn {
  align-items: center;
  background-color: #25D366;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  font-size: 32px;
  height: 64px;
  justify-content: center;
  position: fixed;
  right: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 64px;
  z-index: 9999;
}

.bivi-wa-btn:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
  transform: scale(1.08);
}

.bivi-wa-btn.pulse {
  animation: pulse 2.8s infinite;
}

.gallery-item::before, .gallery-item::after, .gallery-hover, .gallery-overlay {
  background: none !important;
  display: none !important;
  opacity: 0 !important;
  transition: none !important;
  visibility: hidden !important;
}

.image-anime::after {
  display: none !important;
}

.image-anime:hover::after {
  display: none !important;
}

.gender-toggle {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 40px;
}

.gender-btn {
  background: var(--accent-color);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 26px;
  transition: .25s;
}

.gender-btn[aria-pressed="true"] {
  background: var(--primary-color);
}

[hidden] {
  display: none !important;
}

[data-gender-section].male-theme {
  --accent-color: #7ba7ce;
  --accent-secondary-color: #6a98bf;
  --primary-color: #27455c;
  background-color: #7ba7ce !important;
  transition: background-color 0.5s ease;
}

[data-gender-section].male-theme .service-item, [data-gender-section].male-theme .laser-box {
  background-color: #fff;
  color: #1d2b3a;
}

[data-gender-section].male-theme .section-title h2 span {
  color: #fff;
}

[data-gender-section].male-theme .laser-price {
  color: #27455c !important;
  font-weight: 700;
}

[data-gender-section].male-theme .laser-box h3 {
  color: #1d2b3a;
}

[data-gender-section].male-theme .service-item::before, [data-gender-section].male-theme .service-item:hover::before, [data-gender-section].male-theme .service-item.active::before {
  background-color: #355b84;
}

[data-gender-section].male-theme .service-item .icon-box, [data-gender-section].male-theme .service-item-list ul li:before {
  background-color: #355b84;
  color: #355b84;
}

[data-gender-section].male-theme .service-item-list ul li:before {
  background: transparent !important;
  color: #355b84 !important;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

[data-gender-section].male-theme .service-item:hover .service-item-list ul li:before {
  color: #fff !important;
}

.bio2-section {
  padding: 90px 0;
}

.bio2-head {
  margin: 0 auto 28px;
  max-width: 900px;
  text-align: center;
}

.bio2-head h2 {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.bio2-kicker {
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.bio2-grid {
  align-items: stretch;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.05fr 1.35fr;
}

.bio2-photo figure {
  border-radius: 22px;
  box-shadow: 0 8px 26px rgba(0,0,0,.12);
  display: block;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
}

.bio2-photo img {
  aspect-ratio: 3/4;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bio2-note {
  background: var(--secondary-color);
  border: 1px solid var(--divider-color);
  border-radius: 12px;
  color: var(--primary-color);
  font-size: 15px;
  margin-top: 12px;
  padding: 12px 14px;
}

.bio2-accordion {
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
}

.bio2-item {
  background: #fff;
  border: 1px solid var(--divider-color);
  border-radius: 40px;
  padding: 12px 14px;
  transition: box-shadow .25s ease, transform .2s ease;
}

.bio2-item + .bio2-item {
  margin-top: 12px;
}

.bio2-item[data-open="true"] {
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

.bio2-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 49px;
  padding: 8px 19px;
  width: 100%;
}

.bio2-title {
  color: #945d56;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.bio2-arrow {
  align-items: center;
  background: var(--accent-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 32px;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  position: relative;
  transition: transform 0.25s ease, background 0.25s ease;
  width: 36px;
}

.bio2-arrow::before {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: none !important;
  height: 10px;
  inset: 0;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
  transition: transform .25s ease;
  width: 10px;
}

.bio2-item[data-open="true"] .bio2-arrow::before {
  transform: rotate(-135deg);
}

.bio2-summary {
  color: var(--text-color);
  display: none;
  margin: 6px 2px 8px;
}

.bio2-panel {
  color: var(--text-color);
  grid-column: 1 / -1;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.bio2-item[data-open="true"] .bio2-panel {
  max-height: 400px;
}

.bio2-panel p {
  margin: 0 18px 10px;
}

.bio2-panel p:last-child {
  margin-bottom: 0;
}

.bio2-cta {
  display: none !important;
  justify-content: flex-end;
  margin-top: 14px;
}

.bio2-photo {
  display: flex;
}

.bio2-item[data-open="true"] .bio2-arrow {
  background: var(--primary-color);
}

.bio2-arrow i {
  transition: transform 0.25s ease;
}

.service-modal {
  display: none;
  font-family: inherit;
  inset: 0;
  position: fixed;
  z-index: 1200;
}

.service-modal[aria-hidden="false"] {
  display: block;
}

.service-modal__overlay {
  backdrop-filter: blur(4px);
  background: rgba(20, 20, 20, 0.6);
  inset: 0;
  position: absolute;
}

.service-modal__dialog {
  animation: modalFadeIn 0.25s ease;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  left: 50%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 28px 34px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(700px, 90%);
}

.service-modal__close {
  background: transparent;
  border: none;
  color: #9b9b9b;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 12px;
}

.service-modal__title {
  color: #333;
  font-size: 26px;
  margin: 0 0 10px 0;
}

.service-modal__body {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.service-modal__cta {
  background: #c99b8f;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  margin-top: 18px;
  padding: 10px 16px;
  text-decoration: none;
}

.drx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}

.drx-back-btn {
  background: transparent;
  border: 2px solid #ad7f73;
  border-radius: 999px;
  color: #ad7f73;
  cursor: pointer;
  font: inherit;
  padding: 10px 20px;
  transition: all 0.2s ease;
}

.drx-btn-outline {
  background: transparent;
  border-color: #ad7f73;
  color: #ad7f73;
}

.drx-btn-outline:hover {
  background: #ad7f73;
  color: #fff;
}

.drx-sub {
  color: #7a7a7a;
  margin-top: 2px;
}

.drx-back-btn:hover {
  background: #ad7f73;
  color: #fff;
}

.drx-order-btn {
  background: #ad7f73;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  padding: 10px 20px;
  text-decoration: none;
  transition: none;
}

.drx-order-btn:hover {
  background: #ad7f73;
  color: #fff;
}

.modal {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  left: 50%;
  max-height: 90vh;
  max-width: 90%;
  overflow-y: auto;
  padding: 30px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}

.modal button {
  border: none;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  padding: 10px 22px;
  transition: all 0.2s ease;
}

.modal-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 25px;
}

.modal p {
  word-wrap: break-word;
}

.modal button:nth-of-type(n+3) {
  display: none;
}

.drx-overlay {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  backdrop-filter: blur(2px);
  background: rgba(24,24,24,.45);
  display: flex;
  inset: 0;
  justify-content: center;
  overscroll-behavior: contain;
  padding: 24px;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
  padding-top: max(16px, env(safe-area-inset-top));
  position: fixed;
  z-index: 99999;
}

.drx-modal {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  box-sizing: border-box;
  max-height: calc(100vh - 48px);
  outline: none !important;
  overflow: auto;
  padding: 24px 24px 96px;
  transform: none;
  width: min(680px, 100%);
}

.drx-btn {
  -webkit-tap-highlight-color: transparent;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  padding: 10px 18px;
  transition: transform .12s ease, opacity .12s ease;
}

.drx-btn--back {
  background: #fff;
  border: 2px solid rgba(0,0,0,.12);
}

.drx-btn--order {
  background: #d8a49a;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.drx-btn:hover {
  transform: translateY(-1px);
}

.drx-btn:active {
  transform: translateY(0);
}

.drx-modal .service-btn, .drx-modal .readmore-btn {
  display: none !important;
}

body.drx-lock {
  overflow: hidden;
}

.service-modal .service-btn, .service-modal .readmore-btn {
  display: none !important;
}

@keyframes rotate-loading {
0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

@keyframes infiniterotate {
from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

@keyframes border-zooming {
100%{
		transform: scale(1);
		opacity: 0;
	}
}

@media only screen and (max-width: 1880px) {
.bg-section{
		max-width: calc(100% - 40px);
		margin: 0 20px;
	}

	header.main-header .container-fluid,
	.hero .container-fluid{
		padding: 0 15px;
	}

	.hero,
	.page-header{
		margin-top: 20px;
	}

	.main-footer{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1480px) {
header.main-header .header-sticky{
		max-width: 100%;
	}

	header.main-header .header-sticky.active{
		border-radius: 0;
		border-left: none;
		border-right: none;
		padding: 0;
	}
}

@media only screen and (max-width: 1024px) {
.main-menu .nav-menu-wrapper{
		margin: 0 10px;
	}

	.main-menu ul li a{
		padding: 15px 10px !important;
	}
}

@media only screen and (max-width: 991px) {
.btn-default{
		padding: 14px 40px 14px 18px;
	}

	.btn-default::before{
		width: 12px;
		height: 12px;
		transform: translate(-18px, -50%);
	}

	.btn-default:hover::before{
		transform: translate(-18px, -50%) rotate(45deg);
	}

	.btn-default.border-btn{
		padding: 13px 40px 13px 18px;
	}

	.readmore-btn{
		padding-right: 22px;
	}

	.readmore-btn::before{
		width: 12px;
		height: 12px;
	}

	.navbar{
		padding: 5px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.bg-section{
		max-width: 100%;
		border-radius: 0;
		margin: 0;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-row .section-title.section-title-center{
		max-width: 100%;
	}

	.section-content-btn .section-btn{
		margin-top: 20px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h3{
		margin-bottom: 10px;
	}

	.section-title h1{
		font-size: 45px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 10px;
	}

	.section-title-content{
        margin-top: 10px;
    }

	.section-btn{
        text-align: left;
        margin-top: 15px;
	}

	.hero{
		padding: 140px 0 0;
	}

	.hero.hero-bg-image{
		padding: 170px 0 80px;
	}

	.hero-content{
		height: auto;
		margin-bottom: 30px;
	}

	.hero-content .section-title p{
		margin-top: 15px;
	}

	.hero-img{
		width: 100%;
		height: auto;
		max-width: 75%;
		margin: 0 auto;
		padding: 0 100px 0 50px;
	}

	.hero-img figure img{
		margin: 0;
	}

	.hero-rating-box{
		padding: 20px;
	}

	.hero-rating-header{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.hero-rating-star{
		margin-bottom: 10px;
	}

	.about-us{
		padding: 50px 0 20px;
	}

	.about-title-box{
		max-width: 100%;
	}

	.about-us-btn{
		margin-top: 30px;
	}

	.about-us-item{
		padding: 30px 25px;
	}

	.about-us-image{
		margin-bottom: 30px;
	}

	.about-item-content h3{
		margin-bottom: 10px;
	}

	.our-services{
		padding: 50px 0;
	}

	.service-item{
		padding: 30px;
	}

	.service-item .icon-box{
		margin-bottom: 30px;
	}

	.service-content,
	.service-item-list{
		margin-bottom: 20px;
	}

	.service-content h3{
		margin-bottom: 10px;
	}

	.service-item-list ul li{
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.service-item-list ul li::before{
		font-size: 16px;
	}

	.section-footer-text{
		margin-top: 46px;
	}

	.our-feature{
		padding: 50px 0;
	}

	.our-feature .section-title h2 img{
		max-width: 90px;
	}

	.feature-item{
		padding: 30px;
	}

	.feature-item-header{
		margin-bottom: 50px;
	}

	.feature-item .icon-box img{
		max-width: 80px;
	}

	.feature-list{
		max-width: 100%;
		margin-top: 20px;
	}

	.feature-list ul{
		gap: 15px 20px;
	}

	.feature-list ul li{
		padding: 8px 18px;
	}

	.what-we-do{
		padding: 50px 0;
	}

	.what-we-do-content{
		position: initial;
		margin: 0 0 30px;
	}

	.what-we-do-item-list{
		gap: 30px;
	}

	.what-do-item-content h3{
		margin-bottom: 5px;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-content{
		margin-bottom: 30px;
	}

	.why-choose-item-list{
		padding-top: 30px;
	}

	.why-choose-item{
		margin-bottom: 30px;
	}

	.why-choose-image{
		max-width: 55%;
		margin: 0 auto 50px;
		padding: 15px;
	}

	.contact-us-circle a img{
		max-width: 140px;
	}

	.our-pricing{
		padding: 50px 0;
	}

	.pricing-box{
		padding: 30px;
	}

	.pricing-box .pricing-header{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.pricing-content h2{
		font-size: 32px;
		margin-bottom: 20px;
	}

	.pricing-content h2 span{
		padding: 7px 20px;
	}

	.pricing-content{
		margin-bottom: 20px;
	}

	.pricing-btn{
		margin-bottom: 30px;
	}

	.pricing-btn .btn-default{
		padding: 14px;
	}

	.pricing-list ul li{
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.pricing-list ul li::before{
		font-size: 16px;
	}

	.pricing-benefit-list{
        margin-top: 5px;
    }

	.pricing-benefit-list ul{
        gap: 15px 30px;
    }

	.book-appointment{
		padding: 50px 0;
	}

	.appointment-image,
	.appointment-image figure,
	.appointment-image figure img{
		height: auto;
	}

	.appointment-image{
		margin-bottom: 30px;
	}

	.appointment-timing-box{
		padding: 20px;
	}

	.appointment-form{
		height: auto;
		padding: 30px;
	}

	.appointment-form .form-control{
		padding: 12px 20px;
	}

	.appointment-form form .form-group select{
		padding: 12px 30px 12px 20px;
	}

	.appointment-form .btn-default{
		padding: 14px;
	}

	.benefit-counter-list{
		gap: 30px 40px;
		margin-top: 40px;
		padding-top: 40px;
	}

	.benefit-counter-item{
		width: calc(25% - 30px);
		text-align: center;
		flex-direction: column;
	}

	.benefit-counter-item::before{
		right: -20px;
	}

	.benefit-counter-item .icon-box{
		margin: 0 0 10px 0;
	}

	.benefit-counter-content{
		width: 100%;
	}

	.benefit-counter-content h2{
		font-size: 26px;
	}

	.benefit-counter-content p{
		font-size: 14px;
	}

	.our-faqs{
		padding: 50px 0;
	}

	.faqs-content .section-title{
		margin-bottom: 30px;
	}

	.faqs-content{
		margin-bottom: 30px;
	}

	.faq-accordion .accordion-header .accordion-button.collapsed{
		padding-bottom: 20px;
	}

	.faq-accordion .accordion-header .accordion-button{
		padding: 0 24px 15px 0;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		font-size: 16px;
	}

	.faq-accordion .accordion-item .accordion-body{
		padding: 15px 24px 0 0;
	}

	.faqs-image-box{
		margin-left: 0;
	}

	.faq-image img{
		aspect-ratio: 1 / 0.65;
	}

	.faqs-cta-box{
		bottom: 30px;
		left: 30px;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.team-item{
		padding: 20px 20px 0 20px;
	}

	.our-partners{
		padding: 50px 0;
	}

	.our-partners-content{
		margin-bottom: 30px;
	}

	.our-partners-list{
		max-width: 83%;
		margin: 0 auto;
	}

	.our-partner-item:first-child{
		margin-left: 7px;
	}

	.join-us{
		padding: 50px 0;
	}

	.join-us-item{
		padding: 30px;
	}

	.join-us-image{
		height: auto;
		padding: 40px 40px 0;
		max-width: 55%;
		margin: 30px auto 0;
	}

	.join-us-image img{
		margin-bottom: -50px;
	}

	.our-testimonials{
		padding: 50px 0;
	}

	.satisfy-client-box{
		justify-content: left;
		margin-top: 15px;
	}

	.satisfy-client-image figure{
		width: 52px;
		height: 52px;
	}

	.testimonial-image{
		margin-bottom: 30px;
	}

	.testimonial-image figure img{
		aspect-ratio: 1 / 0.6;
	}

	.goolge-rating-content .icon-rating p{
		font-size: 26px;
	}

	.testimonial-slider{
		margin-left: 0;
	}

	.testimonial-header{
		margin-bottom: 20px;
	}

	.testimonial-content{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.post-item-content,
	.post-featured-image{
		margin-bottom: 15px;
	}

	.main-footer{
		padding: 50px 0 0;
	}

	.about-footer{
		margin: 0 0 30px 0;
	}

	.about-footer-content,
	.footer-logo{
		margin-bottom: 20px;
	}

	.footer-newsletter-form{
		margin-top: 20px;
	}

	.footer-social-links{
		margin-top: 30px;
	}

	.footer-copyright{
		margin-top: 30px;
		padding: 30px 0;
	}

	.footer-links ul li{
		margin-right: 15px;
	}

	.page-header{
		padding: 160px 0 70px;
	}

	.page-header-box h1{
		font-size: 45px;
		margin-bottom: 10px;
	}

	.our-approach{
		padding: 50px 0;
	}

	.approach-content{
		margin-bottom: 30px;
	}

	.approach-image img,
	.approach-list-box .approach-image img{
        aspect-ratio: 1 / 0.58;
    }

	.approach-list-box{
		margin: 0;
	}

	.approach-list-item .icon-box{
		margin-right: 15px;
	}

	.approach-list-content{
		width: calc(100% - 65px);
	}

	.intro-video{
		padding: 50px 0;
	}

	.intro-video-box{
		padding: 60px 15px;
	}

	.intro-video-box .video-play-button{
		margin-bottom: 30px;
	}

	.intro-video-list{
		gap: 30px;
		padding: 30px 15px;
	}

	.intro-video-list-item{
		width: calc(20% - 24px);
	}

	.intro-video-list-item::before{
		right: -15px;
	}

	.intro-video-list-item .icon-box img{
		max-width: 50px;
	}

	.our-philosophy{
		padding: 50px 0;
	}

	.philosophy-image-box{
		margin-bottom: 30px;
	}

	.philosophy-counter-item{
		padding: 15px;
	}

	.philosophy-counter-item h2{
		font-size: 36px;
	}

	.philosophy-content{
		margin: 0;
	}

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
 	   padding: 50px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin: 0 0 30px;
	}

	.page-catagery-list{
		margin-bottom: 30px;
		padding: 20px;
	}

	.page-catagery-list h3{
		margin-bottom: 20px;
	}

	.page-catagery-list ul li a{
		padding: 12px 35px 12px 15px;
	}

	.page-catagery-list ul li a::before{
		right: 15px;
		width: 12px;
		height: 12px;
	}

	.sidebar-cta-box{
		padding: 20px;
	}

	.sidebar-cta-content h3{
		margin-bottom: 20px;
	}

	.sidebar-cta-content .btn-default{
		padding: 12px;
	}

	.sidebar-cta-image img{
		aspect-ratio: 1 / 0.5;
	}

	.page-single-image{
		margin-bottom: 20px;
	}

	.service-entry{
		margin-bottom: 40px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.service-entry ul{
		gap: 10px 20px;
	}

	.service-entry ul li{
		padding-left: 25px;
	}

	.service-entry ul li:before{
		font-size: 16px;
	}

	.service-experience-box,
	.service-results-box,
	.service-extend-box{
		margin-top: 40px;
	}

	.service-experience-info{
		gap: 30px;
		margin-top: 30px;
	}

	.service-experience-info .why-choose-item-list{
		width: calc(70% - 15px);
	}

	.service-experience-info .why-choose-item-list .why-choose-item-header{
		width: 40%;
	}

	.service-experience-info .why-choose-item-list .why-choose-item-content{
		width: calc(60% - 20px);
	}

	.service-experience-info .service-item{
		width: calc(30% - 15px);
		padding: 20px;
	}

	.service-results-counters{
		gap: 30px 40px;
		margin-top: 30px;
	}

	.service-result-counter-item{
		width: calc(25% - 30px);
	}

	.service-result-counter-item h2{
		margin-bottom: 10px;
	}

	.service-results-list{
		margin: 30px 0;
	}

	.service-extend-list{
		padding: 20px;
		margin-top: 30px;
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-blog .post-item{
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.page-pagination{
		margin-top: 10px;
	}

	.page-single-post{
        padding: 50px 0;
    }

    .post-image{
        margin-bottom: 20px;
    }

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{
        margin: 0 0 0.42em;
    }

    .post-entry h2{
        font-size: 36px;
    }

    .post-entry p{
        margin-bottom: 15px;
    }

    .post-entry ol li,
    .post-entry ul li{
        margin-bottom: 10px;
    }

    .post-entry blockquote{
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }

    .post-entry blockquote p{
        font-size: 18px;
    }

    .post-tags{
        margin-bottom: 20px;
    }

    .post-tags .tag-links a{
        padding: 12px 15px;
    }

    .post-social-sharing ul{
        text-align: left;
    }

	.page-case-study{
		padding: 50px 0 20px;
	}

	.case-study-body{
		gap: 25px;
		left: 20px;
    	bottom: 20px;
    	right: 20px;
	}

	.case-study-item-content{
		width: calc(100% - 75px);
	}

	.page-case-study-single{
		padding: 50px 0;
	}

	.case-study-detail-list{
		margin-bottom: 30px;
		padding: 20px;
	}

	.case-study-detail-item{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.case-study-entry{
		margin-bottom: 40px;
	}

	.case-study-entry p{
		margin-bottom: 15px;
	}

	.case-study-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.case-study-entry ul{
        gap: 10px 20px;
    }

	.case-study-entry ul li{
		padding-left: 25px;
	}

	.case-study-entry ul li:before{
		font-size: 16px;
	}

	.wellness-embrac-box,
	.case-study-healing-box,
	.case-study-journey-box{
		margin-top: 40px;
	}

	.wellness-embrac-info{
		margin-top: 30px;
	}

	.wellness-embrac-info .philosophy-counter-list{
		width: calc(25% - 15px);
	}

	.wellness-embrac-info .philosophy-counter-list .philosophy-counter-item h2{
        margin-bottom: 10px;
    }

	.wellness-embrac-content-box{
		width: calc(75% - 15px);
		padding: 20px;
	}

	.healing-box-body{
		padding: 20px;
		margin: 30px 0;
	}

	.case-study-journey-list{
		margin-top: 30px;
	}

	.journey-list-item{
		padding: 20px;
		margin-bottom: 30px;
	}

	.journey-list-content h3{
		margin-bottom: 15px;
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-team-single{
		padding: 50px 0;
	}

	.team-member-about-box,
	.team-member-info{
		margin-bottom: 50px;
	}

	.team-member-image,
	.team-member-content{
		width: 100%;
	}

	.team-member-image{
		padding: 40px 40px 0;
	}

	.team-member-image img{
		max-width: 310px;
	}

	.member-info-list ul li{
		margin-bottom: 15px;
	}

	.member-social-list{
		margin-top: 30px;
		padding-top: 30px;
	}

	.team-member-feature-box,
	.team-contact-form{
		width: 100%;
	}

	.member-feature-list{
		left: 20px;
		right: 20px;
		bottom: 20px;
	}

	.member-feature-list ul li{
		padding-left: 25px;
	}

	.member-feature-list ul li::before{
		font-size: 16px;
	}

	.team-skills-list{
		margin-top: 30px;
	}

	.skills-progress-bar .skill-data{
		margin-bottom: 15px;
	}

	.page-pricing{
		padding: 50px 0;
	}

	.page-testimonials{
    	padding: 50px 0 20px;
	}

	.page-testimonials .testimonial-item{
		padding: 20px;
	}

	.page-testimonials .testimonial-item .testimonial-content p{
		font-size: 14px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}

	.page-video-gallery{
		padding: 50px 0 20px;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.page-faqs-catagery .page-faq-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.contact-us-content{
		margin: 0 0 30px 0;
	}

	.contact-info-list{
		padding: 20px;
	}

	.contact-info-item{
		padding: 20px 20px 20px 0;
	}

	.contact-info-item:nth-of-type(2n + 2){
		padding: 20px 0 20px 20px;
	}

	.contact-info-item:nth-child(-n + 2){
		padding-top: 0;
	}

	.contact-info-item:nth-last-child(-n + 2){
		padding-bottom: 0;
	}

	.contact-social-links{
		padding: 20px;
	}

	.contact-us-form{
		padding: 30px;
	}

	.contact-form .form-control{
		padding: 12px 15px;
		border-radius: 10px;
	}

	.google-map{
		margin-top: 50px;
	}

	.google-map iframe{
		height: 420px;
	}

	.page-book-appointment{
		padding: 50px 0;
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content .section-title,
	.error-page-content-body p{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
.section-row{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 30px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero-content .section-title p{
		font-size: 16px;
	}

	.hero-btn{
		gap: 15px;
	}

	.hero-img{
		padding: 0 50px 0 0;
		max-width: 100%
	}

	.hero-rating-box{
		padding: 15px;
	}

	.hero-rating-header{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

	.hero-rating-header img{
		max-width: 24px;
		margin-right: 10px;
	}

	.hero-rating-star i{
		font-size: 14px;
	}

	.hero-rating-header p,
	.hero-rating-counter p{
		font-size: 16px;
	}

	.about-us-item{
        padding: 20px;
    }

	.about-item-content h3{
        font-size: 18px;
    }

	.service-item{
        padding: 20px;
    }

	.service-content h3{
		font-size: 18px;
	}

	.our-feature .section-title h2 img{
        max-width: 70px;
    }

	.feature-item{
        padding: 20px;
    }

	.feature-item .icon-box{
		top: -10px;
		right: -10px;
	}

	.feature-item .icon-box img{
		max-width: 60px;
	}

	.feature-item-header{
        margin-bottom: 30px;
    }

	.feature-item-body h3{
		font-size: 18px;
	}

	.feature-list ul{
        gap: 10px;
    }

	.feature-list ul li{
		font-size: 14px;
		padding: 6px 10px;
	}

	.what-we-do-item-list{
        gap: 20px;
    }

	.what-we-do-item{
		width: 100%;
	}

	.what-we-do-item .icon-box{
		margin-right: 10px;
	}

	.what-do-item-content{
		width: calc(100% - 60px);
	}

	.what-do-item-content h3{
		font-size: 18px;
	}

	.why-choose-item-header,
	.why-choose-item-content{
		width: 100%;
	}

	.why-choose-item-content{
		border-top: 1px solid var(--divider-color);
		border-left: none;
		padding: 10px 0 0;
		margin: 10px 0 0;
	}

	.why-choose-item-title h3{
		font-size: 18px;
	}

	.why-choose-image{
		max-width: 100%;
        padding: 10px;
    }

	.pricing-box{
        padding: 20px;
    }

	.pricing-box .pricing-header h3{
		font-size: 18px;
	}

	.pricing-content h2{
		font-size: 26px;
		gap: 10px 20px;
	}

	.pricing-benefit-list ul{
		gap: 10px;
	}

	.pricing-benefit-list ul li{
		font-size: 14px;
	}

	.pricing-benefit-list ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.appointment-image figure img{
		aspect-ratio: 1 / 0.95;
	}

	.appointment-timing-box{
		bottom: 20px;
		left: 20px;
		padding: 15px;
	}

	.appointment-timing-box h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.appointment-timing-box ul li{
		font-size: 14px;
	}

	.appointment-form{
        padding: 30px 20px;
    }

	.benefit-counter-list{
		gap: 30px;
        margin-top: 30px;
        padding-top: 30px;
    }

	.benefit-counter-item{
		width: calc(50% - 15px);
	}

	.benefit-counter-item:nth-child(2n + 2):before{
		display: none;
	}

	.faq-accordion .accordion-header .accordion-button.collapsed{
        padding-bottom: 15px;
    }

	.faq-accordion .accordion-item .accordion-body{
        padding: 10px 0 0;
    }

	.faq-accordion .accordion-item .accordion-body p{
		font-size: 14px;
	}

	.faq-image img{
		aspect-ratio: 1 / 0.95;
    }

	.faqs-cta-box{
        bottom: 20px;
        left: 20px;
		width: 220px;
		padding: 15px;
    }

	.faqs-cta-box .icon-box{
		margin-bottom: 10px;
	}

	.faqs-cta-box .icon-box img{
		max-width: 40px;
	}

	.faqs-cta-box-content h3{
		font-size: 18px;
	}

	.team-content{
		margin-bottom: 15px;
	}

	.team-content h3{
		font-size: 18px;
	}

	.our-partners-list{
        max-width: 100%;
		gap: 15px;
    }

	.our-partner-item{
		width: calc(50% - 7.5px);
		padding: 20px;
	}

	.our-partner-item:first-child{
        margin-left: 0;
    }

	.our-partner-item img{
		max-height: 28px;
	}

	.join-us-item-box{
		gap: 20px;
	}

	.join-us-item{
		width: 100%;
        padding: 20px;
    }

	.join-us-item h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.join-us-item p{
		margin-bottom: 20px;
	}

	.join-us-item ul{
		margin-bottom: 20px;
	}

	.join-us-item ul li{
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.join-us-item ul li::before{
		font-size: 16px
	}

	.join-live-chat-content p{
		margin: 0;
	}

	.join-us-item h3{
		margin-bottom: 5px;
	}

	.join-us-image{
		max-width: 100%;
	}

    .satisfy-client-image figure{
        width: 42px;
        height: 42px;
    }

	.testimonial-image figure img{
        aspect-ratio: 1 / 0.8;
    }

	.goolge-rating-box{
		bottom: 20px;
		left: 20px;
	}

    .goolge-rating-content .icon-rating p{
        font-size: 22px;
    }

	.author-content h3{
		font-size: 18px;
	}

	.author-content p{
		font-size: 14px;
	}

	.testimonial-btn{
		margin-top: 20px;
		justify-content: left;
	}

	.post-item-content h2{
		font-size: 18px;
	}

	.footer-logo{
        margin-bottom: 15px;
    }

	.footer-contact-details{
		gap: 20px;
	}

	.footer-contact-item-content h3{
		font-size: 18px;
	}

	.footer-newsletter-box h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.footer-newsletter-form .form-group .form-control{
		width: 60%;
	}

	.footer-newsletter-form .form-group .btn-default{
		width: 40%;
	}

	.footer-social-links{
		gap: 10px;
	}

	.footer-social-links h3{
		font-size: 18px;
	}

	.footer-copyright{
		justify-content: center;
		padding: 15px 0;
	}

	.footer-links ul li{
		font-size: 14px;
	}

	.page-header-box h1{
		font-size: 30px;
	}

	.page-header-box ol li.breadcrumb-item{
		font-size: 16px;
	}

	.approach-list-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.video-play-button a{
		width: 70px;
		height: 70px;
	}

	.video-play-button a i{
		font-size: 26px;
	}

	.intro-video-list{
        padding: 20px 15px;
    }

	.intro-video-list-item{
        width: calc(50% - 15px);
    }

	.intro-video-list-item:nth-child(5n - 5):before{
		display: block;
	}

	.intro-video-list-item:last-child:before,
	.intro-video-list-item:nth-child(2n + 2):before{
		display: none;
	}

	.intro-video-list-item .icon-box{
		margin-bottom: 10px;
	}

	.intro-video-list-item .icon-box img{
        max-width: 40px;
    }

	.intro-video-item-content p{
		font-size: 14px;
	}

	.philosophy-image-box{
		gap: 20px;
	}

	.philosophy-image,
	.philosophy-counter-list{
		width: 100%;
	}

	.philosophy-image figure{
		height: auto;
	}

	.philosophy-counter-list{
		gap: 15px;
	}

	.philosophy-counter-item{
		width: calc(50% - 7.5px);
	}

	.philosophy-counter-item h2{
		font-size: 26px;
	}

	.philosophy-counter-item p{
		font-size: 14px;
	}

	.page-catagery-list h3,
	.sidebar-cta-content h3{
		font-size: 18px;
	}

	.page-single-image img{
        aspect-ratio: 1 / 0.7;
    }

	.service-entry h2{
		font-size: 26px;
	}

	.service-entry ul li{
		width: 100%;
	}

	.service-experience-info .why-choose-item-list,
	.service-experience-info .why-choose-item-list .why-choose-item-header,
	.service-experience-info .why-choose-item-list .why-choose-item-content,
	.service-experience-info .service-item{
		width: 100%;
	}

	.service-results-counters{
		gap: 30px;
	}

	.service-result-counter-item{
        width: calc(50% - 15px);
    }

	.service-intro-video-image img{
		aspect-ratio: 1 / 0.65;
	}

	.post-single-meta ol li{
        font-size: 16px;
    }

    .post-single-meta ol li i{
        font-size: 16px;
    }

    .post-image img{
        aspect-ratio: 1 / 0.7;
    }

    .post-entry blockquote{
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }

    .post-entry blockquote p{
        font-size: 16px;
    }

    .post-entry h2{
        font-size: 26px;
    }

    .tag-links{
        font-size: 18px;
    }

	.case-study-item-content h3{
		font-size: 18px;
	}

	.case-study-entry h2{
        font-size: 26px;
    }

	.case-study-entry ul li{
		width: 100%;
	}

	.wellness-embrac-info{
		gap: 20px;
	}

	.wellness-embrac-info .philosophy-counter-list,
	.wellness-embrac-content-box{
		width: 100%;
	}

	.wellness-embrac-info .philosophy-counter-list{
		gap: 15px;
	}

	.wellness-embrac-content,
	.wellness-embrac-image{
		width: 100%;
	}

	.wellness-embrac-image figure{
		height: auto;
	}

	.healing-box-body{
        padding: 10px;
    }

	.healing-box-body p{
		font-size: 14px;
	}

	.journey-list-item{
		gap: 20px;
		padding: 15px;
		margin-bottom: 20px;
	}

	.journey-list-image,
	.journey-list-content{
		width: 100%;
	}

	.journey-list-content h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.team-member-image{
        padding: 30px 30px 0;
    }

	.member-info-list ul li{
		font-size: 18px;
	}

	.member-info-list ul li span{
		width: 60%;
	}

	.member-social-list{
		gap: 20px;
        margin-top: 20px;
        padding-top: 20px;
    }

	.member-feature-image img{
		aspect-ratio: 1 / 0.7;
	}

	.member-feature-list ul li{
		width: 100%;
	}

	.skills-progress-bar{
		margin-bottom: 20px;
	}

	.skills-progress-bar .skillbar .skill-progress{
		height: 14px;
	}

	.contact-info-item{
        width: 100%;
        border-bottom: 1px solid var(--dark-divider-color);
        border-right: none;
        margin-bottom: 20px;
        padding: 0 0 20px 0;
    }

    .contact-info-item:nth-of-type(2n + 2){
        padding: 0 0 20px 0;
    }

    .contact-info-item:nth-last-child(-n + 2){
        border-bottom: 1px solid var(--dark-divider-color);
        padding-bottom: 20px;
    }

    .contact-info-item:last-child{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

	.contact-item-content h3,
	.contact-social-links h3{
		font-size: 18px;
	}

	.contact-us-form{
        padding: 20px;
    }

	.google-map iframe{
        height: 320px;
    }
}

@media (hover:hover) {
.reel-card:hover .reel-video{ transform: scale(1.02); transition: transform .4s ease; }
}

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

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

@media (max-width: 767px) {
.reel-media {
    aspect-ratio: unset;
    height: 420px;
  }
}

@media (max-width: 1090px) {
.bivi-footer {
    padding: 48px 16px 32px;
    text-align: center;
  }

  .bivi-footer__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .bivi-footer__brand {
    text-align: center;
  }

  .bivi-footer__contacts {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .bivi-footer__contact {
    justify-content: center;
  }

  .bivi-footer__social {
    justify-content: center;
  }

  .bivi-footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
.laser-boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .laser-box {
    padding: 26px 20px;
    min-height: 120px;
  }

  .laser-box h3 {
    font-size: 16px;
  }

  .laser-price {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
.laser-boxes {
    grid-template-columns: 1fr;
  }

  .laser-box {
    padding: 24px 18px;
  }
}

@media (max-width: 768px) {
.laser-boxes{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
  .laser-box{
    padding: 18px 12px !important;
    min-height: 100px !important;
  }
  .laser-box h3{ font-size: 14px !important; margin-bottom: 6px; }
  .laser-price{ font-size: 16px !important; }
}

@media (max-width: 480px) {
.laser-boxes{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@keyframes heartbeat {
0%, 25%, 75%, 100% {
    transform: rotate(-45deg) scale(1);
  }
  50% {
    transform: rotate(-45deg) scale(1.25);
  }
}

@keyframes pulse {
0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 575px) {
.bivi-wa-btn {
    width: 56px;
    height: 56px;
    font-size: 28px;
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 700px) {
.bivi-footer__text strong {
    font-weight: 700;
    font-size: 27px;
  }
}

@media (max-width: 767.98px) {
#galeria .gallery-items > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  
  #galeria .photo-gallery {
    margin-bottom: 16px;
  }
}

@media (max-width: 992px) {
.bio2-grid{ grid-template-columns: 1fr; }
  .bio2-cta{ justify-content: center; }
  .bio2-head h2{ font-size: 32px; }
}

@media (max-width: 576px) {
.bio2-accordion{ padding: 12px; border-radius: 18px; }
  .bio2-item{ border-radius: 14px; }
}

/* ===== Panely pre služby (bez JS, :target) – unikátny prefix svc- ===== */
:root{
  --svc-bg:#0f0f11;
  --svc-box:#141519;
  --svc-text:#e9eaee;
  --svc-muted:#a7acb8;
  --svc-brand:#daad46;
  --svc-stroke:#23242a;
  --svc-shadow:0 10px 30px rgba(0,0,0,.35);
  --svc-radius:20px;
}



/* Scroll-anchor pomocné elementy – nesmú zaberať výšku */
a#svc-close {
  display: block;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* základ panelu */
.svc-panel{
  position:fixed; inset:0; display:grid; place-items:center;
  opacity:0; pointer-events:none; transition:opacity .18s ease;
  z-index:9999;
}
.svc-panel:target{ opacity:1; pointer-events:auto; }

/* tmavý klikateľný podklad */
.svc-panel__backdrop{
position: absolute;
    inset: 0;
    background: rgb(99 75 75 / 25%);
    backdrop-filter: blur(2px);
}
.svc-panel__backdrop > a{ position:absolute; inset:0; display:block; }

/* samotný box */
.svc-panel__box{
position: relative;
    background: #b18f91;
    color: var(--svc-text);
    border-radius: var(--svc-radius);

    width: min(760px, 92vw);
    max-height: min(80vh, 760px);
    overflow: auto;
    padding: 22px 20px 18px;
    z-index: 1;
}
@media (max-width:540px){
  .svc-panel__box{
    width:min(520px, 94vw);
    max-height:82vh;
    padding:18px 16px 16px;
  }
}

/* header prvky */
.svc-panel__title{ font-size: clamp(20px, 2.4vw, 26px); margin: 2px 42px 8px 2px; }
.svc-panel__sub{ color:var(--svc-muted); margin:0 0 12px; font-size:14px; }

/* text tela */
.svc-panel__body{ line-height:1.55; }
.svc-panel__body h4{ margin:14px 0 6px; font-size:16px; }

/* CTA */
.svc-panel__cta{
  margin-top:14px; padding-top:10px;
  display:flex; gap:10px; flex-wrap:wrap;
}

/* tlačidlá */
.svc-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:12px; text-decoration:none;
  font-weight:700; font-size:14px; border:1px solid transparent;
  transition:transform .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
  user-select:none; cursor:pointer;
  background-color: red;
}
.svc-btn:hover{ transform: translateY(-1px); }
.svc-btn--primary:hover{ background:#e2bd5b; }
.svc-btn--secondary{ background:transparent; color:var(--svc-text); border-color:var(--svc-stroke); }
.svc-btn--secondary:hover{ border-color:#3a3b43; }

/* Xko */
.svc-panel__close{
  position:absolute; top:8px; right:10px;
  width:36px; height:36px; border-radius:10px;
  border:1px solid var(--svc-stroke);
  background:#1b1c21; color:var(--svc-text);
  font-size:24px; line-height:34px; text-align:center; text-decoration:none;
}

/* === SVC PANELY – tvrdé pravidlá bez väzby na #cennik-female === */

/* Box a texty – všetko biele, tmavé pozadie */
.svc-panel__box {
  background-color: var(--accent-secondary-color);
  color: #fff !important;

}
.svc-panel__box * { color: #fff !important; }

/* Deliaca čiara v CTA */
.svc-panel__cta {
  border-top: 1px dashed rgba(255,255,255,0.35) !important;
}

/* Tlačidlá – bez pozadia, 3px biely stroke, oblé (platí pre všetky stavy) */
.svc-panel__cta a.svc-btn,
.svc-btn,
.svc-btn:link,
.svc-btn:visited,
.svc-btn:active,
.svc-btn:focus,
.svc-btn.svc-btn--primary,
.svc-btn.svc-btn--secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 18px !important;
  border: 3px solid #fff !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: transform .12s ease, background-color .12s ease !important;
}
.svc-btn:hover {
  background-color: rgba(255,255,255,0.1) !important;
  transform: translateY(-1px) !important;
}

/* X – väčšie a presne centrované */
.svc-panel__close {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 3px solid #fff !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.svc-panel__close:hover { background-color: rgba(255,255,255,0.1) !important; }

/* Pre istotu — ak by téma dávala odrážkam inú farbu */
.svc-panel__body li { color: #fff !important; }

/* === ABSOLÚTNY FIX CENTROVANIA CLOSE BUTTONU VO SVC PANELI === */
/* Zasiahne a aj button, aj link, bez ohľadu na názov triedy. */

.svc-panel__close {
  all: unset;
  position: absolute !important;
  top: 12px !important;
  right: 14px !important;

  /* rozmer „štvorčeka“ */
  width: 56px !important;
  height: 56px !important;

  /* dokonalé centrovanie obsahu */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;

  /* vzhľad */
  border: 3px solid #fff !important;
  border-radius: 16px !important;
  background: transparent !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 34px !important;
  line-height: 1 !important;     /* žiadny baseline posun */
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
  z-index: 999999 !important;
  transition: background-color .15s ease !important;
}

.svc-panel__close { transform: translateY(3px) !important; } /* -1 až -2px podľa oka */

/* Auto-scale pre panely na mobiloch (bez scrollu) */
.svc-panel__box {
  --svc-scale: 1;
  transform: scale(var(--svc-scale));
  transform-origin: top center;
  will-change: transform;
}

/* Keď sa škáluje, nech box zostane vizuálne centrovaný */
.svc-panel {
  display: grid;
  place-items: start center;
}

/* Na mobiloch rátame s menšími okrajmi okolo boxu */
@media (max-width: 640px) {
  .svc-panel__box {
    width: min(760px, 94vw) !important;
    max-height: none !important;    /* žiadny vnútorný scroll */
    overflow: visible !important;
  }
}

/* ===== SVC panel: vždy centrovaný aj pri scale ===== */

/* overlay – používame grid a centrovanie v oboch smeroch */
.svc-panel {
  display: grid !important;
  place-items: center center !important; /* H/V center */
}

/* samotný box – nech sa škáluje zo stredu, nie zhora */
.svc-panel__box {
  --svc-scale: 1;
  transform: scale(var(--svc-scale)) translateZ(0) !important;
  transform-origin: center center !important; /* kľúčové pre vizuálne centrovanie */
  margin: 0 !important; /* žiadne posuny */
}

/* pre istotu: žiadne „sticky“ ani extra odsadenia, keď nepoužívame scroll */
.svc-panel__cta {
  position: static !important;
  background: none !important;
  margin-top: 14px !important;
  padding-top: 10px !important;
}

@media (min-width: 641px){
  .svc-panel__box { transform: none !important; }
}

.service-global-note {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-weight: bold;
}

/* Mobilné zobrazenie */
@media (max-width: 768px) {
  .service-global-note {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 20px;
    max-width: 90%;
    text-align: center;
  }
}
.service-global-note {
  text-align: center;
    font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* Mobilné zobrazenie */
@media (max-width: 768px) {
  .service-global-note {
        font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 90%;
    text-align: center;
  }
}

.laser-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.laser-box {
background: rgb(255 242 242);
  border-radius: 16px;
  text-align: center;
  padding: 25px 20px;
  transition: all 0.3s ease;
}

.laser-box:hover {
  transform: translateY(-3px);
}

.laser-box h3 {
  font-size: 18px;
  font-weight: 600;
color: #5a5044;
  margin-bottom: 10px;
}

.laser-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.laser-price {
  font-size: 22px;
  font-weight: 600;
  color: var(--accent-secondary-color);
  margin: 0;
}

.laser-time {
  background-color: #c69f9a;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 50px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 768px) {
  .laser-box {
    padding: 20px 15px;
  }
  .laser-price {
    font-size: 20px;
  }
  .laser-time {
    font-size: 12px;
    padding: 3px 8px;
  }
}

/* CTA tlačidlo pod laser boxmi */
.laser-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.laser-cta-btn {
  background: #fff;
  color: #c69f9a;
  border: none;
  border-radius: 9999px;
  padding: 13px 26px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}

.laser-cta-btn:hover {
  background: #fdf6f6;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.laser-cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}

/* Mobilné prispôsobenie */
@media (max-width: 768px) {
  .laser-cta-btn {
    padding: 11px 20px;
    font-size: 14px;
  }
}

/* === ULTRA MALÉ DISPLEJE (napr. iPhone SE, 7, 8) === */
@media (max-height: 680px) and (max-width: 420px) {
  .svc-panel__box {
    --svc-scale: 0.9 !important; /* jemne zmenší celý modal */
    padding: 16px 14px !important;
    max-height: 92vh !important;
  }
  .svc-panel__title {
    font-size: 18px !important;
  }
  .svc-panel__body {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
  .svc-panel__close {
    width: 46px !important;
    height: 46px !important;
    font-size: 28px !important;
  }
  .svc-panel__cta a.svc-btn {
    padding: 8px 14px !important;
    font-size: 13px !important;
    border-width: 2px !important;
  }
}

/* === EXTRA malé zariadenia v horizontále (napr. otočený iPhone) === */
@media (orientation: landscape) and (max-height: 500px) {
  .svc-panel__box {
    --svc-scale: 0.85 !important;
    max-height: 88vh !important;
    overflow-y: auto !important;
    padding: 14px 12px !important;
  }
  .svc-panel__body {
    font-size: 12.5px !important;
  }
  .svc-panel__title {
    font-size: 17px !important;
  }
}

/* --- MUŽI: farby badge s časom v boxoch --- */
#laser-male .laser-time {
  display: inline-block;
  background: #d6e6f5;   /* jemná modrá */
  color: #2b4a68;        /* tmavšia modrá – text */
  border-radius: 9999px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}

/* ak máš niekde !important ružové, pridaj aj tu: */
#laser-male .laser-time {
  background: #d6e6f5 !important;
  color: #2b4a68 !important;
}

/* voliteľne – mierny hover efekt konzistentný s modrou témou */
#laser-male .laser-time:hover {
  background: #c8dbef;
}

/* pre istotu zjednotíme aj boxy, nech sa ružová nikde „nepresiakne“ */
#laser-male .laser-box {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

#laser-male .laser-price {
  color: #0e2f47; /* tmavomodrá cena, ak ju niečo prefarbuje */
}


/* ===== Najnovšie aktuality (bn-news) ===== */
.bn-news-section {
  background-color: var(--secondary-color);
  padding: clamp(48px, 7vw, 40px) 0;
}

.bn-news-head {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.bn-news-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px;
}

.bn-news-head h2 {
    font-family: var(--default-font);
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary-color);
}

.bn-news-sub {
font-size: 18px;
  color: var(--text-color);
  margin: 0;
}

.bn-news-body {
  max-width: 880px;
  margin: 0 auto;
    background-color: #c2867f;
    color: white;
  border-radius: 18px;
  padding: 20px 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.bn-news-body p {
  margin: 0;
}

.bn-news-body p + p {
  margin-top: 0.15em; /* môžeš dať aj 0; ak chceš úplne bez medzery */
}


.bn-news-body a {
  color: var(--accent-color);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.bn-news-body a:hover {
  text-decoration: none;
}

/* Mobilné úpravy */
@media (max-width: 767.98px) {
  .bn-news-section {
    padding: 40px 0;
  }

  .bn-news-body {
    padding: 18px 18px 20px;
    font-size: 14px;
  }
}

/* ===========================
   EXOZÓMY – vlastné triedy
   =========================== */

.bn-exo-section {
  padding: 100px 0;
}

/* hlavička sekcie */
.bn-exo-section .section-title h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.bn-exo-section .section-title h2 span {
  font-family: var(--accent-font);
  font-style: italic;
}

.bn-exo-section .section-title p {
  margin-top: 18px;
}

/* úvodný text */
.bn-exo-intro {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 36px;
}

/* grid kariet */
.bn-exo-grid {
  margin-top: 10px;
  row-gap: 28px;
}

/* základ karty */
.bn-exo-card {
  background: linear-gradient(135deg, #fff8f4 0%, #f3dfd7 50%, #f0d4cc 100%);
  border-radius: 20px;
  padding: 26px 24px 22px;
  height: 100%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
}

/* jemná dekorácia v rohu */
.bn-exo-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16) 0, transparent 55%),
    radial-gradient(circle at bottom right, rgba(216, 180, 175, 0.45) 0, transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

/* obsah karty nad dekorom */
.bn-exo-card > * {
  position: relative;
  z-index: 1;
}

.bn-exo-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.bn-exo-card p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}

/* biele karty – jednotlivé ošetrenia */
.bn-exo-card--white {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* spodný riadok – cena + čas */
.bn-exo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.bn-exo-badge {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 7px 14px;
  white-space: nowrap;
}

.bn-exo-badge-price {
background: rgb(198 159 154);
    color: #ffffff;
}

.bn-exo-badge-time {
background: rgb(231 205 202);
    color: #5b4442;
}

/* poznámka pod kartami */
.bn-exo-footnote {
  text-align: center;
  margin: 30px 0 0;
      font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
}

/* hover efekt */
.bn-exo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .bn-exo-section {
    padding: 60px 0;
  }

  .bn-exo-grid {
    row-gap: 22px;
  }
}

@media (max-width: 767.98px) {
  .bn-exo-section {
    padding: 50px 0;
  }

  .bn-exo-card {
    padding: 22px 18px 18px;
    border-radius: 16px;
  }

  .bn-exo-card h3 {
    font-size: 18px;
  }

  .bn-exo-card p {
    font-size: 14px;
  }

  .bn-exo-badge {
    font-size: 12px;
    padding: 6px 12px;
  }

  .bn-exo-footnote {
    margin-top: 22px;
  }
}

/* EXOZÓMY – meta riadok s tlačidlom */
.bn-exo-meta.bn-exo-meta--with-btn {
  align-items: center;
}

/* tlačidlo vpravo vedľa badge-ov */
.bn-exo-btn {
  margin-left: auto;
  flex-shrink: 0;
}

/* na mobiloch nech ide tlačidlo pod seba */
@media (max-width: 767.98px) {
  .bn-exo-meta.bn-exo-meta--with-btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .bn-exo-btn {
    margin-left: 0;
    margin-top: 8px;
  }
}

.bn-mezo-actions {
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .bn-mezo-actions .laser-btn {
    padding-inline: 22px;
  }
}


/* tlačidlo Objednať sa pod cenou – vľavo */
.bn-exo-actions {
  margin-top: 10px;
  text-align: left;
}

/* ak by flex v karte robil bordel, istota že idú za sebou pekne */
.bn-exo-card .bn-exo-meta,
.bn-exo-card .bn-exo-actions {
  position: relative;
  z-index: 1;
}

/* na mobile môžeš dať button trochu širší, ak chceš */
@media (max-width: 767.98px) {
  .bn-exo-actions .laser-btn {
    padding-inline: 22px;
  }
}



/* ===== Dropdown v hlavnom menu (Procedúry – pekný dizajn) ===== */

/* caret šipka pri "Procedúry" */
.submenu > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: 900;
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.2s ease;
}

/* mierna rotácia šipky pri hover */
.main-menu ul li.submenu:hover > a:after {
  transform: rotate(180deg);
}

/* obal dropdownu */
.main-header .main-menu ul li.submenu {
  position: relative;
}

/* samotný dropdown */
.main-header .main-menu ul ul {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) scale(1, 0.96);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;

min-width: 300px;
    max-width: 300px;
  margin: 0;
  padding: 10px 0;
  list-style: none;

  background: rgba(216, 180, 175, 0.96); /* zostáva tvoja accent farba, len s jemnou priehľadnosťou */
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);

  text-align: left;
  z-index: 30;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

/* malý „zobáčik“ nad dropdownom */
.main-header .main-menu ul li.submenu > ul::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: rgba(216, 180, 175, 0.96);
  border-top-left-radius: 4px;
}

/* zobrazenie dropdownu pri hover */
.main-header .main-menu ul li.submenu:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1, 1);
}

/* položky vo vnútri dropdownu */
.main-header .main-menu ul ul li {
  width: 100%;
}

/* odkazy v dropdown menu */
.main-header .main-menu ul ul li a {
  display: block;
  padding: 8px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--secondary-color);
  text-decoration: none;
  white-space: normal;       /* nech môže text zalomiť */
}

/* jemná deliaca čiara medzi položkami */
.main-header .main-menu ul ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

/* hover efekt na položkách */
.main-header .main-menu ul ul li a:hover,
.main-header .main-menu ul ul li a:focus {
  background: rgba(255, 255, 255, 0.596);
  color: var(--primary-color);
  padding-left: 22px; /* jemný „slide“ efekt do prava */
  border-radius: 18px;
}


  /* všetky hlavné položky (Úvod, O mne, Galéria, Poukážky, Kontakt, atď.) */
  .slicknav_nav > li > a {
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 6px 0 !important;
    line-height: 1.3;
  }

  /* Procedúry – li, ktoré má submenu (slicknav_parent) */
  .slicknav_nav > li.slicknav_parent > a {
    margin-top: 28px;
    padding-top: 20px !important;
    padding-bottom: 6px !important;
    border-top: 2px solid rgba(255, 255, 255, 0.85);
    font-size: 28px !important;
    font-weight: 800 !important;
  }

  /* skryť šípku pri Procedúry, nech je to len nadpis */
  .slicknav_nav > li.slicknav_parent > a .slicknav_arrow {
    display: none !important;
  }

  /* vnútorný zoznam – Tvárové procedúry, Laserové..., Exozómy, Mezoterapia */
  .slicknav_nav > li.slicknav_parent > ul {
    margin-top: 10px;
    padding: 0;
  }

  .slicknav_nav > li.slicknav_parent > ul > li > a {
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 4px 0 !important;
    line-height: 1.4;
  }

  /* bez backgroundu pri hoveri – iba zmena farby textu */
  .slicknav_nav > li.slicknav_parent > ul > li > a:hover,
  .slicknav_nav > li.slicknav_parent > ul > li > a:focus {
    background-color: transparent !important;
    color: var(--primary-color) !important;
  }
/* ===== BiVi – mobilné menu (Procedúry blok) ===== */
@media (max-width: 991.98px) {

  /* celé mobilné menu – centrovanie + padding */
  .slicknav_nav {
    padding: 40px 30px 45px;
    text-align: center;
  }

  /* všetky hlavné položky (Úvod, O mne, Galéria, Poukážky, Kontakt) */
  .slicknav_nav > li > a {
    font-size: 26px;
    font-weight: 700;
    padding: 6px 20px;
    line-height: 1.3;
    text-decoration: none;
  }

  /* nadpis Procedúry – s čiarou nad sebou, väčší bold */
  .slicknav_nav > li.nav-procedury-title > a {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-top: 2px solid rgba(255, 255, 255, 0.85);
    font-size: 28px;
    font-weight: 800;
  }

  /* pod-položky procedúr – menšie písmo */
  .slicknav_nav > li.nav-procedury-item > a {
    font-size: 20px;
    font-weight: 500;
    padding: 4px 20px;
    line-height: 1.4;
  }

  .slicknav_nav > li.nav-procedury-item > a:hover,
  .slicknav_nav > li.nav-procedury-item > a:focus {
    background-color: transparent;
    color: var(--primary-color);
  }
}

@media (max-width: 991.98px) {

  /* Procedúry – aj keď je to <span>, štýluj rovnako */
  .slicknav_nav > li.nav-procedury-title > a,
  .slicknav_nav > li.nav-procedury-title > span {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
padding-bottom: 28px;
    border-top: 2px solid rgba(255, 255, 255, 0.85);
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    color: #fff;
  }
}

/* ===== BiVi – fixný header len na mobile ===== */
@media (max-width: 991.98px) {

  .header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
background-color: rgb(216 180 175 / 48%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  }

  /* aby obsah nezačínal pod headerom */
  body {
    padding-top: 80px; /* ak je header vyšší/nižší, len uprav číslo */
  }

  /* hamburger, keby ho niečo chcelo posúvať */
  .navbar-toggle {
    position: fixed;
    top: 18px;
    right: 16px;
    z-index: 10000;
    margin: 0;
    transform: none !important;
  }
}

/* ===== Zarovnanie hamburger menu s logom (len na mobile) ===== */
@media (max-width: 991.98px) {

  .navbar-toggle {
    position: fixed;
    top: 50%; /* zarovnanie na stred rodiča */
    right: 16px;
    transform: translateY(-50%) !important; /* presne vertikálne centrovanie */
    z-index: 10000;
    margin: 0;
  }

  /* istota – logo a toggle v jednom riadku */
  .navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
  }
}

/* ===========================
   MEZOTERAPIA – kópia štýlu EXOZÓMOV (nové triedy)
   =========================== */

.bn-mezo-section {
  padding: 100px 0;
}

/* hlavička sekcie */
.bn-mezo-section .section-title h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.bn-mezo-section .section-title h2 span {
  font-family: var(--accent-font);
  font-style: italic;
}

.bn-mezo-section .section-title p {
  margin-top: 18px;
}

/* úvodný text */
.bn-mezo-intro {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 36px;
}

/* grid kariet */
.bn-mezo-grid {
  margin-top: 10px;
  row-gap: 28px;
}

/* základ karty */
.bn-mezo-card {
  background: linear-gradient(135deg, #fff8f4 0%, #f3dfd7 50%, #f0d4cc 100%);
  border-radius: 20px;
  padding: 26px 24px 22px;
  height: 100%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
}

/* jemná dekorácia v rohu */
.bn-mezo-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16) 0, transparent 55%),
    radial-gradient(circle at bottom right, rgba(216, 180, 175, 0.45) 0, transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

/* obsah karty nad dekorom */
.bn-mezo-card > * {
  position: relative;
  z-index: 1;
}

.bn-mezo-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.bn-mezo-card p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}

/* biele karty – jednotlivé ošetrenia */
.bn-mezo-card--white {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* spodný riadok – cena + čas */
.bn-mezo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.bn-mezo-badge {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 7px 14px;
  white-space: nowrap;
}

.bn-mezo-badge-price {
  background: rgb(198 159 154);
  color: #ffffff;
}

.bn-mezo-badge-time {
  background: rgb(231 205 202);
  color: #5b4442;
}

/* poznámka pod kartami */
.bn-mezo-footnote {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 30px 0 0;
}

/* hover efekt */
.bn-mezo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .bn-mezo-section {
    padding: 60px 0;
  }

  .bn-mezo-grid {
    row-gap: 22px;
  }
}

@media (max-width: 767.98px) {
  .bn-mezo-section {
    padding: 50px 0;
  }

  .bn-mezo-card {
    padding: 22px 18px 18px;
    border-radius: 16px;
  }

  .bn-mezo-card h3 {
    font-size: 18px;
  }

  .bn-mezo-card p {
    font-size: 14px;
  }

  .bn-mezo-badge {
    font-size: 12px;
    padding: 6px 12px;
  }

  .bn-mezo-footnote {
    margin-top: 22px;
  }
}

/* Zrušenie spodného marginu pod nadpisom v exozómoch a mezoterapii */
.bn-exo-section .section-row,
.bn-mezo-section .section-row {
  margin-bottom: 15px !important;
}

/* ====== BiVi Darčekové poukážky – card sekcia ====== */
.bivi-gift {
  padding: clamp(40px, 5vw, 60px) 0;
  display: flex;
  justify-content: center;
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #3a2e27;
}

.bivi-gift-wrap {
background: #c29c97;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: clamp(32px, 4vw, 48px);
    width: calc(100% - 40px);
}

/* Ľavá strana – obrázok poukážky */
.bivi-gift-left {
  flex: 0 0 auto;
}

.bivi-gift-left img {
  width: 100%;
  max-width: 520px;
  display: block;
  border-radius: 24px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

/* Pravá strana – text */
.bivi-gift-right {
  flex: 0 0 auto;
  max-width: 460px;
}

.bivi-gift-right h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #f1d2aa;
  font-family: var(--accent-font, "Playfair Display", serif);
}

.bivi-gift-right p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.bivi-gift-right strong {
  font-weight: 600;
}

/* Tlačidlo */
.bivi-gift-btn {
display: inline-block;
    margin-top: 10px;
    padding: 12px 30px;
    border-radius: 999px;
    background: #ffffff;
    color: #7e5c58;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;

}

.bivi-gift-btn:hover {
background: #996e67;
  transform: translateY(-1px);
  color: #ffffff;
}

/* ====== Responsive ====== */
@media (max-width: 900px) {
  .bivi-gift-wrap {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .bivi-gift-left img {
    max-width: 380px;
    margin: 0 auto;
  }
}

.bivi-gift-right .section-title {
  font-size: 38px;
  margin-bottom: 20px;
  color: white;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.bivi-gift-right .section-title span {
  font-weight: 600;
}

.bivi-gift-right .section-title em {
  font-family: var(--accent-font, "Playfair Display", serif);
  font-style: italic;
  font-weight: 400;
}

.laser-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.laser-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

/* Primárne tlačidlo – objednanie */
.laser-btn-primary {
background-color: #7b3c33;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 20px;
        font-weight: bold;
            width: 100%;
    text-align: center;
}

/* Sekundárne tlačidlo – telefonát */
.laser-btn-secondary {
background-color: #7b3c33;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 20px;
        font-weight: bold;
}

/* Hover efekty */
.laser-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Môžeš doladiť podľa zvyšku webu */
.laser-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}

/* ===== MUŽI – CIEVKY ===== */

.laser-section-male {
  background: #75A3C8 !important; /* farba pozadia ktorú máš na screenshote */
}

.laser-box-male {
  padding-bottom: 20px;
}

/* stred tlačidla */
.laser-male-actions {
  margin-top: 12px;
  text-align: center;
}

/* modré tlačidlo – mužská verzia */
.laser-male-btn {
  display: inline-block;
  background: #4478A8;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.2s ease;
}

.laser-male-btn:hover {
  background: #2f5d89;
  color: #ffffff;
}

.news-section {
  display: flex;
  justify-content: center;
  padding: 0px 15px 60px 15px;
  background: #f7f3ed; /* svetlé pozadie ako na náhľade */
}

.news-card {
  max-width: 900px;
  width: 100%;
background: #a53b2e;
  color: #ffffff;
  text-align: center;
  padding: 23px 32px;
  border-radius: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.news-card-t {
  font-size: 17px;
    line-height: 1.7;
}

.news-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border: 2px solid #ffffff;
  border-radius: 999px; /* úplne oblý */
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  transition: all 0.25s ease;
}

.news-btn:hover {
  background: #ffffff;
  color: #cdaaa6;
}

.p-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border: 2px solid #ffffff;
  background-color: white!important;
  text-decoration: none!important;
  border-radius: 999px; /* úplne oblý */
    color: #956862!important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  transition: all 0.25s ease;
}


iframe #cookiescript_injected { display:none; } 

.glow-section {
  padding: 80px 20px;
}

.glow-container {
max-width: 1880px;
    margin: 0 auto;
    background-color: var(--accent-secondary-color);
    border-radius: 21px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
}

.glow-text h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}

.glow-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
margin-bottom: 37px;
}

.glow-text .intro {
  font-weight: 500;
}

.glow-text .outro {
  font-weight: 500;
  margin-top: 20px;
}

.price-box {
    background: #7a3a2e;
    border-radius: 53px;
padding: 17px 30px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 0px;
}

.price-box span {
    font-size: 16px;
color: #ffffff;
    font-weight: bold;
}

.price-box strong {
  font-size: 26px;
color: #ffffff;
}

.glow-text .cta {
  font-weight: 600;
  color: #a93c64;
}

.glow-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.glow-images div {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.glow-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.glow-images span {
position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgb(122 58 46);
    padding: 12px 27px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .glow-container {
    grid-template-columns: 1fr;
    padding: 40px 25px;
  }

  .glow-text h2 {
    font-size: 30px;
  }
}

.btn-objednat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
margin-top: 10px;
  padding: 18px 48px;
  background: #7a3a2e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.btn-objednat:hover {
  background: #8f4638;
  transform: translateY(-2px);
}

.perex {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.step span {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.step p {
  margin: 0;
  line-height: 1.6;
}

.benefit {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.price-pill {
  background: rgba(255,255,255,0.25);
  padding: 14px 26px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.price-pill span {
  font-size: 14px;
}

.price-pill strong {
  font-size: 22px;
}

.glow-title {
  margin-bottom: 20px;
}

.glow-perex {
  margin-bottom: 28px;
  line-height: 1.8;
}

.glow-steps {
  margin-bottom: 28px;
}

.glow-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  line-height: 1.6;
}

.glow-step-number {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
}

.glow-benefit {
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {

  .glow-step {
    align-items: flex-start;
  }

  .glow-step-number {
    flex-shrink: 0;
    margin-top: 2px;
  }

  .glow-step {
    gap: 12px;
  }

  .glow-step {
    line-height: 1.7;
  }

}
/* ===== Fix krokov: stabilný layout na mobile aj desktop ===== */
.glow-steps {
  margin-bottom: 28px;
}

.glow-steps .glow-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.glow-steps .glow-step-number {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
      color: white;
  font-size: 13px;
}

.glow-steps .glow-step-text {
  line-height: 1.7;
      color: white;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* Mobile drobné doladenie */
@media (max-width: 768px) {
  .glow-steps .glow-step {
    grid-template-columns: 40px 1fr;
    column-gap: 14px;
  }
}



/* =========================
   NEWSLETTER SECTION
========================= */
.newsletter-section {
  padding: 80px 20px;
}

.newsletter-box {
  max-width: 1880px;
  margin: 0 auto;
  background: linear-gradient(135deg, #cdaaa6 0%, #956862 100%);
  border-radius: 24px;
  padding: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.newsletter-box::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.newsletter-box::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.newsletter-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-content h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.newsletter-content p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 700px;
}

.newsletter-form {
  max-width: 720px;
}

.newsletter-form-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.newsletter-input {
  flex: 1;
  min-width: 0;
  height: 62px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.82);
}

.newsletter-input:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
}

.newsletter-btn {
  height: 62px;
  border: none;
  border-radius: 999px;
  padding: 0 28px;
  background: #ffffff;
  color: #956862;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  cursor: pointer;
}

.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
}

.newsletter-btn:active {
  transform: translateY(0);
}

.newsletter-note {
  margin-top: 14px;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.newsletter-message {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.newsletter-message--success {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.newsletter-message--error {
  background: rgba(122, 58, 46, 0.32);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .newsletter-section {
    padding: 60px 15px;
  }

  .newsletter-box {
    padding: 34px 22px;
    border-radius: 20px;
  }

  .newsletter-content h2 {
    font-size: 31px;
  }

  .newsletter-content p {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .newsletter-form-row {
    flex-direction: column;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
    height: 56px;
  }

  .newsletter-btn {
    justify-content: center;
  }
}
@media (max-width: 767px) {

  .newsletter-box {
    padding: 34px 20px;
  }

  .newsletter-form-row {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-input {
    width: 100%;
        padding: 16px 18px;
  }

  .newsletter-btn {
    width: 100%;
  }

}

.admin-card + .admin-card {
  margin-top: 24px;
}

.newsletter-admin-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.newsletter-admin-count {
  font-size: 14px;
  color: var(--text-color);
  margin: 0;
}

.newsletter-table-wrap {
  overflow-x: auto;
}

.newsletter-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.newsletter-table th,
.newsletter-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 14px;
}

.newsletter-table th {
  color: var(--primary-color);
  font-weight: 700;
  background: #faf8f5;
}

.newsletter-table td {
  color: #444;
}

.newsletter-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed #d8d1c7;
  border-radius: 12px;
  background: #faf8f5;
  color: var(--text-color);
  font-size: 14px;
}

.newsletter-email-text {
  word-break: break-word;
}

@media (max-width: 767px) {
  .newsletter-table th,
  .newsletter-table td {
    padding: 12px 10px;
    font-size: 13px;
  }
}

/* container širší */
.brands-container{
max-width:1880px;
margin:auto;
}

/* grid sekcie */
.brands-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

/* karta */
.brand-card{
background:linear-gradient(135deg,#cdaaa6,#a97d76);
padding:35px;
border-radius:28px;
position:relative;
overflow:hidden;
}

/* nadpis */
.brand-head{
margin-bottom:25px;
}

.brand-kicker{
    background: rgb(255 255 255);
    padding: 18px 43px;
    border-radius: 50px;
    line-height: 25px;
    font-size: 16px;
    color: #b38a84;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: bold;
}

@media (max-width: 767px) {

  .brand-kicker{
    text-align: center;
    display: block;
  }

}

.brand-head h2{
color:#fff;
font-size:34px;
margin-bottom:10px;
}

.brand-head p{
color:#fff;
opacity:.9;
line-height:1.6;
}

/* GALÉRIA */

.brand-gallery{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:12px;
}

/* obrázky */
.brand-gallery img{
width:100%;
height:110px;
object-fit:cover;
border-radius:14px;
cursor:pointer;
transition:.2s;
}

.brand-gallery img:hover{
transform:scale(1.05);
}

/* druhý riadok */
.gallery-wide-left{
grid-column:1/3;
height:160px!important;
}

.gallery-wide-right{
grid-column:3/6;
height:160px!important;
}

/* posledný obrázok */
.gallery-full{
grid-column:1/6;
height:200px!important;
}

/* responsive */
@media(max-width:1100px){

.brands-grid{
grid-template-columns:1fr;
}

}

/* karta ako stĺpec */
.brand-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

/* hlavička s textom */
.brand-head{
  margin-bottom:20px;
}

/* galéria ide vždy dole */
.brand-gallery{
  margin-top:auto;              /* kľúčové – posunie galériu na spodok karty */
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

/* rovnaká výška obrázkov */
.brand-gallery img{
  width:100%;
  height:110px;
  object-fit:cover;
  border-radius:14px;
}

/* ak máš druhý riadok väčší */
.gallery-wide-left{
  grid-column:1/3;
  height:160px!important;
}

.gallery-wide-right{
  grid-column:3/6;
  height:160px!important;
}

/* spodný veľký */
.gallery-full{
  grid-column:1/6;
  height:200px!important;
}

/* =============================================
   BRANDS SECTION – minimalist redesign
   ============================================= */
.bivi-brands-section {
  padding: 100px 0;
}
.bivi-brands-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.bivi-brands-hd {
  text-align: center;
  margin-bottom: 64px;
}
.bivi-brands-label {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(247,243,237,.6);
  margin-bottom: 14px;
}
.bivi-brands-hd h2 {
  font-size: 46px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 14px;
}
.bivi-brands-hd p {
  font-size: 19px;
  color: rgba(247,243,237,.75);
  max-width: 560px;
  margin: 0 auto;
}

/* Brand item – two columns */
.bivi-brand-item {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  padding: 20px 0;
}
.bivi-brand-text {
  flex: 1 1 0;
  min-width: 0;
}
.bivi-brand-carousel {
  flex: 0 0 48%;
  width: 48%;
  min-width: 0;
}
.bivi-brand-item--rev .bivi-brand-text { order: 2; }
.bivi-brand-item--rev .bivi-brand-carousel { order: 1; }

.bivi-brand-divider {
  height: 3px;
  background: #fff;
  margin: 48px 0;
}

/* Text column */
.bivi-brand-kicker {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(247,243,237,.6);
  margin-bottom: 16px;
}
.bivi-brand-name {
  font-size: 36px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 22px;
  line-height: 1.2;
}
.bivi-brand-desc {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(247,243,237,.82);
}
.bivi-brand-desc strong,
.bivi-brand-desc b {
  font-weight: 600;
  color: var(--secondary-color);
}

/* Carousel column */
.bivi-brand-carousel {
  position: relative;
}
.bivi-brand-swiper {
  border-radius: 20px;
  overflow: hidden;
  height: 380px;
}
.bivi-brand-swiper .swiper-slide {
  height: 100%;
}
.bivi-brand-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bivi-brand-prev,
.bivi-brand-next {
  color: #fff !important;
  background: rgba(0,0,0,.35) !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.bivi-brand-prev::after,
.bivi-brand-next::after {
  font-size: 14px !important;
  font-weight: 700 !important;
}
.bivi-brand-prev:hover,
.bivi-brand-next:hover {
  background: rgba(196,147,140,.85) !important;
}
.bivi-brand-pg .swiper-pagination-bullet {
  background: #c4938c !important;
  opacity: .5;
}
.bivi-brand-pg .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* Responsive */
@media (max-width: 900px) {
  .bivi-brand-item,
  .bivi-brand-item--rev {
    flex-direction: column;
    gap: 32px;
  }
  .bivi-brand-carousel {
    flex: unset;
    width: 100%;
  }
  .bivi-brand-swiper { height: 280px; }
  .bivi-brand-item--rev .bivi-brand-text { order: unset; }
  .bivi-brand-item--rev .bivi-brand-carousel { order: unset; }
}
@media (max-width: 576px) {
  .bivi-brands-section { padding: 70px 0; }
  .bivi-brands-hd h2 { font-size: 28px; }
  .bivi-brand-name { font-size: 26px; }
  .bivi-brands-hd { margin-bottom: 40px; }
}

/* =============================================
   BEFORE / AFTER SLIDER
   ============================================= */
.glow-images {
  position: relative;
  width: 100%;
  max-width: 520px;
  flex-shrink: 0;
}

.ba-wrap { width: 100%; }

.ba-slider {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  cursor: col-resize;
  user-select: none;
  box-shadow: 0 8px 40px rgba(90,80,68,.18);
  touch-action: pan-y;
}

.ba-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ba-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
}

.ba-after {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.ba-tag {
  position: absolute;
  bottom: 18px;
  background: rgba(90,80,68,.82);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 30px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ba-tag-left  { left: 16px; }
.ba-tag-right { right: 16px; }

.ba-divider {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 44px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  cursor: col-resize;
}
.ba-divider-line {
  flex: 1;
  width: 2.5px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 6px rgba(0,0,0,.25);
}
.ba-handle-btn {
  width: 44px; height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 14px rgba(0,0,0,.18);
  flex-shrink: 0;
}

/* =============================================
   NAJNOVŠIE AKTUALITY
   ============================================= */
.bn-news2-section {
  padding: 70px 0;
}
.bn-news2-section > .container {
  max-width: 100%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
/* Placeholder – žiadne novinky */
.bn-news-empty {
  text-align: center;
  padding: 28px 24px;
  border-radius: 12px;
  border: 2px dashed #d4b0aa;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    rgba(196,147,140,.06) 8px,
    rgba(196,147,140,.06) 16px
  );
  max-width: 560px;
  margin: 0 auto 8px;
}
.bn-news-empty span {
  font-size: 15px;
  color: #b09090;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bn-news-empty i {
  font-size: 18px;
  color: #c4938c;
  font-style: normal;
}
.bn-news2-head {
  text-align: center;
  margin-bottom: 48px;
}
.bn-news2-head h2 {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.bn-news2-sub {
  color: var(--text-color);
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}
.bn-news2-wrap { position: relative; }

/* ============================================================
   Najnovšie aktuality – elegantný salon redesign (2026-04 v3)
   Krémové portrait karty so serif typo a ornament číslom
   ============================================================ */
.bn-news2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}
.bn-news2-grid .bn-news2-card { height: 100%; }

/* ---- Karta ---- */
.bn-news2-card {
  position: relative;
  border-radius: 18px;
  background: #faf3e3;
  border: 1px solid rgba(198,159,154,.28);
  box-shadow:
    0 1px 0 rgba(255,255,255,.8) inset,
    0 14px 34px -18px rgba(90,80,68,.22);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform .45s cubic-bezier(.2,.7,.2,1),
    box-shadow .45s cubic-bezier(.2,.7,.2,1),
    border-color .3s ease;
}
/* Ornament: veľké serif číslo v rohu */
.bn-news2-card::before {
  content: attr(data-index);
  position: absolute;
  top: -26px;
  right: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  color: rgba(198,159,154,.14);
  letter-spacing: -.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  transition: color .4s ease, transform .5s ease;
}
/* Tenká horná linka accent */
.bn-news2-card::after {
  content: '';
  position: absolute;
  top: 0; left: 36px; right: 36px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-color) 30%, var(--accent-secondary-color) 70%, transparent 100%);
  border-radius: 0 0 3px 3px;
  z-index: 2;
}
.bn-news2-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 28px 50px -20px rgba(90,80,68,.35);
  border-color: rgba(198,159,154,.55);
}
.bn-news2-card:hover::before {
  color: rgba(198,159,154,.22);
  transform: translateY(-4px);
}

/* ---- Vnútro ---- */
.bn-news2-card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 34px 32px;
  min-height: 430px;
  height: 100%;
}

/* ---- Subtitle: line + uppercase label ---- */
.bn-news2-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  font-family: "Sora", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 22px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: none;
}
.bn-news2-subtitle::before {
  content: '';
  width: 26px;
  height: 1.5px;
  background: var(--accent-secondary-color);
  flex-shrink: 0;
  border-radius: 2px;
}

/* ---- Title: Playfair serif ---- */
.bn-news2-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.25;
  letter-spacing: -.01em;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Jemný separátor pod titulom */
.bn-news2-title::after {
  content: '';
  display: block;
  width: 34px;
  height: 1.5px;
  background: var(--accent-color);
  margin-top: 14px;
  border-radius: 2px;
}

/* ---- Text ---- */
.bn-news2-text {
  color: var(--text-color);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 26px;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- Button – minimalistic ghost-to-solid ---- */
.bn-news2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
  padding: 14px 22px;
  background: transparent;
  color: var(--primary-color);
  border: 1.5px solid var(--primary-color);
  border-radius: 40px;
  font-family: "Sora", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: left;
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease, padding .3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
.bn-news2-btn::after {
  content: '→';
  font-size: 16px;
  font-weight: 400;
  transition: transform .3s ease;
}
.bn-news2-btn:hover {
  background: var(--primary-color);
  color: #fff;
  transform: none;
  box-shadow: 0 10px 24px -8px rgba(90,80,68,.45);
}
.bn-news2-btn:hover::after { transform: translateX(4px); }

@media (max-width: 560px) {
  .bn-news2-grid { grid-template-columns: 1fr; gap: 22px; max-width: 440px; }
  .bn-news2-card-inner { min-height: 360px; padding: 34px 28px 28px; }
  .bn-news2-card::before { font-size: 150px; top: -20px; right: 6px; }
  .bn-news2-title { font-size: 23px; }
}

/* ==============================================
   FULLSCREEN MOBILNÉ MENU
   ============================================== */

/* Skryť slicknav na mobile */
@media (max-width: 991px) {
  .slicknav_menu { display: none !important; }
}

/* Zablokovanie scrollu keď je menu otvorené */
body.bivi-no-scroll { overflow: hidden !important; }

/* Hamburger button */
.bivi-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 10001;
  position: relative;
}
.bivi-burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
  transition: transform .38s cubic-bezier(.23,1,.32,1),
              opacity .25s ease,
              width .3s ease;
  transform-origin: center;
}
.bivi-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.bivi-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.bivi-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 991px) {
  .bivi-burger { display: flex; }
}

/* ---- Overlay ---- */
.bivi-fs-overlay {
  position: fixed;
  inset: 0;
  background: #c4938c;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .42s ease, visibility .42s;
  overflow: hidden;
}
.bivi-fs-overlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 10002; /* cover header (10001) so only menu is visible */
}

/* Dekoratívna ľavá linka */
.bivi-fs-overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 3px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.55) 40%, rgba(255,255,255,.55) 60%, transparent);
  opacity: .7;
}

/* ---- Vnútro ---- */
.bivi-fs-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* ---- Zatvoriť (×) ---- */
.bivi-fs-close {
  position: absolute;
  top: 28px;   /* fallback – JS prepíše na presnú pozíciu hamburgera */
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}
.bivi-fs-close span {
  position: absolute;
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: background .2s;
}
.bivi-fs-close span:first-child { transform: rotate(45deg); }
.bivi-fs-close span:last-child  { transform: rotate(-45deg); }
.bivi-fs-close:hover span { background: var(--secondary-color); }

/* ---- Panely ---- */
.bivi-fs-panel {
  position: absolute;
  width: 100%;
  padding: 0 48px 0 52px;
  transition: transform .48s cubic-bezier(.77,0,.18,1),
              opacity .38s ease;
}
/* Panel 1 – skrytý keď je sub aktívny */
.bivi-fs-panel.is-hidden {
  transform: translateX(-55px);
  opacity: 0;
  pointer-events: none;
}
/* Panel 2 – štandard skrytý vpravo */
.bivi-fs-panel--sub {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.bivi-fs-panel--sub.is-active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}

/* ---- Navigácia ---- */
.bivi-fs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bivi-fs-nav li {
  overflow: hidden;
}

/* ---- Hlavné položky – stagger slide-up ---- */
.bivi-fs-link {
  font-family: 'Lora', serif;
  font-size: clamp(26px, 6.5vw, 48px);
  font-weight: 600;
  color: #5A5044;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 7px 0;
  line-height: 1.15;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  /* Animácia: slide up + fade */
  transform: translateY(60px);
  opacity: 0;
  transition: color .25s ease,
              transform .6s cubic-bezier(.22,.6,.36,1),
              opacity .5s ease;
  transition-delay: calc(var(--i, 0) * 0.08s + .12s);
}
.bivi-fs-overlay.is-open .bivi-fs-panel:not(.bivi-fs-panel--sub) .bivi-fs-link {
  transform: translateY(0);
  opacity: 1;
}
.bivi-fs-link:hover { color: #fff; }

/* Šípka pri "Estetické ošetrenia" */
.bivi-fs-arrow {
  color: #5A5044;
  transition: transform .28s ease;
  flex-shrink: 0;
  margin-top: 2px;
}
.bivi-fs-sub-trigger:hover .bivi-fs-arrow { transform: translateX(6px); }

/* ---- Sub panel – menšie písmo, stagger ---- */
.bivi-fs-panel--sub .bivi-fs-link {
  font-size: clamp(20px, 5vw, 36px);
  transform: translateY(30px);
  opacity: 0;
  transition: color .25s ease,
              transform .5s cubic-bezier(.22,.6,.36,1),
              opacity .42s ease;
  transition-delay: calc(var(--i, 0) * 0.07s + .12s);
}
.bivi-fs-panel--sub.is-active .bivi-fs-link {
  transform: translateY(0);
  opacity: 1;
}

/* Späť button */
.bivi-fs-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #5A5044;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
  transition: color .2s, transform .2s;
}
.bivi-fs-back-btn:hover { color: #fff; transform: translateX(-4px); }

/* Nadpis sub panela */
.bivi-fs-sub-title {
  font-family: 'Lora', serif;
  font-size: 13px;
  color: #5A5044;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 28px;
  opacity: .6;
}

/* Brand v dolnej časti */
.bivi-fs-brand {
  display: none;
  position: absolute;
  bottom: 28px;
  left: 52px;
  font-size: 12px;
  color: rgba(247,243,237,.25);
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ===================================================
   BiVi – Sticky Header (pink)
   =================================================== */
header.main-header {
  background: #d8b4af !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 200;
}

header.main-header .header-sticky {
  background: #d8b4af;
  border-bottom: 1px solid rgba(90,80,68,.15);
  max-width: 100%;
  position: relative !important;
  transition: transform .3s ease-in-out;
}

/* Neutralise the old fixed-position active state */
header.main-header .header-sticky.active {
  background: #d8b4af;
  border: none;
  border-bottom: 1px solid rgba(90,80,68,.15);
  border-radius: 0;
  left: unset;
  right: unset;
  top: unset;
  padding: 0;
  position: relative !important;
  transform: none;
}

/* Hide-on-scroll-down still works via transform on the sticky outer */
header.main-header.bivi-header-hide .header-sticky {
  transform: translateY(-100%);
}

/* Nav link colours */
.main-menu ul li a,
.main-menu ul li span.nav-link {
  color: #5A5044 !important;
}
.main-menu ul li a:hover,
.main-menu ul li.active > a {
  color: #fff !important;
  opacity: 1;
}

/* Dropdown submenu colours */
.main-menu ul li.submenu ul {
  background: #c9a09b;
  border: none;
  border-radius: 8px;
}
.main-menu ul li.submenu ul li a {
  color: #5A5044 !important;
}
.main-menu ul li.submenu ul li a:hover {
  color: #fff !important;
}

/* Reservation button on pink bg */
.header-btn .btn-default.btn-highlighted {
  background: #5A5044;
  border-color: #5A5044;
  color: #f7f3ed;
}
.header-btn .btn-default.btn-highlighted:hover {
  background: transparent;
  border-color: #5A5044;
  color: #5A5044;
}

/* Remove dark border-bottom from original header */
header.main-header .header-sticky {
  border-bottom: 1px solid rgba(90,80,68,.2) !important;
}

/* ===================================================
   BiVi – Hero Slider
   =================================================== */
.bivi-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bivi-hero { margin-top: 50px; }
}

.bivi-hero-swiper {
  width: 100%;
}

.bivi-hero-slide {
  position: relative;
  min-height: 816px;
  overflow: hidden;
}

/* Ken Burns zoom bg */
.bivi-slide-bg {
  position: absolute;
  inset: -5%;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: transform 8s ease-out;
  will-change: transform;
}
.swiper-slide-active .bivi-slide-bg {
  transform: scale(1.08);
}

/* Dark overlay */
.bivi-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}

/* Text content */
.bivi-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.bivi-hero-inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Pagination dots */
.bivi-hero-pagination {
  bottom: 28px !important;
}
.bivi-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.5);
  opacity: 1;
  transition: background .3s, transform .3s;
}
.bivi-hero-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.3);
}

/* Responsive hero height – overridden by patch below */
@media (max-width: 991px) {
  .bivi-hero-inner {
    padding: 0 20px;
  }
}

/* Remove bg-section rounded corners and max-width from sticky header */
header.main-header.bg-section {
  border-radius: 0 !important;
  max-width: 100% !important;
}

/* Tighten navbar vertical padding for compact sticky look */
header.main-header .navbar {
  padding: 16px 0;
}

/* Hero slider – force white text over dark overlay */
.bivi-hero .section-title h1,
.bivi-hero .section-title h1 span,
.bivi-hero .section-title h2,
.bivi-hero .section-title p {
  color: #fff;
}

/* ===================================================
   BiVi – HEADER v2  (full-width sticky, clean CSS)
   Overrides ALL template header rules
   =================================================== */

/* Full-width sticky bar – bg covers edge-to-edge */
header.main-header,
header.main-header.bivi-header {
  background: #d8b4af !important;
  border-radius: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  position: sticky !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 500;
}

/* Inner sticky wrapper – constrain content, never position:fixed */
header.main-header .header-sticky,
header.main-header .header-sticky.active,
header.main-header .header-sticky.hide {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  max-width: 1880px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  position: relative !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  transform: none !important;
}

/* Compact navbar */
header.main-header .navbar {
  padding: 14px 0;
}

/* Nav link colours + font */
header.main-header .main-menu ul li > a,
header.main-header .main-menu ul li span.nav-link {
  font-family: 'Sora', sans-serif !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: .01em;
  opacity: .92;
  transition: opacity .2s;
}
header.main-header .main-menu ul li > a:hover,
header.main-header .main-menu ul li.active > a {
  color: #fff !important;
  opacity: 1 !important;
}
/* Dropdown caret */
header.main-header .main-menu ul li.submenu > a::after {
  color: rgba(255,255,255,.7) !important;
}

/* Sliding pill – desktop nav */
@media (min-width: 992px) {
  .nav-menu-wrapper {
    position: relative;
  }
  #bivi-nav-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 50px;
    width: 0;
    background: #fff;
    border-radius: 50px;
    pointer-events: none;
    opacity: 0;
    z-index: 0;
    transition: left .3s cubic-bezier(.4, 0, .2, 1),
                width .3s cubic-bezier(.4, 0, .2, 1),
                opacity .2s;
  }
  /* Nav link text sits above the pill */
  .nav-menu-wrapper .navbar-nav > li > a.nav-link {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  #bivi-nav-line { display: none; }
}

/* ---- Dropdown menu ---- */
header.main-header .main-menu ul li.submenu ul.bivi-dropdown {
  background: #fff !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.14) !important;
  padding: 10px !important;
  min-width: 360px !important;
  margin-top: 8px !important;
}
header.main-header .main-menu ul li.submenu ul.bivi-dropdown li {
  border: none !important;
  padding: 0 !important;
}
header.main-header .main-menu ul li.submenu ul.bivi-dropdown li a {
  display: flex !important;
  align-items: center !important;
  gap: 17px !important;
  padding: 13px 17px !important;
  border-radius: 12px !important;
  color: #5A5044 !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: background .18s !important;
  text-decoration: none !important;
}
header.main-header .main-menu ul li.submenu ul.bivi-dropdown li a:hover {
  background: #f5ede9 !important;
  color: #5A5044 !important;
}
.bivi-dd-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #f5ede9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #c4938c;
  flex-shrink: 0;
  transition: background .18s, color .18s;
}
header.main-header .main-menu ul li.submenu ul.bivi-dropdown li a:hover .bivi-dd-icon {
  background: #c4938c;
  color: #fff;
}
.bivi-dd-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.3;
}
.bivi-dd-text strong {
  font-size: 17px;
  font-weight: 600;
  color: #3d3530;
}
.bivi-dd-text small {
  font-size: 13px;
  color: #9a8880;
  font-weight: 400;
}

/* ===================================================
   BiVi – Hero slider constraints  (matches bg-section)
   =================================================== */
section.bivi-hero.bg-section {
  overflow: hidden !important;
}

/* Narrow text column (≤ 640 px) */
.bivi-hero-inner {
  max-width: 640px !important;
}

/* ===================================================
   News mobile carousel
   =================================================== */
/* ===== News carousel (≥4 kariet) ===== */
.bn-news2-wrap.is-carousel { padding: 0 8px; }

.bn-news-swiper {
  padding-bottom: 46px !important;
  overflow: hidden;
}
.bn-news-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.bn-news-swiper .swiper-slide .bn-news2-card {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
/* Carousel variant – slide = full-height karta */
.bn-news2-wrap.is-carousel .bn-news2-card { height: 100%; }

/* Pagination */
.bn-news-pagination {
  bottom: 8px !important;
  text-align: center;
}
.bn-news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c9a09b;
  opacity: 1;
  margin: 0 5px !important;
  transition: background .25s, transform .25s, width .25s;
}
.bn-news-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
  transform: scale(1.2);
  width: 26px;
  border-radius: 6px;
}

/* Navigation arrows – skryté, ovládanie iba cez pagináciu a swipe */
.bn-news-nav { display: none !important; }
.bn-news-nav-old {
  position: absolute;
  top: calc(50% - 23px);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--primary-color);
  box-shadow: 0 6px 20px rgba(175,133,126,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  transition: background .22s, color .22s, transform .22s, box-shadow .22s;
}
.bn-news-nav:hover {
  background: var(--primary-color);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(90,80,68,.35);
}
.bn-news-nav-prev { left: -8px; }
.bn-news-nav-next { right: -8px; }
.bn-news-nav.swiper-button-disabled { opacity: .35; cursor: default; }

@media (min-width: 1280px) {
  .bn-news-nav-prev { left: -22px; }
  .bn-news-nav-next { right: -22px; }
}
@media (max-width: 560px) {
  .bn-news-nav { width: 40px; height: 40px; font-size: 14px; }
  .bn-news-nav-prev { left: 2px; }
  .bn-news-nav-next { right: 2px; }
}

/* ===================================================
   BiVi – Patch set (2026-03-26)
   =================================================== */

/* 1. Header bg colour */
header.main-header,
header.main-header.bivi-header {
  background: #af857e !important;
}
header.main-header .header-sticky,
header.main-header .header-sticky.active {
  background: transparent !important;
}

/* 2. Desktop nav font = Lora (same as mobile menu) */
/* desktop nav: Sora, NOT Lora */
header.main-header .main-menu ul li a,
header.main-header .main-menu ul li span.nav-link {
  font-family: 'Sora', sans-serif !important;
  font-size: 19px !important;
}

/* 3. Hamburger – thicker bars, middle shorter */
.bivi-burger {
  gap: 7px;
  padding: 8px;
}
.bivi-burger span {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: #5A5044;
}
.bivi-burger span:nth-child(2) {
  width: 20px;
}
.bivi-burger.is-open span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.bivi-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.bivi-burger.is-open span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

/* 4. Slider text – position on desktop */
.bivi-hero-inner {
  max-width: 600px !important;
  margin: 0 0 0 20% !important;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .bivi-hero-inner {
    margin: 0 !important;
    padding-left: 20px !important;
  }
}

/* Slide content positioned left-top-aligned */
.bivi-hero-content {
  align-items: center;
  justify-content: flex-start;
}

/* 5. Mobile slider height (+30% from original) */
@media (max-width: 991px) {
  .bivi-hero-slide { min-height: 811px !important; }
}
@media (max-width: 576px) {
  .bivi-hero-slide { min-height: 655px !important; }
}

/* 6. Fix mobile top gap – prevent margin collapse */
html, body {
  margin: 0;
  padding: 0;
}
/* overflow-x: hidden presunuý na html (viď riadok ~80) – body musí byť voľné pre position:sticky */

/* Hide swiper pagination before init (prevents stray dot at top) */
.swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

/* ===================================================
   Newsletter – clean redesign
   =================================================== */
/* ============================================================
   Newsletter – elegantný full-width card (jednofarebný, 2026-04)
   ============================================================ */
.newsletter-section.bg-section {
  padding: 0;
  position: relative;
  background: #ede6d6;
}
.newsletter-section .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

/* ---- Karta – plná šírka kontajnera ---- */
.nl-card {
  position: relative;
  width: 100%;
  padding: 56px 60px;
  background: #ede6d6;
  border-radius: 0;
  border: none;
  text-align: center;
  overflow: hidden;
}

/* Ornamenty odstránené – jednofarebný dizajn */
.nl-ornament { display: none; }

/* ---- Ikona nad nadpisom ---- */
.nl-icon {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

/* ---- Kicker s čiarami ---- */
.nl-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "Sora", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
  margin: 0 auto 16px;
  background: transparent;
}
.nl-kicker-line {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: var(--accent-color);
  border-radius: 2px;
}

/* ---- Title ---- */
.newsletter-section .nl-card h2 {
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2;
  letter-spacing: -.01em;
  margin: 0 0 16px;
}

/* ---- Supporting copy ---- */
.nl-copy-text {
  position: relative;
  z-index: 1;
  color: var(--text-color);
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 34px;
}
.nl-copy-text strong {
  color: var(--accent-secondary-color);
  font-weight: 700;
}

/* ---- Form pill ---- */
.nl-form {
  position: relative;
  z-index: 1;
  margin: 0 auto 16px;
  max-width: 520px;
}
.nl-pill {
  display: flex;
  align-items: center;
  background: #fdf8f3;
  border: 1.5px solid rgba(198,159,154,.35);
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.nl-pill:focus-within {
  border-color: var(--accent-secondary-color);
  background: #ffffff;
}
.nl-pill-icon {
  color: var(--accent-secondary-color);
  font-size: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}
.nl-input {
  flex: 1;
  padding: 14px 4px;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Sora", sans-serif;
  font-size: 14.5px;
  color: var(--primary-color);
  min-width: 0;
}
.nl-input::placeholder { color: #b5a89c; }

.nl-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  border: none;
  background: var(--primary-color);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .25s ease;
}
.nl-submit i { font-size: 12px; transition: transform .25s ease; }
.nl-submit:hover {
  background: #3e352a;
  color: #ffffff;
}
.nl-submit:hover i { transform: translateX(3px); }

/* ---- Note ---- */
.nl-note {
  position: relative;
  z-index: 1;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  color: #a39384;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.nl-note i { font-size: 11px; color: var(--accent-secondary-color); }
.nl-hp { position: absolute; left: -9999px; }

/* ---- Messages ---- */
.nl-msg {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  margin: 0 auto 22px;
}
.nl-msg--ok  {
  background: rgba(142, 183, 120, .14);
  color: #5a7a48;
  border: 1px solid rgba(142, 183, 120, .4);
}
.nl-msg--err {
  background: rgba(196, 80, 80, .1);
  color: #9a4444;
  border: 1px solid rgba(196, 80, 80, .3);
}

@media (max-width: 720px) {
  .newsletter-section.bg-section { padding: 0; }
  .nl-card { padding: 40px 24px; border-radius: 0; background: #ede6d6; }
  .nl-icon { width: 64px; height: 64px; font-size: 24px; margin-bottom: 18px; }
  .nl-kicker { gap: 10px; font-size: 10px; }
  .nl-kicker-line { width: 20px; }

  /* Mobil: clean stacked form, bez pill boxu */
  .nl-form { max-width: 100%; }
  .nl-pill {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .nl-pill:focus-within {
    background: transparent;
    border: none;
  }
  .nl-pill-icon { display: none; }

  .nl-input {
    width: 100%;
    padding: 16px 22px;
    background: #fdf8f3;
    border: 1.5px solid rgba(198,159,154,.35);
    border-radius: 14px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 12px;
    transition: border-color .25s ease, background .25s ease;
  }
  .nl-input:focus {
    border-color: var(--accent-secondary-color);
    background: #ffffff;
  }

  .nl-submit {
    width: 100%;
    justify-content: center;
    padding: 16px 26px;
    border-radius: 14px;
    font-size: 13px;
  }
}

/* ===================================================
   PATCH 2026-03-26b  (13-item update)
   =================================================== */

/* 1. Sticky header + z-index nad overlay */
header.main-header,
header.main-header.bivi-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 10001 !important;
  width: 100% !important;
  left: 0 !important;
}
/* Close button inside overlay – visible on mobile (overlay covers header/burger) */
.bivi-fs-close { display: flex !important; }
.bivi-fs-close span { background: #5a4040 !important; }

/* 2. Sticky header – fix: padding-top from old "fixed" mobile rule must be 0 */
@media (max-width: 991.98px) {
  body { padding-top: 0 !important; }
}

/* 3. Newsletter section keeps its own bg colour (set elsewhere) */

/* 4. Header → #c4938c (overrides previous #d8b4af and #af857e patches) */
header.main-header,
header.main-header.bivi-header {
  background: #c4938c !important;
}

/* Mobile/desktop slide background switching */
.bivi-slide-bg--mob { display: none; }
@media (max-width: 767px) {
  .bivi-slide-bg--desk { display: none; }
  .bivi-slide-bg--mob  { display: block; }
}

/* 5. "Rezervácia termínu" – ghost white pill, 30% bigger */
header.main-header .header-btn a.bivi-book-btn,
header.main-header .header-btn .bivi-book-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  color: #fff !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 40px !important;
  padding: 15px 34px !important;
  border: 3px solid #fff !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
  transition: background .2s, color .2s !important;
  white-space: nowrap !important;
}
header.main-header .header-btn a.bivi-book-btn i,
header.main-header .header-btn .bivi-book-btn i {
  font-size: 22px !important;
}
header.main-header .header-btn a.bivi-book-btn:hover,
header.main-header .header-btn .bivi-book-btn:hover {
  background: rgba(255,255,255,.15) !important;
  color: #fff !important;
}

/* Newsletter success modal */
.nl-success-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nl-success-modal {
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px 40px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.nl-success-modal p {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: #5A5044;
  margin: 0 0 28px;
  line-height: 1.5;
}
.nl-success-btn {
  background: #c4938c;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 16px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}
.nl-success-btn:hover { background: #b57f78; }

/* Dynamic service sections (replaces bn-exo/bn-mezo specific styles) */
.bivi-svc-intro p { text-align: center; font-size: 16px; line-height: 1.75; color: rgba(247,243,237,.85); margin-bottom: 14px; }
.bivi-svc-section .section-title h2 { color: var(--secondary-color); }
.bivi-svc-section .section-title h2 span,
.bivi-svc-section .section-title h2 em { font-style: italic; }

/* ===== FOOTER REDESIGN ===== */
.bivi-footer {
  background: #c4938c;
  color: #fff;
  padding: 0;
  width: 100%;
}
.bivi-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 0;
}
/* 3-column layout */
.bivi-footer__cols {
  display: flex;
  align-items: center;
  gap: 0;
}
.bivi-footer__col {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}
.bivi-footer__col--logo {
  align-items: center;
  flex: 0 0 auto;
  padding: 0 40px 0 0;
}
.bivi-footer__col--contact { flex: 1.4; }
.bivi-footer__col--social  { flex: 0 0 auto; padding: 0 0 0 40px; }

.bivi-footer__logo {
  display: block;
  max-height: 100px;
  width: auto;
}
/* Vertical divider */
.bivi-footer__vdiv {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,.30);
  flex-shrink: 0;
  min-height: 120px;
}
.bivi-footer__col-label {
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin: 0 0 4px;
}
.bivi-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}
.bivi-footer__contact-row:hover { opacity: .8; }
.bivi-footer__ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s;
}
.bivi-footer__contact-row:hover .bivi-footer__ico { background: rgba(255,255,255,.35); }
.bivi-footer__contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  font-size: 15px;
}
.bivi-footer__contact-text strong {
  font-size: 13px;
  font-weight: 700;
  opacity: .75;
  margin-bottom: 2px;
}
/* Social icons */
.bivi-footer__social-icons {
  display: flex;
  gap: 12px;
}
.bivi-footer__soc-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.bivi-footer__soc-btn:hover { background: rgba(255,255,255,.4); transform: scale(1.06); }
/* Horizontal divider */
.bivi-footer__hdiv {
  height: 1px;
  background: rgba(255,255,255,.25);
  margin: 48px 0 0;
}
/* Bottom bar */
.bivi-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 20px 0 28px;
}
.bivi-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.bivi-footer__btm-link {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: 14px;
  transition: color .2s;
}
.bivi-footer__btm-link:hover { color: #fff; text-decoration: underline; }
.bivi-footer__btm-dot { color: rgba(255,255,255,.4); font-size: 14px; }
.bivi-footer__madeby {
  font-size: 14px;
  color: rgba(255,255,255,.85);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bivi-footer__madeby strong { font-weight: 700; color: #fff; }
.bivi-heart-svg { color: #fff; flex-shrink: 0; animation: heartbeat 3.5s infinite ease-in-out; }
/* Footer responsive */
@media (max-width: 860px) {
  .bivi-footer__cols {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .bivi-footer__col,
  .bivi-footer__col--logo,
  .bivi-footer__col--contact,
  .bivi-footer__col--social {
    padding: 24px 0;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
  }
  .bivi-footer__vdiv {
    width: 100%;
    height: 1px;
    min-height: 0;
    align-self: auto;
  }
  .bivi-footer__contact-row { justify-content: center; }
  .bivi-footer__bottom { flex-direction: column; align-items: center; text-align: center; }
}

/* ===== ADMIN HAMBURGER ===== */
.a-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
.a-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--a-primary);
  border-radius: 2px;
  transition: .25s;
}
.a-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.a-hamburger.is-open span:nth-child(2) { opacity: 0; }
.a-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== PATCH BLOCK v2 ===== */

/* Task 5 – Header color */
header.main-header, header.main-header.bivi-header {
  background: #ae756d !important;
}

/* Task 6 – bio2 section (bg removed – texty na svetlom pozadí) */
.bio2-section { background: transparent !important; }

/* Task 7 – dark-section */
.bg-section.dark-section { background: #c4938c !important; }

/* Task 8 – Footer color */
.bivi-footer { background: #ae756d !important; }

/* Task 1 – Pill: active link text color (needs !important class rule) */
.nav-menu-wrapper .navbar-nav > li > a.nav-link.bivi-pill-active {
  color: #ae756d !important;
}

/* Task 2 – Disable hover on mobile fullscreen menu items */
@media (hover: none), (max-width: 991px) {
  .bivi-fs-link:hover { background: none !important; color: inherit !important; }
  .bivi-fs-overlay .bivi-fs-nav a:hover { opacity: 1 !important; }
}

/* Task 10 – Mobile menu: all white */
.bivi-fs-overlay { background: #ae756d !important; }
.bivi-burger span { background: #fff !important; }
.bivi-fs-close span { background: #fff !important; }
.bivi-fs-link, .bivi-fs-link:visited { color: #fff !important; }
.bivi-fs-sub-title { color: rgba(255,255,255,.7) !important; }
.bivi-fs-back-btn { color: #fff !important; background: none !important; }
.bivi-fs-back-btn svg { stroke: #fff !important; }
.bivi-fs-link.bivi-fs-sub-trigger svg { stroke: #fff !important; }
.bivi-fs-brand { color: rgba(255,255,255,.55) !important; }

/* Task 11 – Footer: remove double divider, fonts 20% bigger */
.bivi-footer__bottom { border-top: none !important; }
.bivi-footer__contact-text { font-size: 18px; }
.bivi-footer__contact-text strong { font-size: 15px; }
.bivi-footer__btm-link { font-size: 17px; }
.bivi-footer__btm-dot { font-size: 17px; }
.bivi-footer__madeby { font-size: 17px; }
.bivi-footer__col-label { font-size: 13px; }

/* Task 12 – Footer: all columns left-aligned, social in one row */
.bivi-footer__col--logo   { align-items: flex-start; }
.bivi-footer__col--contact{ align-items: flex-start; }
.bivi-footer__col--social { align-items: flex-start; }
.bivi-footer__social-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bivi-footer__social-row .bivi-footer__col-label {
  margin: 0;
  flex-shrink: 0;
}

/* Mobile: also left-align */
@media (max-width: 860px) {
  .bivi-footer__col,
  .bivi-footer__col--logo,
  .bivi-footer__col--contact,
  .bivi-footer__col--social {
    align-items: flex-start !important;
    text-align: left !important;
  }
  .bivi-footer__contact-row { justify-content: flex-start !important; }
  .bivi-footer__bottom { flex-direction: column; align-items: flex-start !important; text-align: left !important; }
}

/* Reels: hide desktop grid on mobile, show swiper */
.reels-swiper-wrap { display: none; }        /* default: hidden */
.reels-swiper { width: 100%; }
.reels-swiper .reel-card { height: 420px; }
.reels-swiper .reel-media { aspect-ratio: unset; height: 100%; }
.reels-mob-pagination { text-align: center; margin-top: 14px; }
.reels-mob-pagination .swiper-pagination-bullet { background: var(--accent-color); opacity: .5; }
.reels-mob-pagination .swiper-pagination-bullet-active { opacity: 1; }
@media (max-width: 767px) {
  .reels-grid { display: none !important; }
  .reels-swiper-wrap { display: block !important; } /* MUST be after the display:none rule */
}

/* Task 1 – Cards gap */
.bivi-svc-grid { row-gap: 24px; }

/* Task 7 – Footer 40% taller */
.bivi-footer__inner { padding: 84px 24px 0; }
.bivi-footer__hdiv { margin: 67px 0 0; }
.bivi-footer__bottom { padding: 28px 0 40px; }

/* Float buttons stack */
.bivi-float-stack {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  align-items: flex-end;
}
.bivi-wa-btn {
  position: static !important;
  background-color: #25D366;
  border-radius: 30px;
  height: 52px;
  width: auto;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
  transition: transform .25s, box-shadow .25s;
  white-space: nowrap;
}
.bivi-wa-btn:hover { transform: scale(1.05); box-shadow: 0 8px 22px rgba(0,0,0,.32); color: #fff; }
.bivi-nav-btn {
  background-color: #ae756d;
  border-radius: 30px;
  height: 52px;
  width: auto;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
  transition: transform .25s, box-shadow .25s;
  white-space: nowrap;
}
.bivi-nav-btn:hover { transform: scale(1.05); box-shadow: 0 8px 22px rgba(0,0,0,.32); color: #fff; }
.bivi-float-text { font-size: 15px; font-weight: 600; letter-spacing: .01em; }
@media (max-width: 575px) {
  .bivi-float-stack { right: 14px; bottom: 16px; }
  .bivi-wa-btn, .bivi-nav-btn { height: 46px; font-size: 22px; padding: 0 16px; }
  .bivi-float-text { font-size: 14px; }
}

/* T1 – Both float buttons same width */
.bivi-float-stack { align-items: stretch; }
.bivi-wa-btn, .bivi-nav-btn { justify-content: center; min-width: 180px; }

/* T4 – Remove extra margin under section h2 in service sections */
.bivi-svc-section .section-title { margin-bottom: 0; }
.bivi-svc-section .section-title h2 { margin-bottom: 0; }

/* T5 – Space between intro text and cards grid */
.bivi-svc-intro { margin-bottom: 36px; }
.bivi-svc-section .bivi-svc-grid { margin-top: 8px; }

/* T6 – No grey hover on mobile menu links */
.bivi-fs-link:hover,
.bivi-fs-link:focus,
.bivi-fs-sub-trigger:hover,
.bivi-fs-sub-trigger:focus {
  background: transparent !important;
  color: #fff !important;
  outline: none;
}

/* T8 – Reels mobile swiper fix */
.reels-swiper-wrap .swiper { overflow: hidden; width: 100%; }
.reels-swiper-wrap .reel-card { height: 480px; width: 100%; border-radius: 20px; overflow: hidden; position: relative; }
.reels-swiper-wrap .reel-media { height: 100% !important; width: 100%; aspect-ratio: unset !important; border-radius: 20px; overflow: hidden; position: relative; }
.reels-swiper-wrap .reel-video { height: 100% !important; width: 100%; object-fit: cover; display: block; }
.reels-swiper-wrap .reel-gradient { position: absolute; bottom: 0; left: 0; right: 0; height: 38%; pointer-events: none; background: linear-gradient(0deg, #e0b7af 0%, rgba(224,183,175,.85) 35%, rgba(224,183,175,0) 100%); }
.reels-mob-pagination { text-align: center; margin-top: 16px; }
.reels-mob-pagination .swiper-pagination-bullet { width: 10px; height: 10px; background: #ae756d; opacity: .4; }
.reels-mob-pagination .swiper-pagination-bullet-active { opacity: 1; }

/* T10 – Newsletter section fonts +20% */
.newsletter-section .nl-copy h2 { font-size: calc(1.2 * clamp(26px, 3vw, 40px)); }
.newsletter-section .nl-copy p { font-size: calc(1.2 * 15px); }
.newsletter-section .nl-input { font-size: calc(1.2 * 14px); }
.newsletter-section .nl-submit { font-size: calc(1.2 * 14px); }
.newsletter-section .nl-msg { font-size: calc(1.2 * 13px); }

/* T11 – Footer mobile social col bottom padding fix */
@media (max-width: 860px) {
  .bivi-footer__col--social { padding-bottom: 0 !important; margin-bottom: 0 !important; }
  .bivi-footer__social-row { margin-bottom: 0; padding-bottom: 0; }
  .bivi-footer__vdiv:last-of-type { display: none; }
}

/* T4 – Footer mobile: remove bottom padding on social col so it sits tight against divider */
@media (max-width: 860px) {
  .bivi-footer__col--social {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .bivi-footer__hdiv { margin-top: 0 !important; }
}

/* T13 – Top info bar */
.bivi-topbar {
  background: #9b6860;
  padding: 15px 0;
  width: 100%;
  z-index: 1001;
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
}
.bivi-topbar__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
.bivi-topbar__item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .15s;
}
.bivi-topbar__item:hover { color: #fff; opacity: .8; }
.bivi-topbar__item i { font-size: 16px; opacity: .9; }
@media (max-width: 575px) {
  .bivi-topbar { padding: 10px 0; }
  .bivi-topbar__inner { gap: 20px; justify-content: center; padding: 0 16px; }
  .bivi-topbar__item { font-size: 14px; }
  .bivi-topbar__item i { font-size: 13px; }
}

/* CSS version updated: tasks 1-22 */

/* T1 – Hide mouse cursor follower on touch/mobile */
@media (hover: none), (pointer: coarse) {
  .cb-cursor { display: none !important; opacity: 0 !important; visibility: hidden !important; }
}

/* T3 – No animation on topbar */
.bivi-topbar {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ── Voucher Modal ── */
.bivi-vcr-backdrop {
  position: fixed; inset: 0; z-index: 999998;
  background: rgba(58,46,43,.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity .25s ease, visibility .25s;
  padding: 16px;
}
.bivi-vcr-backdrop.is-open { opacity: 1; visibility: visible; }
.bivi-vcr-dialog {
  background: #fff;
  border-radius: 20px;
  padding: 44px 40px 40px;
  max-width: 520px; width: 100%;
  position: relative;
  box-shadow: 0 24px 60px rgba(58,46,43,.18);
  max-height: 90vh; overflow-y: auto;
}
.bivi-vcr-close {
  position: absolute; top: 16px; right: 18px;
  background: none; border: none; cursor: pointer;
  font-size: 26px; color: #9b6860; line-height: 1;
  padding: 4px 8px;
}
.bivi-vcr-close:hover { color: #7a4f4a; }
.bivi-vcr-steps { display: flex; gap: 8px; justify-content: center; margin-bottom: 28px; }
.bivi-vcr-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #e8ddd9; transition: background .2s;
}
.bivi-vcr-dot--active { background: #9b6860; }
.bivi-vcr-icon {
  font-size: 40px; color: #9b6860; text-align: center; margin-bottom: 14px;
}
.bivi-vcr-icon--ok { color: #5a9e6f; }
.bivi-vcr-title {
  font-family: 'Lora', serif; font-size: 24px; font-weight: 700;
  color: #3a2e2b; text-align: center; margin-bottom: 8px;
}
.bivi-vcr-sub {
  font-size: 15px; color: #7a6e6c; text-align: center;
  margin-bottom: 24px; line-height: 1.6;
}
.bivi-vcr-amounts {
  display: flex; gap: 12px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 28px;
}
.bivi-vcr-amt-btn {
  background: #f5f0eb; border: 2px solid #e8ddd9;
  border-radius: 50px; padding: 12px 28px;
  font-size: 20px; font-weight: 700; color: #3a2e2b;
  cursor: pointer; transition: all .2s;
  font-family: 'Sora', sans-serif;
}
.bivi-vcr-amt-btn:hover { border-color: #9b6860; }
.bivi-vcr-amt-btn.selected { background: #9b6860; border-color: #9b6860; color: #fff; }
.bivi-vcr-next {
  display: block; width: 100%;
  background: #9b6860; color: #fff;
  border: none; border-radius: 50px; padding: 15px 32px;
  font-size: 16px; font-weight: 600; cursor: pointer;
  transition: background .2s; letter-spacing: .3px;
}
.bivi-vcr-next:hover { background: #7a4f4a; }
.bivi-vcr-next:disabled { opacity: .6; cursor: default; }
.bivi-vcr-form { margin-bottom: 18px; }
.bivi-vcr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bivi-vcr-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.bivi-vcr-field label { font-size: 13px; font-weight: 600; color: #7a6e6c; }
.bivi-vcr-field input {
  border: 1.5px solid #e8ddd9; border-radius: 10px;
  padding: 11px 14px; font-size: 15px; color: #3a2e2b;
  background: #faf8f7; outline: none;
  transition: border-color .15s;
}
.bivi-vcr-field input:focus { border-color: #9b6860; background: #fff; }
.bivi-vcr-btns { display: flex; gap: 10px; }
.bivi-vcr-back {
  background: none; border: 2px solid #e8ddd9;
  border-radius: 50px; padding: 14px 22px;
  font-size: 15px; color: #7a6e6c; cursor: pointer;
  transition: border-color .15s; white-space: nowrap;
  font-weight: 500;
}
.bivi-vcr-back:hover { border-color: #9b6860; color: #9b6860; }
.bivi-vcr-btns .bivi-vcr-next { flex: 1; }
.bivi-vcr-err {
  background: #fef2f2; border: 1px solid #fca5a5;
  color: #b91c1c; border-radius: 8px; padding: 10px 14px;
  font-size: 14px; margin-bottom: 12px;
}
@media (max-width: 520px) {
  .bivi-vcr-dialog { padding: 36px 20px 28px; }
  .bivi-vcr-row { grid-template-columns: 1fr; }
  .bivi-vcr-amt-btn { font-size: 17px; padding: 10px 22px; }
}

/* T4 – Reels mobile swiper height fix */
.reels-swiper { height: 480px; overflow: hidden; }
.reels-swiper .swiper-slide { height: 480px; }
.reels-swiper-wrap .reel-card { height: 480px; border-radius: 20px; overflow: hidden; position: relative; background: var(--secondary-color); }
.reels-swiper-wrap .reel-media { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: unset !important; border-radius: 0; }
.reels-swiper-wrap .reel-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.reels-swiper-wrap .reel-gradient { position: absolute; bottom: 0; left: 0; right: 0; height: 38%; pointer-events: none; z-index: 1; background: linear-gradient(0deg, rgba(224,183,175,1) 0%, rgba(224,183,175,.85) 35%, rgba(224,183,175,0) 100%); }
.reels-swiper-wrap .reel-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 20px; }

/* reel-title line-height */
.reel-title { line-height: 29px !important; }

/* reel-title bottom offset on mobile */
@media (max-width: 767px) {
  .reel-title { bottom: 80px !important; }
}

/* Gap: brands → featured section (intermediate elements break + selector) */
.our-services { margin-top: 24px; }

/* Topbar: match header-sticky (max-width 1480px) */
.bivi-topbar__inner { max-width: 1480px !important; margin: 0 auto !important; padding: 0 15px !important; }

/* ===================================================
   BiVi – Extended mobile menu breakpoint (992–1399px)
   Show burger + fullscreen menu instead of desktop nav
   =================================================== */
@media (max-width: 1399px) {
  /* Hide desktop nav collapse */
  .navbar-collapse.main-menu,
  .collapse.navbar-collapse.main-menu {
    display: none !important;
  }
  /* Show burger */
  .bivi-burger { display: flex !important; }
  /* Hide slicknav */
  .slicknav_menu { display: none !important; }
  /* Hide desktop-only dropdown menu items */
  .nav-item.submenu.d-none.d-lg-block { display: none !important; }
  /* Show mobile-only menu items */
  .nav-item.d-lg-none { display: block !important; }
  /* Hide sliding pill */
  #bivi-nav-line { display: none !important; }
  /* Hero margin – no sticky desktop nav */
  .bivi-hero { margin-top: 0; }
}

/* ============================================================
   Pills – procedúry carousel (Danmar style, 2026-04)
   Infinite auto-scroll, pill hover effect
   ============================================================ */
.procedures-section {
  background: transparent;
  padding: 84px 0 48px;
  isolation: isolate;
}
.procedures-section > .container,
.procedures-section .container {
  max-width: 1880px;
}
.procedures-section .section-label {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
  text-align: center;
  margin-bottom: 34px;
}
.procedures-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 40px;
}
.procedures-carousel {
  overflow: hidden;
  padding: 6px 0;
  flex: 1;
  cursor: grab;
  user-select: none;
  position: relative;
}
.procedures-carousel.dragging { cursor: grabbing; }
.proc-track {
  display: flex;
  gap: 14px;
  padding: 0 2px;
  position: relative;
  will-change: transform;
  z-index: 1;
}
.proc-btn {
  flex-shrink: 0;
  padding: 22px 40px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Sora', sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 2px solid var(--primary-color);
  transition: color 0.06s ease, border-color 0.06s ease;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
}
.proc-btn--hovered {
  color: #fff;
  border-color: transparent;
}
.proc-pill {
  position: absolute;
  left: 0; top: 0; width: 0; height: 0;
  pointer-events: none;
  background: var(--primary-color);
  border-radius: 50px;
  transition: left 0.35s cubic-bezier(0.4,0,0.2,1),
              width 0.35s cubic-bezier(0.4,0,0.2,1),
              opacity 0.2s;
  opacity: 0;
  z-index: 0;
}
.proc-pill.visible { opacity: 1; }
@media (max-width: 720px) {
  .procedures-section { padding: 60px 0 24px; }
  .procedures-carousel-wrap { padding: 0 20px; }
  .proc-btn { padding: 15px 29px; font-size: 16.5px; border-width: 2px; }
}

/* ============================================================
   Gallery – auto-scrolling horizontal carousel (2026-04)
   ============================================================ */
.gallery-scroll-section {
  padding: 90px 0 110px;
  background: transparent;
}
.gallery-scroll-section .section-label {
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
  text-align: center;
  margin-bottom: 14px;
}
.gallery-scroll-section h2 {
  font-family: 'Lora', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin: 0;
}
.gallery-carousel {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  position: relative;
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 40px;
}
.gallery-carousel.dragging { cursor: grabbing; }
.gallery-track {
  display: flex;
  gap: 28px;
  will-change: transform;
}
.gallery-item {
  flex-shrink: 0;
  width: calc((min(100vw, 1880px) - 136px) / 3);
  max-width: 620px;
  min-width: 360px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 34px -18px rgba(90,80,68,.35);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .gallery-item { width: calc((100vw - 100px) / 2); max-width: none; }
}
@media (max-width: 720px) {
  .gallery-scroll-section { padding: 60px 0 80px; }
  .gallery-scroll-section h2 { margin-bottom: 0; }
  .gallery-carousel { padding: 0 16px; }
  .gallery-track { gap: 18px; }
  .gallery-item {
    width: calc(100vw * 0.92);
    max-width: none;
    min-width: 0;
    border-radius: 16px;
  }
}

/* ============================================================
   Site footer – Danmar-style layout, BiVi colors (2026-04)
   ============================================================ */
.bivi-site-footer {
  background: #faf3e3;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.newsletter-section + .bivi-site-footer { padding-top: 90px; }
.bivi-site-footer .footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 0;
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 40px 48px;
  position: relative;
  z-index: 1;
}
.bivi-site-footer .footer-col--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  text-align: center;
}
.bivi-site-footer .footer-col--logo .footer-logo-link {
  display: inline-block;
  margin: 0 auto;
}
.bivi-site-footer .footer-col--logo img {
  max-width: 220px;
  height: auto;
}
.bivi-site-footer .footer-col:not(.footer-col--logo) {
  border-left: 2px solid rgba(198,159,154,.35);
  padding-left: 40px;
  padding-right: 20px;
}
.bivi-site-footer .footer-col__title {
  font-family: 'Lora', serif;
  font-size: 1.95rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}
.bivi-site-footer .footer-address {
  font-family: 'Sora', sans-serif;
  font-size: 0.86rem;
  color: var(--text-color);
  line-height: 1.8;
  font-style: normal;
}
.bivi-site-footer .footer-address a {
  color: var(--text-color);
  text-decoration: none;
  transition: color .25s ease;
}
.bivi-site-footer .footer-address a:hover {
  color: var(--primary-color);
}
.bivi-site-footer .footer-address strong {
  color: var(--primary-color);
}
.bivi-site-footer .footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.bivi-site-footer .footer-links a {
  font-family: 'Sora', sans-serif;
  font-size: 0.86rem;
  color: var(--text-color);
  text-decoration: none;
  transition: color .25s ease;
}
.bivi-site-footer .footer-links a:hover {
  color: var(--primary-color);
}
.bivi-site-footer .footer-links strong {
  color: var(--primary-color);
  font-weight: 600;
}
.bivi-site-footer .footer-social {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.bivi-site-footer .footer-social a {
  color: var(--primary-color);
  opacity: 0.75;
  transition: opacity .25s ease, transform .25s ease;
  display: inline-flex;
}
.bivi-site-footer .footer-social a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.bivi-site-footer .footer-social svg {
  width: 35px;
  height: 35px;
}
.bivi-site-footer .footer-bottom {
  max-width: 1880px;
  margin: 0 auto;
  padding: 63px 40px;
  border-top: 1px solid rgba(198,159,154,.35);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 40px;
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  color: var(--text-color);
  position: relative;
  z-index: 2;
}
.bivi-site-footer .footer-bottom > p { margin: 0; }
.bivi-site-footer .footer-bottom a {
  color: var(--text-color);
  text-decoration: none;
}
.bivi-site-footer .footer-bottom a:hover { color: var(--primary-color); }
.bivi-site-footer .footer-bottom-links {
  justify-self: end;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .bivi-site-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 0 32px 36px;
  }
  .bivi-site-footer .footer-col--logo {
    grid-column: 1 / -1;
    justify-content: center;
    padding-right: 0;
  }
  .bivi-site-footer .footer-col:not(.footer-col--logo) {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .bivi-site-footer { padding-top: 60px; }
  .bivi-site-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 24px 28px;
  }
  .bivi-site-footer .footer-col__title { font-size: 20px; margin-bottom: 12px; }
  .bivi-site-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
    padding: 24px 24px;
  }
  .bivi-site-footer .footer-bottom-links { justify-self: center; gap: 12px; }
}

/* ============================================================
   Breadcrumbs – jemná navigácia pod menu (2026-04)
   ============================================================ */
.bivi-crumbs {
  margin-top: 0;
  padding: 27px 0 27px;
  background: #f1e5cd;
  font-family: 'Sora', sans-serif;
}
.bivi-crumbs .container { max-width: 1880px; }
.bivi-crumbs-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
}
.bivi-crumbs-item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-color);
  text-decoration: none;
  padding: 4px 2px;
  transition: color .25s ease;
}
.bivi-crumbs-item a:hover {
  color: var(--accent-secondary-color);
}
.bivi-crumbs-item i {
  font-size: 14px;
  color: var(--accent-secondary-color);
}
.bivi-crumbs-item.is-current span {
  color: var(--primary-color);
  font-weight: 500;
}
.bivi-crumbs-sep {
  color: rgba(198,159,154,.55);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .bivi-crumbs {
    margin-top: 0;
    padding: 26px 0;
    background: #f1e5cd;
    border-bottom: 1px solid rgba(198,159,154,.25);
  }
  .bivi-crumbs .container { padding-left: 16px; padding-right: 16px; }
  .bivi-crumbs-list { font-size: 13px; gap: 8px; flex-wrap: nowrap; overflow-x: auto; }
  .bivi-crumbs-item { flex-shrink: 0; }
  .bivi-crumbs-item i { font-size: 12px; }
  .bivi-crumbs-item span:not([aria-current]),
  .bivi-crumbs-item a span { display: inline; }
}

/* ============================================================
   Kozmetika – samostatná podstránka (2026-04)
   Galéria produktov bez pozadia, čistý salón dizajn
   ============================================================ */
.koz-section {
  padding: 90px 0 120px;
  background: transparent;
}
.koz-section .container {
  max-width: 1240px;
}
.koz-head {
  text-align: center;
  margin-bottom: 80px;
}
.koz-kicker {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
  margin-bottom: 14px;
}
.koz-head h1 {
  font-family: 'Lora', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 16px;
  line-height: 1.2;
}
.koz-lead {
  max-width: 620px;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.7;
}
.koz-brand {
  margin-bottom: 100px;
}
.koz-brand:last-child { margin-bottom: 0; }
.koz-brand-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
.koz-brand-num {
  font-family: 'Lora', serif;
  font-size: 42px;
  font-weight: 400;
  color: var(--accent-secondary-color);
  line-height: 1;
  font-style: italic;
}
.koz-brand-name {
  font-family: 'Lora', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  letter-spacing: .01em;
}
.koz-brand-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(198,159,154,.45), transparent);
}
.koz-brand-desc {
  max-width: 820px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.koz-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.koz-tile {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #faf3e3;
  box-shadow: 0 10px 30px -18px rgba(90,80,68,.25);
  transition: transform .4s ease, box-shadow .4s ease;
}
.koz-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.koz-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(90,80,68,.35);
}
.koz-tile:hover img {
  transform: scale(1.04);
}
@media (max-width: 720px) {
  .koz-section { padding: 70px 0 90px; }
  .koz-head { margin-bottom: 56px; }
  .koz-brand { margin-bottom: 72px; }
  .koz-brand-num { font-size: 32px; }
  .koz-gallery { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

/* ============================================================
   Služby – samostatné podstránky (sluzba.php) (2026-04)
   Čistý salón dizajn, transparentné pozadie, mobil scroll-snap
   ============================================================ */
.svc2-section {
  padding: 90px 0 120px;
  background: transparent;
}
.svc2-section .container {
  max-width: 1280px;
}
.svc2-head {
  text-align: center;
  margin-bottom: 72px;
}
.svc2-kicker {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
  margin-bottom: 14px;
}
.svc2-head h1 {
  font-family: 'Lora', serif;
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 18px;
  line-height: 1.2;
}
.svc2-lead {
  max-width: 680px;
  margin: 0 auto 10px;
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.75;
}

/* ---- Mriežka kariet ---- */
.svc2-cards-wrap {
  position: relative;
}
.svc2-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
}

.svc2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px 32px 32px;
  background: #faf3e3;
  border: 1px solid rgba(198,159,154,.22);
  border-radius: 20px;
  box-shadow: 0 12px 34px -22px rgba(90,80,68,.25);
  transition: transform .35s ease, box-shadow .35s ease;
}
.svc2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -22px rgba(90,80,68,.35);
}
.svc2-card-num {
  position: absolute;
  top: 18px;
  right: 24px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 38px;
  color: rgba(198,159,154,.55);
  line-height: 1;
}
.svc2-card-title {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--primary-color);
  margin: 0 0 14px;
  padding-right: 56px;
  line-height: 1.3;
}
.svc2-card-text {
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 18px;
}
.svc2-card-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.svc2-card-feats li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--text-color);
  padding: 6px 0;
  border-bottom: 1px dashed rgba(198,159,154,.28);
}
.svc2-card-feats li:last-child { border-bottom: none; }
.svc2-card-feats i {
  color: var(--accent-secondary-color);
  font-size: 12px;
  margin-top: 5px;
}

/* Metadata tabuľka (cena / trvanie) */
.svc2-card-meta {
  display: flex;
  gap: 12px;
  margin-top: auto;
  margin-bottom: 22px;
  padding: 14px 0;
  border-top: 1px solid rgba(198,159,154,.28);
  border-bottom: 1px solid rgba(198,159,154,.28);
}
.svc2-meta-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.svc2-meta-item + .svc2-meta-item {
  padding-left: 12px;
  border-left: 1px solid rgba(198,159,154,.28);
}
.svc2-meta-item { min-width: 0; }
.svc2-meta-label {
  font-family: 'Sora', sans-serif;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
}
.svc2-meta-value {
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: none;
}

.svc2-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 12px;
  background: var(--primary-color);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .02em;
  transition: background .3s ease, transform .3s ease;
}
.svc2-card-btn:hover {
  background: var(--accent-secondary-color);
  color: #fff;
  transform: translateY(-2px);
}

.svc2-footnote {
  max-width: 780px;
  margin: 56px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-color);
  font-style: italic;
  padding: 20px 28px;
  border-top: 1px solid rgba(198,159,154,.28);
  border-bottom: 1px solid rgba(198,159,154,.28);
}

/* ---- Mobile: horizontal scroll-snap carousel ---- */
@media (max-width: 860px) {
  .svc2-section { padding: 70px 0 90px; }
  .svc2-head { margin-bottom: 52px; }
  .svc2-cards-wrap {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .svc2-cards {
    display: flex;
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 20px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .svc2-cards::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .svc2-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    padding: 32px 26px 28px;
  }
  .svc2-card-num { font-size: 32px; top: 14px; right: 20px; }
  .svc2-card-title { font-size: 21px; padding-right: 48px; }
}
@media (max-width: 480px) {
  .svc2-card { flex: 0 0 90%; }
}

/* ============================================================
   2026-04 finálne úpravy – väčšie podstránky, biele karty,
   grid bez caroselu, nadpisy, footer, newsletter
   ============================================================ */

/* Bod 5 — Nadpisy sekcií zjednotené s galériou "Pohľad do nášho salónu" */
.procedures-section h2.section-label,
.bn-news2-head h2 {
  font-family: 'Lora', serif !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 600 !important;
  color: var(--primary-color) !important;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  line-height: 1.2;
}
/* Newsletter h2 — ten istý font, veľkosť -15% */
.newsletter-section .nl-card h2 {
  font-family: 'Lora', serif !important;
  font-size: clamp(24px, 3.4vw, 36px) !important;
  font-weight: 600 !important;
  color: var(--primary-color) !important;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}
.newsletter-section .nl-copy h2 { font-size: clamp(24px, 3.4vw, 36px) !important; }

/* Bod 1 — Podstránky služieb proporcne +15%, biele karty, bez caroselu */
.svc2-section .container { max-width: 1480px; }
.svc2-head h1 { font-size: clamp(34px, 4.8vw, 55px); }
.svc2-lead { font-size: 19.5px; max-width: 780px; }
.svc2-cards { grid-template-columns: repeat(auto-fit, minmax(334px, 1fr)); gap: 32px; }
.svc2-card {
  background: #ffffff;
  border: 1px solid rgba(198,159,154,.32);
  box-shadow: 0 16px 40px -22px rgba(90,80,68,.32);
  padding: 44px 37px 37px;
}
.svc2-card:hover {
  box-shadow: 0 26px 52px -22px rgba(90,80,68,.42);
}
.svc2-card-num { font-size: 44px; top: 20px; right: 28px; }
.svc2-card-title { font-size: 27.5px; margin-bottom: 16px; }
.svc2-card-text { font-size: 17px; line-height: 1.75; }
.svc2-card-feats li { font-size: 16px; padding: 7px 0; }
.svc2-card-feats i { font-size: 13px; }
.svc2-meta-label { font-size: 11px; }
.svc2-meta-value { font-size: 17px; line-height: 1.4; }
.svc2-card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 16px 0;
}
.svc2-meta-item + .svc2-meta-item {
  padding-left: 14px;
  border-left: 1px solid rgba(198,159,154,.28);
}
.svc2-card-btn { padding: 16px 25px; font-size: 15.5px; border-radius: 14px; }
.svc2-footnote { font-size: 16px; max-width: 880px; padding: 23px 32px; }

/* Bod 6 — Carousel na mobile preč, karty pod seba */
@media (max-width: 860px) {
  .svc2-cards-wrap { margin: 0; padding: 0; }
  .svc2-cards {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px;
    overflow: visible !important;
    scroll-snap-type: none !important;
    padding-bottom: 0;
    touch-action: auto;
  }
  .svc2-card { flex: none !important; scroll-snap-align: none !important; padding: 36px 28px 30px; }
  .svc2-card-title { font-size: 23px; padding-right: 52px; }
}

/* Bod 4 — Kozmetika proporcne +15% */
.koz-section .container { max-width: 1425px; }
.koz-head h1 { font-size: clamp(34px, 4.6vw, 53px); }
.koz-lead { font-size: 19.5px; max-width: 720px; }
.koz-brand-num { font-size: 48px; }
.koz-brand-name { font-size: clamp(28px, 3.5vw, 37px); }
.koz-brand-desc { font-size: 18.5px; line-height: 1.85; max-width: 940px; }
.koz-brand-desc strong { color: var(--primary-color); }
.koz-gallery { grid-template-columns: repeat(auto-fit, minmax(253px, 1fr)); gap: 25px; }

/* Bod 1 — O mne (bio2) proporcne +15% */
.bio2-section .bio2-head h2 { font-size: clamp(30px, 4.2vw, 52px); }
.bio2-section .bio2-kicker { font-size: 18.5px; line-height: 1.75; }
.bio2-section .bio2-title { font-size: 21px; }
.bio2-section .bio2-panel p { font-size: 17px; line-height: 1.85; }
.bio2-section .bio2-trigger { padding: 22px 26px; }

/* Bod 7 — Newsletter 100% full-width, pripevnený na footer */
.newsletter-section.bg-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #ede6d6;
}
.newsletter-section .container {
  max-width: 100% !important;
  width: 100%;
  padding: 0 !important;
}
.nl-card {
  width: 100%;
  max-width: 100%;
  padding: 64px 40px;
  background: #ede6d6;
  border-radius: 0;
}

/* Bod 8 — Footer biele pozadie + +20% proporcne */
.bivi-site-footer {
  background: #ffffff !important;
  padding-top: 108px;
}
.bivi-site-footer .footer-inner {
  padding: 0 48px 58px;
  gap: 0;
}
.bivi-site-footer .footer-col--logo img {
  max-width: 264px;
  width: 100%;
  height: auto;
  display: block;
}
.bivi-site-footer .footer-col:not(.footer-col--logo) {
  padding-left: 48px;
  padding-right: 24px;
  border-left-color: rgba(198,159,154,.45);
}
.bivi-site-footer .footer-col__title {
  font-size: 2.34rem;
  margin-bottom: 22px;
}
.bivi-site-footer .footer-address { font-size: 1.03rem; line-height: 1.85; }
.bivi-site-footer .footer-links { gap: 12px; }
.bivi-site-footer .footer-links a { font-size: 1.03rem; }
.bivi-site-footer .footer-social { gap: 17px; margin-top: 24px; }
.bivi-site-footer .footer-social svg { width: 42px; height: 42px; }

/* Bod 9 — Footer bottom ako Danmar */
.bivi-site-footer .footer-bottom {
  padding: 76px 48px 54px;
  font-size: 0.98rem;
  border-top-color: rgba(198,159,154,.45);
}
.bivi-site-footer .footer-bottom p { margin: 0; }
.bivi-site-footer .footer-recaptcha {
  justify-self: end;
  text-align: right;
  max-width: 640px;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--text-color);
}
.bivi-site-footer .footer-recaptcha a {
  color: var(--primary-color);
  text-decoration: underline;
}
@media (max-width: 860px) {
  .bivi-site-footer {
    padding-top: 50px;
    background: #ffffff !important;
    zoom: 1 !important;
    font-size: 100% !important;
  }
  .bivi-site-footer .footer-inner {
    grid-template-columns: 1fr !important;
    padding: 0 20px 28px;
    text-align: center;
    gap: 28px;
  }
  .bivi-site-footer .footer-col,
  .bivi-site-footer .footer-col:not(.footer-col--logo) {
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    align-items: center;
  }
  .bivi-site-footer .footer-col--logo {
    justify-content: center;
    padding-right: 0;
  }
  .bivi-site-footer .footer-col--logo img {
    max-width: 150px !important;
    margin: 0 auto;
  }
  .bivi-site-footer .footer-col__title {
    font-size: 1.35rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .bivi-site-footer .footer-address,
  .bivi-site-footer .footer-links {
    text-align: center;
    align-items: center;
  }
  .bivi-site-footer .footer-social {
    justify-content: center;
  }
  .bivi-site-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    padding: 32px 20px 32px;
  }
  .bivi-site-footer .footer-recaptcha { justify-self: center; text-align: center; }
  .nl-card { padding: 46px 24px; }
}

/* Bod 11-13 — Header úpravy */
/* Newsletter + footer proporcne +25% */
.newsletter-section.bg-section,
.bivi-site-footer { zoom: 1.25; }
@supports not (zoom: 1) {
  .newsletter-section.bg-section,
  .bivi-site-footer { font-size: 125%; }
}

header.main-header .navbar { padding: 26px 0; }
header.main-header .navbar-brand { width: 237px; }
header.main-header .navbar-brand img { max-width: 67% !important; }
@media (max-width: 991px) {
  header.main-header .navbar-brand img { max-width: 34.8% !important; }
}
header.main-header .header-btn .bivi-book-btn { height: 54px; display: inline-flex; align-items: center; }

/* ============================================================
   Kontakt – samostatná podstránka (2026-04)
   ============================================================ */
.kontakt-section {
  padding: 90px 0 120px;
  background: transparent;
}
.kontakt-section .container { max-width: 1480px; }
.kontakt-head { text-align: center; margin-bottom: 64px; }
.kontakt-kicker {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-secondary-color);
  margin-bottom: 14px;
}
.kontakt-head h1 {
  font-family: 'Lora', serif;
  font-size: clamp(34px, 4.8vw, 55px);
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 18px;
  line-height: 1.2;
}
.kontakt-lead {
  max-width: 740px;
  margin: 0 auto;
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.75;
}
.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  margin-bottom: 64px;
}
.kontakt-card {
  background: #ffffff;
  border: 1px solid rgba(198,159,154,.32);
  border-radius: 20px;
  padding: 40px 32px 36px;
  text-align: center;
  box-shadow: 0 16px 40px -22px rgba(90,80,68,.32);
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.kontakt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 52px -22px rgba(90,80,68,.42);
}
.kontakt-card-ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #faf3e3;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 6px;
}
.kontakt-card h3 {
  font-family: 'Lora', serif;
  font-size: 22px;
  color: var(--primary-color);
  margin: 0;
}
.kontakt-card p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.kontakt-card p a { color: var(--primary-color); text-decoration: none; }
.kontakt-card p a:hover { color: var(--accent-secondary-color); }
.kontakt-parking {
  font-size: 14px !important;
  color: var(--accent-secondary-color) !important;
}
.kontakt-card-socials {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.kontakt-card-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #faf3e3;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}
.kontakt-card-socials a:hover { background: var(--primary-color); color: #fff; transform: translateY(-2px); }
.kontakt-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 12px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .3s ease, transform .3s ease;
  margin-top: 6px;
}
.kontakt-book-btn:hover { background: var(--accent-secondary-color); color: #fff; transform: translateY(-2px); }

.kontakt-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px -26px rgba(90,80,68,.35);
  border: 1px solid rgba(198,159,154,.28);
}
.kontakt-map iframe {
  display: block;
  width: 100%;
  filter: grayscale(100%) contrast(1.05);
  transition: filter .5s ease;
}
.kontakt-map:hover iframe { filter: grayscale(40%) contrast(1.05); }

@media (max-width: 720px) {
  .kontakt-section { padding: 70px 0 90px; }
  .kontakt-head { margin-bottom: 44px; }
  .kontakt-grid { gap: 18px; margin-bottom: 44px; }
  .kontakt-card { padding: 32px 22px 28px; }
  .kontakt-map iframe { height: 360px; }
}

/* Reels – skryť overlay text/gradient vnútri slidov, aby pri prechode neblikali; nad swiperom bude jeden statický overlay */
.reels-swiper-wrap .swiper-slide .reel-info,
.reels-swiper-wrap .swiper-slide .reel-title,
.reels-swiper-wrap .swiper-slide .reel-subtitle,
.reels-swiper-wrap .swiper-slide .reel-gradient {
  display: none !important;
}
.reels-swiper-wrap { position: relative; }
.reels-static-overlay {
  position: absolute !important;
  left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 50;
  display: block !important;
}
.reels-static-gradient {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 180px;
  background: linear-gradient(0deg, rgba(224,183,175,1) 0%, rgba(224,183,175,.85) 35%, rgba(224,183,175,0) 100%);
  z-index: 1;
}
.reels-static-subtitle {
  position: relative;
  margin: 0;
  padding: 0 16px 48px;
  text-align: center;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .02em;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(90, 60, 55, .6);
}
.reels-static-subtitle i { font-size: 26px; }

/* Adresa salónu – karta zväčšená o 10% */
.kontakt-card.kontakt-card--address {
  zoom: 1.1;
}
@supports not (zoom: 1) {
  .kontakt-card.kontakt-card--address {
    transform: scale(1.1);
    transform-origin: top left;
  }
}

/* ── News cards – editorial magazine-style (bez pozadia, čitateľný text) ── */
.bn-news2-card,
.bn-news2-card.wow {
  background: #f0e7d3 !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
  transition: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}
.bn-news2-card *,
.bn-news2-card.wow * {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}
.bn-news2-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #d8b4af 0%, #c69f9a 50%, #ae756d 100%);
  color: transparent !important;
  font-size: 0 !important;
}
.bn-news2-card::after {
  content: attr(data-index);
  position: absolute;
  top: 28px;
  right: 36px;
  font-family: "Lora", Georgia, serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #c69f9a !important;
  opacity: .22;
  letter-spacing: -.03em;
  background: none !important;
  height: auto !important;
  left: auto !important;
  z-index: 1;
}
.bn-news2-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.bn-news2-card-inner {
  padding: 44px 44px 38px 52px !important;
  color: #5A5044 !important;
}
.bn-news2-subtitle {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: #5A5044 !important;
  font-family: "Sora", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .28em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.bn-news2-subtitle::before {
  display: inline-block !important;
  content: '' !important;
  width: 28px !important;
  height: 2px !important;
  background: #5A5044 !important;
  flex-shrink: 0;
}
.bn-news2-title,
.bn-news2-card .bn-news2-title {
  font-family: "Lora", Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #5A5044 !important;
  line-height: 1.22 !important;
  letter-spacing: -.01em !important;
  margin: 0 0 18px !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}
.bn-news2-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #5A5044 !important;
  margin-top: 18px;
  border-radius: 2px;
}
@media (max-width: 560px) {
  .bn-news2-title { font-size: 25px !important; }
  .bn-news2-card-inner { padding: 38px 28px 32px 36px !important; }
  .bn-news2-card::after { font-size: 48px; top: 22px; right: 24px; }
}
.bn-news2-text,
.bn-news2-card .bn-news2-text,
.bn-news2-card.wow .bn-news2-text {
  font-family: "Sora", sans-serif !important;
  font-size: 15px !important;
  color: #5A5044 !important;
  line-height: 1.8 !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  white-space: normal !important;
  margin: 0 0 32px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.bn-news2-title,
.bn-news2-card .bn-news2-title,
.bn-news2-card.wow .bn-news2-title {
  color: #5A5044 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.bn-news2-btn,
.bn-news2-btn:hover,
.bn-news2-btn:focus,
.bn-news2-btn:active {
  align-self: stretch !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 15px 22px !important;
  font-family: "Sora", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  background: #5A5044 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px -15px rgba(90, 80, 68, .55) !important;
  transform: none !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
.bn-news2-btn::after {
  content: '→';
  color: #ffffff !important;
  font-size: 15px !important;
  transform: none !important;
}

/* Mobile: news karty ako horizontálny carousel (scroll-snap), menšie tlačidlo */
@media (max-width: 720px) {
  .bn-news2-wrap { overflow: visible; }
  .bn-news2-grid {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    scrollbar-width: none;
  }
  .bn-news2-grid > .bn-news2-card {
    height: auto !important;
    display: flex !important;
  }
  .bn-news2-grid > .bn-news2-card > .bn-news2-card-inner {
    flex: 1 1 auto !important;
    height: 100% !important;
    min-height: 100% !important;
    width: 100%;
  }
  .bn-news2-grid::-webkit-scrollbar { display: none; }
  .bn-news2-grid > .bn-news2-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }
  .bn-news2-btn {
    padding: 14px 24px !important;
    font-size: 11px !important;
  }
  .bn-news2-card,
  .bn-news2-card.wow,
  .bn-news2-card:hover {
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }
  .bn-news-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin: 0 !important;
    padding: 14px 0 0 !important;
  }
  .bn-news2-card-inner {
    padding-bottom: 28px !important;
  }
  .bn-news-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(174, 117, 109, .35);
    padding: 0;
    cursor: pointer;
    transition: all .3s ease;
  }
  .bn-news-dots button.is-active {
    width: 28px;
    border-radius: 6px;
    background: #ae756d;
  }
}
.bn-news-dots { display: none; }

/* ── Kozmetika brand gallery carousel ─────────────────────────────────── */
.koz-carousel {
  margin: 28px 0 10px;
  padding: 0 !important;
  max-width: 100% !important;
}
.koz-carousel .gallery-item {
  width: calc((100% - 56px) / 3);
  min-width: 280px;
  aspect-ratio: 4 / 3;
}
@media (max-width: 991px) {
  .koz-carousel .gallery-item { width: calc((100vw - 80px) / 2); min-width: 0; }
}
@media (max-width: 720px) {
  .koz-carousel .gallery-item { width: calc(100vw * 0.85); }
  .koz-carousel .gallery-track { gap: 16px; }
}

/* ── Reels cards redesign – fixed caption frame below video ─────────────── */
.reels-section .reel-gradient,
.reels-section .reel-info,
.reels-static-overlay { display: none !important; }

.reels-section .reel-card {
  background: #ffffff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px -18px rgba(90, 80, 68, .25) !important;
  border: 1px solid #efe4d3 !important;
  display: flex !important;
  flex-direction: column !important;
}
.reels-section .reel-card .reel-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 9 / 14 !important;
  height: auto !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  inset: auto !important;
  background: #f0e7d3;
}
.reels-section .reel-card .reel-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.reels-section .reel-card .reel-caption {
  background: #f0e7d3;
  padding: 18px 22px 20px;
  text-align: center;
  border-top: 1px solid #e6d7be;
}
.reels-section .reel-card .reel-caption .reel-title {
  font-family: "Lora", Georgia, serif !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  color: #5A5044 !important;
  margin: 0 0 6px !important;
  position: static !important;
  bottom: auto !important;
  font-weight: 600 !important;
}
.reels-section .reel-card .reel-caption .reel-subtitle {
  font-family: "Sora", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #8a7d6a !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.reels-section .reel-card .reel-caption .reel-subtitle i {
  font-size: 16px !important;
  color: #ae756d !important;
}

/* Mobile swiper: wider card + caption visible */
.reels-swiper-wrap .reels-swiper { padding-bottom: 40px; }
.reels-swiper-wrap .swiper-slide { height: auto !important; }
.reels-swiper-wrap .swiper-slide .reel-card {
  height: 100% !important;
  position: relative !important;
  inset: auto !important;
}
.reels-swiper-wrap .swiper-slide .reel-media {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 14 !important;
}
