/*
  styles.css
  --------------------------------------------------------------
  Bu dosya Beypano ana sayfasinda kullanilan tum ozel stilleri icerir.
  Degerleri degistirmeden once asagidaki degiskenleri inceleyin.
*/
:root {
  --beypano-primary: #006633;
  --beypano-primary-soft: #e6f3ea;
  --beypano-neutral: #f5f7f4;
  --beypano-text: #1f2a3d;
  --beypano-muted: #53607b;
  --bs-primary: #006633;
  --bs-primary-rgb: 0, 102, 51;
  --navbar-offset: 88px;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--beypano-text);
  background-color: #ffffff;
  scroll-behavior: smooth;
  overflow-x: hidden;
  padding-top: var(--navbar-offset, 88px);
}

body.is-loading {
  visibility: hidden;
}

.language-switcher {
  display: flex;
  align-items: center;
  min-width: 140px;
}

.language-switcher select {
  min-width: 140px;
}

@media (max-width: 991.98px) {
  .language-switcher {
    margin-top: 1rem;
    width: 100%;
  }
  .language-switcher select {
    width: 100%;
  }
}

main {
  margin-top: 0;
}

@supports (padding-top: env(safe-area-inset-top)) {
  .navbar.fixed-top {
    top: env(safe-area-inset-top);
  }
  body {
    padding-top: calc(var(--navbar-offset, 88px) + env(safe-area-inset-top));
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.brand-logo {
  height: 34px;
  width: auto;
}

@media (max-width: 767.98px) {
  .brand-logo {
    height: 28px;
  }
}

.badge-tile {
  background: var(--beypano-neutral);
  border: 1px solid rgba(77, 116, 230, 0.14);
  border-radius: 18px;
  padding: 1rem 0.75rem;
}

.badge-title {
  display: block;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--beypano-primary);
  margin-bottom: 0.35rem;
}

.nav-link {
  font-weight: 500;
  color: var(--beypano-muted) !important;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--beypano-primary) !important;
}
/* HERO BLOKU --------------------------------------------------- */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, rgba(233, 239, 255, 0.9), rgba(255, 255, 255, 0.95));
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(77, 116, 230, 0.16), transparent 55%);
}

.hero-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(77, 116, 230, 0.15);
  backdrop-filter: blur(8px);
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--beypano-primary);
  margin-bottom: 0.8rem;
}

.feature-line {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-left: 1.6rem;
  position: relative;
  color: var(--beypano-muted);
}

.feature-line strong {
  color: var(--beypano-text);
}

.feature-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--beypano-primary);
  box-shadow: 0 0 0 6px var(--beypano-primary-soft);
}

/* COZUM KARTLARI ---------------------------------------------- */
.bg-neutral {
  background: var(--beypano-neutral);
}

.solution-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.1rem 1.8rem;
  border: 1px solid rgba(77, 116, 230, 0.12);
  box-shadow: 0 20px 45px rgba(13, 53, 132, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 65px rgba(13, 53, 132, 0.12);
}

.icon-wrap {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

/* URUN VE HABER KARTLARI -------------------------------------- */
#products .card,
#news .card {
  border: 1px solid rgba(77, 116, 230, 0.1);
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(13, 53, 132, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

#products .card:hover,
#news .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(13, 53, 132, 0.12);
}

.card-img-top {
  border-radius: 18px 18px 0 0;
  height: 220px;
  object-fit: cover;
  background: #eef3ff;
}

.product-meta {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--beypano-muted);
}

.list-pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.list-pills li {
  background: rgba(77, 116, 230, 0.12);
  color: var(--beypano-text);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.bg-placeholder {
  height: 220px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(135deg, rgba(77, 116, 230, 0.35), rgba(233, 239, 255, 0.92));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--beypano-primary);
  font-weight: 700;
  letter-spacing: 0.3em;
}

.bg-placeholder span {
  font-size: 0.85rem;
  opacity: 0.7;
}

/* TESTIMONIAL -------------------------------------------------- */
#testimonial {
  background: linear-gradient(180deg, #f5f7ff 0%, #ffffff 100%);
}

/* HAKKIMIZDA --------------------------------------------------- */
.fact-box {
  padding-top: 0.5rem;
}

/* ILETISIM ----------------------------------------------------- */
#contact .card {
  border-radius: 24px;
}

#contact .form-control,
#contact .form-select {
  border-radius: 14px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(77, 116, 230, 0.2);
}

#contact .form-control:focus,
#contact .form-select:focus {
  border-color: var(--beypano-primary);
  box-shadow: 0 0 0 0.2rem rgba(77, 116, 230, 0.18);
}

/* ALT BILGI ---------------------------------------------------- */
footer {
  border-top: 1px solid rgba(77, 116, 230, 0.15);
}

/* RESPONSIVE AYARLAR ------------------------------------------- */
@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding-top: 120px;
  }
}

@media (max-width: 575px) {
  .display-4 {
    font-size: 2.35rem;
  }

  .card-img-top {
    height: 190px;
  }

  .solution-card {
    padding: 1.8rem 1.6rem;
  }
}










.info-card {
  background: #ffffff;
  border: 1px solid rgba(0, 102, 51, 0.08);
  border-radius: 16px;
  padding: 1.1rem 1.3rem;
  box-shadow: 0 8px 24px -20px rgba(26, 39, 77, 0.35);
}

.tech-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.tech-list li {
  font-size: 0.9rem;
  color: #53607b;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.9rem;
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow-steps li {
  background: #ffffff;
  border: 1px solid rgba(0, 102, 51, 0.08);
  border-radius: 16px;
  padding: 1.1rem;
  box-shadow: 0 8px 20px -18px rgba(26, 39, 77, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.flow-steps li::before {
  counter-increment: step;
  content: counter(step);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 102, 51, 0.14);
  color: #006633;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-weight: 600;
  color: #1a274d;
}

.step-text {
  font-size: 0.86rem;
  color: #53607b;
}

.faq-accordion .accordion-item {
  border: 1px solid rgba(0, 102, 51, 0.08);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: #1a274d;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(0, 102, 51, 0.08);
  color: #0d4127;
}

.faq-accordion .accordion-body {
  font-size: 0.9rem;
  color: #53607b;
}

@media (max-width: 575.98px) {
  .flow-steps {
    grid-template-columns: 1fr;
  }
}
/* GRUP SIRKETLERI ------------------------------------------- */
.group-card {
  background: #ffffff;
  border: 1px solid rgba(0, 102, 51, 0.08);
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 18px 40px -32px rgba(26, 39, 77, 0.35);
}

.group-card::before {
  content: none;
}

.company-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.company-tile {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 102, 51, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 26px -24px rgba(26, 39, 77, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -26px rgba(26, 39, 77, 0.45);
}

.company-logo {
  max-height: 40px;
  max-width: 110px;
  width: auto;
  flex-shrink: 0;
}

.company-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.company-name {
  font-size: 0.98rem;
  font-weight: 600;
  color: #1a274d;
  margin: 0;
}

.company-note {
  font-size: 0.82rem;
  color: #5a6786;
  margin: 0;
}

@media (max-width: 767.98px) {
  .company-tile {
    padding: 0.75rem 0.95rem;
  }

  .company-logo {
    max-height: 34px;
  }
}

.eyebrow {
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.solution-card p,
.info-card p {
  font-size: 0.95rem;
  line-height: 1.5;
}
:root {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 96px;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 112px;
  }
}
@media (max-width: 575.98px) {
  .solution-card {
    padding: 1.5rem 1.3rem;
  }
  .info-card {
    padding: 1rem 1.2rem;
  }
  .company-list {
    grid-template-columns: 1fr;
  }
  .company-tile {
    flex-direction: column;
    text-align: center;
  }
  .company-name {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  #hero .display-5 {
    font-size: 2.4rem;
  }
  #hero .lead {
    font-size: 1rem;
  }
  #hero .hero-card {
    margin-left: auto;
    margin-right: auto;
  }
}
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1030;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #006633;
  color: #ffffff;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px -18px rgba(26, 39, 77, 0.45);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

.back-to-top.show {
  display: inline-flex;
}

.back-to-top:hover,
.back-to-top:focus {
  background-color: #005229;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .back-to-top {
    bottom: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
}
.btn-primary {
  background-color: #006633;
  border-color: #006633;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.55rem 1.6rem;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #005229;
  border-color: #005229;
}

.btn-outline-primary {
  color: #006633;
  border-color: #006633;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.55rem 1.6rem;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #006633;
  color: #ffffff;
}
.btn-primary {
  background-color: #006633;
  border-color: #006633;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.55rem 1.6rem;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #005229;
  border-color: #005229;
}

.btn-outline-primary {
  color: #006633;
  border-color: #006633;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.55rem 1.6rem;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #006633;
  color: #ffffff;
}

.cap-references {
  font-size: 0.85rem;
  color: #53607b;
}






.hero-letter {
  color: #006633;
  font-weight: inherit;
}


.certificate-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.certificate-grid-empty {
  display: block;
}

.certificate-card {
  background-color: var(--bs-white);
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.12);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certificate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.18);
}

.certificate-button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
  cursor: pointer;
}

.certificate-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.certificate-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.certificate-lightbox[hidden] {
  display: none;
}

.certificate-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.82);
}

.certificate-lightbox-content {
  position: relative;
  max-width: min(90vw, 1200px);
  max-height: 90vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.certificate-lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

body.lightbox-open {
  overflow: hidden;
}


.footer-credit a {
  color: #6919c5;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.footer-credit a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-credit a:hover::after, .footer-credit a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}
.footer-credit a:hover, .footer-credit a:focus {
  color: #933df6;
}



.certificate-lightbox-body {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(90vw, 1200px);
  max-height: 90vh;
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: #0f172a;
  overflow: hidden;
}
.certificate-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.35);
  object-fit: contain;
}

.catalog-actions .btn { min-width: 160px; }
