/*
Theme Name: Ella Terapi Spa Merkezi
Theme URI: https://example.com/
Author: Luxeon Creative
Description: Ella Terapi Spa Merkezi için özel tek sayfa WordPress teması. Google Site Kit uyumludur.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: ella-spa
*/

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background: #151515;
      color: #fff;
      overflow-x: hidden;
    }

    h1, h2, h3, h4 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 600;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0 24px;
      position: relative;
      background:
        linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.78)),
        url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?q=80&w=1600&auto=format&fit=crop');
      background-size: cover;
      background-position: center;
    }

    .navbar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 24px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(0,0,0,.25);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,.1);
      z-index: 10;
    }

    .logo {
      color: #E3C89B;
      letter-spacing: 5px;
      font-size: 30px;
    }

    .nav-btn,
    .btn-outline {
      border: 1px solid #E3C89B;
      padding: 10px 22px;
      border-radius: 999px;
      transition: .3s;
    }

    .nav-btn:hover,
    .btn-outline:hover {
      background: #E3C89B;
      color: #000;
    }

    .hero-content {
      max-width: 900px;
      z-index: 2;
    }

    .small-title {
      color: #E3C89B;
      letter-spacing: 6px;
      text-transform: uppercase;
      margin-bottom: 16px;
      font-size: 14px;
    }

    .hero h2 {
      font-size: clamp(55px, 9vw, 110px);
      line-height: .95;
      margin-bottom: 24px;
    }

    .hero p {
      color: #d1d1d1;
      max-width: 700px;
      margin: auto;
      font-size: 19px;
      line-height: 1.8;
    }

    .hero-buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 40px;
    }

    .btn-gold {
      background: #E3C89B;
      color: #000;
      padding: 16px 34px;
      border-radius: 999px;
      font-weight: 500;
      transition: .3s;
      box-shadow: 0 20px 45px rgba(0,0,0,.35);
    }

    .btn-gold:hover {
      transform: scale(1.05);
    }

    section {
      padding: 100px 7%;
    }

    .dark {
      background: #1A1A1A;
    }

    .darker {
      background: #141414;
    }

    .container {
      max-width: 1300px;
      margin: auto;
    }

    .about-grid,
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

    .section-title {
      color: #E3C89B;
      letter-spacing: 4px;
      text-transform: uppercase;
      margin-bottom: 14px;
      font-size: 14px;
    }

    .big-title {
      font-size: clamp(42px, 5vw, 62px);
      line-height: 1.05;
      margin-bottom: 30px;
    }

    .about-text {
      color: #cfcfcf;
      line-height: 2;
      font-size: 18px;
    }

    .about-img,
    .gallery-card img {
      width: 100%;
      object-fit: cover;
      display: block;
    }

    .about-img {
      height: 520px;
      border-radius: 32px;
      box-shadow: 0 25px 70px rgba(0,0,0,.4);
    }

    .center {
      text-align: center;
      margin-bottom: 60px;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px;
    }

    .service-card,
    .review-card,
    .contact-form {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.1);
      backdrop-filter: blur(18px);
      border-radius: 30px;
    }

    .service-card {
      padding: 34px;
      transition: .3s;
    }

    .service-card:hover {
      transform: translateY(-8px);
      border-color: rgba(227,200,155,.55);
    }

    .icon {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(227,200,155,.18);
      color: #E3C89B;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      margin-bottom: 24px;
    }

    .service-card h4 {
      font-size: 28px;
      margin-bottom: 14px;
    }

    .service-card p {
      color: #aaa;
      line-height: 1.8;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .gallery-card {
      overflow: hidden;
      border-radius: 30px;
    }

    .gallery-card img {
      height: 420px;
      transition: .7s;
    }

    .gallery-card:hover img {
      transform: scale(1.1);
    }

    .reviews-wrap {
      overflow: hidden;
      width: 100%;
    }

    .reviews-track {
      display: flex;
      gap: 28px;
      width: max-content;
      animation: scrollReviews 25s linear infinite;
    }

    .reviews-track:hover {
      animation-play-state: paused;
    }

    .review-card {
      width: 420px;
      padding: 34px;
    }

    .stars {
      color: #E3C89B;
      font-size: 28px;
      margin-bottom: 16px;
    }

    .review-card p {
      color: #e5e5e5;
      font-size: 18px;
      line-height: 1.8;
      font-style: italic;
      margin-bottom: 24px;
    }

    .review-card span {
      color: #E3C89B;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 14px;
    }

    @keyframes scrollReviews {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .contact-info p {
      color: #d0d0d0;
      font-size: 18px;
      margin-bottom: 18px;
    }

    .contact-form {
      padding: 34px;
    }

    input,
    textarea {
      width: 100%;
      background: rgba(0,0,0,.3);
      border: 1px solid rgba(255,255,255,.1);
      color: #fff;
      border-radius: 18px;
      padding: 16px 18px;
      margin-bottom: 18px;
      outline: none;
      font-family: inherit;
      font-size: 15px;
    }

    input:focus,
    textarea:focus {
      border-color: #E3C89B;
    }

    .form-btn {
      width: 100%;
      border: none;
      cursor: pointer;
      background: #E3C89B;
      color: #000;
      padding: 16px;
      border-radius: 18px;
      font-size: 17px;
      font-weight: 500;
      transition: .3s;
    }

    .form-btn:hover {
      transform: scale(1.02);
    }

    .whatsapp-float {
      position: fixed;
      right: 24px;
      bottom: 24px;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: #25D366;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      z-index: 999;
      box-shadow: 0 20px 45px rgba(0,0,0,.45);
      transition: .3s;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
    }

    footer {
      background: #0D0D0D;
      border-top: 1px solid rgba(255,255,255,.06);
      text-align: center;
      padding: 32px 20px;
      color: #777;
    }

    @media (max-width: 1000px) {
      .service-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .navbar {
        padding: 18px 20px;
      }

      .logo {
        font-size: 22px;
        letter-spacing: 3px;
      }

      .nav-btn {
        padding: 8px 15px;
        font-size: 14px;
      }

      .hero {
        padding-top: 90px;
      }

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

      section {
        padding: 75px 22px;
      }

      .about-grid,
      .contact-grid,
      .service-grid,
      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .about-img,
      .gallery-card img {
        height: 360px;
      }

      .review-card {
        width: 340px;
      }

      .hero-buttons a {
        width: 100%;
        justify-content: center;
        text-align: center;
      }
    }

    @media (max-width: 420px) {
      .review-card {
        width: 310px;
      }

      .whatsapp-float {
        width: 58px;
        height: 58px;
        font-size: 27px;
      }
    }
