/* @import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Slab&display=swap'); */

/* Global */

html {
  /*overflow-x: hidden;*/
}
/*
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
*/
body {
  position: relative;
  color: #555;
  margin: 0;
  /*height: 100%;*/
  /*overflow-x: hidden;*/
  /*font-family: 'Roboto Slab', serif;*/
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: "Roboto Slab", serif;
}

p {
  line-height: 1.7;
}

ul {
  list-style: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container-width {
  width: 100%;
}

/* IFRAME CORECCTIONS NEEDED */

iframe {
  border-style: none;
  /*width: 100%;*/
  /*height: 100%;*/
}

.flex-container,
.flex-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-container-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box-item {
  flex: 1;
  min-width: 300px;
  /*min-height: 375px;*/
  /*min-height: 360px;*/
}
.box-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 2em 2em 2em;
  margin-bottom: auto;
  /*min-height: 360px;*/
  min-height: 450px;
  text-align: left;
}

/* Header */

#main-header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  /*max-width: 100%;*/
  /*height: 90px;*/
  /*width: 100vh;*/
  z-index: 5;
  font-family: "Roboto Slab", serif;
  /*background-color: white;*/
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(120%) blur(10px);
  /*height: 80px;*/
  /*line-height: 80px;*/
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
}

.header-wrap {
  position: relative;
  padding: 0 1em;
  /*box-sizing: border-box;*/
}
@media screen and (max-width: 580px) {
  .header-wrap {
    padding: 0 0.5em;
  }
}

.header-bar-hidden {
  display: none;
}

.header-bar {
  box-sizing: border-box;
  display: none;
  align-items: center;
  height: 40px;
  /*padding: 0 1em;*/
  background-color: #f1f1f1;
}

.header-bar > span {
  display: inline-flex;
  /*justify-content: flex-end;*/
  width: 100%;
  /*max-width: 1240px;*/
  margin: 0 auto;
}

.h-bar-l-p {
  font-size: 0.8em;
  padding: 0 0.5em;
  margin-left: 0;
}
.h-bar-r-p {
  /*display: flex;
  align-items: center;*/
  /*margin: .5rem;*/
  /*margin: 0 .5rem 0 auto;*/
  margin: 0 0 0 auto;
  /*font-size: .6em;*/
}

.header-bar p {
  display: flex;
  align-items: center;
  /*margin: .5rem;*/
  /*margin: 0 .5rem 0 auto;*/
  /*margin: 0 0 0 auto;*/
  /*font-size: .6em;*/
}
.header-bar-link {
  color: #0b8040;
}
.header-bar-link:hover {
  color: #aeacac;
}
.header-bar-icon {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  color: #0b8040;
}
.header-bar-icon:hover {
  color: #aeacac;
}
.header-bar-icon img {
  display: inline-flex;
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 420px) {
  /*.header-bar p {
    font-size: .8em;
  }*/
  .h-bar-l-p {
    font-size: 0.8em;
  }
  .h-bar-r-p {
    font-size: 1em;
  }
  .header-bar > span {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 500px) {
  /*.header-bar p {
    font-size: 1em;
  }*/
}

#header-title {
  /*position: relative;*/
  box-sizing: border-box;
  display: flex;
  /*margin: 5px 0;*/
  align-items: center;
  /*flex-direction: row;*/
  /*padding: 0 1em;*/
  /*justify-content: space-between;*/
}

/*      */
/* LOGO */
/*      */
.header-logo {
  /*height: 100%;*/
  /*max-height: 80px;*/
  display: block;
  /*padding: 2px 0;*/
  /*object-fit: contain;*/
}

.header-logo > a {
  display: block;
  height: 100%;
}

.header-logo picture {
  box-sizing: border-box;
  text-align: center;
  /*width: 100%;*/
  /*height: 100%;*/
  /*max-height: 80px;*/
}

.logo_img {
  /*height: 100%;*/
  max-height: 110px;
  /*max-height: 100%;*/
  max-width: 100%;
  transition: 0.4s;
  object-fit: cover;
}

.logo_img_small {
  height: 100%;
  max-height: 60px;
  transition: 0.4s;
}

figure {
  margin: 0;
  /* height: 76px; */
  height: 80px;
  padding: 3px 5px;
  box-sizing: border-box;
}
figure > img {
  /*width: 100%;*/
  height: 100%;
}

figure > img:nth-child(1) {
  display: none;
}
figure > img:nth-child(2) {
  display: block;
}

@media screen and (min-width: 1200px) {
  figure > img:nth-child(1) {
    display: block;
  }
  figure > img:nth-child(2) {
    display: none;
  }
}

.header-navigation {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.header-logo p {
  text-align: center;
  margin: 0;
  color: #0a8040;
  line-height: 1;
  font-size: 12px;
}

#header-nav {
  /*display: block;*/
  /*float: right;*/
  /*position: relative;*/
  box-sizing: border-box;
  visibility: visible;
  display: flex;
  align-items: center;
  margin-top: 0;
}

/**/
.call-btn {
  display: flex;
  align-items: center;
}
.call-btn img {
  display: inline-flex;
  width: 32px;
  height: 32px;
}
.call-btn::after {
  display: inline-block;
  margin: 0 1rem 0 0.5rem;
}
.phone-icon::after {
  content: "+381 64 24 76 311";
}
.whatsapp-icon::after {
  content: "WhatsApp";
}

@media screen and (max-width: 720px) {
  .phone-icon::after {
    content: "Call";
  }
  .whatsapp-icon::after {
    content: "wapp";
  }
}

@media screen and (max-width: 500px) {
  .phone-icon::after {
    content: "";
  }
  .header-logo p {
    font-size: 6px;
  }
  .whatsapp-icon::after {
    content: "";
  }
}

/*
@media screen and (max-width: 480px) {
  .header-logo p {
    font-size: 6px;
  }
}
*/
.nav-menu {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  width: 100%;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(120%) blur(10px);
}

@media screen and (min-width: 980px) {
  .nav-menu {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: none;
  }
  .menu-items {
    /*position: relative;*/
    padding: 0 10px;
  }
  .header-logo p {
    font-size: 1em;
  }
  .call-btn {
    display: none;
  }
  .header-bar {
    display: flex;
  }
}

.menu-items {
  display: inline-flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
}

.nav-menu-open {
  display: flex;

  height: 88vh;
  overflow-y: scroll;
}

.nav-menu-close {
  display: none;
}

#menu-icon {
  display: block;
  margin: 0 1em;
}

@media screen and (min-width: 980px) {
  #menu-icon {
    display: none;
  }
}

#menu-open-btn {
  display: block;
}

#menu-close-btn {
  display: none;
}

.menu-btn {
  display: inline-block;
  font-size: 3em;
}

.header-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}

.search-box {
  display: block;
  width: 1.5em;
}

@media screen and (min-width: 980px) {
  .search-box + span {
    display: none;
  }
}

.icon-items {
  display: inline-flex;
}

@media screen and (min-width: 980px) {
  .menu-items-extra {
    display: none;
  }
}

.menu-items-extra > span {
  text-align: center;
  line-height: 1.5;
  color: #aeacac;
  /*display: inline-flex;*/
  /*justify-content: center;*/
}

.menu-items-extra img {
  display: block;
  width: 1.5em;
}

/* Main */

main {
  /*padding-top: 84px;*/
  height: 100%;
  position: relative;
}

/* main padding */

main > div {
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 980px) {
  main > div {
    padding-top: 80px;
  }
}

/*
section {
  max-width: 1240px;
  margin: 0 auto;
}
*/

/* Video blok početak*/
#video {
  background-image: url("../img/slider/Desktop/Family-Holiday-East-Europe.jpg");
}
.video {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 600px;
  width: 100%;
}

/* Ovaj deo više nije potreban */ /*
#video-banner {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}*/

.video > video {
  /*display: none;*/
  /*margin-top: 80px;*/

  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
@media screen and (min-width: 1025px) {
  .video>video,
  .video video[src=""] {
    display: none;
  }
  .video>video[src]:not([src=""]) {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;*/
/*z-index: 1;*/ /*
  }
}
*/
/*
@media screen and (max-width: 600px) {
  .video-banner {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
*/
.video-text {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: left;
  align-items: center;
  z-index: 2;
  margin-bottom: 150px;
}
.video-text img {
  max-width: 700px;
  width: 100%;
  /*min-width: max-content;*/
  object-fit: contain;
}
.video-text h1 {
  display: none;
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  font-family: "Lato";
  -webkit-text-stroke: 1px #fff;
}
/*
.video-text h1 {
  color: rgba(0,0,0,0);
  text-shadow:
   -1px -1px 0 rgba(255,255,255,1),  
    1px -1px 0 rgba(255,255,255,1),
    -1px 1px 0 rgba(255,255,255,1),
     1px 1px 0 rgba(255,255,255,1);
}
*/
@media screen and (min-width: 480px) {
  .video-text h1 {
    font-size: 80px;
  }
}

/* Video blok kraj */

.banner {
}
.banner-text-block {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f2f2f2;
  /*width: 100%;*/
  min-width: 300px;
  max-width: 50%;
  /*min-height: 300px;*/
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 2em;
  padding: 2em;
  box-sizing: border-box;
}
.banner-text-block > h1 {
  text-align: left;
  margin: 0 0 0.5rem 0;
}
.banner-text-block > p {
  margin: 0;
}

/* Hero Banner - Call To Action */
.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: left;
  align-items: center;
  z-index: 2;
  /*margin-bottom: 150px;*/
}
.cta {
  display: flex;
  flex-direction: column;
  color: white;
  width: 100%;
  height: max-content;
}
.cta h1 {
  opacity: 0.75;
  text-align: left;
  line-height: 0.8em;
  letter-spacing: -0.5rem;
  font-size: 7rem;
  font-family: "Open Sans";
  font-weight: 800;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .cta h1 {
    font-size: 5rem;
  }
}

.cta p {
  font-size: 1.5rem;
}
.cta a {
  margin: 0 0.75rem;
}
.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 2px solid #555;*/
  /*border-radius: 2px;*/
  border-radius: 0.2rem;
  /*color: #555;*/
  color: #fff;
  background-color: #af290f;
  /*border-color: #af290f;*/
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  /*letter-spacing: 1.7px;*/
  text-decoration: none;
  /*transition: color .3s, border-color .3s;*/
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  margin-top: auto;
  width: max-content;
}
.cta-button:hover {
  color: #fff;
  background-color: #555;
  /*border-color: #af290f;*/
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

/* special-offers */

.special-offers {
  font-size: 1rem;
}
.special-offers h4 {
  margin-bottom: 0;
  font-size: 1.7rem;
}
.special-offers p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* */
section h1 {
  text-align: center;
  font-size: 32px;
}

h2 {
  font-family: "Roboto Slab", serif;
}

@media screen and (max-width: 480px) {
  /* h2 {
  padding-left: 10px;
  padding-right: 10px;
  } */

  /* h3 {
    padding-left: 10px;
    padding-right: 10px;
  } */
}

.activities {
  /*display: inline-block;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*align-content: space-between;*/
}

.activities h1 {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.activities-box {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.box {
  position: relative;
  /*width: 25%;*/
  min-width: 256px;
  max-width: 360px;
  /*padding: 40px 40px 40px 40px;*/
  text-align: center;
  margin: 0px auto 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*box-sizing: border-box;*/
  /*height: auto;*/
}
@media screen and (max-width: 720px) {
  .box {
    max-width: 100%;
  }
}

.box > div {
  position: relative;
}

/*.box > div:nth-child(1) {*/
.box-img {
  height: 50%;
}

.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*
.box img {
  width: 128px;
  height: 128px;
}
*/

/*.box > div:nth-child(2) {*/
.box-text {
  padding: 40px;
  padding-top: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /*min-height: 420px;*/
  min-height: 330px;
  /*height: 50%;*/
  height: 100%;
  box-sizing: border-box;
}

.activities h4 {
  font-size: 18px;
  text-align: center;
}

/*.box-flat img {*/
.box-flat-header {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 2em;
  /*max-width: 150px;*/
  box-sizing: border-box;
  object-fit: contain;
}

/*
.Active-hiking-holidays {
  color: #d22c27;
}
.Cycling-holidays {
  color: #40489d;
}
.E {
  color: #0a8040;
}
*/

/* BOX elements with background color */

.box-red {
  background-color: #d22c27;
}
.box-blue {
  background-color: #40489d;
}
.box-green {
  background-color: #0a8040;
}
.box-darkgray {
  background-color: #4d4d4d;
}

/* BOX elements with colored border */

.box-border-red {
  border-top: 4px solid #d22c27;
  /*background-color: #d22c27;*/
}
.box-border-blue {
  border-top: 4px solid #40489d;
  /*background-color: #40489d;*/
}
.box-border-green {
  border-top: 4px solid #0a8040;
  /*background-color: #0a8040;*/
}
.box-border-darkgray {
  border-top: 4px solid #4d4d4d;
  /*background-color: #4d4d4d;*/
}

/* Text colors */

.text-block-white {
  color: white;
}

.text-block-red {
  color: #d22c27;
}
.text-block-blue {
  color: #40489d;
}
.text-block-darkblue {
  color: #15336e;
}
.text-block-green {
  color: #0a8040;
}
.text-block-yellow {
  color: #ffc000;
}
.text-block-gray {
  background-color: #f5f5f5;
}

.box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
}

/*  */
.box-flat {
  position: relative;
  min-width: 256px;
  max-width: 360px;
  text-align: center;
  margin: 0px auto 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-flat > div {
  position: relative;
}
@media screen and (max-width: 720px) {
  .box-flat {
    max-width: 100%;
  }
}
.box-flat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 2em;
  max-width: 150px;
  box-sizing: border-box;
}
.box-flat-img {
  width: 100%;
  object-fit: contain;
}

/* Grid */
.grid-wrapper {
  margin: 0 2em;
}
.grid-wrapper-margin {
  margin: 2em;
}
.flex-box-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*justify-content: center;*/
  align-items: center;
  /*align-content: center;*/
  align-content: center;
}
.flex-box-column {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-start;*/
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.flex-box-row-compact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /*justify-content: center;*/
  align-items: center;
  /*align-content: center;*/
  align-content: center;
}
.flex-box-column-compact {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-start;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  height: 100%;
}
.why-us-box {
  display: grid;
  /*max-height: 100%;*/
  /*width: 100%;*/
  grid-template-columns: 1fr 1fr 1fr;
  /*grid-template-rows: 2fr minmax(120px, 100%);*/
  /*grid-template-rows: 100% 100%;*/
  grid-template-rows: max-content;
  grid-template-areas:
    "a b c"
    "d d c";
  grid-gap: 1.5em;
}
.tour-info-box {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: max-content;
  grid-template-areas:
    "a b c"
    "a d d";
  grid-gap: 1.5em;
}
.grid-item {
  /*padding: .5em 3em;*/
  padding: 1em 3em;
  box-sizing: border-box;
}
.grid-item-wrapper {
}
.grid-item h2 {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.grid-item-paragraph {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.item_1 {
  grid-area: a;
}
.item_2 {
  grid-area: b;
}
.item_3 {
  grid-area: c;
}
.item_4 {
  grid-area: d;
}

.item_4 .grid-item-paragraph {
  /*flex-basis: 500px;*/
  /*flex-grow: 1;*/
}
.grid-item-icon {
  flex: 1;
  display: flex;
  justify-content: center;
  /*flex-shrink: initial;*/
}
.why-us-box img {
  /* display: none; */
  width: auto;
  /* max-height: 120px; */
  margin: 1em 0;
}
.svg-icons {
  max-height: 120px;
}
.why-us-box p {
  text-align: left;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 100px;
  gap: 1.5rem;
  grid-template-areas:
    "H F B"
    "H F B"
    "H D B"
    "C D V"
    "C D V";
}
.item_H {
  grid-area: H;
  background-image: url(/img/gallery/Mediterranean_Pearls/Durmitor-Hiking-mountaineering-europe-7-m.jpg);
  background-size: cover;
  max-height: 400px;
  /* mask-image: linear-gradient(black); */
}
.item_H:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 0%, black 500%);
}
.item_F {
  grid-area: F;
  background-image: url(/img/gallery/Family_Montenegro/family-travel-montenegro-sea-kayaking.jpg);
  background-size: cover;
  max-height: 400px;
}
.item_F:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 0%, black 500%);
}
.item_B {
  grid-area: B;
  background-image: url(/img/gallery/Balkan_Cocktail/balkan-cocktail-walking-lovcen-m.jpg);
  background-size: cover;
  max-height: 400px;
}
.item_B:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 0%, black 500%);
}
.item_C {
  grid-area: C;
  background-image: url(/img/gallery/Tailormade/tailormade-balkan-travel-m.jpg);
  background-size: cover;
  max-height: 400px;
}
.item_C:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 0%, black 500%);
}
.item_D {
  grid-area: D;
  background-image: url(/img/gallery/Balkan_Cocktail/balkan-cocktail-walking-mostar-m.jpg);
  background-size: cover;
  max-height: 400px;
}
.item_D:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 0%, black 500%);
}
.item_V {
  grid-area: V;
  background-image: url(/img/banner_Trans_Dinarica.jpg);
  background-size: cover;
  max-height: 400px;
}
.item_V:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent 0%, black 500%);
}

.grid-content {
  position: relative;
  box-sizing: border-box;
  transition: transform 500ms ease;
  opacity: 1;
}
.grid-content:hover {
  transform: scale(1.05);
  opacity: 0.9;
  cursor: pointer;
  /* filter: contrast(110%); */
  /* overflow: hidden; */
}

.image-details {
  z-index: 1;
  position: absolute;
  padding: 0.5em 1.5em;
  /* box-sizing: border-box; */
  color: white;
  /* text-shadow: 2px 2px 3px black; */
}
.image-details > h2 {
  margin: 0;
}
.image-details > h4 {
  margin: 0;
  display: flex;
}
.grid-content img {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tour-page-grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
  margin-top: 2rem;
  grid-template-areas:
    "bnr bnr"
    "fil cnt";
}
.item-bnr {
  grid-area: bnr;
  padding: 2rem 0.5rem;
}
.item-fil {
  grid-area: fil;
  padding: 0.5rem;
  background-color: #f1f1f1;
}
.item-cnt {
  grid-area: cnt;
}

.tour-item-grid {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr;
  grid-template-rows: 1fr 6fr;
  background-color: #f1f1f1;
  row-gap: 0.5rem;
  column-gap: 1rem;
  grid-template-areas:
    "cvr hdr hdr"
    "cvr dtl hgl"
    "cvr dtl hgl";
}
.tour-item-cover {
  grid-area: cvr;
}
.tour-item-header {
  grid-area: hdr;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.tour-item-details {
  grid-area: dtl;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.tour-item-highlights {
  grid-area: hgl;
  padding: 0.5rem;
  box-sizing: border-box;
  border-left: 2px solid #aeacac;
  margin-bottom: 1rem;
}

.slika-tura {
  /* max-height: 500px; */
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* margin-top: 20px;
  margin-bottom: 20px; */
}
/* .tour-item-grid > div {
  padding: 0.5rem;
} */
.tour-item-details > div {
  padding: 0.5rem 0;
}

.flag {
  display: flex;
  align-items: center;
}
.flag img {
  padding: 0.5rem;
  align-items: center;
}
.tour-item-country h2 {
  padding: 0;
  margin: 0;
  font-family: "Lato";
  color: #af290f;
  font-size: 1.5rem;
}
.tour-name h3 {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab";
  color: #0a8040;
  font-size: 1.2rem;
}

.tour-grade {
  display: flex;
}
.tour-grade span {
  color: #4d4d4d;
  font-weight: 600;
}
.tour-grade sub {
  color: #717171;
}
.grade-icon {
  display: flex;
  padding: 0 1rem;
}
.tour-duration span {
  font-family: "Roboto Slab";
  color: #15336e;
  font-size: 1.5rem;
}
.tour-price {
  display: flex;
  justify-content: space-between;
}
.prices span {
  font-family: "Roboto Slab";
  color: #15336e;
  font-size: 1.5rem;
}
.button-link {
  display: flex;
  justify-content: center;
  text-align: center;
}
/* .button-link button {
  padding: 0 1.5rem;
  color: white;
  background-color: #af290f;
  border: none;
  border-radius: 2px;
  transition: border 0.3s;
}
.button-link button:hover {
  color: #4d4d4d;
  background-color: transparent;
  border: 2px solid #4d4d4d;
  box-sizing: border-box;
} */
.highlights {
  color: #102550;
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.highlights-list-item {
  padding: 0.3rem 0.5rem;
  color: #717171;
  font-size: 0.8rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* grid-auto-rows: 100px; */
  gap: 1.5rem;
  margin-top: 2rem;
  grid-template-areas:
    "hik hik cyc fam"
    "hik hik cyc fam"
    "blog blog blog blog"
    "blog blog blog blog"
    "vid vir des des"
    "vid vir des des";
  --stagger-delay: 100ms;
}
@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: scale(0.3);
    /* filter: hue-rotate(180deg); */
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    /* filter: hue-rotate(0deg); */
    filter: blur(1px);
  }
}
.gallery-box {
  max-height: 250px;
  align-content: end;
  animation: cardEntrance 700ms ease-out;
  animation-fill-mode: backwards;
}
.item-hiking {
  grid-area: hik;
  animation-delay: calc(1 * var(--stagger-delay));
}
.item-cycling {
  grid-area: cyc;
  animation-delay: calc(2 * var(--stagger-delay));
}
.item-family {
  grid-area: fam;
  animation-delay: calc(3 * var(--stagger-delay));
}
.item-blog {
  grid-area: blog;
  animation-delay: calc(4 * var(--stagger-delay));
}
.item-videos {
  grid-area: vid;
  animation-delay: calc(5 * var(--stagger-delay));
}
.item-virtual {
  grid-area: vir;
  animation-delay: calc(6 * var(--stagger-delay));
}
.item-destinations {
  grid-area: des;
  animation-delay: calc(7 * var(--stagger-delay));
}

.gallery-content {
  position: relative;
  overflow: hidden;
}
.gallery-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, black 500%);
}
.grid-content > a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.gallery-content > img {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-details {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  /* align-items: left; */
  align-content: end;
  margin: 0;
  padding: 1em;
}
.gallery-details > h2,
.gallery-details > h4 {
  margin: 0;
  color: white;
  z-index: 2;
}
.gallery-details,
.gallery-content > img {
  transition: 200ms ease-in-out;
  cursor: pointer;
}
.gallery-content:hover > img.zoom {
  transform: scale(1.05);
  opacity: 0.9;
}

@media screen and (max-width: 960px) {
  .grid-wrapper > h2 {
    margin: 1rem 2rem;
  }
  .grid-wrapper {
    margin: 0;
  }
  .grid-wrapper-margin {
    margin: 2em 0;
  }
  .grid-item {
    padding: 1em 2em;
  }
  .why-us-box {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas:
      "a"
      "d"
      "b"
      "c";
  }
  .tour-info-box {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d";
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* grid-auto-rows: 100px; */
    gap: 1.5rem;
    margin-top: 2rem;
    grid-template-areas:
      "hik cyc"
      "hik cyc"
      "des fam"
      "des fam"
      "blog blog"
      "blog blog"
      "vid vir"
      "vid vir";
  }
  .tour-item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 0.5fr 1fr;
    background-color: #f1f1f1;
    row-gap: 0.5rem;
    column-gap: 1rem;
    grid-template-areas:
      "cvr dtl"
      "hdr hdr"
      "hgl hgl";
  }
  .tour-item-highlights {
    border: none;
  }
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 100px;
    gap: 1.5rem;
    grid-auto-flow: dense;
    grid-template-areas:
      "H F"
      "H F"
      "H B"
      "C B"
      "C B"
      "D B"
      "D V"
      "D V";
  }
}

/* popup video */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 120px; /* Location of the box */
  /*margin: 0 auto;*/
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  text-align: center;
  /*max-width: 1024px;*/
  /*max-height: 768px;*/
  /*object-fit: contain;*/
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-window {
  /*  width: 100%;
  height: 100%;
*/
}
.modal-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;

  max-width: 800px;
  max-height: 480px;

  margin: 0 auto;
}
.modal-header {
  text-align: right;
  font-size: 2em;
}
.modal-close-btn:hover,
.modal-close-btn:focus {
  cursor: pointer;
}
.modal-body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-body > iframe {
  width: 100%;
  height: 100%;
  /*min-width: 560px;
  min-height: 315px;*/
  /*
  max-width: 800px;
  max-height: 480px;*/
}

.popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.popup-video:hover {
  color: #0b8040;
}

.btn-play {
  display: flex;
  border: solid;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
}

.btn-play span {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-size: 80px;
  line-height: 1;
  /*height: max-content;*/
  /*width: max-content;*/
  /*text-align: center;*/
  font-family: sans-serif;
  margin: 0 auto;
}
/*
.popup-video--bg-img {
  background: center / contain no-repeat url("../img/gallery/Balkan_Cocktail/balkan-cocktail-walking-mostar-m.jpg");
}
*/
/* */

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #555;
  border-radius: 2px;
  color: #555;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  /*letter-spacing: 1.7px;*/
  text-decoration: none;
  /*transition: color .3s, border-color .3s;*/
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  margin-top: auto;
}

.button-red:hover {
  color: #fff;
  background-color: #af290f;
  border-color: #af290f;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.button-blue:hover {
  color: #fff;
  background-color: #40489d;
  border-color: #40489d;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.button-green:hover {
  color: #fff;
  background-color: #0a8040;
  border-color: #0a8040;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.button-gray:hover {
  color: #555;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

#content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 2em;
}

/*                   */
/* SlideShow Section */
/*                   */

.slideshow-container,
.mySlides,
.mySlides1,
.mySlides2,
.prev,
.next,
.text,
.numbertext,
.dot {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: 0;
  /*height: 500px;*/
}

/* Hide the images by default */
.mySlides,
.mySlides1,
.mySlides2 {
  display: none;
  position: relative;
  background-color: black;
  /*transition: .6 ease;*/
  height: 600px;
}

.slide-img {
  height: 100%;
  /*width: 100%;*/
  width: 100vw;
  object-position: 50%;
  object-fit: cover;
  filter: brightness(0.95);
  transition: opacity 0.5s ease-in-out;
}

/*
@media
  (min-width: 900px) and (max-width: 901px)
  (min-width: 900px) {

  }
*/

.slideshow-container:hover .slide-img {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}

.slideshow-container:hover .arrows {
  opacity: 1;
}

/* Next & previous buttons */
.arrows {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgba(255, 255, 255, 1);
  opacity: 0.75;
  font-weight: bold;
  font-size: 3rem;
  transition: 0.6s ease;
  /*border-radius: 0 3px 3px 0;*/
  border-radius: 10px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;*/
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
  user-select: none;
  z-index: 3;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  /*border-radius: 3px 0 0 3px;*/
  border-radius: 10px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  /*background-color: rgba(0,0,0,0.8);*/
  /*background-color: rgba(255,255,255,0.6);*/
  color: #fff;
  opacity: 1;
}

/* Caption */
.caption {
  /*position: relative;*/
}

.caption-container {
  position: relative;
  /*
  width: 100%;
  height: 100%;*/
  z-index: 2;
}

.caption-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  bottom: 10px;
  left: 10%;
  padding: 20px 0;
  /*max-width: 1240px;*/
  /*margin: 0 auto;*/
  /*width: 100%;*/
  /*text-align: left;*/
  color: #f2f2f2;
}

.caption-text > div {
  /*width: max-content;*/
}

.caption-text h2 {
  margin: 0;
  font-size: 22px;
  line-height: 2em;
  max-width: max-content;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  text-shadow: 2px 2px 5px black;
}

.caption-text hr {
  display: none;
  border: 2px solid #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.caption-text p {
  font-size: 22px;
  text-shadow: 2px 2px 5px black;
}

@media screen and (min-width: 1025px) {
  .caption-text h2 {
    font-size: 32px;
  }
  .caption-text p {
    font-size: 32px;
  }
}

.btn {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  display: inline-block;
  width: max-content;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 16px;
  border-style: solid;
  border-width: 3px;
  border-color: #f2f2f2;
  border-radius: 3px;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.5);
  /*background-blend-mode: overlay;*/
}

.btn:hover {
  cursor: pointer;
  color: #0a8040;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/*                       */
/* End SlideShow Section */
/*                       */

/* About sekcija 'child' elementi poravnjanje */
.info-box {
  /*flex: 1;*/
}
.ace-rtp-link {
  /*color: #0a8040;*/
  color: #0b8040;
}
.ace-rtp-link:hover {
  color: #40489d;
}

.content-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  /*min-width: 359px;*/
  min-width: 320px;
  width: 100%;
  justify-content: center;
}

.info-about {
  margin: 0 2em;
  flex: 1;
  min-width: 50%;
}

.content-box:nth-child(1) {
  /*flex-shrink: 1;*/
  /*min-width: 480px;*/
}
.content-box:nth-child(2) {
  /*flex-grow: 0;*/
  max-width: 480px;
  /*max-height: 100%;*/
}
.content-box > img {
  /*max-width: 100vw;*/
  /*height: 100%;*/
  width: 100%;
  object-fit: contain;
  /*margin: 0 auto;*/
}
.content-box-video {
  position: relative;
}
.content-box-video > h3 {
  margin-top: 2em;
}
.popup-video-container {
  position: relative;
}
.content-box-video > div > img {
  width: 100%;
  height: 100%;
  /*margin: auto 0;*/
  object-fit: contain;
  filter: brightness(0.8);
}

@media screen and (max-width: 480px) {
  .content-box-video > h3 {
    margin-left: 2rem;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* grid-auto-rows: 100px; */
    gap: 1.5rem;
    margin-top: 2rem;
    grid-template-areas:
      "hik"
      "hik"
      "cyc"
      "cyc"
      "fam"
      "fam"
      "blog"
      "blog"
      "des"
      "des"
      "vid"
      "vid"
      "vir"
      "vir";
  }
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 100px;
    gap: 1.5rem;
    grid-template-areas:
      "H"
      "H"
      "C"
      "C"
      "F"
      "F"
      "B"
      "B"
      "D"
      "D"
      "V"
      "V";
  }
  .item_H,
  .item_F,
  .item_B,
  .item_C,
  .item_D,
  .item_V {
    grid-column: span 1;
  }
  .tour-page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
    grid-template-areas:
      "bnr"
      "fil"
      "cnt";
  }
  .tour-item-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.4fr 0.2fr 1fr;
    background-color: #f1f1f1;
    row-gap: 0.5rem;
    column-gap: 1rem;
    grid-template-areas:
      "cvr"
      "hdr"
      "dtl";
  }
  .tour-item-highlights {
    display: none;
  }
}

.play-btn {
  display: flex;
  align-items: center;
}
.play-btn-txt {
  line-height: 1;
  margin: 0;
  font-size: large;
  font-weight: bold;
  margin: 0 1em;
}

/* kraj About sekcije */

.about {
  border-color: #0b8040;
  border-bottom-style: solid;
  border-bottom-width: 1px;

  margin-top: 5em;
}
.baner {
  /*width: 1440px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  margin: 1em;
  box-sizing: border-box;
}

.baner img {
  margin: 20px;
  max-width: 100%;
}

.testemonials {
  margin-bottom: 3em;
}

/* TripAdvisor widgets */
.TA_widgets {
  display: flex;
  justify-content: center;
  align-items: self-start;
  gap: 1rem;
  width: fit-content;
  margin: 0 auto;
  padding-left: 2rem;
}
.TA_socialButtonIcon {
  display: flex;
  justify-content: center;

  /*  max-width: 300px;*/
  /*  margin: 0 auto;*/
}
.TA_reviews {
  width: fit-content;
}

/* */

.regular-text-col {
  padding: 0 2rem;
  margin: 2rem 0 4rem 0;
}

.list_style-bullet_points {
  list-style: disc;
  /*margin-left: 2em;*/
  padding-left: 2em;
}
.list_style-bullet_points > li {
  margin: 0.5em 0;
}

/* Footer */

footer {
  background-color: #102550;
  padding: 0 0;
  /*min-height: 660px;*/
  width: 100%;
}
a {
  color: #aeacac;
  text-decoration: none;
}
a:hover {
  color: #0b8040;
}
.footer-main {
  /*min-width: 380px;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #0b8040;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#footer-nav {
  padding: 0;
}
#footer-nav li {
  display: block;
  line-height: 2;
  width: max-content;
}
.column {
  /*height: 380px;
  min-width: 470px;*/
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 20px 40px 40px 40px;
}
footer h4 {
  font-family: "Roboto Slab", serif;
  color: #aeacac;
  letter-spacing: 0.1em;
}
footer p {
  color: #aeacac;
}
.footer .container {
  display: flex;
  align-content: space-between;
}
.social-media-links img {
  width: 50px;
  height: 50px;
  padding: 5px;
  transition: all 0.2s ease-out;
}
.social-media-links img:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
}
.line {
  display: flex;
  align-items: center;
  height: 100px;
  /*line-height: 100px;*/
  /*text-align: left;*/
}
#business-info {
  font-family: "Roboto Slab", serif;
  color: #aeacac;
  font-size: 12px;
  margin: 0 20px;
}

.grid {
  display: grid;
}

.reliability {
  /*max-height: 450px;*/
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.kutija-grid {
  padding: 0px 20px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slika {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttons-free {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #555;
  border-radius: 2px;
  color: #555;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  /*letter-spacing: 1.7px;*/
  text-decoration: none;
  /*transition: color .3s, border-color .3s;*/
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  margin-top: auto;
}

.logo-img {
  max-height: 30px;
  margin-left: 30px;
}

.logo-btn {
  display: flex;
  align-items: center;
}

.oldreview {
  /*max-height: 450px;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
}

.slika-review {
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
  max-width: 350px;
}

/*.review-card {
  display: flex;
  flex-direction: column;
}*/

.review-ostalo {
  display: flex;
  flex-direction: column;
}

.kutija-review {
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.upitnik {
  width: 80%;
}

.galerija {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.rivju-slika {
  width: 100%;
}

/* Blok za Trans Dinarica */
.section1 {
  background: white;
  /* border-radius: 8px; */
  padding: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
  /* border-top: 1px solid #0a8040; */
  border-bottom: 1px solid #0a8040;
}

.section1-title {
  font-size: 1.5rem;
  /* color: #1e2337; */
  color: #555;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #d32f2f;
  font-weight: 600;
}

.rental-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.rental-card {
  border: 1px solid #e5e7eb;
  /* border-radius: 6px; */
  padding: 20px;
  background: #fafafa;
  transition: transform 0.2s, box-shadow 0.2s;
}

.rental-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.rental-card h3 {
  color: #d32f2f;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e2337;
  margin-bottom: 15px;
}

.special-offer {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 1px solid #4caf50;
  padding: 10px 15px;
  /* border-radius: 5px; */
  color: #2e7d32;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.special-offer strong {
  color: #1b5e20;
}

.equipment-list {
  list-style: none;
  margin: 15px 0;
  padding-left: 0;
}

.equipment-list li {
  padding: 5px 0;
  position: relative;
  padding-left: 25px;
  color: #555;
}

.equipment-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}

.specs {
  background: #f8f9fa;
  /* border-radius: 5px; */
  padding: 15px;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #666;
}

.specs h4 {
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}

.specs ul {
  list-style: none;
  padding-left: 0;
}

.specs li {
  padding: 3px 0;
}

.note {
  font-style: italic;
  color: #666;
  font-size: 0.85rem;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}

.additional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.transfer-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: white;
}

.transfer-table th,
.transfer-table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #e5e7eb;
}

.transfer-table th {
  background: #1e2337;
  color: white;
  font-weight: 600;
}

.transfer-table tr:nth-child(even) {
  background: #f8f9fa;
}

.transfer-table td.price {
  color: #d32f2f;
  font-weight: 600;
}

.example {
  background: #e3f2fd;
  border-left: 4px solid #2196f3;
  padding: 15px;
  margin: 20px 0;
  /* border-radius: 4px; */
}

.example h4 {
  color: #1976d2;
  margin-bottom: 10px;
  font-weight: 600;
}

.example p {
  margin: 5px 0;
}

.highlight {
  color: #d32f2f;
  font-weight: 600;
}

@media (max-width: 768px) {
  .rental-grid,
  .additional-grid {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    padding: 10px;
  }

  .section1 {
    padding: 20px;
  }

  .header h1 {
    font-size: 1.5rem;
  }

  .transfer-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
