/* ===================================================
   main.css (clean) — Hill Taksi 7/24
   Bu dosya index.html’de aktif kullanılan bileşenlere göre sadeleştirildi.
   Kalan kapsam: About, Footer-Top, Copyright,
                 Marquee (sarı şerit), WhatsApp FAB,
                 ufak spacing/override düzeltmeleri
=================================================== */

/* --------- Helpers / small overrides --------- */
.mid-header { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.slider-section { margin-top: 0 !important; }

/* Site author link rengi (copyright’ta) */
.site-author{ color:#ffd700; font-weight:700; text-decoration:none; }
.site-author:hover{ text-decoration:underline; color:#ff6600; }

/* --------- ABOUT SECTION --------- */
.about-section .section-heading h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}

.about-img {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}

.about-img:before {
  background-color: #ff9900;
  border-radius: 2px;
  transform: skew(-20deg, 0deg);
  content: "";
  width: 200px;
  height: calc(100% + 70px);
  position: absolute;
  right: 200px;
  bottom: -80px;
  z-index: -1;
}

.about-img img { border-radius: 3px; }

.about-img .about-img1 {
  max-width: 300px;
  transform: translate(20px, 40px);
}

.about-img .about-img2 {
  max-width: 200px;
  position: absolute;
  right: 80px;
  bottom: 0;
}

.round-text {
  position: absolute;
  right: 100px;
  top: 60px;
}

.round-text img {
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round-text:before {
  background-image: url(../img/location-marker.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.about-info {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}

.about-info li { display: flex; column-gap: 15px; }

.about-info li h2 a {
  color: #ff9900;
  font-weight: 700;
  margin: 0;
}

.owner h4,
.about-info li h2 span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

/* --------- FOOTER (TOP) --------- */
.footer-top-wrap { background-color: #F4F5F8; overflow: hidden; }

.footer-top .footer-call {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-top .brand {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  padding: 30px 70px 30px 0px;
  z-index: 2;
}

.footer-top .brand p {
  position: relative;
  padding-left: 20px;
}

.footer-top .brand p:before {
  background-color: #444;
  width: 2px;
  height: 100%;
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
}

.footer-top .brand:before,
.footer-top .brand:after {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  right: 150px;
  bottom: -1px;
  z-index: -1;
}

.footer-top .brand:before {
  width: 200px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  right: 0;
}

.footer-top .footer-call {
  padding: 32px 0px;
  position: relative;
  z-index: 1;
}

.footer-top .footer-call:before {
  background-color: #ff9900;
  background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: -1;
}

.footer-call i { font-size: 45px; color: #fff; }

.footer-call p span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fafafa;
  margin-bottom: 5px;
}

.footer-call p a {
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.footer-top .brand p,
.footer-top .footer-call p {
  color: #ccc;
  margin: 0;
}

/* --------- COPYRIGHT --------- */
.copyright-wrap {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #333;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.copyright-wrap p { color: #ccc; margin: 0; }

/* --------- NAV SLOGAN MARQUEE (Sarı şerit) --------- */
/* İstediğin gibi biraz daha yüksek ve daha tok yazı */
.nav-slogan-marquee{
  overflow: hidden;
  background: #ffc400;
  height: 48px;                  /* önceki ~36px’ten büyütüldü */
  display: flex;
  align-items: center;
  line-height: 1;
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.nav-slogan-marquee span{
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  font-size: 1.05rem;            /* okunaklı */
  font-weight: 800;              /* tok */
  letter-spacing: .2px;
  color: #111;                   /* sarıya daha iyi kontrast */
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
  animation: marquee 25s linear infinite;
}

@keyframes marquee{
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* --------- WHATSAPP FAB (sol alt) --------- */
.whatsapp-fab {
  position: fixed;
  left: 16px;
  bottom: 88px;
  z-index: 1000;
}
.whatsapp-fab a{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px; border-radius:999px;
  background:#25D366; color:#fff; font-weight:700;
  box-shadow:0 10px 20px rgba(0,0,0,.15);
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-fab a:hover{
  transform: translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.whatsapp-fab i{ font-size:22px; line-height:1; }
@media (max-width:480px){ .whatsapp-fab a span{ display:none; } }
