/*
Theme Name: SPT Child Theme
Template: hello-elementor
Version: 1.0
*/

/* =========================
   GLOBAL VARIABLES
========================= */
:root {
  --spt-orange: #f28c00;
  --spt-orange-dark: #ed7702;
  --spt-text: #222;
  --spt-muted: #666;
  --spt-light: #f8f8f8;
  --spt-radius: 6px;
  --spt-transition: 0.25s ease;
}

/* =========================
   BLOG CARDS
========================= */
.blog-kartica .elementor-widget-image img {
  transition: filter var(--spt-transition);
}

.blog-kartica:hover .elementor-widget-image img {
  filter: brightness(0.8);
}

.blog-kartica .elementor-heading-title a {
  color: #000;
  text-decoration: none;
  transition:
    color var(--spt-transition),
    text-decoration var(--spt-transition);
}

.blog-kartica:hover .elementor-heading-title a {
  color: #fff;
  text-decoration: underline;
}

/* =========================
   MOBILE MENU
========================= */
@media (max-width: 767px) {

  .eael-simple-menu ul,
  .eael-simple-menu-container ul {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .eael-simple-menu li,
  .eael-simple-menu-container li {
    flex: 0 0 auto !important;
  }

  .eael-simple-menu a {
    padding: 6px;
  }
}

/* =========================
   FEATURE LIST
========================= */
.feature-2-cols ul {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 32px;
}

@media (max-width: 767px) {

  .feature-2-cols ul {
    grid-template-columns: 1fr;
  }
}

/* =========================
   TOUR CARD
========================= */
.tour-card {
  cursor: pointer;
}

.tour-card:hover img {
  opacity: 0.8;
}

.tour-card:hover h3 a {
  text-decoration: underline;
}

.terms-block a {
  margin-right: 3px;
  padding: 2px 4px;
  border: 1px solid var(--spt-orange-dark);
  border-radius: 3px;
  transition:
    background var(--spt-transition),
    color var(--spt-transition);
}

.terms-block a:hover {
  background: var(--spt-orange-dark);
  color: #fff !important;
}

/* =========================
   PAGINATION
========================= */
.elementor-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.elementor-pagination a,
.elementor-pagination span {
  padding: 8px 12px;
  border-radius: var(--spt-radius);
  font-weight: 600;
  text-decoration: none;
}

.elementor-pagination .current {
  color: #f58220;
}

/* =========================
   TOUR TIMELINE - DEFAULT
========================= */
.tour-timeline {
  position: relative;
}

.tour-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 2px;
  height: var(--timeline-line-end, 100%);
  background: var(--spt-orange);
  border-radius: 999px;
  z-index: 0;
}

.tour-timeline .elementor-widget-icon-box::after {
  display: none !important;
}

.tour-timeline .elementor-widget-icon-box,
.tour-timeline .elementor-icon-box-icon {
  position: relative;
}

.tour-timeline .elementor-icon-box-icon {
  z-index: 2;
}

.tour-timeline .elementor-icon-box-wrapper {
  align-items: flex-start;
}

.tour-timeline .elementor-icon-box-content {
  margin-top: 2px !important;
}

.tour-timeline .elementor-icon-box-title {
  margin-top: 0 !important;
  line-height: 1.2;
}

/* =========================
   TOUR TIMELINE - LONG TOUR
========================= */
.tour-timeline.long-tour {
  position: relative;
  counter-reset: tourday;
  overflow-anchor: none;
}

.tour-timeline.long-tour::before {
  display: none !important;
}

.tour-timeline.long-tour > .elementor-widget-icon-box {
  position: relative;
  counter-increment: tourday;
  margin-bottom: 0 !important;
  cursor: pointer;
  overflow-anchor: none;
}

.tour-timeline.long-tour > .elementor-widget-icon-box::before {
  content: "Day " counter(tourday);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 24px;
  padding: 0 6px;
  background: var(--spt-orange);
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-icon {
  display: none !important;
}

.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: block;
  position: relative;
}

.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-content {
  display: block;
  position: relative;
  width: 100% !important;
  max-height: 100px;
  margin-top: 36px !important;
  margin-left: 0 !important;
  overflow: hidden;
  transition: max-height 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: max-height;
}

.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-title {
  position: relative;
  margin: 0 0 12px 0 !important;
  line-height: 1.2;
  cursor: pointer;
  transition:
    opacity 0.22s ease,
    transform var(--spt-transition);
}

.tour-timeline.long-tour > .elementor-widget-icon-box:hover .elementor-icon-box-title {
  opacity: 0.88;
  transform: translateX(2px);
}

.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-description {
  margin-top: 0 !important;
}

.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-content p {
  margin: 0 0 18px 0;
}

.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-content p:last-child {
  margin-bottom: 0;
}

/* Fade effect */
.tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.38s ease,
    transform 0.45s ease;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.32) 35%,
    rgba(255,255,255,0.72) 62%,
    rgba(255,255,255,0.94) 82%,
    #fff 100%
  );
}

/* Open state */
.tour-timeline.long-tour > .elementor-widget-icon-box.is-open .elementor-icon-box-content {
  max-height: 5000px;
  overflow: visible;
}

.tour-timeline.long-tour > .elementor-widget-icon-box.is-open .elementor-icon-box-content::after {
  opacity: 0;
  transform: translateY(18px);
}

/* =========================
   OPTIONAL ADDONS
========================= */
.tour-optional-addons {
  position: relative;
  z-index: 2;
  margin: 0px 0 14px 0;
  padding: 12px 16px;
  background: var(--spt-light);
  border-radius: var(--spt-radius);
}

.tour-optional-addons-label {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--spt-text);
}

.tour-optional-addons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.tour-addon-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 180px;
}

.tour-addon-item::before {
  content: "★";
  color: var(--spt-orange-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.tour-addon-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tour-addon-title {
  margin: 0;
  color: #444;
  font-size: 15px;
  font-weight: 600;
}

.tour-addon-desc {
  margin: 0;
  color: var(--spt-muted);
  font-size: 15px;
  line-height: 1.45;
}

/* =========================
   TOUR FLOW NOTES
========================= */
.tour-flow-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 24px 0;
}

.tour-flow-note-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #fff3da;
  color: var(--spt-text);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

/* =========================
   ACF CAROUSEL
========================= */
.acf-carousel-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.acf-carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--spt-radius);
}

/* =========================
   SLIDER ARROWS
========================= */
.swiper-button-next,
.swiper-button-prev {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.4);
  border-radius: var(--spt-radius);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--spt-orange);
}

/* =========================
   PRICE DESCRIPTION
========================= */
.price-desc p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* =========================
   TOUR FILTERS
========================= */

.tour-filter-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tour-filter-group {
  margin: 0;
  padding: 0 0 14px 0px;
  border-bottom: 1px solid #e6dfcf;
}

.tour-filter-group:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.tour-filter-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.tour-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.0;
  color: #555;
  cursor: pointer;
}

.tour-checkbox:last-child {
  margin-bottom: 0;
}

.tour-checkbox input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: #f58200;
  cursor: pointer;
  flex-shrink: 0;
}

.tour-checkbox span {
  display: block;
}

/* BUTTONS */

.tour-filter-submit {
  display: block;
  width: 100%;
  margin-top: 22px;
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  background: #f58200;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.tour-filter-submit:hover {
  background: #ed7702;
}

.tour-filter-reset {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: #f58200;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.tour-filter-reset:hover {
  opacity: 0.75;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .tour-timeline::before {
    left: 16px;
  }

  .tour-timeline .elementor-icon-box-wrapper {
    align-items: flex-start !important;
  }

  .tour-timeline .elementor-icon-box-content {
    width: auto !important;
    margin-top: -34px !important;
    margin-left: 34px !important;
  }

  .tour-timeline .elementor-icon-box-title {
    margin: 0 !important;
    line-height: 1.15 !important;
  }

  .tour-timeline .elementor-icon-box-description {
    margin-top: 6px !important;
  }

  .tour-timeline.long-tour > .elementor-widget-icon-box::before {
    min-width: 82px;
    height: 36px;
    padding: 0 18px;
    font-size: 14px;
  }

  .tour-timeline.long-tour > .elementor-widget-icon-box .elementor-icon-box-content {
    max-height: 100px;
    margin-top: 56px !important;
  }

  .tour-optional-addons {
  margin: 16px 0 12px 0;
  padding: 16px 18px;
  }

  .tour-optional-addons-list {
    flex-direction: column;
    gap: 14px;
  }

  .tour-addon-item {
    min-width: 100%;
  }

  .tour-addon-desc {
    font-size: 14px;
  }

  .tour-flow-notes {
    flex-direction: column;
    gap: 8px;
  }

  .tour-flow-note-item {
    width: 100%;
    font-size: 14px;
    padding: 4px 10px;
  }

  .tour-filter-form {
    gap: 16px;
  }

  .tour-filter-group {
    padding-bottom: 12px;
  }

  .tour-filter-title {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .tour-checkbox {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .tour-filter-submit {
  padding: 16px 20px;
  font-size: 17px;
}
}

/* =========================
   HOMEPAGE TOUR FILTER
========================= */

.homepage-tour-filter {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1fr;
  gap: 14px;
  align-items: center;
  width: 100%;
}

.homepage-tour-filter select,
.homepage-tour-filter button {
  width: 100%;
  height: 56px;
  border-radius: 6px;
  font-size: 16px;
}

.homepage-tour-filter select {
  padding: 0 18px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
}

.homepage-tour-filter button {
  border: none;
  background: #f37000;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.homepage-tour-filter button:hover {
  background: #ed7702;
}

@media (max-width: 767px) {

  .homepage-tour-filter {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .homepage-tour-filter select,
  .homepage-tour-filter button {
    height: 52px;
  }
}

.sp-tour-glance-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.sp-tour-glance-card {
	background: #fff8ec;
	border-radius: 8px;
	padding: 32px 20px;
	text-align: center;
}

.sp-tour-glance-icon img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	margin-bottom: 14px;
}

.sp-tour-glance-card h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.sp-tour-glance-card p {
	font-size: 17px;
	margin: 0;
}

@media (max-width: 1024px) {
	.sp-tour-glance-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.sp-tour-glance-grid {
		grid-template-columns: 1fr;
	}
}

   .mob-inquiry-button > a {
        color: #f58600 !important;
        font-weight: 700;
    }

@font-face {
  font-family: "spt_icons";
  src: url("/wp-content/uploads/2026/05/spt_icons.eot");
  src: url("/wp-content/uploads/2026/05/spt_icons.eot?#iefix") format("embedded-opentype"),
       url("/wp-content/uploads/2026/05/spt_icons.woff2") format("woff2"),
       url("/wp-content/uploads/2026/05/spt_icons.woff") format("woff"),
       url("/wp-content/uploads/2026/05/spt_icons.ttf") format("truetype"),
       url("/wp-content/uploads/2026/05/spt_icons.svg#spt_icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

span.tour-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  margin-bottom: 6px;
}

span.tour-icon:before {
  font-family: "spt_icons" !important;
  font-size: 32px;
  color: #f15a24;
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 01 - Duration */
span.tour-icon.icon-spt-icons-01:before,
span.tour-icon.icon-spt-icons_01:before {
  content: "\e800";
}

/* 02 - Tour Style */
span.tour-icon.icon-spt-icons-02:before,
span.tour-icon.icon-spt-icons_02:before {
  content: "\e801";
}

/* 03 - Getting Around */
span.tour-icon.icon-spt-icons-03:before,
span.tour-icon.icon-spt-icons_03:before {
  content: "\e802";
}

/* 04 - Availability */
span.tour-icon.icon-spt-icons-04:before,
span.tour-icon.icon-spt-icons_04:before {
  content: "\e803";
}

/* 05 - Language */
span.tour-icon.icon-spt-icons-05:before,
span.tour-icon.icon-spt-icons_05:before {
  content: "\e804";
}

/* 06 - Difficulty */
span.tour-icon.icon-spt-icons-06:before,
span.tour-icon.icon-spt-icons_06:before {
  content: "\e805";
}

/* 07 - Guiding Style */
span.tour-icon.icon-spt-icons-07:before,
span.tour-icon.icon-spt-icons_07:before {
  content: "\e806";
}

/* 08 - Travel Guarantee */
span.tour-icon.icon-spt-icons-08:before,
span.tour-icon.icon-spt-icons_08:before {
  content: "\e807";
}

/* 09 - Travel Pace */
span.tour-icon.icon-spt-icons-09:before,
span.tour-icon.icon-spt-icons_09:before {
  content: "\e808";
}

/* 10 - Atmosphere */
span.tour-icon.icon-spt-icons-10:before,
span.tour-icon.icon-spt-icons_10:before {
  content: "\e809";
}

/* 11 - Wineries */
span.tour-icon.icon-spt-icons-11:before,
span.tour-icon.icon-spt-icons_11:before {
  content: "\e80a";
}

/* 12 - Food Experience */
span.tour-icon.icon-spt-icons-12:before,
span.tour-icon.icon-spt-icons_12:before {
  content: "\e80b";
}