

@charset "utf-8";
/* CSS Document */

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; background: #f9f9f9; color: #212529; }
h1,h2,h3,h4,h5 { font-family: 'Montserrat', sans-serif; margin-bottom: .75rem; }
p { margin-bottom: 1rem; }
a { text-decoration: none; color: inherit; }

/* Navbar */
.top-nav, .navbar {
  background: #fff;
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.nav-link, .navbar-brand, .icon-btn {
  color: #D1D1D1 !important;
  font-weight: 600;
}
.btn-close {   color: #D1D1D1 !important; background-color: #D1D1D1 !important;}

.icon-btn { background: none; border: none; font-size: .9rem; }
.custom-navbar-container { padding: 0 .5rem; }
.logo-img { width: 180px; height: 50px; object-fit: cover; }

/* Offcanvas */
.offcanvas-start { width: 250px!important; }
.offcanvas-body { padding: 1rem; }
.offcanvas-body .nav-link { font-weight: 500; }
.offcanvas-body .social-icons a { font-size: 1.5rem; color: #001f3f; margin-right: .75rem; }

/* Header */
header {

  padding: 3rem 1rem;
}
.row-wrapper, .intro-section {
  display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: center;
}
.main-header {
  padding: 20px 0;
  background-color: #c1cbc6ad;
}


.row-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

/* Sol Füme Kutu */
.info-box {
  flex: 1 1 ;
  background-color: #1e2a38;
  color: #fff;
  border-top-left-radius: 190px;
  border-top-right-radius: 190px;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}

.icon-wrapper {
  font-size: 48px;
  color: #ffc107;
  text-align: center;
  margin-bottom: 20px;
}

.info-box h1 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.sub-heading {
  font-size: 1rem;
  color: #ccc;
  text-align: center;
  margin-bottom: 30px;
}

.divider {
  border: none;
  height: 1px;
  background-color: #aaa;
  opacity: 0.3;
  width: 60%;
  margin: 20px auto;
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 420px;
}

.benefits li {
  margin-bottom: 12px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.benefits i {
  color: #ffc107;
  margin-right: 10px;
}

.cta-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #ffc107;
  color: #1e2a38;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

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

/* Sağ Resim */
.image-box {
  flex: 1 1 ;
  text-align: center;
  z-index: 0;
}

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

/* CTA Section */
.cta-section { background:#f7f9fc; padding:3rem 1rem; text-align:center; }
.cta-section h2 { font-size:2.5rem; color:#001f3f; margin-bottom:1rem; }
.cta-section p { font-size:1.2rem; color:#555; max-width:40rem; margin:0 auto; line-height:1.6; }

/* Video Cards */
.cards-section { padding:1rem 1rem; background:#c9d7d4; }
.cards-section .card {
  box-shadow:0 4px 12px rgba(0,0,0,.08); border-radius:.5rem; overflow:hidden; margin-bottom:2rem;
}
.cards-section video {
  width:100%; border:3px solid #000; border-radius:.25rem; box-shadow:0 0 .5rem rgba(0,0,0,.2);
}
.hide-elements .rating, .hide-elements .price, .hide-elements button { display:none!important; }
		.kucukkartdivkapsa{
			
			background-color: #fff;
			padding: 20px;
    border-radius: 10px;
		}
		

/* Scientific Evidence */
.scientific-evidence { background:#f8f9fa; padding:3rem 1rem; }
.scientific-evidence .card {
  background:#fff; box-shadow:0 4px 12px rgba(0,0,0,.05); border-radius:.5rem; padding:1rem;
  display:flex; flex-direction:column; height:100%;
}
.scientific-evidence img {
  width:100%; border-radius:.25rem; margin-bottom:.75rem; object-fit:cover;
}
.scientific-evidence .card-body {
  flex:1; display:flex; flex-direction:column; justify-content:space-between;
}

/* Comments */
.comments-section .bg-light { padding:1.5rem; }

/* FAQ */
.faq-section { background:#f7f9fc; padding:3rem 1rem; }
.faq-section h2 { text-align:center; font-size:2rem; color:#001f3f; margin-bottom:2rem; }

/* Boxes: About / Founder / Contact */
.hakkimda-box, .kurucu-box, .iletisim-box {
  background:#fff; padding:2rem; border:1px solid #ddd; border-radius:.5rem;
  box-shadow:0 0 .5rem rgba(0,0,0,.1); margin:2rem auto; 
}
.hakkimda-img, .iletisim-img {
  width:80px; height:80px; object-fit:cover; border:3px solid #ffc107; border-radius:50%;
}
.box-underline, .hakkimda-underline, .kurucu-underline {
  border:none; height:2px; background:#001f3f; opacity:.5; margin:1rem 0;
}
.icerik p, .kurucu-icerik p { text-align:justify; line-height:1.6; color:#555; }

/* Contact Form */
.iletisim-box .form-control { border-radius:4px; }
.iletisim-box .btn-success {
  background:#28a745; border-color:#28a745;
}
.iletisim-box .btn-success:hover {
  background:#218838; border-color:#1e7e34;
}

/* Footer */
footer {
  background:#001f3f; color:#fff; padding:2rem 1rem; text-align:center;
}
.footer-links a { color:#fff; display:block; margin:.5rem 0; }
.social-footer a { color:#fff; font-size:1.5rem; margin:0 .5rem; }

/* Utilities & Responsive */
@media(max-width:768px) {
  .row-wrapper, .intro-section { flex-direction:column; }
  .cards-section .col-md-4 { margin-bottom:2rem; }
  footer .row > div { margin-bottom:1.5rem; }
  .logo-img { width:100px; height:30px; }
	.card-title{font-size:14px!important;}
	.cta-section h2 {
    font-size: 2rem;
}
}

  .scientific-evidence {
    background-color: #f8f9fa;
  }

  .scientific-evidence .card {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* Resimler doğal mobilde, tablet ve üzeri 300px */
  .scientific-evidence .card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: .75rem;
    object-fit: cover;
    flex-shrink: 0;
  }
		
		.card-title {font-size:  16px}
  @media (min-width: 768px) {
    .scientific-evidence .card img {
      height: 300px;
    }
	  
	  
  }

  /* Kart içeriğini doldursun, paragraf alta itilsin */
  .scientific-evidence .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }

.video-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-card video {
  width: 100%;
  display: block;
}
.play-overlay {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);   /* Arka planı koyulaştırdık */
  padding: 1rem;                    /* İkon etrafında boşluk */
  border-radius: 50%;               /* Yuvarlak çerçeve */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.play-overlay i {
  color: #e74c3c;   /* Parlak kırmızı */
  font-size: 5rem;  /* Çok daha büyük ikon */
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}


  .video-card {
    position: relative;
    overflow: hidden;
  }
  .video-card video {
    width: 100%;
    display: block;
  }
  .play-overlay {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
  }
  .play-overlay i {
    color: #e74c3c;
    font-size: 5rem;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

  .small-videos {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .form-check {
    display: flex;
    align-items: center;
    gap: 10px; /* checkbox ile yazı arası boşluk */
  }

  .form-check-input {
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border: 2px solid #ccc;
    cursor: pointer;
  }

  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }

  .form-check-input:checked::before {
    content: "✔";
    color: white;
    font-weight: bold;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-check-label {
    margin: 0;
    font-size: 1rem;
  }
.main-section {
  background: #fff;
  padding: 10px 0;
}
.container {
 
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.left-content {
  background: linear-gradient(135deg, #152e3d, #1f3f53, #294f68); /* füme tonları geçişi */
  color: #f1f1f1;
  border-radius: 2.5rem;
  padding: 30px;
  flex: 1 1 45%;
}

.image-text-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.side-image {
  max-width: 140px;
  border-radius: 0.5rem 0.5rem 0 0; /* üst radius */
}
.icon-title-block {
  text-align: center;
}
.icon-title-block .icon {
  font-size: 2rem;
  color: #e74c3c;
  margin-bottom: 10px;
}
.title {
  font-size: 1.4rem;
  margin: 0;
}
.description {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.5;
}
.benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits li {
  margin-bottom: 10px;
  font-size: 1.15rem;
}
.benefits li i {
  color: #e74c3c;
  margin-right: 8px;
}

/* Sağ içerik (değişiklik yok, renk uyumu) */
.right-content {
  flex: 1 1 45%;
}
.highlight-text {
  color: #c0392b;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.form-box {
  background: #f9f9f9;
  border-radius: 0.5rem;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.form-box h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #373B41;
}
.form-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 0.375rem;
  border: 1px solid #ccc;
}
.form-box .forgot-password {
  display: block;
  text-align: right;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #555;
  text-decoration: none;
}
.form-box button {
  width: 100%;
  padding: 12px;
  background: #b53131;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1rem;
}
.register-prompt {
  text-align: center;
  margin: 20px 0 10px;
  color: #e74c3c;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .container { flex-direction: column; }
  .left-content, .right-content { flex: 1 1 100%; }
  .side-image { max-width: 140px; }
}



  :root{
    --navy-1:#0e234f; --navy-2:#0b1738; --ink:#000;
    --grad:linear-gradient(135deg, var(--navy-1), var(--navy-2) 60%, var(--ink));
  }
  body{ background:#f3f6fb; }
  .wrap { max-width:1200px; margin:22px auto; padding:0 16px; }
  .grid { display:grid; grid-template-columns: 280px 1fr; gap:18px; }
  @media (max-width: 991.98px){ .grid{ grid-template-columns: 1fr; } }

  /* SOL PANEL */
  .side{ background:#fff; border-radius:14px; box-shadow:0 8px 22px rgba(0,0,0,.06); overflow:hidden; }
  .side-header{ background:var(--grad); color:#fff; padding:16px; display:flex; gap:12px; align-items:center; }
  .avatar{ width:50px; height:50px; border-radius:12px; background:rgba(255,255,255,.18); display:flex; align-items:center; justify-content:center; }
  .side-header .nm{ font-weight:800; line-height:1.1; }
  .side-header .small { opacity:.9; font-size:.9rem; }
  .menulist{ padding:10px; }
  .menulist a{ display:flex; gap:10px; padding:10px 12px; margin-bottom:6px; border-radius:10px; color:#15325c; text-decoration:none; font-weight:600; align-items:center; }
  .menulist a:hover, .menulist a.active{ background:#eef3ff; }

  /* ANA KARTLAR */
  .main{ display:flex; flex-direction:column; gap:18px; }
  .cardx{ background:#fff; border-radius:14px; box-shadow:0 8px 22px rgba(0,0,0,.06); }
  .cardx .hd{ padding:14px 16px; border-bottom:1px solid #eef2f7; display:flex; align-items:center; justify-content:space-between; }
  .cardx .bd{ padding:16px; }

  .kpi{ display:grid; grid-template-columns: repeat(3,1fr); gap:12px; }
  @media (max-width: 767.98px){ .kpi{ grid-template-columns: repeat(2,1fr); } }
  .tile{ background:#f8fbff; border:1px solid #e6ecfb; border-radius:12px; padding:12px; text-align:center; }
  .tile .t{ font-size:.95rem; color:#39507a; }
  .tile .v{ font-weight:800; font-size:20px; }

  .membership{
    display:flex; gap:14px; flex-wrap:wrap; align-items:center;
    background:linear-gradient(135deg,#0e234f,#0b1738); color:#fff; border-radius:12px; padding:14px;
  }
  .membership .b{ font-weight:700; }
  .membership .muted{ opacity:.85; }
  .membership .pill{ background:rgba(255,255,255,.15); padding:6px 10px; border-radius:999px; }
  .membership .btn-light{ background:#fff; color:#0e234f; border:none; font-weight:800; }

  /* VİDEO LİSTE */
  .video-row{ display:flex; align-items:center; gap:12px; background:#f9f9f9; padding:12px; margin-bottom:8px; border-radius:8px; }
  .video-info{ font-weight:600; flex:1; }
  .play-btn{ width:40px; height:40px; border-radius:10px; background:#e9f7ef; color:#28a745; display:flex; align-items:center; justify-content:center; font-size:20px; text-decoration:none; }
  .progress-wrap{ display:flex; align-items:center; gap:10px; min-width:220px; }
  .progress{ height:16px; flex:1; }
  .izlenme-label{ width:60px; text-align:right; font-size:.9em; color:#555; }

  /* VİDEO MODAL (kopya önlemleri + autoplay) */
  .modal-protect *{ -webkit-user-select:none; user-select:none; }
  .modal-video .modal-dialog{ max-width: min(1100px, 95vw); margin: 5vh auto; }
  .modal-video .modal-content{ background:#000; color:#fff; border:none; border-radius:12px; overflow:hidden; }
  .modal-video .modal-header{ border-bottom:1px solid rgba(255,255,255,.12); }
  .modal-video .btn-close{ filter:invert(1) grayscale(1); }
  video.protected{
    width:100%; height:auto; max-height: 78vh; display:block; background:#000;
  }

  /* Sol panel + genel */
  :root{ --ink:#000; --navy-1:#0e234f; --navy-2:#0b1738; }
  body{ background:#f3f6fb; }
  .wrap{ max-width:1200px; margin:22px auto; padding:0 16px; }
  .grid{ display:grid; grid-template-columns:280px 1fr; gap:18px; }
  @media (max-width: 991.98px){ .grid{ grid-template-columns:1fr; } }
  .side{ background:#fff; border-radius:14px; box-shadow:0 8px 22px rgba(0,0,0,.06); overflow:hidden; }
  .side-header{ background:linear-gradient(135deg,#0e234f,#0b1738 60%,#000); color:#fff; padding:16px; display:flex; gap:12px; align-items:center; }
  .avatar{ width:50px; height:50px; border-radius:12px; background:rgba(255,255,255,.18); display:flex; align-items:center; justify-content:center; }
  .nm{ font-weight:800; line-height:1.1; }
  .menulist{ padding:10px; }
  .menulist a{ display:flex; gap:10px; padding:10px 12px; margin-bottom:6px; border-radius:10px; color:#15325c; text-decoration:none; font-weight:600; align-items:center; }
  .menulist a:hover, .menulist a.active{ background:#eef3ff; }

  .main{ display:flex; flex-direction:column; gap:18px; }
  .cardx{ background:#fff; border-radius:14px; box-shadow:0 8px 22px rgba(0,0,0,.06); }
  .cardx .hd{ padding:14px 16px; border-bottom:1px solid #eef2f7; display:flex; align-items:center; justify-content:space-between; }
  .cardx .bd{ padding:16px; }

  /* Özet: üyelik bilgi bloğu (zeminsiz, dikey yığın) */
  .stack-membership{ display:flex; flex-direction:column; gap:6px; }
  .stack-membership .title{ font-weight:800; font-size:1.05rem; color:#0e234f; }
  .stack-membership .row{ color:#334155; }

  /* Video listesi: koyu gri sınır */
  .video-row{ display:flex; align-items:center; gap:12px; background:#f9fafb; padding:12px; margin-bottom:10px; border-radius:8px;
              border:1px solid #3a3a3a; }
  .video-info{ font-weight:600; flex:1; color:#0b1738; }
  .play-btn{ width:40px; height:40px; border-radius:10px; background:#e9f7ef; color:#15803d; display:flex; align-items:center; justify-content:center; font-size:20px; text-decoration:none; }
  .progress-wrap{ display:flex; align-items:center; gap:10px; min-width:220px; }
  .progress{ height:16px; flex:1; background:#e5e7eb; }
  .izlenme-label{ width:60px; text-align:right; font-size:.9em; color:#374151; }

  /* Modal video – boyut & kenar boşluğu */
  .modal-video .modal-dialog{ max-width:min(1100px,95vw); margin:5vh auto; }
  .modal-video .modal-content{ background:#000; color:#fff; border:none; border-radius:12px; overflow:hidden; }
  .modal-video .modal-header{ border-bottom:1px solid rgba(255,255,255,.12); }
  .modal-video .btn-close{ filter:invert(1) grayscale(1); }
  video.protected{ width:100%; height:auto; max-height:78vh; display:block; background:#000; }

  /* Destek – gri aktif & başlık şeridi */
  .list-group-item{ border-color:#4b5563; }
  .list-group-item.active{ background:#e5e7eb; color:#0b1738; border-color:#4b5563; }
  .thread-header{ background:#e5e7eb; border:1px solid #4b5563; color:#111827; padding:8px 12px; border-radius:10px; }




/* Layout */
.checkout-wrap {
  max-width: 1200px; margin: 20px auto; display: flex; gap: 20px; flex-wrap: wrap;
}
.left-box, .right-box {
  background: #ffffff; padding: 20px; border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid #E5E7EB; /* Gri çerçeve */
}
.left-box { flex: 1 1 440px; min-width: 320px; background: linear-gradient(180deg, #F8FAFC, #F3F4F6); }
.right-box { flex: 1 1 440px; min-width: 320px; }

/* Başlıklar */
.left-box h2, .right-box h2 { color: #001f3f; margin-top: 0; }

/* Ürün kartı */
.product-card {
  border-radius: 8px; padding: 18px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB; /* gri border */
}
.product-card h3 {
  margin: 0 0 8px; background: #004080; color: #fff; display: inline-block;
  padding: 8px 12px; border-radius: 6px; font-size: 1rem;
}
.product-card h4 { margin: 12px 0 10px; color: #003050; font-weight: 600; }
.product-card ul { list-style: none; padding: 0; margin: 10px 0; }
.product-card ul li { margin: 8px 0; font-weight: 500; color:#184b2b; }
.product-card ul li i { color: #28a745; margin-right: 8px; }

/* Fiyat etiketi */
.price {
  font-size: 1.6rem; font-weight: 700; color: #003050; margin: 14px 0; text-align: center;
  background: #F1F5F9; padding: 12px 0; border-radius: 6px; width: 60%; margin-left: auto; margin-right: auto;
  border: 1px solid #E2E8F0; /* gri border */
}

/* Ödeme kutusu */
.secure-note {
  background: linear-gradient(90deg,#003050,#004080);
  color:#fff; padding:12px 15px; margin-bottom:15px; border-radius:6px;
  font-size:0.95rem; display:flex; align-items:center; gap:10px;
}
.secure-note i { font-size:1.4rem; color:#bfe9ff; }

/* Kart bilgileri bloğu: gri arkaplan + gri border */
.card-fields {
  background: #F5F6F7; /* gri zemin */
  border: 1px solid #E5E7EB; /* gri border */
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 12px;
}

.checkout-form .form-group { margin-bottom: 12px; }
.checkout-form label { display:block; margin-bottom:6px; font-weight:600; color:#001f3f; }
.checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form select {
  width:100%; padding:10px; border:1px solid #cfd8dc; border-radius:6px; box-sizing:border-box; background:#fff;
}
.form-inline { display:flex; gap:10px; flex-wrap:nowrap; }
.form-inline > * { flex:1; }

.terms { display:flex; gap:8px; align-items:center; margin:12px 0; color:#333; }

/* Buton */
.btn-pay {
  width:100%; padding:12px; background:linear-gradient(90deg,#001f3f,#004080);
  color:#fff; border:none; border-radius:6px; font-size:1rem; cursor:pointer; font-weight:700;
  box-shadow:0 8px 18px rgba(0,0,0,0.12);
}
.btn-pay:hover { background:#003366; }

/* Ödeme logoları */
.payment-logos { width:100%; margin-top:15px; display:flex; justify-content:flex-start; gap:12px; }
.payment-logos img { max-width:500px; height:auto; display:block; }

@media(max-width:800px){ .checkout-wrap { flex-direction:column; } }