@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("./bootstrap.min.css");

:root {
  --yellow: #ffc400;
  --yellow-dark: #e7aa00;
  --dark: #101214;
  --dark-2: #17191c;
  --text: #22262b;
  --muted: #727982;
  --light: #f7f7f5;
  --border: #e9e9e6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.topbar {
  background: #0b0c0d;
  color: #aeb2b7;
  font-size: 13px;
  padding: 8px 0;
}

.topbar a {
  color: #fff;
}

.topbar i {
  color: var(--yellow);
  margin-right: 5px;
}

.main-nav {
  background: var(--dark);
  padding: 16px 0;
  transition: 0.25s;
}

.main-nav.scrolled {
  box-shadow: 0 8px 30px #0002;
  padding: 11px 0;
}

.navbar-brand {
  font-weight: 800;
  font-size: 22px;
  color: #fff;
}

.navbar-brand > span:last-child > span,
.footer-brand span {
  color: var(--yellow);
}

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--yellow);
  color: #111;
  display: grid;
  place-items: center;
  font-size: 21px;
}

.nav-link {
  color: #bfc2c6 !important;
  font-weight: 500;
  margin: 0 7px;
  font-size: 14px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--yellow) !important;
}

.btn {
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 20px;
  border: 0;
}

.btn-yellow {
  background: var(--yellow);
  color: #111;
}

.btn-yellow:hover {
  background: #ffd02e;
  color: #111;
  transform: translateY(-1px);
}

.call-btn {
  padding: 10px 17px;
}

.hero {
  background-image: url("../img/genel-bg.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, #ffc40018, transparent 35%);
}

.min-vh-hero {
  min-height: 720px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* background: #ffffff00;
     */
  color: #ffd022;
  border: 1px solid #ffc40038;
  border-radius: 5px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -3px;
  font-weight: 850;
  max-width: 760px;
  margin-bottom: 24px;
}

.hero h1 span {
  color: var(--yellow);
}

.hero-text {
  color: #bfc4c8;
  font-size: 18px;
  line-height: 1.7;
  max-width: 610px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-actions .btn {
  padding: 14px 22px;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 42px;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ffffff2c;
  padding-left: 16px;
}

.hero-stats strong {
  font-size: 21px;
  color: #fff;
}

.hero-stats small {
  color: #8d949b;
  margin-top: 3px;
}

.hero-card {
  background: #ffffffeb;
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 34px;
  max-width: 380px;
  margin-left: auto;
  box-shadow: 0 30px 70px #0005;
}

.hero-card-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: var(--yellow);
  display: grid;
  place-items: center;
  font-size: 30px;
  margin-bottom: 24px;
}

.hero-card > span {
  font-size: 13px;
  color: var(--muted);
}

.hero-card h3 {
  font-size: 28px;
  margin: 7px 0 24px;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
}

.phone-link i {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #111;
  color: var(--yellow);
  display: grid;
  place-items: center;
  font-size: 16px;
}

.hero-card small {
  display: block;
  color: var(--muted);
  margin-top: 18px;
}

.quick-section {
  position: relative;
  margin-top: -62px;
  z-index: 5;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 55px #1112;
  overflow: hidden;
}

.quick-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 23px 25px;
  color: #17191b;
  border-right: 1px solid var(--border);
  transition: 0.25s;
}

.quick-card:last-child {
  border: 0;
}

.quick-card:hover {
  background: #fafafa;
}

.quick-card.featured {
  background: var(--yellow);
}

.quick-card.featured:hover {
  background: #ffd12f;
}

.quick-icon {
  width: 49px;
  height: 49px;
  min-width: 49px;
  border-radius: 14px;
  background: #f2f2ef;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.featured .quick-icon {
  background: #111;
  color: var(--yellow);
}

.quick-card div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.quick-card strong {
  font-size: 15px;
}

.quick-card span {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.quick-card > i:last-child {
  margin-left: auto;
}

.section-padding {
  padding: 110px 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  color: #b28700;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 13px;
}

.section-heading h2,
.regions-section h2,
#neden-biz h2 {
  font-size: clamp(32px, 4vw, 49px);
  line-height: 1.08;
  letter-spacing: -1.8px;
  font-weight: 800;
}

.section-heading h2 span,
.regions-section h2 span,
#neden-biz h2 span {
  color: var(--yellow-dark);
}

.section-heading p,
.section-lead {
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.service-card {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px;
  transition: 0.25s;
  background: #fff;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px #11110f;
  border-color: #ffe27a;
}

.service-icon {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  background: #fff7d8;
  color: #b28700;
  display: grid;
  place-items: center;
  font-size: 23px;
  margin-bottom: 22px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 750;
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  min-height: 70px;
}

.service-card a {
  color: #17191b;
  font-size: 14px;
  font-weight: 750;
}

.service-card a i {
  color: var(--yellow-dark);
  margin-left: 5px;
}

.regions-section {
  background: var(--light);
}

.region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.region-list a {
  background: #fff;
  border: 1px solid #e5e5e1;
  border-radius: 9px;
  padding: 9px 13px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 650;
  color: #000;
}

.map-card {
  height: 500px;
  border-radius: 18px;
  background: #e6e6e1;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

.map-grid {
  position: absolute;
  inset: -30px;
  background-image: linear-gradient(30deg, #ffffffaa 1px, transparent 1px),
    linear-gradient(120deg, #ffffffaa 1px, transparent 1px);
  background-size: 80px 80px;
  transform: rotate(3deg);
  opacity: 0.8;
}

.map-card:before,
.map-card:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 38px;
  width: 120%;
  left: -10%;
  top: 48%;
  transform: rotate(-16deg);
  box-shadow: 0 3px 5px #9992;
}

.map-card:after {
  top: 62%;
  transform: rotate(22deg);
  height: 25px;
}

.map-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.map-pin {
  width: 62px;
  height: 62px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--yellow);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px #a67c0038;
}

.map-pin i {
  transform: rotate(45deg);
  font-size: 25px;
}

.map-center strong {
  margin-top: 18px;
  font-size: 19px;
}

.map-center small {
  color: #777;
}

.pulse {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #d3a90088;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  50% {
    transform: scale(1.25);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.map-label {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 5px 15px #1111;
  z-index: 3;
}

.label-1 {
  left: 16%;
  top: 22%;
}

.label-2 {
  left: 22%;
  bottom: 23%;
}

.label-3 {
  right: 18%;
  top: 24%;
}

.label-4 {
  left: 10%;
  bottom: 35%;
}

.label-5 {
  right: 12%;
  bottom: 34%;
}

.label-6 {
  right: 15%;
  bottom: 15%;
}

.label-7 {
  right: 47%;
  bottom: 22%;
}

.why-visual {
  height: 480px;
  border-radius: 20px;
  background: #111315;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.visual-circle {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 1px solid #ffc4003d;
  box-shadow: 0 0 0 70px #ffc40008, 0 0 0 140px #ffc40004;
}

.taxi-shape {
  position: absolute;
  width: 190px;
  height: 120px;
  border-radius: 60% 55% 25% 25%;
  background: var(--yellow);
  display: grid;
  place-items: center;
  box-shadow: 0 25px 50px #0008;
}

.taxi-shape:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 42px;
  top: -23px;
  background: var(--yellow);
  border-radius: 45px 45px 5px 5px;
}

.taxi-shape i {
  font-size: 66px;
  z-index: 2;
  color: #17191b;
}

.floating-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 12px 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 15px 40px #0005;
}

.floating-card > i {
  font-size: 24px;
  color: #bd9000;
}

.floating-card span {
  display: flex;
  flex-direction: column;
}

.floating-card strong {
  font-size: 13px;
}

.floating-card small {
  color: #777;
  font-size: 10px;
  margin-top: 2px;
}

.floating-top {
  top: 60px;
  right: 35px;
}

.floating-bottom {
  bottom: 55px;
  left: 35px;
}

.benefit {
  display: flex;
  gap: 15px;
  margin-top: 23px;
}

.benefit > div {
  width: 31px;
  height: 31px;
  min-width: 31px;
  border-radius: 50%;
  background: #fff3bf;
  color: #a77b00;
  display: grid;
  place-items: center;
}

.benefit span {
  display: flex;
  flex-direction: column;
}

.benefit strong {
  font-size: 15px;
}

.benefit small {
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.5;
}

.cta-section {
  padding: 0 0 100px;
}

.cta-box {
  background: #111315;
  border-radius: 25px;
  padding: 45px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-box .eyebrow {
  color: var(--yellow);
}

.cta-box h2 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  letter-spacing: -1px;
}

.cta-box p {
  color: #91979d;
  margin: 8px 0 0;
}

footer {
  background: #0c0e10;
  color: #8f959b;
  padding: 75px 0 20px;
}

.footer-brand {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}

.footer-brand i {
  color: var(--yellow);
}

footer p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-phone {
  color: #fff;
  font-weight: 750;
}

.footer-phone i {
  color: var(--yellow);
  margin-right: 7px;
}

footer h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

footer .col-lg-2 a {
  display: block;
  color: #8f959b;
  font-size: 13px;
  margin-bottom: 11px;
}

footer .col-lg-2 a:hover {
  color: var(--yellow);
}

.footer-bottom {
  border-top: 1px solid #ffffff12;
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.mobile-call {
  display: none;
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 43px;
  height: 43px;
  border: 0;
  border-radius: 12px;
  background: #111;
  color: #fff;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.back-top.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .main-nav {
    padding: 13px 0;
  }

  .navbar-collapse {
    padding-top: 15px;
  }

  .nav-link {
    margin: 4px 0;
  }

  .call-btn {
    display: inline-block;
    margin-top: 8px;
  }

  .hero,
  .min-vh-hero {
    min-height: 650px;
  }

  .hero h1 {
    letter-spacing: -2px;
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }

  .quick-card {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .quick-section {
    margin-top: -35px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .cta-box {
    padding: 35px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 670px;
    background-position: 65% center;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    gap: 20px;
  }

  .hero-stats strong {
    font-size: 18px;
  }

  .hero-stats small {
    font-size: 11px;
  }

  .quick-card {
    padding: 18px;
  }

  .map-card {
    height: 390px;
  }

  .map-label {
    font-size: 10px;
    padding: 6px 7px;
  }

  .why-visual {
    height: 390px;
  }

  .visual-circle {
    width: 220px;
    height: 220px;
  }

  .taxi-shape {
    transform: scale(0.8);
  }

  .floating-top {
    top: 25px;
    right: 15px;
  }

  .floating-bottom {
    bottom: 25px;
    left: 15px;
  }

  .cta-section {
    padding-bottom: 65px;
  }

  .cta-box h2 {
    font-size: 27px;
  }

  footer {
    padding-bottom: 90px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .mobile-call {
    display: flex;
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 54px;
    background: var(--yellow);
    color: #111;
    z-index: 100;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 850;
    box-shadow: 0 12px 35px #0004;
  }

  .back-top {
    bottom: 84px;
    right: 15px;
  }
}

/* ========================================================= PAGE LOADER ========================================================= */
#page-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #101214;
  z-index: 999999;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

#page-loader .loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-svg {
  width: 90px;
  height: 90px;
  overflow: visible;
}

/* Dış çember */
.loader-circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 4;
}

/* Hareketli çember */
.loader-circle {
  fill: none;
  stroke: #ffc400;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 80 160;
  transform-origin: 50% 50%;
  animation: loaderRotate 1.2s linear infinite,
    loaderDash 1.5s ease-in-out infinite;
}

/* Taksi */
.loader-taxi {
  fill: #ffc400;
  transform-origin: center;
  animation: taxiPulse 1.2s ease-in-out infinite;
}

.loader-svg circle:not(.loader-circle):not(.loader-circle-bg) {
  fill: #101214;
}

/* Yazı */
.loader-text {
  margin-top: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.loader-text span {
  color: #ffc400;
  animation: loaderDots 1.4s infinite;
}

.loader-text span:nth-child(2) {
  animation-delay: 0.2s;
}

.loader-text span:nth-child(3) {
  animation-delay: 0.4s;
}

/* ========================================================= ANIMATIONS ========================================================= */
@keyframes loaderRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderDash {
  0% {
    stroke-dasharray: 10 220;
  }

  50% {
    stroke-dasharray: 100 130;
  }

  100% {
    stroke-dasharray: 10 220;
  }
}

@keyframes taxiPulse {

  0%,
  100% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes loaderDots {

  0%,
  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }
}

/* ========================================================= PAGE LOADER ========================================================= */
#page-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #101214;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

#page-loader .loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
}

.loader-svg {
  width: 90px;
  height: 90px;
  overflow: visible;
}

/* Dış çember */
.loader-circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 4;
}

/* Hareketli çember */
.loader-circle {
  fill: none;
  stroke: #ffc400;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 80 160;
  transform-origin: 50% 50%;
  animation: loaderRotate 1.2s linear infinite,
    loaderDash 1.5s ease-in-out infinite;
}

/* Taksi */
.loader-taxi {
  fill: #ffc400;
  transform-origin: center;
  animation: taxiPulse 1.2s ease-in-out infinite;
}

.loader-svg circle:not(.loader-circle):not(.loader-circle-bg) {
  fill: #101214;
}

/* Yazı */
.loader-text {
  margin-top: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.loader-text span {
  color: #ffc400;
  animation: loaderDots 1.4s infinite;
}

.loader-text span:nth-child(2) {
  animation-delay: 0.2s;
}

.loader-text span:nth-child(3) {
  animation-delay: 0.4s;
}

/* ========================================================= ANIMATIONS ========================================================= */
@keyframes loaderRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderDash {
  0% {
    stroke-dasharray: 10 220;
  }

  50% {
    stroke-dasharray: 100 130;
  }

  100% {
    stroke-dasharray: 10 220;
  }
}

@keyframes taxiPulse {

  0%,
  100% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes loaderDots {

  0%,
  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }
}

/* ========================================================= INNER PAGE HERO ========================================================= */
.inner-hero {
  background-image: url("../img/genel-bg.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.inner-hero:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  border: 1px solid #ffc4002b;
  box-shadow: 0 0 0 70px #ffc40008, 0 0 0 140px #ffc40004;
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 80px 0;
}

.inner-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -3px;
  font-weight: 850;
  margin: 0 0 22px;
}

.inner-hero h1 span {
  color: var(--yellow);
}

.inner-hero p {
  color: #bfc4c8;
  font-size: 17px;
  line-height: 1.75;
  max-width: 680px;
  margin: 0;
}

/* ========================================================= LARGE SERVICE CARD ========================================================= */
.service-card-large {
  position: relative;
  padding: 34px;
  overflow: hidden;
}

.service-card-large:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -45px;
  bottom: -45px;
  border-radius: 50%;
  background: #ffc40008;
  transition: 0.25s;
}

.service-card-large:hover:after {
  transform: scale(1.5);
  background: #ffc40012;
}

.service-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #d9d9d5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.service-card-large h2 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 13px;
}

.service-card-large p {
  min-height: 95px;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f656b;
  font-size: 13px;
  margin-bottom: 9px;
}

.service-features li i {
  color: var(--yellow-dark);
  font-size: 14px;
}

.service-action {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #17191b;
  font-size: 14px;
  font-weight: 800;
}

.service-action i {
  color: var(--yellow-dark);
  transition: 0.2s;
}

.service-action:hover {
  color: #000;
}

.service-action:hover i {
  transform: translate(3px, -3px);
}

/* ========================================================= SERVICE FEATURE ========================================================= */
.service-feature-section {
  background: #f7f7f5;
  padding: 110px 0;
}

.service-feature-section h2 {
  font-size: clamp(32px, 4vw, 49px);
  line-height: 1.08;
  letter-spacing: -1.8px;
  font-weight: 800;
  margin-bottom: 20px;
}

.service-feature-section h2 span {
  color: var(--yellow-dark);
}

/* ========================================================= SERVICE BENEFITS ========================================================= */
.service-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 30px;
  margin-top: 35px;
}

.service-benefit {
  display: flex;
  gap: 13px;
}

.service-benefit-icon {
  width: 43px;
  height: 43px;
  min-width: 43px;
  border-radius: 12px;
  background: #fff3bf;
  color: #a77b00;
  display: grid;
  place-items: center;
}

.service-benefit strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.service-benefit small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

/* ========================================================= SERVICE CALL CARD ========================================================= */
.service-call-card {
  position: relative;
  overflow: hidden;
  background: #111315;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 25px 60px #1113;
}

.service-call-card:before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -110px;
  top: -110px;
  border-radius: 50%;
  border: 1px solid #ffc40028;
  box-shadow: 0 0 0 50px #ffc40006, 0 0 0 100px #ffc40003;
}

.service-call-icon {
  width: 62px;
  height: 62px;
  border-radius: 17px;
  background: var(--yellow);
  color: #111;
  display: grid;
  place-items: center;
  font-size: 25px;
  margin-bottom: 25px;
}

.service-call-card > span {
  color: #8f959b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.service-call-card h3 {
  color: #fff;
  font-size: 34px;
  letter-spacing: -1px;
  margin: 8px 0 12px;
}

.service-call-card p {
  color: #949a9f;
  line-height: 1.65;
  margin-bottom: 25px;
}

.service-call-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}

.service-call-number i {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.service-call-card > small {
  display: block;
  color: #737a80;
  margin-top: 22px;
}

.service-call-card > small i {
  color: var(--yellow);
  margin-right: 5px;
}

/* ========================================================= RESPONSIVE ========================================================= */
@media (max-width: 991px) {
  .inner-hero {
    min-height: 430px;
  }

  .inner-hero-content {
    padding: 70px 0;
  }

  .service-feature-section {
    padding: 80px 0;
  }

  .service-benefit-grid {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .inner-hero {
    min-height: 520px;
    background-position: 65% center;
  }

  .inner-hero h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .inner-hero p {
    font-size: 15px;
  }

  .inner-hero .hero-actions {
    margin-top: 25px;
  }

  .service-card-large {
    padding: 28px;
  }

  .service-card-large p {
    min-height: auto;
  }

  .service-benefit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-call-card {
    padding: 32px 25px;
  }

  .service-call-card h3 {
    font-size: 29px;
  }

  .service-call-number {
    font-size: 18px;
  }
}

/* =========================================================
REGION PAGE
========================================================= */

.region-card {
  height: 100%;
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px;
  overflow: hidden;
  transition: .25s;
}

.region-card:hover {
  transform: translateY(-7px);
  border-color: #ffe27a;
  box-shadow: 0 20px 50px #1112;
}

.region-card:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: #ffc4000a;
  transition: .3s;
}

.region-card:hover:after {
  transform: scale(1.4);
}

.region-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.region-card-top > span {
  color: #d1d1cc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.region-icon {
  width: 55px;
  height: 55px;
  border-radius: 15px;
  background: #fff7d8;
  color: #b28700;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.region-card h2 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 12px;
}

.region-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  min-height: 70px;
}

.region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0 25px;
}

.region-tags span {
  background: #f6f6f3;
  border: 1px solid #e7e7e2;
  border-radius: 6px;
  padding: 6px 9px;
  color: #676d72;
  font-size: 11px;
  font-weight: 700;
}

.region-action {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #17191b;
  font-size: 13px;
  font-weight: 800;
}

.region-action i {
  color: var(--yellow-dark);
  transition: .2s;
}

.region-action:hover {
  color: #111;
}

.region-action:hover i {
  transform: translate(3px, -3px);
}

/* =========================================================
LOCATION GRID
========================================================= */

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid #e4e4df;
  padding: 15px;
  transition: .2s;
}

.location-item:hover {
  border-color: #ffe27a;
  transform: translateY(-2px);
}

.location-item > div {
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: #fff7d8;
  color: #ad8200;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

.location-item > span {
  display: flex;
  flex-direction: column;
  color: #25292d;
  font-size: 13px;
  font-weight: 750;
}

.location-item small {
  color: #8a8f94;
  font-size: 10px;
  font-weight: 500;
  margin-top: 3px;
}

/* =========================================================
REGION MAP
========================================================= */

.region-map {
  height: 540px;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:767px) {

  .region-card {
    padding: 27px;
  }

  .region-card p {
    min-height: auto;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .region-map {
    height: 400px;
  }

}

/* =========================================================
   NEDEN BİZ - PAGE
========================================================= */

.why-page-hero {
  background-image: url("../img/genel-bg.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.why-page-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%,
      #ffc40018,
      transparent 35%);
}

.why-page-hero-content {
  min-height: 520px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.why-page-hero h2 {
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -3px;
  font-weight: 850;
  max-width: 780px;
  margin-bottom: 24px;
}

.why-page-hero h2 span {
  color: var(--yellow);
}

.why-page-hero .hero-text {
  max-width: 650px;
}


/* =========================================================
   WHY INTRO
========================================================= */

.why-intro {
  padding: 110px 0;
}

.why-intro-visual {
  height: 480px;
  border-radius: 20px;
  background: #111315;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.why-intro-circle {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 1px solid #ffc4003d;
  box-shadow:
    0 0 0 70px #ffc40008,
    0 0 0 140px #ffc40004;
}

.why-taxi {
  position: absolute;
  width: 190px;
  height: 120px;
  border-radius: 60% 55% 25% 25%;
  background: var(--yellow);
  display: grid;
  place-items: center;
  box-shadow: 0 25px 50px #0008;
}

.why-taxi::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 42px;
  top: -23px;
  background: var(--yellow);
  border-radius: 45px 45px 5px 5px;
}

.why-taxi i {
  font-size: 66px;
  color: #17191b;
  z-index: 2;
}

.why-floating-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 12px 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 15px 40px #0005;
  z-index: 5;
}

.why-floating-card > i {
  font-size: 24px;
  color: #bd9000;
}

.why-floating-card span {
  display: flex;
  flex-direction: column;
}

.why-floating-card strong {
  font-size: 13px;
}

.why-floating-card small {
  color: #777;
  font-size: 10px;
  margin-top: 2px;
}

.why-floating-top {
  top: 60px;
  right: 35px;
}

.why-floating-bottom {
  bottom: 55px;
  left: 35px;
}


/* =========================================================
   BENEFITS
========================================================= */

.why-benefits {
  margin-top: 28px;
}

.why-benefit {
  display: flex;
  gap: 15px;
  margin-top: 23px;
}

.why-benefit-icon {
  width: 31px;
  height: 31px;
  min-width: 31px;
  border-radius: 50%;
  background: #fff3bf;
  color: #a77b00;
  display: grid;
  place-items: center;
}

.why-benefit-content {
  display: flex;
  flex-direction: column;
}

.why-benefit-content strong {
  font-size: 15px;
}

.why-benefit-content small {
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.5;
}


/* =========================================================
   ADVANTAGES
========================================================= */

.why-advantages {
  background: var(--light);
}

.why-advantage-card {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  transition: .25s;
}

.why-advantage-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px #1112;
  border-color: #ffe27a;
}

.why-advantage-icon {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  background: #fff7d8;
  color: #b28700;
  display: grid;
  place-items: center;
  font-size: 23px;
  margin-bottom: 22px;
}

.why-advantage-card h3 {
  font-size: 20px;
  font-weight: 750;
  margin-bottom: 12px;
}

.why-advantage-card p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  margin-bottom: 0;
}


/* =========================================================
   SERVICE EXPERIENCE
========================================================= */

.why-experience {
  padding: 110px 0;
}

.why-experience .service-card {
  min-height: 100%;
}


/* =========================================================
   WHY CTA
========================================================= */

.why-cta {
  padding: 0 0 100px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .why-page-hero {
    min-height: 500px;
  }

  .why-page-hero-content {
    min-height: 500px;
  }

  .why-page-hero h2 {
    letter-spacing: -2px;
  }

  .why-intro,
  .why-experience {
    padding: 80px 0;
  }

  .why-intro-visual {
    height: 450px;
  }

  .why-cta {
    padding-bottom: 80px;
  }

}


@media (max-width: 767px) {

  .why-page-hero {
    min-height: 600px;
    background-position: 65% center;
  }

  .why-page-hero-content {
    min-height: 600px;
  }

  .why-page-hero h2 {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .why-page-hero .hero-text {
    font-size: 16px;
  }

  .why-page-hero .hero-actions {
    flex-direction: column;
  }

  .why-page-hero .hero-actions .btn {
    width: 100%;
  }

  .why-intro,
  .why-experience {
    padding: 70px 0;
  }

  .why-intro-visual {
    height: 390px;
  }

  .why-intro-circle {
    width: 220px;
    height: 220px;
  }

  .why-taxi {
    transform: scale(.8);
  }

  .why-floating-top {
    top: 25px;
    right: 15px;
  }

  .why-floating-bottom {
    bottom: 25px;
    left: 15px;
  }

  .why-advantage-card {
    padding: 25px;
  }

  .why-cta {
    padding-bottom: 65px;
  }

}

/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-page-hero {
background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 50%,
      #ffc40020,
      transparent 35%);
}

.contact-page-hero h2 {
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -3px;
  font-weight: 850;
  margin: 0 0 25px;
}

.contact-page-hero h2 span {
  color: var(--yellow);
}

.contact-page-hero .hero-text {
  max-width: 650px;
}


/* =========================================================
   QUICK CONTACT
========================================================= */

.contact-quick {
  position: relative;
  margin-top: -55px;
  z-index: 5;
}

.contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 55px #1112;
}

.contact-quick-card {
  min-height: 105px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #17191b;
  border-right: 1px solid var(--border);
  transition: .25s;
}

.contact-quick-card:last-child {
  border-right: 0;
}

.contact-quick-card:hover {
  background: #fafafa;
}

.contact-quick-card.featured {
  background: var(--yellow);
}

.contact-quick-card.featured:hover {
  background: #ffd12f;
}

.contact-quick-card > i:last-child {
  margin-left: auto;
}

.contact-quick-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 14px;
  background: #f2f2ef;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.contact-quick-card.featured .contact-quick-icon {
  background: #111;
  color: var(--yellow);
}

.contact-quick-card > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.contact-quick-card strong {
  font-size: 15px;
  font-weight: 750;
}

.contact-quick-card span {
  color: #777;
  font-size: 13px;
  margin-top: 4px;
}


/* =========================================================
   CONTACT SECTION
========================================================= */

.contact-section {
  background: #fff;
}

.contact-section h2,
.contact-location h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 800;
  margin-bottom: 20px;
}

.contact-section h2 span,
.contact-location h2 span {
  color: var(--yellow-dark);
}


/* =========================================================
   CONTACT INFO
========================================================= */

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: #fff7d8;
  color: #ad8300;
  display: grid;
  place-items: center;
  font-size: 19px;
}

.contact-info > div:last-child {
  display: flex;
  flex-direction: column;
}

.contact-info small {
  color: #858b91;
  font-size: 12px;
  margin-bottom: 3px;
}

.contact-info strong,
.contact-info a {
  color: #17191b;
  font-size: 16px;
  font-weight: 750;
}

.contact-info a:hover {
  color: var(--yellow-dark);
}


/* =========================================================
   CONTACT CALL BOX
========================================================= */

.contact-call-box {
  margin-top: 35px;
  padding: 18px;
  background: #111315;
  border-radius: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 13px;
}

.contact-call-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--yellow);
  color: #111;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.contact-call-box > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.contact-call-box strong {
  font-size: 13px;
}

.contact-call-box span {
  color: #90969b;
  font-size: 12px;
  margin-top: 3px;
}

.contact-call-box > a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  transition: .2s;
}

.contact-call-box > a:hover {
  background: var(--yellow);
  transform: translateX(3px);
}


/* =========================================================
   CONTACT FORM
========================================================= */

.contact-form-card {
  background: #f7f7f5;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 38px;
}

.contact-form-header {
  margin-bottom: 28px;
}

.contact-form-header h3 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
  margin: 5px 0 7px;
}

.contact-form-header p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.contact-form-card .form-label {
  font-size: 13px;
  font-weight: 700;
  color: #25292d;
  margin-bottom: 8px;
}

.contact-form-card .form-label span {
  color: #999;
  font-weight: 400;
}


/* =========================================================
   FORM INPUT
========================================================= */

.contact-input {
  position: relative;
}

.contact-input > i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #969b9f;
  font-size: 15px;
  z-index: 2;
  pointer-events: none;
}

.contact-input .form-control,
.contact-input .form-select {
  min-height: 52px;
  border: 1px solid #deded9;
  border-radius: 10px;
  background: #fff;
  padding-left: 45px;
  color: #22262b;
  font-size: 14px;
  box-shadow: none;
  transition: .2s;
}

.contact-input .form-control::placeholder {
  color: #a3a6aa;
}

.contact-input .form-control:focus,
.contact-input .form-select:focus {
  border-color: var(--yellow-dark);
  box-shadow: 0 0 0 3px #ffc4001c;
}

.contact-textarea > i {
  top: 20px;
  transform: none;
}

.contact-textarea textarea {
  min-height: 135px;
  resize: vertical;
  padding-top: 15px !important;
}

.contact-form-card .btn {
  min-height: 54px;
  margin-top: 5px;
}


/* =========================================================
   CONTACT LOCATION
========================================================= */

.contact-location {
  background: var(--light);
  padding: 100px 0;
}

.contact-map {
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #e5e5e0;
  box-shadow: inset 0 0 0 1px #ddd;
}

.contact-map-grid {
  position: absolute;
  inset: -40px;
  background-image:
    linear-gradient(30deg,
      #ffffffaa 1px,
      transparent 1px),
    linear-gradient(120deg,
      #ffffffaa 1px,
      transparent 1px);
  background-size: 75px 75px;
  transform: rotate(3deg);
  opacity: .8;
}


/* =========================================================
   MAP ROADS
========================================================= */

.contact-map-road {
  position: absolute;
  background: #fff;
  height: 35px;
  width: 125%;
  left: -12%;
  box-shadow: 0 3px 6px #9992;
}

.road-1 {
  top: 42%;
  transform: rotate(-18deg);
}

.road-2 {
  top: 65%;
  transform: rotate(21deg);
  height: 27px;
}

.road-3 {
  top: 15%;
  transform: rotate(7deg);
  height: 20px;
}


/* =========================================================
   MAP CENTER
========================================================= */

.contact-map-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.contact-map-pin {
  width: 62px;
  height: 62px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--yellow);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px #a67c0038;
}

.contact-map-pin i {
  transform: rotate(45deg);
  font-size: 25px;
  color: #111;
}

.contact-map-center strong {
  margin-top: 18px;
  font-size: 18px;
}

.contact-map-center small {
  color: #777;
  margin-top: 3px;
}


/* =========================================================
   MAP PULSE
========================================================= */

.contact-map-pulse {
  position: absolute;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid #d3a90088;
  animation: contactMapPulse 2s infinite;
}

@keyframes contactMapPulse {

  0% {
    transform: scale(.7);
    opacity: .8;
  }

  50% {
    transform: scale(1.2);
    opacity: .2;
  }

  100% {
    transform: scale(.7);
    opacity: .8;
  }

}


/* =========================================================
   MAP LABELS
========================================================= */

.contact-map-label {
  position: absolute;
  z-index: 4;
  background: #fff;
  color: #222;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 5px 15px #1111;
}

.map-label-a {
  left: 14%;
  top: 23%;
}

.map-label-b {
  left: 20%;
  bottom: 20%;
}

.map-label-c {
  right: 15%;
  top: 24%;
}

.map-label-d {
  right: 12%;
  bottom: 28%;
}


/* =========================================================
   REGION LIST
========================================================= */

.contact-region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.contact-region-list span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e5e5e1;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 650;
}

.contact-region-list i {
  color: var(--yellow-dark);
  font-size: 13px;
}


/* =========================================================
   FAQ
========================================================= */

.contact-faq {
  background: #fff;
}

.contact-accordion {
  border-top: 1px solid var(--border);
}

.contact-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
}

.contact-accordion .accordion-button {
  padding: 23px 5px;
  background: transparent;
  color: #17191b;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
}

.contact-accordion .accordion-button:not(.collapsed) {
  color: #a77b00;
  background: transparent;
}

.contact-accordion .accordion-button::after {
  background-size: 14px;
}

.contact-accordion .accordion-body {
  padding: 0 40px 24px 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact-accordion .accordion-body strong {
  color: #222;
}


/* =========================================================
   CTA
========================================================= */

.contact-cta {
  padding: 0 0 100px;
  background: #fff;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {

  .contact-page-hero {
    min-height: 540px;
  }

  .contact-quick {
    margin-top: -35px;
  }

  .contact-quick-grid {
    grid-template-columns: 1fr;
  }

  .contact-quick-card {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .contact-quick-card:last-child {
    border-bottom: 0;
  }

  .contact-form-card {
    padding: 30px;
  }

  .contact-location {
    padding: 80px 0;
  }

  .contact-map {
    height: 430px;
  }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767px) {

  .contact-page-hero {
    min-height: 610px;
    background-position: 65% center;
  }

  .contact-page-hero h2 {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .contact-page-hero .hero-actions {
    flex-direction: column;
  }

  .contact-page-hero .hero-actions .btn {
    width: 100%;
  }


  .contact-quick {
    margin-top: -25px;
  }

  .contact-quick-card {
    padding: 18px;
  }


  .contact-section {
    padding: 75px 0;
  }

  .contact-section h2,
  .contact-location h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }


  .contact-form-card {
    padding: 22px;
    border-radius: 14px;
  }

  .contact-form-header h3 {
    font-size: 26px;
  }


  .contact-map {
    height: 380px;
    border-radius: 14px;
  }

  .contact-map-label {
    font-size: 10px;
    padding: 6px 8px;
  }

  .map-label-a {
    left: 8%;
  }

  .map-label-b {
    left: 8%;
  }

  .map-label-c {
    right: 8%;
  }

  .map-label-d {
    right: 8%;
  }

  .contact-location {
    padding: 70px 0;
  }

  .contact-cta {
    padding-bottom: 65px;
  }
}

/* =========================================================
   SERVICE DETAIL
========================================================= */

.service-detail-hero {
background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.service-detail-overlay {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 80% 50%,
      #ffc4001c,
      transparent 35%);
}

.min-vh-service {
  min-height: 650px;
}

.service-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #aeb4b9;
  font-size: 13px;
  font-weight: 650;

  margin-bottom: 25px;

  transition: .2s;
}

.service-back:hover {
  color: var(--yellow);
}

.service-detail-icon {
  width: 58px;
  height: 58px;

  border-radius: 16px;

  background: var(--yellow);
  color: #111;

  display: grid;
  place-items: center;

  font-size: 24px;

  margin-bottom: 23px;
}

.service-detail-eyebrow {
  display: block;

  color: var(--yellow);

  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 800;

  margin-bottom: 13px;
}

.service-detail-hero h2 {
  color: #fff;

  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;

  letter-spacing: -3px;
  font-weight: 850;

  margin: 0 0 24px;
}

.service-detail-hero h2 span {
  color: var(--yellow);
}

.service-detail-hero p {
  max-width: 620px;

  color: #bfc4c8;

  font-size: 18px;
  line-height: 1.7;

  margin: 0;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 30px;
}


/* =========================================================
   SERVICE HERO CARD
========================================================= */

.service-detail-card {
  max-width: 380px;

  margin-left: auto;

  padding: 34px;

  background: #fffffff0;

  backdrop-filter: blur(15px);

  border-radius: 18px;

  box-shadow: 0 30px 70px #0005;
}

.service-detail-card-icon {
  width: 62px;
  height: 62px;

  border-radius: 18px;

  background: var(--yellow);

  color: #111;

  display: grid;
  place-items: center;

  font-size: 25px;

  margin-bottom: 23px;
}

.service-detail-card > span {
  color: var(--muted);
  font-size: 13px;
}

.service-detail-card h3 {
  font-size: 28px;
  margin: 7px 0 20px;
}

.service-phone {
  display: block;

  color: #111;

  font-size: 20px;
  font-weight: 800;

  margin-bottom: 12px;
}

.service-phone:hover {
  color: var(--yellow-dark);
}

.service-detail-card small {
  color: var(--muted);
}


/* =========================================================
   OVERVIEW
========================================================= */

.service-overview {
  background: #fff;
}

.service-overview h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 800;

  margin-bottom: 22px;
}

.service-overview h2 span {
  color: var(--yellow-dark);
}


/* =========================================================
   FEATURES
========================================================= */

.service-feature-box {
  padding: 15px;

  background: var(--light);

  border: 1px solid var(--border);

  border-radius: 18px;
}

.service-feature {
  display: flex;
  align-items: flex-start;

  gap: 17px;

  padding: 20px;

  border-bottom: 1px solid #e5e5e1;
}

.service-feature:last-child {
  border-bottom: 0;
}

.service-feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;

  border-radius: 13px;

  background: #fff4c8;
  color: #ad8200;

  display: grid;
  place-items: center;

  font-size: 19px;
}

.service-feature strong {
  display: block;

  color: #17191b;

  font-size: 16px;

  margin-bottom: 5px;
}

.service-feature p {
  color: var(--muted);

  font-size: 13px;
  line-height: 1.6;

  margin: 0;
}


/* =========================================================
   USAGE
========================================================= */

.service-usage {
  background: var(--light);

  padding: 110px 0;
}

.usage-card {
  height: 100%;

  padding: 30px;

  background: #fff;

  border: 1px solid var(--border);
  border-radius: 14px;

  transition: .25s;
}

.usage-card:hover {
  transform: translateY(-6px);

  border-color: #ffe27a;

  box-shadow: 0 18px 45px #1111;
}

.usage-icon {
  width: 54px;
  height: 54px;

  border-radius: 15px;

  background: #fff6d4;
  color: #b28700;

  display: grid;
  place-items: center;

  font-size: 22px;

  margin-bottom: 21px;
}

.usage-card h3 {
  font-size: 19px;
  font-weight: 750;

  margin-bottom: 9px;
}

.usage-card p {
  color: var(--muted);

  font-size: 14px;
  line-height: 1.65;

  margin: 0;
}


/* =========================================================
   REGIONS
========================================================= */

.service-regions {
  background: #fff;
}

.service-regions h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 800;

  margin-bottom: 20px;
}

.service-regions h2 span {
  color: var(--yellow-dark);
}

.service-region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;

  margin-top: 25px;
}

.service-region-list span {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: #f7f7f5;

  border: 1px solid #e5e5e1;

  border-radius: 9px;

  padding: 9px 12px;

  color: #333;

  font-size: 13px;
  font-weight: 650;
}

.service-region-list i {
  color: var(--yellow-dark);
}


/* =========================================================
   REGION VISUAL
========================================================= */

.service-region-visual {
  height: 480px;

  position: relative;

  overflow: hidden;

  border-radius: 20px;

  background: #111315;

  display: grid;
  place-items: center;
}

.service-region-visual::before,
.service-region-visual::after {
  content: "";

  position: absolute;

  width: 130%;
  height: 35px;

  left: -15%;

  background: #1d2023;

  transform: rotate(-17deg);
}

.service-region-visual::before {
  top: 38%;
}

.service-region-visual::after {
  top: 63%;

  transform: rotate(21deg);

  height: 25px;
}

.service-region-circle {
  width: 280px;
  height: 280px;

  border-radius: 50%;

  border: 1px solid #ffc40040;

  box-shadow:
    0 0 0 60px #ffc40008,
    0 0 0 120px #ffc40004;
}

.service-region-pin {
  position: absolute;

  width: 65px;
  height: 65px;

  border-radius: 50% 50% 50% 0;

  transform: rotate(-45deg);

  background: var(--yellow);

  display: grid;
  place-items: center;

  box-shadow: 0 15px 35px #0007;
}

.service-region-pin i {
  transform: rotate(45deg);

  color: #111;

  font-size: 26px;
}

.service-region-title {
  position: absolute;

  margin-top: 155px;

  display: flex;
  flex-direction: column;

  align-items: center;

  z-index: 3;
}

.service-region-title strong {
  color: #fff;
  font-size: 20px;
}

.service-region-title small {
  color: #8f959b;
  margin-top: 3px;
}

.service-region-label {
  position: absolute;

  z-index: 4;

  padding: 8px 11px;

  background: #fff;

  border-radius: 8px;

  color: #222;

  font-size: 12px;
  font-weight: 700;

  box-shadow: 0 6px 20px #0004;
}

.region-one {
  left: 15%;
  top: 22%;
}

.region-two {
  left: 18%;
  bottom: 22%;
}

.region-three {
  right: 15%;
  top: 25%;
}


/* =========================================================
   OTHER SERVICES
========================================================= */

.other-services {
  background: var(--light);
}

.other-service-card {
  height: 100%;

  display: flex;
  align-items: center;

  gap: 15px;

  padding: 22px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 14px;

  color: #17191b;

  transition: .25s;
}

.other-service-card:hover {
  transform: translateY(-5px);

  border-color: #ffe27a;

  box-shadow: 0 15px 40px #1111;

  color: #17191b;
}

.other-service-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;

  border-radius: 13px;

  background: #fff5d0;
  color: #ad8200;

  display: grid;
  place-items: center;

  font-size: 19px;
}

.other-service-card > div:nth-child(2) {
  flex: 1;
}

.other-service-card h3 {
  font-size: 15px;
  font-weight: 750;

  margin: 0 0 4px;
}

.other-service-card p {
  color: var(--muted);

  font-size: 12px;
  line-height: 1.5;

  margin: 0;
}

.other-service-card > i {
  color: var(--yellow-dark);
}


/* =========================================================
   CTA
========================================================= */

.service-detail-cta {
  padding-top: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .service-detail-hero,
  .min-vh-service {
    min-height: 600px;
  }

  .service-feature-box {
    margin-top: 15px;
  }

  .service-region-visual {
    height: 420px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .service-detail-hero,
  .min-vh-service {
    min-height: 670px;
  }

  .service-detail-hero {
    background-position: 65% center;
  }

  .service-detail-hero h2 {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .service-detail-hero p {
    font-size: 16px;
  }

  .service-detail-actions {
    flex-direction: column;
  }

  .service-detail-actions .btn {
    width: 100%;
  }

  .service-detail-icon {
    width: 52px;
    height: 52px;
  }

  .service-overview,
  .service-regions {
    padding: 75px 0;
  }

  .service-usage {
    padding: 75px 0;
  }

  .service-overview h2,
  .service-regions h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .service-feature {
    padding: 17px 10px;
  }

  .usage-card {
    padding: 25px;
  }

  .service-region-visual {
    height: 380px;
  }

  .service-region-circle {
    width: 220px;
    height: 220px;
  }

  .service-region-label {
    font-size: 10px;
    padding: 6px 8px;
  }

  .region-one {
    left: 8%;
  }

  .region-two {
    left: 8%;
  }

  .region-three {
    right: 8%;
  }

  .service-region-title {
    margin-top: 130px;
  }

  .other-service-card {
    padding: 18px;
  }

}
/* =========================================================
   DETAIL PAGES
   Hizmet Detay + Bölge Detay
========================================================= */

.min-vh-detail {
  min-height: 560px;
}

.detail-hero {
background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.detail-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 50%,
      #ffc40018,
      transparent 38%);
}

.region-detail-hero {
  background-image: url("../img/genel-bg.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.breadcrumb-custom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 25px;

  color: #858b91;
  font-size: 13px;
}

.breadcrumb-custom a {
  color: #bfc4c8;
  transition: .2s;
}

.breadcrumb-custom a:hover {
  color: var(--yellow);
}

.breadcrumb-custom i {
  font-size: 10px;
  color: #686e74;
}

.breadcrumb-custom span {
  color: var(--yellow);
}


/* =========================================================
   DETAIL BADGE
========================================================= */

.detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--yellow);
  border: 1px solid #ffc40038;
  background: #ffc4000a;

  border-radius: 6px;
  padding: 8px 13px;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;

  margin-bottom: 20px;
}

.detail-badge i {
  font-size: 14px;
}


/* =========================================================
   DETAIL HERO TYPOGRAPHY
========================================================= */

.detail-hero h1 {
  color: #fff;

  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;

  letter-spacing: -3px;
  font-weight: 850;

  max-width: 800px;

  margin-bottom: 22px;
}

.detail-hero h1 span {
  color: var(--yellow);
}

.detail-hero-text {
  color: #bfc4c8;

  font-size: 17px;
  line-height: 1.75;

  max-width: 680px;

  margin: 0;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 30px;
}

.detail-actions .btn {
  padding: 14px 22px;
}


/* =========================================================
   DETAIL QUICK SECTION
========================================================= */

.detail-quick-section {
  position: relative;

  margin-top: -45px;

  z-index: 10;
}

.detail-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  background: #fff;

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 18px 55px #1112;
}

.detail-quick-item {
  display: flex;
  align-items: center;
  gap: 15px;

  padding: 23px 25px;

  border-right: 1px solid var(--border);
}

.detail-quick-item:last-child {
  border-right: 0;
}

.detail-quick-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;

  border-radius: 14px;

  background: #fff7d8;
  color: #b28700;

  display: grid;
  place-items: center;

  font-size: 20px;
}

.detail-quick-item div:last-child {
  display: flex;
  flex-direction: column;
}

.detail-quick-item strong {
  color: #17191b;
  font-size: 15px;
}

.detail-quick-item span {
  color: var(--muted);
  font-size: 12px;

  margin-top: 4px;
}


/* =========================================================
   DETAIL TITLE
========================================================= */

.detail-title {
  font-size: clamp(32px, 4vw, 48px);

  line-height: 1.08;

  letter-spacing: -1.8px;

  font-weight: 800;

  margin-bottom: 22px;
}

.detail-title span {
  color: var(--yellow-dark);
}

.detail-paragraph {
  color: var(--muted);

  font-size: 15px;
  line-height: 1.8;

  margin-bottom: 18px;
}


/* =========================================================
   DETAIL FEATURE GRID
========================================================= */

.detail-feature-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

  margin-top: 38px;
}

.detail-feature {
  display: flex;
  align-items: flex-start;

  gap: 14px;

  padding: 20px;

  border: 1px solid var(--border);

  border-radius: 14px;

  background: #fff;

  transition: .25s;
}

.detail-feature:hover {
  transform: translateY(-4px);

  border-color: #ffe27a;

  box-shadow: 0 15px 35px #11110f12;
}

.detail-feature-icon {
  width: 45px;
  height: 45px;

  min-width: 45px;

  border-radius: 12px;

  background: #fff7d8;
  color: #b28700;

  display: grid;
  place-items: center;

  font-size: 18px;
}

.detail-feature h3 {
  font-size: 15px;

  font-weight: 750;

  margin: 2px 0 6px;
}

.detail-feature p {
  color: var(--muted);

  font-size: 12px;

  line-height: 1.6;

  margin: 0;
}


/* =========================================================
   DETAIL SIDEBAR
========================================================= */

.detail-sidebar {
  position: sticky;
  top: 110px;

  background: #111315;

  border-radius: 20px;

  padding: 32px;

  overflow: hidden;

  box-shadow: 0 25px 60px #1113;
}

.detail-sidebar:before {
  content: "";

  position: absolute;

  width: 220px;
  height: 220px;

  right: -110px;
  top: -110px;

  border-radius: 50%;

  background: #ffc4000b;
}

.detail-sidebar > * {
  position: relative;
  z-index: 2;
}

.detail-sidebar-icon {
  width: 62px;
  height: 62px;

  border-radius: 17px;

  background: var(--yellow);

  color: #111;

  display: grid;
  place-items: center;

  font-size: 25px;

  margin-bottom: 22px;
}

.detail-sidebar > span {
  color: #92989e;

  font-size: 12px;
}

.detail-sidebar h3 {
  color: #fff;

  font-size: 25px;

  line-height: 1.3;

  margin: 8px 0 15px;
}

.detail-sidebar h3 strong {
  color: var(--yellow);

  display: block;
}

.detail-sidebar p {
  color: #8f969d;

  font-size: 13px;

  line-height: 1.7;

  margin-bottom: 22px;
}

.detail-sidebar .btn {
  padding: 13px 15px;
}

.detail-sidebar small {
  display: flex;
  align-items: center;

  gap: 7px;

  color: #8f969d;

  font-size: 11px;

  margin-top: 17px;
}

.detail-sidebar small i {
  color: var(--yellow);
}


/* =========================================================
   LOCATION GRID
========================================================= */

.detail-location-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 15px;
}

.detail-location-card {
  display: flex;
  align-items: center;

  gap: 12px;

  min-height: 78px;

  padding: 15px 17px;

  background: #fff;

  border: 1px solid var(--border);

  border-radius: 13px;

  color: var(--text);

  transition: .25s;
}

.detail-location-card:hover {
  color: var(--text);

  border-color: #ffe27a;

  transform: translateY(-4px);

  box-shadow: 0 12px 30px #11110f12;
}

.detail-location-card > i:first-child {
  width: 40px;
  height: 40px;

  min-width: 40px;

  border-radius: 11px;

  background: #fff7d8;

  color: #b28700;

  display: grid;
  place-items: center;

  font-size: 17px;
}

.detail-location-card span {
  display: flex;
  flex-direction: column;

  min-width: 0;
}

.detail-location-card strong {
  font-size: 13px;

  line-height: 1.3;
}

.detail-location-card small {
  color: var(--muted);

  font-size: 10px;

  margin-top: 4px;
}

.detail-location-card > i:last-child {
  margin-left: auto;

  color: #aaa;

  font-size: 13px;

  transition: .2s;
}

.detail-location-card:hover > i:last-child {
  color: var(--yellow-dark);

  transform: translate(2px, -2px);
}


/* =========================================================
   REGION VISUAL
========================================================= */

.region-visual {
  background:
    radial-gradient(circle at center,
      #1d2023 0%,
      #111315 60%,
      #0b0d0f 100%);
}

.region-visual:before {
  content: "";

  position: absolute;

  width: 1px;
  height: 80%;

  left: 50%;
  top: 10%;

  background: #ffc4000b;
}

.region-visual:after {
  content: "";

  position: absolute;

  width: 80%;
  height: 1px;

  left: 10%;
  top: 50%;

  background: #ffc4000b;
}


/* =========================================================
   FAQ
========================================================= */

.detail-accordion {
  border-radius: 15px;

  overflow: hidden;
}

.detail-accordion .accordion-item {
  border: 1px solid var(--border);

  border-bottom: 0;

  background: #fff;
}

.detail-accordion .accordion-item:last-child {
  border-bottom: 1px solid var(--border);
}

.detail-accordion .accordion-button {
  color: #17191b;

  font-size: 15px;

  font-weight: 700;

  padding: 20px 22px;

  box-shadow: none;

  background: #fff;
}

.detail-accordion .accordion-button:not(.collapsed) {
  color: #a77b00;

  background: #fffdf2;
}

.detail-accordion .accordion-button:focus {
  box-shadow: none;
}

.detail-accordion .accordion-button::after {
  background-size: 14px;
}

.detail-accordion .accordion-body {
  color: var(--muted);

  font-size: 14px;

  line-height: 1.75;

  padding: 0 22px 22px;
}

.detail-accordion .accordion-body strong {
  color: #222;
}


/* =========================================================
   DETAIL RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .min-vh-detail {
    min-height: 500px;
  }

  .detail-hero {
    min-height: 500px;
  }

  .detail-quick-section {
    margin-top: -30px;
  }

  .detail-quick-grid {
    grid-template-columns: 1fr;
  }

  .detail-quick-item {
    border-right: 0;

    border-bottom: 1px solid var(--border);
  }

  .detail-quick-item:last-child {
    border-bottom: 0;
  }

  .detail-feature-grid {
    grid-template-columns: 1fr;
  }

  .detail-location-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-sidebar {
    position: relative;

    top: auto;
  }

}


@media (max-width: 767px) {

  .detail-hero {
    min-height: 620px;

    background-position: 60% center;
  }

  .region-detail-hero {
    background-position: 60% center;
  }

  .min-vh-detail {
    min-height: 620px;
  }

  .detail-hero h1 {
    font-size: 44px;

    letter-spacing: -2px;
  }

  .detail-hero-text {
    font-size: 15px;

    line-height: 1.7;
  }

  .detail-actions {
    flex-direction: column;
  }

  .detail-actions .btn {
    width: 100%;
  }

  .detail-quick-section {
    margin-top: -20px;
  }

  .detail-quick-item {
    padding: 18px;
  }

  .detail-title {
    font-size: 34px;

    letter-spacing: -1.3px;
  }

  .detail-feature-grid {
    gap: 12px;
  }

  .detail-feature {
    padding: 17px;
  }

  .detail-location-grid {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    padding: 25px;
  }

  .detail-sidebar h3 {
    font-size: 23px;
  }

  .breadcrumb-custom {
    font-size: 11px;

    gap: 6px;

    margin-bottom: 20px;
  }

}


@media (max-width: 400px) {

  .detail-hero h1 {
    font-size: 39px;
  }

  .detail-title {
    font-size: 30px;
  }

  .detail-feature {
    gap: 10px;
  }

  .detail-feature-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

}
.minlogo{
  width: 32px!important;
  margin:10px!important;
}