.elementor-987 .elementor-element.elementor-element-c48e9cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-aad4dca *//* ─── GLAVNE LOKALNE VARIJABLE ─── */
:root {
  --navy: #0d2d3e;
  --teal: #1a7a8a;
  --teal-light: #1fb3c8;
  --gold: #c8893a;
  --white: #ffffff;
  --off-white: #f4f8fa;
  --text: #1a2530;
  --text-muted: #5a6a75;
  --border: #d0dde3;
}

.drasnice-custom-page {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
}

/* ─── HERO & SUB-MENU ─── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(13, 45, 62, 0.75), rgba(13, 45, 62, 0.55)), url('https://book.com.hr/wp-content/uploads/2026/07/rent-a-boat-drasnice.jpg');
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

/* Sub-navigation inside Hero */
.hero-nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  padding: 24px 40px;
  display: flex;
  justify-content: center;
}
.hero-menu {
  list-style: none;
  display: flex;
  gap: 32px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  padding: 10px 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-menu a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}
.hero-menu a:hover {
  color: var(--teal-light);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 20px 24px 40px;
  margin: 40px auto auto;
}

/* Verified Trust Badge */
.hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.hero-stars-mini {
  color: #f4a92a;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-shadow: 0 0 6px rgba(244, 169, 42, 0.6);
}
.hero-trust-text {
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.hero-trust-text strong {
  color: var(--teal-light);
  font-weight: 600;
}

.hero-eyebrow {
  display: block;
  color: var(--teal-light);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.hero h1 em {
  font-style: italic;
  color: var(--teal-light);
}
.hero-sub {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* Hero features mini badges */
.hero-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-badge-item {
  background: rgba(13, 45, 62, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 0.8rem;
  padding: 6px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  padding: 14px 38px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 15px rgba(200, 137, 58, 0.3);
}
.btn-primary:hover { background: #b5782e; transform: translateY(-1px); }

.hero-scroll {
  position: relative;
  z-index: 2;
  bottom: 20px;
  color: rgba(255,255,255,0.6);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* INTRO */
.section { padding: 90px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 20px;
  line-height: 1.2;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.intro-text p {
  color: var(--text-muted);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.intro-img {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13,45,62,0.15);
}
.intro-img img { width: 100%; display: block; }

/* FLEET CARDS */
.fleet-section { background: var(--off-white); padding-bottom: 50px; }
.fleet-title-row {
  text-align: center;
  margin-bottom: 56px;
}

.boat-card {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(13,45,62,0.06);
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.boat-card:last-child { margin-bottom: 0; }

.boat-single-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.boat-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.boat-info {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.boat-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--border);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.boat-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: var(--navy);
  line-height: 1.2;
}
.boat-starting-price {
  text-align: right;
}
.price-from-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.price-from-amount {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold);
}

.boat-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.spec-badge {
  background: var(--off-white);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 2px;
}

/* PRICE TABLE */
.price-table-wrap { 
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-bottom: 24px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: var(--white);
}
thead th {
  background: var(--navy);
  color: var(--white);
  padding: 10px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
thead th:last-child { border-right: none; }

tbody tr { border-bottom: 1px solid var(--border); }
tbody tr:last-child { border-bottom: none; }
tbody tr:nth-child(even) { background: var(--off-white); }

tbody td {
  padding: 11px 12px;
  text-align: center;
  color: var(--text);
  border-right: 1px solid var(--border);
}
tbody td:last-child { border-right: none; }
tbody td:first-child { 
  color: var(--text-muted); 
  font-size: 0.82rem; 
}
tbody td:not(:first-child) { 
  font-weight: 600; 
  color: var(--teal); 
}

.btn-boat-book {
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 12px 24px;
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-boat-book:hover {
  background: var(--teal);
}

/* VIDEO SECTION */
.video-section {
  background: var(--off-white);
  padding: 0 40px 90px;
}
.video-title-wrap {
  text-align: center;
  margin-bottom: 36px;
}
.video-container {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(13, 45, 62, 0.12);
  background: #000;
}
.video-container video {
  width: 100%;
  display: block;
  height: auto;
}

/* WHY CHOOSE US */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-item { background: var(--off-white); border-radius: 4px; padding: 32px 28px; border-left: 3px solid var(--teal-light); }
.why-icon { font-size: 1.8rem; margin-bottom: 14px; }
.why-item h3 { font-size: 0.97rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; line-height: 1.35; }
.why-item p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
.why-bottom { max-width: 820px; margin: 44px auto 0; background: var(--navy); border-radius: 4px; padding: 36px 44px; text-align: center; }
.why-bottom p { color: rgba(255,255,255,0.75); font-size: 0.95rem; line-height: 1.75; margin-bottom: 12px; }
.why-bottom strong { color: var(--teal-light); }

/* BOOKING FORM SECTION */
.book-section { background: var(--navy); }
.book-section .section-title { color: var(--white); }
.book-section .section-label { color: var(--teal-light); }
.book-section p { color: rgba(255,255,255,0.65); margin-bottom: 36px; }
.shortcode-wrap { margin-top: 12px; }

/* EXCURSIONS */
.excursions-section { background: var(--off-white); }
.excursion-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
.excursion-card {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(13,45,62,0.08);
}
.excursion-img { height: 240px; overflow: hidden; }
.excursion-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.excursion-card:hover .excursion-img img { transform: scale(1.04); }
.excursion-body { padding: 28px 32px; background: var(--white); }
.excursion-dest { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; }
.excursion-body h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--navy); margin-bottom: 14px; }
.excursion-body p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px; }
.excursion-stops { list-style: none; margin-bottom: 20px; }
.excursion-stops li {
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 4px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.excursion-stops li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--teal-light); flex-shrink: 0;
}
.btn-outline {
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  border: none;
  padding: 12px 28px;
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-outline:hover { background: var(--teal); }

/* REVIEWS */
.reviews-section { background: var(--white); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: var(--white); border-radius: 4px; padding: 28px;
  box-shadow: 0 4px 20px rgba(13,45,62,0.06); display: flex; flex-direction: column; gap: 14px; border-top: 3px solid var(--teal-light);
  border-left: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.review-stars { color: #f4a92a; font-size: 1rem; letter-spacing: 2px; }
.review-text { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; font-style: italic; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white);
  font-size: 0.75rem; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0.05em;
}
.review-name { font-size: 0.88rem; font-weight: 600; color: var(--navy); }
.review-country { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }

/* FAQ */
.faq-section { background: var(--off-white); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 22px 0; }
.faq-q { font-weight: 600; color: var(--navy); font-size: 0.97rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.4rem; color: var(--teal); flex-shrink: 0; font-weight: 300; }
.faq-a { color: var(--text-muted); font-size: 0.9rem; line-height: 1.75; margin-top: 12px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q::after { content: '−'; }

/* RENTAL CONDITIONS */
.conditions-section { background: var(--white); border-top: 1px solid var(--border); }
.conditions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 32px; }
.condition-box h3 { font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.condition-box p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* SEO SECTION */
.seo-section { background: var(--off-white); border-top: 1px solid var(--border); }
.seo-text { max-width: 850px; margin: 0 auto; }
.seo-text p { font-size: 0.92rem; color: var(--text-muted); margin-bottom: 16px; line-height: 1.75; }
.seo-text p:last-child { margin-bottom: 0; }

/* CONTACT */
.contact-section { background: var(--navy); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info .section-title { color: var(--white); }
.contact-info p { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 0.95rem; }
.contact-details { list-style: none; }
.contact-details li { color: rgba(255,255,255,0.75); padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; }
.contact-details a { color: var(--teal-light); text-decoration: none; }
.contact-form-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 36px; }
.contact-form-box h3 { color: var(--white); font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-bottom: 24px; }

/* ==========================================
   RESPONSIVE DIZAJN (MOBITELI) 
   ========================================== */
@media (max-width: 768px) {
  .section { padding: 56px 20px; }
  .video-section { padding: 0 20px 56px; }
  
  /* Sakrivamo Why Us stavku u navigaciji na mobitelu */
  .hero-menu li:nth-child(2) {
    display: none;
  }
  
  /* POPRAVAK: Proširena i centrirana pozadina mobilnog menija */
  .hero-menu {
    gap: 20px;
    padding: 8px 28px;
    width: auto;
    max-width: 95%;
    justify-content: center;
  }
  .hero-menu a {
    font-size: 0.78rem;
  }

  .intro-grid,
  .excursion-cards,
  .contact-grid,
  .why-grid,
  .reviews-grid,
  .conditions-grid { 
    grid-template-columns: 1fr; 
  }

  .boat-card { 
    grid-template-columns: 1fr; 
    margin-bottom: 40px;
  }
  .boat-single-img {
    min-height: 240px;
    height: 240px;
  }
  .boat-info {
    padding: 28px 16px;
  }
  .boat-header-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .boat-starting-price {
    text-align: left;
  }
  .boat-name {
    font-size: 1.6rem;
  }
  .boat-specs {
    margin-bottom: 20px;
  }

  /* Tablice na mobitelu */
  table { font-size: 0.78rem; }
  thead th { padding: 10px 5px; font-size: 0.7rem; }
  tbody td { padding: 10px 5px; }
  tbody td:first-child { font-size: 0.75rem; }
}/* End custom CSS */