/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--pivni-text);
  background-color: var(--pivni-background);
  background-image: url("../images/basic-bg.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  line-height: 1.6;
}

.reservation-page {
  background-color: #ffffff;
  background-image: none !important;
}

.reservation-page main {
  background-color: #ffffff;
}

section:not(.hero-video):not(.footer) {
  background-image: none;
}

/* Navigation Styles */
.navbar {
  background-color: var(--pivni-background) !important;
  background-image: none !important;
  padding: 0.5rem 0 !important;
  border-bottom: none;
  min-height: auto !important;
}

.navbar-brand {
  text-decoration: none;
  padding: 0 !important;
  margin-right: 0;
}

.navbar-brand:hover {
  opacity: 0.9;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(44, 95, 79, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Main Navigation Links */
.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-link {
  color: var(--pivni-primary) !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  padding: 0.25rem 0.75rem !important;
  transition: opacity 0.3s ease;
}

.navbar-nav .nav-link:hover {
  opacity: 0.7;
  color: var(--pivni-primary) !important;
}

.navbar-nav .nav-link.active {
  font-weight: 500;
}

/* Dropdown Menu Styling */
.dropdown-menu {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.dropdown-item {
  color: var(--pivni-primary);
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover {
  background-color: rgba(44, 95, 79, 0.05);
  color: var(--pivni-primary);
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Secondary Navigation Link Styles */
.secondary-nav-link {
  color: var(--pivni-text-accent) !important;
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.secondary-nav-link:hover {
  opacity: 0.7;
  color: var(--pivni-text-accent) !important;
}

.language-btn {
  background: none;
  border: none;
  color: var(--pivni-primary);
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.language-btn:focus {
  box-shadow: none;
}

.language-btn .dropdown-toggle::after {
  margin-left: 0.5rem;
}

/* Language selector and CTA in navbar */
.navbar-nav .language-btn {
  margin: 0;
}

.navbar-nav .cta-btn {
  margin-left: 0.5rem;
  padding: 0.55rem 1.6rem;
  font-size: 0.85rem;
  border-radius: 20px;
}

.flag-icon {
  font-size: 1.2rem;
}

.language-text {
  font-weight: 400;
}

.dropdown-menu .flag-icon {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

/* Package Detail Page */
.package-detail-section {
  background-color: rgba(255, 255, 255, 0.7);
}

.package-detail-section .section-intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pivni-primary);
  margin-bottom: 0.55rem;
  position: relative;
}

.page-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.35rem;
  width: 120px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(181, 148, 50, 0) 0%,
    #b59432 50%,
    rgba(181, 148, 50, 0) 100%
  );
  border-radius: 999px;
}

.page-subheading {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #b59432;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.package-detail-card {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  padding: 2.6rem;
  position: relative;
  overflow: hidden;
}

.package-detail-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--pivni-primary);
  margin-bottom: 1.15rem;
}

.package-detail-card > * {
  position: relative;
  z-index: 1;
}

.love-package {
  background: linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.85)
    ),
    url("../images/laska_bg-scaled.jpg") center/cover no-repeat;
}

.love-package .cta-btn {
  background-color: #e26095;
  color: #ffffff;
}

.love-package .cta-btn:hover {
  background-color: #cc4c80;
  color: #ffffff;
}

.package-detail-list,
.package-highlight-list,
.package-include-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.package-detail-list li,
.package-highlight-list li,
.package-include-list li {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 0.4rem;
  padding-left: 1.5rem;
  position: relative;
}

.package-detail-list li::before,
.package-highlight-list li::before,
.package-include-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #b59432;
}

.package-detail-subheading {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--pivni-primary);
  margin-bottom: 0.85rem;
}

.package-icon-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.package-icon-row img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.package-detail-description p {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.8;
  margin-bottom: 0.85rem;
}

.package-detail-cta .btn {
  min-width: 220px;
}

.package-icon-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.package-detail-note {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.6rem;
}

.text-highlight-link {
  color: #b59432;
  font-weight: 700;
  text-decoration: none;
}

.text-highlight-link:hover,
.text-highlight-link:focus {
  color: #977a28;
  text-decoration: none;
}

.phone-highlight-red {
  color: #dc3545;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1em;
}

.phone-highlight-red:hover,
.phone-highlight-red:focus {
  color: #c82333;
  text-decoration: underline;
}

.phone-order-text {
  color: #d87070;
}

.package-icon-grid img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.package-detail-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1.25rem;
}

/* Group Package Landing */
.language-switch {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pivni-primary);
}

.language-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.language-link:hover,
.language-link:focus {
  opacity: 0.65;
  color: inherit;
}

.language-divider {
  margin: 0 0.85rem;
  color: rgba(0, 0, 0, 0.35);
}

.group-package-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 2.4rem + 1vw, 3.2rem);
  color: var(--pivni-primary);
  margin-bottom: 1.75rem;
  letter-spacing: 0.05em;
}

.group-package-text {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.76);
  line-height: 1.9;
}

.group-package-contact {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.76);
}

.group-package-contact .contact-link {
  color: #b59432;
  font-weight: 600;
  text-decoration: none;
}

.group-package-contact .contact-link:hover,
.group-package-contact .contact-link:focus {
  color: #997724;
  text-decoration: underline;
}

.group-package-image img {
  border-radius: 1.5rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.1);
}

/* Gallery Page */
.gallery-intro-section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 2.2rem + 1.5vw, 3.4rem);
  color: var(--pivni-primary);
  letter-spacing: 0.06em;
  margin: 0;
  padding: 2.5rem 0;
}

.gallery-grid-section {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 1.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.gallery-grid .gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4 / 3;
}

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

.gallery-grid .gallery-tile:hover img {
  transform: scale(1.05);
}

/* Voucher Page */
.voucher-intro-section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 2rem + 1.2vw, 3.2rem);
  color: var(--pivni-primary);
  letter-spacing: 0.07em;
  margin-bottom: 1.2rem;
}

.voucher-intro-section p {
  max-width: 720px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.75);
}

.voucher-section {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 1.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.voucher-card {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(181, 148, 50, 0.15);
}

.voucher-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  color: var(--pivni-primary);
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.voucher-card.online::before,
.voucher-card.physical::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(181, 148, 50, 0),
    #b59432,
    rgba(181, 148, 50, 0)
  );
  margin-bottom: 1.5rem;
}

.voucher-card p {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.voucher-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.voucher-card ul li {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.6rem;
}

.voucher-card ul li::before {
  content: "•";
  color: #b59432;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

.voucher-card .btn {
  min-width: 220px;
}

/* Hotel & Restaurant Page */
.hotel-intro-section {
  background-image: url("../images/pozadi-restarauce.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4rem 0;
}

.hotel-intro-section h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 2.2rem + 1.5vw, 3.4rem);
  color: var(--pivni-primary);
  letter-spacing: 0.07em;
  margin-bottom: 1.1rem;
}

.hotel-intro-section p {
  max-width: 720px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.75);
}

.hotel-partners {
  background-color: rgba(255, 255, 255, 0.92);
}

.hotel-partner-card {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.07);
}

.hotel-partner-info h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  color: var(--pivni-primary);
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.hotel-partner-info p {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.85;
  margin-bottom: 0;
}

.hotel-partner-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
  .language-switch {
    font-size: 0.95rem;
  }

  .voucher-intro-section h1 {
    font-size: 2.3rem;
  }

  .voucher-section {
    padding: 3rem 2rem;
  }

  .voucher-card {
    padding: 2rem;
  }

  .voucher-card h2 {
    font-size: 2rem;
  }

  .hotel-intro-section {
    padding: 3.25rem 0;
  }

  .hotel-intro-section h1 {
    font-size: 2.3rem;
  }

  .hotel-intro-section p {
    font-size: 1.05rem;
  }

  .gallery-intro-section h1 {
    padding: 2rem 0;
    font-size: 2.3rem;
  }

  .hotel-partner-card {
    padding: 2rem 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .language-switch {
    justify-content: center;
    font-size: 0.9rem;
  }

  .language-divider {
    margin: 0 0.6rem;
  }

  .voucher-section {
    padding: 2.5rem 1.5rem;
  }

  .voucher-card {
    padding: 1.75rem 1.5rem;
  }

  .voucher-card h2 {
    text-align: center;
  }

  .voucher-card ul li {
    text-align: left;
  }

  .hotel-intro-section {
    padding: 2.75rem 1rem;
  }

  .hotel-intro-section h1 {
    font-size: 2rem;
  }

  .hotel-intro-section p {
    font-size: 1rem;
  }

  .group-package-title {
    text-align: center;
  }

  .group-package-text,
  .group-package-contact {
    text-align: center;
  }

  .group-package-image {
    text-align: center !important;
  }

  .hotel-partner-card {
    padding: 1.75rem 1.25rem;
  }

  .gallery-intro-section h1 {
    font-size: 2rem;
    padding: 1.75rem 1rem;
  }

  .hotel-partner-info h2 {
    text-align: center;
  }

  .hotel-partner-info p {
    text-align: center;
  }

  .hotel-partner-info .btn {
    display: block;
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .package-detail-card {
    padding: 1.85rem;
  }

  .page-heading {
    font-size: 2.35rem;
  }

  .page-subheading {
    font-size: 1.9rem;
  }

  .page-heading::after {
    bottom: -0.3rem;
    width: 100px;
  }
}

@media (max-width: 575.98px) {
  .package-detail-card {
    padding: 1.55rem;
  }

  .package-icon-row {
    gap: 0.3rem;
  }

  .package-icon-row img {
    width: 34px;
    height: 34px;
  }

  .package-icon-grid {
    gap: 0.35rem;
  }

  .package-icon-grid img {
    width: 36px;
    height: 36px;
  }

  .page-heading {
    font-size: 2.15rem;
  }

  .package-detail-title {
    font-size: 1.75rem;
  }

  .page-subheading {
    font-size: 1.75rem;
  }

  .page-heading::after {
    bottom: -0.28rem;
    width: 80px;
  }

  .package-detail-image {
    display: none;
  }
}

/* CTA Button */
.cta-btn {
  background-color: #b59432;
  color: #ffffff;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 25px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.cta-btn:hover {
  background-color: #977a28;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .logo-pivni {
    font-size: 1.5rem;
  }

  .logo-lazne {
    font-size: 0.85rem;
  }

  .navbar-brand img {
    height: 45px !important;
  }
}

@media (max-width: 767.98px) {
  .navbar-nav {
    padding: 1rem 0;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
  }

  /* Dropdown menu alignment on mobile */
  .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100%;
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  .navbar-nav .dropdown-item {
    padding: 0.75rem 1rem !important;
  }

  /* Language dropdown on mobile */
  .navbar-nav .language-btn {
    width: 100%;
    justify-content: flex-start;
    padding: 0.75rem 1rem !important;
  }

  /* CTA button on mobile */
  .navbar-nav .cta-btn {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
}

/* Ensure navbar is on top */
.navbar {
  z-index: 1030 !important;
}

/* Footer Styles */
.footer {
  background-color: var(--pivni-primary);
  background-image: none !important;
  color: white;
  margin-top: 0;
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}

.footer-text {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}

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

.footer-list li {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}

.footer-link {
  color: var(--pivni-text-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: white;
}

.footer-open {
  color: #90ee90;
  font-weight: 600;
}

.footer-closed {
  color: #ffcccb;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 2rem 0;
}

.footer-copyright,
.footer-credits,
.footer-legal,
.footer-bottom-links {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-social {
  margin-top: 2rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background-color: var(--pivni-text-accent);
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .footer {
    padding: 2rem 0;
  }

  .footer-heading {
    font-size: 1.25rem;
    margin-top: 2rem;
  }

  .footer-heading:first-child {
    margin-top: 0;
  }
}

/* Inner Page Layouts */
.page-hero {
  padding: 5rem 0;
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center;
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
}

.page-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: var(--pivni-primary);
  margin-bottom: 1.5rem;
}

.page-hero p {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  max-width: 780px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.75);
}

.page-section {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  margin-top: 3rem;
}

.page-section h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: var(--pivni-primary);
  margin-bottom: 1.5rem;
}

.page-section p,
.page-section li {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.8;
}

.page-section ul {
  padding-left: 1.2rem;
}

.breadcrumb-nav {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.5rem;
}

.breadcrumb-nav a {
  color: var(--pivni-text-accent);
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  text-decoration: underline;
}

.page-grid-gap {
  row-gap: 2rem;
}

@media (max-width: 767.98px) {
  .page-hero {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
  }

  .page-hero h1 {
    font-size: 2.35rem;
  }

  .page-section {
    padding: 2rem 1.5rem;
  }
}
