/* montserrat-200 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v31-latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-v10-latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/playfair-v10-latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-v10-latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-v10-latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/playfair-v10-latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --tb-cream: #f8f3ea;
  --tb-ivory: #fffaf1;
  --tb-gold: #c9a24c;
  --tb-gold-soft: #ead8a8;
  --tb-green: #12382d;
  --tb-green-2: #0b261f;
  --tb-red: #7f1f24;
  --tb-red-soft: #a63a3f;
  --tb-ink: #211d18;
  --tb-muted: #776d61;
  --tb-border: rgba(201, 162, 76, 0.34);
  --tb-shadow: 0 24px 70px rgba(18, 56, 45, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--tb-ink);
  background: var(--tb-cream);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  padding: 18px 0;
  background: rgba(18, 56, 45, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(234, 216, 168, 0.22);
  transition: 0.25s ease;
}
.logo {
  font-family: "Montserrat", serif;
  font-size: 32px;
  line-height: 1;
  color: var(--tb-ivory);
  letter-spacing: 0.5px;
  font-weight: 700;
}
.logo img {
  width: 150px;
}
.navmenu { gap: 28px; }
.navmenu a {
  color: rgba(255, 250, 241, 0.82);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.navmenu a:hover { color: var(--tb-gold-soft); }
.btn-reserve,
.btn-primary-lux,
.btn-outline-lux {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: 0.25s ease;
}
.btn-reserve,
.btn-primary-lux {
  color: var(--tb-green-2);
  background: linear-gradient(135deg, var(--tb-gold-soft), var(--tb-gold));
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 14px 32px rgba(201, 162, 76, 0.25);
}
.btn-reserve:hover,
.btn-primary-lux:hover {
  transform: translateY(-2px);
  color: var(--tb-green-2);
  box-shadow: 0 18px 42px rgba(201, 162, 76, 0.34);
}
.btn-outline-lux {
  color: var(--tb-ivory);
  border: 1px solid rgba(255, 250, 241, 0.48);
  background: rgba(255, 250, 241, 0.08);
}
.btn-outline-lux:hover { border-color: var(--tb-gold); color: var(--tb-gold-soft); }

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(11, 38, 31, 0.94) 0%, rgba(18, 56, 45, 0.76) 45%, rgba(127, 31, 36, 0.48) 100%),
    url('../images/restoran-za-proslave-novi-beograd.webp') center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 74% 28%, rgba(201, 162, 76, 0.22), transparent 32%), linear-gradient(180deg, transparent 0%, rgba(11, 38, 31, 0.36) 100%);
}
.eyebrow {
  display: inline-flex;
  color: var(--tb-gold-soft);
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}
.eyebrow.dark { color: var(--tb-red); }
.hero-section h1 {
  font-family: "Playfair", serif;
  color: var(--tb-ivory);
  font-size: clamp(54px, 8vw, 108px);
  line-height: 0.92;
  letter-spacing: -2px;
  margin: 0 0 22px;
}
.hero-text {
  max-width: 700px;
  color: rgba(255, 250, 241, 0.84);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-card {
  margin-top: 90px;
  padding: 34px;
  border: 1px solid rgba(234, 216, 168, 0.32);
  border-radius: 28px;
  background: rgba(255, 250, 241, 0.10);
  color: var(--tb-ivory);
  box-shadow: 0 28px 80px rgba(0,0,0,0.18);
  backdrop-filter: blur(14px);
}
.hero-card span { color: var(--tb-gold-soft); font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; font-size: 12px; }
.hero-card h2 { font-family: "Playfair", serif; font-size: 36px; margin: 14px 0; }
.hero-card p { color: rgba(255, 250, 241, 0.78); line-height: 1.75; margin: 0; }

.section { padding: 105px 0; }
.section-title { max-width: 780px; margin: 0 auto 52px; }
.section-title span {
  color: var(--tb-red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 12px;
}
.section-title h2,
.intro-section h2,
.contact-section h2 {
  font-family: "Playfair", serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  color: var(--tb-green);
  margin: 12px 0 18px;
}
.section-title p,
.intro-section p,
.contact-section p {
  color: var(--tb-muted);
  line-height: 1.85;
  font-size: 16px;
}

.celebrations-section {
  background: linear-gradient(180deg, var(--tb-cream), var(--tb-ivory));
}
.celebration-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 26px;
  background: rgba(255, 250, 241, 0.78);
  border: 1px solid var(--tb-border);
  box-shadow: var(--tb-shadow);
  transition: 0.28s ease;
}
.celebration-card:hover { transform: translateY(-8px); border-color: var(--tb-gold); }
.celebration-card i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--tb-ivory);
  background: linear-gradient(135deg, var(--tb-green), var(--tb-red));
  font-size: 25px;
  margin-bottom: 24px;
}
.celebration-card h3 {
  font-family: "Playfair", serif;
  font-size: 32px;
  color: var(--tb-green);
  margin-bottom: 12px;
}
.celebration-card p { color: var(--tb-muted); line-height: 1.75; margin: 0; }

.intro-section { background: var(--tb-ivory); }
.rounded-lux { border-radius: 34px; box-shadow: var(--tb-shadow); border: 1px solid var(--tb-border); }
.lux-list { list-style: none; padding: 0; margin: 24px 0 0; }
.lux-list li { display: flex; gap: 12px; color: var(--tb-green); margin-bottom: 14px; font-weight: 500; }
.lux-list i { color: var(--tb-gold); font-size: 20px; }

.gallery-section { background: var(--tb-cream); }
.gallery-grid a {
  position: relative;
  display: block;
  height: 310px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--tb-border);
  box-shadow: var(--tb-shadow);
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: 0.45s ease; }
.gallery-grid a::after {
  content: "Pogledaj fotografiju";
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(18, 56, 45, 0.78);
  color: var(--tb-ivory);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
  text-align: center;
  font-weight: 600;
}
.gallery-grid a:hover img { transform: scale(1.07); }
.gallery-grid a:hover::after { opacity: 1; transform: translateY(0); }

.menu-section {
  background: linear-gradient(135deg, var(--tb-green-2), var(--tb-green) 58%, var(--tb-red));
  color: var(--tb-ivory);
  position: relative;
  overflow: hidden;
}
.menu-section::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -160px;
  top: -180px;
  border-radius: 50%;
  background: rgba(201, 162, 76, 0.17);
}
.section-title.light h2 { color: var(--tb-ivory); }
.section-title.light p { color: rgba(255, 250, 241, 0.74); }
.section-title.light span { color: var(--tb-gold-soft); }
.menu-card {
  height: 100%;
  padding: 38px;
  border-radius: 30px;
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(234, 216, 168, 0.28);
  backdrop-filter: blur(12px);
}
.menu-card.featured { background: rgba(201, 162, 76, 0.16); border-color: rgba(234, 216, 168, 0.54); }
.menu-card h3 { font-family: "Playfair", serif; font-size: 36px; margin-bottom: 14px; color: var(--tb-gold-soft); }
.menu-card p { color: rgba(255, 250, 241, 0.78); line-height: 1.82; margin: 0; }

.contact-section { background: var(--tb-ivory); }
.contact-info { margin-top: 28px; }
.contact-info p { display: flex; align-items: center; gap: 12px; margin: 12px 0; color: var(--tb-green); font-weight: 600; }
.contact-info i { color: var(--tb-red); font-size: 22px; }
.reservation-form {
  padding: 36px;
  border-radius: 32px;
  background: var(--tb-cream);
  border: 1px solid var(--tb-border);
  box-shadow: var(--tb-shadow);
}
.reservation-form label { display: block; font-size: 13px; font-weight: 700; color: var(--tb-green); margin-bottom: 8px; }
.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 56, 45, 0.16);
  background: rgba(255, 250, 241, 0.84);
  border-radius: 16px;
  min-height: 52px;
  padding: 13px 16px;
  color: var(--tb-ink);
  outline: none;
  transition: 0.2s ease;
}
.reservation-form textarea { resize: vertical; }
.reservation-form input:focus,
.reservation-form select:focus,
.reservation-form textarea:focus {
  border-color: var(--tb-gold);
  box-shadow: 0 0 0 4px rgba(201, 162, 76, 0.16);
}

.footer-lux {
  padding: 28px 0;
  background: var(--tb-green-2);
  color: rgba(255, 250, 241, 0.72);
}
.footer-lux p { margin: 0; }
.footer-links { display: flex; gap: 22px; }
.footer-links a:hover { color: var(--tb-gold-soft); }
.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--tb-gold);
  color: var(--tb-green-2);
  z-index: 99;
}

.footer-links {
  text-align: left;
}

@media (max-width: 991px) {
  .site-header { padding: 14px 0; }
  .btn-reserve { padding: 10px 16px; min-height: 42px; font-size: 13px; }
  .hero-card { margin-top: 36px; }
  .section { padding: 78px 0; }
}
@media (max-width: 575px) {
  .logo { font-size: 26px; }
  .hero-section h1 { font-size: 54px; }
  .hero-text { font-size: 16px; }
  .hero-actions a { width: 100%; }
  .reservation-form { padding: 24px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

/* Responsive refinements */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.container,
.container-fluid {
  min-width: 0;
}

.site-header .container,
.hero-actions,
.footer-lux .container {
  min-width: 0;
}

.logo,
.navmenu,
.btn-reserve,
.btn-primary-lux,
.btn-outline-lux,
.section-title,
.hero-text,
.hero-card,
.menu-card,
.reservation-form {
  max-width: 100%;
}

.btn-reserve,
.btn-primary-lux,
.btn-outline-lux {
  white-space: nowrap;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea,
.reservation-form button {
  max-width: 100%;
}

.gallery-grid .col-md-6,
.gallery-grid .col-lg-4,
.row > * {
  min-width: 0;
}

@media (max-width: 767px) {
  .site-header .container {
    gap: 12px;
  }

  .logo {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 25px;
  }

  .btn-reserve {
    flex: 0 0 auto;
    max-width: 165px;
    padding: 9px 13px;
    min-height: 40px;
    font-size: 12px;
  }

  .hero-section {
    min-height: auto;
    padding: 112px 0 64px;
  }

  .hero-section .min-vh-100 {
    min-height: auto !important;
  }

  .hero-section h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    letter-spacing: -1px;
  }

  .hero-card,
  .menu-card,
  .reservation-form,
  .celebration-card {
    border-radius: 22px;
  }

  .gallery-grid a {
    height: 240px;
    border-radius: 22px;
  }

  .footer-lux {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .site-header {
    padding: 10px 0;
  }

  .site-header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    font-size: 23px;
  }

  .btn-reserve {
    max-width: 150px;
    padding: 8px 11px;
    font-size: 11.5px;
  }

  .hero-section h1 {
    font-size: clamp(42px, 14vw, 54px);
    line-height: 0.98;
  }

  .section-title h2,
  .intro-section h2,
  .contact-section h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .hero-text,
  .section-title p,
  .intro-section p,
  .contact-section p {
    font-size: 15px;
    line-height: 1.75;
  }

  .section {
    padding: 64px 0;
  }

  .hero-card {
    padding: 24px;
  }

  .hero-card h2,
  .menu-card h3,
  .celebration-card h3 {
    font-size: 30px;
  }

  .menu-card {
    padding: 26px;
  }

  .reservation-form {
    padding: 20px;
  }

  .contact-info p {
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .site-header .container {
    gap: 8px;
  }

  .logo {
    font-size: 21px;
  }

  .btn-reserve {
    max-width: 135px;
    padding: 7px 9px;
    font-size: 10.8px;
  }
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.call-now {
  position: fixed;
  visibility: visible;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: linear-gradient(135deg, var(--tb-gold-soft), var(--tb-gold));
  box-shadow: 0 14px 30px rgba(184, 148, 90, 0.28);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.call-now i {
  font-size: 22px;
  color: #fff;
  line-height: 0;
}

.call-now:hover {
  background-color: #218838;
}

@media (max-width: 768px) {
  .call-now {
    opacity: 1;
    pointer-events: auto;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 20%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-family: "Playfair", serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  color: var(--tb-green);
  margin: 12px 0 18px;
}

.page-title p {
  color: var(--tb-muted);
  line-height: 1.85;
  font-size: 16px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}