:root {
  --color-primary: #0a3d62;
  --color-primary-dark: #072e4a;
  --color-accent: #f39c12;
  --color-text: #333333;
  --color-text-muted: #666666;
  --color-bg: #ffffff;
  --color-bg-alt: #f7f8fb;
  --color-border: #e5e7eb;
  --font-heading: "Poppins", sans-serif;
  --font-body: "Roboto", sans-serif;
  --header-height: 80px;
  --container-max: 1240px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --transition: 0.3s ease;
}

/* Hero: statik yedek (RS yuklenene kadar gorunur) */
#ft-slider-3 {
  position: relative;
  overflow: hidden;
  min-height: 930px;
}

.hero-static-fallback {
  position: relative;
  min-height: 930px;
  background-color: #f6f7f9;
}

.hero-static-slide {
  display: none;
  min-height: 930px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-static-slide.is-active {
  display: block;
}

.hero-static-slide .container {
  position: relative;
  min-height: 930px;
  display: flex;
  align-items: center;
}

.hero-static-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 120px 0 80px;
}

.hero-static-tag {
  display: block;
  margin-bottom: 12px;
  color: #fa3b0e;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-static-content h1 {
  margin: 0 0 20px;
  color: #1a1a1a;
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.08;
}

.hero-static-content p {
  margin: 0 0 28px;
  color: #333;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.5;
}

.hero-static-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 200px;
  height: 50px;
  padding: 0 25px;
  background-color: #007aff;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color var(--transition);
}

.hero-static-btn:hover {
  background-color: #ff3a2d;
  color: #fff;
}

.hero-static-truck {
  position: absolute;
  right: -181px;
  bottom: 90px;
  z-index: 1;
  width: min(1034px, 55vw);
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
}

#ft-slider-3.rs-ready .hero-static-fallback {
  display: none;
}

#ft-slider-3:not(.rs-ready) #rev_slider_29_1_wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
  visibility: hidden !important;
  pointer-events: none;
}

#ft-slider-3.rs-ready #rev_slider_29_1_wrapper {
  visibility: visible !important;
  min-height: 930px;
}

@media (max-width: 1024px) {
  #ft-slider-3,
  .hero-static-fallback,
  .hero-static-slide,
  .hero-static-slide .container,
  #ft-slider-3.rs-ready #rev_slider_29_1_wrapper {
    min-height: 768px;
  }

  .hero-static-content {
    padding-top: 100px;
  }

  .hero-static-content h1 {
    font-size: 49px;
  }

  .hero-static-tag,
  .hero-static-content p {
    font-size: 16px;
  }

  .hero-static-truck {
    right: -149px;
    bottom: 74px;
    width: min(853px, 50vw);
  }
}

@media (max-width: 778px) {
  #ft-slider-3,
  .hero-static-fallback,
  .hero-static-slide,
  .hero-static-slide .container,
  #ft-slider-3.rs-ready #rev_slider_29_1_wrapper {
    min-height: 650px;
  }

  .hero-static-content h1 {
    font-size: 37px;
    color: #fff;
  }

  .hero-static-content p {
    color: rgba(255, 255, 255, 0.92);
  }

  .hero-static-truck {
    right: -113px;
    bottom: 56px;
    width: min(648px, 70vw);
  }
}

@media (max-width: 480px) {
  #ft-slider-3,
  .hero-static-fallback,
  .hero-static-slide,
  .hero-static-slide .container,
  #ft-slider-3.rs-ready #rev_slider_29_1_wrapper {
    min-height: 450px;
  }

  .hero-static-content {
    padding: 80px 0 40px;
  }

  .hero-static-content h1 {
    font-size: 30px;
  }

  .hero-static-truck {
    right: -60px;
    bottom: -15px;
    width: min(400px, 85vw);
    opacity: 0.35;
  }
}

/* Nav: Bootstrap column stack + overlap fix */
.ft-header-section .ft-main-navigation .navbar-nav,
.ft-header-section .ft-main-navigation ul.nav.navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0;
  padding: 0;
}

.ft-header-section .ft-main-navigation .navbar-nav > li {
  display: block;
  float: none;
  flex-shrink: 0;
}

.ft-header-section .ft-header-main-menu {
  flex-wrap: nowrap;
}

.ft-header-section .ft-header-main-menu-cta {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  flex-shrink: 0;
  margin-left: auto;
}

.ft-header-section .ft-main-navigation {
  flex-shrink: 1;
  min-width: 0;
}

.ft-header-section .ft-brand-logo,
.ft-header-section .ft-site-logo-area {
  flex-shrink: 0;
}

.ft-header-section .ft-brand-logo img,
.ft-header-section .ft-site-logo img {
  max-height: 52px;
  width: auto;
}

.ft-header-section.header-style-three .ft-main-navigation li {
  margin-left: 28px;
  white-space: nowrap;
}

.ft-header-section.header-style-three .ft-main-navigation li:first-child {
  margin-left: 0;
}

.ft-header-section.header-style-three .ft-main-navigation li a {
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 1.2;
}

.ft-header-section.header-style-three .ft-header-cta-btn {
  margin-left: 24px;
  flex-shrink: 0;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
  margin-left: 28px;
  white-space: nowrap;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li:first-child {
  margin-left: 0;
}

.ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li a {
  font-size: 14px;
  padding-bottom: 18px;
  line-height: 1.2;
}

.ft-header-section.header-style-two .ft-header-cta-btn {
  margin-left: 24px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .ft-header-section.header-style-three .ft-main-navigation li,
  .ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li {
    margin-left: 18px;
  }

  .ft-header-section.header-style-three .ft-main-navigation li a,
  .ft-header-section.header-style-two .ft-header-main-menu .ft-main-navigation li a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .ft-header-section .ft-main-navigation {
    display: none !important;
  }
}
