@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('../fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
        url('../fonts/DMSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html {
    overflow-x: hidden;
}
body, a {
  font-family: 'Poppins Regular', sans-serif;
  font-size: 16px;
  color: var(--ms3-text);
}
h1, h2, h3, .serif {
  font-family: 'DM Serif Display', serif;
}
.p-bold {
    font-family: 'Poppins Bold';
}
.hidden {
    display: none;
}

.topbar-nav > li > a:hover, .top-bar a:hover {
    color: var(--ms3-blue);
}

a:hover {
    color: var(--ms3-blue);
}
.bg-ms3-green { background-color: var(--ms3-green); }
.bg-ms3-off-white { background-color: var(--ms3-bg); }

.homepage-hero {
  height: 80vh;
  min-height: 400px;
  position: relative;
  margin-top: 0;
  padding-top: 4rem;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 37px;
  z-index: 1020;
}

.admin-bar .top-bar {
    top: 32px;
}

/* DARK HEADER */
.solid-dark {
  background-color: var(--ms3-white);
  color: var(--ms3-text);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
}
/* END */
#main-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: background-color 0.3s ease-out,
              padding 0.3s ease-in;
}
body:not(.admin-bar) #wrapper-navbar:has(.top-bar) #main-nav  {
   top: 37px;
}
.admin-bar #main-nav {
  top: 32px;
}
.admin-bar:has(.top-bar) #main-nav {
  top: calc(37px + 32px);
}
#main-nav.sticky {
    position: fixed!important;
    top: 0px!important;
    background: var(--ms3-white);
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.15);
}
#main-nav.sticky .logo-sticky, .solid-dark .logo-sticky { display: block; }
.logo-sticky, #main-nav.sticky .custom-logo-link, .solid-dark .custom-logo-link { display: none; }
#main-nav.sticky #headerMenu li a, .solid-dark #headerMenu li a {
    color: var(--ms3-text);
}
#main-nav.sticky .header-search-icon img, #main-nav .header-search-icon:hover img,
.solid-dark .header-search-icon img, .solid-dark .header-search-icon:hover img,
body:not(.page-template-wishlist) #main-nav.sticky .wishlista img, body:not(.page-template-wishlist) .wishlista:hover img, body:not(.page-template-wishlist) .solid-dark .wishlista  img {
  filter: brightness(0) saturate(100%);
}
#main-nav.sticky .phone, #main-nav:not(.solid-dark) .phone:hover, .solid-dark .phone {
    color: var(--ms3-white);
    background: var(--ms3-text);
    border-color: var(--ms3-text);
}
#main-nav.sticky .phone:not(:hover)::before, #main-nav:not(.sticky):not(.solid-dark) .phone:hover::before,
.solid-dark .phone:not(:hover)::before {
  filter: invert(100%) brightness(200%);
}

.solid-dark .navbar-toggler {
    border-color: black;
    box-shadow: 0 0 0 2px black;
}
.solid-dark .navbar-toggler-icon {
    background-image: url("/wp-content/uploads/2025/10/menu.svg");
}
.solid-dark .navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem black;
}

.bg-transparent .navbar-toggler-icon {
    background-image: url("/wp-content/uploads/2025/10/menu.svg");
}

.gap-7 {
  gap: 7rem !important;
}

.topbar-nav > li > a {
    color: var(--ms3-text);
}

.custom-logo-link img, .navbar-brand.logo-sticky img {
    width: 100%;
    height: 75px;
}
#wrapper-footer-full {
    background: var(--ms3-text);
    color: var(--ms3-white);
    text-align: center;
    padding: 45px 20px 5px 20px;
}
#footer-full-content .row {
    flex-direction: column;
    align-items: center;
}
#footer-full-content a {
    color: white;
    text-decoration: none;
}
#footer-full-content a:hover {
    color: var(--ms3-blue);
}
#menu-footer-menu {
    list-style: none;
    display: inline-flex;
    margin-top: 2rem;
}
#menu-footer-menu li {
    margin-right: 3rem;
}


.ms3-social-icons { 
        display:flex; gap:28px; 
        list-style:none; margin:0; padding:0;
        justify-content: center;
}
.ms3-si-facebook svg,
.ms3-si-instagram svg,
.ms3-si-youtube svg,
.ms3-si-linkedin svg {
    height: 28px;
}
.ms3-si-link {
        display:inline-grid; place-items:center;
        width: var(--ms3-size, 44px);height: var(--ms3-size, 44px);
        border-radius: 999px; text-decoration:none;
        overflow: hidden;
      }
.ms3-si-link:hover {
	background: var(--ms3-blue);
}
.ms3-social-icons[data-style="outline"] .ms3-si-link {
        background: transparent;
        color: #fff;
        border: 2px solid currentColor;
}
.screen-reader-text {
        position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
        overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.footer-widget .wp-block-image .size-full img {
    margin-bottom: 1.5rem;
    margin-left: -25px;
}
.footer-widget {
    width: 100%;
}
#wrapper-footer {
    background: white;
    text-align: center;
    padding: 1rem 0;
}
.site-info {
    z-index: 999;
    position: relative;
	font-size: 14px;
}
.site-info a {
    font-size: 14px;
    text-decoration: none;
}
.site-info a:hover {
    color: var(--ms3-blue);
}

.user-type-toggle .wpcf7-radio {
    display: flex;
}

#headerMenu .dropdown-menu li a {
    color: var(--ms3-text);
    text-transform: none;
}
#headerMenu .dropdown-menu li a:hover {
    color: var(--ms3-white)!important;
    background: var(--ms3-cta);
}
.dropdown-menu {
    padding: 0;
    overflow: hidden;
    border: none;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, .22), 0 14px 28px rgba(0, 0, 0, .16), 0 2px 6px rgba(0, 0, 0, .10);
}
.dropdown-menu li a {
	font-family: 'Poppins Regular'!important;
    padding: 15px!important;
}

#headerMenu li a {
    text-transform: uppercase;
    color: var(--ms3-white);
    font-family: 'Poppins Bold';
    padding: 25px 8px;
	font-size: 14px;
}
#headerMenu li a:hover, #main-nav.sticky #headerMenu li a:hover  {
    color: var(--ms3-cta);
}

.ms-2rem {
  margin-left: 2rem;
}

.phone {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em 0.5em 3em;
  background: var(--ms3-white);
  color: var(--ms3-text);
  border-radius: 26px;
  font-family: 'Poppins Bold';
  margin-left: 1rem;
}
#main-nav.sticky .phone:hover,
.solid-dark .phone:hover{
  color: var(--ms3-text);
  background: var(--ms3-white);
}

.phone::before {
  content: url("/wp-content/uploads/2025/07/Group-1.png");
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  display: inline-block;
}

.btn-cta {
  text-transform: uppercase;
  padding: 9px 2em!important;
  background: var(--ms3-cta);
  background-color: var(--ms3-cta)!important;
  border: 1px solid var(--ms3-cta)!important;
  color: var(--ms3-white)!important;
  border-radius: 26px!important;
  font-family: 'Poppins Bold'!important;
  text-decoration: none;
  font-size: 14px;
}
.btn-cta:hover {
    color: var(--ms3-cta)!important;
    background-color: transparent!important;
}
.homepage-hero .btn-cta {
    margin-left: 0;
}

#main-nav:not(.sticky) {
 padding: 14px 0;   
}

.novo a {
    text-decoration: none;
}
.novo::after {
    content: 'novo';
    text-transform: uppercase;
    background: var(--ms3-text);
    color: var(--ms3-white);
    font-family: 'Poppins Bold';
    font-size: 11px;
    border-radius: 18px;
    padding: 5px 12px;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.pos-rel {
    position: relative;
}
.badge-x {
  position: absolute;
  top: -12px;
  right: 39%;
  width: 30px;
  height: 30px;
  background-color: #FF1919;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
.icon-blocks > .col-6:nth-child(2) .badge-x { 
  right: 36%!important; 
}
.icon-blocks > .col-6:nth-child(3) .badge-x { 
  right: 33%!important; 
}

.badge-x::before {
  content: "×";
  color: var(--ms3-white);
  font-size: 41px;
  line-height: 1;
}

.my-custom-4 {
    margin-bottom: 2rem;
}
.my-custom-5 {
    margin-top: -1rem;
    margin-bottom: 3.5rem;
}
.lead-2 {
    font-size: 18px;
}
.icon-label {
    font-family: "Poppins Bold";
    padding: 0px 26px;
}
.icon-image {
    height: 50px;
}
.img-60 .col-6.col-sm-4.mb-3.text-center:nth-child(2) .icon-image {
    height: 60px!important;
    margin-top: -0.7rem;
}
.uppercase {
    text-transform: uppercase;
}
.text-white {
    padding: 0;
}
.display-4 {
    font-size: 55px;
	line-height: 1;
}
.display-5 {
    font-size: 50px;
	line-height: 60px;
}
h1.display-5 {
	line-height: 55px;
}
@media (min-width: 1200px) {
	h1.display-4 {
		font-size: 65px;
	}
}
.text-white .lead {
    font-size: 20px;
}
.lead {  font-size: 18px; }
.text-justify {
    text-align: justify;
}
section:not(.title-width) .display-4 img {
	filter: invert(1);
    margin-top: -.5rem;
    margin-bottom: -1rem;
}
.homepage-hero .container,
.title-width .container,
.title-width-2 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-hero .container {
    margin-top: -1rem;
}
.homepage-hero .container .row,
.title-width .row {
    max-width: 960px;
    width: 100%;
}
.title-width-2 .row {
    max-width: 990px;
}
.trip-row {
    max-width: 1350px!important;
}
.mt-5r {
    margin-top: 5rem!important;
}
.mt-4r {
    margin-top: 4rem!important;
}
.mt-11r {
    margin-top: 11rem;
}
.mt-8r {
    margin-top: 8rem;
}
.pb-8r {
    padding-bottom: 8rem;
}
.pb-6r {
    padding-bottom: 6rem;
}

.dummy-input .wpcf7-spinner {
	display:none;
}

.homepage-features {
	position: relative;
    z-index: 9;
    margin-bottom: -5.5rem;
    margin-top: 2.5rem;
}
.homepage-features .container {
    background: var(--ms3-blue);    
    border-radius: 33px;
}
.feature-text {
    max-width: 270px;
}
.homepage-features .row > .col-md-4:nth-child(2) .feature-text {
    max-width: 360px;
}
.feature-image img {
    max-width: 50px;   
}
.feature-title {
    font-family: 'Poppins Bold';
    text-transform: uppercase;
    font-size: 16px;
}
.homepage-features .row > .col-md-4:nth-child(2) .feature-image img,
.features2 .row > .col-md-4:nth-child(2) .feature-image img {
    max-width: 60px!important;   
}
.homepage-features .row > .col-md-4:nth-child(3) .feature-image img,
.features2 .row > .col-md-4:nth-child(3) .feature-image img {
    max-width: 65px!important;  
}
.homepage-features .col-md-4 {
    padding: 2rem 12px;
}

.title-width .display-4 img {
    margin: -2rem 0rem -.5rem 0 !important;
    max-height: 55px;
}
.title-width .display-4  {
    color: var(--ms3-text);
}
.inquiry-row {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.btn-custom {
    text-transform: uppercase;
    padding: 9px 3em;
    background: transparent;
    color: var(--ms3-text);
    border-radius: 26px;
    border: 1px solid var(--ms3-text);
    font-family: 'Poppins Bold';
    margin-right: 1rem;
    text-decoration: none;
	font-size: 14px;
}
.btn-custom:hover {
    border-color: var(--ms3-blue);
}
.slide-icon-wrapper {
    position: absolute;
    z-index: 10;
    right: 3rem;
    top: 2rem;
}
.slide-icon {
    max-height: 75px;
}

/* Homepage akcija */
.deal-card {
    width: 100%;
    height: 551px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 34px;
}
.deal-overlay {
    background: white;
    padding: 25px 20px 25px 35px;
    border-radius: 30px;
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
}
.deal-badge {
    position: absolute;
    bottom: 39vh;
    right: 8px;
    z-index: 9;
    padding: 25px;
    height: 138px;
    border-radius: 50%;
    width: 138px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.deal-badge.first.minute {
    background: #E6FF7C;
}
.deal-badge.last.minute {
    background: #3CEEF5;
    color: #000;
}
.deal-row {
  display: flex;
  flex-wrap: wrap; 
  gap: 65px;
}

.single-trip .deal-badge {
    top: -15px;
    left: 45.5%;
}

.deal-col {
  flex: 1 1 calc(50% - 40px);
  min-width: calc(50% - 40px);
}
/* Homepage masonry template css */
.trip-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: 354px;
  gap: 2rem;
  margin: 0 auto;
}
.trip-img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 33px;
}
.trip-img img, .month-card-bg img, .trip-card a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trip-item {
    padding: 0;
    position: relative;
    overflow: hidden; 
}
.trip-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 33px;
  transition: transform 0.25s ease-in-out;
}
.trip-item a:hover .trip-img, .trip-card:hover a img {
    transform: scale(1.1);
}
.trip-item a:hover .label, .month-label-bar a:hover {
    background: var(--ms3-cta);
    color: var(--ms3-white);
}
.month-label-bar a:hover span {
    color: var(--ms3-white);
}

.trip-item .label {
  position: absolute;
  display: flex!important;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  width: 183px;
  padding: 9px 30px;
  height: 64px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ms3-white);
  text-transform: uppercase;
  text-align: center;
  color: var(--ms3-text);
  font-family: "Poppins Bold";
}

.trip-item:nth-child(8n+1) { grid-column: 1 / span 2; }
.trip-item:nth-child(8n+2) { grid-column: 3; }
.trip-item:nth-child(8n+3) { grid-column: 4; grid-row: span 2; }
.trip-item:nth-child(8n+4) { grid-column: 1; }
.trip-item:nth-child(8n+5) { grid-column: 2 / span 2;  }
.trip-item:nth-child(8n+6) { grid-column: 1 / span 2; }
.trip-item:nth-child(8n+7) { grid-column: 3; }
.trip-item:nth-child(8n+8) { grid-column: 4; }

/* END */


/* SLIDER HOME */
.my-hero-slider {
  overflow: visible;
  position: relative;
}

.my-hero-slider .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-height: 565px;
}
.swiper-slide, swiper-slide {
    justify-content: center;
    display: flex;
}

.slide-content {
  position: absolute;
  left: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ms3-white);
  max-width: 600px;
}

.slide-caption {
  font-size: 60px;
  font-family: 'DM Serif Display';
  line-height: 1.3;
  padding-bottom: 4rem;
}

.slide-link {
  display: inline-block;
  font-family: 'Poppins Bold';
  padding: 0.63rem 2.5rem;
  background: var(--ms3-white);
  color: var(--ms3-text);
  border-radius: 999px;
  text-decoration: none;
}

.my-hero-slider .swiper-button-next,
.my-hero-slider .swiper-button-prev {
  opacity: 0;
  pointer-events: none;
}
.my-hero-slider { cursor: none; position: relative; }
.custom-nav-cursor {
  position: fixed;
  pointer-events: none;
  width: 126px;
  height: 126px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: opacity .1s;
}
.custom-nav-cursor .inner-arrow {
  width: 100%;
  height: 55px;
  background: url('/wp-content/uploads/2025/10/Group-27.svg') no-repeat center/contain;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.custom-nav-cursor.left .inner-arrow {
  transform: scaleX(-1);
}
.slide-img img {
	width: 100%;
    max-height: 565px;
    object-fit: cover;
}
.slide-img-wrapper {
  overflow: hidden;
  border-radius: 33px;
  width: 100%;
}
.swiper-slide:not(.swiper-slide-active) .slide-img {
  transform: scale(1);
  transition: none;
  animation: none;
}

@media (min-width: 768px) {
  .slide-img-wrapper {
    margin-right: 35px;
  }
}

@keyframes pulse-grow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.swiper-slide-active .slide-img {
  animation: pulse-grow 16s ease-in-out infinite alternate;
}
/* END */

/* MNENJA SLIDER */
.testimonials-section .my-testimonials-slider {
  position: relative;
  padding: 2rem 0;
}
.my-testimonials-slider .swiper-wrapper {
  padding: 0 11%;
  box-sizing: content-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-height: 250px;
}
.testimonial-card {
  padding: 1rem;
  box-sizing: border-box;
}
.card-inner {
  background: var(--ms3-white);
  border: 1px solid var(--ms3-text);
  border-radius: 33px;
  padding: 2.5rem 2.8rem;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}
.testimonial-header {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.name {
  font-family: 'Poppins Bold';
  text-transform: uppercase;
}

.stars {
  display: flex;
  gap: 2px;
  margin-top: -4px;
  font-size: 33px;
  color: #E9C35A;
}
.star.filled {
  opacity: 1;
}

.testimonial-body {
  margin-top: .25rem;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid var(--ms3-text);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: all .25s ease;
  position: relative;
  box-sizing: border-box;
}
.swiper-pagination-bullet-active {
  background: var(--ms3-text);
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  color: transparent;
}
/* END */

/* KOLEDAR SLIDER */
.month-calendar-slider, .deal-slider {
    overflow: visible;
}

.month-calendar-slider-wrapper {
  position: relative;
}

.month-calendar-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.month-calendar-slider .swiper-slide {
  height: 474px;
  position: relative;
}

.object-cover {
    object-fit: cover;
}

.month-card img {
    border-radius: 33px;
}

.month-label-bar {
  position: absolute;
  text-align: center;
  bottom: -5%;
  background: var(--ms3-white);
  min-width: 365px;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  justify-content: center;
}

.month-label-bar a {
  padding: 1rem;
}

.month-label {
  font-family: 'Poppins Bold';
  text-transform: uppercase;
  color: var(--ms3-text);
}

.month-calendar-slider-wrapper .swiper-button-next,
.month-calendar-slider-wrapper .swiper-button-prev,
.deal-slider .swiper-button-next,
.deal-slider .swiper-button-prev {
  opacity: 0;
  pointer-events: none;
}
.month-calendar-slider-wrapper, .deal-slider .swiper-wrapper { cursor: none; position: relative; }

/* END */

/* RECOMMENDED */
.recommended-list {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.recommended-row {
  min-width: 656px;
  border: 1px solid #B1B1B1;
  background: var(--ms3-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  gap: 10rem;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}
.recommended-row:nth-child(n+3) {
  border-top: none!important;
}
.recommended-row:hover {
   background: var(--ms3-blue);
   color: var(--ms3-white);
   transform: scale(1.05);
}
.recommended-row:hover .price-label {
    border-color: var(--ms3-white);
}
#travel-styles:focus .selected-placeholder,
#country-options:focus .selected-placeholder {
    border-color: var(--ms3-cta);
    box-shadow: 0 0 0 .25rem rgba(255, 128, 128, 0.25);
}

.rec-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.recommended-content {
  display: flex;
  flex-direction: column;
}

.rec-title {
  margin-bottom: 2px;
  font-family: 'Poppins Bold';
  text-transform: uppercase;
}

.rec-subtitle {
    text-align: left;
}

.recommended-price {
  display: flex;
  gap: 3px;
  text-align: center;
  flex-direction: column;
}

.price-label {
  border: 1px solid var(--ms3-text);
  border-radius: 33px;
  padding: 10px 45px;
  font-family: 'Poppins Bold';
}

/* END */


.feature-text2 {
   max-width: 284px;
}
.features2 .d-flex {
    gap: 20px;
}
.title-item .break { display: block; }

/* Dummy input */
.dummy-input-wrapper {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}

.dummy-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--ms3-text);
  border-radius: 33px;
  overflow: hidden;
  max-width: 545px;
  width: 100%;
}

.dummy-input input {
  flex: 1;
  border: none!important;
  padding: 0 2.5rem!important;
  outline: none;
  height: 63px;
}
.dummy-input input:focus {
	box-shadow: none!important;
}

.btn-code {
  background: var(--ms3-cta)!important;
  color: var(--ms3-white)!important;
  border: none!important;
  padding: 0 2rem!important;
  text-transform: uppercase;
  height: 43px!important;
  border-radius: 33px!important;
  margin-right: 15px;
  font-family: 'Poppins Bold'!important;
  max-width: 200px;
}
/* END */


.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus,
.selected-placeholder:focus{
    color: var(--ms3-text);
    background-color: var(--ms3-white);
    border-color: var(--ms3-cta);
    box-shadow: 0 0 0 .25rem rgba(255, 128, 128, 0.25);
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    padding: 1.15rem;
    border-radius: 0px;
    color: var(--ms3-text);
    background-color: var(--ms3-white);
    border: 1px solid var(--ms3-text);
}
.wpcf7 {
    max-width: 100%;
}

/* Pristine vacation cf7 */
.row-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.user-type-toggle {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.user-type-toggle input[type="radio"] {
  display: none;
}
.user-type-toggle label {
  border: 1px solid var(--ms3-text);
  background-color: var(--ms3-white);
  padding: 1.3rem 3.4rem;
  border-radius: 33px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.user-type-toggle input[type="radio"]:checked + label,
.user-type-toggle label:has(input[type="radio"]:checked) {
  background-color: var(--ms3-cta);
  color: var(--ms3-white);
  border-color: var(--ms3-cta);
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item.first {
    margin-right: 2.5rem;
    display: inline-flex;
}
.row-group .col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
label {
  margin-bottom: 0.5rem;
}
.wpcf7 .wpcf7-form p {
    margin-bottom: 3.2rem;
}
.mb-3px p {
    margin-bottom: 3px!important;
}
.mb-3px {
    margin-bottom: 3.15rem;
}
.mb-11r {
    margin-bottom: 11rem;
}
.note p {
    width: 150%;
}

.row-group.small-fields .col {
   flex-direction: row;
   align-items: center;
   gap: 1.5rem;
}
.pill-select {
    font-size: 20px!important;
}
.f16 .pill-select {
    font-size: 16px!important;
}
.pill-select, .date-pill,
.wide-select,
.selected-placeholder {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--ms3-white);
  border: 1px solid var(--ms3-text);
  border-radius: 33px!important;
  padding: 1rem 3.4rem!important;
  cursor: pointer;
  width: auto;
  min-width: 90px;
  text-align: center;
  background-image: url("/wp-content/uploads/2025/08/dropdown.png");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}
.small-fields label, .date-range label {
    margin-bottom: 0;
}

.date-pill {
  width: 100%;
  max-width: 300px;
  text-align: left;
  background-image: none;
  padding: 0.8rem 3.4rem !important;
}
.date-pill::-webkit-calendar-picker-indicator {
  background: url('/wp-content/uploads/2025/10/Asset-20.svg') no-repeat center;
  background-size: 2rem;
  padding: 0.5rem;
  cursor: pointer;
  opacity: 1;
}
.date-pill:focus {
  box-shadow: 0 0 0 2px #FF8080;
}
.row-group.date-range .col {
    align-items: center;
    flex-direction: row;
    flex: unset;
    gap: 1rem;
}
.row-group.flex-column {
    gap: 3.2rem;
    margin-bottom: 3.2rem;
}
.row-group.date-range .col.align-center {
    flex: 0;
}
.row-group.date-range {
    gap: 1.2rem;
}
.selected-placeholder {
    text-align: left;
    min-width: 370px;
    padding-left: 2.3rem !important;
}
.row-group.flex-column .col {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.row-group.flex-column .col p,
.row-group.flex-column .col label,
.user-type-toggle label {
    margin-bottom: 0;
}
.col-full p {
   margin-bottom: 10px!important;
}
.large-text {
  height: 150px;
}


/* Multi-select custom dropdown */
.multi-checkbox-select {
  position: relative;
  user-select: none;
}
.multi-checkbox-select .options {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  border: 1px solid var(--ms3-text);
  background: var(--ms3-white);
  z-index: 100;
  display: none;
  padding: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.multi-checkbox-select.open .options {
  display: block;
}
.multi-checkbox-select .options label {
  display: block;
  cursor: pointer;
}
.multi-checkbox-select .options {
  max-height: 250px;
  overflow-y: auto;
}

.subscribe {
  margin-top: 10px;
}
.subscribe input {
  height: 33px;
  width: 33px;
}
.subscribe label {
    display: flex;
    align-items: center;
    gap: 13px;
}
.subscribe input[type="checkbox"]:checked::after {
content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 22px;
  height: 16px;
  background-image: url('https://ekornapotovanja.si/wp-content/uploads/2025/08/checkmark.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.subscribe input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--ms3-text);
  border-radius: 0px;
  background: var(--ms3-white);
  cursor: pointer;
}
.subscribe input[type="checkbox"]::-ms-check {
  display: none;
}

.submit-row {
  justify-content: center;
}
.submit-row input  {
    margin: 0;
}
/*.submit-row p {
    max-width: 185px;
}*/

.row-group .col-full {
  flex: 1 1 100%;
}
.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.multi-checkbox-select .disabled label {
  opacity: .4;
  pointer-events: none;
}
/* END */

.display-6 {
    font-size: 90px;
    line-height: 1.1;
}
.display-7 {
    font-size: 40px;
}

/* PARALLAX */
#freeze-wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
}
#freeze-wrapper.frozen {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#inquiry-form {
  position: relative;
  z-index: 2;
  will-change: transform;
}
/* END */

#inquiry-form {
    border-top: 1px solid var(--ms3-white);
}

.search #search-wrapper .container, #page-wrapper .container, #archive-wrapper .container {
    padding-top: 15rem;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}



/* Back to top */
.back-to-top {
  position: fixed;
  left: clamp(16px, 2vw, 24px);
  bottom: clamp(16px, 2vw, 24px);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.1);
  background: var(--ms3-cta);
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}
.back-to-top svg { pointer-events: none; fill: white; }
.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.back-to-top:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
@media print { .back-to-top { display: none !important; } }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 1px, 1px);
  white-space: nowrap; border: 0;
}
@media (max-width: 768px) {
  .footer-in-view { transform: translateY(-100px)!important;}
  .ms3-phone-floating {
		bottom: 125px!important;
    	right: 16px!important;
  }
	.ms3-phone-floating, .back-to-top {
		transition: transform .3s ease-in-out;
  		will-change: transform;
	}
	
	.month-calendar-slider .swiper-slide {
	        height: 400px;
	}
	.potovanja, .potovanja .container {
	    padding-bottom: 0!important;
	}
	.potovanja-items .trip-title a {
	        font-size: 22px;
	}
	.potovanja-items .deal-desc {
        font-size: 13px;
    }
    .potovanja-items .deal-overlay {
        padding: 25px;
    }
    .dummy-input-wrapper .btn-code {
        position: absolute;
        bottom: 50px;
        left: 25%;
    }
}
/* END */
#cmplz-manage-consent .cmplz-manage-consent {
	left: 24px!important;
}


/* 404 page + search */
.active>.page-link, .page-link.active, .dropdown-item.active, .dropdown-item:active {
    background-color: var(--ms3-cta);
    border-color: var(--ms3-cta);
}
.page-link {
    color: var(--ms3-text);
}
.page-link:focus {
    border-color: var(--ms3-cta);
    box-shadow: 0 0 0 .25rem rgba(255, 128, 128, 0.25);
}
.page-item:not(.active) .page-link:hover {
    color: var(--ms3-cta);
}
.error-404, .search #search-wrapper .container, #page-wrapper .container, #archive-wrapper .container {
  min-height: 92.2vh;
}
.error-404.d-flex {
  padding: 0;
  padding-top: 7rem;
}
.error-404 .search-form {
  max-width: 600px;
  margin: 0 auto 3.5rem;
}
.p-404 {
    font-size: 150px;
    font-family: 'Poppins Bold';
    margin: 0;
}
.error-404 h1, .search h1 {
    font-family: 'Poppins Bold';
}
.search .widget h2 {
    margin-top: 1.5rem;
    font-family: 'Poppins Regular';
}
.error-404 .page-content p {
    margin-bottom: 2.5rem;
}     
.error-404 .btn-primary {
    margin-left: 12px!important;
}
.error-404 .btn-primary, .search .btn-primary {
    background-color: var(--ms3-cta)!important;
    border-radius: 0px!important;
    border-color: var(--ms3-cta)!important;
}
.search-form .btn-primary {
    margin-left: .75rem!important;
}
.search .btn-primary:hover {
    background-color: var(--ms3-blue)!important;
    border-color: var(--ms3-blue)!important;
}
.object-fit-cover { object-fit: cover; }
.object-fit-contain { object-fit: contain; }
.search-result-posts { 
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.search-result-posts .col-lg-4 {
    width: 31.333333%;
}
.search-result-item .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.search-result-item .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.search .card {
    border-radius: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.wpcf7 .wpcf7-form label {
    position: relative;
}
.right-side a {
    display: inline-flex;
    vertical-align: middle;
    text-decoration: none;
}
#menu-main-menu .cta-item {
    display: none;
}
#wrapper-footer-above .container, #wrapper-footer-full .container, #wrapper-footer .container {
    padding-top: 0!important;
    min-height: 100%;
}
#page-wrapper {
    padding-bottom: 0!important;
}

@media screen and (min-width: 1201px) and (max-width: 1800px) {
	.homepage-features {
		width: 95vw;
    	margin: 40px auto -105px auto;
	}
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.homepage-features {
		width: 95vw;
		padding-top: 0!important;
		padding-bottom: 70px;
		margin: 0 auto -185px auto;
	}
}
@media screen and (max-width: 768px) {
	.homepage-features {
		width: 90vw;
		padding: 0;
		margin: 0 auto -500px auto;
	}
	.home .title-width.bg-ms3-off-white.pb-4 {
		    padding-top: 400px;
	}
}

@media screen and (max-width: 1610px) {
    .gap-5 {
        gap: 1rem !important;
    }
    .ms-2rem {
            margin-left: 1rem;
    }
    .container {
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
    .right-side .btn-cta {
        position: absolute;
        top: 80%;
        right: 20px;
    }
    .right-side .phone {
        margin-left: 5px;
    }
}

/* MOBILE */
@media screen and (max-width: 1200px) {
  .display-4 img {
	width: 200px!important;
    margin-top: 0!important;
  }
  .sticky #headerMenu.navbar-collapse {
    position: fixed;
    top: var(--header-h, 64px);
    left: 0; right: 0; bottom: 0;
    max-height: calc(100vh - var(--header-h, 64px));
    overflow-y: auto;
    background: var(--ms3-white);
    padding: 1rem 1.25rem 4rem 1.25rem;
  }
  #headerMenu.navbar-collapse {
      position: relative;
      top: 0;
      max-height: calc(100vh - var(--header-h, 64px));
      overflow-y: auto;
      padding: 1rem 1.25rem 8rem 1.25rem;
  }
  #headerMenu.collapsing { height: auto; transition: none; }
  #headerMenu.collapse.show { display: block; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    margin-top: .25rem;
  }
	.logo-sticky img {
		transition: height .3s ease-in-out;
	}
	.page-template-kontakt #main-nav:not(.sticky) .logo-sticky img {
         height: 95px;
     }
  body.nav-open { overflow: hidden; }
     .logo-sticky img {
         height: 75px;
     }
     .my-hero-slider .slide-img-wrapper img {
         min-height: 500px;
         object-fit: cover;
     }
     .slide-caption {
         font-size: 35px;
     }
     .slide-content {
         left: 1rem;
     }
    .right-side .navbar-toggler {
        margin-left: 25px;
        margin-right: 5px;
    }
    #menu-topbar-menu {
        display: block;
    }
    .month-calendar-slider-wrapper, .month-calendar-slider, .my-hero-slider {
        overflow: hidden!important;
    }
    .novo {
        display: none;
    }
    .sticky .navbar-toggler-icon {
        background-image: url("/wp-content/uploads/2025/10/menu.svg");
    }
    .sticky .navbar-toggler {
        /*box-shadow: 0 0 0 2px black;*/
		box-shadow: none;
    }
    .navbar:not(.sticky):has(.navbar-collapse.show) .header-search-icon:hover img {
        filter: none!important;
    }
    .navbar-collapse {
        order: 3;
        padding: 50px 0;
    }
    /*#main-nav:not(.sticky):not(.solid-dark):not(:has(.navbar-toggler.collapsed)) {
        background-color: black!important;
    }*/
	#headerMenu li a {
		color: var(--ms3-text);
	}
    .navbar-toggler {
        /*box-shadow: 0 0 0 2px;*/
		box-shadow: none!important;
		border: none!important;
    }
	.navbar-toggler-icon {
		width: 1.5em;
    	height: 1.5em;
	}
    .sticky .navbar-toggler:focus {
        /*box-shadow: 0 0 0 .25rem black;*/
		box-shadow: none!important;
    }
    .display-4,
    .display-5,
    .display-6 {
       font-size: 35px;
	   line-height: 35px;
    }
	.display-5:not(.shadow-custom .display-5) {
	  margin: 0 auto;
	  max-width: 285px;
	}
    .display-4 {
       margin-bottom: 2.5rem;
    }
	.title-width.pt-5.pb-8r {
		padding-top: 1rem !important;
		padding-bottom: 5rem !important;
	}
	.lead-2 {
		font-size: 16px;
	}
    .homepage-features .row > .col-md-4:nth-child(2) .feature-text, .feature-text {
        max-width: 250px;
    }
    .homepage-features .col-md-4 {
            padding: 1.5rem 12px;
    }
    .homepage-features .row {
        padding: 1.5rem 0;
    }
    .title-width .display-4 img {
        max-height: 50px;
    	margin: -4.5rem -3rem -3rem -3rem !important;
    }
    .recommended-row, .selected-placeholder {
        min-width: unset;
        gap: 1rem;
    }
    .recommended-list {
            grid-template-columns: 1fr;
    }
    .note p {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	.single-trip .custom-width h1.display-5 {
        line-height: 38px;
    }
	#main-nav  {
		background: white!important;
		padding: 17px 0;
	}
	#main-nav:not(.sticky) {
		padding: 20px 0;
	}
	#main-nav .header-search-icon img,
	body:not(.page-template-wishlist) #main-nav .wishlista img {
		filter: brightness(0) saturate(100%);
	}
	.wishlista img,
	.header-search-icon img,
	.bg-transparent .navbar-toggler-icon,
	.solid-dark .navbar-toggler-icon,
	.sticky .navbar-toggler-icon{
		width: 24px!important;
	}
    .home .pb-8r .container {
        padding: 0;
    }
	.single-trip .custom-width .display-5 {
		margin: 0;
	}
    #main {
        z-index: 1;
       position: relative;
    }
    .single-trip .sticky-pos {
        margin-bottom: 10px!important;
    }
    .homepage-hero:has(.tf-dropdown.open){
        z-index: 2;
    }
    .highlight-card img {
        object-fit: cover;
    }
    .deal-row, .deal-overlay .d-flex {
        flex-direction: column;
    }
    .deal-overlay .d-flex {
        gap:20px;
    }
    .deal-badge {
        top: 10px !important;
        right: 10px;
    }
    .row.py-5.mt-3 .btn-custom {
        display: block;
    }
    .icon-blocks .icon-label {
        margin-top:15px;
    }
    .slide-icon img {
        max-width: 25vw;
    }
    .slide-caption {
        padding: 2rem 0;
    }
    .slide-icon-wrapper {
        right: 1rem;
        top: 1.5rem;
    }
    .itin-toggle {
        padding-left: 0!important;
    }
    .itin-title, .itin-day {
        font-size: 18px!important;
        max-width: 83%;
    }
    .itin-title {
        text-align: left;
        max-width: 83%;
    }
    .itin-toggle {
        padding: 1rem 0!important;
    }
    .single-trip .date-pill {
        width: 100%!important;
    }
    #menu-footer-menu li {
        margin-right: 0;
        flex: 1;
    }
    #menu-footer-menu {
        padding: 0;
        align-items: center;
    }
    .navbar-nav {
        margin-right: 1rem;
    }
    .archive .homepage-hero .container .lead {
        padding: 0!important;
    }
    .mb-5r {
        margin-bottom: 2rem!important;
    }
    #headerMenu li a {
        padding: 15px 8px;
    }
    /* 404 */
    .error-404.d-flex {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
    /* END */
    
    /* Search */
    .search #search-wrapper .container, #page-wrapper .container, #archive-wrapper .container {
        padding-top: 11rem;
    }
    .search-result-posts .col-lg-4 {
        width: 100%;
    }
    .widget-area {
        margin-top: 2rem;
    }
    /* END */
    .my-testimonials-slider .swiper-wrapper {
        padding: 0;
    }
    .features2 .flex-column.mt-5r {
        margin-top: 2rem!important;
    }
    .dummy-input input {
        padding: 0 10px 0 1.4rem;
    }
    .btn-code {
        font-size: 15px;
        padding: 0 15px!important;
    }
    .features2 .flex-column.mt-5r .row {
        gap: 2.5rem;
        margin-bottom: 3rem;
    }
    .month-label-bar {
        min-width: 100%;
        bottom: 0;
    }
    .btn-custom {
        margin: 0;
        text-align: center;
    }
    .recommended-content {
        display: contents;
    }
    .recommended-row {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto;
      grid-template-areas:
        "title  title"
        "subtitle price";
      align-items: center;
    }
    .recommended-row .rec-title {
      grid-area: title;
    }
    .recommended-row .rec-subtitle {
      grid-area: subtitle;
    }
    .recommended-row .recommended-price {
      grid-area: price;
      justify-self: end;
    }
    .text-white .lead {
        font-size: 16px;
    }
    .inquiry-row {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .icon-blocks, .img-60 .btn-cta, .month-calendar-slider-wrapper,
    .user-type-toggle p:first-child {
        margin: 0!important;
    }
    .icon-blocks .col-12 {
        margin-bottom: 40px!important;
		display: flex;
    }
	.mb-3.icon-image {
		display: none;
	}
	.badge-x {
		position: relative;
		top: 0;
		right: 0;
		width: 25px;
   		height: 25px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF0000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M5 5L19 19'/%3E%3C/svg%3E");
	}
	.badge-x::before {
		display: none;
	}
	.icon-blocks .icon-label {
		margin-top: 0;
		text-align: left;
		font-size: 13px;
		padding: 0px 0 0 15px;
	}
    .homepage-hero {
		height: 95vh;
        padding-top: 15vh!important;
        padding-bottom: 100px;
    }
    #menu-main-menu .cta-item {
        display: block;
    }
    #menu-main-menu .cta-item .btn-cta {
        margin: 0;
    }
    .right-side .btn-cta {
        display: none;
    }
    .phone, .phone:hover {
        background: transparent!important;
        border: none;
        padding: 0;
    }
    .navbar:not(:has(.navbar-collapse.show)) .phone:hover::before, .navbar.sticky .phone::before, .solid-dark .phone::before {
        filter: none!important;
    }
    .phone::before {
        margin-left: -31px;
    }
    .navbar:not(.sticky) .phone::before {
        filter: invert(100%) brightness(200%);
    }
    .user-type-toggle {
        flex-direction: column;
        margin-bottom: 0;
    }
    .user-type-toggle p, .row-group.date-range .col p, .row-group.date-range .col, .row-group.small-fields.f16 .col p, .multi-checkbox-select, .row-group.flex-column .col p {
        width: 100%;
    }
    .user-type-toggle .wpcf7-radio {
        justify-content: space-between;
    }
    .wpcf7-list-item.first {
        margin-right: 0;
    }
    .user-type-toggle p:first-child {
        align-self: flex-start;
    }
    .user-type-toggle label {
        padding: 1.3rem 2.5rem;
    }
    #inquiry-form .pb-6r {
        padding-bottom: 4rem;
    }
	.row-group:not(.submit-row):not(.small-fields) {
		flex-direction: column;
	}
	.wpcf7 .wpcf7-form p {
		margin-bottom: 25px;
	}
    .row-group, .row-group.small-fields .col {
        gap: 1rem;
    }
    .row-group.small-fields {
        gap: 2rem;
    }
    .row-group:has(.note) {
        position: relative;
        margin-bottom: 3rem;
    }
    .note {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .row-group.date-range .col, .row-group.small-fields .col, .row-group.flex-column .col {
        flex-direction: column;
    }
    .row-group.date-range .col p, .row-group.small-fields .col p {
        margin-bottom: 0;  
    }
    .date-pill {
        max-width: 100%;
    }
    .row-group.small-fields.f16 {
        margin-top: 3.2rem;
    }
    .row-group.small-fields {
        margin-bottom: 3.2rem;
    }
    .trip-row {
        grid-template-columns: 1fr 1fr;
		grid-auto-rows: 207px;
        gap: 20px;
        padding: 0 1rem;
    }
    .trip-item .label {
        width: 80%;
		font-size: 13px;
    }/*
    .trip-item:nth-child(1) .label, .trip-item:nth-child(8) .label {
        left: 10%;
    }*/
    .trip-item {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
	.trip-item:nth-child(2n) {
		grid-column: 2 !important;
	}
    .archive .card-body .d-flex.align-items-start, .single-trip .card-body .d-flex.align-items-start, .page-template-wishlist .card-body .d-flex.align-items-start {
        flex-direction: column;
        gap: 1rem;
    }
    .card-icons {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
}
/* END */




/* KATEGORIJE - IZLETI */
.archive .homepage-hero::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #555555;
    opacity: 71%;
    mix-blend-mode: multiply;
}
.archive .homepage-hero .col {
    z-index: 9;
}
.archive .homepage-hero .container .row  {
    max-width: 1340px;
}
.archive .homepage-hero .container .lead {
    padding: 0 11rem;
}
.mb-6r {
    margin-bottom: 6rem;
}
.mb-4r {
    margin-bottom: 4rem;
}
.mb-5r {
    margin-bottom: 5rem;
}
.trip-results{
    font-size: 20px;
    color: #898989;
}
.tax-trip_type article, .single-trip article, .page-template-wishlist article, .tax-month article, .tax-country article {
    border-radius: 44px;
    border: none;
}
.card-icons {
    justify-content: space-between;
}
.gap-icons {
    gap: 0.7rem;
}
.archive .card-body, .single-trip .card-body, .page-template-wishlist .card-body {
    padding: 25px 28px 40px 28px;;
}
.trip-title a {
    font-family: 'DM Serif Display';
    font-size: 35px;
}
.trip-dates {
    line-height: 25px;
}
.trip-timeline {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 24px 0;
}
.bg-blue {
    background-color: var(--ms3-blue);
}

.favorite-toggle {
  width: 30px;
  height: 30px;
  background: url('/wp-content/uploads/2025/10/srce.svg')
              no-repeat center/contain;
  border: none;
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  z-index: 0;
  transition: background .3s ease-in-out;
}
/**/

.fav-label {
  position: absolute;
  left: -500%;
  transform: translateY(-50%) translateX(10px);
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.favorite-toggle.show-label .fav-label {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.fav-label a {
  color: var(--ms3-cta);
  font-weight: bold;
  text-decoration: none;
}
.fav-label a:hover {
  text-decoration: underline;
}

/**/
.trip-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
.trip-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color:  var(--ms3-blue);
  transform: translateY(-50%);
}
.timeline-stop {
  position: relative;
  text-align: center;
  flex: 1;
}
.timeline-stop .dot {
  width: 11px;
  height: 11px;
  background-color: var(--ms3-blue);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.timeline-stop:nth-child(even) .label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.timeline-stop:nth-child(odd) .label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.trip-card a img {
    transition: transform 0.25s ease-in-out;
    object-fit: cover;
}
.trip-card .position-relative {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
}
.date-text-label {
    background: #FF0000;
    padding: 0 8px;
    color: white;
}
/* END */

/* Single IZLET */
.trip-list__text ul {
    padding: 0;
}
.trip-list__text ul .trip-list__icon svg {
    display: none;
}
.trip-list__text ul .trip-list__icon::after {
    content: close-quote;
    position: relative;
    top: 9px;
    width: 10px;
    height: 2px;
    display: block;
    background: black;
}
.trip-list__text ul li:first-child {
	display: none!important;
}
.trip-list li {
	display: flex!important;
}
.trip-list__text li:has(.trip-list__text:empty) {
  display: none!important;
}
.custom-width {
    width: 745px;
    border-radius: 30px;
    position: relative;
    padding: 3rem 2rem 2rem 3rem;
}
.single-trip .homepage-hero .container {
    margin-top: -10px;
    justify-content: left;
}
.single-trip .homepage-hero .container .row {
    position: absolute;
    bottom: 5rem;
	left: 4.5rem;
}
.trip-quote {
    justify-content: space-between;
    align-items: center;
}
.lh-25 {
    line-height: 25px;
}
.single-trip .favorite-toggle {
    top: 2rem;
    right: 2rem;
}
.favorite-toggle:not(.is-favorited) {
	filter: drop-shadow(2px 2px 0 #000);
}
.shadow-custom {
  box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.61);
}
.trip-overview-section .container {
    max-width: 1340px;
    padding: 0 25px;
}
.trip-overview-section .left {
    padding: 0;
    padding-right: 20px;
    position: relative;
}
.trip-overview-section .right {
    padding-right: 0;
    padding-left: 20px;
}
.overview-card {
    border-radius: 26px;
    padding: 40px;
    border:1px solid #707070;
}
.cat-pill{
  display:inline-block; padding:10px 20px; border:1px solid #707070; border-radius:9999px;
  background:#fff; text-decoration:none; color:#000;
}
.cat-pill:hover{ border-color:#707070; }
.trip-overview-section .overview-icon img{ display:block; margin-top: -3px; }
.cta-color{
    color: var(--ms3-cta);
}
.cat-pill:hover {
    color: var(--ms3-white);
    background: var(--ms3-cta);
    border: 1px solid var(--ms3-cta);;
}
.trip-main-content {
    position: absolute;
    bottom: -20px;
}
.sticky-pos {
    position: sticky;
    top: 15vh;
    margin-bottom: 22vh;
}
.overview-row > .col-12.col-md-4:nth-child(3n) {
    padding-right: 0 !important;
    padding-left: 40px !important;
  }
.overview-row { --bs-gutter-x: 40px; --bs-gutter-y: 40px; }
.overview-item .overview-icon img { width:16px; height:16px; display:block; }
.overview-title { line-height: 1; }
.overview-desc  { margin-top: .25rem; }

.trip-highlights .swiper-button-next,
.trip-highlights .swiper-button-prev {
  opacity: 0;
  pointer-events: none;
}
.trip-highlights { cursor: none; position: relative; }

.display-8 {
    font-family: 'DM Serif Display';
    font-size: 35px;
}
.highlight-card img {
    height: 415px;
    border-radius: 40px;
}
.trip-highlights .highlight-card { padding-right: .25rem; }
.trip-highlights .ratio { border-radius: 24px; }

.f-22, .itin-day {
    font-size: 22px;
}
@media screen and (min-width: 768px) {
    .itin-day {
        margin-right: 3rem;
        width: 69px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius:50%;
        transition: background 0.3s ease-in-out, color .3s ease-in-out;
    }
    .itinerary-item:has(.itin-toggle[aria-expanded="true"]) .itin-day {
      background:var(--ms3-blue); 
      color:var(--ms3-white);
    }
}

#trip-itinerary .itinerary-toggle-all { text-align: right; text-transform: uppercase; color: var(--ms3-text); }
#trip-itinerary .itinerary-toggle-all:hover { color: var(--ms3-cta); }
.itinerary-item:has(.itin-toggle[aria-expanded="true"]) {
    border-top: 1px solid #EDE4DE;
    margin-top: -1px;
    position: relative;
    margin-bottom: 15px; 
}
.itinerary-header { display:flex; padding: 0; align-items: center; }
.itin-toggle, .faq-toggle {
    border: 0;
    border-bottom: 1px solid #898989;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    transition: background 0.1s ease-in-out;
    padding: 2rem 2rem 2rem 3.5rem;
}
.faq-toggle {
    padding-left: 2rem;
}
.faq-title {
    font-size: 18px;
}
.faq-toggle .itin-arrow {
    width: 23px;
    height: 27px;
}
#faq-header-1 .faq-toggle,
#itin-header-1 .itin-toggle[aria-expanded="false"] {
    border-top: 1px solid #898989;
}
.itin-arrow{
    width: 31px;
    height: 35px;
    transition: transform .2s ease;
    transition:transform .2s ease;
}
.itin-toggle[aria-expanded="true"] .itin-arrow, .faq-toggle[aria-expanded="true"] .itin-arrow { transform:rotate(180deg); }
.itin-toggle[aria-expanded="true"] {
    background: #fff;
    border-top: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.itinerary-panel{ 
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #fff;
    margin-left: 7rem;
    overflow: hidden;
    will-change: height, opacity;
    opacity: 1;
}
.itinerary-body {
    padding: 3.5rem 6rem;
}

.itin-hr{ border:0; border-top:1px solid #898989; margin:3rem 0 1.5rem 0; }
.itin-block.pb-4 {
    border-bottom:1px solid #898989;
}
.itinerary-body .itin-block .gap-2 img {
        margin-top: -2px;
}
.single-trip .stars.ms-2{
    margin-top: -3px;
    font-size: 23px;
    color: var(--ms3-cta);
}
.custom-itin {
    width: 60%;
    padding-right: 3rem;
}
.design-pill {
    border-radius: 30px;
    background: #EBEBEB;
    margin-bottom: 7rem;
    padding: 2.5rem 3.5rem;
}
.design-pill img {
    border-radius: 50%;
	width: 100%;
    height: 133px;
    object-fit: cover;
    min-width: 133px;
    max-width: 133px;
}

.trip-inout {
  display: flex;
  justify-content: space-between;
}

.trip-inout__col h2 { margin: 0 0 1.5rem; }
.trip-list { list-style: none; margin: 0; padding: 0; }
.trip-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 12px;
  align-items: start;
  margin: 0 0 14px;
}
.trip-list li:last-child { margin-bottom: 0; }
.trip-list__icon { line-height: 0; margin-top: 2px; }
.trip-list__icon svg { display: block; }
.trip-list--yes .trip-list__icon { color: var(--ms3-blue); }
.trip-list--no  .trip-list__icon { color: #FF0000; }

/* Dates & pricing */ 
.dp-years{ display:inline-flex; margin:20px 0 35px; border-radius:26px; background:black; border: 1px solid black; }
.dp-year{
  border:1px solid transparent; 
  border-radius: 26px;
  padding:10px 30px; 
  background: white;
}
.dp-year.is-active{ background:#000; color:#fff; }
.dp-month.is-disabled{ color:#BABABA; position:relative; pointer-events:none; text-decoration: line-through; }
.dp-months{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; list-style:none; margin:0 0 14px; padding:0; }
.dp-month{
  background:transparent; border:1px solid transparent; border-radius:999px; padding:10px 22px;
}
.dp-month.is-active{ border-color:var(--ms3-blue); background: rgb(72 158 165 / 17%); color: var(--ms3-blue); }

.dp-list{ display:grid; gap:2rem; }

.dp-card{
    display: grid;
    border: 1px solid black;
    grid-template-columns: .3fr auto 1fr;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-decoration: none;
}
.dp-price img {
    width: 31px;
    height: 35px;
    margin-left: 3rem;
}
.dp-price{ text-align:right; }
.dp-empty{ text-align:center; color:#898989; }

  .trip-main-content .trip-text--full[hidden] { display: none !important; }
  .trip-main-content.is-open .trip-text--short { display: none !important; }
  .trip-main-content.is-open .trip-text--full { display: block !important; }
  
  
 .single-trip .date-pill {
    width: auto;
    text-align: center;
    max-width: 100%;
 }
 .travel-date .col p:nth-child(2) {
     margin-bottom: 2rem;
 }
 .mt-1rm {
     margin-top: -1rem;
 }
 .row-group.subscribe .d-inline > span {
     width: 46px;
    display: inline-block;
    vertical-align: middle;
 }
 .subscribe.mt-1rm input[type="checkbox"]:checked::after {
     top: 9px;
 }
/* END */

/* MOBILE IZLET */
@media screen and (max-width: 1200px) {
	/*.single-trip .homepage-hero .container .row {
		max-width: 66vw;
	}*/
}
@media screen and (max-width: 768px) {
	.single-trip .homepage-hero .container .row {
		max-width: 85vw;
		margin: 0 auto -5rem auto;
		position: unset;
	}
  .trip-img-wrapper {
    border-radius: 19px;
  }
  .itinerary-header {
      padding: 0 1rem;
  }
  .trip-item .label {
      width: auto;
      height: auto;
      padding: 0 3px;
  }
  #trip-filter-bar {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 3rem !important;
    margin-bottom: 0;
    width: 90vw!important;
  }
  .tf-dropdown, .tf-month-grid {
      width: 100%;
  }
  .tf-toggle {
    width: 100%;
    justify-content: center;
	  border-left: none!important;
	  border-top: 1px solid #707070!important;
  }
	.tf-month-grid {
		width: auto!important;
	}
  .tf-menu {
      width: 100%;
    z-index: 10;
  }
 .single-trip .custom-width {
     width: unset;
     padding: 4rem 2rem 2rem;
 }
 .single-trip .custom-width .display-5 {
     line-height: 60px;
 }
 .single-trip .homepage-hero {
     margin-top: 69px!important;
 }
 .single-trip .custom-width .mt-4r {
     margin-top: 2rem!important;
 }
 .trip-overview-section {
    padding: 0 1.5rem;
 }
 .trip-main-content, .single-trip .sticky-pos {
     position: relative;
 }
 .single-trip .sticky-pos {
     top: 0;
     margin-bottom: 0;
 }
 .single-trip .overview-row > .col-12.col-md-4:nth-child(3n) {
     padding: 0 20px!important;
 }
 .trip-overview-section .left {
     padding-right: 0;
     height: 100%;
 }
 .trip-overview-section .right {
     padding-left: 0;
 }
 .single-trip .mt-8r {
    margin-top: 6rem;
}
.single-trip .mt-8r .container, .single-trip .bg-ms3-off-white.py-5 .container, .single-trip .bg-ms3-off-white.pt-5.pb-8r .container {
    padding: 0 1.5rem;
}
#trip-itinerary .container {
   padding: 0;
}
#trip-itinerary .row {
    padding: 0 1rem;
}
.itin-day {
    padding: 1rem 1rem 1rem 0;
    margin: 0;
}
.itin-arrow {
    width: 21px;
    height: 27px;
}
.itinerary-body {
    padding: 0;
}
.itinerary-panel {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 3rem;
}
.itinerary-header:has(.itin-toggle[aria-expanded="true"]) {
    background: #fff;
}
.itin-toggle[aria-expanded="true"] {
    border-bottom: none;
}
.custom-itin .d-flex {
    flex-direction: column;
    align-items: start !important;
}
.custom-itin {
    width: 100%;
    padding: 0;
}
.itin-desc div, .container.trip-inout {
     flex-direction: column;
     gap:2rem;
}
.itinerary-body .col-full > .d-flex {
    flex-direction: column;
    width: 100%;
}
.itinerary-panel .ms-1, .single-trip .stars.ms-2 {
    margin-left: 0!important;
}
.itinerary-panel .pt-5 {
    padding-top: 1rem !important;
}
.trip-overview-section.pt-3.pb-6r {
    padding-bottom: 3rem;
}
.dp-card {
    padding: 1.5rem;
    gap: 1.5rem;
}


.dp-card {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas:
    "start price"
    "end   price";
  gap: 10px 24px;
  align-items: start;
  padding: 18px 20px;
}

.dp-card .dp-col { grid-area: start; }
.dp-card .dp-col-mid { grid-area: end; }

.dp-card .dp-price { 
  grid-area: price; 
  display: grid;
  grid-template-areas:
    "price"
    "arrow";
  gap: 8px;
  justify-items: end;
  height: 100%;
  align-items: end;
}
.dp-card .dp-price .dp-price__value { grid-area: price; }
.dp-card .dp-price img { grid-area: arrow; }

.design-pill {
    padding: 2.5rem 2.5rem;
    flex-direction: column;
}

}



/* KONTAKT */
.gap-40 {
    gap: 40px;
}
.custom-links a, .custom-links p, .custom-links h3 {
    padding-left: 0;
    text-decoration: none;
}
.custom-links p:nth-child(3) {
    margin-bottom: 0;
}
.logos-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
} 
.glightbox-container .glb-counter{
    position: absolute;
    top: 15px;
    left: 20px;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
}
.glightbox-clean .gslide-description {
    background: transparent !important;
    color: white;
    text-align: center;
}

.right-side .share-wrap {
    display: none;
}

@media screen and (max-width: 768px) {
     .single-trip .homepage-hero .btn-cta {
        margin: 1rem auto 0 auto;
     }
	.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
		padding: .8rem!important;
	}
    .page-template-kontakt .title-width .container.d-flex.gap-40,
    .page-template-kontakt .d-flex.gap-40.mt-4 {
            flex-direction: column!important;
    }
	.page-template-kontakt .logo-sticky,
    .page-template-kontakt .btn-custom.m-0 {
        display: block!important;
    }
	.page-template-kontakt .custom-logo-link {
		display: none;
	}
	.page-template-kontakt .wishlista img, .page-template-kontakt .header-search-icon img {
		filter: brightness(0) saturate(100%);
	}
	.page-template-kontakt .navbar-toggler-icon {
		background-image: url("/wp-content/uploads/2025/10/menu.svg");
	}
	.page-template-kontakt #main-nav:not(.sticky):not(.solid-dark):not(:has(.navbar-toggler.collapsed)) {
		background-color: white !important;
	}
	.page-template-kontakt #headerMenu li a {
		color: var(--ms3-text);
	}
    .page-template-kontakt .d-flex.gap-40.mt-4 img {
        width: 100%;
    }
    .page-template-wishlist .title-section {
        padding-bottom: 0!important;
    }
    .custom-links {
        padding: 0 1rem;
    }
    .person-row {
        margin: 0;
    }
    .person-row .ps-0 {
        padding: 0;
    }
    .right-side .share-wrap {
        margin-top: 0;
        width: auto;
        display: inline-flex;
        vertical-align: middle;
    }
    .right-side .share-popover {
        transform: translate(-20%, 8%);
    }
    .right-side .share-wrap .share-btn {
         border: 0;
    }
    .right-side a {
        margin-right: 20px!important;
    }
    .right-side .navbar-toggler {
        margin-left: 0px;
        padding-left: 0;
    }
    .page-template-kontakt .dummy-input input {
        width: 100%;
    }
	.page-template-kontakt .dummy-input input[type="submit"] {
		padding: 0 15px !important;
	}
	.display-8.mt-5.mb-3 {
		    margin-top: 0.5rem ! Important;
	}
	.page-template-kontakt .homepage-hero {
		background-image: none!important;
		height: 100%;
		padding-top: 20vh !important;
		background-color: var(--ms3-bg);
	}
	.page-template-kontakt .bg-ms3-off-white.pb-5.title-width {
		    padding-top: 4rem!important;
	}
	.page-template-kontakt .homepage-hero .text-white {
		color: var(--ms3-text)!important;
	}
    .page-template-kontakt .row.my-4 {
        margin-left: 0;
        margin-right: 0;
    }
}

.is-favorited {
    background: url(/wp-content/uploads/2025/10/srce-polno.svg) no-repeat center / contain;
}

@media (min-width: 786px) {
	.page-template-wishlist #main-nav:not(.sticky) {
		background: transparent!important;
		box-shadow: none!important;
	}
}
@media (max-width: 786px) {
	.single-trip .ekorna-icon {
		left: 2rem!important;
	}
	.col-12.col-lg-6.right {
		display: none;
	}
}
.ekorna-icon {
    position: absolute;
    width: 79px;
    top: 1.2rem;
    left: 1.5rem;
	
	box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.81);
    border-radius: 50%;
}
.single-trip .ekorna-icon {
    top: -5rem;
    left: 3rem;
    width: 123px;
}
.single-trip .ekorna-icon img {
	border-radius: 50%;
}

.ms3-phone-floating {
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 135px;
  z-index: 1050;
  display: block;
  width: 91px;
  height: 91px;
}
.ms3-phone-floating img {
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  background: var(--ms3-cta);
}
.wishlista img {
    width: 24px;
}


.custom-itin .d-flex.align-items-center.gap-2.mb-2 {
    display: none!important;
}



.dp-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dp-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  z-index: 2;
  position: relative;
}





/* SEARCH */
.ms3-search-overlay[hidden] { display: none; }
.ms3-search-overlay {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.ms3-search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ms3-search-panel {
  width: min(720px, 80vw);
  position: relative;
  background: transparent;
}

.ms3-search-close {
  position: absolute;
  top: 24px; right: 24px;
  font-size: 20px;
  line-height: 1;
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 0; background: rgba(255,255,255,.2);
  color: #fff; cursor: pointer;
  display: grid; place-items: center;
}
.ms3-search-close:hover {
    color: var(--ms3-cta);
}

.ms3-search-form { margin-top: 32px; }

.ms3-search-inputwrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255,255,255,0.75);
}

.ms3-search-input {
  background: transparent;
  border: 0; outline: none;
  color: #fff;
  font-size: clamp(18px, 2.6vw, 28px);
  width: 100%;
}

.ms3-search-input::placeholder {
  color: rgba(255,255,255,.75);
}

.ms3-search-submit {
  border: 0; background: transparent; cursor: pointer;
  color: #fff; font-size: 22px; line-height: 1;
  padding: 4px 2px 0 2px;
}

.screen-reader-text {
  position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; word-wrap: normal !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}



/* FILTERS */
.trip-filter-bar { display:flex; position:relative; z-index:5;    align-items: start!important; margin-top: 5rem!important; margin-bottom: -7rem; }
.tf-dropdown { position:relative; }
.tf-toggle { background:#fff; color: #898989; border: none; border-left:1px solid #707070; padding:25px; display:flex; align-items:center; gap:10px; height: 70px; min-width: 210px; }
.tf-dropdown:first-child .tf-toggle {border-left: none!important;}
.tf-menu { position:absolute; left:0; top:100%; background:#fff; border:1px solid #e5e7eb; box-shadow:0 8px 20px rgba(0,0,0,.08); padding:14px; min-width:240px; display:none; }
.tf-dropdown.open .tf-menu { display:block; }
.tf-option, .tf-month { display:block; width:100%; text-align:left; padding:8px 10px; border:1px solid #89898975; background:#fff; margin-bottom:8px; }
.tf-option.is-active, .tf-month.is-active { background:#489EA519; border-color:#489EA5; color: #489EA5; }
.tf-month-grid { width:330px; }
.tf-month { width:85px; display:inline-block; margin:6px; text-align:center; color: #898989;}
.tf-clear-month { margin-top:6px; background:transparent; border:none; color:#666; text-decoration:underline; }
.tf-clear-month:hover {
    color: var(--ms3-blue);
}
#trip-filter-bar {
    width: fit-content;
	height: auto;
}
.tf-caret {
        font-size: 25px;
}

.itin-sideimg img {
    object-fit: cover;
}
.card .object-fit-cover {
    display: block;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.wp-block-search__inside-wrapper  {
    display: flex;
}
.wp-post-image img, .card-img img, .card-img-top img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    object-fit: cover;
}

.blur-up { filter: blur(8px); transform: translateZ(0); }
.lazyloaded.blur-up { transition: filter 300ms ease; filter: blur(0); }
.lazy-bg { background-size: cover; background-position: center; }
#cmplz-document {
    max-width: 100%;
}

.share-wrap { 
    position: relative; 
    display: inline-block; 
    margin-top: 4rem;     
    width: 100%;
    text-align: center; 
}
.share-btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .7rem 1.2rem; border: 1px solid #161616; border-radius: 999px;
  background: #fff; font-family: 'Poppins Bold'; cursor: pointer;
  text-transform: uppercase;
}
.share-popover {
  position: absolute;
  min-width: 220px; background: #fff; border: 1px solid #161616;
  box-shadow: 0 6px 20px rgba(0,0,0,.08); z-index: 50;
  top: 100%;
  left: 50%;
  transform: translate(-40%, 8%);
}
.share-popover .cls-3, .share-popover .cls-1 {
    fill: #161616!important;
}
.share-popover-arrow {
  position: absolute; top: -9px; left: 36px; width: 16px; height: 16px;
  background: #fff; border-left: 1px solid #161616; border-top: 1px solid #161616;
  transform: rotate(45deg);
}
.share-item {
  display: flex; align-items: center; gap: .8rem;
  padding: 10px 14px; text-decoration: none; color: #161616; background: #fff;
  width: 100%; border: 0; text-align: left; cursor: pointer;
}
.share-item + .share-item { border-top: 1px solid rgba(0,0,0,.08); }
.share-item:hover { background: #f6f6f6; }
button.share-item:hover {
    color: var(--ms3-blue);
}
.share-item{ padding:12px 16px; }
.si { width: 20px; display: inline-flex; justify-content: center; opacity: .85; }
.si-in { font-weight: 800; }





/* Ms3 MEGA MENU */
.mega.dropdown-menu { border-radius: 19px; }
.mega__inner { width: 100%; max-width: 100vw; background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,.1); display: flex; overflow: hidden; padding: 40px 40px 40px 25px; }
.mega__left  { min-width: 310px; flex-shrink: 0; display: flex; flex-direction: column; border-right: 2px solid rgba(0, 0, 0, 0.1); }
.mega__col   { padding: 14px 25px; cursor: pointer; border: 1px solid transparent; margin-right: 20px; }
.mega__colTitle { display: block; font-size:14px; }
.mega__right.active { 
	display: grid; justify-content: space-evenly; grid-auto-flow: column;
    grid-template-columns: repeat(3, max-content);
    grid-template-rows: repeat(9, auto); 
}
.mega__pill {     
    padding: 10px 14px !important;
    text-transform: none !important;
    color: var(--ms3-text) !important;
    text-decoration: none;
    font-family: 'Poppins Regular' !important;
}
.mega__pill:hover { color: var(--ms3-blue)!important; }
.menu-item--top .mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  width: max-content;
  display: none;
}
.mega__rights { flex: 1; position: relative; }
.mega__right  { display: none; gap: 12px 16px; padding-left: 20px; align-content: flex-start; }
.mega__col.active::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--ms3-blue);
  padding-right: 20px;
}

@media (min-width: 1299px) {
    .menu-item--top:hover > .mega,
.menu-item--top:focus-within > .mega { display: block; }
    .mega__col:hover, .mega__col.active {     
        background: #E0EFF0;
        border-radius: 33px;
        border: 1px solid var(--ms3-blue);
        color: var(--ms3-blue);
        position: relative;
        padding-right: 60px;
    }
    .mega__panel {
        transition: height .25s ease;
      }
	#inquiry-form .display-6 {
		font-size: 55px;
	}
}
@media (max-width: 1599px) {
    .mega__right.active {
        grid-template-columns: auto auto;
    }
}
@media (max-width: 1299px) {
    .mega__right.active {
        grid-template-columns: auto;
    }
}
@media (max-width: 992px) {
    .nav-link.show {
        color: var(--ms3-cta)!important;
    }
    .mega.show { display: block; }
    .mega__col::after {
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      border-left: 6px solid transparent!important;
      border-right: 6px solid transparent!important;
      border-top: 10px solid #212529!important;
      margin-right: 15px;
      padding-right: 0!important;
    }
    .mega__col { position: relative; padding:14px 18px; border-bottom:1px solid rgba(0,0,0,.06); }
  .menu-item--top .mega.dropdown-menu {
    position: static; width:100%; max-width:100%;
  }
  .mega__inner {
    display:block;
    padding:16px;
    max-height: calc(100vh - 120px);
    overflow-y: auto; -webkit-overflow-scrolling: touch;
  }
  .mega__left  { width:100%; border-right:0; }
  .mega__rights{ display:none !important; }
  .mega__col.open { color:var(--ms3-blue); width:auto; padding-right:40px;  background: #E0EFF0;
        border-radius: 33px;
        border: 1px solid var(--ms3-blue); }
  .mega__col.open::after {
      border-left: 6px solid transparent!important;
      border-right: 6px solid transparent!important;
      border-bottom: 10px solid var(--ms3-blue)!important;
      border-top: none!important;
   }
  .mega__panel { 
    display: block !important;
    overflow: hidden;
    max-height: 0;
    transition: max-height .25s ease;
    padding: 0 8px;
  }
  .mega__panel .mega__pill { display:inline-block; 0 10px 10px 10px; width: 100%; padding: 15px 25px!important; }
  .mega__panel .mega__pill:first-child {
      padding-top: 25px!important;
  }
  .mega__panel .mega__pill:last-child {
      padding-bottom: 25px!important;
  }
}
