:root {
  --bekatutaj-red-color: #f95659;
  --bekatutaj-blue-color: #3b5998;
  --bekatutaj-lightgray-color: #DDDDDD;
  --site-font: "Dosis", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --bs-breadcrumb-divider: ">";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

html, body {
  font-family: var(--site-font);
}

button, input, select, textarea {
  font-family: inherit;
}

/* Continer sizing fix */
@media (min-width: 1400px) {
    .container {
        max-width: 1120px;
    }
}

.navbar-bg {
  background-color: #404c4e;
}

.nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.3s;
}

.nav-item .nav-link:hover {
  color: #f95659;
  transition: all 0.3s;
}

.navbar-nav .nav-link.show {
  color: #f95659;
}

.navbar-user-wrap {
  display: flex;
  flex-direction: row;
}

.navbar-user-wrap-logged-in {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  min-width: 200px;
}
@media (max-width: 1199px) {
    .navbar-user-wrap-logged-in {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      min-width: 33vw;
    }
}

.navbar-user-wrap-logged-in a i {
    color: #FFFFFF;
    font-size: 1.8rem;
    transition: all 0.2s;
}

.navbar-user-wrap-logged-in a i:hover {
    color: var(--bekatutaj-red-color);
    transition: all 0.2s;
}

.user-reg {
  color: #fff;
  margin-right: 20px;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.user-reg:hover {
  color: #f95659;
  transition: all 0.3s;
}

.user-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 500px;
  padding-left: 15px;
  cursor: pointer;
}

.user-login div {
  font-size: 1.1rem;
  color: #404c4e;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 10px;
  transition: all 0.3s;
}

.user-login:hover div {
  color: #f95659;
  transition: all 0.3s;
}

.user-login i {
  font-size: 2.5rem;
  color: #404c4e;
  transition: all 0.3s;
}

.user-login:hover i {
  color: #f95659;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .navbar-brand {
    max-width: 33vw;
    height: auto;
  }

  .navbar-user-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .user-login {
    padding-left: 0;
    background-color: transparent;
  }
  .user-login div {
    font-size: 0.7rem;
    margin-right: 5px;
  }
  .user-login i {
    font-size: 2rem;
    color: #fff;
    transition: all 0.3s;
  }

  .user-reg {
    margin-right: 5px;
  }

  .navbar > .container {
    flex-wrap: nowrap;
  }

  .navbar-brand {
    margin-right: 0;
  }

  /* pure‑white icon + borderless button */
  .navbar-toggler {
    --bs-navbar-toggler-border-color: transparent; /* or #fff for white border */
  }

  .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-item .nav-link {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .navbar-dropdown {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}

.navbar-dropdown {
  background-color: #404c4e;
  border-radius: 0;
  border: none;
}

.navbar-dropdown .dropdown-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.navbar-dropdown .dropdown-item:hover {
  color: #f95659;
  background-color: #404c4e;
  transition: all 0.3s;
}

.navbar-dropdown[data-bs-popper] {
  left: -30% !important;
}

/* ========= Dropdown hover ======== */

@media (min-width: 1200px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    left: -30% !important;
  }
}

#bekaOffcanvas {
  --bs-offcanvas-bg: #404c4e;
  --bs-offcanvas-color: #fff;
}

.dark-bg {
  background-color: #2e383a;
}

.footer-upper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 1199px) {
  .footer-upper {
    text-align: center;
  }
}

.footer-link-border {
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #f95659;
  width: 100px;
}

.footer-link-column a {
  color: #999d9e;
  text-decoration: none;
  font-size: 1.1rem;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.footer-link-column a:hover {
  color: #7a7e7e;
  transition: all 0.3s;
}

.footer-link-column {
  display: flex;
  flex-direction: column;
}

.guesthouse-img {
  max-height: 130px;
  border-radius: 10px;
}

.guesthouse-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 10px;
}

.guesthouse-description {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-social-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

.footer-social-icon a {
  text-decoration: none;
  color: #fff;
}

.footer-social-icon i {
  color: #fff;
  font-size: 3.5rem;
  transition: all 0.3s;
}

.footer-social-icon:hover i {
  color: #f95659;
  font-size: 3.5rem;
  transition: all 0.3s;
}

.footer-contact-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.footer-contact-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-contact-info-item i {
  font-size: 2rem;
  color: #f95659;
  margin-right: 10px;
}

.footer-contact-info-item a {
  color: #999d9e;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.2rem;
}

.footer-contact-info-item a:hover {
  color: #7a7e7e;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .footer-upper {
    text-align: center;
  }

  .footer-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 2px solid #f95659;
    width: 100px;
  }

  .footer-link-column a {
    color: #999d9e;
    text-decoration: none;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: all 0.3s;
  }

  .footer-contact-info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
}

/* Hero Swiper */
.hero-swiper {
  width: 100%;
  height: 55vh;
}

.hero-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-swiper .hero-text {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  width: 70%;
}

@media (max-width: 576px) {
  .hero-swiper {
    height: 30vh;
  }
  .hero-swiper .hero-text {
    font-size: 1.5rem;
    width: 80%;
  }
}

.hero-swiper .swiper-pagination-bullet {
  background: #fff;
}

#selectedTours {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

.section-padding {
  padding-top: 2vh;
  padding-bottom: 3vh;
}

.tour-card-link {
  text-decoration: none;
}

.tour-card .card-img-top {
  aspect-ratio: 2 / 1.25;
  object-fit: cover;
}

.image-overlay-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.red-arrow-right {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--bekatutaj-red-color);
  font-size: 5rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}

.tour-card:hover .red-arrow-right {
  opacity: 1;
  transition: all 0.3s;
}

.selected-tour-row .col {
  margin-top: 1rem;
}

.image-overlay-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.4) 100%
  );
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none;
}

.tour-card:hover .image-overlay-wrapper::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 30%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.4) 100%
  );
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-overlay-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}

.tour-card .card-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tour-card .card-text > div:first-of-type {
  font-size: 1.3rem;
  font-weight: 500;
}

.tour-card .card-text-next-tours > div:first-of-type {
  font-size: 1.2rem;
  font-weight: 400;
}

.tour-card .card-text > div:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 400;
}

.card-img-overlay {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}

.card-overlay-wrap {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  position: relative;
}

.company-overlay-wrap {
  color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 3;
  position: relative;
}

.card-overlay-wrap .tour-date-position {
  height: stretch;
  padding-right: 5px;
}

.card-overlay-wrap .tour-date {
  font-size: 1.1rem;
}

.card-overlay-wrap .card-badge i {
  font-size: 2rem;
  background-color: var(--bekatutaj-red-color);
  font-weight: 400;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}

.card-overlay-wrap .card-badge i:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

#nextTours {
  background-image: linear-gradient(rgba(128, 128, 128, 0.2), rgba(128, 128, 128, 0.2)),
    url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
  position: relative;
}

.next-tours-left-trees {
  position: absolute;
  bottom: 0;
  left: 0;
}

.next-tours-right-trees {
  position: absolute;
  bottom: 0;
  right: 0;
}

#nextTours .wrapper-for-arrows {
  position: relative;
}

.next-tours-swiper {
  overflow: hidden;
}

#nextTours .swiper-button-next,
#nextTours .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; /* adjust if needed */
  height: 40px;
  z-index: 10;
}

#nextTours .swiper-button-next {
  right: -50px; /* move to the right outside */
}

#nextTours .swiper-button-prev {
  left: -50px; /* move to the left outside */
}

#nextTours .swiper-button-next,
#nextTours .swiper-button-prev {
  color: var(--bekatutaj-red-color);
}

.next-tours-title {
  font-size: 2.5rem;
  font-weight: 300;
}

.next-tours-navbtn {
  text-decoration: none;
  font-size: 1.2rem;
  border: 2px solid var(--bekatutaj-red-color);
  border-radius: 5px;
  color: #000;
  transition: all 0.3s;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-weight: 400;
  text-align: center;
}

.next-tours-navbtn:hover {
  color: #fff;
  transition: all 0.3s;
  background-color: var(--bekatutaj-red-color);
}

@media (max-width: 768px) {
  .next-tours-title {
    font-size: 1.3rem;
  }

  .next-tours-navbtn {
    font-size: 0.8rem;
  }
}

#tourCategory {
  background-image: url("../imgs/bg-patterns/bekatutaj-dark-bg-pattern.jpg");
  background-repeat: repeat;
  position: relative;
}

.tour-categories .col {
  margin-top: 1.5rem;
}

.tour-categories .col:nth-child(1) .category-box {
  background-image: linear-gradient(rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.4)),
    url("../imgs/tour-category/vizitura.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  border-radius: 10px;
}

.tour-categories .col:nth-child(2) .category-box {
  background-image: linear-gradient(rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.4)),
    url("../imgs/tour-category/rafting-tura.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  border-radius: 10px;
}

.tour-categories .col:nth-child(3) .category-box {
  background-image: linear-gradient(rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.4)),
    url("../imgs/tour-category/gyalogtura.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  border-radius: 10px;
}

.tour-categories .col:nth-child(4) .category-box {
  background-image: linear-gradient(rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.4)),
    url("../imgs/tour-category/kalandtura.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  border-radius: 10px;
}

.tour-categories .col:nth-child(5) .category-box {
  background-image: linear-gradient(rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.4)),
    url("../imgs/tour-category/situra.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  border-radius: 10px;
}

.tour-categories .col:nth-child(6) .category-box {
  background-image: linear-gradient(rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.4)),
    url("../imgs/tour-category/via-ferrata-tura.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  border-radius: 10px;
}


.tura-icon{
  width:100px;
  height:100px;
  background-color:white;
  transition:background-color .3s;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
}


.col:nth-child(1) .tura-icon{
  -webkit-mask-image:url("../imgs/icons/bekatutaj-vizitura-icon.svg");
          mask-image:url("../imgs/icons/bekatutaj-vizitura-icon.svg");
}

.col:nth-child(2) .tura-icon{
  -webkit-mask-image:url("../imgs/icons/bekatutaj-rafting-icon.svg");
          mask-image:url("../imgs/icons/bekatutaj-rafting-icon.svg");
}

.col:nth-child(3) .tura-icon{
  -webkit-mask-image:url("../imgs/icons/bekatutaj-gyalogtura-icon.svg");
          mask-image:url("../imgs/icons/bekatutaj-gyalogtura-icon.svg");
}

.col:nth-child(4) .tura-icon{
  /* FIXED missing slash after /icons/ */
  -webkit-mask-image:url("../imgs/icons/bekatutaj-kalandtura-icon.svg");
          mask-image:url("../imgs/icons/bekatutaj-kalandtura-icon.svg");
}

.col:nth-child(5) .tura-icon{
  -webkit-mask-image:url("../imgs/icons/bekatutaj-situra-icon.svg");
          mask-image:url("../imgs/icons/bekatutaj-situra-icon.svg");
}

.col:nth-child(6) .tura-icon{
  -webkit-mask-image:url("../imgs/icons/bekatutaj-viaferrata-icon.svg");
          mask-image:url("../imgs/icons/bekatutaj-viaferrata-icon.svg");
}

.category-box:hover .category-box-text-content .tura-icon {
    background-color: var(--bekatutaj-red-color);
}



.category-box-text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.category-box-text-content i {
  font-size: 6rem;
  color: #fff;
  transition: all 0.3s;
}

.category-box-text-content div {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
}

.tour-categories .col:hover .category-box-text-content i,
.tour-categories .col:hover .category-box-text-content div {
  color: var(--bekatutaj-red-color);
  transition: all 0.3s;
}

.tour-categories .category-link {
  display: block;
  height: 100%;
  width: 100%;
}

#giftSection {
  background-image: linear-gradient(rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.4)),
    url("../imgs/bg-img/bekatutaj-gift-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 35vh;
}

#giftSection .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#giftSection a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

#giftSection a:hover {
  text-decoration: none;
  color: var(--bekatutaj-red-color);
  transition: all 0.3s;
}

#giftSection .gift-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 300;
}

#giftSection .gift-text {
  font-size: 1.7rem;
}

#giftSection .gift-text i {
  font-size: 3rem;
}

#testimonial {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../imgs/bg-patterns/bekatutaj-dark-bg-pattern.jpg");
  background-repeat: repeat;
  position: relative;
}

.testimonial-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}

#testimonial .wrapper-for-arrows {
  position: relative;
}

.testimonial-swiper {
  overflow: hidden;
}

#testimonial .swiper-button-next,
#testimonial .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; /* adjust if needed */
  height: 40px;
  z-index: 10;
}

#testimonial .swiper-button-next {
  right: -50px; /* move to the right outside */
}

#testimonial .swiper-button-prev {
  left: -50px; /* move to the left outside */
}

#testimonial .swiper-button-next,
#testimonial .swiper-button-prev {
  color: var(--bekatutaj-red-color);
}

.testimonial-card {
  padding: 1.5rem;
  height: 100%;
}

#testimonial .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  color: #fff;
}

#testimonial .testimonial-text {
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
}

#testimonial .testimonial-date {
  font-size: 1.5rem;
  text-align: right;
  margin-top: 1rem;
  font-weight: 300;
}

#testimonial .card {
  background-color: #374244;
}

#testimonial .image-overlay-wrapper {
  border-radius: 5px;
}

#gallerySection {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
  position: relative;
}

.gallery-left-trees {
  position: absolute;
  bottom: 0;
  left: 0;
}

.gallery-right-trees {
  position: absolute;
  bottom: 0;
  right: 0;
}

#gallerySection .gallery-swiper-thumbnail {
  padding: 10px 0;
}

#gallerySection .gallery-swiper-thumbnail .swiper-slide {
  opacity: 0.4;
}

#gallerySection .gallery-swiper-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
  border-radius: 10px;
  border: 2px solid var(--bekatutaj-red-color);
  transition: all 0.3s;
}

#gallerySection .gallery-swiper-thumbnail .swiper-slide-thumb-active img {
  border-radius: 8px;
  transition: all 0.3s;
}

#gallerySection .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gallerySection .wrapper-for-arrows {
  position: relative;
}

.gallery-swiper {
  overflow: hidden;
}

#gallerySection .swiper-button-next,
#gallerySection .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; /* adjust if needed */
  height: 40px;
  z-index: 10;
}

#gallerySection .swiper-button-next {
  right: -50px; /* move to the right outside */
}

#gallerySection .swiper-button-prev {
  left: -50px; /* move to the left outside */
}

#gallerySection .swiper-button-next,
#gallerySection .swiper-button-prev {
  color: var(--bekatutaj-red-color);
}

#turaHero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../imgs/hero/tura-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #F5F5F5 !important;
  position: relative;
  min-height: 55vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  #turaHero {
    background-attachment: scroll !important;
  }
}

.hero-text-container {
  flex: 1;
  display: flex;
}

@media (max-width: 576px) {
    .hero-text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
}

.hero-content {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.hero-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
    .hero-text-wrap {
        padding-top: 2rem;
    }
}

.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 576px) {
      .tag-wrapper {
      display: flex;
      flex-wrap: wrap;
      width: 95%;
    }
}

.tag-wrapper a {
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  margin-right: 5px;
  margin-top: 5px;
}

.tag-wrapper a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}

.hero-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}

.hero-date {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.hero-icons {
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hero-icons { 
    display: flex;
    gap: 1.5rem;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}

.hero-icons .hero-icon svg { 
    width: 40px;
    height: 40px;
    display: block;
    fill: currentColor;
}

.hero-icons .hero-icon svg [stroke] { 
    stroke: currentColor;
}

@media (max-width: 576px) {
    .hero-icons .hero-icon svg { 
        width: 30px;
        height: 30px;
        display: block;
        fill: currentColor;
    }
    
    .hero-icons { 
    display: flex;
    gap: .5rem;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    }
}


#turaHero .hero-icons { color:#fff; }


@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
  }

  .hero-date {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .tag-wrapper a {
    font-size: 1rem;
  }
}

#tour {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

.tour-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.tour-text-before-tab div {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.tour-pdf {
  display: flex;
}

.tour-pdf-link {
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  border: 2px solid var(--bekatutaj-red-color);
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.3s;
}

.tour-pdf-link:hover {
  color: #fff;
  background-color: var(--bekatutaj-red-color);
  transition: all 0.3s;
}

.tour-pdf-link i {
  font-size: 1.5rem;
  margin-right: 0.3rem;
}

.tour-pdf-link div {
  font-size: 1.2rem;
}

#tourTab {
  margin-top: 2rem;
  background-color: #F5F5F5 !important;
}

.nav-tabs {
  display: flex;
  width: 100%;
  background-color: #535E60;
}

#tourTab .sticky-top {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-item {
  flex: 1 1 0;
  text-align: center;
}

.nav-tabs .nav-item .nav-link {
  font-size: 1.2rem;
}

.nav-tabs .nav-link {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #535e60;
  color: #fff;
  font-weight: 300;
  border: none;
  border-radius: 0;
  margin-top: 0;
}

.nav-tabs .nav-link.active {
  background-color: var(--bekatutaj-red-color);
  color: #fff;
}

.nav-tabs .nav-link:hover {
  border: none;
  color: #fff;
  background-color: #fa676a;
}

#tourTabContent {
  background-color: #e9eaeb;
  padding: 1.5rem 2rem;
}

.tab-text div {
  margin-bottom: 1rem;
}

.nav-tabs {
  position: sticky;
  top: var(--header-height, 90px); /* fallback value */
  z-index: 1020;
}

.tour-text-after-tab {
  margin-top: 2rem;
}

.tour-text-after-tab div {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.sidebar {
  background-color: #e9eaeb;
  position: sticky;
  top: calc(var(--header-height, 90px) + 20px);
  z-index: 1020;
  border-radius: 5px;
}

@media (min-width: 1200px){
  .sidebar{
    background-color: #e9eaeb;
    position: sticky;
    top: calc(var(--header-height, 90px) + 20px);
    z-index: 1020;
    border-radius: 5px;

    /* �7�3 Fix for ��sidebar too tall for viewport�� */
    max-height: calc(100vh - (var(--header-height, 90px) + 20px));
    overflow: auto;

    /* optional but nice */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}

.sidebar-section {
  padding: 10px 1rem;
  border-bottom: 2px solid #fff;
}

.sidebar-section-forum {
    padding: 1rem;
    border-bottom: 2px solid #fff;
}

.sidebar-place-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.sidebar-place-info i {
  color: #58db86;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.sidebar-place-info div {
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
}

.sidebar-price-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-price-info .price {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.sidebar-price-info .buy-btn {
  padding: 0.2rem 2rem;
  font-size: 1.5rem;
  border-radius: 5px;
  border: 2px solid var(--bekatutaj-red-color);
  font-weight: 300;
  background-color: var(--bekatutaj-red-color);
  color: #fff;
  transition: all 0.3s;
}

.sidebar-price-info .buy-btn:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.sidebar-subscribe-title {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.sidebar-subscribe-text {
  text-align: center;
  font-size: 13px;
  margin-bottom: 1rem;
}

.sidebar-group-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.red-btn {
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
  border-radius: 5px;
  border: 2px solid var(--bekatutaj-red-color);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--bekatutaj-red-color);
  transition: all 0.3s;
}

.red-btn:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid var(--bekatutaj-red-color);
}

.red-btn-transparent {
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
  border-radius: 5px;
  border: 2px solid var(--bekatutaj-red-color);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  transition: all 0.3s;
}

.red-btn-transparent:hover {
  background-color: var(--bekatutaj-red-color);
  color: #fff;
  border: 2px solid var(--bekatutaj-red-color);
}

.subscribe-input-group {
  border-radius: 10px;
  position: relative;
}

.subscribe-input-group i {
  position: absolute;
  font-size: 2rem;
  padding-left: 0.5rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--bekatutaj-red-color);
}

.subscribe-input-group input {
  border-left: 0;
  border-radius: 0;
  background-color: #fff;
  padding-left: 3rem;
  border-radius: 10px;
  border: 2px solid #fff;
}

.subscribe-input-group input::placeholder {
  font-size: 14px;
}

.subscribe-input-group input:focus {
  box-shadow: none;
  border: 2px solid var(--bekatutaj-red-color);
  outline: none;
}

.subscribe-link {
  color: var(--bekatutaj-red-color);
  text-decoration: none;
}

.form-check .form-check-input {
  border: 1px solid var(--bekatutaj-red-color);
}

.form-check-input:checked {
  background-color: var(--bekatutaj-red-color);
}

.form-check-input:focus {
  box-shadow: none;
}

#sidebarOffcanvas {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

.offcanvas-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 70px;              /* set one size */
  height: 70px;             /* same as width */
  aspect-ratio: 1 / 1;      /* keeps it a circle on resize */
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  background-color: var(--bekatutaj-red-color);
  border: 0;
    z-index: 1021;
  display: flex;            /* center the text */
  align-items: center;
  justify-content: center;
}

.offcanvas-btn:active {
  background-color: var(--bekatutaj-red-color);
  color: #fff;
  border: 0;
}

#infoAll {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

#infoAll .col {
  margin-top: 1.5rem;
}

.infobox {
  position: relative;
}

.infobox img {
  border-radius: 10px;
  filter: brightness(70%);
  height: 250px;
  object-fit: cover;
}

.infobox a {
  text-decoration: none;
}

.infobox-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: all 0.3s;
}

.infobox:hover .infobox-title {
  color: var(--bekatutaj-red-color);
  transition: all 0.3s;
}

#contactHero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/hero/contact-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  #contactHero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("../imgs/hero/contact-hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    position: relative;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
  }
}

#contactSection {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

.large-title {
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
   .large-title {
       font-size: 2rem;
    }
}

.larger-text {
  font-size: 18px;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.red-link {
  color: var(--bekatutaj-red-color);
  text-decoration: none;
}

.red-link:hover {
  text-decoration: underline;
}

#companyHero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/hero/company-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  #companyHero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("../imgs/hero/company-hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    position: relative;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
  }
}

#companyTextSection {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

.company-cards .col {
  margin-bottom: 1.5rem;
}

.partner-imgs .col img {
  height: 150px;
  object-fit: cover;
}

#jelentkezesHero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/hero/jelentkezes-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  #jelentkezesHero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("../imgs/hero/jelentkezes-hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    position: relative;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
  }
}

#jelentkezesSection {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

.mid-size-title {
  font-weight: 300;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.info-list li::marker {
  color: var(--bekatutaj-red-color);
}

.sidebar-info-title {
  font-size: 1.3rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.sidebar-info-title-forum {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-align: center;
}



.sidebar-info-text {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 1rem;
}

.light-lines-bg {
  background-image: url("../imgs/bg-patterns/bekatutaj-light-bg-pattern.jpg");
  background-repeat: repeat;
}

.box-wrapper {
  padding: 1rem;
  border-radius: 10px;
}

.gray-bg {
  background-color: #e9eaeb;
}

.register-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.text-red {
  color: red;
}

.beka-input-style {
  border: 1px solid var(--bekatutaj-red-color) !important;
}

.beka-input-style:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 86, 89, 0.25);
  border: 1px solid var(--bekatutaj-red-color);
}

.login-form-sticky {
  position: sticky;
  top: 7rem;
}

.blue-btn {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  border-radius: 5px;
  border: 2px solid var(--bekatutaj-blue-color);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--bekatutaj-blue-color);
  transition: all 0.3s;
}

.blue-btn:hover {
  background-color: transparent;
  color: #000;
  border: 2px solid var(--bekatutaj-blue-color);
}

.white-btn {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  border-radius: 5px;
  border: 2px solid var(--bekatutaj-red-color);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  transition: all 0.3s;
}

.white-btn:hover {
  background-color: var(--bekatutaj-red-color);
  color: #fff;
}

.modal-header {
  border: none;
  padding-bottom: 0;
}

.modal-header .btn-close {
  filter: invert(27%) sepia(98%) saturate(7478%) hue-rotate(358deg) brightness(95%) contrast(110%);
}

.modal {
  --bs-modal-width: auto;
}

@media (min-width: 1200px) {
  .modal {
    --bs-modal-width: 700px;
  }
}

.login-modal-logo {
  display: flex;
  justify-content: center;
}

.login-modal-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.login-modal-subtitle {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

#utalvanyHero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/hero/utalvany-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  min-height: 45vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  #utalvanyHero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("../imgs/hero/utalvany-hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    position: relative;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
  }
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.mid-section-title {
  font-size: 2.2rem;
  font-weight: 300;
}

.cursor-pointer {
  cursor: pointer;
}

.red-text {
  color: var(--bekatutaj-red-color);
}

.filter-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.filter-tag-wrapper div {
  padding: 0.5rem 1rem;
  border: 2px solid var(--bekatutaj-red-color);
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
  background-color: transparent;
  color: #000;
}

.filter-tag-wrapper div:hover {
  background-color: var(--bekatutaj-red-color);
  color: #fff;
  border: 2px solid var(--bekatutaj-red-color);
}

.close-icon-red {
  cursor: pointer;
}

.close-icon-red i {
  font-size: 2rem;
  color: var(--bekatutaj-red-color);
}


.naptar-bg {
    background-color: #404C4E;
    border-radius: 10px;
    padding: 1rem;
}

/* ---- Calendar Header Background ---- */
#calendar .fc-toolbar, 
#calendar .fc-col-header {
    background-color: #404C4E !important;  /* Header background */
}

/* ---- Calendar Header Text Color ---- */
#calendar .fc-toolbar-title,
#calendar .fc-col-header-cell-cushion {
    color: #FFFFFF  /* Header text */
}

@media (max-width: 576px) {
    #calendar .fc-toolbar-title {
        font-size: 1.25rem !important;
    }
}


/* ---- All text in calendar ---- */
#calendar, 
#calendar .fc-event-title,
#calendar .fc-daygrid-day-number,
#calendar .fc-event-time {
    color: var(--bekatutaj-red-color) !important;
}


/* ---- FullCalendar Buttons ---- */
#calendar .fc-button-primary {
    background-color: var(--bekatutaj-red-color) !important;
    border-color: var(--bekatutaj-red-color) !important;
    color: #fff !important;
}
#calendar .fc-button-primary:disabled {
    opacity: 0.6;
}

/* ---- Event styling ---- */
#calendar .fc-event {
    background-color: #fff !important;   /* Event background */
    border: 1px solid var(--bekatutaj-red-color) !important; /* Event border */
    color: var(--bekatutaj-red-color) !important;
    border-radius: 3px; /* optional rounded corners */
    padding: 2px 4px;   /* optional padding */
}

/* ---- Hover effect on events ---- */
#calendar .fc-event:hover {
    background-color: var(--bekatutaj-red-color) !important;
    color: #fff !important;
}

#calendar .fc-event:hover .fc-event-title,
#calendar .fc-event:hover .fc-event-time {
    color: #fff !important;
}

/* Current day in day grid */
#calendar .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 0, 0, 0.1) !important; /* Light red overlay */
    border-radius: 3px; /* Optional: match event corners */
}

/* Optional: make text stand out for today */
#calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: var(--bekatutaj-red-color) !important;
    font-weight: bold;
}

.quiz-header {
    background-color: var(--bekatutaj-red-color);
    color: #fff;
    text-align: center;
}

.quiz-subtitle {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.question-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.quiz-question-wrap {
    border: 2px solid var(--bekatutaj-red-color);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.badge-style {
    font-size: 1.5rem;
    background-color: var(--bekatutaj-red-color);
}

.quiz-question {
    font-size: 1.3rem;
    font-weight: 500;
}

.answers-container .form-check-label {
    font-size: 1.1rem;
    
}

.answer-feedback {
    background-color: var(--bekatutaj-red-color);
    color: #fff;
    padding: 1rem;
}

#quiz-success {
    background-color: #60AD60;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    font-weight: 500;
}

#quiz-error {
    background-color: red;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
    font-weight: 500;
}

.quiz-submit-btn {
    background-color: var(--bekatutaj-red-color);
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    border: 2px solid var(--bekatutaj-red-color);
    transition: all 0.3s;
}

.quiz-submit-btn:hover {
    background-color: transparent;
    color: var(--bekatutaj-red-color);
    border: 2px solid var(--bekatutaj-red-color);
    transition: all 0.3s;
}

.quiz-submit-btn-text {
    display: flex;
    align-items: center;
}

.insurance-title {
    font-size: 2rem;
    color: #fff;
    background-color: var(--bekatutaj-red-color);
    padding: 1rem;
}

.insurance-card-style {
    border: 2px solid var(--bekatutaj-lightgray-color);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.insurance-card-style .card-body {
    display: flex;
    flex-direction: column;
    padding-top:0;
    padding-left:0;
    padding-right:0;
}

.insurance-card-style .card-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

.insurance-card-style .insurance-price {
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

.insurance-price-wrap {
    background: #e9eaeb;
    border-bottom: solid 1px #f5f9e7;
    font-family: "Dosis-Light", Arial, Helvetica, sans-serif;
}

.insurance-card-style .extra-price {
    text-align: center;
    font-weight: 500;
    color: var(--bekatutaj-red-color);
    font-size: 1.8rem;
}

.insurance-check-wrap {
    display: flex;
    justify-content: space-evenly;
}

.insurance-check-wrap .form-check {
    font-size: 1.5rem;
} 

.tarsutas-main-header {
    background-color: var(--bekatutaj-red-color);
}

.tarsutas-main-header h1 {
    text-align: center;
}

.tarsutas-header {
    background-color: var(--bekatutaj-red-color);
    text-align: center;
    color: #FFFFFF;
}

.tarsutas-form input {
   border: 2px solid var(--bekatutaj-lightgray-color); 
}

.tarsutas-form input:focus {
    border: 2px solid var(--bekatutaj-lightgray-color);
    outline: none;
    box-shadow: 0 0 0 .25rem rgba(249, 86, 89, .5);
}


/* profile css */

.profile-box-wrapper {
  display: flex;
  flex-direction: column;
}

.profile-box-wrapper {
  background-color: #ffffff;
  border: 1px solid lightgray;
  padding: 2rem;
}

.avatar-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.avatar-img-size {
  max-width: 125px;
  max-height: 125px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.profile-large-text {
  font-size: 2.5rem;
  font-weight: 600;
}

.profile-thin-text {
  font-size: 1.1rem;
  font-weight: 300;
}

.profile-badge {
  background-color: #dddddd;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.avatar-data-display-wrap {
  margin-top: 1rem;
}

.avatar-data-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.profile-accordion-wrapper .accordion-header button {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.profile-accordion-wrapper .accordion-button:focus {
  box-shadow: none;
}

.profile-accordion-wrapper .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--bekatutaj-red-color);
}

.accordion-spacing {
  margin-top: 2rem;
}

.accordion-tour-item {
  font-size: 1.5rem;
}

.address-display-wrap {
  background-color: #e9e4e4;
  padding: 1rem;
  border-radius: 10px;
}

.address-name-display {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.address-details-display {
  margin-bottom: 1rem;
}

.address-details-display div {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

#profileAddressForm {
  display: none;
}

.accordion-tour-item {
  font-size: 1.3rem;
}

.accordion-notification-item {
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  background-color: #ffe69c;
}

.profile-coupon-divider {
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: var(--bekatutaj-red-color);
}

.coupon-wrapper-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.coupon-content div {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.facebook-profile-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*profile css end */

/*Checkout step CSS start */

.step-border {
  border-bottom: 4px solid #cccccc;
}

.step-border-active {
  border-bottom: 4px solid #666666;
}

.step-number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-number {
  font-size: 1.8rem;
  border: 1px solid #cccccc;
  padding: 1.5rem;
  line-height: 1.8rem;
  border-radius: 50%;
}

.step-name {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .step-number {
    font-size: 1rem;
    border: 1px solid #cccccc;
    padding: 1rem;
    line-height: 1rem;
    border-radius: 50%;
  }

  .step-name {
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}

/*Checkout step CSS end */

/*Recommended insurance */

.recommended {
    border: 5px solid #485456;
}

.recommended-storno {
    border: 5px solid #f95659;
}

.recommended-storno .card-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;

}

.recommended-storno .card-body-wrap {
    padding: 0;
}

.recommended .card-body {
       padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.recommended .card-body-wrap {
    padding: 0;
}

.recommendation-title-storno {
    font-size: 2rem;
    background-color: #f95659;
    color: #FFFFFF;
    text-align: center;
}

.recommendation-title {
    font-size: 2rem;
    background-color: #485456;
    color: #FFFFFF;
    text-align: center;
}

/*Recommended insurance */

/* Sztornó wrapper for inline display */
.storno-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.storno-wrapper .insurance-card-style {
    max-width: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    .storno-wrapper .insurance-card-style {
        max-width: 280px;
    }
}

@media (min-width: 1200px) {
    .storno-wrapper .insurance-card-style {
        max-width: 250px;
    }
}

p a {
  color: var(--bekatutaj-red-color);
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

.larger-text h2,h3 {
    font-weight: 300 !important;
}

.larger-text ul li::marker {
  color: var(--bekatutaj-red-color);
}

.card-badge {
    background-color: var(--bekatutaj-red-color);
    padding: 10px;
    border-radius: 50%;
    transition: all 0.2s;
}

.card-badge:hover {
    transform: scale(1.05);
    transition: all 0.2s;
}

.category-badge-icon {
  display: block;
  width: 32px;
  height: auto;
}

.insurance-days-text {
    padding: 15px;
    margin-top: 2rem;
    background-color: #ebebeb;
    border-radius: 15px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.apply-number-label {
    width: 100%;
    text-align: center;
}


.tour-text-before-tab p img {
    width: 100%;
    object-fit: cover;
}

.tab-text p img {
    width: 100%;
    object-fit: cover;
}

.tour-text-after-tab p img {
    width: 100%;
    object-fit: cover;
}

.insurance-card-style .card-body p {
    text-align: center;
}

.insurance-card-style .insurance-checkbox-wrap .form-check {
    padding-left: 2rem;
}

.insurance-card-style .insurance-checkbox-wrap .form-check .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.card-sale-badge-overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-color: rgba(249, 86, 89, 0.7);
    color: #fff;
    width: 100%;
}

.card-sale-badge-overlay .sale-badge {
    font-size: 1.2rem;
}

.card-sale-badge-overlay .sale-badge .badge {
    display: flex;
    align-items: center;
}

.card-sale-badge-overlay .sale-badge i {
    font-size: 1.4rem;
    margin-right: 5px;
}

.wpc-filters-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 30%;
}

.wpc-filter-layout-dropdown {
    padding-right: 15px;
}

.wpc-filter-layout-search-field {
    width: 100%;
}

.wpc-filter-title {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.wpc-filters-section {
    margin-bottom: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    font-size: 1rem;
    background-color: transparent;
    color: #404C4E;
    border: 1px solid var(--bekatutaj-red-color) !important;
    font-weight: 500;
    transition: all 0.3s;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:hover {
    transition: all 0.3s;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a {
    font-weight: 500;
    color: #404C4E;
}

.wpc-search-field {
    background-color: #FFF !important;
    border: 1px solid var(--bekatutaj-red-color) !important;
}

/* Container */
.bbp-topic-card {
    margin: 0 0 1rem;
    list-style: none;
    padding: 0;
}

.bbp-topic-card__wrapper {
    list-style: none;
}

.bbp-topic-card__inner {
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: #fff; /* or your theme bg */
}

/* Header */
.bbp-topic-card__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bbp-topic-card__title-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bbp-topic-card__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.bbp-topic-card__title a {
    text-decoration: none;
}

.bbp-topic-card__title a:hover {
    text-decoration: underline;
}

.bbp-topic-card__action {
    font-size: 0.85rem;
    opacity: 0.7;
}

/* Meta */
.bbp-topic-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.8rem;
    opacity: 0.8;
}

.bbp-topic-card__author img,
.bbp-topic-card__freshness-author img {
    border-radius: 999px;
}

/* Stats row */
.bbp-topic-card__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.8rem;
}

.bbp-topic-card__stat {
    min-width: 90px;
}

.bbp-topic-card__stat-label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.7rem;
    opacity: 0.7;
}

.bbp-topic-card__stat-value {
    font-weight: 600;
}

/* Freshness column */
.bbp-topic-card__stat--freshness {
    margin-left: auto;
    text-align: right;
}

.bbp-topic-card__freshness-author {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 0.35rem;
}

/* Footer row actions */
.bbp-topic-card__footer {
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
    opacity: 0.8;
}


.subscription-toggle {
    color: var(--bekatutaj-red-color);
}

.bbp-topic-permalink {
    color: var(--bekatutaj-red-color);
}

.bbp-author-name {
    color: var(--bekatutaj-red-color);
    margin-top: 10px !important;
}

.bbp-author-link {
    text-decoration: none;
}

.bbp-topic-card__stat-value a {
    color: var(--bekatutaj-red-color);
}

#bbpress-forums li.bbp-header {
    background-color: var(--bekatutaj-red-color);
    color: #FFF;
}

.bbp-header .bbp-topic-reply-count {
    font-size: 12px;
}

#bbpress-forums li.bbp-footer {
    background-color: var(--bekatutaj-red-color);
    color: #FFF;
    margin-top: 1rem;
}

.bbp-pagination, .bbp-pagination-links .page-numbers {
    font-size: 1.2rem !important;
}

#bbpress-forums .bbp-pagination-links span {
    font-size: 1.2rem !important;
}

@media (max-width: 768px) {
    .bbp-pagination-count {
        padding-bottom: 1.2rem;
    }
}

.bbp-topic-permalink {
    font-size: 1.1rem;
    font-weight: 500;
}

.bbp-topic-reply-count {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    margin-top: 1.3rem;
}

.bbp-reply-card {
    background-color: #E9EAEB;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 15px;
}

.bbp-reply-permalink {
    display: none;
}

.bbp-reply-date {
    font-size: 1.1rem;
}

.bbp-reply-content {
    font-size: 18px;
}

.bbp-reply-author {
    font-size: 14px;
}

.bbp-reply-card-header {
    border-bottom: 1px solid #d2d3d4;
    padding-bottom: 5px;
}

.forum-sidebar-column {
    position: sticky;
    top: 150px;
}

.forum-sidebar-margin {
    margin-top: 4rem;
}

.woocommerce-checkout-payment .button {
      background: #f95659 !important;
    border-color: #f95659 !important;
    color: #fff !important;
    font-family: "Dosis-Medium", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    min-height: 44px !important;
    line-height: 44px !important;
    margin: 0 !important;
    padding: 0 21px !important;
    text-decoration: none !important;
    vertical-align: top !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    outline: none !important;
}

/* Make all slides in the visible row stretch to the tallest one */
.next-tours-swiper .swiper-wrapper{
  align-items: stretch;
}

.next-tours-swiper .swiper-slide{
  height: auto;      /* important */
  display: flex;     /* important: allows child to stretch */
}

.next-tours-swiper .tour-card-link{
  display: flex;
  width: 100%;
}

.next-tours-swiper .card.tour-card{
  width: 100%;
  height: 100%;      /* fill the stretched slide */
  display: flex;
  flex-direction: column;
}

/* Optional but often helpful so the image doesn't create odd gaps */
.next-tours-swiper .card-img-top{
  display: block;
  width: 100%;
  height: auto;
}

.next-tours-swiper .tour-card .card-body {
    padding-bottom: 10px;
}

/* Make all visible testimonial slides match the tallest one */
.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

/* Let slides stretch to tallest */
.testimonial-swiper .swiper-slide {
  height: auto;      /* very important */
  display: flex;     /* allows child to stretch */
}

/* Make the card fill the stretched slide */
.testimonial-swiper .testimonial-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Let the body take remaining space */
.testimonial-swiper .card-body {
  flex: 1 1 auto;
}

/* Keep images clean but natural height */
.testimonial-swiper .card-img-top {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1.6/1;
  object-fit: cover;
}

.jelentkezes-button .tour-shoe-icon {
  width: 28px;      /* control size */
  height: auto;
  filter: brightness(0) invert(1);
  margin-right: 5px;
  transition: filter 0.3s ease;
}

.jelentkezes-button {
    display: flex;
    align-items: center;
}

.jelentkezes-button:hover .tour-shoe-icon {
    filter: brightness(1);
    transition: filter 0.3s ease;
}

.insurance-content-wrapper {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.row-cols-xl-4 > .insurance-card-wrap:not(.order-last) { display:flex; }
.row-cols-xl-4 > .insurance-card-wrap:not(.order-last) .insurance-card-style { flex:1; }

.insurance-person-check {
    margin-bottom: 2rem;
    display: flex;
}

.insurance-person-check .form-check-label {
    font-size: 1.2rem;
}

.insurance-person-check .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-right: 5px;
    
}

@media (max-width: 992px) {
    .insurance-days-text {
        flex-direction: column;
    }
    
    .insurance-days-text div {
        margin-bottom: 1rem;
    }
}

.insurance-price {
    font-family: var(--site-font);
}

.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: -3px;
}

.woocommerce-table__product-name a {
    color: var(--bekatutaj-red-color) !important;
}

.woocommerce-info::before {
    color: var(--bekatutaj-red-color) !important;
}

.woocommerce-info {
    border-top-color: var(--bekatutaj-red-color) !important;
}

#bbpress-forums div.bbp-reply-author img.avatar {
     border-radius: 50%;
     height: 70px;
     width: 70px;
     object-fit: cover;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    background-color: #E9EAEB;
    border-radius: 15px;
    border: none;
    padding-top: 1rem;
    padding-left: 1rem;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 2px solid var(--bekatutaj-red-color);
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus-visible {
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 2px solid var(--bekatutaj-red-color);
    outline: none;
}

#people_count {
    text-align: center;
}

.breadcrumb {
    font-size: 1.1rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
  color: var(--bekatutaj-red-color);
}

.breadcrumb-home {
    color: var(--bekatutaj-red-color);
}

.forum-page-title {
    font-size: 3rem;
    text-align: center;
}

.kombinacio-checkbox {
    display: flex;
    justify-content: space-around;
}

.not-featured {
    background-color: #ddd !important;
    color: #485456 !important;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-feature-title {
    text-align: center;
    background-color: #485456;
    color: #fff;
    padding-bottom: 5px;
}

.recommendation-title-storno {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insurance-card-style .card-body-extra {
    padding-left: 20px;
    padding-right: 20px;
}

#hero {
    margin-top: -1px;
    background-color: #404C4E !important;
}

@media (max-width: 370px) {
    .payment_method_otp-simplepay-woocommerce a img {
        max-width: 150px !important;
    }
}

.card-text > div:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.next-tours-swiper .tour-card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-text-styling {
    font-size: 1.2rem;
    font-weight: 400;
}

.tour-text-styling h3 {
    font-weight: 600 !important;
}

/* 1. Constraint the Swiper width & Align Right */
.companion-swiper {
    width: 100%;
    max-width: 340px; /* Limits width so arrows stay close to avatars */
    margin-left: auto; /* Pushes the whole slider to the right (Desktop) */
    margin-right: 0;   /* Pushes the whole slider to the right (Desktop) */
    overflow: visible !important; /* Keep hover effects visible */
    padding-left: 25px; /* Make room for Left Arrow */
    padding-right: 25px; /* Make room for Right Arrow */
}

/* 2. Arrow Styling */
.companion-next, .companion-prev {
    color: var(--bekatutaj-red-color); /* White arrows */
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px; /* Center vertically */
}

/* Make the arrows smaller/thinner */
.companion-next::after, .companion-prev::after {
    font-size: 18px; /* Standard is ~40px, this makes them subtle */
    font-weight: bold;
}

/* 3. Mobile Adjustments */
@media (max-width: 768px) {
    .companion-swiper {
        margin: 0 auto; /* Center the slider on mobile */
        overflow: hidden !important;
        padding-top: 1rem;
    }
    
    /* 2. Arrow Styling */
    .companion-next, .companion-prev {
    color: var(--bekatutaj-red-color); /* White arrows */
    width: 20px;
    height: 20px;
    top: 50%;
    padding-top: 1rem; /* Center vertically */
}
    
    .hero-companions-avatars {
        justify-content: center; /* Center avatars inside slider */
    }
}

.recommended-storno .card-body .insurance-content-wrapper > div:first-of-type {
    font-size: 12px;
}

.utas-insurance-index sup {
    font-weight: bold;
}

.storno-price-text {
    font-size: 12px;
}

/* Container Layout */
.hero-companions {
    display: flex;
    align-items: flex-end; /* Aligns content to bottom */
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.companion-wrap {
    display: flex;
    flex-direction: column-reverse; /* Puts the avatars below the text visually if DOM order differs, or adjusts stacking */
}

/* Label Styling */
.hero-companions-label {
    color: #fff;
    font-size: 14px;
    opacity: .85;
    line-height: 1.3;
    text-align: right;
    margin-bottom: 5px; /* Added spacing between text and heads */
}

/* Avatar Wrapper */
.hero-companions-avatars {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

/* Individual Avatar Item */
.hero-companion-avatar {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: visible; /* Allows star/tooltip to show */
    margin-left: -15px; /* Creates the overlap effect */
    cursor: default;
    transition: transform .2s ease, z-index 0s;
    z-index: 1;
}

/* Reset margin for the first item so it doesn't shift left */
.hero-companion-avatar:first-child {
    margin-left: 0;
}

.hero-companion-avatar:hover {
    transform: scale(1.2);
    z-index: 10;
}



.hero-companion-avatar img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    clip-path: circle(50%);
}

/* Star Icon */
.hero-companion-star {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #ffc107;
    z-index: 3;
    line-height: 1;
    text-shadow: 0 0 3px rgba(0,0,0,.6);
    pointer-events: none;
}

/* Tooltip (Hover Name) */
.hero-companion-avatar::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
    z-index: 5;
}

.hero-companion-avatar:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .hero-companion-avatar:hover {
    transform: none !important;
    z-index: 10;
    }
    
    /* Tooltip (Hover Name) */
.hero-companion-avatar::after {
    content: none !important;
    }
}

/* Swiper specific fixes to ensure visibility */
.companion-swiper {
    width: 100%;
    overflow: visible; /* Important for tooltips to not be cut off */
}

/* ������ Mobile / Responsive Styles ������ */
@media (max-width: 576px) {
    .hero-companions {
        align-items: center;
        padding-top: 0;
        padding-bottom: 1.5rem;
        justify-content: center;
        text-align: center;
    }

    .hero-companions-label {
        text-align: center;
    }

    .hero-companions-avatars {
        justify-content: center;
    }
}

.sale-message {
    color: var(--bekatutaj-red-color);
    font-weight: 500;
}

#searchBox .widget_wpc_filters_widget {
    width: 100%;
}

@media (min-width: 1200px) {
    #searchBox .wpc-filter-layout-dropdown{
        flex: 0 0 auto;
        width: 50% !important;
    }
}

.promo-img-size {
    max-width: 80% !important;
    height: auto;
}

@media (max-width: 576px) {
    .promo-img-size {
    max-width: 100% !important;
    height: auto;
    }
}

#bbp_reply_content
{
  font-size: 18px !important;
}
.bbp-template-notice p
{
  font-size: 18px !important;
}
.bbp-template-notice li
{
  font-size: 14px !important;
}
.d4p-attachment-addfile
{
  font-size: 18px !important;
}
.bbp-attachments-form input[type="file"]
{
  font-size: 18px !important;
}
.bbp-attachments-form label
{
  font-size: 18px !important;
}