﻿/* Xperts project refinements layered after the original template CSS. */
:root {
  --xperts-green: #8fa37d;
  --xperts-green-dark: #65785a;
  --xperts-gold: #b7925b;
  --xperts-ink: #1f211d;
  --xperts-muted: #666b60;
  --xperts-cream: #f8f5ef;
  --xperts-line: rgba(31, 33, 29, 0.12);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: var(--xperts-muted);
  background: #fffdf9;
  font-family: "Manrope", Arial, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 600 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

.lovebird_nav_manu {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  max-width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  border: 1px solid rgba(101, 120, 90, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  z-index: 900;
  padding: 0 22px;
  width: auto;
}

.lovebird_nav_manu.sticky {
  top: 0;
  max-width: min(1180px, calc(100% - 32px));
  margin: 12px auto 0;
  border-radius: 999px;
  border: 1px solid rgba(101, 120, 90, 0.15);
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  padding: 0 22px;
}

.lovebird_nav_manu .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.lovebird_nav_manu .row {
  min-height: 76px;
  align-items: center !important;
  justify-content: space-between;
}

.lovebird_nav_manu .col-lg-2 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: flex;
  align-items: center;
}

.lovebird_nav_manu .col-lg-8 {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
}

.lovebird_nav_manu.sticky .row {
  min-height: 66px;
}

.logo {
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
}

.logo a {
  align-items: center;
  line-height: 1;
}

.logo .logo_img {
  display: flex !important;
}

.logo .main_sticky {
  display: none !important;
}

.lovebird_nav_manu.sticky .logo .logo_img {
  display: none !important;
}

.lovebird_nav_manu.sticky .logo .main_sticky {
  display: flex !important;
}

.logo img {
  width: 190px;
  max-width: 190px !important;
  max-height: 165px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 1020px;
}

.lovebird_menu > ul > li > a {
  letter-spacing: 0.05em;
  position: relative;
  padding: 4px 0;
  margin: 0 13px;
  line-height: 1;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #1f211d !important;
}

nav.lovebird_menu {
  justify-content: flex-end;
  min-height: 76px;
}

.lovebird_nav_manu.sticky nav.lovebird_menu {
  min-height: 66px;
}

.lovebird_menu ul {
  margin-bottom: 0;
  line-height: 1;
}

.lovebird_menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: var(--xperts-green);
  transform: translateX(-50%);
}

.lovebird_menu > ul > li > a:hover::after {
  width: 24px;
}

.lovebird_menu > ul > li > a.active::after {
  width: 24px;
}

.lovebird_menu > ul > li > a:hover {
  color: var(--xperts-green) !important;
}

.lovebird_menu > ul > li > a.active {
  color: var(--xperts-green) !important;
}

section.lovebird-slider-area {
  margin-top: 0;
}

.lovebird-slider-height {
  min-height: 720px;
  height: 100vh;
  max-height: 950px;
  isolation: isolate;
  overflow: hidden;
}

.lovebird-slider-bg::after,
.lovebird-slider-bg2::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 20, 16, 0.68), rgba(18, 20, 16, 0.24) 46%, rgba(18, 20, 16, 0.62)),
    linear-gradient(180deg, rgba(18, 20, 16, 0.72), rgba(18, 20, 16, 0.06) 36%, rgba(18, 20, 16, 0.42));
  z-index: 1;
}

.lovebird-slider-bg::before,
.lovebird-slider-bg2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(183, 146, 91, 0.28), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.22), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 86px);
  mix-blend-mode: screen;
  opacity: 0.62;
  z-index: 2;
  pointer-events: none;
}

.lovebird-slider-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 90px 24px 40px;
  position: relative;
  z-index: 3;
}

h1.lovebird-slider-title {
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.95;
  margin: 0 0 16px;
  text-wrap: balance;
  text-shadow: 0 7px 26px rgba(0, 0, 0, 0.34);
}

.lovebird-slider-sub-title {
  display: block;
  max-width: 920px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.55;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.42);
  font-family: "Manrope", Arial, sans-serif;
}

.lovebird-slider-title-box {
  padding: 34px 22px 28px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.xperts-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Manrope", Arial, sans-serif;
}

.xperts-hero-kicker::before,
.xperts-hero-kicker::after {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.62);
}

.xperts-hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.xperts-hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xperts-hero-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 780px;
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.xperts-hero-panel article {
  padding: 16px 18px;
  text-align: left;
  background: rgba(31, 33, 29, 0.32);
}

.xperts-hero-panel strong {
  display: block;
  color: var(--xperts-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.xperts-hero-panel span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
}

.xperts-hero-panel p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
}

#loading {
  z-index: 99999;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, var(--xperts-green) 0%, var(--xperts-green-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

#loading::after {
  content: "Xperts";
  position: absolute;
  left: 50%;
  top: calc(50% + 88px);
  transform: translateX(-50%);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
}

#loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#loading-center-absolute {
  transform: rotate(-135deg) scale(0.72);
}

.lovebird-slider-btn {
  margin-top: 28px;
}

.slider-btn a,
.about-btn a,
.submit-button button,
.call-action-btn a,
.header-btn a {
  border-radius: 2px;
  box-shadow: 0 12px 26px rgba(80, 94, 70, 0.22);
}

.slider-btn a:hover,
.about-btn a:hover,
.submit-button button:hover,
.call-action-btn a:hover,
.header-btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(80, 94, 70, 0.28);
}

.section-title.text-center,
.section-title.text-left,
.gallery-area .section-title.text-center,
.contact-area .section-title.text-center,
.blog-area .section-title.text-center {
  margin-bottom: clamp(42px, 6vw, 80px);
}

.section-main-title h1,
.section-main-title h2,
.section-main-title h3,
.wedding-title h1,
h1.service-title,
.footer-title h1,
.contact-form-title h2 {
  color: var(--xperts-ink);
  text-wrap: balance;
}

.section-main-title h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.section-main-title h2,
.section-main-title h3,
.about-section .section-main-title h3 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
}

.section-title-desc p,
.wedding-desc p,
.friends-desc p,
p {
  color: var(--xperts-muted);
}

.service-area,
.wedding-event-area,
.gallery-area,
.contact-area,
.blog-area,
.about-us-area,
.contact-section {
  padding-top: clamp(76px, 9vw, 125px);
  padding-bottom: clamp(76px, 9vw, 130px);
}

.single-service-box,
.single-service-box.box-2,
.single-best-friends,
.single-team-box,
.blog-single-box,
.widget-sidber,
.row.form-bg,
.single-contact-box {
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
}

.single-service-box,
.single-service-box.box-2,
.single-best-friends,
.blog-single-box,
.row.form-bg {
  box-shadow: 0 18px 45px rgba(31, 33, 29, 0.08);
  position: relative;
  overflow: hidden;
}

.single-service-box::before,
.single-service-box.box-2::before,
.single-best-friends::before,
.xperts-signature-card::before,
.xperts-process-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid var(--xperts-gold);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.single-service-box:hover::before,
.single-service-box.box-2:hover::before,
.single-best-friends:hover::before,
.xperts-signature-card:hover::before,
.xperts-process-grid article:hover::before {
  opacity: 1;
}

.single-service-box:hover,
.single-best-friends:hover,
.blog-single-box:hover,
.gallery__thumb-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(31, 33, 29, 0.13);
}

.service-area,
.contact-area,
.best-friends-area {
  background-color: var(--xperts-cream);
}

.wedding-event-area,
.about-us-area,
.contact-section,
.blog-area {
  background-color: #fffdf9;
}

.wedding-event-area,
.xperts-advantage-area,
.best-friends-area,
.xperts-home-wow,
.xperts-home-philosophy {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.single-service-box,
.single-service-box.box-2 {
  margin: 0 0 28px;
  height: calc(100% - 28px);
}

.service-thumb img,
.wedding-thumb img,
.friends-thumb img,
.blog-thumb img,
.about-thumb img,
.about-us-area .about-thumb img,
.blog-details-thumb img,
.services-details-thumb img {
  border-radius: 8px;
}

.wedding-box {
  row-gap: 28px;
}

.single-wedding-box,
.single-wedding-box.box-2,
.single-wedding-box.last-child {
  margin-left: 0;
  margin-right: 0;
}

.wedding-desc p::before {
  max-width: 100%;
}

.gallery__thumb-box {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(31, 33, 29, 0.1);
}

.gallery__thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery__thumb-box:hover .gallery__thumb img {
  transform: scale(1.045);
}

.xperts-advantage-area {
  position: relative;
  padding: clamp(80px, 9vw, 125px) 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(143, 163, 125, 0.12), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #f5f1e9 100%);
  overflow: hidden;
}

.xperts-advantage-area::before {
  content: "";
  position: absolute;
  inset: auto -8% -24% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(143, 163, 125, 0.12);
}

.xperts-advantage-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 620px;
  box-shadow: 0 28px 70px rgba(31, 33, 29, 0.18);
}

.xperts-advantage-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.xperts-advantage-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 280px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(31, 33, 29, 0.72);
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.xperts-advantage-badge span {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.9;
}

.xperts-advantage-badge p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.xperts-advantage-content {
  position: relative;
  z-index: 1;
  padding-left: clamp(10px, 4vw, 48px);
}

.xperts-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--xperts-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.xperts-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--xperts-green);
}

.xperts-advantage-content h2,
.xperts-contact-info h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.15;
  margin: 0 0 18px;
  color: var(--xperts-ink);
}

.xperts-advantage-content > p,
.xperts-contact-info > p {
  max-width: 620px;
  color: var(--xperts-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.xperts-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 34px;
}

.xperts-advantage-grid article {
  min-height: 188px;
  padding: 24px;
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(31, 33, 29, 0.07);
}

.xperts-advantage-grid article span {
  display: inline-block;
  color: var(--xperts-green-dark);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 14px;
}

.xperts-advantage-grid article h3 {
  font-size: 28px;
  line-height: 1.05;
  margin: 0 0 10px;
}

.xperts-advantage-grid article p {
  margin: 0;
  color: var(--xperts-muted);
  font-size: 14px;
  line-height: 1.65;
}

.xperts-advantage-cta-wrap {
  text-align: center;
  margin-top: 40px;
}

.xperts-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 4px;
  background: var(--xperts-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(31, 33, 29, 0.18);
}

.xperts-link-btn:hover {
  color: #fff;
  background: var(--xperts-green-dark);
  transform: translateY(-2px);
}

.xperts-home-wow {
  position: relative;
  padding: clamp(40px, 5vw, 72px) 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(143, 163, 125, 0.08), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #f5f1e9 100%);
  overflow: hidden;
}

.xperts-home-wow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(31, 33, 29, 0.04) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(31, 33, 29, 0.025) 0 1px, transparent 1px 92px);
  opacity: 0.68;
}

.xperts-wow-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.xperts-wow-copy .xperts-kicker,
.xperts-wow-copy h2,
.xperts-wow-copy p {
  color: var(--xperts-ink);
}

.xperts-wow-copy .xperts-kicker::before {
  background: var(--xperts-green);
}

.xperts-wow-copy h2 {
  font-size: clamp(1.75rem, 3.5vw, 3.5rem);
  line-height: 1.05;
  margin: 0 0 20px;
  max-width: 700px;
}

.xperts-wow-copy p {
  max-width: 620px;
  color: rgba(31, 33, 29, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.xperts-wow-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.xperts-wow-board article {
  min-height: 200px;
  padding: 24px 22px;
  border: 1px solid rgba(31, 33, 29, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(31, 33, 29, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.xperts-wow-board article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(31, 33, 29, 0.10);
}

.xperts-wow-board i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8fa37d, #65785a);
  color: #fff;
  font-size: 18px;
}

.xperts-wow-board h3 {
  color: var(--xperts-ink);
  font-size: 26px;
  line-height: 1;
  margin: 0 0 10px;
}

.xperts-wow-board p {
  color: rgba(31, 33, 29, 0.65);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.xperts-home-philosophy {
  position: relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(183, 146, 91, 0.14), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, var(--xperts-cream) 100%);
}

.xperts-home-philosophy > center h1 {
  color: var(--xperts-ink);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  margin-bottom: 18px;
}

.xperts-home-philosophy .single-service-box,
.xperts-home-philosophy .single-service-box.box-2 {
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.breadcumb-area {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(31, 33, 29, 0.92), rgba(31, 33, 29, 0.58)),
    url("../images/inner/breadcumb-bg.png") center / cover no-repeat !important;
}

.breadcumb-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(183, 146, 91, 0.28), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 88px);
  pointer-events: none;
}

.breadcumb-area::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(1120px, calc(100% - 36px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transform: translateX(-50%);
}

.breadcumb-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 40px 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(31, 33, 29, 0.45), rgba(31, 33, 29, 0.25));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  text-align: center;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.breadcumb-content h1,
.breadcumb-content h4 {
  color: #fff !important;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.05;
  margin-bottom: 10px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.breadcumb-content h1::after,
.breadcumb-content h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #b7925b, #d4b77a, #b7925b);
  box-shadow: 0 0 12px rgba(183, 146, 91, 0.4);
}

.breadcumb-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(183, 146, 91, 0.15);
  border: 1px solid rgba(183, 146, 91, 0.25);
}

.breadcumb-list li,
.breadcumb-list li a {
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcumb-list li a:hover {
  color: #d4b77a !important;
}

.coutner-area {
  position: relative;
  overflow: hidden;
}

.coutner-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 33, 29, 0.84), rgba(31, 33, 29, 0.52)),
    radial-gradient(circle at 78% 22%, rgba(183, 146, 91, 0.28), transparent 28%);
  pointer-events: none;
}

.about-us-area + .coutner-area.style-2,
.coutner-area.style-2 {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(248, 245, 239, 0.94)),
    url("../images/home-1/counter-bg.png") center / cover no-repeat !important;
}

.coutner-area.style-2::after {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.82), rgba(248, 245, 239, 0.72)),
    radial-gradient(circle at 78% 22%, rgba(183, 146, 91, 0.18), transparent 28%);
}

.coutner-area.style-2 .counter-box-title h1,
.coutner-area.style-2 .counter-desc p {
  color: var(--xperts-ink) !important;
}

.coutner-area .container {
  position: relative;
  z-index: 1;
}

.about-us-area {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(183, 146, 91, 0.14), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #f7f2e9 100%);
}

.about-us-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(31, 33, 29, 0.035) 0 1px, transparent 1px 96px);
  pointer-events: none;
}

.about-us-area .container {
  position: relative;
  z-index: 1;
}

.about-thumb {
  position: relative;
  overflow: visible;
}

.about-thumb > img {
  width: 88%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(31, 33, 29, 0.18);
}

.about-thu {
  right: 0;
  bottom: -42px;
  border-radius: 16px;
  overflow: hidden;
  border: 8px solid #fffdf9;
  box-shadow: 0 26px 70px rgba(31, 33, 29, 0.22);
}

.about-thu img {
  width: 260px;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.about-content {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--xperts-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(31, 33, 29, 0.09);
}

.about-content .section-main-title h3:first-child {
  color: var(--xperts-gold);
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-content .section-main-title h3:last-child {
  font-size: clamp(3rem, 6vw, 5.75rem) !important;
  line-height: 0.95;
}

.about-item-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin: 0 8px 12px 0;
  padding: 8px 14px;
  border: 1px solid rgba(143, 163, 125, 0.24);
  border-radius: 999px;
  background: rgba(143, 163, 125, 0.1);
}

.about-item-box .about-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--xperts-green-dark);
  color: #fff;
  font-size: 12px;
}

.about-item-box .about-tiltle h3 {
  margin: 0;
  color: var(--xperts-ink);
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
}

.about-us-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 4px;
  background: var(--xperts-ink);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(31, 33, 29, 0.16);
}

.about-us-btn a:hover {
  color: #fff;
  background: var(--xperts-green-dark);
  transform: translateY(-2px);
}

/* ============================================
   Philosophy Section Redesign
   ============================================ */

.about-us-area {
  padding: clamp(60px, 8vw, 120px) 0 clamp(50px, 6vw, 90px);
  background:
    radial-gradient(ellipse at 20% 10%, rgba(183, 146, 91, 0.08), transparent 50%),
    radial-gradient(ellipse at 80% 90%, rgba(101, 120, 90, 0.06), transparent 50%),
    linear-gradient(180deg, #fffdf9 0%, #f5f0e6 100%);
}

.about-us-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(31, 33, 29, 0.018) 0 1px,
    transparent 1px 48px
  );
  pointer-events: none;
}

.about-us-area .container {
  position: relative;
  z-index: 1;
}

/* --- Header --- */
.xperts-philosophy-header {
  margin-bottom: clamp(32px, 5vw, 60px);
}

.xperts-philosophy-intro {
  max-width: 640px;
  margin: 20px auto 0;
  color: var(--xperts-muted, rgba(31, 33, 29, 0.65));
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.75;
}

/* --- Hero Image --- */
.xperts-philosophy-hero {
  position: relative;
  margin-bottom: clamp(36px, 5vw, 64px);
  border-radius: 20px;
  overflow: hidden;
}

.xperts-philosophy-hero img {
  width: 100%;
  min-height: 320px;
  max-height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(31, 33, 29, 0.15);
}

.xperts-philosophy-hero-accent {
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(183, 146, 91, 0.3);
  border-radius: 14px;
  pointer-events: none;
  transition: inset 0.4s ease;
}

.xperts-philosophy-hero:hover .xperts-philosophy-hero-accent {
  inset: 16px;
}

/* --- Values Grid --- */
.xperts-philosophy-grid {
  margin-bottom: clamp(36px, 5vw, 64px);
}

.xperts-value-card {
  position: relative;
  padding: clamp(24px, 3vw, 36px) clamp(18px, 2vw, 28px);
  border: 1px solid rgba(143, 163, 125, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(31, 33, 29, 0.04);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  height: 100%;
}

.xperts-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(31, 33, 29, 0.1);
  border-color: rgba(143, 163, 125, 0.3);
}

.xperts-value-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 22px;
  margin-bottom: 18px;
  transition: transform 0.3s ease;
}

.xperts-value-card:hover .xperts-value-icon {
  transform: scale(1.08);
}

.xperts-value-icon--green {
  background: rgba(101, 120, 90, 0.12);
  color: var(--xperts-green-dark, #3d5a3a);
}

.xperts-value-icon--gold {
  background: rgba(183, 146, 91, 0.12);
  color: var(--xperts-gold, #b7925b);
}

.xperts-value-card h4 {
  margin: 0 0 10px;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 800 !important;
  color: var(--xperts-ink, #1f211d);
  letter-spacing: 0.01em;
}

.xperts-value-card p {
  margin: 0;
  color: var(--xperts-muted, rgba(31, 33, 29, 0.6));
  font-size: clamp(0.82rem, 1.1vw, 0.92rem);
  line-height: 1.65;
}

.wishes-area {
  position: relative;
  padding: clamp(90px, 10vw, 150px) 0;
  background:
    linear-gradient(90deg, rgba(31, 33, 29, 0.86), rgba(31, 33, 29, 0.46)),
    url("../images/home-2/wish-bg.jpg") center / cover no-repeat !important;
}

.wishes-content {
  max-width: 860px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(31, 33, 29, 0.48);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.wishes-content h3,
.wishes-content p {
  color: #fff !important;
}

.wishes-content p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 17px;
  line-height: 1.75;
}

/* ============================================
   Why Choose Us — Split Layout
   ============================================ */

.wishes-area {
  overflow: hidden;
}

.xperts-why-left {
  padding-right: clamp(16px, 3vw, 48px);
}

.xperts-why-left .section-main-title h3 {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  line-height: 1.05;
  margin-bottom: 20px;
}

.xperts-why-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.75;
  margin-bottom: 28px;
}

.xperts-why-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.xperts-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 4px;
  background: var(--xperts-gold);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.xperts-btn-primary:hover {
  background: #a07a3e;
  transform: translateY(-2px);
  color: #fff;
}

.xperts-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.xperts-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  color: #fff;
}

/* Proof Cards Grid */
.xperts-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.xperts-why-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.xperts-why-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.xperts-why-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(101, 120, 90, 0.25);
  color: #b8d4a8;
  font-size: 18px;
}

.xperts-why-card-icon--gold {
  background: rgba(183, 146, 91, 0.25);
  color: #e2c99a;
}

.xperts-why-card-body h4 {
  margin: 0 0 4px;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 1rem;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
}

.xperts-why-card-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  line-height: 1.55;
}

.service-area.style-2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(183, 146, 91, 0.16), transparent 26%),
    linear-gradient(180deg, #fffdf9 0%, var(--xperts-cream) 100%);
}

.service-area.style-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(31, 33, 29, 0.032) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(31, 33, 29, 0.02) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

.service-area.style-2 .container {
  position: relative;
  z-index: 1;
}

.service-area.style-2 .single-service-box {
  padding: 34px 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.service-area.style-2 .service-icon {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 20px;
  background: rgba(143, 163, 125, 0.14);
}

.service-area.style-2 .service-icon img {
  max-width: 44px;
}

.service-area.style-2 h1.service-title {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
}

.service-area.style-2 .service-desc {
  font-size: 15px;
  line-height: 1.75;
}

.team-area {
  position: relative;
  padding: clamp(78px, 9vw, 126px) 0;
  background:
    linear-gradient(180deg, #fffdf9 0%, #f5f0e7 100%);
  overflow: hidden;
}

.team-area::before {
  content: "";
  position: absolute;
  inset: auto -120px -220px auto;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(143, 163, 125, 0.16);
}

.single-team-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(31, 33, 29, 0.12);
}

.team-thumb {
  overflow: hidden;
}

.team-thumb img {
  width: 100%;
  aspect-ratio: 0.92 / 1;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.single-team-box:hover .team-thumb img {
  transform: scale(1.055);
}

.team-content {
  padding: 24px 22px 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.96));
}

.team-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.team-sub-title {
  color: var(--xperts-green-dark) !important;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.service-details-area {
  position: relative;
  padding: clamp(76px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(183, 146, 91, 0.12), transparent 28%),
    #fffdf9;
}

.services-details-thumb {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 85px rgba(31, 33, 29, 0.16);
}

.services-details-thumb img,
.blog-details-thumb img {
  width: 100%;
  object-fit: cover;
}

.services-details-content,
.service-detalis-text-box,
.service-details-des,
.widget-sidber {
  border: 1px solid var(--xperts-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 52px rgba(31, 33, 29, 0.08);
}

.services-details-content,
.service-details-des {
  padding: 28px;
  margin-top: 26px;
}

.service-detalis-text-box {
  min-height: 100%;
  padding: 26px;
}

.services-details-title,
.service-detalis-text-box h4,
.widget-sidber-content h4 {
  color: var(--xperts-ink);
}

.widget-sidber {
  padding: 24px;
}

.widget-category ul li a {
  border-radius: 8px;
  padding: 13px 14px;
}

.widget-category ul li a:hover {
  background: rgba(143, 163, 125, 0.12);
}

.xperts-sidebar-cta {
  background:
    linear-gradient(135deg, rgba(31, 33, 29, 0.94), rgba(101, 120, 90, 0.88)),
    url("../images/home-1/contact-bg.png") center / cover no-repeat;
}

.xperts-sidebar-cta h4,
.xperts-sidebar-cta p {
  color: #fff !important;
}

.xperts-sidebar-cta p {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.7;
  margin-bottom: 22px;
}

.xperts-sidebar-cta .xperts-link-btn {
  background: #fff;
  color: var(--xperts-ink);
  box-shadow: none;
}

.xperts-sidebar-cta .xperts-link-btn:hover {
  background: var(--xperts-gold);
  color: #fff;
}

.xperts-archive-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(32px, 6vw, 72px);
  background:
    linear-gradient(135deg, rgba(31, 33, 29, 0.92), rgba(101, 120, 90, 0.76)),
    url("../images/home-1/Wedding-bg.png") center / cover no-repeat;
}

.xperts-archive-page section {
  width: min(820px, 100%);
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(31, 33, 29, 0.52);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  text-align: center;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.xperts-archive-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
}

.xperts-archive-logo img {
  width: 160px;
  display: block;
}

.xperts-archive-page .xperts-kicker {
  color: rgba(255, 255, 255, 0.86);
}

.xperts-archive-page .xperts-kicker::before {
  background: var(--xperts-gold);
}

.xperts-archive-page h1 {
  color: #fff;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.92;
  margin-bottom: 22px;
}

.xperts-archive-page p {
  max-width: 640px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.xperts-archive-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.xperts-link-btn-light {
  background: #fff;
  color: var(--xperts-ink);
}

.xperts-link-btn-light:hover {
  background: var(--xperts-gold);
  color: #fff;
}

.xperts-signature-area {
  padding: clamp(78px, 9vw, 128px) 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(248, 245, 239, 0.98)),
    url("../images/home-1/blog-bg.png") center / cover no-repeat;
}

.xperts-signature-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(31, 33, 29, 0.1);
}

.xperts-signature-card img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.xperts-signature-card:hover img {
  transform: scale(1.055);
}

.xperts-signature-card > div {
  position: relative;
  padding: 28px 28px 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 239, 0.94));
}

.xperts-signature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(183, 146, 91, 0.16);
  color: var(--xperts-gold);
  font-weight: 900;
}

.xperts-signature-card h3 {
  color: var(--xperts-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  margin: 0 0 14px;
}

.xperts-signature-card p {
  min-height: 112px;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.75;
}

.xperts-signature-card a {
  color: var(--xperts-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xperts-signature-card a:hover {
  color: var(--xperts-gold);
}

.xperts-destination-teaser {
  padding: clamp(76px, 9vw, 125px) 0;
  background:
    linear-gradient(135deg, rgba(31, 33, 29, 0.9), rgba(101, 120, 90, 0.68)),
    url("../images/home-1/Wedding-bg.png") center / cover no-repeat;
}

.xperts-destination-teaser-media,
.xperts-destination-media {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 26px 65px rgba(31, 33, 29, 0.2);
}

.xperts-destination-teaser-media img,
.xperts-destination-media img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.xperts-destination-teaser-content {
  padding-left: clamp(0px, 4vw, 48px);
}

.xperts-destination-teaser-content .xperts-kicker,
.xperts-destination-teaser-content h2,
.xperts-destination-teaser-content p {
  color: #fff;
}

.xperts-destination-teaser-content .xperts-kicker::before {
  background: rgba(255, 255, 255, 0.7);
}

.xperts-destination-teaser-content h2,
/* ========================================================
   Destination Wedding Hero â€” Split Layout
   ======================================================== */

.xperts-dw-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  overflow: hidden;
  background: #0f1110;
}

.xperts-dw-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 17, 16, 0.97) 0%, rgba(15, 17, 16, 0.82) 45%, rgba(15, 17, 16, 0.3) 100%),
    url("../images/home-1/Wedding-bg.png") center / cover no-repeat;
}

/* Decorative vertical line */
.xperts-dw-hero-deco-line {
  position: absolute;
  top: 0;
  left: 8%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(183, 146, 91, 0.3) 30%, rgba(183, 146, 91, 0.3) 70%, transparent);
  z-index: 1;
}

/* Decorative dots */
.xperts-dw-hero-deco-dots {
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, rgba(183, 146, 91, 0.35) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  z-index: 1;
}

/* ---- Text side ---- */
.xperts-dw-hero-text {
  position: relative;
  z-index: 2;
  padding-left: clamp(20px, 5vw, 80px);
}

.xperts-dw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(183, 146, 91, 0.9);
  margin-bottom: 24px;
}

.xperts-dw-kicker-line {
  width: 36px;
  height: 1px;
  background: rgba(183, 146, 91, 0.6);
}

.xperts-dw-hero-text h1 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.xperts-dw-hero-text p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  margin-bottom: 36px;
}

/* ---- CTA buttons ---- */
.xperts-dw-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.xperts-dw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  padding: 14px 28px;
  transition: all 0.35s ease;
}

.xperts-dw-btn--primary {
  background: linear-gradient(135deg, #65785a, #4a5a40);
  color: #fff;
  box-shadow: 0 8px 28px rgba(101, 120, 90, 0.35);
}

.xperts-dw-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(101, 120, 90, 0.5);
  color: #fff;
}

.xperts-dw-btn--primary i {
  transition: transform 0.3s ease;
}

.xperts-dw-btn--primary:hover i {
  transform: translateX(4px);
}

.xperts-dw-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}

.xperts-dw-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

/* ---- Stats ---- */
.xperts-dw-hero-stats {
  display: flex;
  align-items: center;
  gap: 28px;
}

.xperts-dw-stat strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.xperts-dw-stat span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.xperts-dw-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
}

/* ---- Visual / Image side ---- */
.xperts-dw-hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-right: clamp(20px, 5vw, 80px);
}

.xperts-dw-hero-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 440px;
  border-radius: 16px;
  overflow: hidden;
}

.xperts-dw-hero-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.xperts-dw-hero-img-border {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(183, 146, 91, 0.25);
  border-radius: 16px;
  pointer-events: none;
}

/* Floating card */
.xperts-dw-hero-float-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.xperts-dw-float-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #65785a, #4a5a40);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.xperts-dw-float-icon i {
  color: #fff;
  font-size: 16px;
}

.xperts-dw-hero-float-card strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1f211d;
  margin-bottom: 2px;
}

.xperts-dw-hero-float-card span {
  font-size: 11px;
  color: #777;
  letter-spacing: 0.02em;
}

/* Decorative ring */
.xperts-dw-hero-deco-ring {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(183, 146, 91, 0.2);
  border-radius: 50%;
  z-index: 0;
}

.xperts-dw-hero-deco-ring::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(183, 146, 91, 0.12);
  border-radius: 50%;
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
  .xperts-dw-hero {
    min-height: auto;
    padding: 140px 0 80px;
  }

  .xperts-dw-hero-img-wrapper {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .xperts-dw-hero {
    padding: 130px 0 60px;
  }

  .xperts-dw-hero-text {
    padding-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }

  .xperts-dw-hero-text h1 {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }

  .xperts-dw-hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .xperts-dw-hero-actions {
    justify-content: center;
  }

  .xperts-dw-hero-stats {
    justify-content: center;
  }

  .xperts-dw-hero-visual {
    padding-right: 0;
    justify-content: center;
  }

  .xperts-dw-hero-float-card {
    left: 10px;
    bottom: -15px;
  }

  .xperts-dw-hero-deco-line,
  .xperts-dw-hero-deco-dots {
    display: none;
  }
}

@media (max-width: 767px) {
  .xperts-dw-hero {
    padding: 120px 0 50px;
  }

  .xperts-dw-hero-img-wrapper {
    max-width: 300px;
  }

  .xperts-dw-hero-stats {
    gap: 18px;
  }

  .xperts-dw-stat strong {
    font-size: 1.4rem;
  }

  .xperts-dw-hero-float-card {
    padding: 10px 14px;
    left: 0;
  }

  .xperts-dw-hero-deco-ring {
    display: none;
  }
}

.xperts-destination-intro,
.xperts-destination-process,
.xperts-destination-video,
.xperts-video-gallery,
.xperts-partner-area,
.xperts-expert-profiles {
  padding: clamp(78px, 9vw, 125px) 0;
  background: #fffdf9;
}

.xperts-destination-intro {
  background:
    radial-gradient(circle at 80% 12%, rgba(143, 163, 125, 0.16), transparent 26%),
    #fffdf9;
}

.xperts-destination-copy {
  padding-left: clamp(0px, 4vw, 48px);
}

.xperts-destination-copy h2 {
  color: var(--xperts-ink);
}

.xperts-destination-copy p {
  color: var(--xperts-muted);
}

.xperts-destination-services {
  background-color: var(--xperts-cream);
}

.xperts-service-readmore,
.xperts-team-readmore {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: var(--xperts-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xperts-service-readmore:hover,
.xperts-team-readmore:hover {
  color: var(--xperts-gold);
}

.xperts-service-posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.xperts-service-posts article {
  scroll-margin-top: 110px;
  padding: 24px;
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31, 33, 29, 0.08);
}

.xperts-service-posts span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(143, 163, 125, 0.16);
  color: var(--xperts-green-dark);
  font-weight: 900;
}

.xperts-service-posts h3 {
  color: var(--xperts-ink);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
  margin-bottom: 10px;
}

.xperts-service-posts p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.xperts-destination-video {
  background:
    radial-gradient(circle at 12% 20%, rgba(183, 146, 91, 0.14), transparent 26%),
    var(--xperts-cream);
}

.xperts-video-frame {
  overflow: hidden;
  border-radius: 10px;
  background: var(--xperts-ink);
  box-shadow: 0 28px 70px rgba(31, 33, 29, 0.22);
}

.xperts-video-frame video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.xperts-video-gallery {
  position: relative;
  background:
    radial-gradient(circle at 10% 12%, rgba(183, 146, 91, 0.14), transparent 27%),
    radial-gradient(circle at 92% 24%, rgba(143, 163, 125, 0.16), transparent 26%),
    linear-gradient(180deg, #fffdf9 0%, #f7f2e9 100%);
  overflow: hidden;
}

.xperts-video-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(31, 33, 29, 0.035) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

.xperts-video-gallery .container {
  position: relative;
  z-index: 1;
}

.xperts-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.xperts-video-card {
  overflow: hidden;
  border: 1px solid var(--xperts-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 64px rgba(31, 33, 29, 0.11);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xperts-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 78px rgba(31, 33, 29, 0.16);
}

.xperts-video-card-featured {
  grid-row: span 2;
}

.xperts-video-media {
  position: relative;
  overflow: hidden;
  background: var(--xperts-ink);
}

.xperts-video-grid video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--xperts-ink);
}

.xperts-video-card-featured video {
  aspect-ratio: 4 / 3;
  min-height: 430px;
}

.xperts-video-media > span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(31, 33, 29, 0.7);
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.xperts-video-content {
  padding: 24px;
}

.xperts-video-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--xperts-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.xperts-video-grid h3 {
  color: var(--xperts-ink);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1;
  margin: 0 0 10px;
}

.xperts-video-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.xperts-partner-area {
  background:
    linear-gradient(180deg, #fffdf9 0%, var(--xperts-cream) 100%);
  overflow: hidden;
}

.xperts-logo-carousel {
  padding-bottom: 12px;
}

.xperts-partner-logo {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 33, 29, 0.08);
}

.xperts-partner-logo img {
  max-width: 190px;
  max-height: 92px;
  object-fit: contain;
}

.xperts-team-icon-card {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(143, 163, 125, 0.14), rgba(183, 146, 91, 0.12)),
    #fff;
}

.xperts-team-icon-card i {
  width: 112px;
  height: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(31, 33, 29, 0.08);
  color: var(--xperts-green-dark);
  font-size: 52px;
}

.xperts-expert-profiles {
  background:
    radial-gradient(circle at 86% 18%, rgba(143, 163, 125, 0.14), transparent 26%),
    #fffdf9;
}

.xperts-expert-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(31, 33, 29, 0.1);
}

.xperts-expert-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 8px;
  background: var(--xperts-cream);
}

.xperts-expert-card h3 {
  color: var(--xperts-ink);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1;
  margin-bottom: 8px;
}

.xperts-expert-card span {
  display: block;
  color: var(--xperts-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.xperts-expert-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.xperts-service-page-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(31, 33, 29, 0.9), rgba(31, 33, 29, 0.5)),
    url("../images/home-1/ser-bg.png") center / cover no-repeat;
}

.xperts-service-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(183, 146, 91, 0.25), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 90px);
}

.xperts-service-page-hero .container {
  position: relative;
  z-index: 1;
}

.xperts-service-page-hero h1 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(3.6rem, 8vw, 7.4rem);
  line-height: 0.95;
  margin: 0 0 22px;
}

.xperts-service-page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.75;
}

.xperts-service-detail-page {
  padding: clamp(78px, 9vw, 125px) 0;
  background: #fffdf9;
}

.xperts-service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}

.xperts-service-detail-copy h2 {
  color: var(--xperts-ink);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.1;
  margin-bottom: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 18px;
}

.xperts-service-detail-copy h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--xperts-gold), #d4b77a);
  box-shadow: 0 0 10px rgba(183, 146, 91, 0.3);
}

.xperts-service-detail-copy p {
  font-size: 16px;
  line-height: 1.8;
}

.xperts-service-detail-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}

.xperts-service-detail-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--xperts-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 33, 29, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xperts-service-detail-list li:hover {
  transform: translateX(4px);
  box-shadow: 0 18px 44px rgba(31, 33, 29, 0.10);
}

.xperts-service-detail-list i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(143, 163, 125, 0.16);
  color: var(--xperts-green-dark);
}

.xperts-service-side-card {
  position: sticky;
  top: 110px;
  padding: 32px;
  border: 1px solid var(--xperts-line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 239, 0.94));
  box-shadow: 0 22px 55px rgba(31, 33, 29, 0.1);
  transition: box-shadow 0.3s ease;
}

.xperts-service-side-card:hover {
  box-shadow: 0 28px 65px rgba(31, 33, 29, 0.14);
}

.xperts-service-side-card h3 {
  color: var(--xperts-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  margin-bottom: 14px;
}

.xperts-service-side-card ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.xperts-service-side-card li + li {
  margin-top: 10px;
}

.xperts-service-side-card a:not(.xperts-link-btn) {
  color: var(--xperts-muted);
  font-weight: 800;
}

.xperts-service-side-card a:not(.xperts-link-btn):hover {
  color: var(--xperts-green-dark);
}

.xperts-service-flow {
  padding: clamp(76px, 9vw, 118px) 0;
  background: var(--xperts-cream);
  position: relative;
}

.xperts-service-flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 146, 91, 0.3), transparent);
}

.xperts-service-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.xperts-service-flow-grid article {
  padding: 28px 24px;
  border: 1px solid var(--xperts-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31, 33, 29, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.xperts-service-flow-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--xperts-green), var(--xperts-gold));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.xperts-service-flow-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(31, 33, 29, 0.12);
}

.xperts-service-flow-grid article:hover::before {
  opacity: 1;
}

.xperts-service-flow-grid span {
  color: var(--xperts-gold);
  font-weight: 900;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(183, 146, 91, 0.12), rgba(183, 146, 91, 0.06));
  border: 1px solid rgba(183, 146, 91, 0.2);
}

.xperts-service-flow-grid h3 {
  color: var(--xperts-ink);
  font-size: 1.3rem;
  line-height: 1.05;
  margin: 14px 0 10px;
  font-weight: 800;
}

.xperts-service-flow-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.xperts-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.xperts-process-grid article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 28px 24px;
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 33, 29, 0.08);
}

.xperts-process-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 65px rgba(31, 33, 29, 0.12);
}

.xperts-process-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(143, 163, 125, 0.16);
  color: var(--xperts-green-dark);
  font-weight: 800;
}

.xperts-process-grid article h3 {
  font-size: 32px;
  line-height: 1.05;
  margin-bottom: 12px;
  color: var(--xperts-ink);
}

.xperts-process-grid article p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.xperts-contact-page {
  margin-top: -120px;
  padding: clamp(72px, 8vw, 120px) 0;
  background:
    linear-gradient(135deg, rgba(31, 33, 29, 0.92), rgba(101, 120, 90, 0.72)),
    url("../images/home-1/contact-bg.png") center / cover no-repeat;
}

.breadcumb-area + .xperts-contact-page {
  padding-top: clamp(110px, 10vw, 150px);
}

.xperts-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.xperts-contact-info,
.xperts-contact-form {
  border-radius: 10px;
}

.xperts-contact-info {
  padding: clamp(28px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.xperts-contact-info,
.xperts-contact-form {
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.24);
}

.xperts-contact-info .xperts-kicker,
.xperts-contact-info h2,
.xperts-contact-info > p {
  color: #fff;
}

.xperts-contact-info .xperts-kicker::before {
  background: rgba(255, 255, 255, 0.7);
}

.xperts-contact-info > p {
  color: rgba(255, 255, 255, 0.78);
}

.xperts-contact-cards {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.xperts-contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.xperts-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  transition: all 0.35s ease;
}

.xperts-contact-card--phone::before {
  background: #97aa85;
}

.xperts-contact-card--email::before {
  background: var(--xperts-gold);
}

.xperts-contact-card--location::before {
  background: rgba(255, 255, 255, 0.4);
}

.xperts-contact-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.xperts-contact-card:hover::before {
  width: 6px;
}

.xperts-contact-card-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 20px;
  color: #fff;
  transition: all 0.35s ease;
}

.xperts-contact-card--phone .xperts-contact-card-icon {
  background: rgba(151, 170, 133, 0.2);
}

.xperts-contact-card--email .xperts-contact-card-icon {
  background: rgba(183, 146, 91, 0.2);
}

.xperts-contact-card--location .xperts-contact-card-icon {
  background: rgba(255, 255, 255, 0.12);
}

.xperts-contact-card:hover .xperts-contact-card-icon {
  transform: scale(1.08);
}

.xperts-contact-card--phone:hover .xperts-contact-card-icon {
  background: rgba(151, 170, 133, 0.35);
}

.xperts-contact-card--email:hover .xperts-contact-card-icon {
  background: rgba(183, 146, 91, 0.35);
}

.xperts-contact-card--location:hover .xperts-contact-card-icon {
  background: rgba(255, 255, 255, 0.2);
}

.xperts-contact-card-body {
  flex: 1;
  min-width: 0;
}

.xperts-contact-card-body span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.xperts-contact-card-body strong {
  display: block;
  color: #fff;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  line-height: 1.4;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.xperts-contact-card-arrow {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  transition: all 0.35s ease;
}

.xperts-contact-card:hover .xperts-contact-card-arrow {
  color: #fff;
  transform: translateX(4px);
}

.xperts-contact-hours {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 10px;
  background: rgba(151, 170, 133, 0.1);
  border: 1px solid rgba(151, 170, 133, 0.18);
}

.xperts-contact-hours-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(151, 170, 133, 0.2);
  color: #97aa85;
  font-size: 18px;
}

.xperts-contact-hours span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

.xperts-contact-hours strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.xperts-contact-form {
  padding: clamp(24px, 4vw, 46px);
  background: #fffdf9;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.25);
}

.xperts-contact-form .contact-form-title {
  text-align: left;
  margin-bottom: 26px;
}

.xperts-contact-form .contact-form-title h3 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1;
}

.xperts-contact-form .contact-form-title p {
  margin: 10px 0 0;
  color: var(--xperts-muted);
}

.xperts-contact-form .form-box {
  margin-bottom: 18px;
}

.xperts-contact-form label {
  color: var(--xperts-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.xperts-contact-form .form-box input,
.xperts-contact-form .form-box textarea {
  width: 100%;
  border: 1px solid var(--xperts-line);
  border-radius: 6px;
  background: #fff;
  color: var(--xperts-ink);
  padding: 12px 16px;
  font-family: "Manrope", Arial, sans-serif;
}

.xperts-contact-form .form-box input::placeholder,
.xperts-contact-form .form-box textarea::placeholder {
  font-family: "Manrope", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.35);
}

.xperts-contact-form .form-box input {
  height: 46px;
}

.xperts-contact-form .form-box textarea {
  min-height: 148px;
  resize: vertical;
}

.xperts-contact-form .submit-button button {
  border-radius: 5px;
  min-height: 56px;
  background: var(--xperts-ink);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.xperts-contact-form .submit-button button:hover {
  background: var(--xperts-green-dark);
}

.contact-area .form {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--xperts-line);
  border-radius: 8px;
  padding: clamp(18px, 4vw, 42px);
  box-shadow: 0 22px 55px rgba(31, 33, 29, 0.1);
}

.form-box select {
  width: 100%;
  height: 60px;
  border: 1px solid var(--xperts-line);
  border-radius: 6px;
  background: #fff;
  color: var(--xperts-muted);
  padding: 0 48px 0 16px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--xperts-green-dark) 50%),
    linear-gradient(135deg, var(--xperts-green-dark) 50%, transparent 50%);
  background-position:
    calc(100% - 23px) 50%,
    calc(100% - 16px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.form-box select:focus {
  outline: 0;
  border-color: rgba(101, 120, 90, 0.55);
  box-shadow: 0 0 0 4px rgba(143, 163, 125, 0.12);
}

.lovebird-wedding-arrow-box button,
.lovebird-wedding-arrow-box button.wedding-prev,
.lovebird-wedding-arrow-box button.wedding-next {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  background: rgba(31, 33, 29, 0.62);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.lovebird-wedding-arrow-box button.wedding-prev {
  left: 18px;
}

.lovebird-wedding-arrow-box button.wedding-next {
  right: 18px;
}

.lovebird-wedding-arrow-box button:hover {
  background: var(--xperts-green-dark);
}

.call-to-action-area .call-bg {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(31, 33, 29, 0.94), rgba(101, 120, 90, 0.86)),
    url("../images/home-1/contact-bg.png") center / cover no-repeat !important;
  box-shadow: 0 26px 70px rgba(31, 33, 29, 0.18);
}

.call-to-action-area.inner,
.call-to-action-area.inner-2 {
  margin-bottom: clamp(58px, 7vw, 96px);
}

.call-action-title {
  color: rgba(255, 255, 255, 0.78) !important;
  letter-spacing: 0.13em;
}

.call-sub-title {
  color: #fff !important;
  line-height: 1.02;
}

/* Service page CTA - enhanced */
.xperts-destination-teaser .call-bg {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(31, 33, 29, 0.25);
}

.xperts-destination-teaser .call-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 10% 90%, rgba(183, 146, 91, 0.25), transparent 40%),
    radial-gradient(ellipse at 90% 10%, rgba(143, 163, 125, 0.2), transparent 40%),
    linear-gradient(135deg, rgba(31, 33, 29, 0.92), rgba(101, 120, 90, 0.85));
  z-index: 0;
}

.xperts-destination-teaser .call-bg::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(183, 146, 91, 0.15), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.xperts-destination-teaser .call-bg > * {
  position: relative;
  z-index: 1;
}

.xperts-destination-teaser .call-action-title {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--xperts-gold) !important;
  margin-bottom: 10px;
}

.xperts-destination-teaser .call-sub-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff !important;
}

.xperts-destination-teaser .call-action-btn a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: var(--xperts-ink);
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 18px 40px;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  border: none;
  position: relative;
  overflow: hidden;
}

.xperts-destination-teaser .call-action-btn a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--xperts-green);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.xperts-destination-teaser .call-action-btn a span,
.xperts-destination-teaser .call-action-btn a i {
  position: relative;
  z-index: 1;
}

.xperts-destination-teaser .call-action-btn a:hover {
  color: #fff;
  box-shadow: 0 10px 35px rgba(143, 163, 125, 0.5);
  transform: translateY(-3px);
}

.xperts-destination-teaser .call-action-btn a:hover::before {
  transform: scaleX(1);
}

.xperts-destination-teaser .call-action-btn a:hover i {
  transform: translateX(5px);
}

.xperts-destination-teaser .call-action-btn a i {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 13px;
}

.google-map {
  padding: clamp(64px, 8vw, 110px) 0;
  background: var(--xperts-cream);
}

.google-map iframe {
  width: 100%;
  min-height: 430px;
  border-radius: 10px;
  box-shadow: 0 24px 65px rgba(31, 33, 29, 0.14);
  display: block;
}

.form-box input,
.form-box textarea,
.contact-section .form-box input,
.contact-section .form-box textarea,
.widget_search input {
  border-radius: 6px;
}

.form-box textarea {
  resize: vertical;
}

.contact-address.line::before {
  width: 100%;
}

.contact-addres p {
  overflow-wrap: anywhere;
}

/* ========================================================
   Footer V2 â€” Bold Hero + Clean Columns
   ======================================================== */

/* ---- Hero CTA ---- */
.xperts-fv2-hero {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 0;
  background: #0e100d;
  overflow: hidden;
}

.xperts-fv2-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 500px at 20% 80%, rgba(101, 120, 90, 0.15), transparent),
    radial-gradient(ellipse 600px 400px at 85% 30%, rgba(183, 146, 91, 0.08), transparent);
  pointer-events: none;
}

.xperts-fv2-hero-content {
  position: relative;
  z-index: 2;
}

.xperts-fv2-kicker {
  display: inline-block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(183, 146, 91, 0.7);
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}

.xperts-fv2-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: rgba(183, 146, 91, 0.4);
}

.xperts-fv2-headline {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 1.02;
  color: #fff;
  margin: 0 0 40px;
  letter-spacing: -0.03em;
}

.xperts-fv2-headline-accent {
  background: linear-gradient(135deg, #b7925b, #d4b87a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.xperts-fv2-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0e100d;
  background: #fff;
  padding: 18px 36px;
  border-radius: 60px;
  transition: all 0.35s ease;
  box-shadow: 0 4px 24px rgba(255, 255, 255, 0.1);
}

.xperts-fv2-cta:hover {
  background: #b7925b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(183, 146, 91, 0.4);
}

.xperts-fv2-cta svg {
  transition: transform 0.3s ease;
}

.xperts-fv2-cta:hover svg {
  transform: translateX(4px);
}

.xperts-fv2-hero-watermark {
  position: absolute;
  right: -20px;
  bottom: -30px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(6rem, 18vw, 16rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.025);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
}

/* ---- Info Strip ---- */
.xperts-fv2-strip {
  background: #161914;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 18px 0;
}

.xperts-fv2-strip-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 48px);
  flex-wrap: wrap;
}

.xperts-fv2-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.xperts-fv2-strip-item i {
  color: #8fa37d;
  font-size: 12px;
}

.xperts-fv2-strip-item a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.xperts-fv2-strip-item a:hover {
  color: #b7925b;
}

.xperts-fv2-strip-item a i {
  color: #25d366;
  font-size: 16px;
  margin-right: 6px;
}

/* ---- Main Columns ---- */
.xperts-fv2-main {
  padding: clamp(50px, 6vw, 80px) 0;
  background: #0e100d;
}

.xperts-fv2-columns {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr 1.2fr;
  gap: clamp(30px, 4vw, 60px);
}

/* Brand */
.xperts-fv2-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.xperts-fv2-logo img {
  max-width: 160px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.xperts-fv2-logo img:hover {
  transform: translateY(-2px);
}

.xperts-fv2-brand p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
  max-width: 280px;
}

.xperts-fv2-social {
  display: flex;
  gap: 8px;
}

.xperts-fv2-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: all 0.3s ease;
}

.xperts-fv2-social a:hover {
  background: #b7925b;
  border-color: #b7925b;
  color: #fff;
  transform: translateY(-2px);
}

/* Column titles */
.xperts-fv2-col-title {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
}

/* Nav columns */
.xperts-fv2-nav ul,
.xperts-fv2-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xperts-fv2-nav li {
  margin-bottom: 12px;
}

.xperts-fv2-nav a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.xperts-fv2-nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #b7925b;
  transition: width 0.3s ease;
}

.xperts-fv2-nav a:hover {
  color: #fff;
}

.xperts-fv2-nav a:hover::after {
  width: 100%;
}

/* Contact column */
.xperts-fv2-contact li {
  margin-bottom: 16px;
}

.xperts-fv2-contact-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.xperts-fv2-contact a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.xperts-fv2-contact a:hover {
  color: #b7925b;
}

.xperts-fv2-contact p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* ---- Bottom Bar ---- */
.xperts-fv2-bottom {
  background: #0a0c09;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 18px 0;
}

.xperts-fv2-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.xperts-fv2-bottom p {
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
  margin: 0;
}

.xperts-fv2-bottom-links {
  display: flex;
  gap: 20px;
}

.xperts-fv2-bottom-links a {
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.xperts-fv2-bottom-links a:hover {
  color: #b7925b;
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
  .xperts-fv2-columns {
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .xperts-fv2-hero {
    padding: clamp(60px, 10vw, 100px) 0;
  }

  .xperts-fv2-columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .xperts-fv2-brand {
    grid-column: span 2;
  }

  .xperts-fv2-brand p {
    max-width: 100%;
  }

  .xperts-fv2-strip-grid {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .xperts-fv2-hero {
    padding: 60px 0;
  }

  .xperts-fv2-headline {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }

  .xperts-fv2-columns {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .xperts-fv2-hero-content {
    text-align: center;
  }

  .xperts-fv2-hero-content .xperts-fv2-cta {
    margin: 0 auto;
  }

  .xperts-fv2-brand {
    grid-column: span 1;
    text-align: center;
  }

  .xperts-fv2-logo {
    display: flex;
    justify-content: center;
  }

  .xperts-fv2-strip-grid {
    flex-direction: column;
    gap: 12px;
  }

  .xperts-fv2-hero-watermark {
    font-size: 5rem;
    right: -10px;
    bottom: -10px;
  }

  .xperts-fv2-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .xperts-fv2-bottom-links {
    justify-content: center;
  }

  /* Footer accordion â€” collapsible nav sections on mobile */
  .xperts-fv2-nav,
  .xperts-fv2-contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 4px;
  }

  .xperts-fv2-nav:last-child,
  .xperts-fv2-contact:last-child {
    border-bottom: none;
  }

  .xperts-fv2-col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 14px 0;
    margin: 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .xperts-fv2-col-title::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .xperts-fv2-nav.is-open .xperts-fv2-col-title::after,
  .xperts-fv2-contact.is-open .xperts-fv2-col-title::after {
    transform: rotate(180deg);
    color: #b7925b;
  }

  .xperts-fv2-nav ul,
  .xperts-fv2-contact ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease,
                padding 0.3s ease;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .xperts-fv2-nav.is-open ul,
  .xperts-fv2-contact.is-open ul {
    max-height: 500px;
    opacity: 1;
    padding-top: 4px;
    padding-bottom: 10px;
  }

  .xperts-fv2-nav li,
  .xperts-fv2-contact li {
    margin-bottom: 0;
    padding: 8px 0;
  }

  .xperts-fv2-nav li a,
  .xperts-fv2-contact li a,
  .xperts-fv2-contact li p {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .xperts-fv2-brand {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}

/* ============================================
   Navbar Fix: 992px–1199px
   ============================================ */

@media (min-width: 992px) and (max-width: 1199px) {
  .lovebird_menu > ul > li > a {
    margin: 12px 14px;
    font-size: 13px;
  }

  .lovebird_nav_manu.sticky .row {
    min-height: 66px;
  }

  .logo img {
    width: 160px;
    max-width: 160px !important;
    max-height: 52px;
  }
}

@media (max-width: 991px) {
  .lovebird_nav_manu {
    display: none;
  }

  .mobile-menu-area {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(101, 120, 90, 0.15);
  }

  .mobile-menu.mean-container {
    min-height: 72px;
    overflow: visible;
    position: relative;
  }

  .mean-container .mean-bar {
    min-height: 72px;
    padding: 0 18px;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10001;
  }

  .mean-container .mean-bar::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 16px;
    width: 132px;
    height: 40px;
    background: url("../images/xpertslogo.png") no-repeat left center / contain;
    z-index: 10002;
    pointer-events: none;
  }

  .mean-container a.meanmenu-reveal {
    position: fixed !important;
    top: 36px !important;
    left: auto !important;
    right: 18px !important;
    transform: translateY(-50%);
    width: 42px !important;
    height: 42px !important;
    padding: 0;
    box-sizing: border-box !important;
    color: #1f211d;
    border: 1px solid rgba(101, 120, 90, 0.35);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.95);
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    z-index: 10002 !important;
  }

  .mean-container a.meanmenu-reveal span {
    background: #1f211d;
    width: 18px;
    height: 2px;
    margin: 0;
  }

  .mean-container a.meanmenu-reveal.meanclose {
    font-size: 0 !important;
    color: transparent !important;
    gap: 0;
  }

  .mean-container a.meanmenu-reveal.meanclose span {
    display: none !important;
  }

  .mean-container a.meanmenu-reveal.meanclose::before,
  .mean-container a.meanmenu-reveal.meanclose::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #1f211d;
  }

  .mean-container a.meanmenu-reveal.meanclose::before {
    transform: rotate(45deg);
  }

  .mean-container a.meanmenu-reveal.meanclose::after {
    transform: rotate(-45deg);
  }

  .mean-container .mean-nav {
    margin-top: 72px;
    background: rgba(255, 255, 255, 0.98);
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid rgba(101, 120, 90, 0.15);
  }

  .mean-container .mean-nav ul li {
    background: transparent;
  }

  .mean-container .mean-nav ul li a {
    width: 100%;
    padding: 16px 24px;
    border-top: 1px solid rgba(31, 33, 29, 0.08);
    letter-spacing: 0.08em;
    background: transparent;
    color: #1f211d !important;
  }

  .mean-container .mean-nav ul li a:hover,
  .mean-container .mean-nav ul li a.mean-expand:hover {
    color: var(--xperts-green) !important;
    background: rgba(101, 120, 90, 0.06);
  }

  section.lovebird-slider-area,
  .breadcumb-area.style-0 {
    margin-top: 0;
  }

  .breadcumb-area {
    min-height: 420px;
    padding: 120px 0 70px;
  }

  .breadcumb-content {
    padding: 34px 20px;
  }

  .lovebird-slider-height {
    min-height: 680px;
    height: 100svh;
  }

  .lovebird-slider-content {
    padding-top: 90px;
  }

  .lovebird-slider-title-box {
    padding: 24px 10px 18px;
    background: transparent;
    border: 0;
  }

  h1.lovebird-slider-title {
    font-size: clamp(2.5rem, 9vw, 4.2rem);
    line-height: 1;
  }

  .lovebird-slider-sub-title {
    font-size: clamp(1rem, 4vw, 1.25rem);
    line-height: 1.45;
  }

  .slider-btn a {
    width: min(100%, 320px);
    margin: 0;
    padding: 15px 20px;
  }

  .xperts-hero-kicker {
    justify-content: center;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .xperts-hero-kicker::before,
  .xperts-hero-kicker::after {
    width: 18px;
  }

  .xperts-hero-pills {
    gap: 8px;
  }

  .xperts-hero-pills span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 10px;
  }

  .xperts-hero-panel {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .xperts-hero-panel article {
    padding: 16px 18px;
  }

  .about-area .about-content,
  .about-area.style-2 .about-content {
    padding: 42px 18px 0;
    text-align: left;
  }

  .about-area::before {
    opacity: 0.18;
  }

  .wedding-event-area .container-fluid,
  .about-area .container-fluid,
  .gallery-area .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .single-wedding-box,
  .single-wedding-box.box-2,
  .single-wedding-box.last-child {
    text-align: left;
    margin: 0 0 28px;
  }

  .wedding-title h1,
  h1.service-title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
    line-height: 1;
  }

  .row.form-bg {
    margin-top: 0;
  }

  .xperts-advantage-media,
  .xperts-advantage-media img {
    min-height: 460px;
  }

  .xperts-advantage-content {
    padding-left: 0;
  }

  .xperts-contact-shell {
    grid-template-columns: 1fr;
  }

  .xperts-wow-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .xperts-wow-copy h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
  }

  .xperts-wow-board {
    transform: none;
  }

  .xperts-wow-board article,
  .xperts-wow-board article:nth-child(2),
  .xperts-wow-board article:nth-child(3) {
    transform: none;
  }

  .xperts-destination-teaser-content,
  .xperts-destination-copy {
    padding-left: 0;
  }

  .about-thumb > img {
    width: 100%;
    min-height: 430px;
  }

  .about-thu {
    position: relative;
    right: auto;
    bottom: auto;
    width: 58%;
    margin: -90px 20px 0 auto;
  }

  .about-thu img {
    width: 100%;
  }

  .about-content {
    margin-top: 42px;
  }

  .xperts-contact-page {
    margin-top: -70px;
  }

  .xperts-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xperts-service-posts {
    grid-template-columns: 1fr;
  }

  .xperts-service-detail-grid,
  .xperts-service-flow-grid,
  .xperts-video-grid {
    grid-template-columns: 1fr;
  }

  .xperts-video-card-featured {
    grid-row: auto;
  }

  .xperts-video-card-featured video {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .xperts-service-side-card {
    position: static;
  }

  .footer-single-item,
  .footer-single-item2,
  .footer-info,
  .footer-info.text-right,
  .footer-col {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lovebird-slider-height {
    min-height: 660px;
  }

  .lovebird-slider-content {
    padding-left: 0;
    padding-right: 0;
  }

  .lovebird-slider-btn {
    margin-top: 22px;
  }

  .section-sub-title h5 {
    line-height: 1.4;
  }

  .section-title-desc p {
    padding: 0 !important;
    margin-top: 22px;
  }

  .service-area,
  .wedding-event-area,
  .gallery-area,
  .contact-area,
  .blog-area,
  .about-us-area,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .gallery-area {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery__thumb-box {
    margin: 0 0 22px;
  }

  .contact-area .form {
    padding: 20px 14px;
  }

  .form-box input,
  .form-box textarea {
    font-size: 16px;
  }

  .contact-addres p {
    font-size: clamp(1.35rem, 7vw, 2rem);
    line-height: 1.25;
  }

  .row.call-bg {
    padding: 42px 16px !important;
    text-align: center;
  }

  .xperts-advantage-grid {
    grid-template-columns: 1fr;
  }

  .xperts-advantage-cta-wrap {
    margin-top: 20px;
  }

  .xperts-advantage-area .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .xperts-advantage-area .row > * {
    grid-column: 1;
  }

  .xperts-advantage-area .row > .col-lg-6:first-child {
    grid-row: 2;
  }

  .xperts-advantage-area .row > .col-lg-6:last-child {
    grid-row: 1;
  }

  .xperts-advantage-media,
  .xperts-advantage-media img {
    min-height: 380px;
  }

  .xperts-advantage-badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }

  .xperts-contact-card {
    padding: 16px;
    gap: 12px;
  }

  .xperts-contact-card-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 17px;
    border-radius: 12px;
  }

  .xperts-wow-board {
    grid-template-columns: 1fr;
  }

  .xperts-wow-board article {
    min-height: auto;
  }

  .xperts-signature-card p {
    min-height: auto;
  }

  .xperts-destination-teaser-media img,
  .xperts-destination-media img {
    min-height: 320px;
  }

  .about-item-box {
    width: 100%;
    margin-right: 0;
  }

  .xperts-process-grid {
    grid-template-columns: 1fr;
  }

  .xperts-process-grid article {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 420px) {
  h1.lovebird-slider-title {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .lovebird-slider-sub-title {
    font-size: 1rem;
  }

  .slider-btn a,
  .submit-button button {
    font-size: 13px;
  }
}

/* Responsive cleanup pass for dense service sections and mobile carousel controls. */
.xperts-destination-services .section-title {
  margin-bottom: clamp(30px, 5vw, 58px);
}

.xperts-destination-services .section-sub-title h5 {
  max-width: 820px;
  margin: 22px auto 0 !important;
  color: var(--xperts-muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.xperts-destination-services .wedding-active {
  position: relative;
  overflow: visible;
  border-radius: 10px;
}

.xperts-destination-services .wedding-thumb img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .section-main-title h1,
  .section-main-title h2,
  .section-main-title h3,
  .breadcumb-content h1,
  .breadcumb-content h4 {
    font-size: clamp(1.8rem, 6vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  .xperts-destination-services {
    padding-top: clamp(62px, 8vw, 86px);
    padding-bottom: clamp(62px, 8vw, 92px);
  }

  .xperts-destination-services .wedding-box {
    row-gap: 26px;
  }

  .xperts-destination-services .col-lg-4,
  .xperts-destination-services .col-lg-4.pl-0 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .xperts-destination-services .single-wedding-box,
  .xperts-destination-services .single-wedding-box.box-2,
  .xperts-destination-services .single-wedding-box.last-child {
    width: 100%;
    margin: 0 0 18px !important;
    padding: clamp(18px, 4vw, 26px);
    border: 1px solid var(--xperts-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 36px rgba(31, 33, 29, 0.08);
    text-align: left;
  }

  .xperts-destination-services .wedding-number span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(143, 163, 125, 0.16);
    color: var(--xperts-green-dark);
    font-size: 14px;
    font-weight: 900;
  }

  .xperts-destination-services .wedding-title h1 {
    font-size: clamp(1.7rem, 5.6vw, 2.7rem) !important;
    line-height: 1.08 !important;
    margin: 14px 0 10px;
  }

  .xperts-destination-services .wedding-desc p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
  }

  .xperts-destination-services .wedding-desc p::before {
    display: none !important;
  }

  .xperts-destination-services .wedding-active {
    max-width: 520px;
    margin: 0 auto 18px;
    padding-bottom: 66px;
  }

  .xperts-destination-services .wedding-thumb img {
    aspect-ratio: 4 / 3;
    min-height: 280px;
    border-radius: 10px;
  }

  .xperts-destination-services .lovebird-wedding-arrow-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    pointer-events: none;
  }

  .xperts-destination-services .lovebird-wedding-arrow-box button,
  .xperts-destination-services .lovebird-wedding-arrow-box button.wedding-prev,
  .xperts-destination-services .lovebird-wedding-arrow-box button.wedding-next {
    position: static !important;
    display: inline-flex !important;
    transform: none !important;
    pointer-events: auto;
  }
}

@media (max-width: 767px) {
  .service-area,
  .wedding-event-area,
  .gallery-area,
  .contact-area,
  .blog-area,
  .about-us-area,
  .contact-section {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .section-title.text-center,
  .section-title.text-left,
  .gallery-area .section-title.text-center,
  .contact-area .section-title.text-center,
  .blog-area .section-title.text-center {
    margin-bottom: 34px;
  }

  .section-main-title h1,
  .section-main-title h2,
  .section-main-title h3 {
    font-size: clamp(1.5rem, 8vw, 2.5rem) !important;
    line-height: 1.1 !important;
  }

  p,
  .section-title-desc p,
  .xperts-destination-copy p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .xperts-destination-intro,
  .xperts-destination-process,
  .xperts-destination-video,
  .xperts-video-gallery,
  .xperts-partner-area,
  .xperts-expert-profiles {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .xperts-destination-copy h2,
  .xperts-destination-teaser-content h2 {
    font-size: clamp(2.15rem, 10vw, 3.3rem) !important;
    line-height: 1.05 !important;
  }

  .xperts-destination-services .section-sub-title h5 {
    margin-top: 16px !important;
    font-size: 14px;
    line-height: 1.65;
  }

  .xperts-destination-services .wedding-active {
    max-width: 100%;
    padding-bottom: 60px;
  }

  .xperts-destination-services .wedding-thumb img {
    min-height: 230px;
    aspect-ratio: 1 / 0.78;
  }

  .xperts-destination-services .lovebird-wedding-arrow-box button,
  .xperts-destination-services .lovebird-wedding-arrow-box button.wedding-prev,
  .xperts-destination-services .lovebird-wedding-arrow-box button.wedding-next {
    width: 42px !important;
    height: 42px !important;
    font-size: 16px;
  }

  .xperts-destination-services .single-wedding-box,
  .xperts-destination-services .single-wedding-box.box-2,
  .xperts-destination-services .single-wedding-box.last-child {
    padding: 18px;
  }

  .xperts-process-grid article,
  .xperts-video-content,
  .xperts-expert-card,
  .xperts-service-detail-list li,
  .xperts-service-flow-grid article {
    padding: 20px;
  }
}

/* ========================================
   TEAM PAGE
   ======================================== */

/* Team Hero */
.xperts-team-hero {
  padding: clamp(60px, 8vw, 100px) 0 clamp(40px, 5vw, 60px);
  background:
    radial-gradient(circle at 15% 25%, rgba(143, 163, 125, 0.12), transparent 30%),
    linear-gradient(180deg, #fffdf9 0%, #f5f0e7 100%);
  text-align: center;
}

.xperts-team-hero-inner {
  max-width: 800px;
  margin: 0 auto;
}

.xperts-team-hero h1 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.08;
  color: var(--xperts-ink);
  margin: 16px 0 20px;
}

.xperts-team-hero p {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.7;
  color: var(--xperts-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* Team Cards Section */
.xperts-team-section {
  padding: clamp(40px, 6vw, 80px) 0 clamp(60px, 8vw, 100px);
  background: #fffdf9;
}

.xperts-team-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(31, 33, 29, 0.1);
  transition: all 0.4s ease;
  margin-bottom: 24px;
}

.xperts-team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(31, 33, 29, 0.18);
}

.xperts-team-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.1;
}

.xperts-team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.xperts-team-card:hover .xperts-team-card-img img {
  transform: scale(1.08);
}

.xperts-team-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(31, 33, 29, 0.85) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.xperts-team-card:hover .xperts-team-card-overlay {
  opacity: 1;
}

.xperts-team-card-social {
  display: flex;
  gap: 12px;
}

.xperts-team-card-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  transform: translateY(20px);
}

.xperts-team-card:hover .xperts-team-card-social a {
  transform: translateY(0);
}

.xperts-team-card:hover .xperts-team-card-social a:nth-child(2) {
  transition-delay: 0.08s;
}

.xperts-team-card-social a:hover {
  background: var(--xperts-gold);
  border-color: var(--xperts-gold);
  transform: translateY(-3px) !important;
}

.xperts-team-card-info {
  padding: 24px;
}

.xperts-team-card-info h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--xperts-ink);
  margin: 0 0 6px;
  line-height: 1.2;
}

.xperts-team-card-info span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--xperts-green-dark);
  margin-bottom: 12px;
}

.xperts-team-card-info p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--xperts-muted);
  margin: 0;
}

/* Team Values Section */
.xperts-team-values {
  padding: clamp(60px, 8vw, 100px) 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(143, 163, 125, 0.1), transparent 28%),
    linear-gradient(135deg, #fffdf9 0%, #f5f1e9 100%);
  overflow: hidden;
}

.xperts-team-values h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--xperts-ink);
  margin: 12px 0 18px;
}

.xperts-team-values p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--xperts-muted);
  max-width: 520px;
}

.xperts-team-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.xperts-team-value-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.xperts-team-value-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(143, 163, 125, 0.12);
  color: var(--xperts-green-dark);
  font-size: 20px;
}

.xperts-team-value-item h4 {
  font-size: 16px;
  color: var(--xperts-ink);
  margin: 0 0 4px;
}

.xperts-team-value-item p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--xperts-muted);
  margin: 0;
}

.xperts-team-values-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(31, 33, 29, 0.16);
}

.xperts-team-values-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.xperts-team-values-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 20px 24px;
  border-radius: 10px;
  background: rgba(31, 33, 29, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.xperts-team-values-badge span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9;
  font-family: "Manrope", Arial, sans-serif;
}

.xperts-team-values-badge p {
  margin: 8px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 200px;
}

/* Home Page Services at a Glance */
.xperts-home-services {
  padding: 80px 0;
  background: var(--xperts-cream);
}

.xperts-kicker {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--xperts-gold);
  margin-bottom: 10px;
}

.xperts-section-heading {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--xperts-ink);
  margin-bottom: 14px;
}

.xperts-section-subtext {
  font-size: 1rem;
  color: var(--xperts-muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

.xperts-service-row-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  background: #fff;
  border-radius: 14px;
  padding: 30px 28px;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xperts-service-row-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.xperts-service-row-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: var(--xperts-green);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xperts-service-row-icon i {
  font-size: 1.3rem;
  color: #fff;
}

.xperts-service-row-body {
  flex: 1;
  min-width: 0;
}

.xperts-service-row-body h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--xperts-ink);
  margin-bottom: 8px;
}

.xperts-service-row-body p {
  font-size: 0.88rem;
  color: var(--xperts-muted);
  line-height: 1.65;
  margin-bottom: 14px;
}

.xperts-service-row-body a {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--xperts-gold);
  text-decoration: none;
  transition: color 0.2s;
}

.xperts-service-row-body a:hover {
  color: var(--xperts-ink);
}

.xperts-service-row-body a i {
  font-size: 0.75rem;
  margin-left: 4px;
  transition: transform 0.2s;
}

.xperts-service-row-body a:hover i {
  transform: translateX(3px);
}

/* Detailed Services Section */
.xperts-detailed-services {
  padding: 70px 0;
  background: linear-gradient(135deg, #f5f7f2 0%, #e8ede4 100%);
}

.xperts-detailed-service-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  height: 100%;
  border-left: 4px solid var(--xperts-green);
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xperts-detailed-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.xperts-detailed-service-icon {
  width: 50px;
  height: 50px;
  background: var(--xperts-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.xperts-detailed-service-icon i {
  font-size: 1.3rem;
  color: #fff;
}

.xperts-detailed-service-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--xperts-ink);
  margin-bottom: 15px;
}

.xperts-detailed-service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xperts-detailed-service-card ul li {
  padding: 6px 0;
  font-size: 0.95rem;
  color: var(--xperts-muted);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-family: 'Manrope', sans-serif;
}

.xperts-detailed-service-card ul li:last-child {
  border-bottom: none;
}

/* ========================================================
   Services Showcase â€” Premium Card Grid
   ======================================================== */

.xperts-services-showcase {
  position: relative;
  padding: clamp(80px, 10vw, 140px) 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(143, 163, 125, 0.1), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(183, 146, 91, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #f5f0e7 100%);
  overflow: hidden;
}

.xperts-services-bg-deco {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(143, 163, 125, 0.08);
  pointer-events: none;
}

.xperts-services-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(48px, 6vw, 80px);
  position: relative;
  z-index: 1;
}

.xperts-services-header .xperts-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--xperts-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.xperts-services-header .xperts-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--xperts-green);
}

.xperts-services-header h2 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--xperts-ink);
  margin: 0 0 18px;
}

.xperts-services-header p {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.75;
  color: var(--xperts-muted);
  margin: 0;
}

/* ---- Grid ---- */
.xperts-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

/* ---- Card ---- */
.xperts-svc-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  cursor: default;
  box-shadow: 0 20px 50px rgba(31, 33, 29, 0.12);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.45s ease;
}

.xperts-svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 70px rgba(31, 33, 29, 0.2);
}

.xperts-svc-card--tall {
  grid-row: span 2;
  min-height: 780px;
}

.xperts-svc-card--full {
  grid-column: span 2;
  min-height: 420px;
}

/* Background image */
.xperts-svc-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.xperts-svc-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.xperts-svc-card:hover .xperts-svc-card-bg img {
  transform: scale(1.08);
}

/* Overlay gradient */
.xperts-svc-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 17, 16, 0) 0%, rgba(15, 17, 16, 0.25) 40%, rgba(15, 17, 16, 0.88) 100%);
  transition: background 0.45s ease;
}

.xperts-svc-card:hover .xperts-svc-card-overlay {
  background:
    linear-gradient(180deg, rgba(15, 17, 16, 0) 0%, rgba(15, 17, 16, 0.35) 35%, rgba(15, 17, 16, 0.92) 100%);
}

/* Large number watermark */
.xperts-svc-card-num {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 2;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  transition: color 0.4s ease;
}

.xperts-svc-card:hover .xperts-svc-card-num {
  color: rgba(255, 255, 255, 0.12);
}

/* Content panel */
.xperts-svc-card-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 32px 28px;
}

.xperts-svc-card-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 18px;
  transition: background 0.35s ease, transform 0.35s ease;
}

.xperts-svc-card:hover .xperts-svc-card-icon {
  background: rgba(183, 146, 91, 0.25);
  transform: translateY(-3px);
}

.xperts-svc-card-icon i {
  font-size: 20px;
  color: #fff;
}

.xperts-svc-card-content h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
}

.xperts-svc-card-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 20px;
  max-width: 420px;
}

.xperts-svc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--xperts-gold);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.xperts-svc-card-link:hover {
  color: #fff;
  gap: 12px;
}

.xperts-svc-card-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.xperts-svc-card-link:hover i {
  transform: translateX(3px);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .xperts-services-grid {
    gap: 16px;
  }

  .xperts-svc-card {
    min-height: 320px;
  }

  .xperts-svc-card--tall {
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .xperts-services-showcase {
    padding: clamp(58px, 8vw, 90px) 0;
  }

  .xperts-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .xperts-svc-card {
    min-height: 280px;
  }

  .xperts-svc-card--tall {
    grid-row: span 1;
    min-height: 280px;
  }

  .xperts-svc-card--full {
    grid-column: span 1;
  }

  .xperts-svc-card-num {
    font-size: 5rem;
    top: 16px;
    right: 18px;
  }

  .xperts-svc-card-content {
    padding: 24px 20px;
  }

  .xperts-svc-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .xperts-svc-card-icon i {
    font-size: 17px;
  }

  .xperts-svc-card-content h3 {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }

  .xperts-svc-card-content p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 16px;
  }
}

/* Team Page Responsive */
@media (max-width: 991px) {
  .xperts-team-values-grid {
    grid-template-columns: 1fr;
  }

  .xperts-team-values-media {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .xperts-team-card-img {
    aspect-ratio: 1 / 0.9;
  }

  .xperts-team-card-overlay {
    opacity: 1;
    background: linear-gradient(180deg, transparent 50%, rgba(31, 33, 29, 0.75) 100%);
  }

  .xperts-team-card-social a {
    transform: translateY(0);
  }
}

/* Home Services Responsive */
@media (max-width: 991px) {
  .xperts-service-row-card {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .xperts-service-row-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    padding: 28px 22px;
  }

  .xperts-service-row-icon {
    width: 48px;
    height: 48px;
  }

  .xperts-service-row-body p {
    font-size: 0.85rem;
  }
}

/* ========================================================
   Flyer Gallery â€” Premium Mosaic Layout
   ======================================================== */

.flyer-gallery {
  padding: 0 0 40px;
}

/* Dark background for gallery section */
.gallery-area {
  background: linear-gradient(180deg, #1a1c18 0%, #232620 50%, #1a1c18 100%);
}

.gallery-area .section-sub-title h4 {
  color: rgba(183, 146, 91, 0.85);
}

.gallery-area .section-main-title h1,
.gallery-area .section-main-title h2,
.gallery-area .section-main-title h3 {
  color: #fff;
}

/* ---- Grid ---- */
.flyer-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}

/* ---- Card base ---- */
.flyer-card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.45s ease, transform 0.45s ease;
}

.flyer-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
  transform: translateY(-6px);
}

.flyer-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flyer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flyer-card:hover img {
  transform: scale(1.08);
}

/* ---- Overlay ---- */
.flyer-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(31,33,29,0.55) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.flyer-card:hover .flyer-card-overlay {
  opacity: 1;
}

.flyer-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(101, 120, 90, 0.9);
  border: 2px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(6px);
  transform: translateY(16px);
  transition: transform 0.4s ease;
}

.flyer-card:hover .flyer-card-icon {
  transform: translateY(0);
}

.flyer-card-icon i {
  font-size: 20px;
  color: #fff;
}

/* ---- Number stamp (hidden) ---- */
.flyer-card-number {
  display: none;
}

/* ---- Featured badge ---- */
.flyer-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--xperts-green-dark, #4a5a40);
  padding: 5px 12px;
  border-radius: 4px;
  z-index: 2;
}

/* ---- Size variants ---- */
.flyer-card--hero {
  grid-column: span 2;
  grid-row: span 2;
}

.flyer-card--tall {
  grid-row: span 2;
}

.flyer-card--wide {
  grid-column: span 2;
}

/* ---- Decorative accent line on hover ---- */
.flyer-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--xperts-green-dark, #4a5a40), var(--xperts-ink, #65785a));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
  z-index: 3;
}

.flyer-card:hover::after {
  transform: scaleX(1);
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
  .flyer-mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }

  .flyer-card--hero {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .flyer-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 240px;
    gap: 10px;
  }

  .flyer-card--hero {
    grid-column: span 2;
    grid-row: span 1;
  }

  .flyer-card--tall {
    grid-row: span 1;
  }

  .flyer-card--wide {
    grid-column: span 1;
  }

  .flyer-card-icon {
    width: 40px;
    height: 40px;
  }

  .flyer-card-icon i {
    font-size: 16px;
  }

  .flyer-card-number {
    font-size: 10px;
    padding: 3px 8px;
    top: 8px;
    left: 8px;
  }

  .flyer-card-badge {
    font-size: 9px;
    padding: 4px 8px;
    top: 8px;
    right: 8px;
  }
}

@media (max-width: 480px) {
  .flyer-mosaic {
    grid-auto-rows: 200px;
  }
}

/* ============================================
   Service Pages â€” Shared Styles
   ============================================ */

.xperts-service-page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(31, 33, 29, 0.90), rgba(31, 33, 29, 0.55)),
    url("../images/home-1/ser-bg.png") center / cover no-repeat;
}

.xperts-service-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(183, 146, 91, 0.22), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 88px);
  pointer-events: none;
}

.xperts-service-page-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(1120px, calc(100% - 36px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.30), transparent);
  transform: translateX(-50%);
}

.xperts-service-page-hero .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 44px 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(31, 33, 29, 0.36);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  text-align: center;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.xperts-service-page-hero .xperts-kicker {
  display: inline-block;
  padding: 5px 16px;
  border: 1px solid rgba(183, 146, 91, 0.45);
  border-radius: 999px;
  color: #b7925b;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.xperts-service-page-hero h1 {
  color: #fff !important;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.95;
  margin-bottom: 16px;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
  text-transform: capitalize;
}

.xperts-service-page-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  line-height: 1.65;
  max-width: 620px;
  margin: 0 auto 28px;
}

.xperts-service-page-hero .xperts-link-btn {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 999px;
  background: #8fa37d;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.xperts-service-page-hero .xperts-link-btn:hover {
  background: #65785a;
  transform: translateY(-2px);
}

/* --- Service Highlights Grid --- */

.xperts-service-highlights {
  padding: 70px 0 60px;
  background: #f8f5ef;
}

.xperts-service-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.xperts-service-highlights-card {
  position: relative;
  padding: 36px 28px 40px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(31, 33, 29, 0.07);
  box-shadow: 0 8px 32px rgba(31, 33, 29, 0.06);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease;
  overflow: hidden;
}

.xperts-service-highlights-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--xperts-green), var(--xperts-gold));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.xperts-service-highlights-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 56px rgba(31, 33, 29, 0.12);
}

.xperts-service-highlights-card:hover::before {
  opacity: 1;
}

.xperts-service-highlights-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8fa37d, #65785a);
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.xperts-service-highlights-card h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1f211d;
  margin-bottom: 10px;
}

.xperts-service-highlights-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(31, 33, 29, 0.72);
  margin-bottom: 0;
}

.xperts-service-highlights-card .watermark {
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: rgba(143, 163, 125, 0.08);
  line-height: 1;
  pointer-events: none;
}

/* --- Service Detail Page Enhancements --- */

.xperts-service-hero-img {
  float: right;
  width: 320px;
  max-width: 42%;
  margin: 0 0 20px 32px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(31, 33, 29, 0.14);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.xperts-service-hero-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(31, 33, 29, 0.22);
}

.xperts-service-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  display: block;
  transition: transform 0.5s ease;
}

.xperts-service-hero-img:hover img {
  transform: scale(1.06);
}

/* Gradient overlay */
.xperts-service-hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(31, 33, 29, 0.45) 0%,
    rgba(31, 33, 29, 0.05) 45%,
    transparent 100%
  );
  z-index: 2;
  pointer-events: none;
  border-radius: 18px;
}

/* Gold accent frame */
.xperts-service-hero-img::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(183, 146, 91, 0.30);
  border-radius: 13px;
  z-index: 3;
  pointer-events: none;
}

/* Caption badge */
.xperts-service-hero-img figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 4;
  padding: 6px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.xperts-service-detail-copy img + h2 {
  clear: none;
}

.xperts-service-detail-copy::after {
  content: "";
  display: table;
  clear: both;
}

/* --- Responsive: Tablet --- */

@media (max-width: 991px) {
  .xperts-service-page-hero {
    min-height: 360px;
    padding: 140px 0 80px;
  }

  .xperts-service-highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Responsive: Mobile --- */

@media (max-width: 767px) {
  .xperts-service-page-hero {
    min-height: 320px;
    padding: 120px 0 70px;
  }

  .xperts-service-page-hero .container {
    padding: 28px 20px;
  }

  .xperts-service-highlights-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .xperts-service-hero-img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
    aspect-ratio: 16 / 10;
  }

  .xperts-service-hero-img img {
    aspect-ratio: 16 / 10;
  }
}






/* ============================================
   Contact Page Fixes
   ============================================ */

/* Responsive Google Map */
.xperts-map-container {
  padding: 40px 0;
}

.xperts-map-frame {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(31, 33, 29, 0.10);
}

.xperts-map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Green submit button */
.xperts-contact-form .submit-button button {
  background: #8fa37d;
}

.xperts-contact-form .submit-button button:hover {
  background: #65785a;
}

/* Heading font */
h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* ============================================
   Destination Wedding Moments — Hero Video
   ============================================ */

.xperts-dw-moments {
  padding: clamp(78px, 9vw, 125px) 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(183, 146, 91, 0.12), transparent 27%),
    radial-gradient(circle at 92% 24%, rgba(143, 163, 125, 0.14), transparent 26%),
    linear-gradient(180deg, #fffdf9 0%, #f7f2e9 100%);
  overflow: hidden;
  position: relative;
}

.xperts-dw-moments::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(31, 33, 29, 0.03) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

.xperts-dw-moments .container {
  position: relative;
  z-index: 1;
}

/* Hero Video Thumbnail */
.xperts-dw-hero-video {
  margin-top: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.xperts-dw-hero-video-inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 24px 64px rgba(31,33,29,0.15);
  aspect-ratio: 16/9;
}

.xperts-dw-hero-video-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.xperts-dw-hero-video-inner:hover img {
  transform: scale(1.04);
}

.xperts-dw-hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(31,33,29,0) 0%,
    rgba(31,33,29,0.05) 50%,
    rgba(31,33,29,0.5) 100%
  );
  transition: background 0.4s ease;
}

.xperts-dw-hero-video-inner:hover .xperts-dw-hero-video-overlay {
  background: linear-gradient(
    180deg,
    rgba(31,33,29,0.05) 0%,
    rgba(31,33,29,0.15) 50%,
    rgba(31,33,29,0.65) 100%
  );
}

.xperts-dw-hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--xperts-ink);
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
}

.xperts-dw-hero-video-play svg {
  margin-left: 4px;
}

.xperts-dw-hero-video-inner:hover .xperts-dw-hero-video-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--xperts-green);
  color: #fff;
  box-shadow: 0 16px 48px rgba(143,163,125,0.45);
}

.xperts-dw-hero-video-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(31,33,29,0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
  transition: background 0.3s ease;
}

.xperts-dw-hero-video-inner:hover .xperts-dw-hero-video-badge {
  background: rgba(143,163,125,0.8);
}

/* Film Cards Grid */
.xperts-dw-film-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.xperts-dw-film-card {
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--xperts-line);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 12px 36px rgba(31,33,29,0.06);
}

.xperts-dw-film-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(31,33,29,0.12);
}

.xperts-dw-film-card-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.xperts-dw-film-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.xperts-dw-film-card-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.xperts-dw-film-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.xperts-dw-film-card.playing .xperts-dw-film-card-overlay {
  opacity: 0;
}

.xperts-dw-film-card-play-btn {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
}

.xperts-dw-film-card:hover .xperts-dw-film-card-play-btn {
  transform: scale(1.1);
  background: #fff;
}

.xperts-dw-film-card:hover .xperts-dw-film-card-thumb video {
  transform: scale(1.06);
}

.xperts-dw-film-card-info {
  padding: 18px 20px 20px;
}

.xperts-dw-film-card-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--xperts-ink);
  margin: 0 0 6px;
  line-height: 1.3;
}

.xperts-dw-film-card-info p {
  font-size: 13px;
  line-height: 1.6;
  color: #6e706c;
  margin: 0;
}

/* ============================================
   Video Modal / Lightbox
   ============================================ */
.xperts-dw-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.xperts-dw-video-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.xperts-dw-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31,33,29,0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.xperts-dw-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #111;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
  transform: scale(0.92) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.xperts-dw-video-modal.is-active .xperts-dw-modal-content {
  transform: scale(1) translateY(0);
}

.xperts-dw-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease;
}

.xperts-dw-modal-close:hover {
  background: rgba(255,255,255,0.3);
  transform: rotate(90deg);
}

.xperts-dw-modal-player {
  position: relative;
  width: 100%;
  background: #000;
}

.xperts-dw-modal-player video {
  width: 100%;
  display: block;
  max-height: 80vh;
  object-fit: contain;
}

/* Hero Video + Film Cards Responsive */
@media (max-width: 991px) {
  .xperts-dw-film-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .xperts-dw-film-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .xperts-dw-hero-video-inner {
    border-radius: 12px;
  }
  .xperts-dw-hero-video-play {
    width: 64px;
    height: 64px;
  }
  .xperts-dw-hero-video-play svg {
    width: 26px;
    height: 26px;
  }
  .xperts-dw-hero-video-badge {
    padding: 8px 14px;
    font-size: 12px;
    bottom: 14px;
    left: 14px;
  }
  .xperts-dw-modal-content {
    width: 95%;
    border-radius: 12px;
  }
}

/* ============================================
   Wedding Services — subtitle spacing
   ============================================ */
.xperts-dw-services-subtitle {
  max-width: 640px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.7;
}

/* ============================================
   Wedding Services — New Redesign
   ============================================ */
.xperts-dw-services {
  background: linear-gradient(135deg, #f2f5ef 0%, #edf1e8 40%, #f0f3ec 100%);
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
}

.xperts-dw-services::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(143,163,125,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.xperts-dw-services-layout {
  display: flex;
  gap: 50px;
  align-items: stretch;
  margin-top: 50px;
}

.xperts-dw-services-hero {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.xperts-dw-services-hero-img {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(31,33,29,0.12);
}

.xperts-dw-services-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.xperts-dw-services-hero-img:hover img {
  transform: scale(1.03);
}

.xperts-dw-services-hero-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.xperts-dw-services-hero-thumbs img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(31,33,29,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.xperts-dw-services-hero-thumbs img:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(31,33,29,0.14);
}

.xperts-dw-services-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-content: center;
}

.xperts-dw-service-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--xperts-line);
  border-radius: 14px;
  padding: 30px 26px 28px;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}

.xperts-dw-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--xperts-green) 0%, var(--xperts-gold) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.xperts-dw-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(31,33,29,0.1);
  border-color: transparent;
}

.xperts-dw-service-card:hover::before {
  opacity: 1;
}

.xperts-dw-service-num {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--xperts-green);
  background: rgba(143,163,125,0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}

.xperts-dw-service-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--xperts-green) 0%, var(--xperts-green-dark) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(143,163,125,0.25);
}

.xperts-dw-service-icon i {
  font-size: 22px;
  color: #fff;
}

.xperts-dw-service-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--xperts-ink);
  margin-bottom: 10px;
  line-height: 1.3;
}

.xperts-dw-service-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #6e706c;
  margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .xperts-dw-services-layout {
    flex-direction: column;
  }
  .xperts-dw-services-hero {
    flex: none;
  }
}

@media (max-width: 767px) {
  .xperts-dw-services {
    padding: 70px 0 80px;
  }
  .xperts-dw-services-grid {
    grid-template-columns: 1fr;
  }
  .xperts-dw-service-card {
    padding: 24px 20px 22px;
  }
  .xperts-dw-services-hero-thumbs {
    gap: 8px;
  }
}

/* ============================================
   How to Plan — 2-Column Layout
   ============================================ */
.xperts-dw-how-to-plan {
  background: linear-gradient(135deg, #f2f5ef 0%, #edf1e8 40%, #f0f3ec 100%);
  padding: clamp(78px, 9vw, 125px) 0;
  overflow: hidden;
}

.xperts-dw-plan-layout {
  display: flex;
  gap: 50px;
  align-items: center;
}

.xperts-dw-plan-image {
  flex: 0 0 45%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(31,33,29,0.12);
}

.xperts-dw-plan-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.xperts-dw-plan-image:hover img {
  transform: scale(1.04);
}

.xperts-dw-plan-right {
  flex: 1;
}

.xperts-dw-plan-header h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--xperts-ink);
  margin: 12px 0 18px;
  line-height: 1.2;
}

.xperts-dw-plan-header p {
  font-size: 15px;
  line-height: 1.75;
  color: #6e706c;
  margin-bottom: 14px;
}

.xperts-dw-plan-locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

.xperts-dw-plan-locations-grid .xperts-dw-plan-loc:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 7px);
}

.xperts-dw-plan-loc {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--xperts-line);
  border-radius: 12px;
  padding: 16px 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.xperts-dw-plan-loc:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(31,33,29,0.08);
  border-color: var(--xperts-green);
}

.xperts-dw-plan-loc i {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--xperts-green) 0%, var(--xperts-green-dark) 100%);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(143,163,125,0.25);
}

.xperts-dw-plan-loc h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--xperts-ink);
  margin: 0 0 2px;
  line-height: 1.2;
}

.xperts-dw-plan-loc span {
  font-size: 12px;
  color: #6e706c;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .xperts-dw-plan-layout {
    flex-direction: column;
  }
  .xperts-dw-plan-image {
    flex: none;
    width: 100%;
  }
  .xperts-dw-plan-image img {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .xperts-dw-plan-locations-grid {
    grid-template-columns: 1fr;
  }
  .xperts-dw-plan-locations-grid .xperts-dw-plan-loc:last-child {
    width: 100%;
  }
}

/* ============================================
   Partner Name Labels
   ============================================ */
.xperts-partner-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.xperts-partner-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--xperts-ink);
  text-align: center;
  white-space: nowrap;
}

/* ============================================
   Contact CTA Section
   ============================================ */
.xperts-dw-contact-cta {
  background: linear-gradient(135deg, #f2f5ef 0%, #edf1e8 40%, #f0f3ec 100%);
  padding: clamp(78px, 9vw, 110px) 0;
}

.xperts-dw-cta-inner {
  background: #fffdf9;
  border-radius: 20px;
  padding: 56px 50px;
  display: flex;
  gap: 50px;
  align-items: center;
  box-shadow: 0 24px 64px rgba(31,33,29,0.07);
  border: 1px solid var(--xperts-line);
}

.xperts-dw-cta-content {
  flex: 1;
}

.xperts-dw-cta-tagline {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-size: 16px;
  color: var(--xperts-gold);
  margin-bottom: 12px;
}

.xperts-dw-cta-content h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  color: var(--xperts-ink);
  margin-bottom: 16px;
  line-height: 1.2;
}

.xperts-dw-cta-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #6e706c;
  margin: 0;
}

.xperts-dw-cta-contact {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.xperts-dw-cta-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.xperts-dw-cta-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  color: #6e706c;
  line-height: 1.5;
}

.xperts-dw-cta-item i {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--xperts-green) 0%, var(--xperts-green-dark) 100%);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}

.xperts-dw-cta-item a {
  color: var(--xperts-ink);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.xperts-dw-cta-item a:hover {
  color: var(--xperts-green);
}

.xperts-dw-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--xperts-green) 0%, var(--xperts-green-dark) 100%);
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(143,163,125,0.3);
}

.xperts-dw-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(143,163,125,0.4);
  color: #fff;
}

@media (max-width: 991px) {
  .xperts-dw-cta-inner {
    flex-direction: column;
    padding: 40px 30px;
  }
  .xperts-dw-cta-contact {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .xperts-dw-cta-inner {
    padding: 32px 20px;
    gap: 32px;
  }
}

/* ========================================================
   Services Page Hero — svc- prefix
   ======================================================== */

.svc-hero {
  position: relative;
  padding: clamp(160px, 20vw, 240px) 0 clamp(80px, 10vw, 100px);
  overflow: hidden;
  background: #0f1110;
}

.svc-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(183, 146, 91, 0.1), transparent 40%),
    radial-gradient(circle at 15% 85%, rgba(143, 163, 125, 0.08), transparent 35%),
    radial-gradient(circle at 50% 50%, rgba(31, 33, 29, 1) 0%, #0f1110 100%);
}

.svc-hero-deco {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(183, 146, 91, 0.1);
  pointer-events: none;
}

.svc-hero-deco--1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -150px;
}

.svc-hero-deco--2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -60px;
  border-color: rgba(143, 163, 125, 0.08);
}

.svc-hero-deco-dots {
  position: absolute;
  bottom: 80px;
  right: 60px;
  width: 50px;
  height: 50px;
  background-image: radial-gradient(circle, rgba(183, 146, 91, 0.3) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  z-index: 1;
}

/* ---- Grid ---- */
.svc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ---- Text ---- */
.svc-hero-text {
  max-width: 540px;
}

.svc-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(183, 146, 91, 0.9);
  margin-bottom: 24px;
}

.svc-hero-kicker-line {
  width: 36px;
  height: 1px;
  background: rgba(183, 146, 91, 0.6);
}

.svc-hero h1 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.svc-hero-accent {
  background: linear-gradient(135deg, var(--xperts-gold) 0%, #d4a96a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.svc-hero p {
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 40px;
}

.svc-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: var(--xperts-gold);
  text-decoration: none;
  border-radius: 4px;
  padding: 16px 32px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.svc-hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--xperts-green-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.svc-hero-cta:hover::before {
  transform: scaleX(1);
}

.svc-hero-cta span,
.svc-hero-cta svg {
  position: relative;
  z-index: 1;
}

.svc-hero-cta:hover {
  color: #fff;
  box-shadow: 0 8px 25px rgba(183, 146, 91, 0.35);
}

/* ---- Visual (Right Side) ---- */
.svc-hero-visual {
  position: relative;
}

.svc-hero-img-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}

.svc-hero-img-main img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.svc-hero-img-accent {
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 180px;
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  border: 3px solid rgba(15, 17, 16, 0.8);
  z-index: 3;
}

.svc-hero-img-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-hero-float {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 4;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--xperts-ink);
}

.svc-hero-float--1 {
  top: 30px;
  left: -24px;
}

.svc-hero-float--2 {
  bottom: 60px;
  left: -16px;
}

.svc-hero-float-icon {
  width: 40px;
  height: 40px;
  background: var(--xperts-green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-hero-float-icon i {
  font-size: 1rem;
  color: #fff;
}

.svc-hero-float-stars {
  display: flex;
  gap: 2px;
}

.svc-hero-float-stars i {
  font-size: 0.7rem;
  color: var(--xperts-gold);
}

.svc-hero-float span:last-child {
  font-size: 0.8rem;
}

.svc-hero-ring {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(183, 146, 91, 0.2);
  z-index: 1;
}

.svc-hero-ring::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(183, 146, 91, 0.12);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .svc-hero {
    padding: 160px 0 80px;
  }

  .svc-hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .svc-hero-text {
    max-width: 100%;
  }

  .svc-hero p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .svc-hero-visual {
    max-width: 440px;
    margin: 0 auto;
  }

  .svc-hero-img-main img {
    height: 340px;
  }
}

@media (max-width: 575px) {
  .svc-hero h1 {
    font-size: 2rem;
  }

  .svc-hero-img-main img {
    height: 260px;
  }

  .svc-hero-img-accent {
    width: 130px;
    height: 100px;
    right: -12px;
    bottom: -24px;
  }

  .svc-hero-float--1 {
    left: 8px;
    top: 16px;
    padding: 10px 14px;
  }

  .svc-hero-float--2 {
    left: 8px;
    bottom: 40px;
    padding: 10px 14px;
  }

  .svc-hero-ring {
    width: 80px;
    height: 80px;
    right: -10px;
    top: -10px;
  }

  .svc-hero-ring::after {
    width: 50px;
    height: 50px;
    top: 12px;
    left: 12px;
  }
}

/* ---- Room Reservation ---- */

/* ---- Hero ---- */
.rr-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 180px 0 100px;
  background:
    radial-gradient(circle at 30% 20%, rgba(143, 163, 125, 0.12), transparent 40%),
    radial-gradient(circle at 75% 80%, rgba(183, 146, 91, 0.08), transparent 35%),
    linear-gradient(175deg, #f8f5ef 0%, #f0ece4 40%, #e8ede4 100%);
  overflow: hidden;
}

.rr-hero-deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(183, 146, 91, 0.15);
  pointer-events: none;
}

.rr-hero-deco-ring--1 {
  width: 500px;
  height: 500px;
  top: -120px;
  right: -100px;
}

.rr-hero-deco-ring--2 {
  width: 300px;
  height: 300px;
  bottom: -60px;
  left: -80px;
  border-color: rgba(143, 163, 125, 0.12);
}

.rr-hero-deco-dots {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, rgba(143, 163, 125, 0.3) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
}

/* ---- Kicker ---- */
.rr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--xperts-green-dark);
  margin-bottom: 24px;
}

.rr-kicker-line {
  width: 36px;
  height: 1px;
  background: var(--xperts-green);
}

.rr-kicker--light {
  color: rgba(183, 146, 91, 0.9);
}

.rr-kicker--light .rr-kicker-line {
  background: rgba(183, 146, 91, 0.6);
}

/* ---- Hero Grid ---- */
.rr-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ---- Hero Text ---- */
.rr-hero-text h1 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--xperts-ink);
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.rr-hero-text p {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.8;
  color: var(--xperts-muted);
  max-width: 520px;
  margin-bottom: 40px;
}

/* ---- Hero Actions ---- */
.rr-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.rr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  padding: 14px 30px;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  border: none;
}

.rr-btn--primary {
  background: var(--xperts-green);
  color: #fff;
}

.rr-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--xperts-green-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.rr-btn--primary:hover::before {
  transform: scaleX(1);
}

.rr-btn--primary span,
.rr-btn--primary i {
  position: relative;
  z-index: 1;
}

.rr-btn--primary:hover {
  color: #fff;
  box-shadow: 0 8px 25px rgba(101, 120, 90, 0.35);
}

.rr-btn--outline {
  background: transparent;
  color: var(--xperts-ink);
  border: 1.5px solid var(--xperts-green);
}

.rr-btn--outline:hover {
  background: var(--xperts-green);
  color: #fff;
}

/* ---- Hero Stats ---- */
.rr-hero-stats {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(31, 33, 29, 0.08);
  overflow: hidden;
  max-width: 480px;
}

.rr-stat {
  flex: 1;
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid rgba(31, 33, 29, 0.06);
}

.rr-stat:last-child {
  border-right: none;
}

.rr-stat strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--xperts-green-dark);
  margin-bottom: 4px;
}

.rr-stat span {
  font-size: 0.8rem;
  color: var(--xperts-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---- Hero Visual (Right Side) ---- */
.rr-hero-visual {
  position: relative;
}

.rr-hero-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(31, 33, 29, 0.15);
}

.rr-hero-img-wrap img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.rr-hero-float-card {
  position: absolute;
  bottom: -24px;
  left: -30px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 36px rgba(31, 33, 29, 0.12);
  z-index: 2;
}

.rr-hero-float-icon {
  width: 48px;
  height: 48px;
  background: var(--xperts-green);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rr-hero-float-icon i {
  font-size: 1.2rem;
  color: #fff;
}

.rr-hero-float-info strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--xperts-ink);
}

.rr-hero-float-info span {
  font-size: 0.8rem;
  color: var(--xperts-muted);
}

.rr-hero-float-badge {
  position: absolute;
  top: 24px;
  right: -16px;
  background: var(--xperts-gold);
  color: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(183, 146, 91, 0.3);
  z-index: 2;
}

.rr-hero-float-badge i {
  font-size: 0.8rem;
}

/* ---- Section Header ---- */
.rr-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(48px, 6vw, 80px);
}

.rr-section-header .rr-kicker {
  justify-content: center;
}

.rr-section-header h2 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--xperts-ink);
  margin: 0 0 18px;
}

.rr-section-header p {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.75;
  color: var(--xperts-muted);
  margin: 0;
}

/* ---- Room Showcase (Swiper Slider) ---- */
.rr-rooms {
  padding: clamp(80px, 10vw, 120px) 0 60px;
  background: #fffdf9;
}

.rr-rooms-slider {
  position: relative;
}

/* ---- Partner Grid ---- */
.rr-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.rr-partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 20px;
  background: #fff;
  border: 1px solid rgba(31, 33, 29, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(31, 33, 29, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rr-partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(31, 33, 29, 0.12);
}

.rr-partner-card img {
  max-width: 160px;
  max-height: 80px;
  object-fit: contain;
}

.rr-partner-card span {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--xperts-ink);
  text-align: center;
}

/* ---- Hotel Categories ---- */
.rr-categories {
  padding: clamp(80px, 10vw, 120px) 0;
  margin-bottom: 40px;
  background: linear-gradient(175deg, #f0ece4 0%, #f8f5ef 50%, #e8ede4 100%);
}

.rr-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rr-cat-card {
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.rr-cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
}

.rr-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(31, 33, 29, 0.15);
}

.rr-cat-card--three {
  background: linear-gradient(160deg, #e8ede4 0%, #dce5d5 100%);
  color: var(--xperts-green);
}

.rr-cat-card--four {
  background: linear-gradient(160deg, #f0ece4 0%, #e6ddd0 100%);
  color: var(--xperts-gold);
}

.rr-cat-card--five {
  background: linear-gradient(160deg, #fdf8f0 0%, #f5eedf 100%);
  color: var(--xperts-gold-dark);
}

.rr-cat-stars {
  margin-bottom: 20px;
}

.rr-cat-stars i {
  font-size: 1.1rem;
  color: var(--xperts-gold);
  margin: 0 2px;
}

.rr-cat-card h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--xperts-ink);
  margin-bottom: 14px;
}

.rr-cat-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--xperts-muted);
  margin-bottom: 24px;
}

.rr-cat-count {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.rr-cat-count strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--xperts-green-dark);
}

.rr-cat-count span {
  font-size: 0.85rem;
  color: var(--xperts-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---- Why Xperts ---- */
.rr-why {
  padding: clamp(80px, 10vw, 120px) 0;
  background: #fffdf9;
}

.rr-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.rr-why-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.rr-why-media img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.rr-why-media-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(31, 33, 29, 0.88);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rr-why-media-badge strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--xperts-gold);
}

.rr-why-media-badge span {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

.rr-why-copy .rr-kicker {
  margin-bottom: 20px;
}

.rr-why-copy h2 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--xperts-ink);
  margin: 0 0 36px;
}

.rr-why-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rr-why-feat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.rr-why-feat-icon {
  width: 44px;
  height: 44px;
  background: var(--xperts-green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rr-why-feat-icon i {
  font-size: 1.1rem;
  color: #fff;
}

.rr-why-feat h4 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--xperts-ink);
  margin-bottom: 4px;
}

.rr-why-feat p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--xperts-muted);
  margin: 0;
}

/* ---- Cities ---- */
.rr-cities {
  padding: clamp(80px, 10vw, 120px) 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(143, 163, 125, 0.06), transparent 30%),
    linear-gradient(175deg, #f0ece4 0%, #f8f5ef 100%);
}

.rr-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.rr-city {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(31, 33, 29, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rr-city:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(31, 33, 29, 0.12);
}

.rr-city-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--xperts-green) 0%, var(--xperts-green-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.rr-city-icon i {
  font-size: 1.2rem;
  color: #fff;
}

.rr-city h4 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--xperts-ink);
  margin-bottom: 6px;
}

.rr-city span {
  font-size: 0.8rem;
  color: var(--xperts-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---- Contact CTA ---- */
.rr-cta {
  position: relative;
  padding: clamp(80px, 10vw, 120px) 0;
  overflow: hidden;
}

.rr-cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(15, 17, 16, 0.92) 0%, rgba(31, 33, 29, 0.88) 100%),
    url("../images/home-1/Wedding-bg.png") center / cover no-repeat;
}

.rr-cta-bg::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(183, 146, 91, 0.08);
}

.rr-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.rr-cta-content {
  max-width: 480px;
}

.rr-cta-content h2 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 18px;
}

.rr-cta-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.rr-cta-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 300px;
}

.rr-cta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.rr-cta-item i {
  font-size: 1rem;
  color: var(--xperts-gold);
  width: 20px;
  text-align: center;
}

.rr-cta-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.rr-cta-item a:hover {
  color: #fff;
}

.rr-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: var(--xperts-gold);
  border: none;
  border-radius: 4px;
  padding: 16px 32px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 8px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.rr-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--xperts-green-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.rr-cta-btn:hover::before {
  transform: scaleX(1);
}

.rr-cta-btn span,
.rr-cta-btn svg {
  position: relative;
  z-index: 1;
}

.rr-cta-btn:hover {
  color: #fff;
  box-shadow: 0 8px 25px rgba(183, 146, 91, 0.35);
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
  .rr-why-grid {
    gap: 40px;
  }
  .rr-why-media img {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .rr-hero {
    min-height: auto;
    padding: 160px 0 80px;
  }

  .rr-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .rr-hero-text p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rr-hero-actions {
    justify-content: center;
  }

  .rr-hero-stats {
    max-width: 100%;
  }

  .rr-hero-visual {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .rr-hero-img-wrap img {
    height: 320px;
  }

  .rr-hero-float-card {
    bottom: -16px;
    left: 16px;
  }

  .rr-hero-float-badge {
    right: 16px;
    top: 16px;
  }

  .rr-categories-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rr-cat-card {
    padding: 30px 24px;
  }

  .rr-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rr-why-media {
    order: -1;
  }

  .rr-why-media img {
    height: 350px;
  }

  .rr-cities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rr-cta-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .rr-cta-content {
    max-width: 100%;
  }

  .rr-cta-contact {
    min-width: 100%;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .rr-hero-text h1 {
    font-size: 2.2rem;
  }

  .rr-hero-img-wrap img {
    height: 260px;
  }

  .rr-hero-float-card {
    left: 10px;
    bottom: -12px;
    padding: 14px 16px;
  }

  .rr-hero-float-badge {
    right: 10px;
    top: 10px;
    padding: 10px 14px;
    font-size: 0.78rem;
  }

  .rr-hero-stats {
    flex-direction: column;
  }

  .rr-stat {
    border-right: none;
    border-bottom: 1px solid rgba(31, 33, 29, 0.06);
    padding: 18px 16px;
  }

  .rr-stat:last-child {
    border-bottom: none;
  }

  .rr-partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .rr-cities-grid {
    grid-template-columns: 1fr;
  }

  .rr-cta-contact {
    min-width: 100%;
  }
}

/* ============================================
   ABOUT PAGE ENHANCEMENTS
   ============================================ */

/* --- Kicker Labels --- */
.xperts-kicker-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--xperts-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.xperts-kicker-label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background: var(--xperts-gold);
}

/* --- Initial Avatars --- */
.xperts-initial-avatar {
  width: 100%;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(143, 163, 125, 0.14), rgba(183, 146, 91, 0.12)),
    #fff;
}

.xperts-initial-avatar-circle {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--xperts-green-dark), var(--xperts-green));
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 40px rgba(101, 120, 90, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.xperts-initial-avatar:hover .xperts-initial-avatar-circle {
  transform: scale(1.06);
  box-shadow: 0 20px 50px rgba(101, 120, 90, 0.4);
}

.xperts-expert-avatar {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--xperts-cream);
  margin-bottom: 24px;
}

.xperts-expert-avatar-circle {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--xperts-green-dark), var(--xperts-green));
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 28px rgba(101, 120, 90, 0.25);
}

/* --- Counter Section Enhancements --- */
.xperts-counter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(143, 163, 125, 0.16), rgba(183, 146, 91, 0.12));
  color: var(--xperts-green-dark);
  font-size: 20px;
  margin-bottom: 14px;
}

.coutner-area.style-2 .counter-single-box {
  transition: transform 0.3s ease;
}

.coutner-area.style-2 .counter-single-box:hover {
  transform: translateY(-4px);
}

.coutner-area.style-2 .counter-single-box::before {
  background: linear-gradient(180deg, transparent, rgba(183, 146, 91, 0.3), transparent);
}

/* --- Moments Section Centered Layout --- */
.xperts-moments-centered {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.xperts-moments-cta {
  margin-top: 32px;
}

.xperts-moments-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background: var(--xperts-gold);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.xperts-moments-cta a:hover {
  background: #a07a3e;
  transform: translateY(-2px);
  color: #fff;
}

/* --- About Value Items Enhanced --- */
.about-item-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-item-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(143, 163, 125, 0.15);
}

/* --- Image Accent Decoration --- */
.xperts-img-accent {
  position: relative;
}

.xperts-img-accent::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 60%;
  height: 60%;
  border: 2px solid var(--xperts-gold);
  border-radius: 18px;
  opacity: 0.4;
  z-index: -1;
}

@media (max-width: 991px) {
  .xperts-initial-avatar {
    min-height: 260px;
  }
  .xperts-initial-avatar-circle {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .xperts-initial-avatar {
    min-height: 200px;
  }
  .xperts-initial-avatar-circle {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
}

/* ============================================
   TEAM HERO - PREMIUM IMMERSIVE BANNER
   ============================================ */

@keyframes thFloat1 {
  0%, 100% { transform: translate(-50%, 0) rotate(0deg); }
  33% { transform: translate(-50%, -16px) rotate(2deg); }
  66% { transform: translate(-50%, -8px) rotate(-1deg); }
}
@keyframes thFloat2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(0, -20px) rotate(-3deg); }
}
@keyframes thFloat3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(0, -14px) rotate(2deg); }
}
@keyframes thPulse {
  0% { transform: translate(-50%,-50%) scale(1); opacity: 0.5; }
  100% { transform: translate(-50%,-50%) scale(1.8); opacity: 0; }
}
@keyframes thPulse2 {
  0% { transform: translate(-50%,-50%) scale(1); opacity: 0.3; }
  100% { transform: translate(-50%,-50%) scale(2.2); opacity: 0; }
}
@keyframes thGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes thGridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, 40px); }
}
@keyframes thParticleRise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  10% { opacity: 0.8; }
  90% { opacity: 0.8; }
  100% { transform: translateY(-700px) scale(0.3); opacity: 0; }
}
@keyframes thLineGlow {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}
@keyframes thMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes thSpin {
  from { transform: translate(-50%,-50%) rotate(0deg); }
  to { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes thScrollPulse {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(8px); opacity: 0.5; }
}

.team-hero-banner {
  position: relative;
  min-height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #0a0c09;
  padding: 160px 0 0;
}

.team-hero-grid {
  position: absolute;
  inset: -40px;
  background-image:
    linear-gradient(rgba(183, 146, 91, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 146, 91, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: thGridMove 20s linear infinite;
  pointer-events: none;
}

.team-hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
  z-index: 1;
}

.team-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.team-hero-orb--green {
  width: 500px;
  height: 500px;
  background: rgba(101, 120, 90, 0.15);
  top: -10%;
  left: -5%;
}
.team-hero-orb--gold {
  width: 400px;
  height: 400px;
  background: rgba(183, 146, 91, 0.1);
  bottom: 10%;
  right: -5%;
}
.team-hero-orb--center {
  width: 300px;
  height: 300px;
  background: rgba(143, 163, 125, 0.06);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-hero-geo {
  position: absolute;
  pointer-events: none;
}
.team-hero-geo--diamond {
  width: 200px;
  height: 200px;
  border: 1px solid rgba(183, 146, 91, 0.08);
  transform: rotate(45deg);
  top: 15%;
  right: 8%;
  animation: thSpin 40s linear infinite;
}
.team-hero-geo--circle {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(143, 163, 125, 0.06);
  border-radius: 50%;
  bottom: 20%;
  left: 5%;
}
.team-hero-geo--line {
  width: 1px;
  height: 200px;
  background: linear-gradient(180deg, transparent, rgba(183, 146, 91, 0.2), transparent);
  top: 20%;
  left: 15%;
  animation: thLineGlow 4s ease-in-out infinite;
}
.team-hero-geo--line2 {
  width: 1px;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(143, 163, 125, 0.15), transparent);
  bottom: 15%;
  right: 20%;
  animation: thLineGlow 5s ease-in-out infinite 1s;
}
.team-hero-geo--dots {
  width: 80px;
  height: 80px;
  background-image: radial-gradient(rgba(183, 146, 91, 0.15) 1px, transparent 1px);
  background-size: 12px 12px;
  top: 60%;
  right: 12%;
  opacity: 0.6;
}

.team-hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.team-hero-particle {
  position: absolute;
  bottom: -10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(183, 146, 91, 0.6);
  animation: thParticleRise linear infinite;
}
.team-hero-particle:nth-child(1) { left: 8%; animation-duration: 10s; animation-delay: 0s; }
.team-hero-particle:nth-child(2) { left: 18%; animation-duration: 14s; animation-delay: 2s; width: 3px; height: 3px; background: rgba(143,163,125,0.5); }
.team-hero-particle:nth-child(3) { left: 32%; animation-duration: 11s; animation-delay: 4s; }
.team-hero-particle:nth-child(4) { left: 48%; animation-duration: 13s; animation-delay: 1s; width: 3px; height: 3px; }
.team-hero-particle:nth-child(5) { left: 62%; animation-duration: 9s; animation-delay: 3s; background: rgba(143,163,125,0.5); }
.team-hero-particle:nth-child(6) { left: 75%; animation-duration: 12s; animation-delay: 5s; width: 3px; height: 3px; }
.team-hero-particle:nth-child(7) { left: 88%; animation-duration: 15s; animation-delay: 0.5s; }
.team-hero-particle:nth-child(8) { left: 95%; animation-duration: 11s; animation-delay: 3.5s; width: 3px; height: 3px; background: rgba(143,163,125,0.5); }

.team-hero-bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(183,146,91,0.5) 50%, transparent 95%);
}

.team-hero-inner {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.team-hero-text {
  max-width: 640px;
}

.team-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--xperts-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding: 10px 20px 10px 14px;
  background: rgba(183, 146, 91, 0.06);
  border: 1px solid rgba(183, 146, 91, 0.18);
  border-radius: 100px;
  width: fit-content;
  backdrop-filter: blur(4px);
}
.team-hero-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--xperts-gold);
  box-shadow: 0 0 12px rgba(183,146,91,0.6);
  animation: thLineGlow 2s ease-in-out infinite;
}

.team-hero-heading {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}
.team-hero-heading .th-line {
  display: block;
  overflow: hidden;
}
.team-hero-heading .th-word {
  display: inline-block;
}
.team-hero-heading .th-gold {
  background: linear-gradient(135deg, #b7925d 0%, #e0c991 35%, #b7925d 70%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: thGradient 5s ease-in-out infinite;
}

.team-hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 40px;
  max-width: 520px;
}

.team-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.team-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 36px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--xperts-gold), #c9a46a);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
  box-shadow: 0 4px 24px rgba(183,146,91,0.3);
  position: relative;
  overflow: hidden;
}
.team-hero-btn::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.6s ease;
}
.team-hero-btn:hover::before { left: 100%; }
.team-hero-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 36px rgba(183,146,91,0.45);
  color: #fff;
}
.team-hero-btn i { transition: transform 0.3s ease; }
.team-hero-btn:hover i { transform: translateY(3px); }

.team-hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
  min-height: 54px;
}
.team-hero-scroll:hover { color: rgba(255,255,255,0.6); }
.team-hero-scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.25), transparent);
  position: relative;
  overflow: hidden;
}
.team-hero-scroll-line::after {
  content: "";
  position: absolute;
  top: -100%; left: 0;
  width: 100%; height: 50%;
  background: var(--xperts-gold);
  animation: thScrollPulse 2.5s ease-in-out infinite;
}

.team-hero-showcase {
  position: relative;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-hero-rings {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.team-hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(183,146,91,0.1);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.team-hero-ring--1 { width: 340px; height: 340px; }
.team-hero-ring--2 { width: 280px; height: 280px; border-color: rgba(143,163,125,0.08); }
.team-hero-ring--3 { width: 220px; height: 220px; border-color: rgba(183,146,91,0.06); }
.team-hero-pulse-ring {
  position: absolute;
  width: 340px; height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(183,146,91,0.15);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: thPulse 4s ease-out infinite;
}
.team-hero-pulse-ring--2 {
  animation: thPulse2 5s ease-out infinite 1.5s;
  border-color: rgba(143,163,125,0.1);
}

.team-hero-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: default;
  z-index: 2;
}

.team-hero-card-avatar {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  position: relative;
  transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}
.team-hero-card-avatar::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  z-index: -1;
}
.team-hero-card:hover .team-hero-card-avatar {
  transform: translateY(-8px) scale(1.06);
  box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 0 40px rgba(183,146,91,0.15);
}

.team-hero-card-info {
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.team-hero-card:hover .team-hero-card-info {
  opacity: 1;
  transform: translateY(0);
}
.team-hero-card-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
.team-hero-card-role {
  font-size: 10px;
  font-weight: 700;
  color: var(--xperts-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-hero-card--ceo {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: thFloat1 6s ease-in-out infinite;
}
.team-hero-card--ceo .team-hero-card-avatar {
  background: linear-gradient(140deg, #65785a, #8fa37d);
  width: 110px; height: 110px; font-size: 40px;
  border-radius: 24px;
}

.team-hero-card--coo {
  bottom: 50px;
  left: calc(50% - 140px);
  animation: thFloat2 7s ease-in-out infinite 0.8s;
}
.team-hero-card--coo .team-hero-card-avatar {
  background: linear-gradient(140deg, #b7925d, #d4b77a);
}

.team-hero-card--creative {
  bottom: 50px;
  left: calc(50% + 40px);
  animation: thFloat3 6.5s ease-in-out infinite 1.2s;
}
.team-hero-card--creative .team-hero-card-avatar {
  background: linear-gradient(140deg, #3d4d34, #5a6d4e);
}

.team-hero-stats {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  z-index: 10;
}
.team-hero-stat {
  padding: 16px 26px;
  text-align: center;
  position: relative;
  transition: background 0.3s ease;
}
.team-hero-stat:hover { background: rgba(255,255,255,0.03); }
.team-hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0; top: 25%;
  height: 50%; width: 1px;
  background: rgba(255,255,255,0.06);
}
.team-hero-stat-num {
  font-size: 24px;
  font-weight: 900;
  color: var(--xperts-gold);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1;
  margin-bottom: 3px;
}
.team-hero-stat-txt {
  font-size: 10px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.team-hero-marquee {
  position: relative;
  z-index: 5;
  margin-top: 60px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  overflow: hidden;
}
.team-hero-marquee-inner {
  display: flex;
  width: max-content;
  animation: thMarquee 30s linear infinite;
}
.team-hero-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 32px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}
.team-hero-marquee-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--xperts-gold);
  opacity: 0.5;
}

.team-hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.team-hero-scroll-mouse {
  width: 22px;
  height: 34px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  position: relative;
}
.team-hero-scroll-mouse::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  border-radius: 2px;
  background: var(--xperts-gold);
  animation: thScrollPulse 2s ease-in-out infinite;
}

@media (max-width: 1199px) {
  .team-hero-card-avatar { width: 85px; height: 85px; font-size: 30px; }
  .team-hero-card--ceo .team-hero-card-avatar { width: 95px; height: 95px; font-size: 36px; }
  .team-hero-ring--1 { width: 300px; height: 300px; }
  .team-hero-ring--2 { width: 240px; height: 240px; }
  .team-hero-ring--3 { width: 180px; height: 180px; }
  .team-hero-pulse-ring { width: 300px; height: 300px; }
  .team-hero-card--coo { left: calc(50% - 120px); }
  .team-hero-card--creative { left: calc(50% + 30px); }
}

@media (max-width: 991px) {
  .team-hero-banner { min-height: auto; padding: 140px 0 0; }
  .team-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .team-hero-text { max-width: 100%; }
  .team-hero-kicker { margin: 0 auto 28px; }
  .team-hero-sub { max-width: 100%; margin: 0 auto 40px; }
  .team-hero-actions { justify-content: center; }
  .team-hero-showcase { height: 320px; margin-bottom: 20px; }
  .team-hero-stats { position: relative; bottom: auto; left: auto; transform: none; justify-content: center; margin: 0 auto 40px; }
  .team-hero-scroll-indicator { display: none; }
  .team-hero-geo { display: none; }
}

@media (max-width: 575px) {
  .team-hero-banner { padding: 120px 0 0; }
  .team-hero-heading { font-size: clamp(2rem, 8vw, 2.8rem); }
  .team-hero-card-avatar { width: 65px; height: 65px; font-size: 22px; border-radius: 14px; }
  .team-hero-card--ceo .team-hero-card-avatar { width: 75px; height: 75px; font-size: 28px; border-radius: 16px; }
  .team-hero-showcase { height: 260px; }
  .team-hero-ring--1 { width: 220px; height: 220px; }
  .team-hero-ring--2 { width: 180px; height: 180px; }
  .team-hero-ring--3 { width: 140px; height: 140px; }
  .team-hero-pulse-ring { width: 220px; height: 220px; }
  .team-hero-card--coo { left: calc(50% - 90px); bottom: 40px; }
  .team-hero-card--creative { left: calc(50% + 20px); bottom: 40px; }
  .team-hero-actions { flex-direction: column; }
  .team-hero-stats { flex-direction: column; }
  .team-hero-stat:not(:last-child)::after { right: 25%; top: auto; bottom: 0; height: 1px; width: 50%; }
  .team-hero-marquee-item { padding: 0 20px; font-size: 10px; }
}

/* ============================================
   Philosophy Section Responsive
   ============================================ */

@media (max-width: 991px) {
  .xperts-philosophy-hero img {
    min-height: 260px;
    max-height: 380px;
  }
}

@media (max-width: 767px) {
  .xperts-philosophy-hero img {
    min-height: 200px;
    max-height: 300px;
  }

  .xperts-philosophy-hero-accent {
    inset: 8px;
  }

  .xperts-value-card {
    padding: 22px 16px;
  }

  .xperts-value-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .xperts-value-card p {
    font-size: 0.85rem;
    line-height: 1.55;
  }
}

@media (max-width: 575px) {
  .xperts-philosophy-hero img {
    min-height: 180px;
    max-height: 240px;
    border-radius: 14px;
  }

  .xperts-philosophy-hero {
    border-radius: 14px;
  }

  .xperts-philosophy-hero-accent {
    border-radius: 10px;
  }

  .xperts-value-card {
    padding: 20px 14px;
    border-radius: 12px;
  }

  .xperts-value-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .xperts-value-card h4 {
    font-size: 0.9rem;
  }

  .xperts-value-card p {
    font-size: 0.8rem;
  }
}

/* ============================================
   Why Choose Us — Responsive
   ============================================ */

@media (max-width: 991px) {
  .xperts-why-left {
    text-align: center;
    padding-right: 0;
    margin-bottom: 36px;
  }

  .xperts-why-actions {
    justify-content: center;
  }

  .xperts-why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .xperts-why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xperts-why-card {
    padding: 16px;
  }

  .xperts-why-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .xperts-btn-primary,
  .xperts-btn-ghost {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .xperts-why-card-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
    border-radius: 10px;
  }

  .xperts-why-card-body h4 {
    font-size: 0.92rem;
  }

  .xperts-why-card-body p {
    font-size: 0.78rem;
  }
}
