:root {
  /* === TURİZM / KUMSAL PALET ===
     #FAF3E1  → açık krem  (arka plan, middlenav)
     #F5E7C6  → kum sarısı (bölüm bg, hover)
     #FA8112  → turuncu   (link, topbar, footer-copyright)
  */
  --h-dark: #7A3800;
  --h-navy: #FA8112;
  --h-cyan: #FA8112;
  --h-gold: #F5E7C6;
  --h-wa: #25D366;
  --h-line: rgba(255, 255, 255, .15);
  --h-muted: rgba(255, 255, 255, .65);
  --h-ease: cubic-bezier(.4, 0, .2, 1);
  --f-dark: #7A3800;
  --f-navy: #FA8112;
  --f-cyan: #FA8112;
  --f-gold: #F5E7C6;
  --f-muted: rgba(255, 255, 255, .55);
  --f-line: rgba(255, 255, 255, .12);
  --f-ease: cubic-bezier(.4, 0, .2, 1);
  --dts-dark: #7A3800;
  --dts-navy: #FA8112;
  --dts-blue: #FA8112;
  --dts-cyan: #FA8112;
  --dts-cyan-dk: #D96A00;
  --dts-gold: #F5E7C6;
  --dts-gold-dk: #EDD8A0;
  --dts-light: #FFFDF7;
  --dts-border: #F5E7C6;
  --dts-text: #3A2000;
  --dts-muted: #9A7A50;
  --dts-success: #2ECC71;
  --dts-shadow: 0 6px 28px rgba(250, 129, 18, .12);
  --dts-shadow-h: 0 14px 44px rgba(250, 129, 18, .20);
  --dts-r: 10px;
  --dts-r-lg: 16px;
  --dts-ease: cubic-bezier(.4, 0, .2, 1);
  --dts-tr: all .28s var(--dts-ease);
}

/*reset*/
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  background-color: #fff;
  color: var(--dts-text);
}

section {
  position: relative;
}

form label {
  font-weight: 400 !important;
}

a,
.page-link {
  color: #FA8112;
  font-weight: 400;
}

a:hover,
a:focus,
a:active {
  color: #D96A00;
  text-decoration: none;
  font-weight: 400;
}

a:focus {
  outline: thin !important;
}

.page-link:hover,
.page-link:focus {
  background-color: #F5E7C6;
  color: #7A3800;
}

.form-control:focus,
.dropdown-toggle.btn:focus,
.bootstrap-select.open .btn {
  border-color: var(--dts-navy) !important;
  outline: thin !important;
  outline-color: var(--dts-navy) !important;
}

.btn:focus {
  border-color: transparent !important;
  outline: thin !important;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.card,
.list-group-item,
.card-header {
  border-color: rgba(0, 0, 0, 0.06)
}

.alert.alert-warning {
  background: #f5cf77;
  color: #000000
}

.alert.alert-danger {
  background: #f6bcc3;
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: var(--dts-navy);
}

.nav-pills .nav-link {
  height: 30px;
  line-height: 30px;
  background: #a7a7a7;
  padding: 0 18px;
  color: #ffffff;
  font-size: .8em;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  white-space: nowrap
}

.nav-pills .nav-item {
  padding-right: 10px
}

.nav-pills .nav-link:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  border-top: 5px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: ""
}

.nav-pills .nav-link.active:after {
  border-top: 5px solid var(--dts-navy)
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.4rem;
}

h2.small {
  font-size: 1.1rem;
  font-weight: 500;
}

h3 {
  font-size: 1.3rem;
}

h3.card-title {
  margin-bottom: 0px;
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h4.card-title {
  margin-bottom: 0px;
  font-size: 1.1rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1.05rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: -.02em
}

a {
  transition: var(--tr);
}

::selection {
  background: var(--c-cyan);
  color: #fff;
}


/*bodrumtour.pl tasarım css*/
.tour-card,
.card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgb(0 0 0 / 0.15) !important;
}

.tour-card .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.tour-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tour-card:hover .img-wrapper img {
  transform: scale(1.06);
}

.tour-card .badge-category {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

.tour-card .card-title-bar {
  background: linear-gradient(135deg, var(--dts-navy), var(--dts-cyan));
  padding: 10px 14px;
}

.tour-card .card-title-bar a {
  text-decoration: none;
}

.tour-card .card-title-bar h6 {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tour-card .card-body {
  background: #fff;
  padding: 12px 14px;
}

.tour-card .card-desc {
  font-size: 0.92rem;
  color: #777;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.tour-card .meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-card .days-info {
  font-size: 0.78rem;
  color: #555;
}

.tour-card .days-info i {
  color: var(--dts-cyan);
  margin-right: 4px;
}

.tour-card .price-badge {
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.02em;
  line-height: 0.88rem;
}

.tour-card .card-footer-bar {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-card .duration-info {
  font-size: 0.75rem;
  color: #888;
}

.tour-card .duration-info i {
  margin-right: 4px;
}

.tour-card .btn-detail {
  font-size: 0.72rem;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.features-section {
  padding: 56px 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(255 255 255 / 0.05);
  backdrop-filter: blur(6px);
  transition: background 0.25s, transform 0.25s;
  height: 100%;
}

.feature-item:hover {
  background: rgb(255 255 255 / 0.1);
  transform: translateY(-4px);
}

.feature-icon-wrap {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--dts-cyan), var(--dts-navy));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  box-shadow: 0 4px 14px rgb(231 76 60 / 0.4);
}

.feature-text .ftitle {
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.feature-text .fdesc {
  color: rgb(255 255 255 / 0.6);
  font-size: 0.78rem;
  margin: 0;
  line-height: 1.5;
}

.section-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--dts-cyan), #e67e22);
  border-radius: 2px;
  margin: 0 auto 32px;
}

.services-section {
  padding: 60px 0;
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dts-cyan);
  border-bottom: 2px solid var(--dts-cyan);
  padding-bottom: 3px;
  margin-bottom: 14px;
}

.section-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.section-desc {
  color: #777;
  margin: 0 auto 40px;
}

.svc-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgb(0 0 0 / 0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
}

.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.12);
}

.svc-img-wrap {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.svc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.svc-card:hover .svc-img-wrap img {
  transform: scale(1.07);
}

.svc-icon-badge {
  position: absolute;
  bottom: 18px;
  left: 20px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--dts-cyan), var(--dts-navy));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgb(231 76 60 / 0.4);
  border: 2px solid #fff;
}

.svc-body {
  padding: 30px 20px 20px;
}

.svc-body h5 {
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.svc-body h5 a {
  color: inherit;
  text-decoration: none;
}

.svc-body h5 a:hover {
  color: var(--dts-cyan);
}

.svc-body p {
  font-size: 0.82rem;
  color: #888;
  line-height: 1.6;
  margin-bottom: 16px;
}

.btn-svc {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  border: 2px solid var(--dts-cyan);
  color: var(--dts-cyan);
  background: #fff0;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}

.btn-svc:hover {
  background: var(--dts-cyan);
  color: #fff;
  text-decoration: none;
}

.cat-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  height: 340px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgb(0 0 0 / 0.22);
  text-decoration: none;
}

.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cat-card:hover img {
  transform: scale(1.08);
}

.cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgb(0 0 0 / 0.8) 0%,
      rgb(0 0 0 / 0.3) 50%,
      rgb(0 0 0 / 0.05) 100%);
  transition: background 0.3s ease;
}

.cat-card:hover .cat-overlay {
  background: linear-gradient(to top,
      var(--dts-cyan) 0%,
      rgb(0 0 0 / 0.3) 60%,
      rgb(0 0 0 / 0.05) 100%);
}

.cat-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgb(255 255 255 / 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgb(255 255 255 / 0.25);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

.cat-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 4rem;
  font-weight: 900;
  color: rgb(255 255 255 / 0.07);
  line-height: 1;
  pointer-events: none;
}

.cat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 22px;
}

.cat-content h3 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.cat-desc {
  color: rgb(255 255 255 / 0.75);
  font-size: 0.8rem;
  margin-bottom: 14px;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}

.cat-card:hover .cat-desc {
  max-height: 60px;
  opacity: 1;
}

.cat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 2px solid rgb(255 255 255 / 0.5);
  padding-bottom: 2px;
}

.cat-card:hover .cat-cta {
  border-color: #fff;
}

.cat-cta i {
  transition: transform 0.2s;
}

.cat-card:hover .cat-cta i {
  transform: translateX(4px);
}

.info-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgb(0 0 0 / 0.1);
}

.info-card .summary-block {
  padding: 20px;
  background: #fff;
  font-size: 0.83rem;
  color: #555;
  line-height: 1.7;
  border-bottom: 1px solid #f0f0f0;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 18px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s;
}

.info-row:hover {
  background: #fafafa;
}

.info-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  margin-top: 1px;
}

.ico-blue {
  background: #e8f0fe;
  color: #3b6fce;
}

.ico-red {
  background: #fdecea;
  color: #e53935;
}

.ico-orange {
  background: #fff3e0;
  color: #e67e22;
}

.ico-green {
  background: #e8f5e9;
  color: #27ae60;
}

.ico-purple {
  background: #f3e5f5;
  color: #8e24aa;
}

.ico-teal {
  background: #e0f2f1;
  color: #00897b;
}

.ico-pink {
  background: #fce4ec;
  color: #e91e63;
}

.ico-indigo {
  background: #e8eaf6;
  color: #3949ab;
}

.info-text {
  flex: 1;
}

.info-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 2px;
}

.info-value {
  font-size: 0.82rem;
  color: #333;
  line-height: 1.45;
}

.price-block {
  background: linear-gradient(135deg, var(--dts-cyan), var(--dts-navy));
  padding: 18px 20px;
  text-align: center;
}

.price-block .price-from {
  font-size: 0.7rem;
  color: rgb(255 255 255 / 0.75);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 4px;
}

.price-block .price-amount {
  font-size: 1.7rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.price-block .price-per {
  font-size: 0.72rem;
  color: rgb(255 255 255 / 0.7);
  display: block;
  margin-top: 4px;
}

.price-block .btn-book {
  margin-top: 14px;
  display: block;
  background: #fff;
  color: var(--dts-cyan);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 9px 0;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.price-block .btn-book:hover {
  background: #1a1a2e;
  color: #fff;
}

.tour-hero {
  position: relative;
  width: 100%;
  height: 520px;
}

.tour-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: heroZoom 8s ease forwards;
}

@keyframes heroZoom {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1);
  }
}

.tour-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgb(0 0 0 / 0.82) 0%,
      rgb(0 0 0 / 0.2) 55%,
      rgb(0 0 0 / 0.1) 100%),
    linear-gradient(to right, rgb(0 0 0 / 0.3) 0%, transparent 60%);
}

.hero-breadcrumb {
  position: absolute;
  top: 24px;
  left: 48px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: rgb(255 255 255 / 0.65);
}

.hero-breadcrumb a {
  color: rgb(255 255 255 / 0.65);
  text-decoration: none;
}

.hero-breadcrumb a:hover {
  color: #fff;
}

.hero-breadcrumb span {
  color: rgb(255 255 255 / 0.35);
}

.hero-price-badge {
  position: absolute;
  top: 24px;
  right: 48px;
  background: rgb(0 0 0 / 0.45);
  backdrop-filter: blur(8px);
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 12px;
  padding: 10px 20px;
  text-align: center;
}

.hero-price-badge .from {
  font-size: 0.65rem;
  color: rgb(255 255 255 / 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
}

.hero-price-badge .amount {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}

.hero-price-badge .per {
  font-size: 0.65rem;
  color: rgb(255 255 255 / 0.6);
  display: block;
}

.tour-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 10px;
}

.hero-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--dts-cyan);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.hero-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 14px;
  text-shadow: 0 2px 12px rgb(0 0 0 / 0.4);
  max-width: 680px;
}

.hero-divider {
  width: 48px;
  height: 3px;
  background: var(--dts-cyan);
  border-radius: 2px;
  margin-bottom: 14px;
}

.hero-summary {
  color: rgb(255 255 255 / 0.8);
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 22px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgb(255 255 255 / 0.85);
  font-size: 0.8rem;
}

.hero-meta-item>i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  flex-shrink: 0;
}

.tour-hero .img-wrapper-hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-meta .dropdown-toggle {
  color: rgb(255 255 255 / 0.85);
  text-decoration: none;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-meta .dropdown-menu .dropdown-item:hover {
  background: #fdecea;
  color: var(--dts-cyan);
}

.cat-sidebar {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgb(0 0 0 / 0.1);
  margin-bottom: 24px;
}

.cat-sidebar-header {
  background: linear-gradient(135deg, var(--dts-navy), var(--dts-cyan));
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cat-sidebar-header .header-icon {
  width: 36px;
  height: 36px;
  background: rgb(255 255 255 / 0.18);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
}

.cat-sidebar-header .header-text {
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.cat-sidebar-header .header-sub {
  color: rgb(255 255 255 / 0.65);
  font-size: 0.7rem;
  margin-top: 1px;
}

.cat-item {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
  background: #fff;
  transition: background 0.2s;
}

.cat-item:last-of-type {
  border-bottom: none;
}

.cat-item:hover {
  text-decoration: none;
}

.cat-item-inner {
  display: flex;
  align-items: stretch;
  min-height: 90px;
}

.cat-img-col {
  flex-shrink: 0;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.cat-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cat-item:hover .cat-img-col img {
  transform: scale(1.1);
}

.cat-img-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, #fff 100%);
}

.cat-text-col {
  flex: 1;
  padding: 14px 14px 14px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cat-sidebar-name {
  font-size: 0.9rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 5px;
  transition: color 0.2s;
}

.cat-item:hover .cat-sidebar-name {
  color: var(--dts-cyan);
}

.cat-sidebar-desc {
  font-size: 0.72rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1px;
}

.cat-sidebar-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--dts-cyan);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s, transform 0.2s;
}

.cat-item:hover .cat-cta {
  opacity: 1;
  transform: translateX(0);
}

.cat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--dts-cyan), var(--dts-navy));
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}

.cat-item:hover::before {
  opacity: 1;
}

.cat-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  background: #1a1a2e;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.cat-all-btn:hover {
  background: var(--dts-cyan);
  color: #fff;
  text-decoration: none;
}

.booking-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgb(0 0 0 / 0.1);
}

.booking-box .booking-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.booking-box .booking-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.psngr-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
}

.psngr-row:last-child {
  border-bottom: none;
}

.psngr-label {
  flex: 1;
}

.psngr-label .lbl-main {
  font-size: 0.84rem;
  font-weight: 600;
  color: #222;
  display: block;
}

.psngr-label .lbl-sub {
  font-size: 0.68rem;
}

.psngr-label .lbl-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-right: 8px;
}

.ico-adult {
  background: #fdecea;
  color: var(--dts-cyan);
}

.ico-child {
  background: #e8f5e9;
  color: #27ae60;
}

.ico-infant {
  background: #e8f0fe;
  color: #3b6fce;
}

.psngr-counter {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  width: 30%;
}

.psngr-counter .btn-dwn,
.psngr-counter .btn-up {
  width: 34px;
  height: 34px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  background: #fff0;
  flex-shrink: 0;
}

.psngr-counter .btn-dwn {
  color: var(--dts-cyan);
}

.psngr-counter .btn-up {
  color: #27ae60;
}

.psngr-counter .btn-dwn:hover {
  background: #fdecea;
}

.psngr-counter .btn-up:hover {
  background: #e8f5e9;
}

.psngr-counter .cnt-val {
  width: 36px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #222;
  background: #fff0;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  outline: none;
}

.date-block {
  margin-top: 16px;
}

.date-block .date-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.date-block .date-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.date-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.date-input-wrap:hover {
  border-color: var(--dts-cyan);
}

.date-input-wrap .cal-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--dts-cyan), var(--dts-navy));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.date-input-wrap input {
  border: none;
  background: #fff0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #222;
  outline: none;
  cursor: pointer;
  flex: 1;
}

.safety-note {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #f0faf4;
  border: 1px solid #c8ecd5;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.72rem;
  color: #27ae60;
  line-height: 1.5;
}

.safety-note i {
  margin-top: 1px;
  flex-shrink: 0;
}

.blog-cat-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  height: 200px;
  box-shadow: 0 4px 18px rgb(0 0 0 / 0.12);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgb(0 0 0 / 0.18);
  text-decoration: none;
}

.blog-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-cat-card:hover img {
  transform: scale(1.08);
}

.blog-cat-card .bcat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgb(0 0 0 / 0.78) 0%,
      rgb(0 0 0 / 0.2) 55%,
      rgb(0 0 0 / 0.05) 100%);
  transition: background 0.3s;
}

.blog-cat-card:hover .bcat-overlay {
  background: linear-gradient(to top,
      var(--dts-cyan) 0%,
      rgb(0 0 0 / 0.25) 60%,
      rgb(0 0 0 / 0.05) 100%);
}

.bcat-count {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgb(0 0 0 / 0.4);
  backdrop-filter: blur(6px);
  border: 1px solid rgb(255 255 255 / 0.15);
  color: rgb(255 255 255 / 0.85);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bcat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px 16px;
}

.bcat-tag {
  display: inline-block;
  background: var(--dts-cyan);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.bcat-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.3;
  text-shadow: 0 1px 6px rgb(0 0 0 / 0.3);
}

.bcat-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgb(255 255 255 / 0.75);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s, transform 0.25s;
}

.blog-cat-card:hover .bcat-cta {
  opacity: 1;
  transform: translateY(0);
}

.blog-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgb(0 0 0 / 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgb(0 0 0 / 0.13);
}

.blog-card-img {
  position: relative;
  overflow: hidden;
  height: 195px;
  flex-shrink: 0;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.07);
}

.blog-card-img .bpost-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--dts-cyan);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 20px;
}

.blog-card-img .bpost-read {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgb(0 0 0 / 0.45);
  backdrop-filter: blur(6px);
  color: rgb(255 255 255 / 0.9);
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-card-body {
  padding: 18px 18px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-body .bpost-title {
  font-size: 0.97rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.35;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

.blog-card-body .bpost-title:hover {
  color: var(--dts-cyan);
  text-decoration: none;
}

.blog-card-body .bpost-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}

.blog-card-footer {
  border-top: 1px solid #f3f3f3;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
}

.bpost-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--dts-cyan);
  text-decoration: none;
  transition: gap 0.2s;
}

.bpost-more:hover {
  gap: 9px;
  text-decoration: none;
  color: var(--dts-navy);
}

.bpost-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
}

.bpost-meta i {
  font-size: 0.65rem;
}

.blog-section {
  padding: 60px 0;
}

.blog-section-head .pre-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dts-cyan);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.blog-section-head .pre-tag::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--dts-cyan);
  border-radius: 2px;
}

.blog-section-head h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1a1a2e;
  margin: 0;
}

.blog-all-link {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--dts-cyan);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 2px solid var(--dts-cyan);
  padding-bottom: 2px;
}

.blog-all-link:hover {
  gap: 9px;
  text-decoration: none;
}

.featured-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 460px;
  box-shadow: 0 6px 28px rgb(0 0 0 / 0.13);
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.featured-card:hover {
  box-shadow: 0 16px 48px rgb(0 0 0 / 0.2);
  text-decoration: none;
}

.featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-card:hover img {
  transform: scale(1.05);
}

.featured-card .fc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgb(0 0 0 / 0.88) 0%,
      rgb(0 0 0 / 0.3) 55%,
      rgb(0 0 0 / 0.05) 100%);
}

.featured-card .fc-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 26px;
}

.featured-card .fc-cat {
  display: inline-block;
  background: var(--dts-cyan);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.featured-card .fc-title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgb(0 0 0 / 0.3);
}

.featured-card .fc-desc {
  color: rgb(255 255 255 / 0.72);
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-card .fc-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-card .fc-date {
  font-size: 0.68rem;
  color: rgb(255 255 255 / 0.55);
  display: flex;
  align-items: center;
  gap: 5px;
}

.featured-card .fc-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--dts-cyan);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 20px;
  transition: background 0.2s;
}

.featured-card:hover .fc-cta {
  background: var(--dts-navy);
}

.mini-card {
  display: flex;
  gap: 14px;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgb(0 0 0 / 0.07);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
  margin-bottom: 16px;
}

.mini-card:last-child {
  margin-bottom: 0;
}

.mini-card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 24px rgb(0 0 0 / 0.11);
  text-decoration: none;
}

.mini-card-num {
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: #f0f0f0;
  padding-left: 4px;
}

.mini-card-img {
  flex-shrink: 0;
  width: 110px;
  position: relative;
  overflow: hidden;
}

.mini-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.mini-card:hover .mini-card-img img {
  transform: scale(1.08);
}

.mini-card-body {
  flex: 1;
  padding: 14px 14px 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mini-card-body .mc-cat {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dts-cyan);
  margin-bottom: 5px;
}

.mini-card-body .mc-title {
  font-size: 0.86rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.35;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}

.mini-card:hover .mc-title {
  color: var(--dts-cyan);
}

.mini-card-body .mc-meta {
  font-size: 0.67rem;
  color: #bbb;
  display: flex;
  align-items: center;
  gap: 5px;
}

/*dtstransfer.com tasarım css*/
.dts-topbar {
  background: #FA8112;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 0;
  position: relative;
  z-index: 1049;
}

.dts-tb-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 38px;
}

.dts-tb-left,
.dts-tb-right {
  display: flex;
  align-items: stretch;
}

.dts-tb-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 13px;
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  letter-spacing: 0.03em;
  border: none;
  background: none;
  height: 38px;
  white-space: nowrap;
  transition: color 0.2s var(--h-ease), background 0.2s var(--h-ease);
}

.dts-tb-btn:hover,
.dts-tb-btn.show {
  color: #fff;
  background: rgba(0, 0, 0, .10);
  text-decoration: none;
}

.dts-tb-btn--accent {
  color: #fff;
  font-weight: 700;
}

.dts-tb-btn--accent:hover {
  color: #FAF3E1;
}

.dts-tb-btn--booking {
  color: #FAF3E1;
  font-weight: 700;
}

.dts-tb-btn--booking:hover {
  color: #fff;
}

.dts-tb-flag {
  border-radius: 2px;
  vertical-align: middle;
}

.dts-tb-avatar {
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, .35);
}

.dts-tb-caret {
  font-size: 0.5rem;
  opacity: 0.6;
}

.dts-tb-cur-sym {
  color: #FAF3E1;
  font-weight: 700;
  font-size: 0.78rem;
}

.dts-tb-sep {
  display: block;
  width: 1px;
  background: var(--h-line);
  margin: 8px 0;
  flex-shrink: 0;
}

.dts-tb-dropdown {
  background: #7A3800;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .30);
  padding: 6px;
  min-width: 160px;
  margin-top: 4px !important;
}

.dts-tb-ddi,
.dts-tb-dropdown .dropdown-item {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, .75) !important;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.18s ease, color 0.18s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dts-tb-ddi:hover,
.dts-tb-dropdown .dropdown-item:hover {
  background: rgba(250, 129, 18, .18) !important;
  color: #fff !important;
}

.dts-cur-sym {
  color: #FAF3E1;
  font-weight: 700;
  min-width: 18px;
}

.dts-booking-drop {
  width: 290px;
  padding: 0;
  overflow: hidden;
}

.dts-bdrop-head {
  background: var(--h-navy);
  padding: 13px 16px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.55);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
}

.dts-bdrop-head i {
  color: var(--h-cyan);
}

.dts-bdrop-form {
  padding: 16px;
}

.dts-bdrop-hint {
  font-size: 0.78rem;
  color: rgb(255 255 255 / 0.45);
  line-height: 1.55;
  margin-bottom: 12px;
}

.dts-bdrop-err {
  font-size: 0.78rem;
  color: var(--dts-cyan);
  margin-bottom: 8px;
}

.dts-bdrop-field {
  position: relative;
  margin-bottom: 10px;
}

.dts-bdrop-field i {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: var(--h-cyan);
  pointer-events: none;
}

.dts-bdrop-field .form-control {
  background: rgb(255 255 255 / 0.06) !important;
  border: 1px solid rgb(255 255 255 / 0.12) !important;
  color: #fff !important;
  font-size: 0.82rem;
  height: 38px;
  padding-left: 32px;
  border-radius: 7px;
}

.dts-bdrop-field .form-control::placeholder {
  color: rgb(255 255 255 / 0.28);
}

.dts-bdrop-field .form-control:focus {
  border-color: rgb(11 186 214 / 0.4) !important;
  box-shadow: 0 0 0 3px rgb(11 186 214 / 0.1) !important;
  outline: none;
  background: rgb(255 255 255 / 0.09) !important;
}

.dts-bdrop-btn {
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, #FA8112, #D96A00);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
}

.dts-bdrop-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.dts-middlenav {
  background: #FAF3E1;
  border-bottom: 1px solid #F5E7C6;
  position: relative;
  z-index: 1040;
}

.dts-mn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.dts-mn-logo img {
  height: 52px;
  display: block;
  transition: opacity 0.2s ease;
}

.dts-mn-logo:hover img {
  opacity: 0.85;
}

.dts-mn-contacts {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dts-mn-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  background: rgb(255 255 255 / 0.04);
  border: 1px solid var(--h-line);
  transition: background 0.24s var(--h-ease), border-color 0.24s var(--h-ease),
    transform 0.24s var(--h-ease);
}

.dts-mn-contact:hover {
  background: rgb(255 255 255 / 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}

.dts-mn-contact--wa:hover {
  border-color: rgb(37 211 102 / 0.3);
}

.dts-mn-contact--mail:hover {
  border-color: rgb(11 186 214 / 0.3);
}

.dts-mnc-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: background 0.24s ease;
}

.dts-mn-contact--wa .dts-mnc-icon {
  background: rgb(37 211 102 / 0.12);
  color: var(--h-wa);
}

.dts-mn-contact--wa:hover .dts-mnc-icon {
  background: rgb(37 211 102 / 0.22);
}

.dts-mn-contact--mail .dts-mnc-icon {
  background: rgb(11 186 214 / 0.1);
  color: var(--h-cyan);
}

.dts-mn-contact--mail:hover .dts-mnc-icon {
  background: rgb(11 186 214 / 0.2);
}

.dts-mnc-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.dts-mnc-body strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: #2C1A00;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.dts-mnc-body small {
  font-size: 0.7rem;
  color: #8A6A40;
  line-height: 1.2;
}

.dts-mn-contact--wa .dts-mnc-body strong {
  color: #1a7a3a;
}

.dts-mn-divider {
  display: block;
  width: 1px;
  height: 40px;
  background: var(--h-line);
  margin: 0 6px;
}

.dts-mn-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  background: rgb(11 186 214 / 0.07);
  border: 1px solid rgb(11 186 214 / 0.15);
  border-radius: 20px;
  margin-left: 8px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--h-cyan);
  text-transform: uppercase;
  white-space: nowrap;
}

.dts-mn-badge-dot {
  width: 7px;
  height: 7px;
  background: var(--h-wa);
  border-radius: 50%;
  animation: mnPulse 2s ease-in-out infinite;
}

@keyframes mnPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgb(37 211 102 / 0.5);
  }

  50% {
    box-shadow: 0 0 0 5px #fff0;
  }
}

.dts-navbar {
  background: #F5E7C6;
  padding: 0;
  border-bottom: 1px solid #EDD8A0;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 16px rgba(250, 129, 18, .18);
  transition: background 0.28s var(--h-ease), box-shadow 0.28s var(--h-ease);
}

.dts-navbar.dts-nav-scrolled {
  background: #fff;
  border-bottom: 1px solid #EDD8A0;
  box-shadow: 0 4px 20px rgba(250, 129, 18, .15);
  padding: 6px 0;
}

.dts-nav-brand img {
  display: block;
}

.dts-nav-toggler {
  border: 1px solid rgb(255 255 255 / 0.2);
  padding: 7px 10px;
  background: #fff0;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dts-tog-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(58, 32, 0, .70);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.dts-nav-toggler[aria-expanded="true"] .dts-tog-bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.dts-nav-toggler[aria-expanded="true"] .dts-tog-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.dts-nav-toggler[aria-expanded="true"] .dts-tog-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.dts-nav-list {
  width: 100%;
  justify-content: center;
  gap: 0;
}

.dts-nav-item {
  position: relative;
}

.dts-nav-link {
  display: block !important;
  align-items: center;
  gap: 3px;
  padding: 15px 12px !important;
  font-family: "Josefin Sans", "Segoe UI", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #FA8112 !important;
  white-space: nowrap;
  transition: color 0.22s var(--h-ease) !important;
  position: relative;
}

.dts-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(90deg, #FAF3E1, #FA8112);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s var(--h-ease);
  border-radius: 2px 2px 0 0;
}

.dts-nav-item:hover .dts-nav-link,
.dts-nav-item.active .dts-nav-link {
  color: #D96A00 !important;
}

.dts-nav-item:hover .dts-nav-link::after,
.dts-nav-item.active .dts-nav-link::after {
  transform: scaleX(1);
}

.dts-navbar:not(.dts-nav-scrolled) .dts-nav-item {
  border-left: 1px solid rgba(250, 129, 18, .20);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.dts-navbar:not(.dts-nav-scrolled) .dts-nav-item:last-child {
  border-right: 1px solid rgba(250, 129, 18, .20);
}

/* Scrolled (sticky) state: aynı border stili */
.dts-navbar.dts-nav-scrolled .dts-nav-item {
  border-left: 1px solid rgba(250, 129, 18, .20);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.dts-navbar.dts-nav-scrolled .dts-nav-item:last-child {
  border-right: 1px solid rgba(250, 129, 18, .20);
}

.dts-nav-item .dropdown-menu {
  background: #7A3800;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(122, 56, 0, .40);
  padding: 8px;
  margin-top: 0 !important;
}

.dts-nav-item .dropdown-item {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, .65) !important;
  padding: 9px 14px;
  border-radius: 7px;
  transition: background 0.18s ease, color 0.18s ease;
}

.dts-nav-item .dropdown-item:hover {
  background: rgba(250, 129, 18, .15) !important;
  color: #fff !important;
}

.dts-nav-mob-contact {
  padding: 14px 0 8px;
  border-top: 1px solid var(--h-line);
  margin-top: 8px;
}

.dts-mob-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgb(37 211 102 / 0.1);
  border: 1px solid rgb(37 211 102 / 0.2);
  border-radius: 8px;
  color: #4ade80;
  font-weight: 700;
  font-size: 0.84rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.dts-mob-wa:hover {
  background: rgb(37 211 102 / 0.18);
  color: #4ade80;
  text-decoration: none;
}

.dts-mob-wa i {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .dts-mn-contacts {
    gap: 4px;
  }

  .dts-mn-contact {
    padding: 8px 12px;
  }

  .dts-mn-badge {
    display: none;
  }
}

@media (max-width: 767px) {
  #navbarNav {
    background: #F5E7C6;
    border-top: 1px solid #EDD8A0;
    padding: 10px 0 16px;
  }

  .dts-nav-item {
    padding: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
    text-align: left !important;
  }

  .dts-nav-item:last-child {
    border-bottom: 0;
  }

  .dts-nav-mob-contact {
    padding: 14px;
    border-top: 1px solid var(--h-line);
    margin-top: 0;
  }

  .dts-nav-link::after {
    display: none;
  }

  .dts-navbar {
    position: relative;
  }
}

.dts-nav-stickylogo {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 0.3s var(--h-ease), width 0.3s var(--h-ease);
  flex-shrink: 0;
}

.dts-nav-stickylogo img {
  display: block;
  height: 34px;
}

.dts-nav-scrolled .dts-nav-stickylogo {
  opacity: 1;
  width: auto;
  margin-right: 20px;
}

.dts-feat-strip {
  background: linear-gradient(135deg, var(--dts-dark), var(--dts-navy));
  padding: 26px 0;
  border-top: 1px solid rgb(255 255 255 / 0.04);
  border-bottom: 1px solid rgb(255 255 255 / 0.04);
}

.dts-feat-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dts-feat-icon {
  width: 48px;
  height: 48px;
  background: rgb(11 186 214 / 0.1);
  border: 1px solid rgb(11 186 214 / 0.18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dts-cyan);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.dts-feat-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}

.dts-feat-sub {
  font-size: 0.73rem;
  color: rgb(255 255 255 / 0.45);
  margin-top: 1px;
}

.dts-feat-strip .col-md-3+.col-md-3 {
  border-left: 1px solid rgb(255 255 255 / 0.06);
}

.dts-footer {
  background: #F5E7C6;
  position: relative;
  overflow: hidden;
  font-family: "Nunito", "Segoe UI", sans-serif;
}

.dts-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(ellipse,
      rgba(250, 129, 18, .07) 0%,
      transparent 65%);
  pointer-events: none;
}

.dts-footer::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse,
      rgba(245, 231, 198, .05) 0%,
      transparent 65%);
  pointer-events: none;
}

.dts-footer-topline {
  height: 3px;
  background: linear-gradient(90deg,
      transparent 0%,
      #FA8112 30%,
      #F5E7C6 70%,
      transparent 100%);
}

.dts-footer-row {
  padding: 56px 0 44px;
  position: relative;
  z-index: 2;
}

.dts-fcol {
  padding-right: 28px;
}

.dts-fcol+.dts-fcol {
  border-left: 1px solid var(--f-line);
  padding-left: 36px;
}

.dts-footer-logo-wrap {
  display: inline-block;
}

.dts-footer-logo {
  margin-bottom: 18px;
}

.dts-footer-logo:hover {
  opacity: 1;
}

.dts-footer-desc {
  font-size: 0.855rem;
  line-height: 1.82;
  color: rgba(58, 32, 0, .65);
  margin-bottom: 24px;
  max-width: 380px;
}

.dts-trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.dts-trust-badge {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .55);
  border: 1px solid #EDD8A0;
  border-radius: 8px;
  transition: background 0.22s var(--f-ease), border-color 0.22s var(--f-ease);
}

.dts-trust-badge:hover {
  background: rgba(255, 255, 255, .80);
  border-color: #FA8112;
}

.dts-trust-img {
  height: 32px;
  width: auto;
  opacity: 0.65;
  transition: opacity 0.22s var(--f-ease);
}

.dts-trust-badge:hover .dts-trust-img {
  opacity: 0.9;
}

.dts-footer-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3A2000;
  margin-bottom: 22px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
}

.dts-fh-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FA8112;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(250, 129, 18, .22);
  flex-shrink: 0;
}

.dts-foot-nav li {
  margin-bottom: 4px;
}

.dts-foot-nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.835rem;
  color: rgba(58, 32, 0, .65);
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px solid #fff0;
  transition: color 0.2s var(--f-ease), padding-left 0.2s var(--f-ease);
  line-height: 1.4;
}

.dts-foot-nav a i {
  font-size: 0.55rem;
  color: #FA8112;
  opacity: 0;
  transition: opacity 0.2s var(--f-ease);
  flex-shrink: 0;
}

.dts-foot-nav a:hover {
  color: #3A2000;
  padding-left: 5px;
  text-decoration: none;
}

.dts-foot-nav a:hover i {
  opacity: 1;
}

.dts-footer-contact-lead {
  font-size: 0.82rem;
  color: rgba(58, 32, 0, .65);
  line-height: 1.65;
  margin-bottom: 18px;
}

.dts-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.dts-contact-item {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .55);
  border: 1px solid #EDD8A0;
  border-radius: 9px;
  transition: background 0.22s var(--f-ease), border-color 0.22s var(--f-ease),
    transform 0.22s var(--f-ease);
}

.dts-contact-item:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(250, 129, 18, .35);
  transform: translateX(3px);
  text-decoration: none;
}

.dts-contact-item--wa:hover {
  border-color: rgba(37, 211, 102, .35);
  background: rgba(37, 211, 102, .07);
}

.dts-ci-icon {
  width: 32px;
  height: 32px;
  background: rgba(250, 129, 18, 1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAF3E1;
  font-size: 0.82rem;
  flex-shrink: 0;
  transition: background 0.22s var(--f-ease);
}

.dts-contact-item--wa .dts-ci-icon {
  background: rgba(37, 211, 102, 1);
  color: #fff;
}

.dts-contact-item:hover .dts-ci-icon {
  background: rgba(250, 129, 18, .30);
}

.dts-contact-item--wa:hover .dts-ci-icon {
  background: rgba(37, 211, 102, .25);
}

.dts-ci-text {
  font-size: 0.83rem;
  color: rgba(58, 32, 0, .75);
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.2s var(--f-ease);
}

.dts-contact-item:hover .dts-ci-text {
  color: #3A2000;
}

.dts-social-row {
  display: flex;
  gap: 8px;
}

.dts-soc {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .55);
  border: 1px solid #EDD8A0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(58, 32, 0, .55);
  font-size: 0.82rem;
  text-decoration: none;
  transition: all 0.22s var(--f-ease);
}

.dts-soc:hover {
  color: #fff;
  background: #FA8112;
  border-color: #FA8112;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(250, 129, 18, .35);
}

.dts-soc--wa:hover {
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 6px 18px rgb(37 211 102 / 0.28);
}

.dts-footer-copyright {
  border-top: 1px solid rgba(0, 0, 0, .08);
  background: #FA8112;
  padding: 16px 0;
  position: relative;
  z-index: 2;
}

.dts-copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.dts-copy-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, .90);
  display: flex;
  align-items: center;
  gap: 7px;
}

.dts-copy-text i {
  color: #FAF3E1;
  font-size: 0.72rem;
}

.dts-copy-text b {
  color: #fff;
  font-weight: 700;
}

.dts-copy-tags {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, .65);
  font-style: italic;
}

@media (max-width: 991px) {
  .dts-fcol+.dts-fcol {
    border-left: none;
    padding-left: 15px;
    border-top: 1px solid #EDD8A0;
    padding-top: 32px;
    margin-top: 8px;
  }

  .dts-footer-row {
    padding: 40px 0 32px;
  }

  .dts-footer-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .dts-fcol {
    padding-right: 15px;
  }

  .dts-copyright-inner {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }

  .dts-copy-tags {
    display: none;
  }

  .dts-trust-row {
    flex-wrap: wrap;
  }
}

.dts-routes-strip {
  background: #FAF3E1;
  border-top: 1px solid #F5E7C6;
  padding: 28px 0;
  position: relative;
  z-index: 2;
}

.dts-routes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.dts-routes-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(58, 32, 0, .55);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
}

.dts-routes-title i {
  color: #FA8112;
}

.dts-routes-all {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FA8112;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease, color 0.2s ease;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
}

.dts-routes-all:hover {
  color: #D96A00;
  gap: 10px;
  text-decoration: none;
}

.dts-routes-grid {
  border: 1px solid #F5E7C6;
  border-radius: 12px;
  overflow: hidden;
}

.dts-route-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  text-decoration: none;
  border-right: 1px solid #F5E7C6;
  background: #fff0;
  transition: background 0.22s ease;
  position: relative;
}

.dts-route-tile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, #FA8112, #F5E7C6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
  border-radius: 2px;
}

.dts-route-tile:hover {
  background: rgba(250, 129, 18, .06);
  text-decoration: none;
}

.dts-route-tile:hover::after {
  transform: scaleX(1);
}

.col-lg-3:last-child .dts-route-tile,
.col-md-6:nth-child(even) .dts-route-tile {
  border-right: none;
}

@media (max-width: 767px) {
  .dts-route-tile {
    border-right: none;
    border-bottom: 1px solid #F5E7C6;
  }

  .col-md-6:last-child .dts-route-tile {
    border-bottom: none;
  }
}

.drt-airports {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drt-code {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #3A2000;
}

.drt-arrow {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FA8112;
  font-size: 0.7rem;
}

.drt-arrow::before,
.drt-arrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(250, 129, 18, .30);
}

.drt-name {
  font-size: 0.8rem;
  color: rgba(58, 32, 0, .55);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.dts-route-tile:hover .drt-name {
  color: #3A2000;
}

.drt-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}

.drt-meta>span:first-child {
  font-size: 0.72rem;
  color: rgba(58, 32, 0, .40);
  display: flex;
  align-items: center;
  gap: 5px;
}

.drt-meta i {
  color: #FA8112;
  font-size: 0.65rem;
}

.drt-price {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #FA8112;
}

.drt-price small {
  font-size: 0.62rem;
  font-weight: 400;
  color: rgba(58, 32, 0, .40);
  margin-left: 2px;
}

@media (max-width: 991px) {
  .dts-routes-strip {
    padding: 22px 0;
  }

  .drt-name {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .dts-routes-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.dts-reviews-section {
  background: var(--h-dark, #07192b);
  position: relative;
  overflow: hidden;
  padding: 72px 0 80px;
}

.dts-rev-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle,
      rgb(11 186 214 / 0.06) 1px,
      transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.dts-reviews-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgb(11 186 214 / 0.06), transparent 65%);
  pointer-events: none;
}

.dts-reviews-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgb(240 180 41 / 0.04), transparent 65%);
  pointer-events: none;
}

.dts-rev-header {
  margin-bottom: 40px;
}

.dts-tag-line-rev {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--f-gold, #f0b429);
  margin-bottom: 10px;
}

.dts-tag-line-rev i {
  font-size: 0.65rem;
}

.dts-rev-title {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.dts-rev-title span {
  color: var(--h-cyan, #0bbad6);
}

.dts-rev-divider {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg,
      var(--h-cyan, #0bbad6),
      var(--f-gold, #f0b429));
  border-radius: 2px;
}

.dts-rev-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
  flex-wrap: wrap;
}

.dts-rev-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  border: 1.5px solid rgb(11 186 214 / 0.3);
  border-radius: 8px;
  color: var(--h-cyan, #0bbad6);
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.dts-rev-all-btn:hover {
  background: var(--h-cyan, #0bbad6);
  border-color: var(--h-cyan, #0bbad6);
  color: #fff;
  gap: 11px;
  text-decoration: none;
}

.dts-flex-nav .fa-chevron-left,
.dts-flex-nav .fa-chevron-right,
#customer-slider-nav a,
#customer-slider-nav span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 9px !important;
  background: rgb(255 255 255 / 0.06) !important;
  border: 1px solid rgb(255 255 255 / 0.1) !important;
  color: rgb(255 255 255 / 0.65) !important;
  font-size: 0.85rem !important;
  cursor: pointer !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
  margin: 0 3px !important;
}

#customer-slider-nav a:hover,
#customer-slider-nav span:hover {
  background: var(--h-cyan, #0bbad6) !important;
  border-color: var(--h-cyan, #0bbad6) !important;
  color: #fff !important;
}

.dts-rev-slider-wrap {
  position: relative;
}

.dts-rev-slider-wrap::before,
.dts-rev-slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 3;
  pointer-events: none;
}

.dts-rev-slider-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--h-dark, #07192b), transparent);
}

.dts-rev-slider-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--h-dark, #07192b), transparent);
}

.dts-rev-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dts-rev-card {
  background: rgb(255 255 255 / 0.04);
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 16px;
  padding: 28px 24px 24px;
  margin: 8px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background 0.28s ease, border-color 0.28s ease,
    transform 0.28s ease, box-shadow 0.28s ease;
  cursor: default;
}

.dts-rev-card:hover {
  background: rgb(11 186 214 / 0.06);
  border-color: rgb(11 186 214 / 0.22);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgb(0 0 0 / 0.25);
}

.dts-rev-quote {
  position: absolute;
  top: 12px;
  right: 18px;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgb(11 186 214 / 0.08);
  pointer-events: none;
  user-select: none;
  transition: color 0.28s ease;
}

.dts-rev-card:hover .dts-rev-quote {
  color: rgb(11 186 214 / 0.14);
}

.dts-rev-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}

.dts-rev-stars i {
  color: var(--f-gold, #f0b429);
  font-size: 0.78rem;
}

.dts-rev-text {
  font-size: 0.875rem;
  line-height: 1.78;
  color: rgb(255 255 255 / 0.58);
  font-style: italic;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  min-height: 96px;
  transition: color 0.28s ease;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dts-rev-card:hover .dts-rev-text {
  color: rgb(255 255 255 / 0.75);
}

.dts-rev-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgb(255 255 255 / 0.07);
  margin-top: auto;
}

.dts-rev-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--h-navy, #0d2b45), #1457a0);
  border: 2px solid rgb(11 186 214 / 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--h-cyan, #0bbad6);
  flex-shrink: 0;
  transition: border-color 0.28s ease;
}

.dts-rev-card:hover .dts-rev-avatar {
  border-color: rgb(11 186 214 / 0.55);
}

.dts-rev-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dts-rev-name {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.dts-rev-date {
  font-size: 0.72rem;
  color: rgb(255 255 255 / 0.32);
  display: flex;
  align-items: center;
  gap: 5px;
}

.dts-rev-date i {
  color: var(--h-cyan, #0bbad6);
  font-size: 0.65rem;
}

.dts-rev-verified {
  color: var(--f-gold, #f0b429);
  font-size: 0.9rem;
  opacity: 0.7;
  transition: opacity 0.22s ease;
}

.dts-rev-card:hover .dts-rev-verified {
  opacity: 1;
}

.dts-rev-card-line {
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg,
      var(--h-cyan, #0bbad6),
      var(--f-gold, #f0b429));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.dts-rev-card:hover .dts-rev-card-line {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .dts-reviews-section {
    padding: 52px 0 60px;
  }

  .dts-rev-header {
    margin-bottom: 28px;
  }

  .dts-rev-nav-wrap {
    justify-content: flex-start;
    margin-top: 12px;
    gap: 12px;
  }

  .dts-rev-slider-wrap::before,
  .dts-rev-slider-wrap::after {
    width: 30px;
  }

  .dts-rev-card {
    padding: 22px 18px 18px;
    margin: 6px 6px 12px;
  }

  .dts-rev-text {
    -webkit-line-clamp: 6;
  }
}

.dts-cta-banner {
  background: linear-gradient(135deg, #07192b 0%, #0d2b45 60%, #0f3560 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}

.cta-glow--left {
  width: 380px;
  height: 380px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgb(11 186 214 / 0.1), transparent 65%);
}

.cta-glow--right {
  width: 320px;
  height: 320px;
  bottom: -100px;
  right: -60px;
  background: radial-gradient(circle, rgb(240 180 41 / 0.07), transparent 65%);
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(11 186 214 / 0.1);
  border: 1px solid rgb(11 186 214 / 0.22);
  border-radius: 30px;
  padding: 5px 14px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0bbad6;
  margin-bottom: 16px;
}

.cta-badge-dot {
  width: 7px;
  height: 7px;
  background: #0bbad6;
  border-radius: 50%;
  animation: ctaDotPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes ctaDotPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgb(11 186 214 / 0.5);
  }

  50% {
    box-shadow: 0 0 0 5px #fff0;
  }
}

.cta-title {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem) !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.1 !important;
  margin-bottom: 14px !important;
  letter-spacing: -0.02em;
}

.cta-title em {
  font-style: normal;
  color: #f0b429;
}

.cta-desc {
  font-size: 0.92rem;
  color: rgb(255 255 255 / 0.52);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 400px;
}

.cta-main-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #f0b429, #d49b18);
  color: #07192b;
  border-radius: 12px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.28s ease;
  box-shadow: 0 6px 22px rgb(240 180 41 / 0.3);
  position: relative;
  overflow: hidden;
}

.cta-main-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(255 255 255 / 0.15), transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.cta-main-btn:hover {
  color: #07192b;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgb(240 180 41 / 0.42);
}

.cta-main-btn:hover::before {
  opacity: 1;
}

.cta-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgb(7 25 43 / 0.15);
  border-radius: 50%;
  font-size: 0.75rem;
  transition: transform 0.28s ease;
  flex-shrink: 0;
}

.cta-main-btn:hover .cta-btn-arrow {
  transform: translateX(4px);
}

.cta-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgb(255 255 255 / 0.05);
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.26s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}

.cta-contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #0bbad6, transparent);
  opacity: 0;
  transition: opacity 0.26s ease;
  border-radius: 0 2px 2px 0;
}

.cta-contact-card:hover {
  background: rgb(255 255 255 / 0.09);
  border-color: rgb(11 186 214 / 0.25);
  transform: translateX(5px);
  text-decoration: none;
}

.cta-contact-card:hover::before {
  opacity: 1;
}

.cta-contact-card--wa {
  background: rgb(37 211 102 / 0.07);
  border-color: rgb(37 211 102 / 0.15);
}

.cta-contact-card--wa::before {
  background: linear-gradient(180deg, #25d366, transparent);
}

.cta-contact-card--wa:hover {
  background: rgb(37 211 102 / 0.12);
  border-color: rgb(37 211 102 / 0.3);
}

.cta-cc-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  background: rgb(11 186 214 / 0.12);
  color: #0bbad6;
  transition: background 0.26s ease;
}

.cta-contact-card--wa .cta-cc-icon {
  background: rgb(37 211 102 / 0.12);
  color: #25d366;
}

.cta-contact-card:hover .cta-cc-icon {
  background: rgb(11 186 214 / 0.22);
}

.cta-contact-card--wa:hover .cta-cc-icon {
  background: rgb(37 211 102 / 0.22);
}

.cta-cc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cta-cc-label {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.38);
  white-space: nowrap;
}

.cta-cc-num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.cta-contact-card:hover .cta-cc-num {
  color: #0bbad6;
}

.cta-contact-card--wa .cta-cc-num {
  color: rgb(255 255 255 / 0.75);
  font-size: 0.85rem;
}

.cta-contact-card--wa:hover .cta-cc-num {
  color: #25d366;
}

.cta-cc-arr {
  font-size: 0.72rem;
  color: rgb(255 255 255 / 0.2);
  flex-shrink: 0;
  transition: all 0.26s ease;
}

.cta-contact-card:hover .cta-cc-arr {
  color: #0bbad6;
  transform: translateX(3px);
}

.cta-contact-card--wa:hover .cta-cc-arr {
  color: #25d366;
}

@media (max-width: 991px) {
  .dts-cta-banner {
    padding: 50px 0;
  }

  .cta-desc {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .cta-title {
    font-size: 1.7rem !important;
  }

  .cta-cc-num {
    font-size: 0.88rem;
  }

  .cta-contact-card {
    padding: 13px 16px;
    gap: 12px;
  }

  .cta-cc-icon {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }
}

.dts-gold {
  color: var(--dts-gold) !important;
}

.dts-cyan {
  color: var(--dts-cyan) !important;
}

.dts-section {
  padding: 80px 0;
}

.dts-section-sm {
  padding: 50px 0;
}

.dts-bg-dark {
  background: var(--dts-dark) !important;
}

.dts-bg-navy {
  background: var(--dts-navy) !important;
}

.dts-bg-light {
  background: var(--dts-light) !important;
}

.dts-badge {
  display: inline-block;
  padding: 3px 11px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dts-badge-cyan {
  background: rgb(11 186 214 / 0.12);
  color: var(--dts-cyan);
}

.dts-badge-gold {
  background: rgb(240 180 41 / 0.12);
  color: var(--dts-gold);
}

.dts-badge-navy {
  background: var(--dts-navy);
  color: #fff;
}

.dts-tag-line {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dts-cyan);
  display: block;
  margin-bottom: 0.4rem;
}

.dts-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dts-dark);
  line-height: 1.12;
}

.dts-section-title span {
  color: var(--dts-cyan);
}

.dts-divider {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--dts-cyan), var(--dts-gold));
  border-radius: 2px;
  margin: 1rem 0 1.6rem;
}

.dts-divider.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.btn-dts {
  border: none;
  border-radius: 8px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 28px;
  transition: var(--dts-tr);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}

.btn-dts-primary {
  background: linear-gradient(135deg, var(--dts-cyan), var(--dts-blue));
  color: #fff;
  box-shadow: 0 4px 16px rgb(11 186 214 / 0.3);
}

.btn-dts-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgb(11 186 214 / 0.45);
}

.btn-dts-gold {
  background: linear-gradient(135deg, var(--dts-gold), #e8a020);
  color: var(--dts-dark);
  box-shadow: 0 4px 16px rgb(240 180 41 / 0.28);
}

.btn-dts-gold:hover {
  color: var(--dts-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(240 180 41 / 0.42);
}

.btn-dts-outline {
  background: #fff0;
  color: #fff;
  border: 2px solid rgb(255 255 255 / 0.45);
}

.btn-dts-outline:hover {
  background: rgb(255 255 255 / 0.08);
  border-color: #fff;
  color: #fff;
}

.btn-dts-dark {
  background: var(--dts-dark);
  color: #fff;
}

.btn-dts-dark:hover {
  background: var(--dts-navy);
  color: #fff;
  transform: translateY(-2px);
}

.dts-route-card {
  background: #fff;
  border-radius: var(--dts-r);
  border: 1px solid var(--dts-border);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: var(--dts-tr);
  text-decoration: none;
  color: var(--dts-text);
}

.dts-route-card:hover {
  border-color: var(--dts-cyan);
  box-shadow: var(--dts-shadow);
  transform: translateY(-2px);
  color: var(--dts-text);
  text-decoration: none;
}

.dts-route-card .ri {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--dts-dark), var(--dts-navy));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dts-cyan);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.dts-route-card .rname {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--dts-dark);
  line-height: 1.3;
  margin-bottom: 2px;
}

.dts-route-card .rtype {
  font-size: 0.72rem;
  color: var(--dts-muted);
}

.dts-route-card .rprice {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--dts-cyan);
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
}

.dts-route-card .rprice small {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  color: var(--dts-muted);
  margin-top: 1px;
}

.dts-service-card {
  background: #fff;
  border-radius: var(--dts-r-lg);
  overflow: hidden;
  box-shadow: var(--dts-shadow);
  border: 1px solid var(--dts-border);
  transition: var(--dts-tr);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.dts-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--dts-shadow-h);
  border-color: #fff0;
}

.dts-sc-img {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.dts-sc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--dts-ease);
}

.dts-service-card:hover .dts-sc-img img {
  transform: scale(1.06);
}

.dts-sc-img .sc-badge {
  position: absolute;
  top: 14px;
  right: 14px;
}

.dts-sc-body {
  padding: 22px;
  flex: 1;
}

.dts-sc-body h5 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--dts-dark);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.dts-sc-body p {
  font-size: 0.85rem;
  color: var(--dts-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.dts-sc-footer {
  padding: 14px 22px;
  border-top: 1px solid var(--dts-border);
  background: var(--dts-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dts-sc-price {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--dts-dark);
}

.dts-sc-price small {
  font-size: 0.7rem;
  color: var(--dts-muted);
  font-weight: 400;
  margin-left: 4px;
}

.btn-book {
  padding: 8px 18px;
  background: var(--dts-cyan);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--dts-tr);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-book:hover {
  background: var(--dts-dark);
  color: #fff;
  text-decoration: none;
}

.ptr-section {
  padding: 40px 0 64px;
}

.ptr-hero-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  min-height: 160px;
}

.ptr-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #87562d 0%, #FA8112 55%, #5e2d00 120%);
}

.ptr-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle,
      rgba(250, 129, 18, 0.12) 1px,
      transparent 1px);
  background-size: 22px 22px;
}

.ptr-hero-content {
  position: relative;
  z-index: 2;
  padding: 28px 30px;
}

.ptr-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(250, 129, 18, 0.15);
  border: 1px solid rgba(250, 129, 18, 0.3);
  border-radius: 20px;
  padding: 4px 13px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FAF3E1;
  margin-bottom: 12px;
}

.ptr-hero-badge i {
  font-size: 0.6rem;
}

.ptr-hero-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.ptr-stats-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  background: rgb(255 255 255 / 0.05);
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.ptr-stat {
  flex: 1;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 10px;
  gap: 4px;
  transition: background 0.22s ease;
}

.ptr-stat:hover {
  background: rgba(250, 129, 18, 0.12);
}

.ptr-stat i {
  color: #f0b429;
  font-size: 0.8rem;
  margin-bottom: 2px;
}

.ptr-stat-val {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.ptr-stat-lbl {
  font-size: 0.62rem;
  color: rgb(255 255 255 / 0.38);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ptr-stat-sep {
  width: 1px;
  height: 40px;
  background: rgb(255 255 255 / 0.08);
  flex-shrink: 0;
}

.ptr-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.ptr-feat {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1.5px solid #e2eef8;
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.ptr-feat:hover {
  border-color: #FA8112;
  box-shadow: 0 4px 16px rgba(250, 129, 18, 0.1);
}

.ptr-feat-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg,
      rgba(250, 129, 18, 0.08),
      rgba(122, 56, 0, 0.05));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FA8112;
  font-size: 1rem;
  flex-shrink: 0;
  transition: background 0.22s ease;
}

.ptr-feat:hover .ptr-feat-icon {
  background: linear-gradient(135deg,
      rgba(250, 129, 18, 0.22),
      rgba(122, 56, 0, 0.14));
}

.ptr-feat-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ptr-feat-body strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #07192b;
  line-height: 1.2;
}

.ptr-feat-body span {
  font-size: 0.73rem;
  color: #6a7d91;
  line-height: 1.4;
}

.ptr-content-card {
  background: #fff;
  border: 1.5px solid #e2eef8;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}

.ptr-content-badge {
  background: #FA8112;
  padding: 12px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #F5E7C6;
}

.ptr-content-badge i {
  color: #F5E7C6;
}

.ptr-content-body {
  padding: 20px;
  font-size: 0.88rem;
  line-height: 1.82;
  color: #354756;
}

.ptr-content-body p {
  margin-bottom: 0.9rem;
}

.ptr-content-body p:last-child {
  margin-bottom: 0;
}

.ptr-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.ptr-info-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1.5px solid #fff0;
}

.ptr-info-box--cyan {
  background: rgba(250, 129, 18, 0.06);
  border-color: rgba(250, 129, 18, 0.15);
}

.ptr-info-box--gold {
  background: rgb(240 180 41 / 0.06);
  border-color: rgb(240 180 41 / 0.15);
}

.ptr-ib-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.ptr-info-box--cyan .ptr-ib-icon {
  background: rgba(250, 129, 18, 0.14);
  color: #FA8112;
}

.ptr-info-box--gold .ptr-ib-icon {
  background: rgb(240 180 41 / 0.14);
  color: #d49b18;
}

.ptr-ib-body strong {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  color: #07192b;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ptr-ib-body p {
  font-size: 0.78rem;
  color: #6a7d91;
  line-height: 1.6;
  margin: 0;
}

.ptr-vehicle-table {
  background: #fff;
  border: 1.5px solid #e2eef8;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}

.ptr-vt-head {
  background: #FA8112;
  padding: 12px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #F5E7C6;
}

.ptr-vt-head i {
  color: #f0b429;
}

.ptr-vt-body {
  padding: 8px 0;
}

.ptr-vt-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  border-bottom: 1px solid #f0f6ff;
  transition: background 0.2s ease;
}

.ptr-vt-row:last-child {
  border-bottom: none;
}

.ptr-vt-row:hover {
  background: #f8fbff;
}

.ptr-vt-icon {
  width: 36px;
  height: 36px;
  background: #7A3800;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5E7C6;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.ptr-vt-info {
  flex: 1;
  min-width: 0;
}

.ptr-vt-info strong {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #07192b;
}

.ptr-vt-info span {
  font-size: 0.72rem;
  color: #6a7d91;
}

.ptr-vt-caps {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.ptr-cap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f0f6ff;
  border: 1px solid #dde8f5;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 0.64rem;
  color: #6a7d91;
  font-weight: 600;
}

.ptr-cap i {
  font-size: 0.6rem;
  color: #FA8112;
}

.ptr-cap--cyan {
  background: rgba(250, 129, 18, 0.08);
  border-color: rgba(250, 129, 18, 0.2);
  color: #FA8112;
}

.ptr-vt-price {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #07192b;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: right;
}

.ptr-vt-price small {
  font-size: 0.64rem;
  font-weight: 400;
  color: #6a7d91;
  margin-left: 2px;
}

.ptr-vt-price--cyan {
  color: #FA8112;
}

.ptr-vt-btn {
  padding: 7px 14px;
  background: #eef4fb;
  border: 1.5px solid #d8e8f3;
  border-radius: 7px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #07192b;
  text-decoration: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.ptr-vt-btn:hover {
  background: #7A3800;
  color: #fff;
  border-color: #7A3800;
  text-decoration: none;
}

.ptr-vt-btn--primary {
  background: linear-gradient(135deg, #FA8112, #7A3800);
  color: #fff;
  border-color: #fff0;
  box-shadow: 0 3px 10px rgba(250, 129, 18, 0.25);
}

.ptr-vt-btn--primary:hover {
  background: #7A3800;
  color: #fff;
  box-shadow: none;
}

.ptr-faq {
  background: #fff;
  border: 1.5px solid #e2eef8;
  border-radius: 14px;
  overflow: hidden;
}

.ptr-faq-head {
  background: linear-gradient(135deg, #7A3800, #FA8112);
  padding: 12px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #F5E7C6;
}

.ptr-faq-head i {
  color: #F5E7C6;
}

.ptr-faq-item {
  border-bottom: 1px solid #f0f6ff;
}

.ptr-faq-item:last-child {
  border-bottom: none;
}

.ptr-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff0;
  border: none;
  padding: 15px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #07192b;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.ptr-faq-q:hover {
  background: #f8fbff;
  color: #FA8112;
}

.ptr-faq-q.open {
  color: #FA8112;
  background: rgba(250, 129, 18, 0.04);
}

.ptr-faq-arr {
  font-size: 0.72rem;
  color: #FA8112;
  flex-shrink: 0;
  transition: transform 0.28s ease;
}

.ptr-faq-q.open .ptr-faq-arr {
  transform: rotate(180deg);
}

.ptr-faq-a {
  display: none;
  padding: 0 20px 16px;
}

.ptr-faq-a.open {
  display: block;
}

.ptr-faq-a p {
  font-size: 0.86rem;
  color: #6a7d91;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 767px) {
  .ptr-features {
    grid-template-columns: 1fr;
  }

  .ptr-info-grid {
    grid-template-columns: 1fr;
  }

  .ptr-stats-row {
    gap: 0;
  }

  .ptr-stat {
    min-width: 70px;
    padding: 10px 6px;
  }

  .ptr-vt-caps {
    display: none;
  }

  .ptr-hero-content {
    padding: 20px 18px;
  }

  .ptr-vt-row {
    gap: 10px;
    padding: 11px 14px;
  }
}

.wa-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgb(0 0 0 / 0.13);
  margin-bottom: 24px;
}

.wa-card-top {
  background: linear-gradient(135deg, #075e54, #128c7e);
  padding: 26px 24px 38px;
  position: relative;
  overflow: hidden;
}

.wa-card-top::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.05);
  top: -50px;
  right: -40px;
}

.wa-card-top::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.05);
  bottom: -20px;
  left: -20px;
}

.wa-top-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.wa-icon-wrap {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: rgb(255 255 255 / 0.15);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 0.2);
}

.wa-top-info {
  flex: 1;
}

.wa-top-info .wa-name {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.wa-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgb(255 255 255 / 0.15);
  border: 1px solid rgb(255 255 255 / 0.2);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
}

.wa-status .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25d366;
  animation: wapulse 1.5s infinite;
}

@keyframes wapulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.wa-card-top .wa-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.wa-card-top .wa-subtitle {
  color: rgb(255 255 255 / 0.65);
  font-size: 0.74rem;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

.wa-card-bottom {
  background: #fff;
  padding: 0 20px 20px;
  margin-top: -18px;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.wa-number-box {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.wa-number-box .flag {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.wa-number-box .num-info {
  flex: 1;
}

.wa-number-box .num-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bbb;
  display: block;
  margin-bottom: 2px;
}

.wa-number-box .num-value {
  font-size: 0.97rem;
  font-weight: 800;
  color: #1a1a2e;
}

.wa-number-box .copy-btn {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f0f0f0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 0.72rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}

.wa-number-box .copy-btn:hover {
  background: #e8f5e9;
  color: #25d366;
}

.wa-hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7fdf9;
  border: 1px solid #d4f0df;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 12px;
}

.wa-hours .hours-label {
  font-size: 0.7rem;
  color: #888;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wa-hours .hours-val {
  font-size: 0.72rem;
  font-weight: 700;
  color: #128c7e;
}

.wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 13px;
  border-radius: 12px;
  text-decoration: none;
  transition: box-shadow 0.25s, transform 0.25s;
  box-shadow: 0 4px 16px rgb(37 211 102 / 0.35);
  margin-bottom: 12px;
}

.wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(37 211 102 / 0.45);
  color: #fff;
  text-decoration: none;
}

.wa-btn i {
  font-size: 1.1rem;
}

.wa-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.67rem;
  color: #bbb;
  justify-content: center;
}

.wa-note i {
  color: #25d366;
}

.pft-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid #e2eef8;
  overflow: hidden;
  box-shadow: 0 4px 20px rgb(7 25 43 / 0.07);
  margin-bottom: 28px;
  transition: box-shadow 0.28s ease;
}

.pft-card:hover {
  box-shadow: 0 8px 32px rgb(7 25 43 / 0.11);
}

.pft-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  background: linear-gradient(135deg, #07192b, #0d2b45);
  border-bottom: 2px solid rgb(11 186 214 / 0.25);
  position: relative;
  overflow: hidden;
}

.pft-header::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgb(11 186 214 / 0.08), transparent 65%);
  pointer-events: none;
}

.pft-header-icon {
  width: 34px;
  height: 34px;
  background: rgb(11 186 214 / 0.15);
  border: 1px solid rgb(11 186 214 / 0.25);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0bbad6;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.pft-header-title {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.03em;
}

.pft-col-labels {
  display: grid;
  grid-template-columns: 1fr 160px 90px 130px 120px;
  padding: 8px 22px;
  background: #f4f8fc;
  border-bottom: 1px solid #e2eef8;
  gap: 12px;
}

.pft-lbl {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9eb3c8;
}

.pft-table {
  width: 100%;
  border-collapse: collapse;
}

.pft-row {
  cursor: pointer;
  border-bottom: 1px solid #f0f6ff;
  transition: background 0.2s ease;
}

.pft-row:last-child {
  border-bottom: none;
}

.pft-row:hover {
  background: #f7fbff;
}

.pft-td {
  padding: 7px !important;
  vertical-align: middle !important;
  border: none !important;
}

.pft-td--route {
  min-width: 0;
}

.pft-route-text {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1c2d3e;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.pft-arrow {
  color: #0bbad6 !important;
  font-size: 0.75rem !important;
  margin: 0 2px !important;
  flex-shrink: 0;
}

.pft-td--vehicle {
  width: 160px;
}

.pft-vehicle-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #3a5978;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pft-vehicle-badge i {
  color: #0bbad6;
  font-size: 0.7rem;
}

.pft-row:hover .pft-vehicle-badge {
  background: rgb(11 186 214 / 0.08);
  border-color: rgb(11 186 214 / 0.25);
  color: #0bbad6;
}

.pft-td--dur {
  width: 90px;
}

.pft-dur {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: #6a7d91;
  font-weight: 600;
  white-space: nowrap;
}

.pft-dur i {
  color: #0bbad6;
  font-size: 0.72rem;
}

.pft-td--price {
  width: 100px;
}

.pft-td--price {
  display: table-cell;
}

.pft-from {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9eb3c8;
  line-height: 1;
  margin-bottom: 3px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
}

.pft-price {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #07192b;
  line-height: 1;
  display: block;
  transition: color 0.2s ease;
}

.pft-row:hover .pft-price {
  color: #0bbad6;
}

.pft-td--cta {
  width: 120px;
  text-align: right !important;
  padding-right: 22px !important;
}

.pft-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: linear-gradient(135deg, #0bbad6, #1457a0);
  color: #fff;
  border-radius: 8px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 3px 10px rgb(11 186 214 / 0.25);
}

.pft-row:hover .pft-cta-btn {
  opacity: 1;
  transform: translateX(0);
}

.pft-cta-btn i {
  font-size: 0.6rem;
  transition: transform 0.2s ease;
}

.pft-row:hover .pft-cta-btn i {
  transform: translateX(2px);
}

@media (max-width: 991px) {
  .pft-col-labels {
    display: none;
  }

  .pft-td--cta {
    display: none;
  }

  .pft-td--dur {
    display: none;
  }
}

@media (max-width: 767px) {
  .pft-td {
    padding: 12px 0 12px 14px !important;
  }

  .pft-td:last-child {
    padding-right: 14px !important;
  }

  .pft-header {
    padding: 13px 16px;
  }

  .pft-td--vehicle {
    width: 110px;
  }

  .pft-vehicle-badge {
    font-size: 0.7rem;
    padding: 3px 9px;
  }

  .pft-route-text {
    font-size: 0.82rem;
  }

  .pft-price {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .pft-td--vehicle {
    display: none;
  }

  .pft-from {
    display: none;
  }
}

#tourDetail .nav-tabs .nav-item.show .nav-link,
#tourDetail .nav-tabs .nav-link.active {
  color: #f8f9fa;
  background-color: var(--dts-navy);
  border: 0;
}

#tourDetail .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  font-weight: 500;
}

#title {
  text-shadow: 2px 2px 6px #000;
  min-height: 160px;
  padding-top: 40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.dark-bg .container {
  color: #fff;
  z-index: 3;
  position: relative;
}

#title {
  position: relative;
  background-size: cover !important;
  background-position: 50% 27% !important;
  padding: 0 !important;
  overflow: hidden;
  min-height: 110px;
  display: flex;
  align-items: center;
}

#title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgb(7 25 43 / 0.82) 0%,
      rgb(13 43 69 / 0.72) 50%,
      rgb(7 25 43 / 0.78) 100%);
  z-index: 1;
}

#title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,
      transparent,
      #0bbad6 30%,
      #f0b429 70%,
      transparent);
  z-index: 3;
}

#title .container {
  position: relative;
  z-index: 2;
  padding-top: 65px;
  padding-bottom: 60px;
}

ol.prgrss {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  counter-reset: step-counter;
}

ol.prgrss li {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  position: relative !important;
  flex: 1 !important;
  text-align: center !important;
  counter-increment: step-counter;
  padding: 4px 8px !important;
}

ol.prgrss li:not(:first-child)::before {
  content: "" !important;
  position: absolute !important;
  top: 22px !important;
  right: 50% !important;
  left: -50% !important;
  height: 2px !important;
  background: rgb(255 255 255 / 0.18) !important;
  z-index: 0 !important;
  transition: background 0.4s ease !important;
}

ol.prgrss li.aktif:not(:first-child)::before,
ol.prgrss li.tamamlandi:not(:first-child)::before {
  background: linear-gradient(90deg,
      rgb(11 186 214 / 0.6),
      rgb(11 186 214 / 0.3)) !important;
}

ol.prgrss li::after {
  content: counter(step-counter) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  font-family: "Josefin Sans", "Segoe UI", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  background: rgb(255 255 255 / 0.1) !important;
  border: 2px solid rgb(255 255 255 / 0.22) !important;
  color: rgb(255 255 255 / 0.55) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  order: -1 !important;
  position: relative !important;
  z-index: 2 !important;
  transition: all 0.35s ease !important;
  box-shadow: 0 4px 16px rgb(0 0 0 / 0.2) !important;
  letter-spacing: 0 !important;
}

ol.prgrss li.aktif::after {
  background: linear-gradient(135deg, #0bbad6, #1457a0) !important;
  border-color: rgb(11 186 214 / 0.6) !important;
  color: #fff !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 1.05rem !important;
  box-shadow: 0 0 0 5px rgb(11 186 214 / 0.15),
    0 0 0 10px rgb(11 186 214 / 0.06), 0 8px 24px rgb(11 186 214 / 0.35) !important;
  animation: stepPulse 2.4s ease-in-out infinite !important;
}

ol.prgrss li.tamamlandi::after {
  content: "\f00c" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-size: 0.82rem !important;
  background: rgb(46 204 113 / 0.2) !important;
  border-color: rgb(46 204 113 / 0.45) !important;
  color: #2ecc71 !important;
  box-shadow: 0 4px 16px rgb(46 204 113 / 0.2) !important;
}

@keyframes stepPulse {

  0%,
  100% {
    box-shadow: 0 0 0 5px rgb(11 186 214 / 0.15),
      0 0 0 10px rgb(11 186 214 / 0.06), 0 8px 24px rgb(11 186 214 / 0.35);
  }

  50% {
    box-shadow: 0 0 0 8px rgb(11 186 214 / 0.1),
      0 0 0 16px rgb(11 186 214 / 0.03), 0 8px 24px rgb(11 186 214 / 0.35);
  }
}

ol.prgrss li {
  font-family: "Josefin Sans", "Segoe UI", sans-serif !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgb(255 255 255 / 0.38) !important;
  line-height: 1.3 !important;
  transition: color 0.3s ease !important;
}

ol.prgrss li.aktif {
  color: #fff !important;
}

ol.prgrss li.tamamlandi {
  color: rgb(46 204 113 / 0.7) !important;
}

@media (max-width: 767px) {
  #title {
    min-height: auto;
  }

  #title .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  ol.prgrss {
    gap: 0 !important;
    justify-content: space-between !important;
  }

  ol.prgrss li {
    flex: 1 !important;
    gap: 7px !important;
    padding: 2px 4px !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.08em !important;
  }

  ol.prgrss li::after {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.82rem !important;
  }

  ol.prgrss li.aktif::after {
    width: 40px !important;
    height: 40px !important;
    font-size: 0.9rem !important;
  }

  ol.prgrss li:not(:first-child)::before {
    top: 18px !important;
  }
}

@media (max-width: 400px) {
  ol.prgrss li {
    font-size: 0.5rem !important;
    letter-spacing: 0.04em !important;
  }

  ol.prgrss li::after {
    width: 30px !important;
    height: 30px !important;
    font-size: 0.74rem !important;
  }

  ol.prgrss li.aktif::after {
    width: 34px !important;
    height: 34px !important;
  }
}

.related-tours {
  padding: 60px 0;
  background: var(--dts-light);
}

.ds-blog {
  padding: 90px 0;
}

.blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(44, 26, 14, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(44, 26, 14, 0.15);
}

.blog-card-img {
  height: 200px;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}

.blog-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-cat {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dts-navy);
  margin-bottom: 8px;
}

.blog-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dts-dark);
  line-height: 1.35;
  margin-bottom: 12px;
  flex: 1;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--ds-fire);
}

.blog-meta {
  font-size: 0.78rem;
  color: var(--dts-dark);
  display: flex;
  gap: 14px;
}

.blog-meta i {
  color: var(--dts-gold);
  margin-right: 4px;
}

/* ── Kart ── */
.sb-rez-card {
  background: linear-gradient(160deg, #07192b 0%, #0d2b45 55%, #0f3d6a 100%);
  border-radius: 18px;
  padding: 28px 24px 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(7, 25, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  margin-bottom: 24px;
}

/* Üst gradient çizgi */
.sb-rez-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0bbad6, #f0b429, #0bbad6);
  background-size: 200% 100%;
  animation: sbLineShift 4s ease-in-out infinite;
}

@keyframes sbLineShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Glow arka plan */
.sb-rez-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle,
      rgba(11, 186, 214, 0.12),
      transparent 65%);
  pointer-events: none;
}

/* Dekoratif daireler */
.sb-rez-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.sb-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.sb-circle--1 {
  width: 180px;
  height: 180px;
  bottom: -60px;
  left: -60px;
}

.sb-circle--2 {
  width: 120px;
  height: 120px;
  bottom: -20px;
  left: -20px;
  border-color: rgba(11, 186, 214, 0.06);
}

.sb-circle--3 {
  width: 60px;
  height: 60px;
  top: 40px;
  right: 20px;
  border-color: rgba(240, 180, 41, 0.08);
}

/* ── Rozet ── */
.sb-rez-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(11, 186, 214, 0.1);
  border: 1px solid rgba(11, 186, 214, 0.22);
  border-radius: 20px;
  padding: 4px 12px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0bbad6;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.sb-rez-badge-dot {
  width: 6px;
  height: 6px;
  background: #0bbad6;
  border-radius: 50%;
  animation: sbDotPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes sbDotPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(11, 186, 214, 0.5);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(11, 186, 214, 0);
  }
}

/* ── Orta ikon ── */
.sb-rez-icon-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}

.sb-rez-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg,
      rgba(11, 186, 214, 0.18),
      rgba(20, 87, 160, 0.12));
  border: 1px solid rgba(11, 186, 214, 0.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #0bbad6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sb-rez-card:hover .sb-rez-icon {
  transform: rotate(-6deg) scale(1.08);
  box-shadow: 0 8px 24px rgba(11, 186, 214, 0.25);
}

/* ── Başlık ── */
.sb-rez-title {
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}

/* ── Açıklama ── */
.sb-rez-desc {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

/* ── Özellik listesi ── */
.sb-rez-feats {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  z-index: 2;
}

.sb-rez-feats li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.sb-rez-feats li i {
  color: #2ecc71;
  font-size: 0.72rem;
  flex-shrink: 0;
}

/* ── Ana CTA butonu ── */
.sb-rez-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 13px 18px;
  background: linear-gradient(135deg, #f0b429, #d49918);
  color: #07192b;
  border-radius: 11px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  box-shadow: 0 5px 18px rgba(240, 180, 41, 0.3);
  transition: all 0.26s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.sb-rez-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.26s ease;
}

.sb-rez-btn:hover {
  color: #07192b;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(240, 180, 41, 0.42);
}

.sb-rez-btn:hover::before {
  opacity: 1;
}

.sb-rez-btn-arrow {
  transition: transform 0.26s ease;
  margin-left: auto;
}

.sb-rez-btn:hover .sb-rez-btn-arrow {
  transform: translateX(4px);
}

/* ── WhatsApp butonu ── */
.sb-rez-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 18px;
  background: rgba(37, 211, 102, 0.1);
  border: 1.5px solid rgba(37, 211, 102, 0.22);
  color: #4ade80;
  border-radius: 11px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  margin-bottom: 16px;
  transition: all 0.24s ease;
  position: relative;
  z-index: 2;
}

.sb-rez-wa i {
  font-size: 1rem;
}

.sb-rez-wa:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.4);
  color: #4ade80;
  text-decoration: none;
  transform: translateY(-1px);
}

/* ── Alt telefon ── */
.sb-rez-phone {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 14px;
  position: relative;
  z-index: 2;
}

.sb-rez-phone a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Josefin Sans", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.22s ease;
}

.sb-rez-phone a i {
  color: #0bbad6;
  font-size: 0.82rem;
}

.sb-rez-phone a:hover {
  color: #fff;
  text-decoration: none;
}


/*loader**/
#loadwrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.clear-loading {
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loading {
  width: 100px;
  height: 100px;
  top: 40%;
}

.loading span {
  display: block;
  -webit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading span:first-child {
  width: 100%;
  height: 100%;
  border-color: var(--dts-navy);
  border-left-color: transparent;
  top: 0;
  left: 0;
  -webkit-animation: effect-1-1 4s infinite linear;
  -moz-animation: effect-1-1 4s infinite linear;
  -ms-animation: effect-1-1 4s infinite linear;
  -o-animation: effect-1-1 4s infinite linear;
  animation: effect-1-1 4s infinite linear;
}

.loading span:nth-child(2) {
  width: 75%;
  height: 75%;
  border-color: #000000;
  border-right-color: transparent;
  top: 12.5%;
  left: 12.5%;
  -webkit-animation: effect-1-2 3s infinite linear;
  -moz-animation: effect-1-2 3s infinite linear;
  -ms-animation: effect-1-2 3s infinite linear;
  -o-animation: effect-1-2 3s infinite linear;
  animation: effect-1-2 3s infinite linear;
}

.loading span:last-child {
  width: 50%;
  height: 50%;
  border-color: #b2e1f7;
  border-bottom-color: transparent;
  top: 25%;
  left: 25%;
  -webkit-animation: effect-1-1 4s infinite linear;
  -moz-animation: effect-1-1 4s infinite linear;
  -ms-animation: effect-1-1 4s infinite linear;
  -o-animation: effect-1-1 4s infinite linear;
  animation: effect-1-1 4s infinite linear;
}

@-webkit-keyframes effect-1-1 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes effect-1-1 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes effect-1-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes effect-1-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*sosyal*/
.social-icons .fab {
  font-size: 1.2em;
}

.social-icons .fab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, .8);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.social-icons.icon-circle .fab {
  border-radius: 50%
}

.social-icons.icon-rounded .fab {
  border-radius: 5px
}

.social-icons.icon-flat .fab {
  border-radius: 0
}

.social-icons .fab:active,
.social-icons .fab:hover {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333
}

.social-icons.icon-zoom .fab:active,
.social-icons.icon-zoom .fab:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.social-icons.icon-rotate .fab:active,
.social-icons.icon-rotate .fab:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg)
}

.social-icons .fa-adn {
  background-color: #504e54;
}

.social-icons .fa-apple {
  background-color: #aeb5c5;
}

.social-icons .fa-android,
.social-icons .fa-tripadvisor {
  background-color: #A5C63B;
}

.social-icons .fa-tripadvisor {
  color: #000000;
}

.social-icons .fa-bitbucket,
.social-icons .fa-bitbucket-square {
  background-color: #003366;
}

.social-icons .fa-bitcoin,
.social-icons .fa-btc {
  background-color: #F7931A;
}

.social-icons .fa-css3 {
  background-color: #1572B7;
}

.social-icons .fa-dribbble {
  background-color: #F46899;
}

.social-icons .fa-dropbox {
  background-color: #018BD3;
}

.social-icons .fa-facebook-f,
.social-icons .fa-facebook-square {
  background-color: #3C599F;
}

.social-icons .fa-flickr {
  background-color: #FF0084;
}

.social-icons .fa-foursquare {
  background-color: #0086BE;
}

.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
  background-color: #070709;
}

.social-icons .fa-html5 {
  background-color: #E54D26;
}

.social-icons .fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
  background-color: #0085AE;
}

.social-icons .fa-linux {
  background-color: #FBC002;
  color: #333;
}

.social-icons .fa-maxcdn {
  background-color: #F6AE1C;
}

.social-icons .fa-pagelines {
  background-color: #241E20;
  color: #3984EA;
}

.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
  background-color: #CC2127;
}

.social-icons .fa-renren {
  background-color: #025DAC;
}

.social-icons .fa-skype {
  background-color: #01AEF2;
}

.social-icons .fa-stack-exchange {
  background-color: #245590;
}

.social-icons .fa-stack-overflow {
  background-color: #FF7300;
}

.social-icons .fa-trello {
  background-color: #265A7F;
}

.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
  background-color: #314E6C;
}

.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
  background-color: #32CCFE;
}

.social-icons .fa-vimeo-square {
  background-color: #229ACC;
}

.social-icons .fa-vk {
  background-color: #375474;
}

.social-icons .fa-weibo {
  background-color: #D72B2B;
}

.social-icons .fa-windows {
  background-color: #12B6F3;
}

.social-icons .fa-xing,
.social-icons .fa-xing-square {
  background-color: #00555C;
}

.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
  background-color: #C52F30;
}

.social-circle {
  font-size: 0.8em;
  color: var(--dts-navy);
  display: inline-block;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0px 0px 0px 1px var(--dts-navy);
  padding: 0.64em 0.6em
}

.share .fa-twitter {
  color: #32CCFE;
}

.share .fa-linkedin {
  color: #0085AE;
}

.share .fa-facebook-f {
  color: #0085AE;
}

.share .fa-envelope {
  color: #1572B7;
}

.share .fa-whatsapp {
  color: #25d366;
}

/*spinner*/
.psngr {
  border-radius: 0 .25rem .25rem 0 !important
}

.passenger {
  display: none;
  margin-top: 2.5rem;
  min-width: 180px;
}

.passenger input {
  border: 0;
  max-width: 1rem;
  font-weight: 500;
}

.passenger .popover-header {
  font-size: .8rem
}

.passengerc {
  margin-top: -.2rem;
}

.passenger.popover.popover-bottom {
  margin-top: 40px;
}

/*validator*/
.form-control.error {
  border-color: #d9534f;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=);
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.4625rem 1.4625rem;
  background-size: 1.4625rem 1.4625rem;
}

.form-control.success {
  border-color: #5cb85c;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==);
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.4625rem 1.4625rem;
  background-size: 1.4625rem 1.4625rem;
}

label.error {
  color: #d9534f;
  font-size: 0.8rem;
}

label.success {
  color: #5cb85c;
  font-size: 0.8rem;
}

.btn-default.success,
.btn-default:focus.success {
  border-color: #5cb85c !important;
  outline-color: #5cb85c !important;
}

.nlbl label.error {
  display: none !important;
}

#day.error,
#month.error,
#year.error {
  border-bottom: 1px solid #d9534f !important;
}


/*slider*/
.tp-caption {
  color: #fff;
}

.text-title {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
  /**text-shadow: 1px 1px 3px #000**/
}

.text-title.text-title-medium {
  font-size: 2.8rem
}

.text-title.text-title-small {
  font-size: 1.2rem;
}

.text-title.text-title-medium.bold,
.text-title.text-title-small.bold {
  font-weight: 300;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
  background: none !important;
  overflow: visible;
  opacity: .8;
  -webkit-transform: none
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  opacity: 1
}

.tp-leftarrow.default:before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "\f053";
  display: block;
  color: white;
  font-size: 3em;
  font-family: FontAwesome
}

.tp-rightarrow.default:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "\f054";
  display: block;
  color: white;
  font-size: 3em;
  font-family: FontAwesome
}

.revslider-loadfix {
  content: ' ';
  display: block;
  min-height: 430px
}

/*card hover*/
.card.hover,
.card.img,
.card.img .card-img-overlay,
.card.img:hover .card-img-overlay {
  transition: all 0.2s ease-in-out;
}

.card.hover:hover {
  z-index: 3;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
}

.card.hover .card-img-top {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: .25rem .25rem 0 0;
}

.card.img {
  border: 0px
}

.card.img .card-img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.card.img .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 6px #000;
}

.card.img:hover {
  z-index: 3;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  overflow: hidden;
}

.card.img:hover .card-img-overlay {
  background-color: rgba(255, 130, 130, 0.5);
}

.card-img-fix {
  border-radius: 0px !important
}

.card.hover .card-body p {
  font-size: .9rem;
  padding: 0;
}

.card-yorum .media {
  border-bottom: 1px solid #e5e5e5;
}

.card-yorum .media:first-child {
  padding-top: 0px;
}

.card-yorum .media:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.card-border-2 {
  border-left: 1px solid var(--dts-border);
  border-right: 1px solid var(--dts-border);
  border-top: 1px solid var(--dts-border);
  border-bottom: 3px solid var(--dts-navy);
}

.card-border {
  border: 1px solid var(--dts-border);
}

.card-footer-inline {
  position: absolute;
  bottom: 0px;
  padding-left: 1.25rem;
  background-color: rgba(0, 0, 0, .05);
  border-top: 1px solid rgba(0, 0, 0, .125);
  width: 100%;
  left: 0px
}

.list-group-inline {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}



.nbs-flexisel-item .card {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin: 10px;
}


/*nav tabs*/
.mynav .nav-pills .nav-item {
  padding-right: 4px;
}

.mynav .nav-pills .nav-link.active,
.mynav .nav-pills .nav-link.active,
.mynav .nav-pills .nav-link.active:focus {
  background-color: #fff;
  color: var(--dts-navy);
}

.mynav .nav-pills .nav-link.active:after {
  border: 0px
}

.mynav .nav-pills .nav-link {
  color: #fff;
  display: block;
  padding: 0 20px;
  background: #a7a7a7;
  font-size: 0.9em;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}


/**özel işlevler**/
.bg-inverse,
.btn-primary {
  background-color: var(--dts-navy) !important;
  border-color: var(--dts-navy) !important
}

.bg-wow {
  background-color: #fff !important
}

.bg-dark {
  background-color: #f5f5f5 !important
}

.bg-gray {
  background-color: rgba(0, 0, 0, .03) !important
}

.bg-pricetag {
  background: #e2ffcb !important;
  color: #28a745 !important;
}

.bg-pricetag .extraPrc {
  font-size: 0.9rem !important
}

.card-inverse {
  background-color: var(--dts-navy);
  border: none;
  color: #ffffff;
}

.card-pickferry {
  background-color: rgba(168, 255, 123, 0.3) !important;
  border-color: #5cb85c !important;
}

.card-nopickferry {
  background-color: #f5f5f5 !important;
}

.card-nopickferry .rnk {
  color: #848484 !important;
}

.card-nopickferry img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.btn-xs {
  font-size: 0.6rem !important;
  padding: .175rem .55rem;
  margin-top: 0.010rem;
}

.input-xs {
  max-width: 2rem;
}

.input-pricetag {
  max-width: 4rem;
  color: #097b0d !important
}

.input-pricetag.active {
  background: #e2ffcb !important;
  border-color: #097b0d !important;
}

.exfiyat .form-control-sm {
  font-size: .775rem;
  height: calc(1.3em + .4rem + 2px);
}

.hover-danger {
  background-color: rgba(176, 25, 25, 0.5)
}

.hover-effect.hover-danger:after {
  background-color: rgba(176, 25, 25, 0.5)
}

.hover-effect.hover-warning:after {
  background-color: rgba(255, 130, 130, 0.5)
}

.nr-l {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.nr-lt {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.nr-r {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rnk {
  color: var(--dts-navy);
}

.rnk-2 {
  color: #7c9abd;
}

.bold,
b,
strong {
  font-weight: 400;
}

small .bold,
small b,
small strong {
  font-weight: 500;
}

b.bold,
a>b {
  font-weight: 500;
}

.small {
  font-size: 90%;
  line-height: 1.3rem;
}

.block {
  display: block;
}

.fluid {
  width: 100%;
}

.border-link {
  display: block;
  padding: .3rem 0;
  border-bottom: 1px dashed;
}

.heading {
  background: #fff;
  padding: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom-color: var(--dts-navy);
}

.big-call {
  color: #fff;
  font-size: 1.6rem;
}

.text-shadow {
  text-shadow: 2px 2px 6px #000;
}

.hover-effect {
  display: block;
  position: relative;
  background: none;
  overflow: hidden
}

.hover-effect:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.hover-effect img {
  display: block;
  position: relative;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}

.hover-effect:hover:after {
  visibility: visible;
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.hover-effect:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
  background: url(../img/hover-effect.png) no-repeat center;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background-color: rgba(255, 130, 130, 0.5)
}

.filtreOtlOzl {
  font-size: 0.8rem;
}

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #fff;
  cursor: pointer;
}

.c-input>input~span {
  border-radius: .25rem;
}

.c-input>input~span {
  background-color: var(--dts-navy);
  padding: .4rem;
  font-weight: 500;
  display: inline-block;
  margin: .2rem;
}

.c-input>input:disabled~span {
  background-color: #848484;
}

.c-input>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-input>input:checked~span {
  background-color: #5cb85c;
  color: #fff;
}

#extraFull .btn-text {
  background-color: #ffffff;
  color: var(--dts-navy);
  padding: .4rem 2rem;
  margin: 0;
}

#extraFull .btn-xs.btn-light {
  font-size: 0.8rem !important;
}

#extraFull .btn-xs.btn-light:disabled {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff;
  opacity: 1;
}

#extraFull .btn-xs.btn-light+.btn-xs.btn-light:disabled {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff;
  opacity: 1;
}

.float {
  position: fixed;
  width: 50px;
  height: 48px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 10px;
}

.float:hover {
  color: #fff
}

.accordion .card-header a:before,
.accordion .card-header button:before {
  float: left !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  padding-right: 5px;
}

.accordion .card-header a.collapsed:before,
.accordion .card-header button.collapsed:before {
  float: left !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}

.modal.modal-fullscreen {
  padding: 0 !important;
}

.modal-dialog.modal-dialog-fullscreen {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.modal-content.modal-content-fullscreen {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
}

.popover.popover-fullscreen {
  height: auto !important;
  min-height: 100% !important;
  width: auto !important;
  min-width: 100% !important;
  border-radius: 0 !important;
  border: none !important;
}

.mini-fyt {
  color: #000000;
  font-weight: 500;
  font-size: .9rem;
  background-color: #f9ac00;
  min-width: 100px;
  right: 15px;
  top: 100%;
  border-radius: 0 0 10px 10px;
  padding: 3px 15px
}

.path {
  background-repeat: no-repeat;
  background-image: url(../img/path_sprite.png);
  background-size: 750px 2800px
}

.path__heading {
  margin-bottom: 30px
}

.path--tall {
  background-position: center 30px;
  padding-bottom: 70px;
  margin-top: 30px;
  background-size: 750px 3220px
}

@media (min-width:635px) {
  .path--tall {
    background-position: center -590px;
    padding-bottom: 70px;
    margin-top: 40px
  }
}

@media (min-width:1025px) {
  .path--tall {
    background-position: center -1222px;
    padding-bottom: 40px;
    margin-top: 40px
  }
}

@media (min-width:1200px) {
  #extraFull .container {
    max-width: 960px
  }
}

.path--rtl {
  background-position: center -1694px;
  height: 108px
}

.path--ltr {
  background-position: center -1919px;
  height: 108px
}

.path--end {
  background-position: center -2144px;
  height: 120px
}

.aracozlist {
  text-align: center;
}

.aracozlist li {
  text-align: center;
  display: inline-block;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 500
}

.oz5_ico_1,
.oz5_ico_2,
.oz5_ico_3,
.oz5_ico_4 {
  width: 16px;
  height: 24px
}

.oz5 {
  background-image: url(../img/icon/car_icons.png);
  background-repeat: no-repeat;
  color: #6E92B7;
  float: left;
  text-align: center
}

.oz5_ico_1 {
  background-position: -90px 0
}

.oz5_ico_2 {
  background-position: -36px 0
}

.oz5_ico_3 {
  background-position: 0 0
}

.oz5_ico_4 {
  background-position: -18px 0
}

.oz5_ico_5 {
  background-position: -130px 0;
  height: 24px;
  width: 20px
}

.oz5_ico_6,
.oz5_ico_7 {
  height: 24px;
  width: 16px
}

.oz5_ico_6 {
  background-position: -156px 0
}

.oz5_ico_7 {
  background-position: -108px 0
}

.blackout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background: -webkit-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -moz-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(0deg, #00000061 0%, rgba(34, 34, 34, 0) 50%);
}

.card.img .blackout .card-title {
  color: #ffffff;
  text-shadow: 2px 2px 6px #000;
  bottom: 20px;
  position: absolute;
}

/**fix**/
.padding-sm {
  padding: .50rem 1.25rem;
}

.btn-link,
.btn-link:hover,
.btn-link:active {
  color: var(--dts-navy);
}

.btn-light {
  background-color: #fff;
  border-color: #ced4da !important;
}

.hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.form-control[readonly] {
  background-color: #fff;
  cursor: pointer;
}

.disabled {
  background-color: #eee;
}

.disabled:hover,
.disabled:focus {
  background-color: #eee !important;
}

.hidden.is-hidden {
  display: none;
}

.bootstrap-select li.selected a {
  background: var(--dts-navy);
  color: #fff !important;
}

.bootstrap-select li.selected a:hover,
.dropdown-item.active,
.dropdown-item:active {
  background: var(--dts-dark);
  color: #fff !important;
}

.bootstrap-select .dropdown-header {
  padding: 3px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: var(--dts-dark);
}

.bootstrap-select .dropdown-divider {
  display: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  padding-left: 1.25em;
}

.dropdown-menu {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16), 0 5px 6px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 2px solid var(--dts-navy) !important;
}

.dropdown-menu>li>a {
  color: #1f1f1f;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 7px 14px;
  font-size: .9rem;
  position: relative;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover {
  color: var(--dts-navy);
}

.ui-datepicker {
  font-size: 0.8rem;
}

.ui-datepicker-div {
  z-index: 99999;
}

.spinner2 .input-group-btn button:first-child {
  border-radius: .25rem;
}

.officemap {
  padding-top: 0 !important;
}

.list-group h5 {
  font-size: 1rem;
}

.list-group-item-image {
  float: left;
}

.fa.list-group-item-image {
  color: var(--dts-navy);
  font-size: 2.4rem;
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  text-align: center;
}

#mybooking.dropdown-menu {
  min-width: 280px;
  padding: 1rem;
}

.otopop {
  max-height: 220px;
  overflow-x: auto;
}

.category li {
  padding-bottom: 1rem;
}

.category h4 {
  font-size: 1rem
}

.category p {
  font-size: 0.8rem
}

.category img {
  margin-right: 0.3rem
}

.text-stop-1 {
  max-height: 60px;
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.text-stop-2 {
  max-height: 180px;
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.text-stop-3 {
  min-height: 100px;
  font-size: 80%;
}

.input-group-text {
  color: #ffffff;
  background-color: var(--dts-navy);
  border-color: var(--dts-navy);
  padding: .375rem .55rem;
}

.input-group-text.inverse {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn.success {
  border-color: #5cb85c !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==) !important;
  padding-right: 1.85rem !important;
  background-repeat: no-repeat !important;
  background-position: center right .5625rem !important;
  -webkit-background-size: 1.4625rem 1.4625rem !important;
  background-size: 1.4625rem 1.4625rem !important;
}

#ui-datepicker-div {
  z-index: 9999 !important
}

/**
.ui-widget-header{border: 1px solid var(--dts-navy);background: var(--dts-navy) url(../img/jquery/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #ff7777;background: #ffb4b4 url(../img/jquery/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;}
**/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #36af04;
  background: #03a501;
  color: #ffffff;
}

.card-footer {
  background-color: rgba(0, 0, 0, .05) !important;
}

.datefield {
  padding: .170rem .75rem;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: .2rem;
  color: #555;
  background-color: #fff;
}

.datefield * {
  display: inline-block;
}

.datefield input {
  width: 40px;
  padding: 0 0.4em;
  border: none;
  font-size: 100%;
  background: none;
  color: #000;
}

.datefield input#year {
  width: 50px;
}

.datefield input:focus {
  outline: none;
}

.nav.nav-pills.home-tab {
  margin-top: -2.5rem;
}

.nav.nav-pills.home-tab .nav-link {
  background: rgba(0, 0, 0, 0.25);
}

.nav.nav-pills.home-tab .nav-link.active {
  background: #ffffff;
}

#sozlesme-error {
  display: block;
}

/***
.modal{z-index:21474836461;}
.modal-backdrop.fade + .modal-backdrop.fade {z-index: 21474836462}
.modal-child {z-index: 21474836463}
***/
.modal-open .modal {
  top: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /*box-shadow: 0 0 0 2px green inset; */
}

.modal-open .modal.fade .modal-dialog {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: none;
  -webkit-overflow-scrolling: touch;
  transform: none;
  pointer-events: all;
  padding: 10px;
}

.no-scroll,
.no-scroll body {
  overflow: hidden;
}

.modal-content {
  margin: 0 auto;
}

.modal-footer {
  padding-bottom: 1.5rem;
}

.olark-launch-button {
  z-index: 5 !important
}

.popover.popoverExtra {
  font-size: 1rem !important;
  display: none;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: #f7f7f7 url(../img/load.gif) no-repeat center;
}


/*galleria*/
.galleria-container {
  max-height: 400px !important;
  min-height: 400px !important;
  background-color: #f5f5f5 !important;
  border-radius: 0px !important;
}

.galleria-row.left .galleria-container {
  max-height: 300px !important;
  min-height: 300px !important;
}

.galleria-row.left .galleria-container {
  border-radius: .25rem !important
}

#page .galleria-container {
  max-height: 500px !important;
  min-height: 500px !important;
  background-color: #f5f5f5 !important;
}

.galleria-container.fullscreen,
#page .galleria-container.fullscreen,
.firmGalleria .galleria-container.fullscreen {
  max-height: 100% !important;
}

#galleria-loader {
  height: 1px
}

.galleria-bar,
.galleria-stage {
  right: 0;
  left: 0;
  overflow: hidden
}

.galleria-container {
  position: relative;
  overflow: hidden;
  font: 12px/1.4 arial, sans-serif;
  color: #000;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.galleria-container img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none
}

.galleria-stage {
  position: absolute;
  top: 0;
  bottom: 40px
}

.galleria-bar {
  height: 40px;
  position: absolute;
  bottom: 0;
  z-index: 3
}

.galleria-fullscreen,
.galleria-play {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-right: 1px solid #ddd;
  outline: #fff solid 0
}

.galleria-play {
  background-image: url(../img/galleria/azur/playpause-white.png);
  background-position: 50% 11px
}

.galleria-play.pause {
  background-position: 50% -89px
}

.galleria-fullscreen {
  left: 42px;
  background-image: url(../img/galleria/azur/fscreen.png);
  background-position: 50% 11px
}

.galleria-container.fullscreen .galleria-fullscreen {
  background-position: 50% -89px
}

.galleria-play.playing {
  background-position: 10px -91px
}

.galleria-fullscreen.open {
  background-position: 8px -93px
}

.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.touch .galleria-play:active,
.galleria-container.touch .galleria-popout:active,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open {
  background-color: #fff
}

.galleria-thumbnails-container {
  position: absolute;
  top: 4px;
  right: 5px;
  left: 86px;
  bottom: 0;
  z-index: 2
}

.galleria-thumbnails-list {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}

.galleria-thumbnails {
  text-align: right;
  float: right
}

.galleria-carousel .galleria-thumbnails {
  float: none
}

.galleria-thumbnails .galleria-image {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 0 0 0 2px;
  cursor: pointer;
  border: 3px double #ddd;
  opacity: .6;
  filter: alpha(opacity=60);
  background: 0 0
}

.galleria-container.notouch .galleria-thumbnails .galleria-image:hover,
.galleria-container.touch .galleria-thumbnails .galleria-image:active {
  opacity: .9;
  background: #444;
  background: rgba(255, 255, 255, .3);
  filter: alpha(opacity=90)
}

.galleria-container .galleria-thumbnails .galleria-image.active,
.galleria-container.notouch .galleria-thumbnails .galleria-image.active:hover {
  opacity: 1;
  background: #ddd;
  background: rgba(255, 255, 255, .7);
  filter: alpha(opacity=100)
}

body .galleria-tooltip {
  background: #fff;
  background: rgba(255, 255, 255, .8)
}

.galleria-captionopen {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../img/galleria/azur/bgie.png);
  background: rgba(0, 0, 0, .7);
  padding: 3px 8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5;
  z-index: 2;
  cursor: pointer;
  color: #ccc
}

.galleria-captionopen:hover {
  background: #000;
  color: #fff
}

.galleria-captionclose {
  background: 0 0;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer
}

.galleria-captionclose:hover {
  color: #ccc
}

.galleria-progress.nocanvas {
  width: 32px;
  height: 5px;
  background: url('../img/galleria/azur/ 20.png');
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none
}

.galleria-progress.nocanvas .galleria-progressbar {
  height: 100%;
  width: 0;
  background: #fff
}

.galleria-info {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: url(../img/galleria/azur/bgie.png);
  background: url(../img/galleria/azur/bg.png) rgba(0, 0, 0, .6);
  z-index: 2
}

.galleria-info.toggler {
  visibility: hidden
}

.galleria-info.toggler.open {
  visibility: visible
}

.galleria-info-title {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 14px;
  padding-right: 100px
}

.galleria-info-description {
  opacity: .7;
  margin: -10px 14px 10px;
  padding-right: 100px
}

.galleria-counter {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  z-index: 2;
  font-weight: 500
}

.galleria-loader,
.galleria-loader.nocanvas {
  width: 48px;
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  top: 50%;
  z-index: 2;
  display: none;
  position: absolute
}

.galleria-loader.nocanvas {
  background: url(../img/galleria/azur/loader.gif) 50% 50% no-repeat #000;
  opacity: .6;
  filter: alpha(opacity=60);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  height: 36px;
  left: 0
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 20px;
  z-index: 2;
  background: url(../img/galleria/azur/left.png) 50% 50% no-repeat;
  opacity: 0
}

.galleria-image-nav-right {
  left: auto;
  right: 20px;
  background-image: url(../img/galleria/azur/right.png);
  z-index: 2
}

.galleria-container.notouch .galleria-image-nav-left:hover,
.galleria-container.notouch .galleria-image-nav-right:hover,
.galleria-container.touch .galleria-image-nav-left:active,
.galleria-container.touch .galleria-image-nav-right:active {
  opacity: .7 !important
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background: url(../img/galleria/azur/thumbleft-white.png) 50% 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 27px;
  width: 23px;
  z-index: 3
}

.galleria-thumb-nav-right {
  border-right: none;
  right: 3px;
  left: auto;
  background: url(../img/galleria/azur/thumbright-white.png) 50% 50%
}

.galleria-thumbnails-container .disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default
}

.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #222;
  background-color: rgba(255, 255, 255, .07)
}

.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #111
}

.notouch .galleria-thumbnails-container .disabled:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  background-color: transparent
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
  display: block
}

.galleria-carousel .galleria-thumbnails-list {
  right: 28px;
  left: 28px
}

/*flexisel*/
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}

/*.nbs-flexisel-item img {max-width: 100%;cursor: pointer;position: relative;margin-top: 10px;margin-bottom: 10px;}*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--dts-cyan);
  border: 2px solid var(--dts-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
  background: var(--dts-cyan);
  color: #fff;
  box-shadow: 0 4px 16px rgba(231, 76, 60, 0.35);
}

.nbs-flexisel-nav-left {
  right: 52px;
}

.nbs-flexisel-nav-right {
  right: 8px;
}

.nbs-flexisel-nav-left:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}

.nbs-flexisel-nav-right:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
  opacity: 0.35;
  pointer-events: none;
}

/*slick*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ct-slick img {
  margin: auto;
  width: 100%;
  max-width: none
}

.ct-slick .item {
  overflow: hidden;
  background-size: cover
}

.ct-slick .item .item-inner {
  display: table
}

.ct-slick .item .item-inner--full {
  display: table;
  width: 100%
}

.ct-slick .item .ct-slick-image {
  display: table-cell
}

.ct-slick .item .ct-slick-content {
  max-width: 750px;
  display: table-cell;
  padding: 30px;
  vertical-align: middle
}

.ct-slick .item .ct-slick-content .btn {
  margin-bottom: 8px
}

.ct-slick .item .ct-slick-content .btn+.btn {
  margin-left: 8px
}

@media (max-width:359px) {
  .ct-slick .item .ct-slick-content {
    padding: 30px 0
  }
}

@media (max-width:767px) {
  .ct-slick .item .ct-slick-image {
    display: none
  }

  .ct-slick .item .ct-slick-content {
    width: 100%;
    display: block;
    text-align: center
  }
}

.ct-slick .slick-next,
.ct-slick .slick-prev {
  background: #555;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease
}

.ct-slick .slick-next:before,
.ct-slick .slick-prev:before {
  font-family: fontawesome
}

.ct-slick .slick-next:hover,
.ct-slick .slick-prev:hover {
  background: #222;
  background: rgba(0, 0, 0, .65)
}

.ct-slick .slick-prev {
  left: 0
}

.ct-slick .slick-prev:before {
  content: "\F053"
}

.ct-slick .slick-next {
  right: 0
}

.ct-slick .slick-next:before {
  content: "\F054"
}

.ct-slick .slick-dots {
  bottom: 20px
}

.ct-slick .slick-dots li {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px
}

.ct-slick .slick-dots li button {
  padding: 0;
  height: 10px;
  width: 10px
}

.ct-slick .slick-dots li.slick-active {
  background: #fff
}

@media (min-width:768px) {

  nav+.ct-slick,
  nav+header {
    margin-top: 160px
  }
}

.ct-slick--synced {
  position: relative
}

.ct-slick--synced .ct-slick[data-asNavFor] {
  position: static;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.ct-slick--synced .ct-slick[data-asNavFor] .slick-slide {
  -moz-opacity: .35;
  -khtml-opacity: .35;
  -webkit-opacity: .35;
  opacity: .35;
  filter: alpha(opacity=35);
  cursor: pointer
}

.ct-slick--synced .ct-slick[data-asNavFor] .slick-slide.slick-center {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100)
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  footer>div>div>div {
    margin-bottom: 4rem;
  }

  footer>div>div>div:last-child {
    margin-bottom: 0px;
  }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .nav-pills.nav-fill .nav-item {
    margin-bottom: 0.5rem;
  }

  .nav-pills.nav-fill .nav-item .nav-link a {
    width: 100%;
    display: block
  }

  .nav.nav-pills.home-tab {
    margin-top: 1rem;
  }

  .nav.nav-pills.home-tab .nav-link {
    background: #a7a7a7;
    color: #fff;
    margin-bottom: 0.3rem;
  }

  .nav.nav-pills.home-tab .nav-link.active {
    background: var(--dts-navy);
    color: #fff
  }

  .mynav .nav-pills .nav-item {
    width: 100%;
    display: block
  }

  .hesperiden {
    display: none !important
  }

  h1 {
    font-size: 1.4rem;
  }

  .lead {
    font-size: 1.15rem;
  }

  [class*="col-"] {
    margin-bottom: 1rem
  }

  #extraFull [class*="col-"] {
    margin-bottom: 0;
  }

  [class*="col-"]:last-child {
    margin-bottom: 0px !important
  }

  .row.active [class*="col-"]:last-child {
    margin-bottom: 1rem !important
  }

  [class*="col-"]>.form-group {
    margin-bottom: 0px !important
  }

  [class*="col-"]>.row>[class*="col-"]:last-child {
    margin-bottom: 0px !important
  }

  .galleria-container,
  .galleria-row.left .galleria-container {
    max-height: 250px !important;
    min-height: 250px !important;
  }

  .img-fluid {
    width: 100%
  }

  .card-footer-inline {
    bottom: auto;
  }

  .btn.btn-link {
    text-align: left;
  }

  .prgrss {
    font-size: 0.6rem;
  }

  .float {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
  }

  .my-float {
    margin-top: 8px;
  }

  .passenger input {
    max-width: 2rem;
  }

  .btn-xs-block {
    display: block;
    width: 100%;
  }

  .media>img {
    float: none !important;
    display: block;
    margin-right: 0px !important;
    margin-bottom: 2rem;
    width: 100%;
  }

  .media {
    display: block !important;
  }

  .media-body {
    flex: 0 !important;
  }

  .card-yorum>.media>img,
  .hero-price-badge {
    display: none !important
  }
}

/* Medium devices (tablets, less than 992px)*/
@media (min-width: 991.98px) {}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1599.98px) {
  .revslider-loadfix {
    content: ' ';
    display: block;
    min-height: 350px !important
  }

  .tp-caption>img,
  #slider,
  #slider_wrapper {
    max-height: 350px !important
  }

  .tp-caption>img {
    width: 600px !important;
    max-width: 600px !important
  }

  .text-title {
    font-size: 3rem;
    margin-left: -12rem;
    margin-top: -2rem
  }

  .tp-caption>.btn {
    margin-left: -12rem;
    margin-top: -5rem
  }

  .tp-caption p {
    max-width: 100% !important;
  }

  .text-title.text-title-medium {
    font-size: 2rem
  }

  .text-title.text-title-small {
    font-size: 1rem;
  }
}


.footer-wa-wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  z-index: 999;
}

.footer-wa-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-wa-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

.footer-wa-pulse,
.footer-wa-pulse2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: waPulse 2.2s ease-out infinite;
  pointer-events: none;
  z-index: -1;
}

.footer-wa-pulse2 {
  background: rgba(37, 211, 102, 0.2);
  animation-delay: 0.7s;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.footer-wa-tooltip {
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 50px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.13);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.footer-wa-wrap:hover .footer-wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

.ccat-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid #f0f0f0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ccat-link:hover {
  border-color: #ffb40c;
  box-shadow: 0 6px 24px rgba(255, 180, 12, 0.15);
  transform: translateY(-3px);
  text-decoration: none;
}

/* ── Yuvarlak Resim ── */

.ccat-img-wrap {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2.5px solid #ffb40c;
  padding: 3px;
  transition: transform 0.3s ease;
}

.ccat-link:hover .ccat-img-wrap {
  transform: scale(1.07);
}

.ccat-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  display: block;
}

/* ── Metin ── */

.ccat-body {
  flex: 1;
  min-width: 0;
}

.ccat-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.22s ease;
}

.ccat-link:hover .ccat-title {
  color: #ffb40c;
}

.ccat-desc {
  font-size: 0.8rem;
  color: #999999;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Ok İkonu ── */

.ccat-arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease;
}

.ccat-arrow i {
  font-size: 0.65rem;
  color: #bbbbbb;
  transition: color 0.22s ease, transform 0.22s ease;
}

.ccat-link:hover .ccat-arrow {
  background: #ffb40c;
}

.ccat-link:hover .ccat-arrow i {
  color: #000000;
  transform: translateX(2px);
}

/* ── Responsive ── */

@media (max-width: 767px) {
  .ccat-link { padding: 14px; }
  .ccat-img-wrap { width: 60px; height: 60px; }
  .ccat-title { font-size: 0.85rem; }
}

.opt5-bottom {
  background: linear-gradient(160deg, #ffffff 0%, #fff8e6 50%, #f8f9fa 100%);
}