.header-akt .right-header li.elementor-icon-list-item {
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
  gap: 5px;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Ubuntu", Sans-serif !important;
}

.header-akt
  .right-header
  li.elementor-icon-list-item
  .elementor-icon-list-text {
  font-size: 10px;
  font-weight: 600 !important;
  padding: 0;
}

.header-akt
  .right-header
  li.elementor-icon-list-item
  span.elementor-icon-list-icon
  svg {
  margin: 0;
}

.header-akt .right-header ul.elementor-icon-list-items {
  gap: 40px;
  position: relative;
}

.header-akt .right-header ul.elementor-icon-list-items:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #d1dbe4;
}

.header-akt
  .right-header
  li.elementor-icon-list-item:last-of-type
  span.elementor-icon-list-text {
  display: flex;
  align-items: center;
  gap: 3px;
}

.header-akt .middle-header li.e-n-menu-item:hover a:after {
  height: 2px;
}

.top-menu a.e-n-menu-title-container {
  padding: 15px 0;
}

.header-akt.sticky-enabled .header-top {
  height: 0;
  max-height: 0;
}

.header-akt.sticky-enabled .header-bottom:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-box-shadow: 0px 10px 6px -10px #777;
  -moz-box-shadow: 0px 10px 6px -10px #777;
  box-shadow: 0px 10px 6px -10px #777;
}

/*Hero Section Home*/

.bg-desktop,
.bg-tablet,
.bg-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bg-desktop {
  display: block;
}

.bg-slogan {
  background-repeat: no-repeat;
  background-size: cover;
}

.wp-block-gallery img {
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .bg-desktop {
    display: none;
  }
  .bg-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .bg-tablet {
    display: none;
  }
  .bg-mobile {
    display: block;
  }
}

.term-platforma-tea .single-city-breadcrumb.breadcrumb {
  background-image: url(https://akt.evolvestudio.de/wp-content/uploads/2025/08/tea_banner.jpg) !important;
}

.button-single-post a {
  background: #88ca8d;
  color: #324a51;
  font-weight: 500;
  margin: 30px 0;
  border: 2px solid #88ca8d;
}

.button-single-post:hover a {
  background: white;
}

.video-inner-post {
  border-radius: 20px !important;
  overflow: hidden;
}

figure.wp-lightbox-container img {
  border-radius: 10px;
}

.swiper-menu-wrapper svg {
  width: 30px !important;
  height: 30px !important;
}

@media (min-width: 1366px) {
  .single-city-img img {
    object-position: 100% 20% !important;
  }
}

.hero {
  position: relative;
  height: calc(100vh - 141px);
  overflow: hidden;
}

.hero .bg,
.hero .fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenburns 110s infinite linear;
}

.hero .text {
  position: absolute;
  left: 50%;
  color: white;
  font-weight: 900;
  z-index: 2;
  font-family: "Ubuntu", Sans-serif;
  font-weight: 700;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.3s;
  will-change: transform, opacity;
  margin: 0;
  padding: 0;
}

.hero .bg {
  z-index: 1;
}
.hero .text {
  z-index: 2;
}
.hero .fg {
  z-index: 3;
}

/*Custom Bullet*/

.akt-pagination-counter {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 20px;
  /* transform: translateY(-50%); */
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  z-index: 10;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  /* padding-right: 50px; */
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(0deg, #000 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
}

.akt-current {
  color: #fff;
}

.akt-divider {
  margin: 0 10px;
  font-weight: 400;
  opacity: 0.6;
}

.akt-total {
  opacity: 0.6;
}

/*Swiper Arrows*/
#arrow_1 .arrow {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
}

#arrow_1 .arrow span,
#arrow_1 .arrow:before,
#arrow_1 .arrow:after {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: calc(50% - (2px / 2));
}

#arrow_1 .arrow:before {
  transform: rotate(-45deg);
}

#arrow_1 .arrow:after {
  transform: rotate(45deg);
}

#arrow_1 .arrow span {
  width: 0;
}

#arrow_1 .arrow:hover span {
  width: 30px;
}

#arrow_1 .arrow.arrow--left span,
#arrow_1 .arrow.arrow--left:before,
#arrow_1 .arrow.arrow--left:after {
  left: 0;
  transform-origin: left 50%;
}

#arrow_1 .arrow.arrow--left:before,
#arrow_1 .arrow.arrow--left:after {
  transition: left 0.3s 0.05s;
}

#arrow_1 .arrow.arrow--left span {
  transition: width 0.3s, left 0.3s 0.05s;
}

#arrow_1 .arrow.arrow--left:hover span,
#arrow_1 .arrow.arrow--left:hover:before,
#arrow_1 .arrow.arrow--left:hover:after {
  /* left: calc(30px / 1.414 * -1); */
  left: 0;
}

#arrow_1 .arrow.arrow--right span,
#arrow_1 .arrow.arrow--right:before,
#arrow_1 .arrow.arrow--right:after {
  right: 0;
  transform-origin: right 50%;
}

#arrow_1 .arrow.arrow--right:before,
#arrow_1 .arrow.arrow--right:after {
  transition: right 0.3s 0.05s;
}

#arrow_1 .arrow.arrow--right span {
  transition: width 0.3s, right 0.3s 0.05s;
}

#arrow_1 .arrow.arrow--right:hover span,
#arrow_1 .arrow.arrow--right:hover:before,
#arrow_1 .arrow.arrow--right:hover:after {
  /* right: calc(30px / 1.414 * -1); */
  right: 0;
}

#arrow_1 .swiper-button-prev {
  left: 50px;
}

#arrow_1 .swiper-button-next {
  right: 50px;
}

#arrow_1 .arrow:focus-visible {
  outline: 0;
}

.swiper-slide .content {
  transform: scale(0.5);
}

.swiper-slide-active .content,
.swiper-slide-duplicate-active .content {
  transform: scale(1);
}

/*End Hero Section*/

/*City Hero*/
.single-city-bg:after {
  display: block;
  content: "";
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.single-city-bg .elementor-icon-box-title {
  margin: 0;
}

.single-city-bg .main-title .elementor-heading-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(0deg, #000 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}

.weather-shortcode svg {
  height: 30px;
}

.weather-shortcode {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}

.rigt-sidebar-city .elementor-icon-box-title {
  margin: 0;
  padding: 0;
}

.rigt-sidebar-city .elementor-icon-box-wrapper {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.rigt-sidebar-city .elementor-icon-box-content {
  display: flex;
  align-items: center;
}

.city-content button#viewMoreBtn {
  padding: 0;
  border: 0;
  outline: 0;
  color: #324a51;
  font-weight: 600;
  text-decoration: underline;
  background: transparent !important;
}

.qytet-tabs .tabs {
  padding: 0;
  justify-content: center;
  /* gap: 40px; */
}

.outer-post-carousel-swiper .swiper-pagination {
  top: auto;
  bottom: -45px !important;
}

.outer-post-carousel-swiper .swiper-pagination-bullet-active {
  background: #324a51;
}

.qytet-tabs .tabs li {
  list-style: none;
  width: auto;
  /* margin: 0 !important; */
}
.qytet-tabs .tabs li a {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 400;
}

.qytet-tabs .tabs li a.active {
  position: relative;
}

.qytet-tabs .tabs li a.active:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #88ca8d;
  left: 0;
}

.qytet-tabs .tab-content {
  display: none;
}

.qytet-tabs .tab-content.active {
  display: block;
}

/*Cards*/
.qytet-tabs .tab-content .item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.qytet-tabs .tab-content {
  margin-top: 50px;
}

.qytet-tabs .tab-content .item a.single-item {
  box-shadow: 0.1px 0.1px 8px rgba(255, 255, 255, 0.629);
  text-shadow: 0.1px 0.1px 10px rgba(255, 255, 255, 0.629);
  color: #2c2c2c;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d1dbe4;
  display: flex;
  flex-direction: column;
}

.qytet-tabs .tab-content .item a.single-item:hover {
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.qytet-tabs .tab-content .item a.single-item img {
  width: 100%;
  box-shadow: 0px 0px 5px #d1dbe4;
  border-top-right-radius: 3%;
  border-top-left-radius: 3%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.single div#baguetteBox-overlay {
  display: none !important;
}

.qytet-tabs .tab-content .item a.single-item .post-thumbnail {
  display: flex;
  position: relative;
}

.qytet-tabs .tab-content .item a.single-item .post-thumbnail .card-label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
}

.qytet-tabs
  .tab-content
  .item
  a.single-item
  .post-thumbnail
  span.tip-trashegimie {
  background-color: #cc7722 !important;
  color: white !important;
}

.card-label.qyteti-label {
  left: 20px !important;
  top: auto !important;
  bottom: 20px !important;
}

span.tip-attraction.qyteti-label span.icon img {
  height: 15px !important;
  width: 15px !important;
  box-shadow: none !important;
}

span.tip-attraction.qyteti-label span.icon {
  display: flex;
  align-items: center;
}

span.tip-attraction.qyteti-label {
  display: flex;
  gap: 5px;
  padding: 5px !important;
}

.qytet-tabs
  .tab-content
  .item
  a.single-item
  .post-thumbnail
  .card-label
  span.tip-zone {
  background-color: #b76e79 !important;
  color: white !important;
}

.qytet-tabs
  .tab-content
  .item
  a.single-item
  .post-thumbnail
  .card-label
  span.tip-attraction {
  font-weight: 600;
  background-color: #efffe8;
  padding: 5px 11px;
  border-radius: 5px !important;
  font-size: 14px;
  color: #28600e;
}

.qytet-tabs
  .tab-content
  .item
  a.single-item
  .card-label.kuriozitete-label
  span.tip-attraction.event-label {
  background: #ff6f00 !important;
}

.qytet-tabs
  .tab-content
  .item
  a.single-item
  .card-label.kulinari-label
  span.tip-attraction.event-label {
  background: #e74c3c !important;
}

.qytet-tabs
  .tab-content
  .item
  a.single-item
  .card-label.kulture-label
  span.tip-attraction.event-label {
  background: #ffd700 !important;
}

.qytet-tabs
  .tab-content
  .item
  a.single-item
  .card-label.natyre-label
  span.tip-attraction.event-label {
  background: #69c19d !important;
}

.qytet-tabs .tab-content .item a.single-item .card-content {
  padding: 20px;
  background-color: #ffffff;
  flex: 1;
}

.qytet-tabs .tab-content .item a.single-item .card-content .card-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.qytet-tabs .tab-content .item a.single-item .card-content .card-text {
  font-size: 16px;
}

.qytet-tabs .tab-content .item a.single-item .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qytet-tabs .tab-content .item a.single-item .simbol-label {
  background-color: #e41e20 !important;
  color: white !important;
  border-radius: 5px;
}

.qytet-tabs span.tip-attraction.event-label {
  background: #fdc40a !important;
  color: #2c2c2c !important;
}
/*End Cards*/

/*Gallery City*/
.gallery-side img {
  height: 250px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}

.highlight-gallery-widget {
  display: flex;
  align-items: center;
  padding: 20px;
}

.highlight-gallery-widget .gallery-side.gallery-left-images {
  flex: 0 0 30%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.highlight-gallery-widget .gallery-side.gallery-right-images {
  flex: 0 0 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.highlight-gallery-widget .gallery-center-text {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  align-items: center;
}

.gallery-left-images a.div-class02 img,
.gallery-left-images a.div-class03 img {
  height: 150px !important;
  display: flex;
}

.gallery-left-images a.div-class02 {
  display: flex;
  align-items: flex-end;
}

.gallery-side.gallery-right-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gallery-side.gallery-right-images a.div-class01,
.gallery-side.gallery-right-images a.div-class02 {
  display: flex;
  align-items: flex-end;
}

.gallery-side.gallery-right-images a.div-class02 img {
  height: 150px !important;
}

.highlight-gallery-widget .gallery-side.gallery-right-images a.div-class04 img {
  height: 150px !important;
}

.gallery-side.gallery-right-images a.div-class08 img {
  height: 150px !important;
}

.highlight-gallery-widget .gallery-center-text .sub-title {
  font-weight: 600;
  color: #324a51;
}

.gallery-center-text h2 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}

.gallery-center-text h2:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -20px;
  height: 3px;
  width: 50px;
  background-color: #88ca8d;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-center-text p {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.gallery-center-text button.see-more-btn {
  width: max-content;
  border-radius: 30px;
  color: #2c2c2c;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 5px;
  background: linear-gradient(to top, #10acdf 0%, #81c88b 50%, #cfead1 100%);
  border-radius: 30px !important;
  border: 0;
}

.gallery-center-text button.see-more-btn:hover {
  color: white;
}

.button-single-post a {
  color: #324a51;
  font-weight: 500;
  margin: 30px 0;
  border: none !important;
  background: linear-gradient(
    to top,
    #10acdf 0%,
    #81c88b 50%,
    #cfead1 100%
  ) !important;
}

.text-gradient .elementor-heading-title {
  background: linear-gradient(to top, #10acdf 0%, #81c88b 50%, #cfead1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-single-post a:hover {
  color: white !important;
}

.btn-gradiern-akt a {
  background: linear-gradient(to top, #10acdf 0%, #81c88b 50%, #cfead1 100%);
}

.date-clipped {
  right: 25px;
  left: auto;
  top: 0;
  -webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.61);
  box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.61);
  padding: 0 !important;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  background-color: #fdc40a;
  font-weight: 700;
  font-size: 27px;
  color: #2c2c2c;
  text-align: center;
  line-height: 5px;
}

.date-clipped-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*Home Lajme*/
.underline-title .elementor-heading-title {
  position: relative;
}

.underline-title .elementor-heading-title:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -20px;
  width: 48px;
  height: 4px;
  background-color: #88ca8d;
  left: 0;
}

/* General container */
.outer-post-carousel-swiper {
  padding: 15px 0;
}

.outer-post-carousel-swiper .swiper.post-carousel-swiper {
  overflow: visible;
  position: relative;
}

/* Swiper slide */
.outer-post-carousel-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
}

.outer-post-carousel-swiper .home-post-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Thumbnail */
.outer-post-carousel-swiper .home-post-slide .post-thumbnail {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.outer-post-carousel-swiper .zoom-in .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.outer-post-carousel-swiper .zoom-in {
  border-radius: 20px;
}

.outer-post-carousel-swiper .zoom-in:hover .post-thumbnail img {
  transform: scale(1.05);
}

/* Categories overlay */
.outer-post-carousel-swiper .post-categories {
  position: absolute;
  bottom: 10px;
  left: 20px;
  top: 20px;
  height: max-content;
}

.outer-post-carousel-swiper .post-category {
  /* margin-right: 5px; */
  font-weight: 600;
  background-color: #efffe8;
  padding: 5px 11px;
  border-radius: 5px !important;
  font-size: 14px;
  color: #28600e;
}

/* Title */
.outer-post-carousel-swiper .home-post-slide .post-title {
  font-size: 18px;
  margin: 15px 0 10px;
  padding: 0 10px;
  font-weight: 600;
  color: #324a51;
}

.outer-post-carousel-swiper .home-post-slide .post-title a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #333333;
}

/* Meta */
.outer-post-carousel-swiper .post-meta {
  font-size: 14px;
  color: #777;
  padding: 0 10px 15px;
  font-weight: 600;
}

/* Swiper buttons */
.outer-post-carousel-swiper .swiper-button-next,
.outer-post-carousel-swiper .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 40%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.outer-post-carousel-swiper .swiper-button-next::after,
.outer-post-carousel-swiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: #88ca8d;
}

/* Optional: spacing between slides */
.outer-post-carousel-swiper .swiper-slide {
  margin-right: 20px;
}

.outer-post-carousel-swiper {
  clip-path: inset(-100vw -100vw -100vw 0);
}

.outer-post-carousel-swiper .swiper {
  position: relative;
}

.outer-post-carousel-swiper .swiper:after {
  background-image: linear-gradient(90deg, #fff0 90%, #fff);
  content: "";
  left: calc(-50vw + 50%);
  inset-block: 0;
  pointer-events: none;
  position: absolute;
  width: 100vw;
  z-index: 1;
}

.outer-post-carousel-swiper .swiper-slide:hover .post-title a {
  color: #2eb3d2;
}

/*Evente Home*/
.evente-posts-home .outer-post-carousel-swiper {
  clip-path: none;
}

.evente-posts-home
  .outer-post-carousel-swiper
  .home-post-slide
  .post-thumbnail {
  height: 530px;
  overflow: hidden;
  border-radius: 20px;
}

.evente-posts-home
  .outer-post-carousel-swiper
  .home-post-slide
  .post-thumbnail
  img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
}

.evente-posts-home .outer-post-carousel-swiper .home-post-slide {
  position: relative;
}

.evente-posts-home .outer-post-carousel-swiper .home-post-slide .content-post {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  height: auto;
}

.evente-posts-home .outer-post-carousel-swiper .home-post-slide:after {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  top: 50%;
  bottom: 0px;
  z-index: 1;
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent 100%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.evente-posts-home
  .outer-post-carousel-swiper
  .home-post-slide
  .content-post
  h3.post-title {
  color: white;
  z-index: 2;
  position: relative;
}

.evente-posts-home
  .outer-post-carousel-swiper
  .home-post-slide
  .content-post
  h3.post-title
  a {
  color: white;
  z-index: 9;
}

.evente-posts-home .outer-post-carousel-swiper .post-meta {
  z-index: 2;
  position: relative;
  color: white;
}

.evente-posts-home .outer-post-carousel-swiper {
  padding: 0;
  background: transparent;
}

.evente-posts-home .outer-post-carousel-swiper .swiper:before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 9;
  left: -796px;
  width: 800px;
  background: rgba(255, 255, 255, 0.5);
  right: auto;
  border-radius: 20px;
}

.evente-posts-home .outer-post-carousel-swiper .swiper:after {
  height: 100%;
  width: 800px;
  top: 0px;
  z-index: 9;
  right: -797px;
  background: rgba(255, 255, 255, 0.5) !important;
  left: auto !important;
  border-radius: 20px;
}

.evente-posts-home .date-clipped {
  right: auto;
  left: 25px;
  margin-top: -10px;
}

.evente-posts-home .date-clipped:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fdc40a rgba(0, 0, 0, 0);
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  left: -7px;
  top: 0;
  border-width: 0 0 10px 7px;
  filter: brightness(50%);
}

.evente-posts-home .date-clipped-content {
  gap: 25px;
}

.evente-posts-home .date-clipped-content strong.text-center.d-block {
  font-size: 40px;
}

.evente-posts-home .date-clipped-content small {
  font-size: 20px;
}

.evente-posts-home .outer-post-carousel-swiper .home-post-slide {
  overflow: visible;
}

.evente-posts-home a.zoom-in {
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 15px;
}

.evente-posts-home .outer-post-carousel-swiper .post-categories {
  display: none;
}

.evente-posts-home .outer-post-carousel-swiper .swiper-button-next::after,
.evente-posts-home .outer-post-carousel-swiper .swiper-button-prev::after {
  color: #2c2c2c;
}

.evente-posts-home .outer-post-carousel-swiper .swiper-button-next,
.evente-posts-home .outer-post-carousel-swiper .swiper-button-prev {
  background: #fdc40a;
}

.evente-posts-home span.post-date.event-city svg {
  width: 15px;
  height: 15px;
}

.evente-posts-home span.post-date.event-city span.icon {
  display: flex;
}

.evente-posts-home .outer-post-carousel-swiper span.post-date {
  display: none;
}

.evente-posts-home .outer-post-carousel-swiper span.post-date.event-city {
  display: flex;
  align-items: center;
  gap: 10px;
}

.evente-posts-home
  .outer-post-carousel-swiper
  .home-post-slide:hover
  h3.post-title {
  text-decoration: underline;
}

/*Promotion*/
.promotion-box {
  box-shadow: 0.1px 0.1px 8px rgba(255, 255, 255, 0.629);
  border: 1px solid #d1dbe4;
  border-radius: 20px !important;
}

/*SVG Maps*/
.svg-map-widget {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.svg-map-left {
  flex: 0 0 60%;
  width: 60%;
}

.svg-map-right {
  flex: 0 0 36%;
  width: 36%;
}

.map-content-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.map-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

.map-view-more {
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
}

.map-nav {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.map-nav button {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
}

.svg-map-left path.active {
  fill: #88ca8d;
}

.svg-map-widget .svg-map-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}

#features path {
  cursor: pointer;
  transition: fill 0.3s ease;
}

.svg-map-widget .svg-map-right .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.svg-map-widget .swiper-button-next,
.svg-map-widget .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.svg-map-widget .swiper-button-prev {
  left: -20px;
}

.svg-map-widget .swiper-button-next {
  right: -20px;
}

.svg-map-widget .swiper-button-next::after,
.svg-map-widget .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: #88ca8d;
}

.svg-map-widget .swiper-button-next:hover,
.svg-map-widget .swiper-button-prev:hover {
  background: linear-gradient(to top, #10acdf 0%, #81c88b 50%, #cfead1 100%);
}

.svg-map-widget .swiper-button-next:hover:after,
.svg-map-widget .swiper-button-prev:hover:after {
  color: #fff;
}

.svg-map-widget g[data-link] {
  cursor: pointer;
}

a.map-content-card {
  box-shadow: 0.1px 0.1px 8px rgba(255, 255, 255, 0.629);
  border: 1px solid #d1dbe4;
}

.map-card-content {
  padding: 30px;
}

.map-card-content .map-region-title {
  margin: 0;
  padding: 0;
}

.map-image-grid img {
  border-radius: 0 !important;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.map-card-images {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

a.map-content-card .map-region-title {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.map-card-content {
  color: #2c2c2c;
}

.map-card-content .map-region-description {
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.map-image-grid img {
  width: 100%;
  height: 150px !important;
  object-fit: cover;
}

span.map-view-more:hover {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to top, #10acdf, #81c88b, #cfead1) border-box; /* Border */
  border: 2px solid transparent;
}

span.map-view-more {
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(to top, #10acdf 0%, #81c88b 50%, #cfead1 100%);
  font-weight: 600;
  color: #324a51;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.scoials-icons-home .elementor-social-icon- svg path {
  fill: #324a51;
}

.instagram-feed-home .elementor-widget.elementor-widget-html {
  width: 100%;
}

.evente-posts-home .swiper-button-next,
.evente-posts-home .swiper-button-prev {
  top: 50% !important;
}

.single-city-breadcrumb.alpet-shqiptare {
  background-position: 100% 20%;
}

.single-city-breadcrumb.breadcrumb.fshatrat-turistike {
  background-position: 100% 50%;
}

.mobile-toggle .elementor-icon-wrapper {
  display: flex;
  align-items: center;
}

/*Map*/

.qark-has-active .qark-group path {
  cursor: pointer;
}

svg#my-svg {
  width: auto;
}

.qark-group:hover path.st0 {
  fill: #4c6b80 !important;
  cursor: pointer;
}

.qark-group.active path.st0 {
  fill: #4c6b80 !important;
  stroke: #ffffff !important;
  stroke-width: 1px !important;
}

.qark-group path.st0 {
  opacity: 0.7;
  stroke: #4c6b80 !important;
  stroke-width: 5px;
}

.qark-group:hover path.st0 {
  opacity: 1;
}

.qark-group.active path.st0 {
  opacity: 1;
}

.qark-group.active {
  opacity: 1;
}

.qark-group .st1 {
  stroke-width: 5px !important;
  stroke: #324a51 !important;
}

.qark-group .st1 {
  fill: #cde8d0;
}

.qark-group {
  transition: opacity 0.3s ease;
}

.qark-has-active .qark-group {
  opacity: 0.5;
}

.qark-has-active .qark-group.active {
  opacity: 1;
}

.svg-map-left path.active.st2 {
  fill: #fdb615 !important;
}

.qark-has-active .qark-group path.active {
  fill: #88ca8d !important;
}

g#Mask {
  display: none;
}

/*End Map*/

.slogan .elementor-heading-title {
  background: #2eb3d2;
  background: linear-gradient(to top, #10acdf 0%, #81c88b 50%, #cfead1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*City-Archive*/
.archive-highlights .tab-content {
  display: block !important;
}

.archive-highlights {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}

/*Pagination city*/
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

.custom-pagination ul.page-numbers li svg {
  height: 20px;
  width: 20px;
}

.custom-pagination ul.page-numbers li a.prev svg {
  transform: rotate(180deg);
}

.custom-pagination ul.page-numbers li svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination ul.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination ul.page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  border-radius: 20px;
  font-weight: 450;
  background: transparent;
  color: #324a51;
}

.custom-pagination ul.page-numbers .page-numbers.current {
  background: #324a51;
  color: white;
}

.custom-pagination ul.page-numbers .page-numbers:hover {
  background: #324a51;
  color: white;
}

.custom-pagination ul.page-numbers .page-numbers:hover svg path {
  fill: white;
}

.custom-pagination ul.page-numbers li svg path {
  fill: #2c2c2c;
}

.qytetet-wrapper.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.qytetet-wrapper.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ccc;
  border-top: 3px solid #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.single-city-breadcrumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.breadcrumb .city-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  line-height: 55px;
  z-index: 9;
}

.breadcrumb .breadcrumb {
  color: white;
  font-weight: 500;
  z-index: 1;
}

.single-city-breadcrumb p#breadcrumbs {
  margin: 0;
}

.breadcrumb .breadcrumb a {
  color: white;
}

.breadcrumb .container {
  height: 400px;
  justify-content: flex-end;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.breadcrumb.Ajrore {
  background-position: 100% 15%;
}

.breadcrumb.Në.Tokë {
  background-position: top;
}

.breadcrumb.Eksplorim.Natyror {
  background-position: 100% 69%;
}

.qytet-tabs .view-all-wrapper a {
  background: linear-gradient(
    to top,
    #10acdf 0%,
    #81c88b 50%,
    #cfead1 100%
  ) !important;
  /* border: 2px solid #88ca8d; */
  color: #2c2c2c;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  width: max-content;
  margin: 0 auto;
  border-radius: 30px;
}

.qytet-tabs .view-all-wrapper a:hover {
  background: #88ca8d;
  color: white;
}

.post-type-archive-festivale .breadcrumb {
  background-position: 100% 90%;
}

.single-city-breadcrumb:after {
  top: auto;
  display: block;
  content: "";
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
}

div#qytetet-ajax-wrapper {
  padding-bottom: 80px;
}

.entry-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  gap: 20px;
}

.entry-text .description {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.entry-text .title {
  font-size: 25px;
  font-weight: 600;
}

.archive-highlights.art-kulture {
  padding-top: 0;
}

.entry-text.art-kulture {
  padding-bottom: 30px;
}

.qytetet-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
}

.qytetet-wrapper h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #2c2c2c;
}

.qytetet-wrapper .qytetet-item a.qytetet-link {
  box-shadow: 0.1px 0.1px 8px rgba(255, 255, 255, 0.629);
  border: 1px solid #d1dbe4;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.qytetet-wrapper .qytetet-item a.qytetet-link .content div {
  font-size: 18px;
  color: #2c2c2c;
  margin-top: 10px;
}

.qytetet-wrapper .qytetet-item a.qytetet-link .content {
  padding: 20px;
}

.qytetet-wrapper .qytetet-item a.qytetet-link .qytetet-thumb img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.numri-qyteteve {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.numri-qyteteve > .title {
  font-size: 20px;
  font-weight: 500;
}

.numri-qyteteve .number {
  color: #2eb3d2;
  font-weight: 500;
}

/*Meaga Menu*/

.mega-menu-albania
  ul.elementor-icon-list-items
  li:first-of-type
  .elementor-icon-list-text {
  font-weight: 600 !important;
  color: #2eb3d2;
  text-transform: uppercase;
  font-size: 15px;
}

.mega-menu-albania .list-cities ul.elementor-icon-list-items li:last-of-type a {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}

.mega-menu-albania .list-cities ul.elementor-icon-list-items li:last-of-type {
  margin-top: 10px !important;
}

.mega-menu-albania {
  background: #f7f7f7;
}

.mega-menu-albania
  .list-cities
  ul.elementor-icon-list-items
  li:last-of-type
  .elementor-icon-list-text {
  color: #2eb3d2;
}

.close-mega-menu .elementor-icon:hover {
  border-color: #2eb3d2 !important;
  background: #2eb3d2 !important;
}

.close-mega-menu .elementor-icon:hover svg path {
  fill: #fff;
}

.mega-menu-albania ul.elementor-icon-list-items li:hover a span {
  text-decoration: underline;
}

.mega-menu-albania {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.close-mega-menu .elementor-icon {
  border: 1px solid #324a51 !important;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.seasons-boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.seasons-boxes-wrapper h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
}

.seasons-boxes-wrapper .custom-image-box a {
  border: 1px solid #d1dbe4;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  color: #2c2c2c;
}

.seasons-boxes-wrapper .custom-image-box a img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

.seasons-boxes-wrapper a img {
  transition: transform 0.4s ease;
}

.seasons-boxes-wrapper a:hover img {
  transform: scale(1.05);
}

.seasons-boxes-wrapper a:hover h3 {
  color: #2eb3d2;
}

.main-menu-albania li.e-n-menu-item.active span.e-n-menu-title-text {
  color: #2eb3d2 !important;
}

.main-menu-albania li.e-n-menu-item.active svg.e-font-icon-svg {
  fill: #2eb3d2 !important;
}

.qytet-tabs .tab-content .item.number-of-item-4 .div2 {
  grid-area: 1 / 2 / 2 / 3;
}

.share-single .elementor-icon-box-title {
  padding: 0;
  margin: 0;
}

.share-single .elementor-icon-box-wrapper {
  align-items: center !important;
}

.search-from-qytet form.search-form {
  display: flex;
  gap: 30px;
}

.search-from-qytet form.search-form input[type="text"] {
  border-radius: 30px;
  border: 1px solid #d1dbe4;
}

.search-from-qytet button {
  /* background: #88ca8d !important; */
  background: linear-gradient(
    to top,
    #10acdf 0%,
    #81c88b 50%,
    #cfead1 100%
  ) !important;
  border-radius: 30px;
  color: #324a51;
  font-weight: 600;
  border: none !important;
  transition: 0.3s ease-in-out;
  width: 150px;
}

.search-from-qytet form.search-form input[type="text"]:focus-visible {
  border: 1px solid #d1dbe4;
}

/*Custom Gallery Itenerary*/

/*Custom Gallery*/

.gallery-single-servize .gallery-item--more {
  position: relative;
}

.gallery-single-servize .gallery-item--more .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery-single-servize .gallery {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  grid-column-gap: 30px !important;
  grid-row-gap: 30px !important;
}

.gallery-single-servize .gallery figure.gallery-item:first-of-type {
  grid-area: 1 / 1 / 3 / 2 !important;
}

.gallery-single-servize .gallery figure.gallery-item:last-of-type {
  grid-area: 2 / 2 / 3 / 3 !important;
}

.gallery-single-servize .gallery figure.gallery-item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3 !important;
}

.gallery-single-servize .gallery figure.gallery-item:first-of-type img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.gallery-single-servize .gallery figure.gallery-item:nth-child(2) img {
  width: 100%;
  object-fit: cover;
  height: 235px;
}

.gallery-single-servize .gallery figure.gallery-item img {
  border-radius: 20px;
  height: 235px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.overlay.view-more-trigger {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.activity-info-box h3 {
  font-size: 22px;
  font-weight: 600;
}

.activity-info-box ul.activity-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.activity-info-box ul.activity-info-list li {
  display: flex;
  gap: 10px;
}

.activity-info-box ul.activity-info-list li span.icon svg {
  width: 30px;
  height: 30px;
}

.itenerary-contetn {
  margin-top: 60px;
}

.itenerary-contetn h3 {
  font-size: 25px;
}

.itenerary-contetn {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
}

.itenerary-contetn .itinerary-section {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.itenerary-contetn .itinerary-section .itinerary-day {
  display: flex;
  padding: 20px 0;
}

.itenerary-contetn .itinerary-section .itinerary-day h4 {
  width: 15%;
  font-size: 25px;
  color: #324a51;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.itenerary-contetn .itinerary-section .day-description {
  font-size: 17px;
  line-height: 28px;
  color: #324a51;
  font-weight: 500;
}
.fancybox__nav .carousel__button:hover,
.fancybox__nav .carousel__button:active,
.fancybox__nav .carousel__button:focus {
  background: #88ca8d !important;
}

.itenerary-contetn .itinerary-section .itinerary-day .day-description {
  width: 85%;
}

.itenerary-contetn .itinerary-section .itinerary-day:not(:last-of-type) {
  border-bottom: 1px solid #dcdfe4;
}

.activity-info-box {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
}

._3d-flip-book .book-thumbnail img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px !important;
  object-position: left center;
}

._3d-flip-book {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d1dbe4;
  border-radius: 20px;
}

._3d-flip-book .book-thumbnail {
  width: 100%;
}

._3d-flip-book .book-thumbnail a {
  width: 100%;
}

._3d-flip-book:hover .book-thumbnail img {
  -webkit-transform: none !important;
  transform: none !important;
}

.fb3d-thumbnail-lightbox-mode .book-heading h3 {
  bottom: 0 !important;
  padding: 30px 20px !important;
  background: white !important;
}

.fb3d-thumbnail-lightbox-mode .book-heading h3 a {
  color: #2c2c2c !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.outer-related-swiper .related-title {
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.noo-padding {
  margin: 0 !important;
}

.scoials-icons-kontakt-page a.elementor-icon svg path {
  fill: #324a51;
}

.lek-rates ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lek-rates ul li {
  display: flex;
  gap: 30px;
  color: #324a51;
  font-weight: 600;
}

.lek-rates ul li strong {
  text-decoration: underline;
}

.search-box-popup .e-search-form {
  border-radius: 54.5px !important;
  border: 3px solid #d1dbe4;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(93, 100, 107, 0.1);
  transition: all 0.15s ease-out 0.15s;
  align-items: center;
}

.search-box-popup .e-search-form input {
  height: 60px;
  border-radius: 54.5px !important;
  border: 0 !important;
}

.search-box-popup button.e-search-submit {
  padding: 0 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background-color: #324a51 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 8px;
}

.search-box-popup button.e-search-submit svg {
  margin: 0 !important;
}

.search-box-popup .e-search-results {
  border-radius: 20px !important;
  border: 2px solid #d1dbe4 !important;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(93, 100, 107, 0.1);
  transition: all 0.15s ease-out 0.15s;
}

a.box-about-us li.elementor-icon-list-item {
  flex-direction: row-reverse;
  gap: 20px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

a.box-about-us:hover li.elementor-icon-list-item {
  transform: translateY(-20px);
}

a.box-about-us span.elementor-icon-list-icon svg {
  transform: rotate(-45deg);
}

.view-more-list li.elementor-icon-list-item a {
  flex-direction: row-reverse;
  gap: 20px;
  width: 100%;
}

.other-box-down .elementor-element {
  padding: 0 !important;
}

/*Chart*/
/* General container styling */
.wpdevart_org_chart_container {
  font-size: 14px;
  line-height: 1.5;
  padding: 30px;
  background-color: #f9f9f9;
}

/* Remove default list styles */
.wpdevart_org_chart_container ul {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}

/* Each tree item */
.wpda_tree_item_container {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
}

/* Tree node box */
.wpda_tree_item_title {
  font-weight: bold;
  background: #005baa;
  color: white !important;
  padding: 8px 12px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.wpda_tree_item_desc {
  background: #ffffff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 8px 12px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

div#wpda_item_container_2 .wpda_tree_item_desc {
  display: none;
}

div#wpda_item_container_3 .wpda_tree_item_desc {
  display: none;
}

div#wpda_item_container_8 .wpda_tree_item_desc {
  display: none;
}

div#wpda_item_container_9 .wpda_tree_item_desc {
  display: none;
}

div#wpda_item_container_12 .wpda_tree_item_desc {
  display: none;
}

div#wpda_item_container_13 .wpda_tree_item_desc {
  display: none;
}

.oragnigrama-content {
  padding: 80px 20px;
  background: #f7f7f7;
}

.wpdevart_org_chart_container {
  width: auto !important;
  overflow: auto !important;
}

.oragnigrama-content #wpdevart_org_chart_container_1 {
  background: transparent !important;
}

.oragnigrama-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/07/stats.png);
  --background-overlay: "";
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: 0;
}

.oragnigrama-content {
  position: relative;
}

.oragnigrama-content .wpdevart_org_chart {
  z-index: 1;
}

.wpdevart_org_chart_container li .wpda_tree_item_container > div {
  border: 0 !important;
  min-height: auto !important;
}
/*End Chart*/

.breadcrumb-organigrama {
  background-position: bottom;
}

.breadcrumb-organigrama::after {
  display: none;
}

.breadcrumb-organigrama .city-title {
  color: #324a51;
}

.breadcrumb-organigrama p#breadcrumbs span {
  color: #324a51;
}

.breadcrumb-organigrama p#breadcrumbs span a {
  color: #324a51;
}

.breadcrumb-organigrama .container {
  height: 350px !important;
}

.menu-navigation-horizontal .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.menu-navigation-horizontal .swiper-menu .swiper-slide a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #324a51;
}

.small-documents .pdf-item-left img {
  height: 120px;
  object-position: center;
  object-fit: cover;
  width: 80px;
}

.small-documents-white .pdf-item {
  background: white;
}

.small-documents .pdf-list-widget {
  flex-wrap: wrap;
  flex-direction: row;
}

.small-documents .pdf-list-widget .pdf-item {
  flex: 0 0 32.3%;
}

.qytet-tabs .tab-content .item a.single-item .card-content .card-title {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.higlights-tabs-single-city.no-post {
  display: none;
}

.single-city-img a {
  display: block !important;
}

/*Search Widget*/
.ajax-search-widget {
  position: relative;
  max-width: 100%;
}

#ajax-search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
#ajax-search-results {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9999;
  max-height: 600px;
  overflow-y: auto;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#ajax-search-results .search-group {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
}

#ajax-search-results.active {
  border: 1px solid #ddd;
}
.search-group {
  padding: 10px;
}
.search-group-title {
  margin: 5px 0;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #324a51;
}
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.search-item a {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #324a51;
  font-weight: 500;
}

.search-item a:hover span {
  text-decoration: underline;
}

.search-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#ajax-search-input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

#ajax-search-preloader {
  text-align: center;
  padding: 20px 0;
}

.ajax-preloader {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid #ddd;
  border-top-color: #0073aa;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  color: #888;
  pointer-events: none;
}

#ajax-search-input {
  border: 3px solid #d1dbe4;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(93, 100, 107, 0.1);
  transition: all 0.15s ease-out 0.15s;
  align-items: center;
  height: 60px;
  border-radius: 54.5px !important;
}

.ajax-search-widget button.view-more-search {
  background: none;
  border: 0;
  padding: 0;
  margin-top: 20px;
  color: #374a51;
  font-weight: 500;
  text-decoration: underline;
}

.ajax-search-widget button.view-more-search:hover {
  color: #84c889;
}

#ajax-search-results .search-group {
  flex: 0 0 23%;
}

.itinerary-related-arrow svg {
  width: 30px !important;
  height: 30px !important;
}

.gallery-gak figure.gallery-item a img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  height: 33px;
  width: 33px;
}

.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg path {
  fill: #95c98e;
}

.svg-map-widget .swiper-button-next:hover svg path,
.svg-map-widget .swiper-button-prev:hover svg path {
  fill: white;
}

@media (max-width: 767px) {
  #ajax-search-results .search-group {
    flex: 0 0 100%;
  }

  #ajax-search-results {
    gap: 0;
    padding: 20px;
  }
}
/*End Search Widget*/

/*Udhetime Tematike*/
.udhetime-tematike-section h3 {
  margin: 0;
  margin-bottom: 20px;
}

.udhetime-tematike-section .day-description {
  width: 100% !important;
}

.post-thumbnail.djaloshi-i-dimalit img {
  object-position: top !important;
}

.embassy-details p.email {
  display: none;
}

.video-slider {
  opacity: 0;
}

.video-slider.swiper-initialized {
  opacity: 1;
}

.brochure-homepage figure.elementor-image-box-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.brochure-homepage .elementor-image-box-wrapper {
  border: 1px solid #d1dbe4;
  border-radius: 20px;
}

.brochure-homepage .elementor-image-box-description {
  padding: 15px;
  background: linear-gradient(to top, #10acdf 0%, #81c88b 50%, #cfead1 100%);
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: 600 !important;
  color: #324a51 !important;
}

/*Start Responsive Area*/

@media (max-width: 1025px) {
  .search-from-qytet form.search-form {
    gap: 10px;
  }

  .related-swiper {
    margin: 0 !important;
  }

  .container {
    padding: 0 20px;
  }

  .breadcrumb .container {
    padding: 120px 20px !important;
  }

  .qytetet-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .qytetet-wrapper .qytetet-item a.qytetet-link .content > div {
    display: none;
  }

  .qytetet-wrapper .qytetet-item a.qytetet-link .qytetet-thumb img {
    height: 150px;
  }

  .archive-highlights {
    padding: 0px 20px;
  }
  .akt-pagination-counter {
    transform: translateX(-50%);
    padding-right: 0;
  }
  .outer-post-carousel-swiper .swiper:after {
    background: none !important;
  }

  .outer-post-carousel-swiper .home-post-slide .post-thumbnail {
    height: 350px;
  }

  .hero .fg {
    display: none;
  }

  .evente-posts-home
    .outer-post-carousel-swiper
    .home-post-slide
    .post-thumbnail {
    height: 400px;
  }

  .evente-posts-home .outer-post-carousel-swiper .swiper:before {
    display: none;
  }

  .evente-posts-home .outer-post-carousel-swiper .swiper:after {
    display: none;
  }

  .outer-post-carousel-swiper .home-post-slide .post-title {
    font-size: 20px;
  }

  /*Attraction Card*/
  .qytet-tabs .tab-content .item {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  /* Adjust grid-area for 2 columns layout */
  .qytet-tabs .tab-content .item .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .qytet-tabs .tab-content .item .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .qytet-tabs .tab-content .item .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .qytet-tabs .tab-content .item .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .qytet-tabs .tab-content .item .div5 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .qytet-tabs .tab-content .item .div6 {
    grid-area: 3 / 2 / 4 / 3;
  }

  .qytet-tabs .tab-content .item a.single-item img {
    height: 200px !important;
  }

  .qytet-tabs .tab-content .item a.single-item .card-content {
    padding: 20px 15px;
  }

  .qytet-tabs .tab-content .item a.single-item .card-content .card-text {
    display: none;
  }

  .qytet-tabs .tab-content .item a.single-item .card-content .card-title {
    font-size: 18px;
    line-height: 28px;
  }

  .qytet-tabs
    .tab-content
    .item
    a.single-item
    .post-thumbnail
    .card-label
    span.tip-attraction {
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  .qytet-tabs .date-clipped {
    font-size: 22px;
    width: 50px;
    height: 50px;
    left: auto;
    right: 10px;
  }

  .qytet-tabs .tab-content .item a.single-item .post-thumbnail .card-label {
    left: 10px;
    top: 10px;
  }

  .qytet-tabs .tab-content .item a.single-item .card-content .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .qytet-tabs .tab-content {
    margin-top: 30px;
  }

  .highlight-gallery-widget {
    flex-direction: column;
  }

  .highlight-gallery-widget .gallery-side.gallery-left-images img {
    height: 150px !important;
  }

  .highlight-gallery-widget .gallery-side.gallery-right-images {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .highlight-gallery-widget .gallery-side.gallery-right-images img {
    height: 150px !important;
  }

  .qytet-tabs .tabs {
    justify-content: flex-start;
  }

  .embassy-widget .embassy-select {
    width: 100% !important;
  }

  .embassy-widget div#embassy-details {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .wpda_mobile.wpdevart_org_chart_container
    li.has_children
    > .wpda_tree_item_container:before {
    top: 80% !important;
  }

  .hero {
    height: calc(100vh - 165px);
  }

  .icon-search-mobile svg path {
    fill: #324a51;
  }

  .map-card-content .map-region-description {
    display: none !important;
  }

  .map-card-content span.map-view-more {
    display: none;
  }

  .map-image-grid img {
    height: 100px !important;
  }

  .map-card-content {
    padding: 20px;
  }

  #arrow_1 .swiper-button-next {
    right: 30px;
    left: auto;
  }

  #arrow_1 .swiper-button-prev {
    left: 30px;
    right: auto;
  }

  .outer-post-carousel-swiper .home-post-slide .post-title {
    font-size: 18px;
    line-height: 28px;
  }

  .outer-post-carousel-swiper .swiper-button-next,
  .outer-post-carousel-swiper .swiper-button-prev {
    top: auto !important;
    bottom: -60px;
    background: transparent;
    height: 40px;
    width: 40px;
    border: 2px solid #324a51;
  }

  .outer-post-carousel-swiper .swiper-button-prev {
    left: auto !important;
    right: 70px !important;
  }

  .outer-post-carousel-swiper .swiper-button-next::after,
  .outer-post-carousel-swiper .swiper-button-prev::after {
    color: #324a51;
    font-size: 15px;
  }

  .evente-posts-home .swiper-button-next,
  .evente-posts-home .swiper-button-prev {
    top: auto !important;
    bottom: -80px;
    height: 40px;
    width: 40px;
    border: 2px solid #324a51;
    background: transparent !important;
  }

  .evente-posts-home .outer-post-carousel-swiper .swiper-pagination {
    bottom: -65px !important;
  }

  .svg-map-left,
  .svg-map-right {
    min-width: 100%;
  }

  svg#my-svg {
    width: auto;
    height: 600px;
  }

  .gallery-single-servize .gallery figure.gallery-item:first-of-type {
    grid-area: 1 / 1 / 2 / 3 !important;
  }

  .gallery-single-servize .gallery figure.gallery-item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2 !important;
  }

  .gallery-single-servize .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(1, 1fr) !important;
  }

  .gallery-single-servize .gallery figure.gallery-item:nth-child(2) img {
    height: 150px;
  }

  .gallery-single-servize .gallery figure.gallery-item img {
    height: 150px;
  }

  .gallery-single-servize .gallery figure.gallery-item:first-of-type img {
    height: 310px;
  }

  .itenerary-contetn .itinerary-section .itinerary-day {
    flex-direction: column;
    gap: 30px;
  }

  .itenerary-contetn .itinerary-section .itinerary-day h4 {
    width: 100%;
  }

  .itenerary-contetn .itinerary-section .itinerary-day .day-description {
    width: 100%;
  }

  .itenerary-contetn .itinerary-section {
    gap: 20px;
  }

  .qytet-tabs
    .tab-content
    .item
    a.single-item
    .post-thumbnail
    .card-label
    span.tip-attraction.qyteti-label
    span.icon
    img {
    height: 15px !important;
  }

  .qytet-tabs .tab-content .item a.single-item .post-thumbnail .card-label {
    left: 10px !important;
  }

  .entry-text .description {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
  }

  .entry-text {
    padding: 50px 0;
  }

  #ajax-search-results {
    max-height: 500px;
  }

  #ajax-search-results {
    gap: 20px;
  }

  .search-group-title {
    margin: 0;
    margin-bottom: 20px;
  }
}
