:root {
  --brand-ink: #282828;
  --brand-ink-strong: #1c1c1c;
  --brand-ink-soft: #5c5c5c;
  --brand-sand: #f5f3ef;
  --brand-mist: #e9e6e0;
  --tanspot-base: var(--brand-ink);
  --tanspot-base-rgb: 40, 40, 40;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 110px;
}

.skill-one__vision-box {
  margin-top: 25px;
  display: grid;
  gap: 20px;
}

.skill-one__vision-item {
  padding: 16px 18px;
  border-left: 3px solid var(--tanspot-base);
  background: rgba(40, 40, 40, 0.65);
  border-radius: 8px;
}

.skill-one__vision-item h4 {
  color: var(--tanspot-white);
  margin-bottom: 8px;
}

.skill-one__vision-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}


.main-menu__logo img {
  max-height: 56px;
  width: auto;
}

.stricky-header .main-menu__logo img {
  max-height: 48px;
}

.footer-widget__logo img {
  max-height: 52px;
  width: auto;
}

.mobile-nav__content .logo-box img {
  max-height: 50px;
  width: auto;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1005;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:hover {
  color: #ffffff;
  background: #1fb655;
}

.whatsapp-float__icon {
  font-size: 20px;
  line-height: 1;
}

.banner-one__sub-title {
  color: #d1a808 !important;
}

.banner-one__title span {
  color: #d1a808 !important;
}

.section-title__shape-2 {
  z-index: 10;
}

.section-title__shape-2 .fa-truck {
  transform: scaleX(-1);
}

.section-title__tagline-border {
  z-index: 1;
}

/* Responsive overflow: yatay taşmayı önle (sliding-text marquee, banner şekilleri) */
.sliding-text-one,
.sliding-text-one__wrap {
  overflow-x: hidden;
  max-width: 100%;
}

.banner-one {
  overflow-x: hidden;
}

/* 100vw scrollbar ile yatay kaydırma yapabiliyor; 100% kullan */
.mobile-nav__wrapper {
  width: 100%;
}

/* Section arası mesafe artırımı */
.why-choose-one {
  margin-top: 60px;
}

/* Telefon ve adres icon mesafesi */
.why-choose-one__point li {
  margin-bottom: 25px;
}

.why-choose-one__point li:last-child {
  margin-bottom: 0;
}

/* Form tasarimi iyileştirmeleri */
.why-choose-one__form {
  padding: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.why-choose-one__form .input-box {
  margin-bottom: 20px;
}

.why-choose-one__form .input-box input,
.why-choose-one__form .input-box textarea {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.why-choose-one__form .input-box input:focus,
.why-choose-one__form .input-box textarea:focus {
  border-color: var(--tanspot-base);
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 40, 40, 0.1);
}

.why-choose-one__form .input-box textarea {
  min-height: 150px;
  resize: vertical;
}

.why-choose-one__form-btn {
  margin-top: 10px;
}

.why-choose-one__form-btn .thm-btn {
  width: 100%;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}

/* Process-one harita overlay düzeltmesi */
.process-one__map {
  opacity: 0.008 !important;
}

/* Process one overlay düzeltmesi */
.process-one__map {
  opacity: 0.15;
}

/* Process one ikonları için uyarlamalar */
.process-one__icon {
  background: var(--tanspot-base);
  position: relative;
  z-index: 2;
}

.process-one__icon span {
  color: #ffffff;
  font-size: 36px;
}


.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 112px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.92);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  z-index: 1004;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: none;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: rgba(40, 40, 40, 1);
}

.scroll-to-top__wrapper {
  display: none;
}

.scroll-to-top__text {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.scroll-to-top__icon {
  font-size: 16px;
  line-height: 1;
}

.scroll-to-top__icon i {
  display: block;
  transform: none;
}

@media (max-width: 768px) {
  .scroll-to-top {
    right: 20px;
    bottom: 98px;
    width: 42px;
    height: 42px;
  }

  .whatsapp-float {
    padding: 12px;
  }

  .whatsapp-float__text {
    display: none;
  }
}

@media (max-width: 1199px) {
  .page-wrapper {
    overflow: visible;
    padding-top: 72px;
  }

  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1006;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .scroll-to-top,
  .whatsapp-float {
    display: inline-flex;
    opacity: 1;
    visibility: visible;
  }
}


#process-info {
  margin-top: 0;
  padding-top: 120px;
}

#process-info::before {
  background-color: transparent;
}

#process-info .section-title__shape-1,
#process-info .section-title__shape-2 {
  display: none;
}



.site-footer {
  background: linear-gradient(135deg, #1f1f1f 0%, #282828 55%, #1c1c1c 100%);
}

.site-footer__shape-bg {
  opacity: 0.08;
}

.site-footer__middle {
  padding-top: 80px;
}

.footer-widget__title-box {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.footer-widget__title-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
}

.footer-widget__about-text {
  color: rgba(255, 255, 255, 0.78);
}

.footer-widget__link li a {
  color: rgba(255, 255, 255, 0.75);
}

.footer-widget__link li a:hover {
  color: var(--brand-sand);
}

.site-footer__social a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__social a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.footer-widget__contact li .icon {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-widget__contact li .icon span {
  color: var(--tanspot-white);
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}

.site-footer__bottom-text {
  color: rgba(255, 255, 255, 0.75);
}
