.intro-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  padding: 40px 20px;
  border-radius: 30px;
  margin: 20px;
}

.intro-left, .intro-right {
  background-color: #2196f3;
  border-radius: 30px;
  padding: 30px;
  color: white;
  flex: 1 1 400px;
  margin: 10px;
}

.intro-left h2 {
  font-size: 24px;
  font-weight: bold;
}

.intro-left ul {
  padding-left: 20px;
  list-style-type: disc;
  margin: 20px 0;
}

.intro-left li {
  margin-bottom: 10px;
}

.closing-line {
  margin-top: 20px;
  font-weight: bold;
}

.intro-right .image-box {
  background-color: #c4e5a3;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}


.intro-right .image-box img {
  width: 100%;
  max-width: 300px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.intro-right .image-box p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

/* მობილური მხარდაჭერა */
@media (max-width: 768px) {
  .intro-section {
    flex-direction: column;
    padding: 20px 10px;
  }

  .intro-left, .intro-right {
    padding: 20px;
  }

  .intro-right .image-box {
    padding: 15px;
  }
}

.intro-right .image-box img {
  width: 100%;
  max-width: 200px;
  border-radius: 15px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.intro-right .image-box p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.reflection-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 40px 20px;
  margin: 20px;
}

.reflection-left {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.reflection-left img {
  width: 100%;
  max-width: 300px;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.reflection-right {
  flex: 2 1 500px;
  padding: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.reflection-right .quote {
  margin-top: 30px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
}

.reflection-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 40px 20px;
  margin: 20px;
}

.reflection-left {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.reflection-left img {
  width: 100%;
  max-width: 300px;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.reflection-right {
  flex: 2 1 500px;
  padding: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.reflection-right .quote {
  margin-top: 30px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
}

.habits-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;
  background-color: #f1f1f1;
  border-radius: 30px;
  padding: 40px 20px;
}

.habits-left {
  flex: 1 1 500px;
  background-color: #2196f3;
  color: white;
  padding: 30px;
  border-radius: 30px;
  margin: 10px;
}

.habits-left h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.habits-left ul {
  list-style-type: none;
  padding-left: 0;
}

.habits-left li {
  margin-bottom: 20px;
  line-height: 1.5;
}

.habits-right {
  flex: 1 1 300px;
  background-color: #faebd7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  padding: 20px;
  margin: 10px;
}

.habits-right img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
}

.card-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 20px;
  background-color: #f1f1f1;
  padding: 40px 20px;
  border-radius: 30px;
}

.card {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  padding: 20px;
  flex: 1 1 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.card img {
  width: 100%;
  max-width: 250px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
  flex-grow: 1;
}

.learn-button {
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.learn-button:hover {
  background-color: #388e3c;
}

.card p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
}

.hero-card {
  display: flex;
  flex-wrap: wrap;
  background-color: #2196f3;
  color: white;
  border-radius: 30px;
  padding: 40px 30px;
  margin: 40px 20px;
  align-items: center;
  justify-content: space-between;
}

.hero-left {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.hero-left img {
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hero-right {
  flex: 2 1 500px;
  padding: 20px;
  position: relative;
}

.hero-right h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.hero-right li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.hero-note {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 400;
}


.hero-button span {
  color: black;
  background: #eee;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 14px;
}
.hero-button span {
  color: black;
  background: #eee;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 14px;
}

.hero-footer {
  display: flex;
  flex-direction: column;       /* რომ ელემენტები ქვემოთ ჩამოეწყოს */
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}

.hero-note {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.hero-section {
  margin-bottom: 60px; /* დააშორებს ბლოკებს ქვედა მხრიდან */
}

.challenge-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #2196f3;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 50px;
  color: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.challenge-image {
  flex: 1 1 40%;
  padding: 20px;
}

.challenge-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.challenge-text {
  flex: 1 1 60%;
  padding: 20px;
}

.challenge-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.challenge-text ol {
  padding-left: 20px;
}

.challenge-text li {
  margin-bottom: 15px;
}

.cta {
  margin-top: 30px;
}

.cta p {
  font-size: 18px;
  margin-bottom: 10px;
}

.cta-button {
  display: inline-block;
  background-color: white;
  color: #2196f3;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.cta-button span {
  background-color: #eee;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 15px;
  color: black;
}

.challenge-image img {
  width: 100%;
  height: auto;
  max-height: 300px; /* განსაზღვრავს სიმაღლის ლიმიტს */
  object-fit: contain; /* კარგად მოარგებს სურათს კონტეინერს */
  display: block;
  margin: 0 auto;
}





.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1e90ff;
  padding: 10px 40px;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}

.logo img {
  width: 40px;
  height: 40px;
}

.nav-menu {
  display: flex;
  gap: 30px;
}

.nav-menu a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #d0eaff;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2196f3;
  padding: 10px 30px;
  color: white;
}

.logo {
  display: flex;
  align-items: center;
}



.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}


/* ლოგოს გამოსახულება წრეში */
.logo img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  padding: 5px;
  margin-right: 10px;
}

/* სათაურის ტექსტი */
.logo span {
  font-size: 22px;
  font-weight: bold;
}


/* ნავიგაცია */
.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu a {
  margin: 0 12px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.2s ease;
}

.nav-menu a:hover {
  color: #d0e6ff; /* ფერის შეცვლა ხაზის გარეშე */
  text-decoration: none; /* ხაზის გაქრობა hover-ზე */
}


/* საწყისი სტრუქტურის გასასწორებლად */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden; /* თავიდან აიცილებს ჰორიზონტალურ scroll-ს */
}

/* ჰედერის სრული სიგანისთვის */
.main-header {
  width: 100%;
}

.custom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2196f3;
  color: white;
  padding: 30px 50px;
  border-radius: 0 0 30px 30px;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
}

.footer-left {
  flex: 1;
}

.contact-button {
  background-color: white;
  color: #2196f3;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.contact-button:hover {
  background-color: #e3f2fd;
}

.footer-right {
  flex: 2;
  text-align: right;
}

.brand-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.footer-logo {
  width: 60px;
  height: auto;
  display: block;
}


.brand-info h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.slogan {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

.footer-copy {
  margin-top: 8px;
  font-size: 13px;
  opacity: 0.85;
}

.modal {
  position: fixed;
  display: none; /* თავიდან დამალულია */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal {
  position: fixed;
  display: none; /* დამალულია თავიდან */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background: white;
  border-radius: 10px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  position: relative;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 500px;
  position: relative;
}

.modal-content h2 {
  margin-top: 0;
  font-size: 26px;
}

.modal-content input,
.modal-content textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
}

.modal-content button {
  background-color: #2196f3;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}


.modal {
  display: none;
  justify-content: center;
  align-items: center;
  /* ... */
}
