/*
Theme Name: EnvaBiome
Author: Fatih Temiz
Author URI: http://temiz.digital
Description: EnvaBiome WordPress Theme
Version: 1.0
Text Domain: my_theme
*/

/* Lora Font Tanımları */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-Regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-Italic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-Medium.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 500;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-MediumItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-SemiBold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 600;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-SemiBoldItalic.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-Bold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 700;
  src: url("/wp-content/themes/fmtistanbul/fonts/Lora/Lora-BoldItalic.woff2")
    format("woff2");
}

/* Manrope Font Tanımları */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("/wp-content/themes/fmtistanbul/fonts/Manrope/Manrope-ExtraLight.woff2")
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/fmtistanbul/fonts/Manrope/Manrope-Light.woff2")
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/fmtistanbul/fonts/Manrope/Manrope-Regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/fmtistanbul/fonts/Manrope/Manrope-Medium.woff2")
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/fmtistanbul/fonts/Manrope/Manrope-SemiBold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/fmtistanbul/fonts/Manrope/Manrope-Bold.woff2")
    format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/fmtistanbul/fonts/Manrope/Manrope-ExtraBold.woff2")
    format("woff2");
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Manrope", serif;
  padding-top: 0; /* Önceki padding-top değerini kaldırın */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 400;
  
}

.enva-istanbul-img {
    width: 6rem;
    height: auto;
    object-fit: cover;
    object-position: center;
}


.donor-screening h3 {
  font-weight: 500;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

.wrapper-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

main {
  margin: 0 auto; /* Yatayda ortalama */
  max-width: 1200px;
}

.container {
   max-width: 1200px;
   display: flex;
   align-items: center !important;
   justify-content: center !important;
}

header {
  color: #fff;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

nav ul li {
  margin: 0 1em;
}

nav ul li a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

footer {
  background-color: #153029;
  color: #fff;
  padding: 50px 0 20px;
  font-family: "Manrope", sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 30px;
}

.footer-column h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #d7d7d7;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #feae41;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #d7d7d7;
  font-size: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #feae41;
}

.footer-bottom {
  border-top: 1px solid #edf1fea5;
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
}

h1.page-title {
  color: #000;
  font-size: 2rem;
}


main.page-template {
    margin-top: 6rem;
}

#primary-menu {
  list-style: none;
  padding: 0;
  text-align: center;
}

#primary-menu li {
  display: inline;
  margin: 0 1em;
}

#primary-menu li a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.new-badge {
  background-color: #c4ddd0;
  color: #333;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  font-size: 0.8em;
  margin-left: 0.5em;
}

.featured-articles,
.category-archive {
  padding: 2em;
  max-width: 1200px;
  margin: 50px auto;
}

.featured-articles h2,
.category-header h1 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 36px;
  font-weight: 400;
  color: black;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.article-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.article-thumbnail {
    width: 100%;
    height: 14rem; /* Sabit yükseklik */
    overflow: hidden; /* Taşan kısımları gizle */
    margin-bottom: 1em;
}

.article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi boyuta sığdır ve oran koru */
    object-position: center; /* Resmi ortala */
    border-radius: 5px;
    transition: transform 0.3s ease; /* Hover efekti için yumuşak geçiş */
}

.article-content {
  padding: 1em 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.article-date {
  color: #999;
  font-size: 0.9em;
}

.article-title {
  font-size: 1.2em;
  margin: 0.5em 0;
}

.article-title a {
  color: #333;
  text-decoration: none;
}

.article-title a:hover {
  color: #2b2b2b;
}

.article-excerpt {
  color: #666;
  font-size: 0.9em;
  flex-grow: 1;
}

.single-post {
  background-color: #fff;
}

.post-header {
  text-align: center;
  margin: 4rem 0 2em 0;
}

.post-title {
  font-size: 2em;
  margin: 0.5em 0;
}

.post-date {
  color: #999;
  font-size: 0.9em;
}

.post-content {
  line-height: 1.6;
  color: #333;
}

/* Ana menü stilini belirleyin */
.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: transparent;
}

.main-menu-mobile {
  display: none;
}

.main-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

.main-menu-inner.mobile-menu-open {
    background-color: #ffffff;
}

.main-menu.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.main-menu .logo {
  width: 100px;
  height: auto;
  transition: all 0.3s ease;
}

.menu-items {
  display: flex;
  list-style: none;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}



.menu-items li {
  margin: 0 15px;
}

.menu-items li a {
  text-decoration: none;
  color: #153029;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-menu.scrolled .menu-items li a {
  color: #333;
}

.join-button {
  padding: 10px 20px;
  background-color: #27594D;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.mobile.main-menu-inner {
    display: none;
}

.mobile-menu-button {
  display: none;
padding: 10px 15px;
    margin: 5px;
    background-color: #FFB254;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.join-button:hover {
  background-color: #feae41;
  color: #fff;
}


.post-header {
  margin-bottom: 30px;
  text-align: center;
}

.post-updated {
  font-size: 16px;
  color: #6f6f6d;
  margin-bottom: 10px;
}

.post-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.author-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  display: none;
}

.author-details p {
  margin: 0;
  font-size: 16px;
  color: #6f6f6d;
}

.author-name {
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 5px;
}

.post-content {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 40px;
}

.post-footer {
  margin-top: 40px;
  text-align: center;
}

.post-footer p {
  font-size: 16px;
  color: #6f6f6d;
  margin-bottom: 15px;
}

.social-share {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.share-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  transition: background-color 0.3s ease;
}

.share-icon.facebook {
  background-color: #3b5998;
}

.share-icon.twitter {
  background-color: #1da1f2;
}

.share-icon.print {
  background-color: #ff9100;
}

.share-icon.email {
  background-color: #e7e400;
}

.share-icon:hover {
  opacity: 0.8;
}

/* İçindekiler Menüsü Stili */
.toc {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1em;
  margin-bottom: 2em;
}

.toc h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.toc ul {
  list-style: none;
  padding: 0;
}

.toc ul li {
  margin-bottom: 0.5em;
}

.toc ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
}

.toc ul li a:hover {
  text-decoration: underline;
}

.featured-image {
  text-align: center;
  margin-bottom: 30px;
}

.featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.category-header .view-all {
  font-size: 16px;
  white-space: nowrap;
  color: #363636;
  text-decoration: none;
}

.category-header .view-all:hover {
  text-decoration: underline;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination a,
.cta-button {
  padding: 10px 15px;
  margin: 5px;
  background-color: #8ede49;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pagination a:hover,
.cta-button:hover {
  background-color: #d4d400;
}

/* Health Benefits Section */
.health-benefits {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em;
  padding: 2em;
  background-color: #fff;
}

.benefits-content {
  max-width: 50%;
}

.benefits-content h2 {
  font-size: 2.5em;
  margin: 0 0 2rem 0;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}

.benefits-list li {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.benefits-list li::before {
  content: "✔";
  color: #CFE69C;
  margin-right: 0.5em;
}

.benefits-image {
  max-width: 45%;
}

.benefits-image img {
    max-width: 80%;
    border-radius: 10px;
    margin-left: 40px;
}

/* FAQ Section */
.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
}

.faq-list-home {
  width: 800px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.faq-section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.faq-item-home {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question-home {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px;
  font-size: 1.2rem;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Manrope', sans-serif;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-icon-home {
  font-size: 1.2rem;
}

.faq-question.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-answer p {
  font-size: 18px;
    padding: 15px 0px;
    margin: 0;
}

.faq-answer p a, .faq-answer-home p a {
    color: #8ab252;
}

.faq-more {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #6f6f6d;
}

.faq-more a {
  color: #8ab252;
  text-decoration: none;
}

.faq-more a:hover {
  text-decoration: underline;
}

section.container.health-benefits {
    /* margin: 3rem auto; */
}


@media (max-width: 480px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

.blog-post-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 30px;
  position: relative;
}

.toc-sidebar-wrapper {
  width: 250px;
  position: absolute;
  left: 0;
}

.toc-sidebar {
  position: sticky;
  top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.blog-post-template {
  width: 100%;
  max-width: 800px;
  margin: 4rem auto;
}

@media (max-width: 1200px) {
  .blog-post-container {
    flex-direction: column;
  }

  .toc-sidebar-wrapper {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .toc-sidebar {
    position: static;
    max-height: none;
  }

  .blog-post-template {
    margin: 0;
  }
}

/* Library Page Styles */
.library-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.library-page .category-header {
  text-align: center;
  margin-bottom: 40px;
}

.library-page .category-header h1 {
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

.category-section {
  margin-bottom: 60px;
}

.category-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #e7e400;
  padding-bottom: 10px;
}

.view-all-wrapper {
  text-align: center;
  margin-top: 20px;
}

.view-all {
  display: inline-block;
  padding: 10px 20px;
  background-color: #8ede49;
  color: #6f6f6d;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.view-all:hover {
  background-color: #d4d400;
}

/* Existing styles for articles-grid, article-item, etc. should work for both category.php and library.php */

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

@media (max-width: 480px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

/* Library Page Styles */
.library-page {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 20px;
}

.library-page .category-header {
  text-align: center;
}


.science-proof .container-inner {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}

section.science-proof {
    background-color: #FAF8F5;
    border-radius: 24px;
    margin-top: -24px;
}

.science-column {
  width: 48%;
  border-right: 0.5px solid #8ede49;
}

.science-column:last-child {
  border-right: none;
  justify-items: flex-end;
}

.science-column h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.science-column h2 em {
  font-style: italic;
  color: #8ede49;
}

.science-list {
  list-style-type: none;
  padding: 0;
}

.science-list li {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

.screening-section .science-list li {
    color: #666;
}

.science-list li img {
  margin-right: 10px;
}

/* .science-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e7e400;
} */

.science-proof-content {
  display: flex;
  gap: 1rem;
  
}

.science-proof-content img {
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
  background-color: #e7e400;
}

.science-proof-content p {
  margin-bottom: 15px;
  margin-left: 15px;
  max-width: 300px;
}

.learn-more {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

/* How ENVA Works Section */
.how-enva-works {
  max-width: 1200px;
  margin: 0rem auto;
  padding: 20px;
}

.how-enva-works h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 4rem;
  color: #333;
}

.how-it-works-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 2rem;
}

.how-it-works-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.how-it-works-item.reverse {
  flex-direction: row-reverse;
}

.item-content {
  flex: 1;
}

.item-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.reverse .item-image {
  justify-content: flex-end;
}

.how-it-works-item.reverse .item-image {
  display: flex;
  justify-content: flex-start;
}

.how-it-works-item img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.how-it-works-item h3 {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #333;
}

.how-it-works-item h3 span {
  font-size: 36px;
  font-weight: bold;
  color: #8ede49;
  margin-right: 0.5rem;
}

.how-it-works-item h3 em {
  font-style: italic;
}

.how-it-works-item p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .how-it-works-item,
  .how-it-works-item.reverse {
    flex-direction: column;
  }

  .item-content,
  .item-image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .how-it-works-item,
  .how-it-works-item.reverse {
    flex-direction: column;
  }

  .item-content,
  .item-image {
    width: 100%;
  }
}

.faq-page {
    max-width: 680px;
    margin: 6rem auto 1rem;
    padding: 20px;
}

.faq-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 400;
}

.faq-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.faq-categories a {
    margin: 5px;
    padding: 10px 15px;
    background-color: #8ede49;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.faq-section {
    margin-bottom: 30px;
}

.faq-question {
  font-family: 'Manrope', sans-serif;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 15px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.faq-question:after {
    content: '\25BC';
    float: right;
    transform: scale(0.7);
}

.faq-question.active:after {
    content: '\25B2';
}

.faq-answer, .faq-answer-home {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer p, .faq-answer-home p {
  font-size: 18px;
    padding: 15px;
    margin: 0;
}

.faq-more {
    margin-bottom: 3rem;
}

.error-404-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px); /* Header ve footer'ı hesaba katarak */
}

.error-content {
    text-align: center;
    padding: 2rem;
    max-width: 600px;
}

.error-content h1 {
    font-size: 120px;
    color: #e7e400;
    margin: 0;
    line-height: 1;
}

.error-content h2 {
    font-size: 36px;
    color: #333;
    margin: 1rem 0;
}

.error-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 2rem;
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.error-actions a {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.home-button {
    background-color: #e7e400;
    color: #333;
}

.home-button:hover {
    background-color: #d4d400;
}

.search-button {
    background-color: #f0f0f0;
    color: #333;
}

.search-button:hover {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .error-content h1 {
        font-size: 80px;
    }

    .error-content h2 {
        font-size: 24px;
    }

    .error-content p {
        font-size: 16px;
    }

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

.gut-health-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 15rem;
}

.screening-section .gut-health-section{
    padding: 0;
    margin: 0;
}

.screening-section .gut-health-section .gut-health-image img{
    width: 90%;
    border-radius: 3%;
}

.screening-section .gut-health-section .gut-health-content{
      margin-left: 10rem;
}


.page-template-home .gut-health-section .gut-health-content{
    margin-
}

.gut-health-content {
    padding-right: 2rem;
}

.gut-health-content h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.gut-health-content h2 em {
    font-style: italic;
    color: #e7e400;
}

.gut-health-content p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: #8ede49;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #d4d400;
}


@media (max-width: 768px) {
    .gut-health-image {
        flex: 1;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
   .container.health-benefits .gut-health-image {
    justify-content: center !important;
}
}

.container.health-benefits .gut-health-image {
    justify-content: flex-start;
}

.gut-health-image img {
    max-width: 70%;
    height: auto;
}

@media (max-width: 768px) {
    .gut-health-section {
        flex-direction: column;
        text-align: center;
    }

    .gut-health-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .gut-health-image {
        text-align: center;
    }
}

.join-members {
    background-color: #FAF8F5;
    text-align: center;
    padding: 1rem 0rem;
    margin: 2rem 0;
}

.join-members h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.trustpilot-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rating-stars {
    margin: 1rem auto 0rem auto;
    height: 3rem;
}

.trustpilot-rating p {
    font-size: 1.1rem;
    color: #333;
    align-items: center;
}

.trustpilot-logo {
    height: 20px;
}

@media (max-width: 768px) {
    .join-members h2 {
        font-size: 2rem;
    }

    .trustpilot-rating {
        flex-direction: column;
    }
}

/* Hero bölümü için güncellenmiş stiller */
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
 max-width: 1200px;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}

.container.hero {
  background-color: #8CB152;
}

.container.hero.container-inner {
  height: 500px;
}

.hero-section {
  background-color: #8CB152;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    height: 60vh;
    position: relative;
}

/* Hero Image Container */
.hero-image {
    flex: 1;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-image img {
    position: absolute;
    top: 5%;
    bottom: 0;
    right: -5%;
    width: auto;
    height: 125%;
    max-height: 125%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero-image img.active {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container.hero {
        height: 55vh;
    }

    .hero-image img {
        height: 110%;
        max-height: 110%;
    }
}



.cta-button-hero {
  padding: 10px 15px;
  margin: 5px;
  background-color: #153029;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}


.cta-hungry {
    background-color: #f9f9f9;
    text-align: center;
    padding: 60px 20px;
    margin-top: 60px;
}

.cta-hungry h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.cta-hungry .cta-button {
    display: inline-block;
    background-color: #8ede49;
    color: #333;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-hungry .cta-button:hover {
    background-color: #FFC700;
}

@media (max-width: 768px) {
    .cta-hungry h2 {
        font-size: 28px;
    }

    .cta-hungry .cta-button {
        font-size: 16px;
        padding: 12px 25px;
    }
}

ul.donor-list {
    padding-left: 1rem !important;
    margin-left: 0 !important;
}

/* How It Works sayfası için ek stiller */
.how-it-works-page {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 48px;
    color: #153029;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content h1 em {
    font-style: italic;
    color: #009d97;
}

.hero-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #8ede49;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #FFC700;
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
    }

    .hero-content, .hero-image {
        width: 100%;
    }
}

.how-it-works-page {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.hero-content {
    flex: 1;
    padding: 40px 0px;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content h1 em {
    font-style: italic;
    color: #009d97;
}

.hero-content p {
    font-size: 18px;
    color: #153029;
    margin-bottom: 30px;
    line-height: 1.5;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #8ede49;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #FFC700;
}

.hero-image {
    flex: 1;
    align-self: flex-end;
}


@media (max-width: 768px) {
    .hero {
        flex-direction: column;
    }

    .hero-content, .hero-image {
        width: 100%;
    }

    .hero-image {
        order: 1;
    }
}

.how-enva-works-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 20px;
  background-color: #fff;
  max-width: 1200px;
  margin: 6rem auto;
}

.how-enva-works-content {
  flex: 1;
  max-width: 50%;
}

.how-enva-works-content h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
  color: #333;
}

.how-enva-works-content p {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 2em;
}

.how-enva-works-content .cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700;
  color: #333;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.how-enva-works-content .cta-button:hover {
  background-color: #FFC700;
}

.how-enva-works-video {
  flex: 1;
  max-width: 45%;
  position: relative;
}

.how-enva-works-video video {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .how-enva-works-section {
    flex-direction: column;
    text-align: center;
  }

  .how-enva-works-content,
  .how-enva-works-video {
    max-width: 100%;
  }
}

.life-with-enva-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.life-with-enva-section h2 {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 10px;
}

.life-with-enva-section h3 {
    font-size: 2em;
    color: #333;
    margin-bottom: 40px;
}

.life-with-enva-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.enva-item {
    flex: 1;
    max-width: 23%;
    text-align: center;
}

.enva-item img {
    max-width: 60%;
    height: auto;
    margin-bottom: 20px;
}

.enva-item h4 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
}

.enva-item p {
    font-size: 1em;
    color: #666;
}

@media (max-width: 768px) {
    .life-with-enva-items {
        flex-direction: column;
        align-items: center;
    }

    .enva-item {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.enva-in-detail-section .container-inner  {
  margin: 6rem auto;
  max-width: 1200px;
}

.enva-in-detail-section {
    text-align: center;
    background-color: #fff;
    padding: 30px 20px;
}

.enva-in-detail-section h2 {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 10px;
}

.enva-in-detail-section h3 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

.enva-in-detail-section p {
    font-size: 1em;
    color: #666;
    margin-bottom: 40px;
}

.enva-in-detail-section a.cta-button {
  margin-top: 6rem;
}

.enva-detail-items {
  margin-top: 4rem;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
}

.enva-detail-item {
    flex: 1;
    max-width: 35%;
    background-color: #FAF8F5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.enva-detail-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.enva-detail-item h4 {
    font-size: 1em;
    color: #FFAF41;
    margin-bottom: 10px;
}

.enva-detail-item h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.enva-detail-item p {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
}

.enva-detail-item ul {
    list-style: none;
    padding: 0;
}

.enva-detail-item ul li {
    font-size: 1em;
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.enva-detail-item ul li::before {
    content: "✔";
    color: #FFAF41;
    position: absolute;
    left: 0;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
        background-color: #feae41;
    color: #FAF8F5;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 40px;
}

.cta-button:hover {
    background-color: #8ede49;
    color: #FAF8F5;
}

@media (max-width: 768px) {
    .enva-detail-items {
        flex-direction: column;
        align-items: center;
    }

    .enva-detail-item {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.results-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #CFE69C;
}

.results-section h2 {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 10px;
}

.results-section p {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

.cta-button-dark {
    display: inline-block;
    padding: 15px 30px;
    background-color: #2D3346;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button-dark:hover {
    background-color: #1B1F2A;
}

.why-try-enva-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.why-try-enva-section h2 {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 10px;
}

.why-try-enva-section h3 {
    font-size: 2em;
    color: #333;
    margin-bottom: 40px;
}

.why-try-enva-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
}

.why-try-enva-item {
    display: flex;
    align-items: center;
    gap: 20px;
    
}

.why-try-enva-item.reverse {
    flex-direction: row-reverse;
}

.why-try-enva-item .item-image img {
  width: 30rem;
}

.why-try-enva-section a.cta-button {
  margin-top: 6rem;
}

.page-id-29 .faq-section .container-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background-color: #000000 !important;
    padding: 0 !important;
}

.item-image img {
    height: auto;
    border-radius: 10px;
}

.item-content {
    flex: 1;
    text-align: left;
}

.item-content h4 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.item-content p {
    font-size: 1em;
    color: #666;
}

@media (max-width: 768px) {
    .why-try-enva-item {
        flex-direction: column;
        text-align: center;
    }

    .why-try-enva-item.reverse {
        flex-direction: column;
    }

    .item-image img {
        max-width: 100%;
    }
}

.faq-section {
    padding: 60px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

.cta-button-yellow {
    display: inline-block;
    padding: 15px 30px;
    background-color: #FFD700;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button-yellow:hover {
    background-color: #FFC700;
}

.newsletter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fbf8af;
    padding: 40px;
    overflow: hidden;
}

.newsletter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fbf8af;
    margin: 0px auto;
    padding: 40px 0px;
}

.newsletter-signup {
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.newsletter-signup .newsletter-content {
  max-width: 530px;
    flex: 2;
    color: #333;
}


.newsletter-content {
    flex: 2;
    color: #333;
}

.newsletter-content h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.newsletter-content p {
    font-size: 1em;
    margin-bottom: 20px;
}

.newsletter-form {
    flex: 1;
    margin: auto;  
    align-items: center;
}

.newsletter-form input[type="email"] {
    padding: 20px;
    border: none;
    border-radius: 8px !important;
    margin-right: 10px;
    flex: 1;
}

.newsletter-form button {
    padding: 20px;
    background-color: #fbf7ae;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #555;
}

.newsletter-image {
  position: relative;
  height: 200px;
  right: -100px; /* Resmi sağa doğru kaydırır */
    top: 50%;
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.newsletter-image img {
    max-width: 180%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .newsletter-section {
        flex-direction: column;
        text-align: center;
    }

    .newsletter-form {
        margin-top: 20px;
    }

    .newsletter-image {
        margin-top: 20px;
    }
}


.enva-signup-form {
    max-width: 680px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.form-header {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
}

.form-header img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}

.form-fields {
    padding: 0px 20px;
}

.form-fields h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.form-fields p {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    font-weight: 300;
}

.form-field {
    margin: 3rem auto;
}



.form-field input[type="radio"] {
    width: 2% !important;
    color: rgb(67, 66, 66) !important;
    padding: 18px !important;
}

span.wpcf7-list-item-label {
  margin-right: 4rem;
  
}

.wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.wpcf7-radio .wpcf7-list-item-label {
    font-weight: 300;
}

span.wpcf7-list-item-label {
    font-weight: 300;
}

.wpcf7-list-item {
  margin: 0 !important;
  display: inline;
}

.form-field input[type="checkbox"] {
    width: 5% !important;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #FAF8F5;
  color: rgb(67, 66, 66) !important;
}


.form-field input,
.form-field select {
    width: 95%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #FAF8F5;
  color: rgb(67, 66, 66) !important;
}

.form-field input, .form-field input::placeholder {
  width: 90% !important;
  color: rgb(67, 66, 66) !important;
      padding: 18px !important;
  
}

.form-container {
    margin-top: 50px !important;
}

.form-container label {
  font-weight: 500;
}

.form-footer {
    padding: 20px 0;
}

p.form-disclaimer {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}

.wpcf7-submit {
    width: 100%;
    padding: 18px;
    background-color: #FFD700;
    color: #333;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #FFC700;
}

.wpcf7-spinner {
  display: contents;
}

.join-members-section .wpcf7-submit {
    background-color: #FBF7AE;
    width: 112% !important;
    border-radius: 8px;
}



.stay-updated {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 600px) {

  .join-members-section p {
    display: block !important;
  }

  .newsletter-form {
        display: block !important;
    }

    .stay-updated {
          display: block !important;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    }

.join-members-section .wpcf7-form input[type="email"] {
    border-radius: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
    width: 100%;
    padding: 18px;
    border: none;
}

/* Diğer newsletter formları için orijinal stiller korunacak */
.newsletter-form input[type="email"] {
    padding: 20px;
    border: none;
    border-radius: 0px;
    margin-right: 10px;
    flex: 1;
}
}

.page-template-travel .enva-in-detail-section .container-inner {
    margin-top: 2rem; 
}

@media (max-width: 600px) {
  .page-template-travel .enva-in-detail-section .container-inner {
    padding: 2rem 1rem !important;
}
}



.container-inner { 
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 4rem !important
}

.container.health-benefits .container-inner {
  display: flex;
  justify-content: space-between;
  padding: 0rem !important;
}

section.container.health-benefits {
    max-width: 1200px;
    margin: auto;
}

.how-enva-works .container-inner > a.cta-button {
  display: block;
  width: fit-content; /* veya sabit bir genişlik */
  margin: 6rem auto 0;
}

.join-members-section {
    background-color: #275A4D;
    color: #fff;
    padding: 4rem 0;
    text-align: center;
}

.join-members-section .container-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.join-members-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.join-members-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    display: flex;
}

.join-members-section .cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #333;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.join-members-section .cta-button:hover {
    background-color: #FFC700;
}

.our-story-section {
    background-color: #fff;
    padding: 4rem 0;
}

.our-story-section h1 {
  text-align: center;
}

.our-story-section .container-inner {
    max-width: 800px;
    font-size: 1rem;
    padding: 2rem 0rem !important;
}
.contact-form-page {
  margin: 4rem auto;
  width: 680px;
}




/* Responsive Design */
@media (max-width: 768px) {



  body, html {
     margin: 0;
     padding: 0;
     overflow-x: hidden; /* Yatay kaydırmayı önler */
   }

   body > header > nav > div > a.join-button {
    display: none;
   }

   h2 {
    font-size: 2rem !important;
   }

   h3 {
    font-size: 1.5rem !important;
   }

   .menu-items {
    display: none;
    height: 100vh;
   }



   .menu-toggle {
    display: block;
    padding: 10px 15px;
    margin: 5px;
    background-color: #FFB254;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
   
  /* Hero Section Mobile Styles */
    .container.hero {
        flex-direction: column;
        height: 100vh;
        position: relative;
        padding: 0;
    }

    .hero-content {
        width: 100%;
        z-index: 1;
        padding-top: 4rem !important;
        order: 1;
    }

   .hero-content h1 {
        font-size: 40px !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .hero-content h1 span.break-mobile {
        display: block; /* Her span yeni satıra geçecek */
        margin-top: 0.2rem; /* Satırlar arası boşluk */
    }

    .hero-content h1 br.desktop-break {
        display: none; /* Mobilde br'yi gizle */
    }

    .hero-content p {
        display: none;
    }
    .hero-image {
        order: 2;
        position: static;
        width: 100%;
        height: 60vh; /* Yüksekliği koruyoruz */
        left: 0;
    }



   .hero-image img {
        position: absolute;
        top: 2rem;
        left: 4rem;
        right: 0;
        width: auto; /* Genişliği auto yapıyoruz */
        height: 100%; /* Yüksekliği artırıyoruz */
        max-height: 100%; /* Maksimum yüksekliği de artırıyoruz */
        object-fit: contain;
        object-position: center bottom;
    }
    .cta-button-hero {
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        z-index: 2;
        order: 3;
        text-align: center;
    }
  

.container.hero.container-inner {
    height: 66vh;
    padding: 1.5rem;
}
  .container-inner {
    gap: 2rem;
    padding: 2rem !important;
  }


  .science-proof .container-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 2rem;
    flex-direction: column;
}

.science-column {
  border-right: none;
  width: 100%;
}





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


  .science-proof-content {
    display: flex;
  }

  .health-benefits {
    flex-direction: column;
  }

  .benefits-content,
  .benefits-image {
    max-width: 100%;
  }

  .benefits-image {
      display: none;
  }

  section.container.health-benefits {
    margin: 0rem 2rem;
}

.cta-button {
  width: 75%;
  text-align: center;
  margin-top: 1rem;
}

    .join-members h2 {
        font-size: 2rem;
        text-align: left;
        margin: 2rem;
    }

    .trustpilot-rating {
        flex-direction: column;
        align-items: center;
        margin: 2rem;
    }

    .how-enva-works h2 {
      margin-bottom: 0rem;
    }
    
    .how-it-works-item img {
      width: 90%;
      margin-left: 5%
    }

    .how-enva-works .container-inner > a.cta-button {
    display: block;
    width: 75%;
    margin: 4rem auto 0;
}

.how-enva-works-section {
  padding: 0 2rem;
}

.how-enva-works-video {
    margin-top: 4rem;
}

.newsletter-signup {
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.newsletter-form {
      max-width: none;
      display: flex
}

.why-try-enva-section {
    text-align: center;
    padding: 1rem 2rem;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.our-story-section {
    background-color: #fff;
    margin: 0 2rem;
    padding: 4rem 0 0 0;
    text-align: center;
}


.our-story-section p {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
    color: #666;
}

.screening-section .gut-health-section .gut-health-content {
    margin: 0 2rem;
    text-align: left;
}

.container-inner.screening {
  padding: 0rem !important;
}

.life-with-enva-section {
  padding: 0 2rem;
}

  .container.health-benefits {
    flex-direction: column-reverse;
  }


 

    .container.health-benefits .benefits-image img {
     margin: 0 auto;
       max-width: 90%;

  }

  .join-members-section .container-inner {
    text-align: left;
}

.articles-grid {
        grid-template-columns: none;
    }

        .blog-post-template {
        margin: 4rem 2rem 2rem 2rem;
        max-width: fit-content;
    }

    .faq-page {
    max-width: fit-content;
    margin: 6rem 0 2rem 0;
}


.faq-section {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}

.faq-list-home {
  width: 90%;
}

.faq-answer p, .faq-answer-home p {
    padding: 15px;
}

.faq-more {
    margin-bottom: 3rem;
    padding: 0 2rem;
}

.gut-health-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 2rem;
    gap: 2rem;
}

.category-title {
    font-size: 24px !important;
    text-align: left;
}

.contact-form-page {
    margin: 6rem 0rem 2rem 0rem;
    width: 100%;
}

 .footer-content {
  padding: 0 2rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .form-field input, .form-field select {
    width: 100%;
  }

  p.form-disclaimer {
    text-align: left;
}

.form-footer {
    padding: 2rem 0;
}

.social-icons {
    justify-content: flex-start;
}
  
  .footer-column {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .main-menu-mobile {
    display: none;
    color: #333 !important;
    width: 100vw;
    height: 100vh;
}

.main-menu-mobile.active {
  display: block;
}

.main-menu-mobile-inner ul.menu-items {
  display: flex;
  padding-top: 3rem !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 7%;
  width: 100%;
  background-color: #fff;
  padding: 0 1rem;
  left: 0; /* Sol kenara hizalamak için */
  z-index: 99;
}

.main-menu-mobile .menu-items li {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  text-align: left; /* Yazıları sola hizala */
}

.main-menu-mobile .menu-items li:last-child {
  border-bottom: none;
}

.main-menu-mobile .menu-items a {
  font-size: 1.3rem;
  padding: 1rem 0;
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: left; /* Yazıları sola hizala */
}
}

.referral-page {
    max-width: 1200px;
    margin: 6rem auto 4rem auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

   .referral-page {
        margin: 4rem 1rem;
        padding: 1.5rem;
    }
    
    .referral-page h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .referral-info p,
    .referral-stats p {
        font-size: 1rem;
    }

.referral-page h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 3rem;
    font-weight: 400;
}

.referral-info {
    margin-bottom: 2rem;
}

.referral-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #666;
}

.referral-code,
.referral-url {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 5px;
    margin: 1rem 0;
}

.referral-code strong,
.referral-url strong {
    color: #333;
    font-weight: 600;
}

.referral-stats {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.referral-stats p {
    font-size: 1.2rem;
    color: #333;
}


/* Ana sayfa dışındaki sayfalar için menü stili */
body:not(.home) .main-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Ana sayfa için menü stili */
body.home .main-menu {
    background-color: transparent;
}

body.home .main-menu.scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}



