:root {
  --brand: #ffc107;
  --brand-strong: #f3ae00;
  --ink: #111111;
  --muted: #666b73;
  --line: #e7e7e7;
  --soft: #f7f7f7;
  --dark: #0c0d0f;
  --radius: 8px;
  --shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.top-strip {
  position: relative;
  min-height: 40px;
  background: #0a0b0d;
  color: #ffffff;
  overflow: hidden;
  z-index: 1040;
}

.top-pattern {
  position: absolute;
  inset: 0 auto 0 0;
  width: 96px;
  background: repeating-linear-gradient(135deg, var(--brand) 0 9px, #060606 9px 19px);
}

.top-strip__items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 40px;
  padding-left: 104px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-strip__items span,
.top-strip__items a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.top-strip__items i {
  color: var(--brand);
  font-size: 16px;
}

.site-header {
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.navbar {
  min-height: 70px;
}

.navbar-brand img {
  display: block;
  object-fit: contain;
}

.navbar-nav .nav-link {
  color: #171717;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: var(--brand-strong);
}

.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.dropdown-item {
  font-size: 14px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #111111;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease;
}

.icon-btn:hover,
.icon-btn:focus {
  color: var(--brand-strong);
  background: #fff5cf;
}

.cart-btn span {
  position: absolute;
  top: 3px;
  right: 5px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: #111111;
  background: var(--brand);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.btn-brand {
  --bs-btn-color: #111111;
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-color: #111111;
  --bs-btn-hover-bg: #ffcf32;
  --bs-btn-hover-border-color: #ffcf32;
  --bs-btn-active-bg: var(--brand-strong);
  --bs-btn-active-border-color: var(--brand-strong);
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-outline-dark {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-section {
  color: #ffffff;
  background: #070809;
}

.hero-slide {
  position: relative;
  isolation: isolate;
  min-height: 330px;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.96) 0%, rgba(8, 9, 10, 0.88) 43%, rgba(10, 10, 10, 0.82) 100%),
    repeating-linear-gradient(100deg, rgba(255, 193, 7, 0.12) 0 1px, transparent 1px 24px);
  overflow: hidden;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 84px);
  opacity: 0.7;
  z-index: -1;
}

.min-vh-hero {
  min-height: 330px;
}

.hero-copy {
  max-width: 560px;
  padding: 50px 0 58px;
}

.hero-eyebrow {
  margin: 0 0 -4px;
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0 0 18px;
  font-size: 3rem;
  line-height: 0.93;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy h1 {
  color: var(--brand);
}

.hero-copy h1 span,
.hero-copy h2 span {
  display: block;
  color: #ffffff;
  font-size: 3.2rem;
}

.hero-copy h2 {
  color: #ffffff;
}

.hero-copy h2 span {
  color: var(--brand);
}

.hero-copy p:not(.hero-eyebrow) {
  max-width: 450px;
  margin-bottom: 26px;
  color: #ededed;
  font-size: 17px;
  line-height: 1.75;
}

.btn-hero {
  min-width: 165px;
}

.hero-media {
  display: block;
  width: min(100%, 640px);
  margin-left: auto;
  object-fit: cover;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.35));
}

.hero-control {
  width: 56px;
  height: 56px;
  top: 50%;
  margin: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  opacity: 1;
  transform: translateY(-50%);
}

.carousel-indicators {
  bottom: 10px;
  margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
  width: 30px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background-color: #ffffff;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: var(--brand);
}

.hazard-divider {
  height: 26px;
  background:
    repeating-linear-gradient(135deg, var(--brand) 0 13px, #050505 13px 26px);
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
}

.section-pad {
  padding: 30px 0 40px;
}

.section-title {
  max-width: 640px;
  margin: 0 auto 26px;
  text-align: center;
}

.section-title h2,
.section-head-row h2,
.about-section h2 {
  margin: 0 0 14px;
  font-size: 2.35rem;
  line-height: 1.16;
  font-weight: 950;
  text-transform: uppercase;
}

.about-section h2 {
  text-transform: none;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  margin: 10px auto 0;
  background: var(--brand);
  border-radius: 999px;
}

.section-title p,
.section-head-row p,
.about-section p {
  color: var(--muted);
  line-height: 1.75;
}

.section-title p span {
  color: var(--brand-strong);
  font-weight: 800;
}

.categories-section {
  background: #ffffff;
}

.category-card {
  display: flex;
  min-height: 140px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 16px 17px;
  color: #111111;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card:hover,
.category-card:focus {
  color: #111111;
  border-color: var(--brand);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.category-card img {
  width: 100%;
  height: 96px;
  object-fit: contain;
}

.category-card span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-card i {
  color: var(--brand-strong);
  font-size: 24px;
  line-height: 1;
}

.btn-wide {
  min-width: 250px;
}

.about-section {
  padding: 12px 0 44px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.about-image {
  width: 100%;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.section-kicker {
  margin-bottom: 8px;
  color: var(--brand-strong) !important;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.about-features {
  margin-top: 24px;
}

.about-features > div {
  text-align: center;
}

.about-features i {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-strong);
  font-size: 32px;
}

.about-features strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.25;
}

.about-features small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.why-section {
  background: #fafafa;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reason-card {
  position: relative;
  height: 100%;
  min-height: 185px;
  padding: 30px 22px 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-bottom: 3px solid var(--brand);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.reason-no {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #111111;
  background: var(--brand);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 950;
}

.reason-card i {
  display: block;
  margin-bottom: 16px;
  color: #111111;
  font-size: 43px;
  line-height: 1;
}

.reason-card h3 {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 950;
}

.reason-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.section-head-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-head-row h2 {
  margin-bottom: 6px;
}

.section-head-row p {
  margin: 0;
}

.news-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.news-image {
  position: relative;
  height: 112px;
  overflow: hidden;
  background: #111111;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.news-card:hover .news-image img {
  transform: scale(1.04);
}

.news-image time {
  position: absolute;
  inset: 0 auto 0 0;
  width: 66px;
  display: grid;
  place-items: center;
  align-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.news-image time span {
  color: var(--brand);
  font-size: 28px;
}

.news-body {
  padding: 19px 20px 22px;
}

.news-body h3 {
  min-height: 44px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 950;
}

.news-body p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.news-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-size: 13px;
  font-weight: 950;
}

.news-body a:hover,
.news-body a:focus {
  color: var(--brand-strong);
}

.site-footer {
  position: relative;
  color: #e8e8e8;
  background: #090a0c;
}

.site-footer::after {
  content: none;
}

.site-footer > .container {
  padding-top: 48px;
  padding-bottom: 34px;
}

.footer-logo {
  width: 152px;
  height: auto;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.site-footer p,
.site-footer li {
  color: #c9c9c9;
  font-size: 14px;
  line-height: 1.75;
}

.site-footer h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.site-footer li + li {
  margin-top: 7px;
}

.site-footer a {
  color: #c9c9c9;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--brand);
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.contact-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
}

.contact-list i {
  color: var(--brand);
}

.newsletter-form {
  display: flex;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.newsletter-form input {
  width: 100%;
  min-width: 0;
  padding: 0 13px;
  color: #ffffff;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.newsletter-form input::placeholder {
  color: #a9a9a9;
}

.newsletter-form button {
  display: grid;
  width: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #111111;
  background: var(--brand);
  border: 0;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.footer-hazard {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(310px, 42vw);
  height: 20px;
  background: repeating-linear-gradient(135deg, var(--brand) 0 10px, #060606 10px 20px);
}

@media (max-width: 1199.98px) {
  .top-strip__items {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .top-strip__items::-webkit-scrollbar {
    display: none;
  }

  .hero-control {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 66px;
  }

  .offcanvas-body {
    align-items: stretch !important;
  }

  .navbar-nav {
    gap: 2px;
    margin-bottom: 20px;
  }

  .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 15px;
  }

  .header-actions {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .header-actions .btn-brand {
    width: 100%;
  }

  .icon-btn {
    background: #f6f6f6;
  }

  .hero-slide,
  .min-vh-hero {
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
    padding: 42px 0 20px;
  }

  .hero-eyebrow {
    font-size: 2.2rem;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 3.7rem;
  }

  .hero-copy h1 span,
  .hero-copy h2 span {
    font-size: 2.35rem;
  }

  .hero-media {
    width: min(100%, 520px);
    margin: 0 auto 42px;
  }

  .about-section {
    padding-top: 34px;
  }
}

@media (max-width: 767.98px) {
  .top-pattern {
    width: 68px;
  }

  .top-strip__items {
    min-height: 36px;
    padding-left: 70px;
    gap: 22px;
    font-size: 11px;
  }

  .navbar-brand img {
    width: 136px;
    height: auto;
  }

  .section-pad {
    padding: 28px 0 34px;
  }

  .hazard-divider {
    height: 20px;
    background: repeating-linear-gradient(135deg, var(--brand) 0 10px, #050505 10px 20px);
  }

  .hero-copy {
    padding-top: 34px;
  }

  .hero-eyebrow {
    font-size: 1.75rem;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 3rem;
  }

  .hero-copy h1 span,
  .hero-copy h2 span {
    font-size: 1.95rem;
  }

  .section-title h2,
  .section-head-row h2,
  .about-section h2 {
    font-size: 1.85rem;
  }

  .hero-copy p:not(.hero-eyebrow) {
    font-size: 15px;
    line-height: 1.65;
  }

  .btn-hero {
    width: 100%;
  }

  .hero-media {
    margin-bottom: 36px;
    border-radius: var(--radius);
  }

  .category-card {
    min-height: 126px;
    padding: 12px;
  }

  .category-card img {
    height: 78px;
  }

  .category-card span {
    gap: 7px;
    font-size: 11px;
  }

  .category-card i {
    font-size: 20px;
  }

  .about-features {
    text-align: left;
  }

  .section-head-row {
    align-items: stretch;
    flex-direction: column;
  }

  .section-head-row .btn {
    align-self: flex-start;
  }

  .news-body h3 {
    min-height: 0;
  }

  .site-footer::after {
    content: none;
  }

  .footer-bottom .container {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-bottom div {
    gap: 16px;
  }

  .footer-hazard {
    width: 42vw;
    min-width: 130px;
    height: 16px;
  }
}

@media (max-width: 420px) {
  .container {
    --bs-gutter-x: 1.25rem;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 2.35rem;
  }

  .hero-copy h1 span,
  .hero-copy h2 span {
    font-size: 1.55rem;
  }

  .btn-wide {
    width: 100%;
    min-width: 0;
  }

  .category-card {
    min-height: 118px;
  }
}


/* İLETİŞİM*/
.site-header .navbar-nav .nav-link.active {
  position: relative;
}

.site-header .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 2px;
  left: 0.5rem;
  height: 2px;
  background: var(--brand);
}

.contact-hero {
  position: relative;
  isolation: isolate;
  min-height: 252px;
  color: #ffffff;
  background:
          linear-gradient(90deg, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.88) 41%, rgba(5, 6, 7, 0.18) 100%),
          url("assets/img/contact-hero.png") right center / auto 100% no-repeat,
          #060708;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 54%, rgba(255, 193, 7, 0.24), transparent 29%);
  z-index: -1;
}

.contact-hero__content {
  max-width: 480px;
  padding: 44px 0 40px;
}

.contact-hero__content > p:first-child {
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 390px;
  margin: 0 0 18px;
  font-size: 3.05rem;
  line-height: 1.07;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-hero h1 span {
  color: var(--brand);
}

.contact-hero__content > p:last-child {
  max-width: 430px;
  margin: 0;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 1.8;
}

.breadcrumb-wrap {
  padding: 22px 0 0;
}

.breadcrumb {
  margin: 0;
  font-size: 13px;
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb .active,
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--ink);
}

.contact-main {
  padding: 34px 0 42px;
  background: #ffffff;
}

.contact-panel {
  padding: 38px 34px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.05);
}

.contact-panel h2 {
  margin: 0 0 12px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-panel > p {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
}

.contact-info-list {
  display: grid;
  gap: 26px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 22px;
  align-items: start;
}

.contact-info-item > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #ffffff;
  background: var(--brand-strong);
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(243, 174, 0, 0.24);
}

.contact-info-item i {
  font-size: 22px;
}

.contact-info-item h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-info-item p {
  margin: 0;
  color: #171717;
  font-size: 14px;
  line-height: 1.62;
}

.contact-info-item a {
  color: #171717;
}

.contact-info-item a:hover,
.contact-info-item a:focus {
  color: var(--brand-strong);
}

.contact-info-item strong {
  float: right;
  min-width: 112px;
  font-weight: 700;
}

.contact-social {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.contact-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #111111;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.contact-social a:hover,
.contact-social a:focus {
  color: #111111;
  background: var(--brand);
  border-color: var(--brand);
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 52px;
  padding: 12px 18px;
  color: #111111;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form textarea.form-control {
  min-height: 152px;
  resize: vertical;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-check .form-check-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.18);
}

.contact-check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  color: #222222;
  font-size: 14px;
}

.contact-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-color: #cfcfcf;
}

.contact-check .form-check-input:checked {
  background-color: var(--brand-strong);
  border-color: var(--brand-strong);
}

.contact-check a {
  color: var(--brand-strong);
  font-weight: 800;
}

.contact-submit {
  width: 100%;
  min-height: 54px;
}

.map-section {
  padding: 18px 0 0;
  background: #f7f7f7;
}

.map-section h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 950;
  text-transform: uppercase;
}

.map-section p {
  margin-bottom: 18px;
  color: #171717;
  font-size: 15px;
}

.map-stage {
  min-height: 276px;
  background: url("assets/img/contact-map.png") center center / cover no-repeat;
  border-top: 1px solid #e2e2e2;
}

@media (min-width: 1200px) {
  .contact-main .container,
  .breadcrumb-wrap .container {
    max-width: 1110px;
  }
}

@media (max-width: 991.98px) {
  .contact-hero {
    background:
            linear-gradient(90deg, rgba(5, 6, 7, 0.96) 0%, rgba(5, 6, 7, 0.82) 100%),
            url("assets/img/contact-hero.png") right center / auto 100% no-repeat,
            #060708;
  }

  .contact-hero__content {
    padding: 38px 0 36px;
  }

  .contact-hero h1 {
    font-size: 2.45rem;
  }

  .contact-panel {
    padding: 30px 24px;
  }
}

@media (max-width: 767.98px) {
  .contact-hero {
    min-height: auto;
    background:
            linear-gradient(180deg, rgba(5, 6, 7, 0.9), rgba(5, 6, 7, 0.92)),
            url("assets/img/contact-hero.png") center center / cover no-repeat,
            #060708;
  }

  .contact-hero__content {
    padding: 34px 0 32px;
  }

  .contact-hero h1 {
    max-width: 320px;
    font-size: 2.05rem;
  }

  .contact-hero__content > p:last-child {
    font-size: 14px;
  }

  .breadcrumb-wrap {
    padding-top: 18px;
  }

  .contact-main {
    padding: 24px 0 32px;
  }

  .contact-panel h2,
  .map-section h2 {
    font-size: 1.55rem;
  }

  .contact-info-item {
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }

  .contact-info-item > span {
    width: 42px;
    height: 42px;
  }

  .contact-info-item strong {
    float: none;
    display: inline-block;
    min-width: 0;
    margin-left: 8px;
  }

  .map-stage {
    min-height: 240px;
    background-position: center center;
  }
}

@media (max-width: 420px) {
  .contact-panel {
    padding: 24px 18px;
  }

  .contact-info-item {
    grid-template-columns: 1fr;
  }

  .contact-social {
    justify-content: center;
  }
}

/*HABER DETAY CSS--
 */
.news-detail-page .navbar-nav .nav-link.active {
  position: relative;
}

.news-detail-page .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 2px;
  left: 0.5rem;
  height: 2px;
  background: var(--brand);
}

.news-detail-section {
  padding: 34px 0 22px;
  background: #ffffff;
}

.article-breadcrumb {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 28px;
  color: var(--muted);
  list-style: none;
  font-size: 13px;
}

.article-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 12px;
  color: var(--muted);
}

.article-breadcrumb a {
  color: var(--muted);
}

.article-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 10px;
  margin-bottom: 18px;
  color: #111111;
  background: var(--brand);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.article-detail h1 {
  max-width: 740px;
  margin: 0 0 18px;
  color: #111111;
  font-size: 2.55rem;
  line-height: 1.25;
  font-weight: 950;
}

.article-lead {
  max-width: 690px;
  margin-bottom: 28px;
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}

.article-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.article-meta,
.article-share {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  color: #222222;
  font-size: 14px;
}

.article-meta span,
.article-share span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.article-share a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #111111;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.article-share a:hover,
.article-share a:focus {
  background: var(--brand);
  border-color: var(--brand);
}

.article-main-image {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  border-radius: var(--radius);
  object-fit: cover;
}

.article-content {
  color: #191919;
  font-size: 15px;
  line-height: 1.85;
}

.article-content h2 {
  margin: 30px 0 12px;
  font-size: 1.35rem;
  font-weight: 950;
}

.article-content p {
  margin-bottom: 18px;
}

.article-content ol {
  padding-left: 18px;
}

.article-content li {
  margin-bottom: 10px;
}

.check-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--brand-strong);
  font-family: "bootstrap-icons";
}

.news-detail-sidebar {
  position: sticky;
  top: 122px;
  display: grid;
  gap: 32px;
}

.detail-contact-card {
  padding: 9px;
  background: repeating-linear-gradient(135deg, var(--brand) 0 10px, #070707 10px 20px);
  border-radius: var(--radius);
}

.detail-contact-card__inner {
  padding: 34px 30px;
  color: #ffffff;
  background: #070809;
}

.detail-contact-card__inner > i {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin-bottom: 26px;
  color: var(--brand);
  border: 3px solid var(--brand);
  border-radius: 50%;
  font-size: 30px;
}

.detail-contact-card h2 {
  margin-bottom: 28px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 950;
}

.detail-contact-card ul {
  display: grid;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-contact-card li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.65;
}

.detail-contact-card li i {
  color: var(--brand);
  font-size: 22px;
}

.latest-news h2 {
  margin-bottom: 18px;
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.latest-news h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background: var(--brand);
}

.latest-news-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 16px 0;
  color: #111111;
  border-top: 1px solid var(--line);
}

.latest-news-item img {
  width: 100px;
  height: 72px;
  object-fit: cover;
  border-radius: 5px;
}

.latest-news-item span {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 950;
}

.latest-news-item small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
}

.latest-news-item:hover,
.latest-news-item:focus {
  color: var(--brand-strong);
}

.detail-contact-band {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 20px 28px;
  color: #ffffff;
  background:
          linear-gradient(#090a0c, #090a0c) padding-box,
          repeating-linear-gradient(135deg, var(--brand) 0 10px, #050505 10px 20px) border-box;
  border: 6px solid transparent;
  border-radius: var(--radius);
}

.detail-contact-title,
.detail-contact-info {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
}

.detail-contact-title > i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #111111;
  background: var(--brand);
  border-radius: 50%;
  font-size: 26px;
}

.detail-contact-title h2 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.35;
  font-weight: 950;
}

.detail-contact-info i {
  color: var(--brand);
  font-size: 28px;
}

.detail-contact-info p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

.detail-contact-info strong {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .news-detail-section .container {
    max-width: 1110px;
  }
}

@media (max-width: 991.98px) {
  .news-detail-sidebar {
    position: static;
  }

  .article-detail h1 {
    font-size: 2rem;
  }

  .detail-contact-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-section {
    padding-top: 26px;
  }

  .article-detail h1 {
    font-size: 1.75rem;
  }

  .article-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-meta,
  .article-share {
    gap: 14px;
  }

  .latest-news-item {
    grid-template-columns: 88px 1fr;
  }

  .latest-news-item img {
    width: 88px;
    height: 64px;
  }

  .detail-contact-band {
    padding: 18px;
  }

  .detail-contact-title,
  .detail-contact-info {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .detail-contact-title > i {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .detail-contact-title h2 {
    font-size: 1.05rem;
  }
}
/* HABER LİSTE */
.news-page .navbar-nav .nav-link.active {
  position: relative;
}

.news-page .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 2px;
  left: 0.5rem;
  height: 2px;
  background: var(--brand);
}

.news-hero {
  min-height: 196px;
  color: #ffffff;
  background:
          linear-gradient(90deg, rgba(5, 6, 7, 0.98) 0%, rgba(5, 6, 7, 0.82) 44%, rgba(5, 6, 7, 0.12) 100%),
          url("assets/img/news-page-hero.png") right center / auto 100% no-repeat,
          #060708;
}

.news-hero .container {
  padding-top: 40px;
  padding-bottom: 34px;
}

.news-hero h1 {
  margin: 0 0 14px;
  font-size: 2.65rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.news-hero h1 span {
  color: var(--brand);
}

.news-crumb {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
  font-size: 13px;
}

.news-crumb li {
  color: var(--brand);
}

.news-crumb li:not(:last-child)::after {
  content: ">";
  margin-left: 12px;
  color: #ffffff;
}

.news-crumb a {
  color: #ffffff;
}

.news-hero p {
  max-width: 510px;
  margin: 0;
  color: #f1f1f1;
  font-size: 14px;
  line-height: 1.75;
}

.news-list-section {
  padding: 34px 0 28px;
  background: #ffffff;
}

.news-list-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.news-list-card:hover {
  border-color: var(--brand);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

.news-list-media {
  position: relative;
  height: 132px;
  overflow: hidden;
  background: #111111;
}

.news-list-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.news-list-card:hover .news-list-media img {
  transform: scale(1.04);
}

.news-list-media span {
  position: absolute;
  left: 16px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  color: #111111;
  background: var(--brand);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.news-list-body {
  padding: 18px 18px 16px;
}

.news-list-body h3 {
  min-height: 56px;
  margin-bottom: 10px;
  color: #111111;
  font-size: 1.13rem;
  line-height: 1.28;
  font-weight: 950;
}

.news-list-body p {
  min-height: 66px;
  margin-bottom: 14px;
  color: #555b63;
  font-size: 14px;
  line-height: 1.6;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  color: #222222;
  font-size: 13px;
}

.news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-list-body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 14px;
  color: #111111;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.news-list-body > a:hover,
.news-list-body > a:focus {
  color: #111111;
  border-color: var(--brand);
  background: #fff6d7;
}

.news-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 24px;
}

.news-pagination a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #111111;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}

.news-pagination a.active,
.news-pagination a:hover,
.news-pagination a:focus {
  background: var(--brand);
  border-color: var(--brand);
}

.news-contact-band {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 20px 28px;
  color: #ffffff;
  background:
          linear-gradient(#090a0c, #090a0c) padding-box,
          repeating-linear-gradient(135deg, var(--brand) 0 10px, #050505 10px 20px) border-box;
  border: 6px solid transparent;
  border-radius: var(--radius);
}

.news-contact-title,
.news-contact-info {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
}

.news-contact-title > i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #111111;
  background: var(--brand);
  border-radius: 50%;
  font-size: 26px;
}

.news-contact-title h2 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.35;
  font-weight: 950;
}

.news-contact-info i {
  color: var(--brand);
  font-size: 28px;
}

.news-contact-info p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

.news-contact-info strong {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .news-hero .container,
  .news-list-section .container {
    max-width: 1110px;
  }
}

@media (max-width: 991.98px) {
  .news-hero {
    background:
            linear-gradient(90deg, rgba(5, 6, 7, 0.94), rgba(5, 6, 7, 0.72)),
            url("assets/img/news-page-hero.png") right center / auto 100% no-repeat,
            #060708;
  }

  .news-contact-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 767.98px) {
  .news-hero {
    min-height: auto;
    background:
            linear-gradient(180deg, rgba(5, 6, 7, 0.87), rgba(5, 6, 7, 0.92)),
            url("assets/img/news-page-hero.png") center center / cover no-repeat,
            #060708;
  }

  .news-hero .container {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .news-hero h1 {
    font-size: 2.1rem;
  }

  .news-list-body h3,
  .news-list-body p {
    min-height: 0;
  }

  .news-contact-band {
    padding: 18px;
  }

  .news-contact-title,
  .news-contact-info {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .news-contact-title > i {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .news-contact-title h2 {
    font-size: 1.05rem;
  }
}


/* HAKKIMIZDA*/
.about-page .navbar-nav .nav-link.active {
  position: relative;
}

.about-page .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 2px;
  left: 0.5rem;
  height: 2px;
  background: var(--brand);
}

.about-breadcrumb {
  padding: 12px 0;
  color: #ffffff;
  background: #090a0c;
}

.about-breadcrumb ol {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}

.about-breadcrumb li {
  color: var(--brand);
}

.about-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 12px;
  color: #ffffff;
}

.about-breadcrumb a {
  color: #ffffff;
}

.about-hero {
  min-height: 286px;
  color: #ffffff;
  background:
          linear-gradient(90deg, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.84) 43%, rgba(5, 6, 7, 0.08) 100%),
          url("assets/img/about-page-hero.png") right center / auto 100% no-repeat,
          #060708;
}

.about-hero__copy {
  max-width: 560px;
  padding: 44px 0 42px;
}

.about-hero__copy > p:first-child,
.about-kicker {
  margin-bottom: 10px;
  color: var(--brand-strong);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0 0 18px;
  font-size: 3.3rem;
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
}

.about-hero h1 span {
  color: var(--brand);
}

.about-hero__copy > p:last-child {
  max-width: 500px;
  margin: 0;
  color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
}

.about-intro-section {
  padding: 38px 0 44px;
  background: #ffffff;
}

.about-building,
.about-staff-image {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.about-intro-section h2,
.about-team-section h2 {
  margin-bottom: 18px;
  color: #111111;
  font-size: 2.05rem;
  line-height: 1.2;
  font-weight: 950;
}

.about-intro-section p,
.about-team-section p {
  color: #333333;
  font-size: 15px;
  line-height: 1.8;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
  text-align: center;
}

.about-service-grid i {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-strong);
  font-size: 34px;
}

.about-service-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 950;
}

.about-service-grid small {
  display: block;
  color: #555b63;
  font-size: 12px;
  line-height: 1.5;
}

.about-values-section {
  padding: 36px 0;
  background: #f8f8f8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-value-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  height: 100%;
  padding: 10px 24px;
}

.about-value-card > i {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #111111;
  background: var(--brand);
  border-radius: 6px;
  font-size: 30px;
}

.about-value-card h2 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 950;
  text-transform: uppercase;
}

.about-value-card p,
.about-value-card li {
  color: #333333;
  font-size: 13px;
  line-height: 1.75;
}

.about-value-card ul {
  padding-left: 18px;
  margin: 0;
}

.about-stats-section {
  padding: 24px 0;
  color: #ffffff;
  background:
          linear-gradient(rgba(7, 8, 9, 0.94), rgba(7, 8, 9, 0.94)),
          url("assets/img/about-page-hero.png") center center / cover no-repeat;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.about-stats-grid > div {
  display: grid;
  grid-template-columns: 64px auto;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 72px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.about-stats-grid > div:last-child {
  border-right: 0;
}

.about-stats-grid i {
  grid-row: span 2;
  color: var(--brand);
  font-size: 44px;
}

.about-stats-grid strong {
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
}

.about-stats-grid span {
  font-size: 13px;
}

.about-team-section {
  padding: 42px 0 38px;
  background: #ffffff;
}

.team-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
  text-align: center;
}

.team-icons div {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.team-icons i {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #111111;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  font-size: 28px;
}

.team-icons strong {
  font-size: 12px;
  font-weight: 950;
}

@media (min-width: 1200px) {
  .about-page main .container {
    max-width: 1110px;
  }
}

@media (max-width: 991.98px) {
  .about-hero {
    background:
            linear-gradient(90deg, rgba(5, 6, 7, 0.94), rgba(5, 6, 7, 0.68)),
            url("assets/img/about-page-hero.png") right center / auto 100% no-repeat,
            #060708;
  }

  .about-hero h1 {
    font-size: 2.55rem;
  }

  .about-service-grid,
  .about-stats-grid,
  .team-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-stats-grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}

@media (max-width: 767.98px) {
  .about-hero {
    min-height: auto;
    background:
            linear-gradient(180deg, rgba(5, 6, 7, 0.86), rgba(5, 6, 7, 0.9)),
            url("assets/img/about-page-hero.png") center center / cover no-repeat,
            #060708;
  }

  .about-hero__copy {
    padding: 34px 0;
  }

  .about-hero h1 {
    font-size: 2.05rem;
  }

  .about-intro-section h2,
  .about-team-section h2 {
    font-size: 1.6rem;
  }

  .about-service-grid,
  .team-icons {
    gap: 16px 10px;
  }

  .about-value-card {
    grid-template-columns: 48px 1fr;
    padding: 10px 0;
  }

  .about-value-card > i {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-grid > div {
    justify-content: start;
  }
}
/* KATALOGLAR*/
.catalog-page .navbar-nav .nav-link.active {
  position: relative;
}

.catalog-page .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 2px;
  left: 0.5rem;
  height: 2px;
  background: var(--brand);
}

.catalog-hero {
  min-height: 190px;
  color: #ffffff;
  background:
          linear-gradient(90deg, rgba(5, 6, 7, 0.98) 0%, rgba(5, 6, 7, 0.86) 42%, rgba(5, 6, 7, 0.12) 100%),
          url("assets/img/catalog-hero.png") right center / auto 100% no-repeat,
          #060708;
}

.catalog-hero .container {
  padding-top: 48px;
  padding-bottom: 40px;
}

.catalog-hero h1 {
  margin: 0 0 16px;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.catalog-hero h1 span {
  color: var(--brand);
}

.catalog-hero p {
  max-width: 420px;
  margin: 0;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 1.75;
}

.catalog-section {
  padding: 34px 0 36px;
  background: #ffffff;
}

.catalog-intro {
  max-width: 650px;
  margin: 0 auto 30px;
  text-align: center;
}

.catalog-intro h2 {
  margin: 0;
  color: #171717;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 950;
}

.catalog-intro h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 16px auto 0;
  background: var(--brand);
  border-radius: 999px;
}

.catalog-card {
  height: 100%;
  padding: 14px 14px 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.catalog-card:hover {
  border-color: var(--brand);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.catalog-card > img {
  display: block;
  width: 100%;
  height: 225px;
  margin-bottom: 16px;
  object-fit: contain;
  border-radius: 5px;
}

.catalog-card h3 {
  min-height: 42px;
  margin-bottom: 8px;
  color: #111111;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 950;
}

.catalog-card p {
  min-height: 48px;
  margin-bottom: 14px;
  color: #444b54;
  font-size: 13px;
  line-height: 1.6;
}

.catalog-card a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111111;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.catalog-card a:hover,
.catalog-card a:focus {
  background: #fff6d7;
  border-color: var(--brand);
}

.catalog-cta {
  display: grid;
  grid-template-columns: 1.4fr 0.55fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
  padding: 22px 30px;
  color: #ffffff;
  background:
          linear-gradient(#090a0c, #090a0c) padding-box,
          repeating-linear-gradient(135deg, var(--brand) 0 10px, #050505 10px 20px) border-box;
  border: 6px solid transparent;
  border-radius: var(--radius);
}

.catalog-cta__title,
.catalog-cta__phone {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
}

.catalog-cta__title > i {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--brand);
  border: 3px solid var(--brand);
  border-radius: 50%;
  font-size: 34px;
}

.catalog-cta h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.35;
  font-weight: 950;
}

.catalog-cta h2 span {
  color: var(--brand);
}

.catalog-cta__phone i {
  color: var(--brand);
  font-size: 30px;
}

.catalog-cta__phone p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 900;
}

.catalog-cta .btn {
  min-width: 155px;
}

@media (min-width: 1200px) {
  .catalog-hero .container,
  .catalog-section .container {
    max-width: 1320px;
  }
}

@media (max-width: 991.98px) {
  .catalog-hero {
    background:
            linear-gradient(90deg, rgba(5, 6, 7, 0.95), rgba(5, 6, 7, 0.72)),
            url("assets/img/catalog-hero.png") right center / auto 100% no-repeat,
            #060708;
  }

  .catalog-cta {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .catalog-cta .btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .catalog-hero {
    min-height: auto;
    background:
            linear-gradient(180deg, rgba(5, 6, 7, 0.88), rgba(5, 6, 7, 0.92)),
            url("assets/img/catalog-hero.png") center center / cover no-repeat,
            #060708;
  }

  .catalog-hero .container {
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .catalog-hero h1 {
    font-size: 2.1rem;
  }

  .catalog-section {
    padding-top: 28px;
  }

  .catalog-card > img {
    height: 200px;
  }

  .catalog-card h3,
  .catalog-card p {
    min-height: 0;
  }

  .catalog-cta {
    padding: 18px;
  }

  .catalog-cta__title,
  .catalog-cta__phone {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .catalog-cta__title > i {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }

  .catalog-cta h2 {
    font-size: 1.05rem;
  }
}

/* ÜRÜN DEYAy */

.product-detail-page .navbar-nav .nav-link.active {
  position: relative;
}

.product-detail-page .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 2px;
  left: 0.5rem;
  height: 2px;
  background: var(--brand);
}

.product-breadcrumb {
  padding: 24px 0 18px;
}

.product-breadcrumb .breadcrumb {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.product-breadcrumb a {
  color: var(--muted);
}

.product-breadcrumb a:hover,
.product-breadcrumb a:focus,
.product-breadcrumb .active {
  color: var(--ink);
}

.product-main-section {
  padding: 0 0 34px;
  background: #ffffff;
}

.product-gallery__stage {
  display: grid;
  width: 100%;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  background: #f9f9f9;
  border: 0;
  border-radius: var(--radius);
  cursor: zoom-in;
}

.product-gallery__stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-gallery__stage:hover img,
.product-gallery__stage:focus img {
  transform: scale(1.02);
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.product-thumbs button {
  display: grid;
  min-width: 0;
  height: 70px;
  place-items: center;
  padding: 0;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 7px;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-thumbs button.active,
.product-thumbs button:hover,
.product-thumbs button:focus {
  border-color: var(--brand-strong);
  box-shadow: 0 8px 18px rgba(243, 174, 0, 0.16);
}

.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-summary {
  padding-top: 8px;
}

.product-category {
  margin-bottom: 10px;
  color: var(--brand-strong);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-summary h1 {
  margin: 0 0 12px;
  color: #101010;
  font-size: 2.35rem;
  line-height: 1.15;
  font-weight: 950;
}

.rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #222222;
  font-size: 14px;
}

.stars {
  display: inline-flex;
  gap: 1px;
  color: var(--brand-strong);
}

.product-price {
  margin-bottom: 12px;
  color: #090909;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 950;
}

.product-lead {
  max-width: 540px;
  margin-bottom: 22px;
  color: #222222;
  font-size: 15px;
  line-height: 1.85;
}

.feature-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: center;
  color: #151515;
  font-size: 15px;
}

.feature-list i {
  color: #111111;
  font-size: 18px;
}

.product-cta {
  width: min(100%, 405px);
  min-height: 52px;
  font-size: 15px;
}

.product-info-section {
  padding: 24px 0 18px;
  background: #ffffff;
}

.product-tabs {
  height: 100%;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.product-tabs .nav-tabs {
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.product-tabs .nav-link {
  padding: 0 4px 14px;
  color: #171717;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-tabs .nav-link.active,
.product-tabs .nav-link:hover,
.product-tabs .nav-link:focus {
  color: #171717;
  background: transparent;
  border-bottom-color: var(--brand-strong);
}

.product-tabs .tab-content {
  padding-top: 22px;
}

.product-tabs p,
.product-tabs li {
  color: #242424;
  font-size: 13px;
  line-height: 1.9;
}

.product-tabs ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.product-feature-image {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.related-section {
  padding: 14px 0 40px;
  background: #ffffff;
}

.related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.related-head h2 {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 950;
  text-transform: uppercase;
}

.related-head h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 8px;
  background: var(--brand);
  border-radius: 999px;
}

.related-controls {
  display: flex;
  gap: 8px;
}

.related-controls button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #111111;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.related-controls button:hover,
.related-controls button:focus {
  background: #fff6d7;
  border-color: var(--brand);
}

.related-scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.related-scroll::-webkit-scrollbar {
  display: none;
}

.related-scroll > [class*="col-"] {
  flex: 0 0 25%;
  max-width: 25%;
  scroll-snap-align: start;
}

.related-card {
  position: relative;
  height: 100%;
  padding: 18px 15px 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.favorite-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #999999;
  background: transparent;
  border: 0;
  border-radius: 50%;
}

.favorite-btn:hover,
.favorite-btn:focus {
  color: var(--brand-strong);
  background: #fff6d7;
}

.related-card > img {
  display: block;
  width: 100%;
  height: 130px;
  margin-bottom: 12px;
  object-fit: contain;
}

.related-card h3 {
  min-height: 36px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 950;
}

.small-rating {
  gap: 6px;
  margin-bottom: 8px;
  font-size: 12px;
}

.related-card p {
  margin-bottom: 12px;
  color: #111111;
  font-size: 16px;
  font-weight: 950;
}

.related-card .btn {
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  font-size: 12px;
}

.product-lightbox .modal-content {
  border: 0;
  border-radius: var(--radius);
}

.product-lightbox .modal-header {
  border-bottom: 1px solid var(--line);
}

.product-lightbox .modal-title {
  font-size: 1.2rem;
  font-weight: 950;
}

.product-lightbox .modal-body {
  display: grid;
  min-height: 55vh;
  place-items: center;
  padding: 28px;
  background: #f8f8f8;
}

.product-lightbox img {
  max-height: 70vh;
  object-fit: contain;
}

@media (min-width: 1200px) {
  .product-detail-page main > .container,
  .product-breadcrumb .container,
  .product-main-section .container,
  .product-info-section .container,
  .related-section .container {
    max-width: 1320px;
  }
}

@media (max-width: 991.98px) {
  .product-summary {
    padding-top: 0;
  }

  .product-summary h1 {
    font-size: 2rem;
  }

  .product-gallery__stage {
    min-height: 320px;
  }

  .product-feature-image {
    min-height: auto;
  }

  .related-scroll > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .product-breadcrumb {
    padding: 18px 0 14px;
  }

  .product-main-section {
    padding-bottom: 24px;
  }

  .product-gallery__stage {
    min-height: 240px;
  }

  .product-thumbs {
    grid-template-columns: repeat(5, minmax(62px, 1fr));
    gap: 9px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-thumbs button {
    height: 58px;
  }

  .product-summary h1 {
    font-size: 1.7rem;
  }

  .product-price {
    font-size: 1.75rem;
  }

  .product-cta {
    width: 100%;
  }

  .product-tabs {
    padding: 20px 16px;
  }

  .product-tabs .nav-tabs {
    gap: 10px;
  }

  .product-tabs .nav-link {
    font-size: 12px;
  }

  .related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .related-controls {
    align-self: flex-end;
  }

  .related-scroll > [class*="col-"] {
    flex-basis: 82%;
    max-width: 82%;
  }
}

/* ÜRÜN KATEGORİ */
.product-category-page .navbar-nav .nav-link.active {
  position: relative;
}

.product-category-page .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 2px;
  left: 0.5rem;
  height: 2px;
  background: var(--brand);
}

.category-hero {
  min-height: 180px;
  color: #ffffff;
  background:
          linear-gradient(90deg, rgba(5, 6, 7, 0.98) 0%, rgba(6, 7, 8, 0.9) 46%, rgba(6, 7, 8, 0.18) 100%),
          url("../../assets/img/category-page-hero.png") right center / auto 100% no-repeat,
          #060708;
}

.category-hero__content {
  padding: 38px 0 34px;
}

.category-hero__content > p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-hero h1 {
  margin: 0 0 16px;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.category-hero h1 span {
  color: var(--brand);
}

.category-hero__crumb {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}

.category-hero__crumb li {
  color: var(--brand);
}

.category-hero__crumb li:not(:last-child)::after {
  content: ">";
  margin-left: 12px;
  color: #ffffff;
}

.category-hero__crumb a {
  color: #ffffff;
}

.category-content {
  padding: 28px 0 34px;
  background: #ffffff;
}

.category-sidebar {
  display: grid;
  gap: 144px;
}

.sidebar-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.category-menu h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  margin: 0;
  color: #ffffff;
  background: #08090a;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-menu h2 i {
  color: var(--brand);
}

.category-menu ul {
  display: grid;
  gap: 2px;
  padding: 16px 18px;
  margin: 0;
  list-style: none;
}

.category-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 32px;
  color: #171717;
  font-size: 13px;
  font-weight: 850;
}

.category-menu a span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.category-menu a i,
.category-menu a.active,
.category-menu a:hover,
.category-menu a:focus {
  color: var(--brand-strong);
}

.category-menu strong {
  color: #333333;
  font-weight: 700;
}

.sidebar-contact {
  padding: 10px;
  background: repeating-linear-gradient(135deg, var(--brand) 0 10px, #070707 10px 20px);
}

.sidebar-contact__inner {
  padding: 34px 26px;
  color: #ffffff;
  background: #070809;
  text-align: center;
}

.sidebar-contact__inner > i {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin: 0 auto 24px;
  color: var(--brand);
  border: 3px solid var(--brand);
  border-radius: 50%;
  font-size: 32px;
}

.sidebar-contact h2 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 950;
  text-transform: uppercase;
}

.sidebar-contact h2 span {
  display: block;
  color: var(--brand);
}

.sidebar-contact p {
  margin-bottom: 24px;
  color: #d9d9d9;
  font-size: 13px;
  line-height: 1.7;
}

.sidebar-contact ul {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}

.sidebar-contact li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
}

.sidebar-contact li i {
  color: var(--brand);
  font-size: 20px;
}

.category-product-card {
  height: 100%;
  padding: 14px 13px 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-product-card:hover {
  border-color: var(--brand);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.category-product-card > img {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 12px;
  object-fit: contain;
}

.category-product-card h3 {
  min-height: 38px;
  margin-bottom: 8px;
  color: #111111;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 950;
}

.product-rating {
  margin-bottom: 7px;
  color: #333333;
  font-size: 13px;
}

.product-rating span {
  color: var(--brand-strong);
  letter-spacing: 1px;
}

.category-product-card p {
  margin-bottom: 14px;
  color: #111111;
  font-size: 16px;
  font-weight: 950;
}

.product-actions {
  display: grid;
  grid-template-columns: 54px 1fr;
  min-height: 34px;
  overflow: hidden;
  border-radius: 4px;
}

.product-actions a {
  display: grid;
  place-items: center;
  color: #111111;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-actions a:first-child {
  background: var(--brand);
}

.product-actions a:last-child {
  color: #ffffff;
  background: #050505;
}

.product-actions a:hover,
.product-actions a:focus {
  filter: brightness(1.06);
}

@media (min-width: 1200px) {
  .category-content .container,
  .category-hero .container {
    max-width: 1320px;
  }
}

@media (max-width: 991.98px) {
  .category-sidebar {
    gap: 24px;
  }

  .category-hero {
    background:
            linear-gradient(90deg, rgba(5, 6, 7, 0.96), rgba(5, 6, 7, 0.74)),
            url("assets/img/category-page-hero.png") right center / auto 100% no-repeat,
            #060708;
  }
}

@media (max-width: 767.98px) {
  .category-hero {
    min-height: auto;
    background:
            linear-gradient(180deg, rgba(5, 6, 7, 0.88), rgba(5, 6, 7, 0.92)),
            url("assets/img/category-page-hero.png") center center / cover no-repeat,
            #060708;
  }

  .category-hero__content {
    padding: 30px 0;
  }

  .category-hero h1 {
    font-size: 2rem;
  }

  .category-content {
    padding: 24px 0 30px;
  }

  .category-product-card > img {
    height: 126px;
  }
}

