.elementor-29960 .elementor-element.elementor-element-bfad723{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:30px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-29960 .elementor-element.elementor-element-fa5efcf{text-align:center;}.elementor-29960 .elementor-element.elementor-element-fa5efcf .elementor-heading-title{font-weight:900;}.elementor-29960 .elementor-element.elementor-element-e7e522c{--display:flex;}.elementor-29960 .elementor-element.elementor-element-e7e522c.e-con{--align-self:stretch;}.elementor-29960 .elementor-element.elementor-element-44d5a7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29960 .elementor-element.elementor-element-472bc50{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-29960 .elementor-element.elementor-element-08d4200{--grid-columns:4;--grid-row-gap:20px;width:100%;max-width:100%;--grid-column-gap:20px;}.elementor-29960 .elementor-element.elementor-element-08d4200 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:769px){.elementor-29960 .elementor-element.elementor-element-bfad723{--content-width:1200px;}.elementor-29960 .elementor-element.elementor-element-e7e522c{--width:100%;}}@media(max-width:1024px){.elementor-29960 .elementor-element.elementor-element-08d4200{--grid-columns:2;}}@media(max-width:768px){.elementor-29960 .elementor-element.elementor-element-08d4200{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-4410c4b *//* =========================
   ROYAL TATIL - HTML KATEGORI CHIP BAR
========================= */

.rt-filter-bar {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 4px 2px 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rt-filter-bar::-webkit-scrollbar {
  display: none;
}

.rt-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #dbe4f0;
  background: #ffffff;
  color: #102961;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(16, 41, 97, 0.05);
  transition: all 0.25s ease;
}

.rt-filter-chip:hover {
  background: #102961;
  color: #ffffff;
  border-color: #102961;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 41, 97, 0.14);
}

.rt-filter-chip.is-active {
  background: #102961;
  color: #ffffff;
  border-color: #102961;
  box-shadow: 0 12px 24px rgba(16, 41, 97, 0.16);
}

@media (max-width: 767px) {
  .rt-filter-bar {
    gap: 10px;
    padding-bottom: 8px;
  }

  .rt-filter-chip {
    padding: 10px 16px;
    min-height: 40px;
    font-size: 12px;
  }
}


.rt-filter-chip {
  letter-spacing: 0.3px;
  backdrop-filter: blur(6px);
}

.rt-filter-chip:hover {
  transform: translateY(-3px) scale(1.02);
}

.rt-filter-chip.is-active {
  background: linear-gradient(135deg, #102961, #1e3a8a);
}

    .rt-filter-chip.is-active {
  box-shadow: 
    0 10px 25px rgba(16, 41, 97, 0.25),
    0 0 0 1px rgba(255,255,255,0.1) inset;
}


.rt-filter-bar {
  scroll-behavior: smooth;
}

.rt-filter-chip {
  position: relative;
}

.rt-filter-chip.is-active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  border-radius: 10px;
  background: #102961;
}


/* =========================
   ROYAL TATIL - MOBIL CHIP BAR DÜZELTME
========================= */

.rt-filter-bar {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.rt-filter-chip {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .rt-filter-bar {
    gap: 8px;
    padding: 2px 0 10px;
    justify-content: flex-start;
  }

  .rt-filter-chip {
    padding: 9px 14px;
    min-height: 38px;
    font-size: 12px;
  }
}/* End custom CSS */