/*
Theme Name: TuranTur Kurumsal Websitesi
Theme URI: https://turantur.com/
Author: Reva Dijital
Description: TuranTur kurumsal web teması (Bootstrap + özel stil).
Version: 1.0.0
Text Domain: turantur
*/

:root {
  /* Marka kılavuzundan türetilen palet (yaklaşık) */
  --tt-turquoise: #34c4d4;
  --tt-teal: #0a4f55;
  --tt-maroon: #6b0f0f;
  --tt-ice: #d6fbf8;
  --tt-ink: #0b0e10;
  --tt-paper: #ffffff;

  --tt-radius: 18px;
  --tt-shadow: 0 18px 45px rgba(11, 14, 16, 0.12);
  --tt-shadow-soft: 0 12px 30px rgba(11, 14, 16, 0.08);

  /* Bootstrap tema eşlemesi */
  --bs-primary: var(--tt-turquoise);
  --bs-secondary: var(--tt-teal);
  --bs-dark: #0f1518;
  --bs-body-font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --bs-body-color: #11181c;
  --bs-body-bg: #fbfdfd;
}

* {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "liga" 1, "kern" 1;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 9999;
  background: var(--tt-paper);
  color: var(--tt-ink);
  padding: .6rem .9rem;
  border-radius: 999px;
  box-shadow: var(--tt-shadow-soft);
}

.skip-link:focus {
  left: 12px;
}

/* Navbar */
.navbar-blur {
  background: rgba(251, 253, 253, 0.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(10, 79, 85, 0.10);
}

.navbar[data-tt-scrolled="true"] {
  background: rgba(251, 253, 253, 0.92);
  box-shadow: 0 12px 28px rgba(11, 14, 16, 0.08);
}

.navbar .nav-link {
  font-weight: 500;
  color: rgba(17, 24, 28, 0.78);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: rgba(17, 24, 28, 1);
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, var(--tt-turquoise), var(--tt-ice));
  position: relative;
  box-shadow: 0 10px 18px rgba(52, 196, 212, 0.22);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(107, 15, 15, .95), rgba(10, 79, 85, .65));
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  letter-spacing: .5px;
  font-weight: 700;
}

.brand-accent {
  color: var(--tt-maroon);
}

.brand-sub {
  font-family: "Montserrat", var(--bs-body-font-family);
  font-weight: 300;
  font-size: .78rem;
  color: rgba(17, 24, 28, .65);
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
}

.hero-slider {
  min-height: 92vh;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  min-height: 92vh;
  height: 92vh;
}

.hero-slide {
  position: relative;
  height: 100%;
  display: grid;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 28px;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 15% 15%, rgba(52, 196, 212, .30), transparent 55%),
    radial-gradient(1100px 700px at 85% 35%, rgba(10, 79, 85, .22), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(214, 251, 248, .55) 100%),
    var(--hero-img);
  background-size: cover;
  background-position: center;
  filter: saturate(1.04);
  transform: scale(1.02);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 253, 253, .90) 0%, rgba(251, 253, 253, .72) 42%, rgba(251, 253, 253, .35) 100%);
}

.hero-slide>.container {
  position: relative;
  z-index: 3;
}

.hero-carousel .carousel-indicators {
  z-index: 4;
  margin-bottom: 22px;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(10, 79, 85, .28);
  opacity: 1;
  border: 0;
}

.hero-carousel .carousel-indicators .active {
  background-color: var(--tt-turquoise);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  z-index: 4;
  width: 56px;
  opacity: 1;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  border: 1px solid rgba(10, 79, 85, .12);
  background-color: rgba(255, 255, 255, .78);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55% 55%;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(11, 14, 16, .10);
}

.hero-carousel .carousel-control-prev-icon {
  /* Dark arrow (near-black) */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M10.5 1.5 4.5 8l6 6.5' fill='none' stroke='%2311181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.hero-carousel .carousel-control-next-icon {
  /* Dark arrow (near-black) */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M5.5 1.5 11.5 8l-6 6.5' fill='none' stroke='%2311181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(10, 79, 85, .12);
  box-shadow: var(--tt-shadow-soft);
  font-weight: 500;
}

.text-gradient {
  background: linear-gradient(90deg, var(--tt-turquoise), var(--tt-teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(10, 79, 85, .12);
  border-radius: var(--tt-radius);
  box-shadow: var(--tt-shadow);
  padding: 1.25rem;
}

.hero-typography {
  display: grid;
  gap: 12px;
}

.hero-quote {
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(17, 24, 28, .80);
  letter-spacing: -0.01em;
}

.quote-mark {
  font-weight: 700;
  color: rgba(10, 79, 85, .45);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(10, 79, 85, .12);
  box-shadow: 0 10px 22px rgba(11, 14, 16, .06);
  font-weight: 500;
  color: rgba(17, 24, 28, .78);
}

.hero-note {
  padding: .95rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(52, 196, 212, .14), rgba(214, 251, 248, .75));
  border: 1px solid rgba(10, 79, 85, .12);
}

.icon-pill {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(52, 196, 212, .24), rgba(214, 251, 248, .92));
  border: 1px solid rgba(10, 79, 85, .12);
  color: var(--tt-teal);
}

.hero-metrics {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.metric {
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(10, 79, 85, .10);
  padding: .8rem 1rem;
  border-radius: 16px;
  min-width: 140px;
  box-shadow: 0 10px 22px rgba(11, 14, 16, .06);
}

.metric-value {
  font-weight: 700;
}

.metric-label {
  font-size: .9rem;
  color: rgba(17, 24, 28, .68);
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 80px;
  z-index: 5;
  pointer-events: none;
  background:
    radial-gradient(100% 140% at 50% 0%, rgba(251, 253, 253, 0) 55%, rgba(251, 253, 253, 1) 56%);
}

/* Sections */
.section {
  padding: 72px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(214, 251, 248, .55), rgba(251, 253, 253, 1));
}

.section-dark {
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(52, 196, 212, .22), transparent 60%),
    linear-gradient(135deg, rgba(10, 79, 85, 1), rgba(15, 21, 24, 1));
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.eyebrow {
  font-family: "Montserrat", var(--bs-body-font-family);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(17, 24, 28, .65);
}

.section-title {
  font-weight: 650;
  letter-spacing: -0.02em;
}

.section-desc {
  max-width: 62ch;
  color: rgba(17, 24, 28, .68);
  margin-bottom: 0;
}

/* Feature cards */
.feature-card {
  background: var(--tt-paper);
  border: 1px solid rgba(10, 79, 85, .10);
  border-radius: var(--tt-radius);
  padding: 1.25rem;
  height: 100%;
  box-shadow: 0 14px 32px rgba(11, 14, 16, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(52, 196, 212, .35);
  box-shadow: 0 18px 42px rgba(11, 14, 16, .10);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(52, 196, 212, .28), rgba(214, 251, 248, .95));
  border: 1px solid rgba(10, 79, 85, .12);
  color: var(--tt-teal);
  font-size: 1.25rem;
}

/* About */
.about-points {
  display: grid;
  gap: 12px;
}

.about-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: .9rem 1rem;
  border-radius: var(--tt-radius);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(10, 79, 85, .10);
  box-shadow: 0 12px 28px rgba(11, 14, 16, .06);
}

.about-point i {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(52, 196, 212, .14);
  border: 1px solid rgba(10, 79, 85, .10);
  color: var(--tt-teal);
  flex: 0 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-card {
  background: rgba(255, 255, 255, .80);
  border: 1px solid rgba(10, 79, 85, .12);
  border-radius: calc(var(--tt-radius) + 6px);
  padding: 1rem 1rem;
  box-shadow: var(--tt-shadow-soft);
}

.about-card-wide {
  grid-column: 1 / -1;
}

.about-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: .5rem;
  color: rgba(17, 24, 28, .70);
}

.about-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .65rem;
  font-size: .78rem;
  border: 1px solid rgba(10, 79, 85, .12);
  background: rgba(52, 196, 212, .18);
  color: var(--tt-teal);
  font-weight: 600;
}

.about-chip-2 {
  background: rgba(10, 79, 85, .12);
  color: var(--tt-teal);
}

.about-chip-3 {
  background: rgba(107, 15, 15, .12);
  color: var(--tt-maroon);
  border-color: rgba(107, 15, 15, .18);
}

.about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: .35rem;
}

.value-pill {
  display: inline-flex;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(10, 79, 85, .12);
  color: rgba(17, 24, 28, .76);
  font-weight: 500;
  font-size: .92rem;
}

@media (max-width: 575.98px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

/* Tours */
.tour-card {
  background: var(--tt-paper);
  border: 1px solid rgba(10, 79, 85, .10);
  border-radius: var(--tt-radius);
  overflow: hidden;
  height: 100%;
  box-shadow: 0 16px 40px rgba(11, 14, 16, .08);
}

.tour-img {
  height: 210px;
  background-image:
    linear-gradient(180deg, rgba(11, 14, 16, .05), rgba(11, 14, 16, .55)),
    var(--img);
  background-size: cover;
  background-position: center;
}

.price {
  font-weight: 700;
  color: var(--tt-maroon);
}

.badge-tt {
  background: rgba(52, 196, 212, .18);
  color: var(--tt-teal);
  border: 1px solid rgba(10, 79, 85, .10);
}

.badge-tt-2 {
  background: rgba(10, 79, 85, .14);
  color: var(--tt-teal);
  border: 1px solid rgba(10, 79, 85, .10);
}

.badge-tt-3 {
  background: rgba(107, 15, 15, .12);
  color: var(--tt-maroon);
  border: 1px solid rgba(107, 15, 15, .18);
}

.cta-band {
  border-radius: calc(var(--tt-radius) + 6px);
  padding: 1.25rem 1.25rem;
  background:
    radial-gradient(900px 240px at 15% 10%, rgba(52, 196, 212, .26), transparent 60%),
    linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(214, 251, 248, .85));
  border: 1px solid rgba(10, 79, 85, .12);
  box-shadow: var(--tt-shadow-soft);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  display: block;
  border-radius: var(--tt-radius);
  overflow: hidden;
  border: 1px solid rgba(10, 79, 85, .10);
  box-shadow: 0 16px 40px rgba(11, 14, 16, .08);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .25s ease;
  display: block;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11, 14, 16, .55));
  opacity: .75;
  transition: opacity .25s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item:hover::after {
  opacity: .55;
}

.gallery-item:nth-child(1) {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 320px;
}

.gallery-item:nth-child(2) {
  grid-column: span 6;
  min-height: 154px;
}

.gallery-item:nth-child(3) {
  grid-column: span 3;
  min-height: 154px;
}

.gallery-item:nth-child(4) {
  grid-column: span 3;
  min-height: 154px;
}

.gallery-item:nth-child(5) {
  grid-column: span 4;
  min-height: 190px;
}

.gallery-item:nth-child(6) {
  grid-column: span 8;
  min-height: 190px;
}

@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery-item:nth-child(1) {
    grid-column: span 6;
    min-height: 240px;
  }

  .gallery-item:nth-child(2) {
    grid-column: span 3;
  }

  .gallery-item:nth-child(3) {
    grid-column: span 3;
  }

  .gallery-item:nth-child(4) {
    grid-column: span 3;
  }

  .gallery-item:nth-child(5) {
    grid-column: span 3;
  }

  .gallery-item:nth-child(6) {
    grid-column: span 6;
  }
}

@media (max-width: 575.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item {
    grid-column: span 2 !important;
    min-height: 190px !important;
  }
}

/* News */
.news-card {
  background: var(--tt-paper);
  border: 1px solid rgba(10, 79, 85, .10);
  border-radius: var(--tt-radius);
  padding: 1.25rem;
  height: 100%;
  /* box-shadow: 0 14px 36px rgba(11, 14, 16, .08); */
}

.news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .65rem;
  font-size: .78rem;
  border: 1px solid rgba(10, 79, 85, .12);
  background: rgba(52, 196, 212, .18);
  color: var(--tt-teal);
  font-weight: 600;
}

.chip-2 {
  background: rgba(10, 79, 85, .12);
  color: var(--tt-teal);
}

.chip-3 {
  background: rgba(107, 15, 15, .12);
  color: var(--tt-maroon);
  border-color: rgba(107, 15, 15, .18);
}

/* Forms & info */
.form-card {
  background: var(--tt-paper);
  border: 1px solid rgba(10, 79, 85, .12);
  border-radius: calc(var(--tt-radius) + 6px);
  padding: 1.25rem;
  box-shadow: var(--tt-shadow);
}

.info-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.info-item i {
  color: var(--tt-turquoise);
  font-size: 1.2rem;
  margin-top: 2px;
}

/* Contact */
.contact-card {
  border-radius: calc(var(--tt-radius) + 6px);
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(214, 251, 248, .12);
  border: 1px solid rgba(214, 251, 248, .18);
  color: rgba(214, 251, 248, .92);
}

/* Footer */
.footer {
  padding: 42px 0;
  background: rgba(251, 253, 253, 1);
  border-top: 1px solid rgba(10, 79, 85, .10);
}

.footer-links a {
  color: rgba(17, 24, 28, .72);
  text-decoration: none;
}

.footer-links a:hover {
  color: rgba(17, 24, 28, 1);
  text-decoration: underline;
}

.social-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(52, 196, 212, .12);
  border: 1px solid rgba(10, 79, 85, .10);
  color: var(--tt-teal);
  text-decoration: none;
}

.social-btn:hover {
  background: rgba(52, 196, 212, .18);
}

/* Quick links cards */
.quick-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 1rem 1rem;
  border-radius: calc(var(--tt-radius) + 6px);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(10, 79, 85, .12);
  box-shadow: 0 14px 34px rgba(11, 14, 16, .07);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  height: 100%;
}

.quick-card:hover {
  transform: translateY(-2px);
  border-color: rgba(52, 196, 212, .35);
  box-shadow: 0 18px 42px rgba(11, 14, 16, .10);
}

.quick-icon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(52, 196, 212, .22), rgba(214, 251, 248, .92));
  border: 1px solid rgba(10, 79, 85, .12);
  color: var(--tt-teal);
  flex: 0 0 auto;
}

/* Buttons */
.btn-primary {
  border: none;
  background: linear-gradient(135deg, var(--tt-turquoise), rgba(10, 79, 85, .95));
  box-shadow: 0 14px 30px rgba(52, 196, 212, .20);
}

.btn-primary:hover {
  filter: brightness(0.98);
}

.btn-outline-primary {
  --bs-btn-color: var(--tt-teal);
  --bs-btn-border-color: rgba(10, 79, 85, .25);
  --bs-btn-hover-bg: rgba(52, 196, 212, .16);
  --bs-btn-hover-border-color: rgba(10, 79, 85, .25);
  --bs-btn-hover-color: var(--tt-teal);
}

/* To top */
.to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  border: 1px solid rgba(10, 79, 85, .12);
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(11, 14, 16, .12);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.to-top[data-tt-show="true"] {
  opacity: 1;
  transform: translateY(0);
}

/* Modal */
.modal-content {
  border-radius: calc(var(--tt-radius) + 8px);
  border: 1px solid rgba(10, 79, 85, .12);
  box-shadow: var(--tt-shadow);
}

/* Owl Carousel (News slider) */
.tt-owl-news .news-card {
  height: 100%;
}

.tt-owl-news .owl-stage {
  display: flex;
}

.tt-owl-news .owl-item {
  display: flex;
}

.tt-owl-news .owl-item>div {
  display: flex;
  width: 100%;
}

.tt-owl-news .news-card {
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 6px 4px;
  background: rgba(10, 79, 85, .18);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--tt-turquoise);
}

.owl-theme .owl-nav [class*="owl-"] {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  border: 1px solid rgba(10, 79, 85, .12) !important;
  background: rgba(255, 255, 255, .85) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(11, 14, 16, .10);
  color: rgba(17, 24, 28, .80) !important;
  transition: transform .15s ease, filter .15s ease;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: translateY(-1px);
  filter: brightness(.98);
}

.owl-theme .owl-nav {
  margin-top: 14px;
}

.turantur-logo {
  height: 70px;
  width: auto;
}

.turantur-logo-footer {
  height: 160px;
  width: auto;
}