/* Özfeda Nakliyat — site geneli tipografi & navbar */
:root {
  --oz-navy: #1a1a2e;
  --oz-red: #dc3545;
  --oz-light: #f3f6f9;
  --oz-muted: #555;
  --oz-line: #e5e9ef;
}

/* ---- NAVBAR ---- */
.oz-navbar .navbar {
  padding: 0.4rem 0;
  min-height: auto;
}

.oz-navbar .navbar-logo img,
.oz-navbar .navbar-brand img {
  height: 3.35rem !important;
  width: auto;
  transition: height 0.2s ease;
}

.oz-navbar .navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  padding: 0.55rem 0.9rem !important;
  line-height: 1.4 !important;
  transition: opacity 0.2s ease;
}

.oz-navbar .navbar-nav .nav-link:hover {
  opacity: 0.88;
}

.oz-navbar .icons-menu a {
  padding: 10px 13px !important;
  border-radius: 8px !important;
}

.oz-navbar .icons-menu .socicon {
  font-size: 26px !important;
}

@media (max-width: 991px) {
  .oz-navbar .navbar > .container-fluid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .oz-navbar .navbar-logo img,
  .oz-navbar .navbar-brand img {
    height: 2.8rem !important;
  }

  .oz-navbar .navbar-brand {
    margin-left: 0.15rem !important;
    padding-right: 0 !important;
  }

  .oz-navbar .navbar-toggler {
    width: 44px !important;
    height: 40px !important;
    margin-left: auto !important;
    margin-right: 0.15rem !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(220, 53, 69, 0.7) !important;
    border-radius: 8px !important;
    background: rgba(220, 53, 69, 0.16) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
  }

  .oz-navbar .navbar-toggler:focus,
  .oz-navbar .navbar-toggler:hover {
    background: rgba(220, 53, 69, 0.26) !important;
    outline: none !important;
  }

  .oz-navbar .navbar-toggler .hamburger {
    position: relative;
    width: 23px;
    height: 18px;
  }

  .oz-navbar .navbar-toggler .hamburger span {
    right: auto !important;
    left: 0 !important;
    width: 23px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
  }

  .oz-navbar .navbar-toggler .hamburger span:nth-child(1) {
    top: 0 !important;
  }

  .oz-navbar .navbar-toggler .hamburger span:nth-child(2),
  .oz-navbar .navbar-toggler .hamburger span:nth-child(3) {
    top: 8px !important;
  }

  .oz-navbar .navbar-toggler .hamburger span:nth-child(4) {
    top: 16px !important;
  }

  .oz-navbar .navbar-toggler[aria-expanded="true"] {
    background: var(--oz-red) !important;
    border-color: var(--oz-red) !important;
  }

  .oz-navbar .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1),
  .oz-navbar .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(4) {
    width: 0 !important;
    opacity: 0 !important;
    left: 50% !important;
  }

  .oz-navbar .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
    transform: rotate(45deg);
  }

  .oz-navbar .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .oz-navbar .navbar-nav .nav-link {
    font-size: 1.08rem !important;
    padding: 0.7rem 1rem !important;
    text-align: center;
  }
}

/* ---- ANA SAYFA HERO ---- */
.oz-hero {
  padding-top: 88px !important;
}

.oz-hero .oz-hero-title {
  color: #fff;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2.75rem, 5.5vw, 4.25rem) !important;
  line-height: 1.08;
  margin-bottom: 1.35rem;
  letter-spacing: 0.02em;
}

.oz-hero .oz-hero-subtitle {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.oz-hero .oz-hero-tagline {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
}

.oz-btn {
  display: inline-block;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.oz-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.oz-btn-primary {
  background: var(--oz-red);
  color: #fff;
  border: none;
}

.oz-btn-primary:hover {
  background: #c82333;
  color: #fff;
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.35);
}

.oz-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.oz-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* ---- ANA SAYFA BÖLÜMLER ---- */
.oz-section-title {
  text-align: center;
  color: var(--oz-navy);
  font-weight: 800;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}

.oz-stat-card h4 {
  font-size: 1.65rem !important;
}

.oz-stat-card p {
  font-size: 0.95rem !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--oz-muted) !important;
}

.oz-feature-card h5 {
  font-size: 1.05rem !important;
  letter-spacing: 0.04em;
}

.oz-feature-card p {
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
}

.oz-dark-band h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
  line-height: 1.35 !important;
}

.oz-dark-band p {
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
}

.hizmet-kart-icerik h5 {
  font-size: 1rem !important;
  letter-spacing: 0.08em;
}

.hizmet-kart-icerik p {
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}

/* ---- FOOTER ---- */
.oz-footer h5 {
  font-size: 1rem !important;
  letter-spacing: 0.06em;
}

.oz-footer p,
.oz-footer ul,
.oz-footer li,
.oz-footer a {
  font-size: 0.95rem !important;
}

.oz-footer .oz-footer-copy {
  font-size: 0.85rem !important;
}

.oz-footer .socicon {
  font-size: 26px !important;
}

/* ---- SAYFA HERO (İletişim, Kargo Takip vb.) ---- */
body.contact-page .contact-hero,
body.tracking-page .tracking-hero {
  padding: 8.5rem 0 5rem;
}

body.contact-page .contact-hero h1,
body.tracking-page .tracking-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 3.6rem);
}

body.contact-page .contact-hero-desc,
body.tracking-page .tracking-hero-desc {
  font-size: 1.12rem;
  line-height: 1.75;
}

body.contact-page .contact-crumb,
body.tracking-page .tracking-crumb {
  font-size: 1rem;
}

body.contact-page .contact-info-card .label {
  font-size: 0.78rem;
}

body.contact-page .contact-info-card a {
  font-size: 1.05rem;
}

/* ---- HAKKIMIZDA CAROUSEL ---- */
.about-top-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
  background: #1a1a2e;
}

.about-top-carousel .carousel-slide {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-top-carousel .carousel-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(20px) brightness(0.55);
  transform: scale(1.08);
}

.about-top-carousel .carousel-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.about-top-carousel .carousel-slide img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.25), rgba(26, 26, 46, 0.55));
  pointer-events: none;
  z-index: 2;
}

.about-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 3;
}

.about-top-carousel .top-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  padding: 0;
}

.about-top-carousel .top-dot.active {
  background: #dc3545;
  transform: scale(1.2);
  border-color: #dc3545;
}

/* ---- HAKKIMIZDA ---- */
.about-intro-text p {
  font-size: 1rem !important;
  line-height: 1.9 !important;
}

.about-intro-text h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem) !important;
}

.about-media-text p {
  font-size: 0.98rem !important;
}

.about-media-text h3 {
  font-size: clamp(1.5rem, 2.8vw, 2.15rem) !important;
}

/* ---- ŞUBELERİMİZ ---- */
.branches-hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 3.6rem) !important;
}

.branches-crumb {
  font-size: 1rem !important;
}

.branch-shell-header h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.15rem) !important;
}

.branch-count {
  font-size: 1rem !important;
}

/* ---- KARGO TAKİP ---- */
body.tracking-page .tracking-card h2 {
  font-size: 1.75rem;
}

body.tracking-page .tracking-card p {
  font-size: 1.02rem;
}

body.tracking-page .tracking-step h3 {
  font-size: 1rem;
}

body.tracking-page .tracking-step p {
  font-size: 0.92rem;
}
