:root {
  --primary: #d47a85;
  --primary-hover: #b8606b;
  --dark: #222222;
  --light-bg: #faf6f6;
  --white: #ffffff;
  --gray: #666666;
  --border: #e0e0e0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: var(--light-bg);
  color: var(--dark);
  line-height: 1.6;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.navbar {
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logo {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  text-decoration: none;
  letter-spacing: 1px;
}

.logo span { color: var(--primary); }

.nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover { color: var(--primary); }

.btn-book-nav {
  background: var(--primary);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 20px;
}

.btn-book-nav:hover { background: var(--primary-hover) !important; }

/* Hero */
.hero {
  position: relative;
  height: 65vh;
  min-height: 400px;
  background: url('https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=1600&q=80') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 0 20px;
}

.hero-content h1 { font-size: 38px; margin-bottom: 15px; }
.hero-content p { font-size: 18px; margin-bottom: 25px; }

.btn-primary {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover { background: var(--primary-hover); }

/* About */
.about-section { padding: 60px 0; background: var(--white); }
.about-text h2 { margin-bottom: 15px; color: var(--dark); }
.about-text p { color: var(--gray); margin-bottom: 25px; }

.stats { display: flex; gap: 40px; }
.stat-item h3 { font-size: 28px; color: var(--primary); }
.stat-item p { font-size: 14px; color: var(--gray); }

/* Services */
.services-section { padding: 70px 0; }
.section-title { text-align: center; font-size: 30px; margin-bottom: 10px; }
.section-subtitle { text-align: center; color: var(--gray); margin-bottom: 40px; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.service-card {
  background: var(--white);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  transition: 0.3s;
}

.service-card:hover { transform: translateY(-5px); }
.service-card .icon { font-size: 36px; margin-bottom: 15px; }
.service-card h3 { font-size: 18px; color: var(--primary); margin-bottom: 10px; }
.service-card p { font-size: 14px; color: var(--gray); }

/* Booking */
.booking-section { padding: 70px 0; background: var(--white); }
.booking-wrapper { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.info-list { list-style: none; margin-top: 25px; }
.info-list li { margin-bottom: 12px; font-size: 15px; }

.booking-form-box {
  background: var(--light-bg);
  padding: 35px;
  border-radius: 12px;
}

.form-group { margin-bottom: 15px; }
.form-row { display: flex; gap: 15px; }
.form-row .form-group { flex: 1; }

label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 5px; }
input, select, textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

input:focus, select:focus, textarea:focus { border-color: var(--primary); }

.btn-submit {
  width: 100%;
  background: var(--primary);
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover { background: var(--primary-hover); }

.status-msg { margin-top: 15px; text-align: center; font-weight: 600; }
.status-msg.success { color: green; }
.status-msg.error { color: red; }

footer { background: var(--dark); color: #888; padding: 20px 0; font-size: 14px; }
.text-center { text-align: center; }

@media (max-width: 768px) {
  .booking-wrapper { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; }
  .nav-links { display: none; }
}
/* ლოგოს და ტექსტის კონტეინერის სწორება */
.brand-logo, .logo {
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  gap: 10px !important;
  text-decoration: none !important;
}


.logo-text {
  font-family: "Monsieur La Doulaise", cursive !important;
  font-size: 30px !important;       /* 👈 გაზრდილი ზომა (საჭიროებისამებრ შეგიძლიათ შეცვალოთ, მაგ. 28px-36px) */
  font-weight: 3px !important;
  color: #ded56e !important;
  letter-spacing: 10.2px !important;
  
  
  /* ცენტრირება */
  display: flex !important;
  align-items: center !important;  /* ვერტიკალური ცენტრირება */
  justify-content: center !important; /* ჰორიზონტალური ცენტრირება */
  text-align: center !important;
  
  line-height: 5 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ==========================================
   LOGO & BRANDING STYLES (დახვეწილი სწორება)
   ========================================== */
/* ლოგოს ბლოკის დაშორება მარცხნიდან */
.logo-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  margin-left: 20px !important; /* 👈 დაშორება მარცხენა ნაპირიდან */
}

/* ლოგოს დიდი ზომა და დამრგვალება */
.logo-img {
  height: 75px !important;        /* 👈 გაზრდილი ზომა (შეგიძლიათ ჩაწიროთ 70px-იც) */
  width: 75px !important;         /* 👈 თანაბარი სიგანე სრული წრისთვის */
  object-fit: cover !important;    /* ლოგო რომ არ გაიწელოს */
  border-radius: 50% !important;   /* 👈 სრულიად მრგვალი ფორმა */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important; /* ელეგანტური ჩრდილი */
  transition: transform 0.3s ease !important;
}

.logo-link:hover .logo-img {
  transform: scale(1.06) !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* 768px-ზე ნაკლები ეკრანის მქონე მოწყობილობებისთვის (ტელეფონები) */
@media (max-width: 768px) {
  body {
    padding: 10px;
    font-size: 16px; /* ტექსტის ოპტიმალური ზომა მობილურისთვის */
  }

  /* თუ იყენებთ Flexbox-ს სვეტებისთვის */
  .container, .row, .grid {
    flex-direction: column !important;
    width: 100% !important;
  }
}

/* მობილური მოწყობილობების ოპტიმიზაცია */
@media screen and (max-width: 768px) {

  /* 1. ჰედერის და მენიუს გასწორება */
  header, nav, .navbar {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: auto !important;
    padding: 10px !important;
    z-index: 1000 !important;
  }

  /* 2. Aesthetic Center სათაურის ზომების შემცირება */
  .hero h1, .main-title, h1 {
    font-size: 24px !important; /* შემცირებული შრიფტი */
    letter-spacing: 2px !important; /* ასოებს შორის დაშორების შემცირება */
    line-height: 1.2 !important;
    text-align: center !important;
    margin: 10px 0 !important;
    word-break: normal !important;
  }

  /* 3. სექციების გადაფარვის პრევენცია */
  .hero, .banner, .top-section {
    height: auto !important;
    min-height: unset !important;
    padding: 20px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* 4. 100% სტერილიზაცია / მომხმარებლების ბლოკის გასწორება */
  .stats, .counters, .features {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    position: relative !important;
    margin-top: 15px !important;
  }

  .stat-item, .feature-item {
    width: 30% !important;
    font-size: 12px !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  
  /* სათაურის (Aesthetic Center) ერთ ხაზზე დასატევად */
  .hero h1, .brand-title, .logo-text, h1 {
    font-size: 18px !important;       /* ოდნავ პატარა შრიფტი მობილურისთვის */
    letter-spacing: 2px !important;    /* ასოებს შორის დაშორების შემცირება (რომ არ გაიწელოს) */
    white-space: nowrap !important;    /* კრძალავს ტექსტის მეორე ხაზზე ჩამოტანას */
    display: inline-block !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }

  /* ლოგოსა და ტექსტის ბლოკის სწორი განლაგება */
  .header-container, .logo-wrapper {
    display: flex !important;
    flex-direction: column !important; /* ლოგო ზემოთ, ტექსტი ქვემოთ */
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }
}
