:root {
  --theme-color: #4b73c2;
  --primary-color: #4b73c2;
}

.breadcumb-wrapper {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.main-menu ul li:has(.sub-menu) > a:after,
.main-menu ul li:has(.mega-menu) > a:after,
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078" !important;
}

:root {
  --style-font: var(--title-font);
}

.main-menu ul.sub-menu li a:before {
  content: none !important;
}

.mobile-logo img {
  height: 40px;
  width: auto;
}

/* HEADER */
.gbb-logo-badge-wrap {
  width: 160px;
  height: 1px;
  padding: 0;
  margin: 0;
}

.gbb-logo-badge {
  position: absolute;
  top: var(--gbb-logo-center, 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 140px;
  border-radius: 20px 20px 50% 50%;
  background-color: #fff;
  border: 3px solid var(--theme-color);
  box-shadow: 0 16px 34px rgba(15, 35, 75, 0.25);
  z-index: 5;
  transition: transform 0.3s ease, box-shadow 0.3s ease, width 0.3s ease, height 0.3s ease;
}


.gbb-logo-badge-ring {
  position: absolute;
  inset: -8px;
  z-index: 0;
  border-radius: 24px 24px 50% 50%;
  border: 2px solid rgba(75, 115, 194, 0.5);
  pointer-events: none;
}

.gbb-logo-badge-ring::before,
.gbb-logo-badge-ring::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid rgba(75, 115, 194, 0.65);
  animation: gbb-logo-badge-pulse 2.4s ease-out infinite;
}

.gbb-logo-badge-ring::after {
  animation-delay: 1.2s;
}

.gbb-logo-badge-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gbb-logo-badge img {
  height: 72px;
  width: auto;
  max-width: 64%;
  transition: height 0.3s ease;
}

.gbb-logo-badge:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 20px 40px rgba(15, 35, 75, 0.32);
}

@keyframes gbb-logo-badge-pulse {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gbb-logo-badge-ring::before,
  .gbb-logo-badge-ring::after {
    animation: none;
    opacity: 0;
  }
}


.header-layout3 .menu-area {
  position: relative;
  --gbb-logo-center: 50px;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-layout3 .menu-area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: var(--gbb-logo-center);
  transform: translateY(-50%);
  height: 46px;
  z-index: -1;
  background: linear-gradient(90deg,
    rgba(75, 115, 194, 0) 0%,
    rgba(75, 115, 194, 0.55) 26%,
    rgba(75, 115, 194, 0.8) 50%,
    rgba(75, 115, 194, 0.55) 74%,
    rgba(75, 115, 194, 0) 100%);
  pointer-events: none;
  transition: top 0.3s ease, height 0.3s ease;
}

.sticky-wrapper.sticky .gbb-logo-badge {
  width: 104px;
  height: 110px;
}

.sticky-wrapper.sticky .gbb-logo-badge img {
  height: 54px;
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  --gbb-logo-center: 40px;
  background-color: #101b33 !important;
}

.header-layout3 .sticky-wrapper.sticky .menu-area::before {
  top: 0;
  transform: none;
  height: 100%;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .gbb-logo-badge {
    width: 106px;
    height: 112px;
  }

  .gbb-logo-badge img {
    height: 56px;
  }

  .header-layout3 .menu-area {
    --gbb-logo-center: 40px;
  }
}

@media (max-width: 575px) {
  .gbb-logo-badge-wrap {
    width: 110px;
  }

  .gbb-logo-badge {
    width: 88px;
    height: 94px;
    border-radius: 16px 16px 50% 50%;
  }

  .gbb-logo-badge img {
    height: 46px;
  }

  .gbb-logo-badge-ring {
    inset: -4px;
    border-radius: 18px 18px 50% 50%;
  }

  .header-layout3 .menu-area {
    --gbb-logo-center: 34px;
  }
}

.gbb-nav-row {
  column-gap: 48px;
}

@media (max-width: 1199.98px) {
  .gbb-nav-row {
    column-gap: 0;
    justify-content: space-between !important;
    flex-wrap: nowrap;
  }

  .gbb-nav-row > .col-auto:first-child {
    display: none;
  }
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "›" !important;
  font-family: inherit !important;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "›" !important;
  transform: none !important;
}

.footer-certificates-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}

.footer-certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.footer-certificate-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 6px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.footer-certificate-badge img {
  width: 36px;
  height: 51px;
  object-fit: cover;
  border-radius: 4px;
  background-color: #fff;
}

.footer-certificate-badge i {
  width: 36px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-color);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.footer-certificate-badge:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.footer-wrapper a:hover {
  color: #fff !important;
}

.footer-wrapper .th-social a:hover {
  color: #fff !important;
}

.hero3-wrapper {
  margin-top: -190px !important;
  padding-bottom: 40px;
}

/* Soft, brand-blue particle network drifting over the hero footage -
   subtle enough to read as texture, not a distraction, and it sits
   above the background image/video (z-index 1) but below the slide
   text/CTA (z-index 4, see .hero-style3 in the theme). */
.gbb-hero-network {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  pointer-events: none;
}

@media (max-width: 575px) {
  .gbb-hero-network {
    opacity: 0.5;
  }
}

/* Bolder hero copy - thin white text was washing out against the
   hero footage/network overlay */
.hero-style3 .hero-title {
  font-weight: 900;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

.hero-style3 .hero-text {
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

/* A real contrast layer behind the copy, not just text-shadow: darkens
   toward the left/bottom where the headline and CTA sit, fading out
   toward the right so the imagery and the particle network still get
   to breathe. Sits above the network (z-index 2) and below the text
   (z-index 4, set by the theme on .hero-style3), same as the video. */
.hero-3 .hero-inner {
  position: relative;
}

.hero-3 .hero-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(5, 10, 22, 0.72) 0%, rgba(5, 10, 22, 0.4) 34%, rgba(5, 10, 22, 0) 62%),
    linear-gradient(180deg, rgba(5, 10, 22, 0) 60%, rgba(5, 10, 22, 0.4) 100%);
  pointer-events: none;
}

.hero-3 .hero-slider-3,
.hero-3 .swiper-slide,
.hero-3 .hero-inner {
  height: 100vh;
  min-height: 640px;
}

.hero-3 .th-hero-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.hero-3 .hero-inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.category-card_text {
  color: var(--body-color, #6e7070);
  font-size: 15px;
  line-height: 1.5;
  margin: 8px 0 14px;
}

.destination-area {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  margin-top: 0 !important;
}

.destination-slider-thumb-wrap {
  margin: 0 !important;
}

.destination-slider-thumb-wrap .swiper-slide {
  position: relative;
  height: 320px;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  border: 4px solid transparent;
}

.destination-slider-thumb-wrap .box-img {
  position: absolute;
  inset: -4px;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  transition: inset 0.2s ease, border-radius 0.2s ease;
}

.destination-slider-thumb-wrap .is-focused .box-img {
  inset: 0;
  height: auto;
  border-radius: 12px;
}

.destination-slider-thumb-wrap .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.destination-slider-thumb-wrap .swiper-slide:hover .box-img img {
  filter: blur(4px) brightness(0.85);
}

.destination-slider-thumb-wrap .swiper-slide:after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(5, 11, 20, 0) 40%, rgba(5, 11, 20, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
  transition: inset 0.2s ease, border-radius 0.2s ease;
}

.destination-slider-thumb-wrap .is-focused:after {
  inset: 0;
  border-radius: 12px;
}

.destination-slider-thumb-wrap .box-content {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0 !important;
  top: auto !important;
  margin: 0 !important;
  z-index: 2;
  padding: 16px 18px !important;
  text-align: left !important;
  color: #fff;
  opacity: 1 !important;
  visibility: visible !important;
}

.destination-slider-thumb-wrap .box-title {
  color: #fff !important;
  font-size: 18px;
  margin: 0 0 4px;
}

.destination-slider-thumb-wrap .box-text {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;

}

.destination-slider-thumb-wrap .swiper-slide:hover .box-text {
  max-height: 70px;
  opacity: 1;
  margin: 0 0 10px;
}

@property --destination-border-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.destination-slider-thumb-wrap .is-focused {
  border-color: transparent;
  background: conic-gradient(from var(--destination-border-angle), var(--theme-color) 0deg, #ffffff 40deg, var(--theme-color) 80deg, var(--theme-color) 360deg);
  animation: destination-border-angle-spin 2.5s linear infinite;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35), 0 0 24px 2px rgba(75, 115, 194, 0.65);
}

@keyframes destination-border-angle-spin {
  to {
    --destination-border-angle: 360deg;
  }
}

.destination-slider-thumb-wrap .box-content .th-btn {
  padding: 6px 16px !important;
  font-size: 12px !important;
  min-height: 0 !important;
  height: auto !important;
  border-radius: 999px !important;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;

}

.destination-slider-thumb-wrap .swiper-slide:hover .box-content .th-btn {
  opacity: 1;
  max-height: 40px;
}

.gbb-destination-hero {
  background-color: transparent !important;
  background-image: none !important;
  padding: 0 !important;
  min-height: 760px;
}

.gbb-destination-hero .destinationSlide12 {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 1;
}

.gbb-destination-hero .destinationSlide12 .destination-img {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0 !important;
}

.gbb-destination-hero .swiper-slide.has-right-video .destination-img {
  max-width: 1508px !important;
}

.gbb-destination-hero .destinationSlide12 .destination-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gbb-destination-hero .destination-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 11, 20, 0.1) 0%, rgba(5, 11, 20, 0.75) 100%);
  z-index: 1;
}

.gbb-destination-hero .destination-right-img {
  position: absolute;
  left: 1508px;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.gbb-destination-hero .destination-right-img img,
.gbb-destination-hero .destination-right-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gbb-destination-hero .destination-area {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-top: 90px !important;
  z-index: 2;
}

.gbb-destination-hero .destination-area .sub-title,
.gbb-destination-hero .destination-area .sec-title,
.gbb-destination-hero .destination-area .box-title,
.gbb-destination-hero .destination-area .box-text {
  color: #fff;
}

.gbb-destination-hero .destination-area .title-area .sec-title {
  font-size: 28px;
  line-height: 1.35;
  max-width: 640px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gbb-destination-hero .destination-area .title-area {
  min-height: 130px;
}

.gbb-destination-hero .icon-box {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 24px !important;
  transform: translateX(-50%) !important;
  gap: 12px;
  z-index: 5;
}

.gbb-destination-hero .icon-box .slider-arrow {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  width: 48px !important;
  height: 48px !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.gbb-destination-hero .icon-box .slider-arrow img {
  width: 16px;
  filter: brightness(0) invert(1);
}

.gbb-destination-hero .icon-box .slider-arrow:hover {
  background-color: #fff !important;
}

.gbb-destination-hero .icon-box .slider-arrow:hover img {
  filter: none;
}

.modal {
  z-index: 1000000;
}

.modal-backdrop {
  z-index: 999997;
}

.gbb-ai-fab-wrap {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 1035;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gbb-whatsapp-fab {
  position: fixed;
  left: 30px;
  bottom: 100px;
  z-index: 1035;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 10px 30px rgba(15, 35, 75, 0.3);
}

.gbb-whatsapp-fab:hover {
  color: #fff;
  filter: brightness(1.05);
}

.gbb-ai-fab {
  width: 60px;
  height: 60px;
  flex: none;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 30px rgba(15, 35, 75, 0.3);
  cursor: pointer;
  position: relative;
}

.gbb-ai-fab::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
  opacity: 0.5;
  animation: gbb-ai-pulse 2.2s ease-out infinite;
}

@keyframes gbb-ai-pulse {
  0% { transform: scale(0.9); opacity: 0.6; }
  100% { transform: scale(1.35); opacity: 0; }
}

.gbb-ai-fab-bubble {
  background-color: #fff;
  color: var(--title-color, #16233e);
  padding: 10px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 35, 75, 0.15);
  font-size: 13px;
  font-weight: 500;
  max-width: 240px;
  min-height: 18px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .gbb-ai-fab-bubble {
    display: none;
  }

  .gbb-ai-fab-wrap {
    right: 16px;
    bottom: 90px;
  }

  .gbb-whatsapp-fab {
    left: 16px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.gbb-ai-modal {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.gbb-ai-modal .modal-header {
  border-bottom: 1px solid #eef0f2;
}

.gbb-ai-chat-body {
  min-height: 360px;
  max-height: 460px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 24px;
  background-color: var(--smoke-color, #f7f9fc);
}

.gbb-ai-chat-empty {
  text-align: center;
  max-width: 420px;
  padding: 24px;
  margin: auto;
}

.gbb-ai-msg {
  max-width: 75%;
  padding: 10px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.gbb-ai-msg-user {
  align-self: flex-end;
  background-color: var(--theme-color);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.gbb-ai-msg-ai {
  align-self: flex-start;
  background-color: #fff;
  color: var(--title-color, #16233e);
  border: 1px solid #eef0f2;
  border-bottom-left-radius: 4px;
}

.gbb-ai-msg-loading {
  padding: 14px 18px;
}

.gbb-ai-typing-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.gbb-ai-typing-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--theme-color);
  opacity: 0.4;
  animation: gbb-ai-typing-bounce 1.2s infinite ease-in-out;
}

.gbb-ai-typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.gbb-ai-typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes gbb-ai-typing-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

.gbb-ai-chat-empty .fa-sparkles {
  font-size: 32px;
  color: var(--theme-color);
  margin-bottom: 16px;
  display: inline-block;
}

.gbb-ai-chat-empty p {
  color: var(--title-color, #16233e);
  font-weight: 500;
  margin-bottom: 8px;
}

.gbb-ai-chat-footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #eef0f2;
  gap: 12px;
}

.gbb-ai-chat-footer .form-control {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  border-radius: 999px;
  padding: 12px 20px;
}

.gbb-ai-chat-footer .th-btn {
  border-radius: 999px !important;
  padding: 12px 20px !important;
  margin: 0 !important;
}

.img-box12 .img1 {
  width: 100%;
  max-width: 100%;
  height: 460px;
  overflow: hidden;
}

.img-box12 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-wrapp .discount-tag {
  background-color: var(--theme-color);
  z-index: 1;
}

.about-wrapp {
  z-index: 3;
}

.about-wrapp .discount-tag span {
  color: #fff;
}

.about-wrapp .icon {
  background-color: var(--theme-color);
  border: 3px solid #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.about-wrapp .icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.th-btn.style3 {
  background-color: var(--theme-color);
}

.th-btn.style3:before {
  background-color: var(--title-color);
}

.img-box12 .about-wrapp {
  right: -20px;
  bottom: -30px;
}

.about-item_img {
  min-width: 96px;
  width: 96px;
  height: 96px;
  line-height: normal;
  border-radius: 16px;
  overflow: hidden;
  background-color: transparent;
}

.about-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-item_img:hover img {
  transform: none !important;
}


.gbb-showcase-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 8;
  background-color: #0d1424;
  box-shadow: 0 20px 45px rgba(15, 35, 75, 0.16);
}

.gbb-showcase-main-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.gbb-showcase-main-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.gbb-showcase-main-item:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(180deg, rgba(5, 11, 20, 0) 45%, rgba(5, 11, 20, 0.78) 100%);
  pointer-events: none;
}

.gbb-showcase-main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gbb-showcase-main-item .destination-content {
  position: absolute;
  left: 24px;
  right: 90px;
  bottom: 20px;
  z-index: 5;
  padding: 14px 20px;
  border-radius: 16px;
  background: rgba(5, 11, 20, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gbb-showcase-main-item .destination-subtitle {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9fc1ff;
  margin-bottom: 6px;
}

.gbb-showcase-main-item .box-title {
  color: #fff;
  margin-bottom: 0;
}

.gbb-showcase-main-item .box-title a {
  color: inherit;
}

.gbb-showcase-main-item .box-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
}

.gbb-showcase-main-item .box-btn .icon-btn {
  --btn-size: 44px;
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(5, 11, 20, 0.35);
  color: #fff;
}

.gbb-showcase-main-item .box-btn .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.showcase-inline-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: cover;
  z-index: 1;
  background-color: transparent;
}

.showcase-video-bg-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px) brightness(0.55);
  transform: scale(1.15);
  z-index: 0;
}

.showcase-inline-pdf {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none;
  z-index: 1;
  background-color: #fff;
}

.gbb-showcase-main-item:not(.active) .showcase-inline-video,
.gbb-showcase-main-item:not(.active) .showcase-inline-pdf {
  pointer-events: none;
}

.showcase-download-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  opacity: 1 !important;
  visibility: visible !important;
}

.gbb-showcase-thumbs-wrap {
  margin-top: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--theme-color) transparent;
}

.gbb-showcase-thumbs-wrap::-webkit-scrollbar {
  height: 6px;
}

.gbb-showcase-thumbs-wrap::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 10px;
  opacity: 0.6;
}

.gbb-showcase-thumbs {
  display: flex;
  gap: 14px;
  padding-bottom: 6px;
}

.gbb-showcase-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 168px;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background-color: var(--smoke-color2, #F3F6F9);
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.gbb-showcase-thumb img {
  display: block;
  width: 100%;
  height: 94px;
  object-fit: cover;
}

.gbb-showcase-thumb-title {
  display: block;
  padding: 8px 10px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--title-color, #16233e);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gbb-showcase-thumb-play {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(5, 11, 20, 0.55);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gbb-showcase-thumb:hover {
  transform: translateY(-2px);
}

.gbb-showcase-thumb.active {
  border-color: var(--theme-color);
  box-shadow: 0 10px 24px rgba(75, 115, 194, 0.25);
}

.gbb-showcase-thumb.active .gbb-showcase-thumb-title {
  color: var(--theme-color);
}

.gbb-showcase-thumb-all {
  flex: 0 0 auto;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
}

.gbb-showcase-thumb-all:hover {
  color: #fff;
  filter: brightness(1.08);
}

@media (max-width: 575px) {
  .gbb-showcase-main {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .gbb-showcase-thumb {
    width: 130px;
  }

  .gbb-showcase-thumb img {
    height: 76px;
  }

  .gbb-showcase-thumb-all {
    width: 90px;
  }
}

#blog-sec .blog-img {
  margin-bottom: 16px;
}

#blog-sec .blog-img img {
  height: 220px;
  object-fit: cover;
}

#blog-sec .blog-box.style2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#blog-sec .blog-box_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#blog-sec .blog-box_content .blog-meta {
  margin-bottom: 4px;
}

#blog-sec .blog-box_content .box-title {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#blog-sec .blog-box_content .box-text {
  margin-bottom: 12px;
}

#blog-sec .blog-box_content .th-btn {
  margin-top: auto;
  align-self: flex-start;
}

#destination-sec .destination-content {
  z-index: 5;
}

.cta-sec6 .shape-mockup video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-partner-badge {
  display: inline-block;
}

.footer-partner-badge img {
  height: 48px;
  width: auto;
  filter: brightness(0) invert(1);
}

.announcement-popup-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.announcement-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  background-color: rgba(5, 11, 20, 0.55) !important;
  border-radius: 50%;
  opacity: 1;
  width: 32px;
  height: 32px;
  padding: 0;
}

.announcement-popup-content .row.g-0 {
  display: flex;
}

.announcement-popup-media {
  position: relative;
  min-height: 260px;
  align-self: stretch;
}

.announcement-popup-media img,
.announcement-popup-media video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.announcement-popup-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.announcement-popup-body .sub-title.style1 {
  font-size: 25px;
}

.announcement-popup-title {
  margin: 8px 0 16px;
  font-size: 28px;
}

.announcement-popup-text {
  color: var(--body-color, #6e7070);
  margin-bottom: 0;
  white-space: pre-line;
}

@media (max-width: 767px) {
  .announcement-popup-content {
    max-height: 88vh;
    overflow-y: auto;
  }

  .announcement-popup-media {
    min-height: 140px;
  }

  .announcement-popup-body {
    padding: 20px;
  }

  .announcement-popup-body .sub-title.style1 {
    font-size: 15px;
  }

  .announcement-popup-title {
    font-size: 19px;
    margin: 6px 0 10px;
  }

  .announcement-popup-text {
    font-size: 14px;
  }
}

.brand-box img.original {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand-box:hover img.original,
.reference-card:hover .brand-box img.original {
  filter: grayscale(0%);
  opacity: 1;
  transform: none;
  visibility: visible;
}

.cta-sec6.bg-title,
#degerler-sec.bg-title {
  background-color: var(--theme-color) !important;
}

.footer-wrapper.bg-title {
  background-color: #13203c !important;
}

.cta-sec6 .cta-shape {
  background-color: var(--theme-color);
}

.space:has(> .cta-sec6) {
  padding-top: 60px;
  padding-bottom: 0;
}

.cta-area6-tight {
  padding: 50px 0;
}

.cta-area6-tight .cta-title2 {
  font-size: 32px;
  line-height: 1.3;
}

.cta-area6-tight .title-area {
  margin-bottom: 20px;
}

.cta-area6-tight .title-area p {
  font-size: 15px;
  margin-top: 8px;
}

.footer-wrapper.footer-layout2 {
  position: relative;
  overflow: hidden;
}

.footer-wrapper.footer-layout2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(75, 115, 194, 0), var(--theme-color), rgba(75, 115, 194, 0));
  opacity: 0.85;
}

.footer-wrapper.footer-layout2:after {
  content: '';
  position: absolute;
  top: -160px;
  right: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(75, 115, 194, 0.22) 0%, rgba(75, 115, 194, 0) 70%);
  pointer-events: none;
}

.footer-wrapper.footer-layout2 .widget-area {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 32px;
}

.footer-wrapper.footer-layout2 .footer-widget {
  margin-bottom: 16px;
}

.footer-wrapper.footer-layout2 .about-text {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.footer-wrapper.footer-layout2 .footer-brand-row {
  margin-bottom: 24px;
}

.footer-wrapper.footer-layout2 .footer-brand-row .about-logo,
.footer-wrapper.footer-layout2 .footer-brand-row .footer-partner-badge {
  margin: 0;
}

.footer-wrapper.footer-layout2 .footer-widget .widget_title {
  position: relative;
  padding-bottom: 18px;
  color: #fff;
  letter-spacing: 0.2px;
}

.footer-wrapper.footer-layout2 .footer-widget .widget_title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--theme-color);
}

.footer-wrapper.footer-layout2 .menu-all-pages-container .menu li {
  margin-bottom: 10px;
}

.footer-wrapper.footer-layout2 .menu-all-pages-container .menu a {
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-wrapper.footer-layout2 .menu-all-pages-container .menu a:hover {
  padding-left: 4px;
}

.footer-wrapper.footer-layout2 .about-logo img {
  height: 40px;
  width: auto;
}

.footer-wrapper.footer-layout2 .th-widget-contact .info-box_text .icon {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.footer-wrapper.footer-layout2 .th-widget-contact .info-box_text:hover .icon {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  transform: translateY(-3px);
}

.footer-wrapper.footer-layout2 .th-widget-contact .info-box_text .info-box_link {
  color: rgba(255, 255, 255, 0.75);
}

.footer-wrapper.footer-layout2 .footer-partner-badge {
  transition: transform 0.3s ease;
}

.footer-wrapper.footer-layout2 .footer-partner-badge:hover {
  transform: translateY(-3px);
}

.footer-wrapper.footer-layout2 .th-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.footer-wrapper.footer-layout2 .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  transform: translateY(-3px);
}

.footer-wrapper .copyright-wrap {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
}

.footer-wrapper .copyright-text {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-wrapper .copyright-text a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.about-intro-img {
  float: left;
  width: 45%;
  margin: 0 40px 24px 0;
}

.about-intro-img img {
  width: 100%;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .about-intro-img {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
}

.values-card {
  border-radius: 20px;
  padding: 48px 24px;
  margin-top: 48px;
}

.value-card {
  padding: 24px 12px;
}

.value-card-icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white-color);
  font-size: 28px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.value-card:hover .value-card-icon {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-4px);
}

.value-card .box-title {
  margin-bottom: 0;
  color: var(--white-color);
}

.chairman-teaser-card {
  background-color: var(--smoke-color2, #F3F4F6);
  border-radius: 16px;
  padding: 32px;
}

.chairman-teaser-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.chairman-teaser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#genel-mudur-sec .img-box12 .img1 img,
#baskan-mesaj-sec .img-box12 .img1 img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
}

.chairman-pull-quote {
  border-left: 4px solid var(--theme-color);
  padding: 4px 0 4px 20px;
  margin: 0 0 24px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: var(--title-color);
}

.chairman-pull-quote:before {
  background: none;
}

.security-policy-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: var(--body-color, #6e7070);
}

.security-certificate-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.security-certificate-viewer {
  flex: 1 1 320px;
  border: 1px solid var(--th-border-color, #E9EDF5);
  border-radius: 12px;
  overflow: hidden;
}

.security-certificate-viewer iframe {
  width: 100%;
  height: 650px;
  display: block;
  border: none;
  overflow: hidden;
}

.security-certificate-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background-color: var(--smoke-color2, #F3F4F6);
  font-weight: 600;
  color: var(--title-color);
}

.security-certificate-caption i.fa-file-pdf {
  color: #DC3545;
  margin-right: 8px;
}

.security-certificate-caption a {
  color: var(--theme-color);
  font-size: 18px;
}

@media (max-width: 767px) {
  .security-certificate-viewer iframe {
    height: 500px;
  }
}

.sub-menu li a {
  padding-left: 23px !important;
}

.sub-menu li a:hover {
  padding-left: 23px !important;
}

.team-grid-single-photo {
  padding-top: 40px;
}

.team-grid-single-photo .team-img2 {
  margin-top: 0;
}

.reference-card {
  background-color: var(--smoke-color2, #F3F4F6);
  border-radius: 16px;
  padding: 24px 16px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reference-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.reference-card-name {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
}

#contact-info-sec .about-contact-icon {
  background-color: var(--theme-color) !important;
}

#contact-info-sec .about-contact-grid {
  border-color: rgba(75, 115, 194, 0.15);
  height: 100%;
  align-items: flex-start;
}

.contact-form-section {
  background: linear-gradient(180deg, rgba(75, 115, 194, 0.06) 0%, rgba(75, 115, 194, 0) 100%);
}

.contact-form {
  position: relative;
  border-top: 4px solid var(--theme-color);
}

.preloader {
  background: radial-gradient(circle at 50% 42%, #1a2b4d 0%, #0f1b32 55%, #070d19 100%) !important;
}

.preloader-inner {
  top: 50% !important;
}

.page-loader-circle {
  position: relative;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  animation: page-loader-pulse 2.4s ease-in-out infinite;
}

.page-loader-circle:before {
  content: '';
  position: absolute;
  inset: -9px;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, var(--theme-color) 70deg, transparent 150deg, transparent 210deg, var(--theme-color) 290deg, transparent 360deg);
  animation: page-loader-ring-spin 1.5s linear infinite;
}

.page-loader-logo {
  width: 68px;
  height: auto;
  margin: 0 !important;
  animation: page-loader-logo-breathe 2.4s ease-in-out infinite;
}

.page-loader-text {
  display: block;
  margin-top: 26px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.page-loader-dots span {
  animation: page-loader-dot-fade 1.4s ease-in-out infinite;
}

.page-loader-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.page-loader-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes page-loader-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes page-loader-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(75, 115, 194, 0.45), 0 10px 30px rgba(0, 0, 0, 0.35);
  }

  50% {
    box-shadow: 0 0 32px 6px rgba(75, 115, 194, 0.45), 0 10px 30px rgba(0, 0, 0, 0.35);
  }
}

@keyframes page-loader-logo-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.92);
    opacity: 0.85;
  }
}

@keyframes page-loader-dot-fade {
  0%,
  100% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }
}

.destination-item .destination-subtitle {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.destination-item .destination-item_img {
  height: 220px;
}

.destination-item .destination-item_img img {
  height: 100%;
  object-fit: cover;
}

.product-hero-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 35, 75, 0.14);
  aspect-ratio: 21 / 9;
  background-color: var(--smoke-color2, #F3F6F9);
}

.product-hero-media img,
.product-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hero-media .product-category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  margin-bottom: 0;
}

.product-website-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--title-color, #16233e) !important;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
  transition: background-color 0.2s ease;
}

.product-website-badge:hover {
  background-color: #fff;
  color: var(--theme-color) !important;
}

.product-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 60px 28px 24px;
  background: linear-gradient(180deg, rgba(5, 11, 20, 0) 0%, rgba(5, 11, 20, 0.75) 100%);
}

.product-hero-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.product-zoom-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--title-color, #16233e);
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.product-zoom-btn:hover {
  background-color: #fff;
  color: var(--theme-color);
}

@media (max-width: 575px) {
  .product-hero-media {
    aspect-ratio: 4 / 3;
  }

  .product-hero-title {
    font-size: 22px;
  }
}

.product-detail-content p {
  margin-bottom: 16px;
  line-height: 1.8;
  color: var(--body-color, #6e7070);
}

.product-detail-content img {
  max-width: 100%;
  border-radius: 8px;
}

.product-detail-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 14px;
}

.product-detail-content h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--title-color);
  margin: 24px 0 10px;
}

.product-detail-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.product-detail-content ul li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: var(--body-color, #6e7070);
}

.product-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.product-detail-content table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--th-border-color, #E9EDF5);
  font-size: 14px;
}

.product-detail-content table td:first-child {
  color: var(--body-color, #6e7070);
  width: 45%;
}

.product-detail-content table td:last-child {
  color: var(--title-color);
  font-weight: 600;
}

.product-detail-content .product-lead {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1.4;
  margin-bottom: 16px;
}

.product-detail-content .product-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 8px;
}

.product-detail-content .feature-block {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--th-border-color, #E9EDF5);
  border-radius: 14px;
  padding: 24px 22px 20px;
  padding-left: 26px;
  border-left: 3px solid var(--theme-color);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-detail-content .feature-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 35, 75, 0.1);
}

.product-detail-content .feature-block h4 {
  margin: 0 0 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-detail-content .feature-block h4:before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  flex: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.product-detail-content .feature-block p {
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 575px) {
  .product-detail-content .product-features {
    grid-template-columns: 1fr;
  }
}

.product-category-badge {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
}

.product-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.product-gallery-thumbs img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.product-gallery-thumbs img:hover,
.product-gallery-thumbs img.active {
  border-color: var(--theme-color);
}

.product-external-cta {
  background-color: var(--smoke-color2, #F3F6F9);
  border-radius: 16px;
  padding: 36px;
  text-align: center;
}

.products-sidebar {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--theme-color) transparent;
}

.products-sidebar::-webkit-scrollbar {
  width: 6px;
}

.products-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.products-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 10px;
  opacity: 0.6;
}

.products-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: var(--title-color, #16233e);
}

.products-tree-widget {
  background-color: #fff;
  border: 1px solid var(--th-border-color, #E9EDF5);
  border-radius: 14px;
  padding: 20px 16px;
}

.products-tree-widget .widget_title {
  font-size: 17px;
  padding-bottom: 12px;
  margin-bottom: 26px;
}

.products-tree {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.products-tree > li {
  margin-bottom: 2px;
}

.products-tree-widget .products-tree-root > a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: var(--title-color, #16233e);
}

.products-tree-root.active > a {
  background-color: var(--smoke-color2, #F3F6F9);
  color: var(--theme-color);
}

.products-tree-row {
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
}

.products-tree-row:hover {
  background-color: var(--smoke-color2, #F3F6F9);
}

.products-tree-widget .products-tree-label {
  flex: 1 1 auto;
  padding: 8px 10px;
  border-bottom: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: var(--title-color, #16233e);
}

.products-tree-label.active {
  color: var(--theme-color);
}

.products-tree-label span {
  color: #9aa5b1;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
}

.products-tree-toggle {
  flex: none;
  width: 28px;
  height: 28px;
  margin: 4px 2px 0 0;
  border: none;
  background: transparent;
  color: #9aa5b1;
  font-size: 11px;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.products-tree-item.is-open > .products-tree-row .products-tree-toggle {
  transform: rotate(180deg);
  color: var(--theme-color);
}

.products-tree-sub {
  list-style: none;
  padding-left: 12px;
  margin: 2px 0 6px;
  border-left: 2px solid var(--smoke-color2, #F3F6F9);
}

.products-tree-widget .products-tree-sub li a {
  display: block;
  padding: 6px 10px;
  border-bottom: none;
  font-size: 12.5px;
  line-height: 1.3;
  color: var(--body-color, #6e7070);
  border-radius: 6px;
}

.products-tree-sub li a:hover {
  background-color: var(--smoke-color2, #F3F6F9);
  color: var(--theme-color);
}

.products-tree-sub li.active a {
  color: var(--theme-color);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .products-sidebar {
    position: static;
    max-height: none;
    margin-bottom: 30px;
  }
}

.destination-item-equal {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.destination-item-equal .destination-item_img {
  position: relative;
}

.destination-item-equal .destination-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 18px 18px;
  text-align: left;
}

.destination-item-equal .box-title {
  min-height: auto;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.destination-item-equal .destination-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.product-card-link {
  margin-top: auto;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color);
}

.product-card-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.product-card-link:hover {
  color: var(--title-color, #16233e);
}

.product-card-link:hover i {
  transform: translateX(4px);
}

.product-card-category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 30px;
}

.error-404-img {
  max-width: 420px;
  width: 100%;
}

.team-grid-equal {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-photo-wrap {
  position: relative;
}

.team-social-badge {
  position: absolute;
  bottom: 20px;
  right: calc(50% - 140px + 20px);
  z-index: 4;
}

.team-social-badge a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.team-social-badge a:hover {
  color: #fff;
  filter: brightness(1.1);
}

.team-grid-equal .team-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.category-slogan {
  border-left: 3px solid var(--theme-color);
  padding: 4px 0 4px 20px;
}

.category-slogan p {
  color: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
}

.product-gallery-modal-content {
  background-color: #0d1424;
  border: none;
  border-radius: 14px;
  padding: 20px;
}

.product-gallery-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  opacity: 1;
}

.product-gallery-modal-stage {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 320px;
  max-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.product-gallery-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.product-gallery-modal-nav:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.product-gallery-modal-prev {
  left: 16px;
}

.product-gallery-modal-next {
  right: 16px;
}

@media (max-width: 575px) {
  .product-gallery-modal-nav {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

.product-gallery-modal-stage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-gallery-modal-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.product-gallery-modal-thumb {
  flex: 0 0 auto;
  width: 84px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.06);
  opacity: 0.6;
  transition: all 0.2s ease;
  cursor: pointer;
}

.product-gallery-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-modal-thumb:hover {
  opacity: 0.85;
}

.product-gallery-modal-thumb.active {
  border-color: var(--theme-color);
  opacity: 1;
}

@media (max-width: 767px) {
  .product-gallery-modal-stage {
    height: 50vh;
    min-height: 260px;
  }

  .product-gallery-modal-thumb {
    width: 64px;
    height: 50px;
  }
}

.related-product-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border: 1px solid var(--th-border-color, #E9EDF5);
  border-radius: 12px;
  padding: 12px;
  height: 100%;
  transition: all 0.3s ease;
}

.related-product-item:hover {
  border-color: var(--theme-color);
  box-shadow: 0 15px 35px rgba(15, 35, 75, 0.1);
  transform: translateY(-2px);
}

.related-product-item .related-product-img {
  flex: 0 0 96px;
  width: 96px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.related-product-item .related-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-product-item:hover .related-product-img img {
  transform: scale(1.08);
}

.related-product-item .related-product-body {
  flex: 1 1 auto;
  min-width: 0;
}

.related-product-item .related-product-category {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--theme-color);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.related-product-item .related-product-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: var(--title-color, #16233e);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-product-item:hover .related-product-title {
  color: var(--theme-color);
}

.related-product-item .related-product-arrow {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--smoke-color2, #F3F6F9);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.3s ease;
}

.related-product-item:hover .related-product-arrow {
  background-color: var(--theme-color);
  color: #fff;
  transform: translateX(3px);
}

@media (max-width: 400px) {
  .related-product-item .related-product-img {
    flex-basis: 72px;
    width: 72px;
    height: 64px;
  }
}

.gbb-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999998;
  background-color: #0d1424;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.25);
}

.gbb-cookie-consent-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.gbb-cookie-consent-text {
  color: #e9edf5;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  flex: 1 1 400px;
}

.gbb-cookie-consent-text a {
  color: #7fd6ff;
  text-decoration: underline;
  margin-left: 4px;
}

.gbb-cookie-consent #gbbCookieConsentAccept {
  flex: 0 0 auto;
  padding: 10px 26px;
  font-size: 14px;
}

@media (max-width: 575px) {
  .gbb-cookie-consent-inner {
    padding: 16px;
  }

  .gbb-cookie-consent #gbbCookieConsentAccept {
    width: 100%;
  }
}

