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

    .section-title {
      text-align: center;
      margin-bottom: 46px;
    }

    .section-title span {
      display: inline-block;
      font-size: 13px; 
      font-weight: 700;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: var(--vip-gold);
      margin-bottom: 12px;
    }

    .section-title h2 {
      font-size: 38px;
      font-weight: 800;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .section-title .line {
      width: 90px;
      height: 3px;
      background: linear-gradient(90deg, transparent, var(--vip-gold), transparent);
      margin: 16px auto 0;
      border-radius: 999px;
    }

    .hero-section {
      position: relative;
      width: 100%;
      min-height: 650px;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.16) 16%, rgba(0,0,0,0.28) 34%, rgba(0,0,0,0.52) 58%, rgba(0,0,0,0.82) 78%, rgba(0,0,0,0.96) 100%),
        url('/assets/img/hero2.jpeg') center center / cover no-repeat;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding-top: 650px;
      /*** overflow: hidden; */
    }

    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.06) 18%, rgba(0, 0, 0, 0.12) 32%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.50) 64%, rgba(0, 0, 0, 0.72) 80%, rgba(0, 0, 0, 0.88) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0.24) 100%),
        radial-gradient(circle at center 58%, rgba(212, 175, 55, 0.05), transparent 30%);
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      margin: 0 auto;
    }

    .hero-content .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--vip-gold);
      padding: 10px 16px;
      background: rgba(0, 0, 0, 0.42);
      border: 1px solid rgba(212, 175, 55, 0.32);
      border-radius: 999px;
      margin-bottom: 22px;
      backdrop-filter: blur(10px);
    }

    .hero-content h1 {
      font-size: 56px;
      font-weight: 800;
      margin-bottom: 18px;
      text-transform: uppercase;
      line-height: 1.12;
    }

    .hero-content p {
      font-size: 16px;
      line-height: 1.85;
      color: #e6e6e6;
      max-width: 720px;
      margin: 0 auto 34px;
    }

    .booking-form-wrapper {
      position: relative;
      z-index: 3;
      margin-top: 30px;
    }

    .booking-form {
      background: linear-gradient(180deg, rgba(12, 12, 12, 0.74) 0%, rgba(8, 8, 8, 0.90) 100%);
      border: 1px solid rgba(212, 175, 55, 0.34);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
      backdrop-filter: blur(12px);
    }

    .booking-form .form-label {
      color: var(--vip-gold);
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
      letter-spacing: 0.8px;
    }

    .booking-form .form-control,
    .booking-form .form-select {
      min-height: 50px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.08);
      background: #111;
      color: #fff;
      font-size: 14px;
      padding: 12px 14px;
      box-shadow: none !important;
    }

    .booking-form .form-control::placeholder {
      color: #8e8e8e;
    }

    .booking-form .form-control:focus,
    .booking-form .form-select:focus {
      border-color: rgba(212, 175, 55, 0.45);
      background: #151515;
      color: #fff;
    }

    .booking-form input[type="date"]::-webkit-calendar-picker-indicator,
    .booking-form input[type="time"]::-webkit-calendar-picker-indicator {
      filter: invert(1) brightness(2);
      opacity: 1;
      cursor: pointer;
    }

    .booking-form input[type="number"] {
      padding-right: 46px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='8.5' cy='7' r='4'/%3E%3Cpath d='M20 8v6'/%3E%3Cpath d='M23 11h-6'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      background-size: 18px 18px;
    }

    .booking-form input[type="number"]::-webkit-outer-spin-button,
    .booking-form input[type="number"]::-webkit-inner-spin-button {
      opacity: 0;
      margin: 0;
    }

    .location-autocomplete {
      position: relative;
    }

    .location-suggestions {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      right: -150px;
      z-index: 20;
      display: none;
      padding: 8px;
      border-radius: 14px;
      background: rgba(10, 10, 10, 0.98);
      border: 1px solid rgba(212, 175, 55, 0.22);
      box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
    }

    .location-suggestions.is-visible {
      display: grid;
      gap: 6px;
    }

    .location-suggestion-item {
      width: 100%;
      border: 0;
      border-radius: 10px;
      padding: 10px 12px;
      background: transparent;
      color: #f3f3f3;
      text-align: left;
      font-size: 14px;
      font-weight: 600;
      transition: 0.25s ease;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .location-suggestion-item:hover {
      background: var(--vip-gold);
      color: #111;
    }

    .location-suggestion-item small {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 92px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      color: #cfcfcf;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.6px;
    }

    .location-suggestion-item:hover small {
      background: rgba(17, 17, 17, 0.14);
      color: #111;
    }

    .booking-form-message {
      display: none;
      margin-top: 12px;
      padding: 12px 14px;
      border-radius: 12px;
      background: rgba(160, 26, 26, 0.16);
      border: 1px solid rgba(255, 99, 99, 0.28);
      color: #ffd4d4;
      font-size: 13px;
      font-weight: 600;
      text-align: left;
    }

    .booking-form-message.is-visible {
      display: block;
    }

    .location-card,
    .vehicle-card,
    .stat-card,
    .blog-card {
      background: linear-gradient(180deg, rgba(24,24,24,0.98) 0%, rgba(11,11,11,0.98) 100%);
      border: 1px solid rgba(212,175,55,0.35);
      border-radius: 18px;
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
      position: relative;
      overflow: hidden;
      transition: 0.3s ease;
    }

    .location-card::before,
    .vehicle-card::before,
    .stat-card::before,
    .blog-card::before {
      content: "";
      position: absolute;
      inset: auto -30% 100% -30%;
      height: 120px;
      background: radial-gradient(circle, rgba(212,175,55,0.16), transparent 70%);
      transition: 0.4s ease;
      pointer-events: none;
    }

    .location-card:hover,
    .vehicle-card:hover,
    .stat-card:hover,
    .blog-card:hover {
      transform: translateY(-6px);
      border-color: rgba(212,175,55,0.62);
      box-shadow: 0 20px 36px rgba(0,0,0,0.3), 0 0 0 1px rgba(212,175,55,0.08) inset;
    }

    .location-card:hover::before,
    .vehicle-card:hover::before,
    .stat-card:hover::before,
    .blog-card:hover::before {
      inset: auto -30% 72% -30%;
    }

    .location-card {
      padding: 18px 18px 16px;
      height: 100%;
    }

    .location-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .location-icon {
      width: 42px;
      height: 42px;
      min-width: 42px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--vip-gold-soft);
      color: var(--vip-gold);
      border: 1px solid rgba(212, 175, 55, 0.22);
      font-size: 16px;
    }

    .location-price {
      font-size: 26px;
      font-weight: 800;
      color: var(--vip-gold);
      line-height: 1;
      white-space: nowrap;
    }

    .location-card small {
      display: block;
      color: var(--vip-gold);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin-bottom: 6px;
    }

    .location-card h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .location-card p {
      margin: 0;
      font-size: 12px;
      color: var(--vip-muted);
      text-transform: uppercase;
      letter-spacing: 0.8px;
    }

    .stats-section {
      position: relative;
      padding: 30px 0 10px;
    }

    .stat-card {
      text-align: center;
      padding: 34px 24px;
      height: 100%;
    }

    .stat-icon {
      width: 72px;
      height: 72px;
      border-radius: 18px;
      margin: 0 auto 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      color: var(--vip-gold);
      border: 1px solid rgba(212,175,55,0.24);
      background: linear-gradient(180deg, rgba(212,175,55,0.12), rgba(212,175,55,0.03));
    }

    .stat-number {
      font-size: 42px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 10px;
      color: #fff;
    }

    .stat-card h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .stat-card p {
      margin: 0;
      font-size: 14px;
      line-height: 1.7;
      color: var(--vip-muted);
    }

    .vehicle-card {
      padding: 16px;
      height: 100%;
    }

    .vehicle-image {
      background: linear-gradient(180deg, #262626 0%, #151515 100%);
      border-radius: 14px;
      padding: 10px;
      border: 1px solid rgba(255,255,255,0.06);
      margin-bottom: 16px;
      min-height: 215px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .vehicle-image img {
      max-height: 180px;
      object-fit: contain;
      filter: drop-shadow(0 18px 18px rgba(0,0,0,0.28));
    }

    .vehicle-card h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .vehicle-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 18px;
    }

    .vehicle-meta span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: #ddd;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.06);
      padding: 8px 12px;
      border-radius: 999px;
    }

    .vehicle-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .blog-card {
      height: 100%;
    }

    .blog-image {
      aspect-ratio: 16 / 10;
      overflow: hidden;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.45s ease;
    }

    .blog-card:hover .blog-image img {
      transform: scale(1.06);
    }

    .blog-body {
      padding: 24px;
    }

    .blog-meta {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      color: var(--vip-gold);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.7px;
      margin-bottom: 14px;
    }

    .blog-body h3 {
      font-size: 23px;
      font-weight: 700;
      line-height: 1.45;
      margin-bottom: 14px;
    }

    .blog-body p {
      font-size: 14px;
      color: var(--vip-muted);
      line-height: 1.85;
      margin-bottom: 18px;
    }

    .cta-strip {
      padding: 34px 0;
      border-top: 1px solid rgba(212,175,55,0.16);
      border-bottom: 1px solid rgba(212,175,55,0.16);
      background: linear-gradient(180deg, rgba(212,175,55,0.07), rgba(212,175,55,0.02));
    }

    .cta-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .cta-box h3 {
      margin: 0;
      font-size: 28px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .cta-box p {
      margin: 8px 0 0;
      color: var(--vip-muted);
      line-height: 1.8;
      max-width: 720px;
    }

    .footer-brand {
      margin-bottom: 18px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--vip-gold);
      font-size: 24px;
      font-weight: 800;
    }

@media (max-width: 1199.98px) {
.hero-content h1 {
        font-size: 46px;
      }

      .section-title h2 {
        font-size: 32px;
      }
    }

    @media (max-width: 991.98px) {
      .hero-section {
        min-height: 550px;
        padding-top: 160px;
      }

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

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

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

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

    @media (max-width: 767.98px) {


      .hero-section::before {
        background:
          linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.03) 18%, rgba(0, 0, 0, 0.10) 42%, rgba(0, 0, 0, 0.24) 52%, rgba(5, 5, 5, 0.72) 64%, rgba(5, 5, 5, 0.94) 78%, #050505 100%);
      }

    }
@media (max-width: 767.98px) {
  .hero-section {
    position: relative;
    min-height: auto;
    padding-top: 78px; /* header sonrası başlasın */
    padding-bottom: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #050505;
    overflow: hidden;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    height: 420px;
    background: url('/assets/img/hero2.jpeg') top center / cover no-repeat;
    z-index: 1;
  }

  .hero-section::after {
    content: "";
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    height: 420px;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.02) 38%,
      rgba(0, 0, 0, 0.10) 52%,
      rgba(0, 0, 0, 0.34) 66%,
      rgba(0, 0, 0, 0.68) 78%,
      rgba(0, 0, 0, 0.92) 90%,
      #050505 100%
    );
    z-index: 2;
    pointer-events: none;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0 auto;
    padding-top: 250px; /* yazıyı gradient alanın içine al */
  }

  .hero-content .hero-badge {
    font-size: 11px;
    margin-bottom: 18px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
  }

  .section-title h2 {
    font-size: 27px;
  }

  .booking-form {
    padding: 16px;
    border-radius: 16px;
  }

  .booking-form .btn-vip {
    width: 100%;
  }

  .stat-number {
    font-size: 34px;
  }

  .vehicle-actions {
    grid-template-columns: 1fr;
  }

  .cta-box h3 {
    font-size: 22px;
  }
}