.elementor-9 .elementor-element.elementor-element-cdf1ce6{--display:flex;--min-height:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-1a77fbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-8c0e4e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-30f4bf4{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-ac8efde{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-86e8e88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-9a01dfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-40624b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-b42055d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-893824d */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
  --hero-white: #ffffff;
  --hero-offwhite: #f8f8f6;
  --hero-light: #f3f3f3;
  --hero-text: #111111;
  --hero-text-soft: #4b4b4b;
  --hero-gold: #c9a55c;
  --hero-gold-hover: #e6c27a;
  --hero-border: rgba(17, 17, 17, 0.08);
  --hero-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --hero-shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.10);
  --hero-radius: 28px;
  --hero-transition: all 0.3s ease;
  --hero-container: 1280px;
}

* {
  box-sizing: border-box;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 0vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--hero-offwhite);
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,248,246,0.88)),
    url("https://www.transparenttextures.com/patterns/marble.png");
  opacity: 0.95;
  z-index: -3;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.86) 38%, rgba(255,255,255,0.58) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.22) 100%);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,0,0,0.03) 0.7px, transparent 0.8px),
    radial-gradient(circle at 70% 60%, rgba(0,0,0,0.025) 0.7px, transparent 0.8px);
  background-size: 30px 30px, 36px 36px;
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}

.hero__container {
  width: min(92%, var(--hero-container));
  margin: 0 auto;
  padding: 90px 0 50px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}

.hero__content {
  max-width: 620px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 165, 92, 0.16);
  color: var(--hero-gold);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: var(--hero-shadow);
  backdrop-filter: blur(10px);
}

.hero__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5.3vw, 68px);
  line-height: 1.04;
  font-weight: 700;
  color: var(--hero-text);
  letter-spacing: 0.5px;
}

.hero__title span {
  display: block;
  margin-top: 12px;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 600;
  color: #2b2b2b;
}

.hero__text {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--hero-text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: var(--hero-transition);
  box-shadow: var(--hero-shadow);
}

.btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #111111, #242424);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.btn--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--hero-gold), var(--hero-gold-hover));
  color: #111111;
  box-shadow: 0 12px 30px rgba(201, 165, 92, 0.28);
}

.btn--secondary {
  color: var(--hero-text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 165, 92, 0.24);
  backdrop-filter: blur(10px);
}

.btn--secondary:hover {
  transform: translateY(-2px);
  border-color: var(--hero-gold);
  color: var(--hero-text);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__slider-card {
  position: relative;
  width: min(100%, 540px);
  height: 620px;
  border-radius: var(--hero-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--hero-shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.hero__slider-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(17,17,17,0.10), rgba(255,255,255,0.02)),
    linear-gradient(135deg, rgba(255,255,255,0.08), transparent 55%);
  z-index: 2;
  pointer-events: none;
}

.hero__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: heroSlider 40s infinite;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
}

.hero__slide--1 {
  background-image: url("https://lionsbarber.pl/wp-content/uploads/2026/03/IMG_5368-scaled.jpeg");
  animation-delay: 0s;
}

.hero__slide--2 {
  background-image: url("https://lionsbarber.pl/wp-content/uploads/2026/03/IMG_5367-scaled.jpeg");
  animation-delay: 8s;
}

.hero__slide--3 {
  background-image: url("https://lionsbarber.pl/wp-content/uploads/2026/03/IMG_5366-scaled.jpeg");
  animation-delay: 16s;
}

.hero__slide--4 {
  background-image: url("https://lionsbarber.pl/wp-content/uploads/2026/03/IMG_5365-scaled.jpeg");
  animation-delay: 24s;
}

.hero__slide--5 {
  background-image: url("https://lionsbarber.pl/wp-content/uploads/2026/03/IMG_5364-scaled.jpeg");
  animation-delay: 32s;
}

@keyframes heroSlider {
  0% {
    opacity: 0;
    transform: scale(1.03);
  }
  4% {
    opacity: 1;
    transform: scale(1);
  }
  16% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}

.hero__badge {
  position: absolute;
  z-index: 3;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 165, 92, 0.16);
  box-shadow: var(--hero-shadow);
  backdrop-filter: blur(14px);
  color: var(--hero-text);
}

.hero__badge--top {
  top: 28px;
  left: -12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hero__badge--bottom {
  right: 12px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 220px;
}

.hero__badge--bottom strong {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 700;
  color: var(--hero-text);
}

.hero__badge--bottom span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--hero-text-soft);
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero__container {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 78px 0 42px;
  }

  .hero__content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .hero__text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__slider-card {
    width: min(100%, 640px);
    height: 520px;
  }

  .hero__badge--top {
    left: 16px;
  }

  .hero__badge--bottom {
    right: 16px;
  }
}

@media (max-width: 767px) {
  .hero__container {
    width: min(92%, 100%);
    padding: 64px 0 34px;
    gap: 28px;
  }

  .hero__eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .hero__title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .hero__title span {
    font-size: 18px;
    margin-top: 10px;
  }

  .hero__text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero__slider-card {
    height: 400px;
    border-radius: 22px;
  }

  .hero__badge--top,
  .hero__badge--bottom {
    position: static;
    margin-top: 14px;
  }

  .hero__visual {
    display: block;
  }
}

@media (max-width: 480px) {
  .hero__container {
    padding: 56px 0 28px;
  }

  .hero__slider-card {
    height: 340px;
  }

  .hero__badge {
    padding: 13px 15px;
    border-radius: 16px;
  }

  .hero__badge--bottom strong {
    font-size: 18px;
  }

  .hero__badge--bottom span,
  .hero__badge--top {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33c2e84 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
  --features-bg: #f8f8f8;
  --features-white: #ffffff;
  --features-light: #f3f3f3;
  --features-text: #111111;
  --features-text-soft: #555555;
  --features-gold: #c9a55c;
  --features-border: rgba(17, 17, 17, 0.08);
  --features-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --features-shadow-hover: 0 18px 40px rgba(0, 0, 0, 0.08);
  --features-radius: 24px;
  --features-transition: all 0.3s ease;
  --features-container: 1280px;
}

* {
  box-sizing: border-box;
}

.features-section {
  position: relative;
  width: 100%;
  padding: 90px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,248,248,0.95)),
    url("https://www.transparenttextures.com/patterns/marble.png");
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(201,165,92,0.035) 0%, transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(0,0,0,0.02) 0%, transparent 24%);
  pointer-events: none;
}

.features-section__container {
  position: relative;
  width: min(92%, var(--features-container));
  margin: 0 auto;
  z-index: 1;
}

.features-section__header {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.features-section__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--features-gold);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.features-section__title {
  margin: 0 0 16px;
  color: var(--features-text);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.5px;
}

.features-section__subtitle {
  margin: 0;
  color: var(--features-text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  position: relative;
  padding: 34px 28px 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--features-border);
  border-radius: var(--features-radius);
  box-shadow: var(--features-shadow);
  transition: var(--features-transition);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, var(--features-gold), transparent);
  opacity: 0.9;
  transition: var(--features-transition);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 165, 92, 0.22);
  box-shadow: var(--features-shadow-hover);
}

.feature-card:hover::before {
  width: 86px;
}

.feature-card__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(243,243,243,0.96));
  border: 1px solid rgba(201, 165, 92, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.feature-card__icon svg {
  width: 26px;
  height: 26px;
  fill: var(--features-gold);
}

.feature-card__title {
  margin: 0 0 12px;
  color: var(--features-text);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.3px;
}

.feature-card__text {
  margin: 0;
  color: var(--features-text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .features-section {
    padding: 76px 0;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .features-section {
    padding: 58px 0;
  }

  .features-section__header {
    margin-bottom: 30px;
  }

  .features-section__subtitle {
    font-size: 15px;
    line-height: 1.7;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-card {
    padding: 28px 22px 24px;
    border-radius: 20px;
  }

  .feature-card__title {
    font-size: 22px;
  }

  .feature-card__text {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30f4bf4 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
  --services-bg: #f8f8f8;
  --services-white: #ffffff;
  --services-light: #f3f3f3;
  --services-text: #111111;
  --services-text-soft: #555555;
  --services-text-muted: #8b8b8b;
  --services-gold: #c9a55c;
  --services-gold-hover: #e6c27a;
  --services-border: rgba(17, 17, 17, 0.08);
  --services-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --services-shadow-hover: 0 18px 42px rgba(0, 0, 0, 0.09);
  --services-radius: 16px;
  --services-transition: all 0.3s ease;
  --services-container: 1280px;
}

* {
  box-sizing: border-box;
}

.top-services {
  position: relative;
  width: 100%;
  padding: 88px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(248,248,248,0.98)),
    url("https://www.transparenttextures.com/patterns/marble.png");
  overflow: hidden;
}

.top-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(201,165,92,0.035) 0%, transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(0,0,0,0.02) 0%, transparent 24%);
  pointer-events: none;
}

.top-services__container {
  position: relative;
  width: min(92%, var(--services-container));
  margin: 0 auto;
  z-index: 1;
}

.top-services__header {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.top-services__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--services-gold);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top-services__title {
  margin: 0 0 14px;
  color: var(--services-text);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.5px;
}

.top-services__subtitle {
  margin: 0;
  color: var(--services-text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.top-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--services-border);
  border-radius: var(--services-radius);
  overflow: hidden;
  box-shadow: var(--services-shadow);
  transition: var(--services-transition);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--services-gold), transparent);
  opacity: 0;
  transition: var(--services-transition);
  z-index: 2;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--services-shadow-hover);
  border-color: rgba(201, 165, 92, 0.24);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--services-light);
}

.service-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.service-card:hover .service-card__image {
  transform: scale(1.05);
}

.service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}

.service-card__top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.service-card__title {
  margin: 0 0 10px;
  color: var(--services-text);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
}

.service-card__text {
  margin: 0;
  color: var(--services-text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

.service-card__pricing {
  min-width: 118px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(243,243,243,0.92));
  border: 1px solid rgba(201, 165, 92, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  text-align: right;
}

.service-card__price-old {
  display: block;
  margin-bottom: 4px;
  color: var(--services-text-muted);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

.service-card__price-new {
  display: block;
  margin-bottom: 6px;
  color: var(--services-text);
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.service-card__time {
  display: inline-block;
  color: var(--services-gold);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.service-card__button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  padding: 0 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #111111, #242424);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: var(--services-transition);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.service-card__button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--services-gold), var(--services-gold-hover));
  color: #111111;
  box-shadow: 0 12px 28px rgba(201, 165, 92, 0.24);
}

.top-services__bottom {
  margin-top: 38px;
  text-align: center;
}

.top-services__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 10px;
  border: 1px solid rgba(201, 165, 92, 0.26);
  background: rgba(255, 255, 255, 0.92);
  color: var(--services-text);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--services-shadow);
  transition: var(--services-transition);
}

.top-services__more-btn:hover {
  transform: translateY(-2px);
  border-color: var(--services-gold);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1100px) {
  .top-services {
    padding: 72px 0;
  }

  .top-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .top-services {
    padding: 56px 0;
  }

  .top-services__header {
    margin-bottom: 30px;
  }

  .top-services__subtitle {
    font-size: 15px;
    line-height: 1.7;
  }

  .top-services__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card__content {
    padding: 20px 18px 18px;
  }

  .service-card__top {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 18px;
  }

  .service-card__pricing {
    min-width: 100%;
    text-align: left;
  }

  .service-card__title {
    font-size: 22px;
  }

  .service-card__text {
    font-size: 14px;
  }

  .top-services__more-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-545a048 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
  --about-bg: #f8f8f8;
  --about-white: #ffffff;
  --about-text: #111111;
  --about-text-soft: #555555;
  --about-gold: #c9a55c;
  --about-gold-hover: #e6c27a;
  --about-border: rgba(17, 17, 17, 0.08);
  --about-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --about-shadow-hover: 0 18px 40px rgba(0, 0, 0, 0.08);
  --about-radius: 26px;
  --about-transition: all 0.3s ease;
  --about-container: 1240px;
}

* {
  box-sizing: border-box;
}

.about-team {
  position: relative;
  width: 100%;
  padding: 90px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,248,248,0.98)),
    url("https://www.transparenttextures.com/patterns/marble.png");
  overflow: hidden;
}

.about-team::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(201,165,92,0.035) 0%, transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(0,0,0,0.02) 0%, transparent 24%);
  pointer-events: none;
}

.about-team__container {
  position: relative;
  width: min(92%, var(--about-container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  z-index: 1;
}

.about-team__media {
  position: relative;
}

.about-team__image-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--about-radius);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--about-border);
  box-shadow: var(--about-shadow-hover);
}

.about-team__image-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.12), transparent 55%),
    linear-gradient(to top, rgba(17,17,17,0.04), rgba(255,255,255,0.02));
  pointer-events: none;
  z-index: 1;
}

.about-team__image {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-team__image-frame:hover .about-team__image {
  transform: scale(1.03);
}

.about-team__content {
  max-width: 560px;
}

.about-team__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--about-gold);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-team__title {
  margin: 0 0 18px;
  color: var(--about-text);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.4px;
}

.about-team__text {
  margin: 0 0 30px;
  color: var(--about-text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.85;
}

.about-team__text strong {
  color: var(--about-text);
  font-weight: 600;
}

.about-team__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #111111, #242424);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: var(--about-transition);
}

.about-team__button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--about-gold), var(--about-gold-hover));
  color: #111111;
  box-shadow: 0 12px 28px rgba(201, 165, 92, 0.24);
}

@media (max-width: 1024px) {
  .about-team {
    padding: 72px 0;
  }

  .about-team__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-team__content {
    max-width: 100%;
  }

  .about-team__image {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .about-team {
    padding: 56px 0;
  }

  .about-team__container {
    gap: 26px;
  }

  .about-team__title {
    font-size: clamp(30px, 8vw, 40px);
  }

  .about-team__text {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
  }

  .about-team__image-frame {
    border-radius: 20px;
  }

  .about-team__image {
    height: 380px;
  }

  .about-team__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-433240f */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
  --gallery-bg: #f8f8f8;
  --gallery-white: #ffffff;
  --gallery-text: #111111;
  --gallery-text-soft: #555555;
  --gallery-gold: #c9a55c;
  --gallery-gold-hover: #e6c27a;
  --gallery-border: rgba(17, 17, 17, 0.08);
  --gallery-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --gallery-shadow-hover: 0 18px 42px rgba(0, 0, 0, 0.10);
  --gallery-radius: 22px;
  --gallery-transition: all 0.35s ease;
  --gallery-container: 1280px;
}

* {
  box-sizing: border-box;
}

.gallery-section {
  position: relative;
  width: 100%;
  padding: 88px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.97), rgba(248,248,248,0.98)),
    url("https://www.transparenttextures.com/patterns/marble.png");
  overflow: hidden;
}

.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(201,165,92,0.035) 0%, transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(0,0,0,0.02) 0%, transparent 24%);
  pointer-events: none;
}

.gallery-section__container {
  position: relative;
  width: min(92%, var(--gallery-container));
  margin: 0 auto;
  z-index: 1;
}

.gallery-section__header {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

.gallery-section__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gallery-gold);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery-section__title {
  margin: 0 0 14px;
  color: var(--gallery-text);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.5px;
}

.gallery-section__subtitle {
  margin: 0;
  color: var(--gallery-text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.gallery-card {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--gallery-border);
  border-radius: var(--gallery-radius);
  overflow: hidden;
  box-shadow: var(--gallery-shadow);
  text-decoration: none;
  transition: var(--gallery-transition);
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(17,17,17,0.08));
  opacity: 0;
  transition: var(--gallery-transition);
  pointer-events: none;
}

.gallery-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1179 / 1598;
  object-fit: contain;
  object-position: center;
  background: #f3f3f3;
  transition: transform 0.55s ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--gallery-shadow-hover);
  border-color: rgba(201, 165, 92, 0.22);
}

.gallery-card:hover::after {
  opacity: 1;
}

.gallery-card:hover .gallery-card__image {
  transform: scale(1.025);
}

.gallery-section__bottom {
  margin-top: 36px;
  text-align: center;
}

.gallery-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #111111, #242424);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: var(--gallery-transition);
}

.gallery-section__button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--gallery-gold), var(--gallery-gold-hover));
  color: #111111;
  box-shadow: 0 12px 28px rgba(201, 165, 92, 0.24);
}

@media (max-width: 1024px) {
  .gallery-section {
    padding: 72px 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .gallery-section {
    padding: 56px 0;
  }

  .gallery-section__header {
    margin-bottom: 28px;
  }

  .gallery-section__subtitle {
    font-size: 15px;
    line-height: 1.7;
  }

  .gallery-grid {
    grid-template/* End custom CSS */