.elementor-4448 .elementor-element.elementor-element-07b247a{--display:flex;}/* Start custom CSS *//* ========== GLOBALNI KONTEJNER (ne utiče izvan .guide-container) ========== */
.guide-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

/* ========== SVI STILOVI SU SCOPED unutar .guide-container ========== */
.guide-container h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(135deg, #0b3b4f 0%, #1c6e6f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.guide-container h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0e4f5c;
  border-left: 5px solid #f4a261;
  padding-left: 1rem;
  margin: 2rem 0 1rem 0;
}

.guide-container h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c5f6e;
  margin: 1.2rem 0 0.5rem 0;
}

.guide-container p {
  margin-bottom: 1rem;
  color: #2d3e4b;
}

.guide-container a {
  color: #e76f51;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}

.guide-container a:hover {
  color: #bc4e2c;
  border-bottom-color: #e76f51;
}

/* buttons & CTA */
.guide-container .cta-link {
  display: inline-block;
  background-color: #f4a261;
  color: #1a2c3e;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 48px;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  margin-top: 0.5rem;
}

.guide-container .cta-link:hover {
  background-color: #e76f51;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

/* lists */
.guide-container ul {
  margin: 1rem 0 1rem 1.8rem;
}

.guide-container li {
  margin-bottom: 0.5rem;
  color: #2d3e4b;
}

.guide-container hr {
  margin: 2rem 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, #cbdde6, #f4a261, #cbdde6);
}

/* SECTION STYLES (CARDS) */
.guide-container .section-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 1.8rem 2rem;
  margin-bottom: 2.2rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.01);
  transition: transform 0.2s, box-shadow 0.2s;
}

.guide-container .section-card:hover {
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.08);
}

.guide-container .intro-highlight {
  background: linear-gradient(110deg, #fef9ef 0%, #ffffff 100%);
  border-left: 6px solid #f4a261;
}

/* category badges */
.guide-container .category-badge {
  display: inline-block;
  background: #eef2f5;
  padding: 0.3rem 1rem;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1c6e6f;
  margin-right: 0.5rem;
}

/* FAQ styling */
.guide-container .faq-item {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #e2ecf0;
  padding-bottom: 0.8rem;
}

.guide-container .faq-question {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1c5a63;
  margin-bottom: 0.3rem;
}

/* reservation box */
/* rezervaciona kutija – samostalna komponenta */
.reservation-box {
  text-align: center;
  background: #eef3f7;
  border-radius: 40px;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  border: 1px solid #d4e2ea;
}

.reservation-box h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0e4f5c;
  border-left: none;
  padding-left: 0;
  margin: 0 0 1rem 0;
  text-align: center;
}

.reservation-box p {
  margin-bottom: 1rem;
  color: #2d3e4b;
}

.reservation-box .cta-link {
  display: inline-block;
  background-color: #f4a261;
  color: #1a2c3e;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 48px;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  margin-top: 0.5rem;
}

.reservation-box .cta-link:hover {
  background-color: #e76f51;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

/* utility */
.guide-container .text-small {
  font-size: 0.9rem;
}
.guide-container .highlight-text {
  color: #e76f51;
  font-weight: 600;
}

/* odzivnost za manje ekrane */
@media (max-width: 768px) {
  .reservation-box {
    padding: 1.5rem 1rem;
  }
  .reservation-box h2 {
    font-size: 1.5rem;
  }
  .guide-container {
    padding: 1rem;
  }
  .guide-container h1 {
    font-size: 1.9rem;
  }
  .guide-container h2 {
    font-size: 1.5rem;
  }
  .guide-container .section-card {
    padding: 1.2rem 1.2rem;
  }
}/* End custom CSS */