:root {
  --primary: #133b62;
  --text: #10243a;
  --bg: #ffffff;
  --overlay: rgba(10, 22, 36, 0.48);
  --muted: #f6f8fb;
  --border: rgba(19, 59, 98, 0.14);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4vw;
  color: #fff;
  transition: background 280ms ease, box-shadow 280ms ease, padding 280ms ease;
  gap: 1rem;
}

.site-header.scrolled {
  background: rgba(19, 59, 98, 0.84); /* manje opacity */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari */

  box-shadow: 0 10px 28px rgba(6, 17, 30, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

  padding: 0.85rem 6vw;
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.brand img {
    max-width: 80px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.main-nav a {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
  white-space: nowrap;
}

.main-nav a:hover {
  opacity: 1;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  padding: 0.55rem 1rem;
}

.hero,
.section-contact {
  min-height: 100vh;
  position: relative;
  display: grid;
  place-items: center;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 59, 98, 0.50), var(--overlay));
}

.hero-content,
.contact-wrap {
  position: relative;
  text-align: center;
  color: #fff;
  width: min(760px, 90vw);
  margin: 0 auto;
  padding-top: 66px;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
}

h1 {
    font-size: clamp(4.2rem, 5vw, 6rem);
    letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  color: var(--primary);
}

h3 {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  color: var(--primary);
  margin-bottom: 9px;
}

p {
  margin: 0;
}

.hero-content p {
    margin: 1.2rem auto 2rem;
    font-size: clamp(1.2rem, 1.44vw, 1.66rem);
    opacity: 0.92;
    max-width: 56ch;
    font-weight: 100;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #fff;
  color: var(--primary);
}

.btn-light {
    margin-bottom: 30px;
    background: #fff;
    border-color: #fff;
    color: #133b62;
    box-shadow: 0 8px 20px rgba(8, 24, 43, 0.3);
}

.btn-light:hover {
  background: #fff;
  border-color: #fff;
  color: #133b62;
}

.section {
  padding: clamp(5rem, 10vw, 8rem) 6vw;
}

.section > * {
  margin-left: auto;
  margin-right: auto;
}

.section-muted {
  background: var(--muted);
}
section#extras {
    border: 1px solid #133b62;
    padding: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-bottom: 3rem;
    border-style: dashed;
    max-width: 1220px;
}
.section-compact {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-low {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.section-head {
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.section-head p {
  margin-top: 0.8rem;
  max-width: 50%;
  color: rgba(16, 36, 58, 0.78);
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(19, 59, 98, 0.78);
  margin-bottom: 0.75rem;
}

.tour-block + .tour-block {
  margin-top: clamp(3rem, 5vw, 4.6rem);
}

.tour-title-row {
  margin-bottom: 1.2rem;
}

.tour-title-row p {
  max-width: 50%;
  color: rgba(16, 36, 58, 0.74);
}

.single-line-desktop {
  white-space: nowrap;
}

.image-grid {
  display: grid;
  gap: 0.9rem;
}

.image-grid-vis {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, 35vh);
}

.image-grid-south {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, 34vh);
}

.image-grid-vis figure:nth-child(1),
.image-grid-south figure:nth-child(1) {
  grid-column: span 3;
}

.image-grid-vis figure:nth-child(2),
.image-grid-south figure:nth-child(2) {
  grid-column: span 3;
}

.image-grid-vis figure:nth-child(n + 3),
.image-grid-south figure:nth-child(n + 3) {
  grid-column: span 2;
}

figure {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 16, 28, 0.06), rgba(6, 16, 28, 0.4));
  pointer-events: none;
}

figcaption {
  position: absolute;
  left: 1rem;
  bottom: 0.85rem;
  z-index: 2;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.9;
}

.info-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tour-meta,
.included-list {
  margin-top: 1.35rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.85);
}

.tour-meta p,
.included-list p {
  color: rgba(16, 36, 58, 0.78);
}

.tour-meta p + p,
.included-list p + p {
  margin-top: 0.28rem;
}

.included-list h3 {
  margin-bottom: 0.5rem;
}

.tour-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem 1rem;
}

.tour-meta,
.info-grid,
.included-list {
  margin-top: 1rem;
}

.tour-meta p {
  margin: 0;
  padding: 0.7rem 0.8rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 0.96rem;
}

.included-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem 0.8rem;
}

.included-list h3 {
  grid-column: 1 / -1;
  margin-bottom: 0.25rem;
}

.info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.3rem;
  min-height: 165px;
}

.icon {
  font-size: 1.3rem;
}

.info-card h3 {
  margin-top: 0.55rem;
  font-size: 1.1rem;
}

.info-card p {
  margin-top: 0.45rem;
  color: rgba(16, 36, 58, 0.72);
}

.single-line {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.1rem, 2.3vw, 1.6rem);
  color: var(--primary);
}

.wide-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.wide-gallery figure {
  min-height: 360px;
}

.premium-shot img {
  object-position: center 42%;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}

.transfer-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.transfer-table th,
.transfer-table td {
  text-align: left !important;
  padding: 1rem 1.1rem;
}

.transfer-table thead th {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid var(--border);
}

.transfer-table tbody td {
  border-bottom: 1px solid var(--border);
}

.transfer-table tbody tr:last-child td {
  border-bottom: none;
}

.transfer-note {
      padding: 10px;
  margin-top: 0.8rem;
  font-style: italic;
  color: rgba(16, 36, 58, 0.68);
}

.image-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.image-strip figure {
  min-height: 320px;
}

.section-contact .contact-wrap {
  background: rgba(8, 20, 35, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(4px);
  border-radius: 22px;
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
}

.section-contact h2,
.section-contact .eyebrow {
  color: #fff;
}

.contact-form {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.8rem;
}

.contact-intro {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.92);
}

.form-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-grid > * {
  min-width: 0;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  border-radius: 12px;
  padding: 0.78rem 0.92rem;
  font: inherit;
  min-width: 0;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

.contact-form select option {
  color: #10243a;
}

.checkbox-group {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  margin: 0;
  min-width: 0;
}

.checkbox-group legend {
  padding: 0 0.25rem;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  white-space: normal;
}

.checkbox-group label {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin-right: 0.9rem;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.form-status {
    min-height: 1.2rem;
    font-size: 1.1rem;
    color: #00AEFF;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.transfer-fields[hidden] {
  display: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-form .btn {
  width: 100%;
}
@media (max-width: 768px) {

.site-header.scrolled {
  background: rgba(19, 59, 98, 0.66); /* manje opacity */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari */

  box-shadow: 0 10px 28px rgba(6, 17, 30, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

  padding: 0.85rem 6vw;
}
.brand img {
    max-width: 60px;
}

  .checkbox-group {
    padding: 0.95rem 0.9rem;
  }

      .checkbox-group label {
        font-size: 14px !important;
        display: grid;
        grid-template-columns: 18px 1fr;
        align-items: start;
        column-gap: 0.7rem;
        margin-right: 0;
        margin-bottom: 0.8rem;
        font-size: 0.98rem;
        text-align: left;
        line-height: 1.4;
    }

  .checkbox-group input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    transform: translateY(0.15rem);
  }

  .checkbox-group legend {
    font-size: 0.92rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
  }
}
@media (max-width: 1280px) {
  .main-nav {
    gap: 0.85rem;
  }

  .main-nav a {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 1060px) {
  .site-header {
    padding: 0.8rem 4vw;
  }
section#extras {
    max-width: 90%;
}
.tour-title-row p {
    max-width: 100%;
}
.section-head p {
    max-width: 100%;
}

  .site-header.scrolled {
    padding: 0.8rem 4vw;
    background: rgba(19, 59, 98, 0.84);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 28px rgba(6, 17, 30, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .site-header {
        overflow: visible;
        background: none;
        backdrop-filter: none;
        border: none;
        box-shadow: none;
        -webkit-backdrop-filter: none;
    }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: 68px;
    right: 1rem;
    width: min(84vw, 360px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;

    padding: 0.9rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(19, 59, 98, 1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 18px 40px rgba(6, 17, 30, 0.28);

    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 80;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .main-nav a {
    width: 100%;
    padding: 0.68rem 0.8rem;
    border-radius: 12px;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }

  .main-nav a:hover,
  .main-nav a:active {
    background: rgba(255, 255, 255, 0.08);
    opacity: 1;
  }

  .tour-title-row p,
  .section-head p {
    max-width: 100%;
  }

  .image-grid-vis,
  .image-grid-south,
  .info-grid,
  .image-strip,
  .wide-gallery,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .image-grid-vis,
  .image-grid-south {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .image-grid-vis figure,
  .image-grid-south figure {
    grid-column: span 1 !important;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .image-grid figure,
  .image-strip figure {
    min-height: 290px;
  }

  .wide-gallery figure {
    min-height: 250px;
  }

  .section {
    padding: 4.5rem 5vw;
  }

  .section > * {
    max-width: 100%;
  }

  #tour-info .tour-meta,
  #tour-info .included-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}





.trip-date {
  width: 100%;
}

.trip-date::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
      .hero, .section-contact {
        min-height: 92vh;
        background-position-x: -420px;
    }

  .hero-content p {
    margin-bottom: 1.35rem;
  }

  .section {
    padding: 4rem 1rem;
  }

  .section-contact .contact-wrap {
    width: min(100%, 96vw);
    padding: 1.1rem 0.9rem;
  }

  .contact-form {
    width: 100%;
    overflow: hidden;
  }

  .transfer-table {
    min-width: 460px;
  }

  .info-card {
    min-height: 140px;
  }

  #tour-info .tour-meta,
  #tour-info .included-list {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 480px) {
  .brand {
    font-size: 1.05rem;
  }

  .menu-toggle {
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
  }

  .btn {
    width: 100%;
    padding: 0.85rem 1.15rem;
  }

  .section-contact .contact-wrap {
    width: min(100%, 98vw);
    padding: 1rem 0.75rem;
  }

  figcaption {
    left: 0.75rem;
    bottom: 0.65rem;
    font-size: 0.66rem;
    letter-spacing: 0.07em;
  }

  .table-wrap {
    border-radius: 14px;
  }

  .transfer-table {
    min-width: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.whatsapp-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.whatsapp-widget__label {
    background: rgba(19, 59, 98, 0.84);
    color: #fff;
    padding: 0.78rem 1rem;
    border-radius: 20px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(8, 24, 43, 0.22);
    backdrop-filter: blur(5px);
    transition: transform 220ms ease, opacity 220ms ease, background 220ms ease;
}

.whatsapp-widget__icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #25D366;
  box-shadow: 0 12px 34px rgba(8, 24, 43, 0.28);
  border: 1px solid rgba(19, 59, 98, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
  animation: whatsappFloat 2.8s ease-in-out infinite;
}

.whatsapp-widget__icon svg {
  width: 30px;
  height: 30px;
}

.whatsapp-widget:hover .whatsapp-widget__icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 40px rgba(8, 24, 43, 0.34);
}

.whatsapp-widget:hover .whatsapp-widget__label {
  transform: translateY(-2px);
  background: #0f3152;
}

@keyframes whatsappFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  .whatsapp-widget {
    right: 14px;
    bottom: 14px;
  }



  .whatsapp-widget__icon {
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-widget__icon {
    animation: none;
  }
}
.form-grid .span-2 {
  grid-column: span 2;
}
@media (max-width: 1060px) {
  .form-grid .span-2 {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .tour-meta {
    grid-template-columns: 1fr !important;
    gap: 0.75rem;
  }

  .included-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.75rem 1rem;
    align-items: start;
  }

  .included-list h3 {
    grid-column: 1 / -1;
    margin-bottom: 0.35rem;
  }

  .tour-meta p,
  .included-list p {
    font-size: 1rem;
    line-height: 1.45;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}

@media (max-width: 480px) {
  .included-list {
    grid-template-columns: 1fr !important;
  }

  .tour-meta,
  .included-list {
    padding: 1rem;
  }

  .tour-meta p,
  .included-list p {
    font-size: 0.98rem;
  }
}

@media (max-width: 768px) {
  .transfer-note {
    padding: 0;
    line-height: 1.55;
    font-size: 1rem;
  }
}
.trip-date {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2' stroke='%23000000' stroke-opacity='0.3'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 20px 20px;
  padding-right: 3.2rem;

  /* 🔥 ključni dio */
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.6));
}


