/*-------[ FONTS ]---------*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");

/*-------[ GLOBAL ]---------*/
body {
  font-family: "Poppins", serif;
  font-size: 14px;
  color: #7d7d7d;
  background-color: #fff;
}
.minerva h3 {
	font-size: 35px;
    margin-bottom: 30px;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #183344;
    padding: 10px;
    margin-top: 20px;
    width: max-content;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
body::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #193648 ;
}

.site-content {
  float: left;
  width: 100%;
  min-height: 900px;
  padding-bottom: 40px;
}
.home .site-content {
  padding-bottom: 0;
}
.container-fluid {
  padding: 0 40px;
}
.site-content {
  /*margin-top: 80px;*/
  /*margin-top: 110px;*/
}
.main-content {
  padding-left: 40px;
  padding-top: 10px;
}
.main-content .content {
  font-size: 16px;
}
.archive .cover-image {
  height: 165px !important;
}
.archive .nav_sticky {
  margin-top: 10px;
}

/*-------[ HEADER ]---------*/

.top-header li {
  display: inline-block;
  float: right;
  padding-right: 20px;
  padding-bottom: 10px;
}
.top-header li i {
  color: white;
  padding: 5px;
  font-size: 20px;
  border-radius: 20%;
}

.top-header li i.fa-instagram {
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.top-header li i.fa-facebook {
  background-color: #3b5998;
}

.top-header li i.fa-phone {
  background-color: red;
}

.top-header li i.fa-envelope {
  background: #426e9a;
  margin-right: 10px;
}

.site-header.fixed {
  /*border-bottom: solid #ff3366 3px;*/
}
._flags {
  float: right;
}
._flags .inner {
  float: right;
}
._flags li {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
._flags li a {
  float: left;
  font-weight: 500;
  color: #ff671b;
  padding: 4px 0 4px 15px;
  text-decoration: none;
}
._flags li.current-lang a,
._flags li a:hover {
  color: #ff3366;
}
._flags li.lang-item-sq {
  display: none;
}


.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: black!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: black!important;
}

.single-post tbody {
  border: solid 1px;
}
.single-post tr {
  border: solid 1px;
}
.single-post td {
  border: solid 1px;
  text-align: center;
}
.single-post tr td strong {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  color: #7d7d7d;
}
.single-post tr td {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding: 5px;
  color: #7d7d7d;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white;
  border-bottom: solid;
}
.navbar-nav .nav-link:hover {
  border-bottom: solid;
}
.navbar-nav .nav-link {
  font-size: 16px;
  margin-right: 20px;
  color: white;
}
#menu-primary {
  margin: auto;
}
.social-media {
  padding-top: 30px;
}
/*Level 2 */
.dropdown-menu {
  z-index: 9999 !important;
  background: #193648 ;;
}
.dropdown-menu > li > a {
  color: #fff;
  text-align: center;
}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*./Dropdown Css*/

.search-icon {
  float: right;
  margin-top: -58px;
  font-size: 18px;
  color: #fff;
}
.search-icon .fa {
  padding-left: 10px;
  cursor: pointer;
}
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background-color: rgba(14, 118, 188, 0.9);
}
.search-form {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 87%;
  margin: 0 auto;
}
.screen-reader-text {
  display: none;
}
.search-form label {
  position: relative;
  border-bottom: solid #3ac3ff 3px;
}
.search-form label,
.search-form input[type="search"] {
  width: 100%;
}
.search-form input[type="search"] {
  font-weight: 400;
  padding: 11px 64px 11px 15px;
  outline: 0;
  border: none;
}
.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999999px;
  width: 48px;
  height: 45px;
  border: none;
  background-color: #3ac3ff;
  color: #fff;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
}
.search-overlay .close {
  float: right;
  font-size: 40px;
  color: #fff;
  margin: 20px;
  cursor: pointer;
  width: 65px;
  height: 60px;
  background-image: url(../images/icon-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

/*-------[ SLIDESHOW ]---------*/
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  max-width: 70px;
  cursor: pointer;
}
.center-slidershow {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
  display: block;
  width: 100%;
}
.center-slidershow h2 {
  display: block;
  font-size: 100px;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0px;
  margin-top: -25px;
  margin-bottom: 50px;
}

.center-slidershow h3 {
  display: block;
  font-family: "Poppins", serif;

  font-size: 40px;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 30px;
}
.center-slidershow button {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 15%;
  bottom: 0%;
  background: white;
  color: black;
  /* padding: 4px; */
  border: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 20px;
  padding: 16px 18px;
  box-shadow: none;
  webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
.center-slidershow button:hover {
  background-color: #0097b2;
  color: white;
}
.center-slidershow marquee {
  opacity: 0.3;
  font-size: 300px;
  font-weight: bold;
  color: white;
  margin-top: -5%;
  text-transform: uppercase;
}
.caption ul li {
  display: inline-block;
  margin-bottom: 25px;
}
.caption ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.caption ul {
  margin-top: 30px;
  padding-left: 0px;
}
.slider-link {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  border: solid red 1px;
  padding: 10px;
  text-decoration: none;
  outline: none;
  margin-right: 10px;
  margin-bottom: 15px;
  background: #ff3366;
}

.slideshow .item {
  height: calc(100vh - 0px);
  border-bottom: solid 3px;
  outline: 0;
  border-bottom-color: #0097b2;
}
.slideshow .caption {
  position: relative;
  background-color: #ff671b99;
}
.slideshow .caption h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  width: 70%;
  text-transform: uppercase;
  padding: 120px 0;
  padding-bottom: 20px;
  line-height: 45px;
}
.slideshow .caption h3 {
  font-size: 18px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
.slideshow .caption button {
  border: solid 2px #fff;
  background: transparent;
  color: white;
  padding: 5px;
  font-size: 17px;
  text-transform: uppercase;
}
.slideshow .read-more {
  color: #fff !important;
}
.slideshow .slick-arrow {
  position: absolute;
  box-shadow: none;
  text-shadow: none;
  z-index: 9999999999999999;
  border: none;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  font-weight: 300;
  color: #ffffff;
  width: 100%;
  text-transform: lowercase;
  opacity: 1;
  background-repeat: no-repeat;
  height: 50px;
  width: 150px;
  font-size: 0px;
}
.slideshow .slick-arrow:hover {
  opacity: 1;
}

.slideshow .slick-prev {
  top: 50%;
  left: 40px;
  background-image: url(../images/prev.png);
  background-position: top 6px left 7px;
}
.slideshow .slick-next {
  top: 50%;
  right: 40px;
  background-image: url(../images/next.png);
  background-position: top 6px right 18px;
}

.slideshow .slick-dots {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 6%;
  bottom: 4%;
}
.slideshow .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slideshow .slick-dots li button {
  box-shadow: none;
  border: solid #fff 1px;
  outline: 0;
  width: 13px;
  height: 13px;
  box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  padding: 0;
  text-indent: -99999px;
}
.slideshow .slick-dots .slick-active button {
  background-color: #e85e34;
  border: solid #e85e34 1px;
}

.slideshow .cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 70px;
  background-color: rgba(0, 85, 129, 0.7);
}

.about-text h2 {
  margin-bottom: 18px;
  font-size: 70px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 0;
  color: #fff;
  background: #0097b2;
  text-align: center;
}

.home-tour {
  position: relative;
  background-image: url("../images/theth.jpg");
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 70px;
  margin: 0px !important;
  background-position: top;
}

.home-tour::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1; /* Make sure the overlay is behind the content */
  pointer-events: none; /* Allow clicks to pass through the overlay */
}

/* Ensure your content is on top of the overlay */
.home-tour .container {
  position: relative;
  z-index: 2;
}

.tour-page h2 {
  display: block;
  font-size: 50px;
  line-height: 1.8em;
  color: #f39c13;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 55px;
}

.tour-thumbnail {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.about-text {
  margin-top: 80px;
}

.travel-home {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inside-testimonial {
  background: #f7f7f7;
  padding: 50px;
  text-align: center;
  margin: 0px 30px;
}
.inside-testimonial li {
  display: inline-block;
}

.inside-testimonial li i {
  color: #fbbc05;
  font-size: 14px;
}

.testimonials {
  background-color: #fff;
  padding: 120px 0px;
}
.single-testi-des {
  margin-bottom: 30px;
  color: #333;
  font-size: 18px;
  font-weight: 100;
}

.testi-name img {
  width: 70px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.testi-name h2 {
  font-size: 20px;
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.testimonials ul.slick-dots li {
  display: inline-block;
}

.testimonials ul.slick-dots {
  position: absolute;
  left: 44%;
  margin-top: 30px;
}

.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.video {
  background-image: url("https://roam.qodeinteractive.com/wp-content/uploads/2017/08/h5-video-background-img.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 115px;
  background-attachment: fixed;
}

.video iframe {
  margin: auto;
  display: block;
}

.testimonials li button {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  border: 1px solid #ffb300;
  background: #ffb300;
  font-size: 0px;
  border-radius: 50%;
}

.testimonials li.slick-active button {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  border: 1px solid #ffb300;
  background: #ffb300;
  font-size: 0px;
  border-radius: 50%;
}
.create-your-tour {
  background-image: url("../images/background-img-2.jpg");
  height: 400px;
}
.create-your-tour h4 {
  display: block;
  font-family: "Poppins", serif;
  font-size: 50px;
  line-height: 1.8em;
  color: #0097b2;
  text-align: center;
}

.create-your-tour button {
  margin-top: 80px !important;
  text-transform: uppercase;
  display: block;
  font-family: "Poppins", serif;
  font-size: 50px;
  line-height: 1.8em;
  color: white;
  text-align: center;
  margin: auto;
  /* border-color: #23a9af!important; */
  background: #23a9af !important;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
}

/*-------[ Apliko ]---------*/
.page-template-aplikime .vfb-item {
  width: 40% !important;
}
/*-------[ SUBSCRIBE ]---------*/
section.subscribe {
  min-height: 200px;
  background-image: url(../images/subscribe.jpg);
  padding-top: 10px;
  background-color: #08547b;
}
.subscribe .top-header li {
  display: inline-block;
  float: left;
  padding-left: 20px;
  padding-bottom: 10px;
  list-style-type: none;
}
.textwidget ul li {
  list-style-type: none;
  font-size: 14px;
  color: #ddd;
  padding-bottom: 10px;
  text-align: left;
}
.textwidget ul li a {
  font-size: 14px;
  color: #ddd;
}

.subscribe .tour-thumbnail {
  border: solid 2px white;
}
.col .subscribe {
  padding-top: 70px !important;
}
.traveltour-widget-title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: left !important;
  margin-top: 10px !important;
}
.subscribe h3 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
  padding-right: 50px;
}
form.subscribe input[type="text"] {
  float: left;
  width: 250px;
  padding: 10px;
  color: #ff671b;
  outline: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
form.subscribe button[type="submit"] {
  padding: 10px 30px;
  box-shadow: none;
  outline: 0;
  border: none;
  border-radius: 0;
  background-color: #ff3366;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
form.subscribe button[type="submit"]:hover {
  opacity: 0.8;
}
form.subscribe .resp {
  color: #fff;
  padding: 10px 0;
  height: 40px;
}
/********DESTINACIONE*/

.destinacione-page h3 {
  display: block;
  font-family: "Poppins", serif;
  font-size: 33px;
  line-height: 1.8em;
  color: #3fd0d4;
  text-align: center;
}
.destinacione-slick {
  margin-bottom: 100px;
}
.destinacione-slick ul {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 6%;
  margin-top: 20px;
}
.destinacione-slick ul li {
  display: inline-table;
}

.destinacione-slick ul li.slick-active button {
  font-size: 0px;
  border: none;
  padding: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background: #0097b2;
}
.destinacione-slick ul li button {
  font-size: 0px;
  border: none;
  padding: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background: #0097b266;
}
.destinacione-thumbnail {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.destinacione-page h2 {
  text-align: center;
  color: black;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.destinacione-slick img {
  display: block;
  height: 250px;
  width: 100%;
  transition: all 0.3s;
  display: block;
  transform: scale(1);
}
.destinacione-slick a:hover img {
  transform: scale(1.1);
}
.home-destinacione-content-top {
  background-color: #0097b2;
  padding: 5px;
  min-height: 35px;
}
.home-destinacione {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.home-destinacione-content-top span {
  color: #fff;
  font-size: 17px;
}
.home-destinacione-content-top .fa {
  color: #fff;
  font-size: 17px;
}
.home-destinacione-conten-bottom {
  background-color: white;
  padding: 20px;
}
.home-destinacione-conten-bottom h4 {
  color: #000;
  font-size: 20px;
}

.home-destinacione-conten-bottom h5 {
  color: rgb(80, 80, 80);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.home-destinacione-conten-bottom a {
  text-decoration: none;
}
/*-------[ FOOTER ]---------*/
.site-footer {
  min-height: 100px;
  background-color: #051416;
}
.footer-menu-wrapper {
  border-bottom: solid #ff3366 2px;
  padding: 15px 0;
}
#footer .fa-facebook {
  border: 5px double #3b5998;
  color: #fff;
  border-radius: 100%;
  font-size: 25px;
  height: 45px;
  line-height: 37px;
  margin: 10px;
  text-align: center;
  width: 40px;
  padding-bottom: 10px;
}
#footer .social-media {
  display: flex;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
#footer .fa-instagram {
  border: 5px double #833ab4;
  color: #d93389;
  border-radius: 100%;
  font-size: 25px;
  height: 45px;
  line-height: 37px;
  margin: 10px;
  text-align: center;
  width: 40px;
  padding-bottom: 10px;
}
.copyright-text {
  background: #0097b2;
  width: 100%;
  text-align: center;
  color: white;
  padding: 5px;
  margin-bottom: 0px;
  padding: 10px;
}
.fa-heart {
  color: red;
}
.copyright-text a {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}
.footer-menu ul,
.textwidget ul {
  display: inline-grid;
  padding-left: 0px;
}
.footer-menu {
  float: left;
  padding: 10px 0 10px 0;
  margin-bottom: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  font-size: 14px;
  color: #ddd;
  padding: 10px 14px;
  text-decoration: none;
  padding-left: 0px;
}
.copyright {
  color: #fff;
  padding: 20px 0;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff3366;
}
.copyright .credits {
  float: right;
}
.go-to-top {
  display: none;
  position: fixed;
  bottom: 145px;
  right: 5px;
  width: 40px;
  height: 40px;
  background-color: #ff3366;
  font-size: 30px;
  color: #fff;
  padding-left: 10px;
  cursor: pointer;
}
.go-to-top:hover {
  opacity: 0.8;
  color: #fff;
}
.go-to-top:hover .fa {
  transform: rotate(360deg);
}

/************ [ CONTACT PAGE ] ************/
.privacy {
  padding: 20px;
  height: 200px;
  overflow: overlay;
  position: absolute;
  top: 55%;
  border-radius: 0;
  outline: 0;
  border: solid #ff671b 1px;
  background: #fafafa;
  margin-left: 10px;
  width: 96.5%;
}

.contact-form .vfb-submit {
  margin-top: 200px !important;
}
.contact-body h2 {
  text-align: center;
  color: #005d8f;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-body .h3 {
  background-image: url("../images/fish-solid.svg");
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  text-align: center;
  margin: auto;
  margin-left: 48%;
  margin-top: 20px;
}

.visual-form-builder-container {
  margin-top: -20px;
}
.svg-inline--fa {
  background: #f7a800 !important;
  color: #f7a800 !important;
}
.page-template-contact .site-content {
  background: white;
}
.vfb-text {
  background-color: rgb(237, 236, 236) !important;
  border-bottom-color: #344f69 !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-color: #344f69 !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-right-color: #344f69 !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-top-color: #344f69 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  box-sizing: border-box !important;
  color: rgb(94, 116, 128) !important;
  cursor: text;
  display: inline-block;
  font-size: 13.995px;
  font-stretch: 100%;
  height: 50px !important;
  width: 100% !important;
}
.vfb-textarea {
  background-color: rgb(237, 236, 236) !important;
  border-bottom-color: #344f69 !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-color: #344f69 !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-right-color: #344f69 !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-top-color: #344f69 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  box-sizing: border-box !important;
  color: rgb(94, 116, 128) !important;
  cursor: text;
  display: inline-block;
  font-size: 13.995px;
  font-stretch: 100%;
}

.visual-form-builder fieldset {
  clear: both;
  margin: 15px 0;
  padding: 0;
  border: none !important;
  border-radius: 3px;
  background-color: white !important;
}
input.vfb-medium,
input[type="text"].vfb-medium::placeholder {
  padding-left: 10px;
}
input[type="email"].vfb-medium::placeholder {
  padding-left: 10px;
}
textarea.vfb-medium::placeholder {
  padding-left: 10px;
}
.vfb-submit {
  float: right;
  background: #c09551;
  color: white;
  border: none;
  box-shadow: none;
  padding: 10px;
  width: 149px;
  font-size: 20px;
  font-family: "Poppins", serif;
}

.vfb-submit:hover {
  background-color: #344f69 !important;
}
.top-contact .col-md-4 {
  background: #0097b2 !important;
  border-right: solid 1px white;
  text-align: center;
  padding-bottom: 20px;
}
.top-contact .col-md-4.location {
  background: #0097b2 !important;
  border-right: none;
  text-align: center;
  padding-bottom: 10px;
}
.top-contact .col-md-4 h5 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Poppins", serif;
  font-weight: bold;
}
.vfb-item input,
.vfb-item textarea {
  padding: 10px !important;
  border-color: #0097b2 !important;
  background-color: #051416 !important;
  color: white !important;
}
.vfb-item input::placeholder,
.vfb-item textarea::placeholder {
  color: white !important;
}
#vfb-9 {
  padding-left: 20px !important;
}
.top-contact .col-md-4 span {
  text-align: center;
  color: white;
  /* text-transform: uppercase; */
  font-size: 15px;
  font-family: "Poppins", serif;
  font-weight: bold;
  padding-left: 15px;
}
.top-contact .col-md-4 i {
  color: #c09551;
  font-size: 20px;
  background: white;
  padding: 5px;
  border-radius: 50%;
}

.top-contact .col-md-4 a {
  color: white;
  padding-left: 15px;
}

label.vfb-desc {
  font-weight: bold;
  color: #005d8f;
  font-size: 13px;
  font-family: "Poppins", serif;
  font-weight: bold;
}

@media (max-width: 991px) {
  .top-contact .col-md-4 h5 {
    padding-top: 15px;
  }
}
/*-------[ LEFT MENU ]---------*/
.left-menu {
  background-color: #ff671b;
  padding: 20px 0;
}
.left-menu h4 {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px;
  margin: 0 0 20px 0;
}
.left-menu h4:before {
  float: left;
  content: "";
  width: 2px;
  height: 25px;
  background-color: #ff3366;
  margin-right: 10px;
  margin-top: -1px;
}
.left-menu li {
  display: block;
  padding-left: 15px;
}
.left-menu li a {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
}
.left-menu li a:hover,
.left-menu li a.active {
  background-color: #ff3366;
}
.left-menu li a:after {
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 9;
  width: 15px;
  height: 55px;
  content: "";
  background-color: #fff;
}
.left-menu li a:hover:after,
.left-menu li a.active:after {
  background-color: #ff3366;
}
.left-menu li a:before {
  position: absolute;
  top: 22px;
  right: -4px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: transparent;
  z-index: 99;
}
.left-menu li a:hover:before,
.left-menu li a.active:before {
  background-color: #fff;
}

/*-------[ CONTACT PAGE ]---------*/
.page-template-contact .site-header {
  border-bottom: solid #ccc 1px;
  -webkit-box-shadow: 0px 4px 13px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 13px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 13px -5px rgba(0, 0, 0, 0.75);
}
.contact #gmap {
  height: 710px;
  margin-bottom: 20px;
}
.contact {
  padding: 40px 0;
}
.contact-form .vfb-item {
  float: left;
  width: 50% !important;
  clear: none;
}
.contact-form .vfb-item-textarea {
  width: 100% !important;
}
.visual-form-builder fieldset {
  background-color: transparent;
  border: none;
}
.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul,
.visual-form-builder ol,
.entry-content .visual-form-builder ol,
.comment-content .visual-form-builder ol,
.mu_register .visual-form-builder ol {
  margin: 0 !important;
}
.contact-form input.vfb-medium,
.contact-form input[type="text"].vfb-medium,
.contact-form input[type="tel"].vfb-medium,
.contact-form input[type="email"].vfb-medium,
.contact-form input[type="url"].vfb-medium,
.contact-form select.vfb-medium {
  font-size: 16px;
  padding: 15px;
  border-radius: 0;
  outline: 0;
  width: 100%;
  border: solid #ff671b 1px;
}
.contact-form textarea.vfb-medium {
  font-size: 16px;
  padding: 15px;
  border-radius: 0;
  outline: 0;
  border: solid #ff671b 1px;
}

.contact-form .vfb-item-submit {
  width: 100% !important;
}
.contact-form .vfb-submit {
  float: left;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  outline: 0;
  border-radius: 0;
  background-color: #ff3366;
  padding: 10px;
  text-align: center;
  width: 100%;
  border: solid #ff3366 1px;
  margin-top: -20px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.contact-form .vfb-submit:hover {
  border: solid #ff3366 1px;
  background-color: #fff;
  color: #ff3366;
}
.contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff671b;
}
.contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff671b;
}
.contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #ff671b;
  text-transform: uppercase;
}
.contact :-moz-placeholder {
  /* Firefox 18- */
  color: #ff671b;
}
.contact-form h4 {
  font-size: 18px;
  color: #ff671b;
}
.contact .contacts {
  padding-top: 0;
  margin-top: 20px;
}
.contact .contacts .fa {
  position: absolute;
  left: 0;
  top: 15px;
}
.contact .contacts li {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 50px;
  /*min-height: 80px;*/
}

/*-------ABOUT--------*/

.image-about img {
  width: 100%;
  height: 650px;
}

.content-about h3 {
  margin-top: 0px;
  font-size: 41px;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 0px;
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms;
  padding: 130px 0px 25px 70px;
  color: #383838;
}

.content-about h5 {
  display: inline-block;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  margin-bottom: 0px;
  transition: color 200ms;
  -moz-transition: color 200ms;
  -o-transition: color 200ms;
  -webkit-transition: color 200ms;
  padding: 10px 70px 10px 70px;
  color: #8c8c8c;
  line-height: 2;
}
.page-template-about .site-content {
  background: #f2f2f2 !important;
}
.image-about-services ul li h4 {
  font-size: 21px;
  color: white;
  font-weight: bold;
}
.background-image h1 {
  text-align: center;
  padding-top: 150px;
  font-size: 54px;
  margin-bottom: 0px;
  color: white;
  margin-top: 0px;
}
.image-about-services ul li h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  /* font-size: inherit; */
  line-height: 1.7;
  font-size: 16px;
  color: #ededed;
  font-weight: 400;
}
.image-about-services ul li {
  list-style: none;
  margin-top: 50px;
}
.image-about-services .last-item {
  margin-bottom: 50px;
}
/*-------[ MEDIA QUERIES ]---------*/
@media (max-width: 1199px) {
  .site-header .container-fluid {
    padding: 0 10px;
  }
  .navbar-brand > img {
    width: 200px;
  }
}

@media (max-width: 991px) {
  ._flags li a {
    padding: 4px 16px 4px 3px;
  }
  .left-menu li a {
    font-size: 15px;
  }
  .main-content {
    padding: 15px;
  }
  #breadcrumbs {
    padding: 0 16px;
    padding: 0;
    margin-bottom: 15px;
  }
  .main-content .post {
    padding: 15px;
    margin-bottom: 0;
  }
  .main-content .post .title {
    margin-bottom: 20px;
  }
  .main-content .post p {
    margin-bottom: 15px;
  }
  .main-content .read-more {
    margin: 0;
  }
  .about-text h2 {
    font-size: 40px;
    margin-top: 15px;
  }
  .travel-home {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-text p {
    margin-bottom: 20px;
    line-height: 32px;
    padding-right: 0px;
  }
  .video {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    background-attachment: unset;
  }
  .about-text {
    margin-top: 0px;
  }
  .tour-content {
    margin-bottom: 10px;
  }
}
.navbar-toggler {
	background:white;
}
@media (max-width: 768px) {
  .site-header {
    padding-top: 0;
  }
	.minerva h3 {
		width:100%;
	}
	.header-new .social-media {
		display:none!important;
	}
  .services-page h2 {
    padding-left: 0px;
  }
  .main-content .post ul {
    padding-left: 20px;
  }
  .international .cover-image h1 {
    font-size: 30px !important;
  }
  .international .top-about-part {
    padding: 0px;
  }
  .international .content-about {
    padding: 0px;
  }
  .international .top-about-part {
    margin-top: 20px;
  }
  .privacy-cv {
    bottom: 17%;
  }
  .inivia-cv-career {
    padding: 8px !important;
  }
  .cover-image {
    height: 200px;
  }
  .main-content .post {
    padding: 0px;
  }
  .privacy {
    top: 55%;
  }
  .site-header .container-fluid {
    padding: 0 15px;
  }
  .navbar-toggle {
    margin-right: 15px;
  }
  .some-home-news .col-md-6 {
    padding: 0px;
  }
  .some-home-news {
    padding: 0px;
  }
  .navbar-nav {
    margin: 0;
    padding-right: 0;
  }
  .primary-menu {
    padding-left: 0;
  }
  .slideshow .item .cover {
    display: none;
  }
  .slideshow .caption {
    background-color: rgba(0, 85, 129, 0.7);
  }
  .slideshow .slick-prev,
  .slideshow .slick-next {
    right: 0;
  }
  .slideshow .caption h2 {
    font-size: 25px;
    line-height: unset;
    padding-top: 80px;
  }
  .site-header input.vfb-medium,
  .site-header input[type="text"].vfb-medium,
  .site-header input[type="tel"].vfb-medium,
  .site-header input[type="email"].vfb-medium,
  .site-header input[type="url"].vfb-medium,
  .site-header select.vfb-medium,
  .site-header input.vfb-medium,
  .site-header input[type="text"].vfb-medium:focus,
  .site-header input[type="tel"].vfb-medium:focus,
  .site-header input[type="email"].vfb-medium:focus,
  .site-header input[type="url"].vfb-medium:focus,
  .site-header select.vfb-medium:focus,
  .site-header textarea.vfb-medium {
    width: 100%;
  }

  /*nav sticky*/
  .nav_sticky {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .left-menu {
    padding: 0;
  }
  .left-menu {
    list-style: none;
  }
  .left-menu li {
    padding-left: 0;
    display: none;
  }
  .left-menu li a {
    padding: 10px;
  }
  .left-menu li a:before,
  .left-menu li a:after {
    display: none;
  }
  .left-menu h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .left-menu h4:before {
    font-family: "Poppins", serif;
    content: "\f0c9";
    background-color: transparent;
    padding-right: 20px;
  }

  .main-content {
    width: 100%;
  }
  .post .image-container {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .subscribe .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .subscribe h3 {
    text-align: center;
    padding-right: 0;
  }
  form.subscribe input[type="text"],
  form.subscribe button[type="submit"] {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
.vfb-legend {
  display: none !important;
}
.page-template-career .vfb-item-secret {
  display: none !important;
}
.home-tour-content {
  background: #0097b2;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 660px) {
  .video iframe {
    width: 100%;
  }
  .tour-page h2 {
    font-size: 50px;
    line-height: 1.3em;
  }
}
@media (min-width: 661px) and (max-width: 768px) {
  .center-slidershow h3 {
    font-size: 30px;
    line-height: 1em;

    margin-top: 50px;
  }
  .center-slidershow h2 {
    font-size: 50px;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .center-slidershow button {
    width: 20%;
    bottom: 11%;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 5px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  /*header*/
  .logo {
    padding-top: 10px;
  }
  .privacy {
    top: 55%;
    margin-left: 3px;
    width: 97.5%;
  }
  .logo img {
    max-width: 108px;
  }
  ._flags {
    position: relative;
    z-index: 99999;
  }
  .contacts li {
    position: relative;
    font-size: 14px;
    padding: 8px 0;
    padding-left: 40px;
  }
  .contacts li .fa {
    position: absolute;
    font-size: 20px;
    top: 7px;
    left: 0;
  }
  .contact-form {
  }
  .contact #gmap {
    height: 300px;
  }

  /*services*/
  .service-item {
    width: 100%;
  }
  .menu-container {
    height: 100vh;
    overflow-y: scroll;
  }

  .copyright {
    font-size: 13px;
    text-align: center;
  }
  .credits {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .contact-form .vfb-item {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1600px) {
  .slideshow .slick-dots {
    left: 28%;
    bottom: 5%;
  }
}

@media (max-width: 660px) {
  .top-header li {
    padding-top: 10px;
  }
  .testimonials ul.slick-dots li {
    display: none;
  }

  .center-slidershow h2 {
    font-size: 60px;
    line-height: 1.3em;
    padding-top: 0px;
    margin-top: 20px;
  }
  .center-slidershow button {
    width: 50%;
    bottom: -4%;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 5px;
    padding: 20px 0px;
    box-shadow: none;
  }
  .slideshow .slick-prev {
    display: none !important;
  }
  .slideshow .slick-next {
    display: none !important;
  }
}

/*BLOG */
.core-blog-thumbnail:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.core-blog-thumbnail img {
  transition: opacity 300ms ease-out, transform 300ms ease-out,
    filter 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out,
    -moz-filter 300ms ease-out;
  -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out,
    -o-filter 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out,
    -webkit-filter 300ms ease-out;
}
.core-blog-thumbnail img {
  margin: 0px;
  height: 400px;
  width: 100%;
}
.blog-page {
  margin-top: 50px;
  padding-left: 50px;
}
.core-blog-title a {
  color: rgb(52, 52, 52);
  cursor: pointer;
  /* display: inline; */
  font-family: "Poppins", serif;
  font-size: 25px;
  font-weight: 400;
  height: auto;
  /* letter-spacing: normal; */
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}

.single-blog h3 {
  color: rgb(52, 52, 52);
  cursor: pointer;
  /* display: inline; */
  font-family: "Poppins", serif;
  font-size: 25px;
  font-weight: 400;
  height: auto;
  letter-spacing: normal;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  padding-top: 25px;
}

.core-blog-title {
  margin-top: 10px;
}
.gdlr-core-blog-info-wrapper {
  display: inline-block;
  margin-right: 25px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ff671b;
  text-transform: uppercase;
  margin-top: 30px;
}
.core-blog-content {
  color: rgb(140, 140, 140);
  font-size: 14px;
  line-height: 23.8px;
  margin-bottom: 30px;
}
.blog-excerpt {
  font-size: 14px;
  padding: 12px 27px;
  background: #c92530;
  color: white;
}
.blog-excerpt:hover {
  color: white;
  border-radius: 10%;
  outline: none;
  text-decoration: none;
  background: #c92530;
}
.core-blog {
  margin-bottom: 70px;
}
.core-blog i {
  color: #9a9a9a;
  font-size: 15px;
  margin-right: 10px;
}
.blog-info-author {
  margin-right: 15px;
  color: #c92530;
}

@media (max-width: 991px) {
  .blog-page {
    padding-left: 0px;
  }
  .core-blog-thumbnail img {
    height: auto;
  }
  .content-about h3 {
    padding: 10px;
    font-size: 30px;
  }
  .content-about h5 {
    padding: 15px;
  }
  .image-about img {
    height: 450px;
  }
  .image-about-services {
    height: 550px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .textwidget ul {
    margin-left: 0px;
    padding-left: 0px;
  }
  .subscribe .top-header li {
    padding-left: 0px !important;
  }
  .subscribe h3 {
    text-align: center;
    padding-left: 0 !important;
  }
  .top-header {
    padding-left: 0 !important;
  }
}
/*BLOG */
.tour-thumbnail img {
  width: 100%;
  height: 300px;
  transition: all 0.3s;
  display: block;
  transform: scale(1);
}

.tour-thumbnail a:hover img {
  transform: scale(1.1);
}
.single-blog h1 {
  font-size: 30px;
  padding-top: 0px;
  margin-top: 0px;
  font-weight: bold;
  color: #022135;
  text-align: center;
}

.single-blog .content {
  font-size: 15px;
  padding-top: 20px;
  margin-top: 20px;
}
.single-blog img {
  margin: auto;
  display: block;
}
.single-blog .date {
  font-weight: 500;
  font-size: 16px;
  background: #193648;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 20px;
  color: white;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.inside-post {
  padding-top: 10px;
}



.single-blog p {
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  padding-right: 0;
  line-height: 1.6;
  text-align: left;
  font-weight: 300;
}

.rml {
  padding-left: 0px;
}
.rmr {
  padding-right: 0px;
}
.tour-content .fa-clock-o {
  background: #fff;
  margin-right: 4px;
  font-weight: 100;
  font-size: 14px;
  color: #ff3366;
  padding: 5px;
}
.vfb-item-secret {
  display: none !important;
}



/* Slideshow container */
.home-slideshow-1 {
  background-color: #f6f6f2;
}

/* Individual slide item */
.slide-item-1 {
  display: flex;
  height: calc(100vh - 120px);
  align-items: center;
  margin-top: -50px;
  max-width: 1300px;
  margin: auto;
}

/* Image section */
.image-section-1 {
  flex: 1;
  text-align: center;
}

.slide-image-1 {
  max-width: 630px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.slide-image-1:hover {
  transform: scale(1.05);
}

/* Info section */
.info-section-1 {
  flex: 1;

  display: flex;
  flex-direction: column;
}

.slide-link-1 {
  text-decoration: none;
  color: inherit;
}
header .social-media li a i {
  background: #fff;
  color: #183344;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}
header .social-media li {
  display: inline-block;
}
header {
  background-color: #183344;
}

.slide-title-1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
  margin: 0px;
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 15%;
}

.slide-content-1 {
  font-size: 20px !important;
  color: #022135;
  margin-bottom: 0px !important;
  font-weight: 400;
  line-height: 30px;
}

.slide-extra-info-1 {
  font-size: 20px;
  font-weight: 400;
  color: #022135;
}

/* Responsive layout */
@media (max-width: 768px) {
  .slide-item-1 {
    flex-direction: column;
  }

  .image-section-1,
  .info-section-1 {
    text-align: center;
    padding-left: 0;
  }
}
.slide-buttons-1 {
  margin-top: 20px;
  color: #022135;
}

.slide-btn-book,
.slide-btn-learn {
  padding: 16px 33px;
  font-size: 19px;
  text-align: center;
  border-radius: 14px;
  transition: background-color 0.3s ease;
}

.slide-btn-book {
  background-color: #f39c13; /* Orange color for Book a Car */
  color: #fff;
  border: none;
  margin-right: 10px;
  border: 2px solid #f39c13;
}

.slide-btn-learn {
  background-color: transparent; /* Transparent for Learn More */
  color: #f39c13;
  border: 2px solid #f39c13;
}

.slide-btn-book:hover {
  background-color: #e65a00;
}

.slide-btn-learn:hover {
  background-color: #f39c13;
  color: #fff;
}

.tour-thumbnail-1 {
  background-color: #022135;
  border-radius: 15px;
  padding: 0px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  margin: 10px;
  text-decoration: none !important;
}

.tour-thumbnail-1:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.9);
}

.tour-thumbnail-1 img {
  width: 100%;
  height: 250px; /* Set the fixed height as needed */
  object-fit: cover; /* Ensures the image covers the container */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.van-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  text-decoration: none !important;
}
.van-details .title-1 {
  font-size: 1.2em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 0px;
}

.van-details .price-1 {
  font-size: 20px;
  color: #f39c12;
  text-decoration: none !important;
}

.kohezgjatja-plot-1 {
  font-size: 15px;
  color: #939393;
  text-decoration: none !important;
}

.tour-content-1 span-1 {
  display: block;
  color: #aaaaaa;
  font-size: 0.85em;
  text-decoration: none !important;
}

.tour-page .slick-dots li {
  font-size: 0px;
  padding: 20px;
  margin: auto;
  display: inline-block;
  text-decoration: none !important;
}
/* Styling the default state of the dots */
.tour-page .slick-dots li button {
  padding: 5px !important;
  border-radius: 50px;
  border-width: 0px;
  background-color: #fffefe; /* Default color */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and scale */
}

/* Active dot with transition */
.tour-page .slick-dots .slick-active button {
  background-color: #f39c13;
  transform: scale(1.2); /* Slightly enlarges the active dot */
}

/* Hover effect for all dots */
.tour-page .slick-dots li button:hover {
  background-color: #f39c12; /* Change to a different color on hover */
  transform: scale(1.1); /* Slightly enlarge on hover */
}

.tour-page .slick-dots {
  text-align: center;
  padding: 20px;
  margin-bottom: 0px;
}
.why-we-are-section {
  padding-top: 100px;
  padding-bottom: 100px;

  background-color: #f5f5f5;
}

.why-we-are-section-container {
  max-width: 1300px;
  margin: 0 auto;
}

.why-we-are-section-row {
  display: flex;
  justify-content: space-between;
}

.why-we-are-section-image-stack {
  position: relative;
}

.why-we-are-section-main-image {
  width: 400px !important;
  border-radius: 30px;
  -webkit-box-shadow: 8px 15px 40px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 15px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 15px 40px 0px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  cursor: pointer;
}
/* Main image hover effect */
.why-we-are-section-main-image:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 12px 29px 90px 0px rgba(0, 0, 0, 0.85);
}

.why-we-are-section-sub-image:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 12px 29px 90px 0px rgba(0, 0, 0, 0.85);
}

.why-we-are-section-sub-image {
  position: absolute;
  width: 250px !important;
  top: 40px;
  right: 50px;
  width: 60%;
  border-radius: 30px;
  -webkit-box-shadow: 8px 15px 40px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 15px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 8px 15px 40px 0px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  cursor: pointer;
}
/* Optionally, to animate when the mouse enters the element */
.why-we-are-section-main-image:active,
.why-we-are-section-sub-image:active {
  transform: scale(1.03) translateY(-5px);
  box-shadow: 12px 29px 100px 0px rgba(0, 0, 0, 0.85);
}

.why-we-are-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-we-are-section-section-subtitle {
  color: #f39c13;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.why-we-are-section-section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.why-we-are-section-features {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.why-we-are-section-feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.why-we-are-section-feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.why-we-are-section-feature-list li i {
  color: #f39c13;
  margin-right: 10px;
}

.learn-more {
  text-transform: uppercase;
  transition: background-color 0.3s;

  background-color: #f39c13; /* Orange color for Book a Car */
  color: #fff;
  border: none;
  padding: 16px 33px;
  font-size: 19px;
  text-align: center;
  border-radius: 14px;
  transition: background-color 0.3s ease;
}

.learn-more:hover {
  background-color: #f39c13;
}

.global-content {
  font-size: 20px !important;
  color: #022135;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
}

.global-subtitle {
  font-size: 40px;
  font-weight: bold;
  color: #022135;
  text-decoration: none !important;
}

.why-choose-us-section {
  background-color: #022135; /* Dark background */
  color: white;
}

.why-choose-us-content h4 {
  color: #f39c13; /* Accent color */
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.why-choose-us-content h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.why-choose-us-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.why-choose-us-content p {
  font-size: 20px !important;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.why-choose-us-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icon-wrapper {
  width: 150px;
  height: 74px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.icon-wrapper i {
  color: #f39c13; /* Accent color */
  font-size: 30px;
}

.feature-details h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.feature-details p {
  margin: 5px 0 0;
  font-size: 18px !important;
  color: #ccc;
}

/* Right Image Styling */
.why-choose-us-image-container {
  background-image: url(../images/customer.png);
  position: relative;
  height: 100%;
}

.why-choose-us-image {
  object-fit: cover;
  width: 100px;
}

/* Make the section responsive */
@media (max-width: 767px) {
  .why-choose-us-image-container {
    margin-top: 30px; /* Adds some spacing when the image stacks under the text */
  }
}
.img-fluid {
  width: 200% !important;
}

.testimonial-section {
  padding: 100px 0;
  background-color: #f8f8f8;
}

.section-header {
  margin-bottom: 40px;
}

.section-subtitle {
  color: #f39c13; /* Accent color */
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
}

.testimonial-card {
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-author img {
  width: 70px !important;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-author h5 {
  font-size: 18px;
  color: #f39c13;
  margin-bottom: 5px;
}

.testimonial-author span {
  font-size: 14px;
  color: #777;
}

/* Specific card colors */
.black-card {
  background-color: #022135;
  color: white;
}

.black-card h5 {
  color: #f39c13;
}

.white-card {
  background-color: #fff;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.orange-card {
  background-color: #f39c13;
  color: white;
}

.orange-card h5 {
  color: white;
}

.orange-card span {
  color: white;
}

.services-section {
  padding: 100px 0;
  background-color: #022135;
}

.section-header {
  margin-bottom: 40px;
}

.section-header p {
  font-size: 16px;
  color: #53646d;
  max-width: 700px;
  margin: 0 auto;
}

.service-card-1 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
  background-size: cover;
  background-image: url(../images/section.png);
}
.service-card-2 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-size: cover;
  height: 350px;
  background-image: url(../images/section2.png);
}
.service-card-3 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
  background-size: cover;

  background-image: url(../images/section2.png);
}
.service-card-4 {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
  background-size: cover;
  background-image: url(../images/section.png);
}

.service-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.service-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 14px;
  max-width: 80%;
}

.service-content h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 16px;
  color: #53646d;
  margin-bottom: 20px;
}

.orange-subtitle {
  color: #193648  !important;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.titull-footer {
  color: #193648 ;
  font-size: 18px;
  margin-top: 50px;
  font-weight: 700;
}

.service-content .btn-primary {
  background-color: #193648 ; /* Orange color for Book a Car */
  color: #fff;
  border: none;
  margin-right: 10px;
  border: 2px solid #193648 ;
  font-size: 19px;
  border-radius: 14px;
}

.faq-section {
  position: relative;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 70px;
  margin: 0px !important;
  background-position: top;
  width: 100%;

  background-image: linear-gradient(transparent, white 87%),
    url("../images/theth.jpg");
}

.section-subtitle {
  color: #f39c13;
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-item {
  margin-bottom: 20px;
}

/* FAQ Section - Button Styling */
.faq-button {
  width: 100%;
  text-align: left;
  background-color: #f39c13;
  color: white;
  padding: 20px 20px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease; /* Transition for smooth effects */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Default shadow */
}

.faq-button:after {
  content: "\25B6"; /* Right arrow */
  font-size: 14px;
}

.faq-button.collapsed:after {
  content: "\25BC"; /* Downward arrow */
}

.faq-button:hover {
  background-color: #f39c13; /* Darken the background on hover */
  transform: scale(1.05); /* Slightly enlarge the button on hover */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

.faq-body {
  background-color: #333;
  color: white;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin-top: 5px;
}

.footer-section {
  background-color: #193648 ;
  color: #fff;
  padding: 0px 0;
}

.newsletter-row h3 {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
}

.marredhenie .orange-subtitle {
  color: #000 !important;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 40px;
}
.marredhenie .orange-subtitle p strong {
  font-weight: 400;
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.newsletter input {
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
  width: 300px;
  font-size: 16px;
}

.subscribe-btn {
  padding: 12px 30px;
  background-color: #f39c13;
  color: white;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
  background-color: #f39c13;
}

.footer-widget h4 {
  color: #fff !important;
  font-size: 18px;
  margin-top: 50px;
  font-weight: bold;
}

.footer-widget p {
  font-size: 16px;
  line-height: 30px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
  color: #f39c13;
}

.footer-widget i {
  margin-right: 10px;
}

.social-links a {
  margin-right: 10px;
  margin-top: 30px;
  font-size: 18px;
  color: white;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #f39c13;
}

.footer-bottom p {
  color: #aaa;
  margin-top: 20px;
  font-size: 14px;
}

hr {
  border-top: 1px solid #444;
  margin-top: 40px;
}

.container-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  max-width: 1300px;
  margin: auto;
}

.site-header-new {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.logo-new img {
  height: 75px;
  width: auto;
}


.card-body p {
  font-size: 15px;
  margin-bottom: 30px !important;
  font-weight: 400;
  color: #fff !important;
  padding-top: 5px;
  background: #193648;
  padding-bottom: 5px;
  text-align: center;
}
.card-body h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
  padding-top: 0px;
}
.left-about h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  line-height: 30px;
  margin-top: 0px;
}

.right-about .row img {
  height: auto;
  width: 100%;
}
.right-about .row .col-md-6 {
  padding-right: 0px;
}
.card-body h6 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #777;
  padding-top: 8px;
  line-height: 1.5;
}
.card-body a.stretched-link{
  background: #193648 ;
  color: white;
  padding: 5px;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none;
}
.header-btn-new .book-now-btn-new:hover {
  background-color: #193648 ;
}
/* General container for van single view */
.van-single {
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Main Image Styling */
.van-single .van-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* Hover effect for the main image */
.van-single .van-image img:hover {
  transform: scale(1.05);
}

/* Van Details Section */
.van-single .van-details {
  padding: 20px;
  border-radius: 0px;
}

/* Title Styling */
.van-single .van-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* Review section */
.van-single .van-review {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.van-single .van-review .rating {
  font-size: 20px;
  color: #f0a500; /* Gold star color */
}

.van-single .van-review .review-count {
  font-size: 16px;
  margin-left: 10px;
  color: #6c757d;
}

/* Van Specifications Styling */
.van-single .van-specs p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

/* Price Section */
.van-single .van-price .price {
  font-size: 32px;
  color: #f39c13;
  font-weight: bold;
  margin-bottom: 20px;
}

/* General Information */
.van-single .van-info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.van-single .van-info p {
  font-size: 16px;
  color: #53646d;
  line-height: 2;
}

.img-fluid-1 {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.slider-image-1 {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.img-thumbnail-1 {
  width: 100px;
  height: 75px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
}

.slick-slide {
  margin: 0 10px;
}

.slider-thumb-1 {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 20px;
}


.specifications-list {
  list-style: none; /* Remove default list styling */
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* Wrap items to create rows */
  gap: 20px; /* Space between items */
}
.why-inside-class {
  max-width: 650px;
  float: inline-end;
  padding-right: 50px;
}

.specifications-list li {
  width: 45%; /* Make two items per row */
  display: flex;
  align-items: center; /* Align icon and text */
}

.spec-icon {
  color: #f39c13; /* Orange checkmark color */
  font-size: 20px; /* Larger icon size */
  margin-right: 10px;
}

.spec-text {
  font-size: 16px;
  color: #333; /* Darker text color */
}

.about-us {
  max-width: 1300px;
  margin: auto;
  padding-bottom: 100px;
  p {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 30px;
  }
  h2 {
    font-size: 40px;
    font-weight: bold;
    color: #022135;
    text-decoration: none !important;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
    line-height: 30px;
    display: flex;
  }
  h3 {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    font-size: 30px !important;
    color: #f39c13;
    font-weight: 400;
    line-height: 30px;
    margin: 0px;
  }
  li {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 30px;
  }
  ul {
    list-style-type: none;
  }
}
.about-us-hr {
  border-color: #d9d9d954;
}

.form-container-new {
  margin: 0 auto;
  padding-top: 10px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 50px;
}
.form-container-new h1 {
  text-align: center;
    display: block;
    font-size: 40px;
    margin-top: 0px !important;
    padding-top: 0px;
    margin-bottom: 50px !important;
}

.form-title-new {
  font-size: 30px;
  font-weight: bold;
  color: #022135;
  text-decoration: none !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  line-height: 30px;
  display: flex;
}

.form-description-new {
  margin-bottom: 0px !important;
  margin-top: 25px !important;
  font-size: 20px !important;
  color: #fff;
  font-weight: 400;
  margin: 0px;
  background: #193648 ;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

/* Contact Form 7 styling */
.wpcf7-form {
  gap: 20px;
  label {
    font-size: 17px;
    color: #022135;
    width: 100%;
  }
}
.form-control-new {
  flex: 1;
  min-width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px !important;
}

.wpcf7-form-control {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s;
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-email {
  width: 100%; /* Two fields side by side */
}

.wpcf7-form-control.wpcf7-textarea {
  width: 100%; /* Textarea should take full width */
  resize: vertical;
  height: 150px;
}

.wpcf7-form-control:focus {
  border-color: #000;
  outline: none;
}

.wpcf7-submit {
  background-color: #193648 ;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.wpcf7-submit:hover {
  background-color: #193648 ;
}

/* Adjusting layout for smaller screens */

.form-container-new {
  margin-bottom: 50px;
}

@media (max-width: 1025px) {
  .slide-extra-info-1 {
    font-size: 19px;
    margin-top: 20px;
  }
  .footer-widget h4 {
    margin-top: 40px;
  }

  .slide-title-1 {
    font-size: 50px;
  }
  .footer {
  }

  .slide-content-1 {
    font-size: 16px !important;
  }

  .slide-btn-book,
  .slide-btn-learn {
    font-size: 14px;
  }
  .slide-image-1 {
    max-width: 350px !important;
  }
  .slide-item-1 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .why-we-are-section-main-image {
    width: 300px !important;
  }
  .why-we-are-section-sub-image {
    width: 202px !important;
    top: 40px !important ;
    right: 84px !important;
  }

  .container-fluid {
    padding: 0 15px;
  }
  .travel-home .about-image img {
    height: 400px;
  }
  .some-home-news {
    padding: 0px;
  }
  .container {
    width: 100%;
  }
  .container._rmp {
    padding: 0;
  }
  .slideshow .caption h2 {
    width: 100%;
  }
  .home-about .content .inner,
  .home-international .content .inner,
  .home-publication .content {
    padding-left: 0;
    padding-right: 0;
  }
  .home section .content p {
    margin-bottom: 20px;
  }
  .service-item .inner {
    padding: 15px 0;
    min-height: 265px;
  }

  /*cover image*/
  .cover-image .intro {
    padding-top: 130px;
  }

  /*contact page*/
  .contact-form {
    padding-left: 0;
  }
  .contact .contacts {
    margin-top: 0;
  }
  .contact .contacts li {
    width: 100%;
    min-height: auto;
  }
  .contact-form {
    margin-top: 25px;
  }


  .site-header .container-fluid {
    padding: 0 28px;
  }
  
  .collapse.in {
    display: block !important;
  }
 

  .search-icon {
    margin-top: 0;
  }
  .why-we-are-section {
    padding-left: 50px;
    padding-right: 50px;
  }
  .global-content {
    font-size: 17px !important;
  }
  .why-choose-us-content {
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-choose-us-content {
    font-size: 40px;
    p {
      font-size: 17px !important;
    }
  }
  .icon-wrapper {
    height: 50px;
  }
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .about-us {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-tel,
  .wpcf7-form-control.wpcf7-email {
    width: 100%; /* Full width on mobile */
  }

  .why-choose-us-title {
    margin-top: 50px;
  }
  .kohezgjatja-plot-1 {
    display: inline-flex;
    font-size: 12px;
  }
  .why-we-are-section-row {
    display: block;
  }
  .why-we-are-images {
    display: none;
  }
  .icon-wrapper {
    height: 62px !important;
  }
  .why-choose-us-content {
    padding-left: 0px !important;
  }
  .why-inside-class {
    float: inline-start;
    padding-left: 100px;
  }
  .titull-footer {
    padding-top: 20px !important;
  }
  .footer-widget h4 {
    margin-top: 40px;
  }
  .footer-widget {
    position: static;
  }
  .titull-footer {
    position: static;
  }
  .why-choose-us-image-container {
    display: none;
  }
}

@media (max-width: 426px) {
  .contact-form .vfb-submit {
    margin-top: 310px !important;
  }
  .about-image img {
    height: 250px;
  }
  .testimonials {
    padding: 30px 0px;
  }
  .inside-testimonial {
    padding: 20px;
    margin: 0px 0px;
  }
  .rating ul {
    padding-left: 0px;
  }
  .tour-page .col-md-12 .col-md-4 {
    padding: 0px;
  }
  .tour-content .col-md-12 {
    padding-left: 1px !important;
  }
  .slide-image-1 {
    display: none !important;
  }
  .slide-extra-info-1 {
    font-size: 14px;
  }
  .image-section-1 {
    display: none !important;
  }
  .info-section-1 {
    justify-content: center;
  }
  .tour-page {
    padding-left: 0px;
    padding-right: 0px;
  }
  .global-content {
    font-size: 15px !important;
    line-height: 25px;
  }
  .why-we-are-section {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .icon-wrapper {
    background-color: transparent;
  }
  .feature-item {
    display: contents;
  }
  .icon-wrapper {
    width: auto !important;
  }
  .feature-details {
    text-align: center;
  }
  .why-inside-class {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 10px;
  }
  .testimonial-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .why-choose-us-title {
    text-align: center;
    word-break: break-word;
  }
  .why-choose-us-text {
    text-align: center;
    word-break: break-word;
  }
  .about-us {
    padding-bottom: 50px;

    h2 {
      line-height: 45px;
    }
    ul {
      padding: 0px;
    }
  }
  .slider-image-1 {
    width: 300px;
    height: 187px;
  }
  .slider-thumb-1 {
    width: 100px;
    height: 50px;
  }
  .form-title-new {
    font-size: 30px;
  }
  .form-description-new {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .wpcf7-form-control {
    border-radius: 10px;
    width: auto;
  }
  .why-we-are-section {
    padding-top: 50px;
  }
  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 320px) {
  .slide-buttons-1 {
    display: contents;
    gap: 10px;
  }
  .slide-title-1 {
    font-size: 40px;
  }
  .slide-btn-book {
    margin-right: 0px;
  }
  .tour-page h2 {
    font-size: 30px;
  }
  .home-tour {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tour-thumbnail-1 img {
    height: 100px;
  }
  .van-details .price-1 {
    font-size: 18px;
  }
  .van-details {
    padding: 10px;
  }
  .why-we-are-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .why-we-are-section-feature-list {
    margin: 0px !important;
  }
  .why-we-are-section-features {
    display: block;
  }
  .global-subtitle {
    font-size: 30px;
  }
  .why-choose-us-content {
    text-align: center;
  }
  .learn-more {
    font-size: 15px;
  }
  .why-inside-class {
    padding-left: 50px;
    padding-right: 40px;
  }

  .testimonial-card {
    padding: 20px;
  }
  .testimonial-card p {
    font-size: 13px;
  }
  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
    .container {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
  }
  .service-content p {
    font-size: 11px;
  }
  .service-card-1 {
    height: 264px;
  }
  .service-card-2 {
    height: 264px;
  }
  .service-card-3 {
    height: 264px;
  }
  .service-card-4 {
    height: 264px;
  }
  .tour-page {
    .container {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
  }
  .kohezgjatja-plot-1 {
    i {
      display: none;
    }
  }
  .slider-thumb-1 {
    width: 40px !important;
    height: 40px !important;
  }
  .slick-list {
    padding: 0px !important;
  }
  .van-single .van-review .review-count {
    font-size: 15px;
  }
  .van-single .van-review .rating {
    font-size: 13px;
  }
  .van-single .van-title {
    font-size: 30px;
  }
  .van-single .van-price .price {
    font-size: 20px;
  }
  .van-single .van-info h3 {
    font-size: 20px;
  }
}

body {
  font-family: "Poppins", serif;
  background-color: white;
}

.navbar-brand img {
  height: 150px;
}

/* Fade in animations */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

h1,
h2 {
  font-family: "Poppins", serif;
  font-weight: 700;
}

.hero h1 {
  font-size: 4rem;
  color: #000;
}

.hero .btn-group .btn {
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 1.2rem;
}

.hero .btn-primary {
  background: linear-gradient(90deg, #6e45e2, #88d3ce);
  border: none;
}

.hero .btn-outline-secondary {
  border-color: #6e45e2;
  color: #6e45e2;
}

/* Hover effect */
.hero .btn:hover {
  opacity: 0.9;
}

.custom-cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6e45e2;
  pointer-events: none;
  z-index: 10000;
}

/* Hamburger menu icon */
.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba%280, 0, 0, 1%29" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}
/* General Styling */
.about-us-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 100px 13%;
  background: rgb(18, 2, 2);
  background: linear-gradient(
    291deg,
    rgba(18, 2, 2, 1) 18%,
    rgba(83, 7, 18, 1) 77%,
    rgba(52, 4, 3, 1) 100%
  );
}

.about-us-content {
  flex: 1;
  max-width: 50%;
}

.about-us-content h5 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.about-us-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 400 !important;
}

.about-us-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 30px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 50px;
}

.signature img {
  margin-top: 10px;
  max-width: 150px;
}

.about-us-image {
  position: relative;
  flex: 1;
  max-width: 40%;
}

.about-us-image img {
  width: 100%;
  border-radius: 15px;
}

.since-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #7f1c21;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  text-align: center;
}

.since-tag span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.since-tag h2 {
  font-size: 32px;
  margin: 0;
}

/* Responsive Styling */
@media (max-width: 767px) {
  .about-us-container {
    flex-direction: column;
    padding: 40px 5%;
  }

  .about-us-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-us-image {
    max-width: 100%;
  }
}

.about-us-container.invisible {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}
.lajme-home {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #fff;
  background: #193648 ;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding-top: 5px;
}
#blog-section {
  padding-bottom: 50px;
}
#blog-section .logo img {
  width: 100px;
  height: 60px;
  margin: 0 auto 1rem;
  margin: auto;
  text-align: center;
  display: block;
}
.about-us-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.card {
  transition: transform 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}



.section-title {
  color: #c92531;
  font-size: 32px;
  letter-spacing: 2px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-top: 100px;
}

p.lead {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  position: absolute;
  color: white !important;
  z-index: 2;
  top: 180px;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
}

.overlay {
  position: absolute;
  background: #000000d4;
  width: 100%;
  height: 400px;
  left: revert-layer;
  left: 0;
  right: 0;
  /* z-index: 9999999999; */
  top: 0;
}

.signature a {
  font-size: 22px;
  font-weight: 600;
  color: rgb(83, 37, 37);
  cursor: pointer;
  border: none;
  background-size: 300% 100%;
  border-radius: 15px;
  background-color: white;
  box-shadow: #fefefe3d 0px 4px 15px 0px;
  padding: 12px 30px;
  text-decoration: none;
  margin-top: 30px;
}
.backround-container {
  position: absolute;
  height: 280px;
  top: 20px;
}

.welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px!important;
  text-align: center;
  background-color: #ffffff;
  padding: 2rem;

  .container {
    max-width: 1300px;
  }
  .divider-3 {
    width: 200px !important;
    height: 1.5px !important ;
    background-color: #193648  !important;
    margin: 0 auto 5.5rem !important ;
    border: none !important ;
  }

  .logo img {
    width: 100px;
    height: auto;
  }

  h1 {
    font-size: 45px;
    margin-bottom: 30px;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #252122;
  }

  .description {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 50px;
    font-weight: 300;
    color: #252122;
  }

  .button-group {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-weight: 400;
  }

  .btn {
    background-color: #7f1c21;
    color: #ffffff;
    padding: 11px 1.5rem;
    text-decoration: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    transition: background-color 0.3s;
    font-weight: 400;
  }

  .btn:hover {
    background-color: #a60000;
  }
}
.divider-2 {
  width: 388px;
  height: 1.5px;
  background-color: #4833e7;
  margin: 0 auto 5.5rem;
  border: none;
  position: absolute;
  top: 100px;
}













#blog-section .divider {
  width: 120px;
    height: 1.5px !important;
    background-color: #193648  !important;
    margin: 2px;
    border: none !important;
    margin-bottom: 30px;
}

.fushat-kryesore h1 {
  font-size: 35px;
  margin-bottom: 30px;
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #183344;
  padding: 10px;
}

.accordion-item {
  border: none;
}

.accordion-item .accordion-header .accordion-button {
  background: black;
    color: white;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 25px;
    border: solid 1px;
}
.accordion-button:not(.collapsed) {
  background-color: #5d97bd !important;
}