.bgr-up { background: rgba(255,250,245,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(200,135,42,0.18);
  }
 .bgr-up img { margin: 10px 0 !important} 
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  background-color: transparent;

  text-align: center;
  line-height: 40px;
}

.header.active {
  background:   rgba(237,237,237,0.80);
  color: #fff !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

/* .header.active #mbmcpebul_table li a {
  color: #fff !important; }
  
  
 .sticky_height  {padding-top: 7%}
 
 @media screen and (max-width: 1450px) {
  .sticky_height  {padding-top: 9% !important}
}

@media only screen and (max-width: 1910px) and (min-width: 1450px)  {
 .sticky_height  {padding-top: 7% !important} }
 */
/* ── Navigation ───────────────────────────────────────────── */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(255,250,245,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(200,135,42,0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  transition: box-shadow 0.3s;
}

#nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.10); }

.nav-logo img { height: 50px; width: auto; }

.nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark-med);
  position: relative;
  padding-bottom: 2px;
  transition: color 0.25s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.3s;
}

.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--dark-med);
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-h); left: 0; right: 0;
  background: rgba(255,250,245,0.98);
  border-bottom: 2px solid var(--gold);
  padding: 1.5rem 5vw;
  z-index: 999;
  flex-direction: column;
  gap: 1.2rem;
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark-med);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--cream-dark);
  transition: color 0.25s;
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--gold); }

/* ── Utilities ────────────────────────────────────────────── */
.section {
  padding: 90px 5vw 80px;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.divider {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.btn-gold {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200,135,42,0.4);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-2px);
}

/* ── Hero ─────────────────────────────────────────────────── */
#hero {
  min-height: 100vh;
  padding-top: var(--nav-h);
  background:
    radial-gradient(ellipse at 70% 30%, rgba(200,135,42,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(200,135,42,0.08) 0%, transparent 50%),
    var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 5vw;
  text-align: center;
}

.hero-logo {
  max-width: 420px;
  margin: 0 auto 2.5rem;
  filter: drop-shadow(0 4px 24px rgba(200,135,42,0.18));
}

.hero-tagline {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--text-light);
  margin-bottom: 0.6rem;
}

.hero-city {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 2.5rem;
}

.hero-city span { color: var(--gold); }

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-light);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: bounce 2s infinite;
}
.hero-scroll i { font-size: 1.2rem; color: var(--gold); }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(6px); }
}

/* ── About ────────────────────────────────────────────────── */
#about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-text p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.2rem;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 2rem;
}

.feature-card {
  background: var(--cream);
  border-radius: 12px;
  padding: 1.2rem;
  border-left: 3px solid var(--gold);
}

.feature-card i {
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.feature-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.3rem;
}

.feature-card p {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.5;
}

.about-image-col {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-logo-display {
  max-width: 340px;
  filter: drop-shadow(0 8px 40px rgba(200,135,42,0.22));
}

.about-badge {
  position: absolute;
  bottom: -10px; right: -10px;
  width: 120px; height: 120px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem;
  box-shadow: 0 4px 20px rgba(200,135,42,0.4);
}

.about-badge strong { font-size: 1.4rem; display: block; }

/* ── Schedule ─────────────────────────────────────────────── */
#schedule { background: var(--cream); }

.schedule-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.schedule-img-wrapper {
  max-width: 520px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(0,0,0,0.12);
}

.schedule-img-wrapper img { width: 100%; }

.schedule-note {
  max-width: 520px;
  text-align: center;
}

.schedule-note p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.7;
}

.schedule-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--dark);
  transition: color 0.25s;
}
.schedule-phone i { color: var(--gold); font-size: 1.3rem; }
.schedule-phone:hover { color: var(--gold); }

/* ── Prices ───────────────────────────────────────────────── */
#prices { background: var(--white); }

.prices-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.prices-img-wrapper {
  max-width: 440px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(0,0,0,0.12);
}

.prices-img-wrapper img { width: 100%; }

.prices-note {
  max-width: 440px;
  text-align: center;
  background: var(--cream);
  border-radius: 14px;
  padding: 1.5rem 2rem;
  border: 1px solid var(--cream-dark);
}

.prices-note p {
  font-size: 0.88rem;
  color: var(--text-light);
  font-style: italic;
}

/* ── Contact ──────────────────────────────────────────────── */
#contact {
  background: var(--dark);
  color: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0 2.5rem;
  align-items: start;
}

.contact-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.contact-block p,
.contact-block address {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(250,243,236,0.75);
  font-style: normal;
}

.contact-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
  transition: color 0.25s;
}
.contact-phone-link i { color: var(--gold); font-size: 1.2rem; }
.contact-phone-link:hover { color: var(--gold-light); }

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(226,168,78,0.4);
  padding-bottom: 2px;
  transition: all 0.25s;
}
.map-link:hover {
  color: var(--gold-pale);
  border-color: var(--gold-pale);
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(250,243,236,0.8);
  transition: color 0.25s, transform 0.25s;
}

.social-link:hover {
  color: var(--white);
  transform: translateX(4px);
}

.social-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(200,135,42,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--gold-light);
  transition: all 0.25s;
  flex-shrink: 0;
}

.social-link:hover .social-icon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.contact-divider {
  width: 1px;
  background: rgba(200,135,42,0.2);
}

/* ── Footer ───────────────────────────────────────────────── */
#footer {
  background: #0E0C0A;
  padding: 1.5rem 5vw;
  text-align: center;
}

#footer p {
  font-size: 0.78rem;
  color: rgba(250,243,236,0.35);
  letter-spacing: 0.08em;
}

#footer a {
  color: rgba(200,135,42,0.6);
  transition: color 0.25s;
}
#footer a:hover { color: var(--gold); }

/* ── Section header center variant ───────────────────────── */
.section-head {
  text-align: center;
  margin-bottom: 3rem;
}

.section-head .section-label { display: block; }
.section-head .divider { margin: 0 auto 0; }

/* ── Gallery ──────────────────────────────────────────────── */
#gallery { background: var(--cream); padding-bottom: 60px }

.gallery-sub {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--dark-med);
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
  padding-left: 0.6rem;
  border-left: 3px solid var(--gold);
}

/* Photo grid */
.gallery-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  background: var(--cream-dark);
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}

.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img { transform: scale(1.06); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30,26,23,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-overlay i {
  font-size: 1.8rem;
  color: var(--white);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

/* Video grid */
.gallery-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.gallery-video-item {
  border-radius: 12px;
  overflow: hidden;
  background: var(--cream-dark);
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  display: flex;
  justify-content: center;
}

.gallery-video-item video {
  display: block;
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: auto;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10,8,6,0.94);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox.active { display: flex; }

.lightbox-img {
  max-width: min(90vw, 1100px);
  max-height: 85vh;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 8px 60px rgba(0,0,0,0.6);
  user-select: none;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  background: rgba(200,135,42,0.85);
  border: none;
  color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, transform 0.2s;
}

.lightbox-close {
  top: 1.2rem; right: 1.4rem;
  width: 46px; height: 46px;
  font-size: 1.2rem;
}

.lightbox-prev,
.lightbox-next {
  top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px;
  font-size: 1.1rem;
}

.lightbox-prev { left: 1.4rem; }
.lightbox-next { right: 1.4rem; }

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: var(--gold); transform: translateY(-50%) scale(1.08); }
.lightbox-close:hover { transform: scale(1.08); }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-image-col { order: -1; }

  .about-features {
    grid-template-columns: 1fr 1fr;
  }

  .about-badge {
    width: 90px; height: 90px;
    font-size: 0.6rem;
  }
  .about-badge strong { font-size: 1.1rem; }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-divider { display: none; }

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

  .gallery-videos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .about-features { grid-template-columns: 1fr; }
}


.static_banner {
	position: fixed;
	z-index:999;
	right: 20px;
	bottom: 20px;
}
/* Animation property */
.wiggle {
  animation: wiggle 2s linear 6;
  animation-delay: 2s;
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.bgr3 {
	background-color: #1E1A17;
	padding: 5px}
	
.geeks {
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* заоблени ъгли */
  margin: 10px; /* разстояние между снимките */
}

.geeks img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.geeks::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.4s ease;
  border-radius: 12px;
}

.geeks:hover img {
  transform: scale(1.08); /* леко приближаване вътре */
}

.geeks:hover::after {
  background: rgba(0,0,0,0.25); /* лек тъмен слой */
}
.design_template.contentbuilder .is-wrapper {
	opacity: 1 !important;
}
.design_template.gallery .gallery-slider-container {
	width:90%;
}
.design_template.gallery .gallery-container {
	width: 90%;
}
.design_template.gallery .gallery div {
	float:left;
}