@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
/* General Css Start (404 page, cookie style etc) */

body,
html {
  font-family:
    "Alexandria",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  transition: 0s;
}

body {
  background: #fff;
}

a:hover {
  text-decoration: none;
  outline: 0 !important;
}

main {
  margin-top: 0;
}

::-webkit-scrollbar {
  width: 0;
  display: none;
}

/* Special Page */
section.page.single-page {
  padding: 100px 0;
  color: #000;
}

section.page.single-page h2 {
  margin-bottom: 45px;
  font-size: 58px;
  font-weight: bold;
  color: 000;
}

section.page.single-page p,
section.page.single-page tr,
section.page.single-page td,
section.page.single-page th {
  font-size: 20px;
  color: #808080;
}

section.page.single-page ol {
  padding: 0;
  list-style: none;
}

section.page.single-page ol li {
  color: #808080;
  padding: 5px 0;
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}

section.page.single-page ol li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

section.page.single-page p strong {
  font-weight: 300;
  color: 000;
}

@media only screen and (max-width: 1199px) {
  section.page.single-page {
    padding: 60px 0;
  }

  section.page.single-page h2 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.page.single-page {
    padding: 30px 0;
    font-size: 13px;
  }

  section.page.single-page h2 {
    font-size: 23px;
    margin-bottom: 35px;
  }

  section.page.single-page p strong {
    font-size: 15px;
  }
}

/* Special Page */

/* Bootstrap Pagination */
ul.pagination {
  border-radius: 0;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

ul.pagination .page-item .page-link {
  background: none;
  border: 1px solid #393233;
  border-radius: 0;
  color: #a3a3a3;
  box-shadow: none;
  outline: 0 !important;
  transition: 0.4s;
}

ul.pagination .page-item + .page-item {
  margin-left: 10px;
}

ul.pagination .page-item.active .page-link {
  border: 2px solid #393233;
  color: #fff;
}

ul.pagination .page-item .page-link:hover {
  background: #393233;
}

/* Bootstrap Pagination */

/* 404 Page */
.page.nf404 {
  padding-top: 260px;
  padding-bottom: 100px;
}

.page.nf404 .page404-content {
  text-align: center;
}

.page.nf404 .page404-content .svg svg {
  width: 100%;
}

.page.nf404 .svg path {
  fill: #ffffff;
}

.nf404 h2 {
  font-size: 57px;
  color: white;
  font-weight: 600;
  margin: 30px 0;
}

.nf404 h3 {
  color: white;
  font-weight: 400;
  font-size: 21px;
}

.page.nf404 a {
  transition: 0.4s;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 40px;
  height: 60px;
  font-size: 15px;
  color: white;
  margin-top: 50px;
}

.page.nf404 a svg {
  margin-right: 15px;
  stroke: white;
}

.page.nf404 a:hover {
  background: white;
  color: #000;
}

.page.nf404 a:hover svg {
  stroke: #000;
}

/* 404 Page*/

/* Cookie */
body .cc-window {
  bottom: 50px !important;
  left: 50% !important;
  max-width: 460px;
  height: 93px;
  border-radius: 100px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(34, 41, 48, 0.8);
  padding: 0 30px !important;
  -webkit-transform: translateX(-50%) translateZ(100px);
  -ms-transform: translateX(-50%) translateZ(100px);
  transform: translateX(-50%) translateZ(100px);
  -webkit-transition: none;
  flex-direction: row !important;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}

body .cc-window .cc-message {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin: 0 !important;
}

body .cc-window .cc-message a {
  transition: 0.4s;
  opacity: 1;
}

body .cc-compliance a.cc-btn.cc-dismiss {
  transition: 0.4s;
  width: 56px;
  height: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  position: relative;
  padding: 0;
  color: transparent;
  display: block;
}

body .cc-compliance a.cc-btn.cc-dismiss:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/svg/check-icon.svg);
  width: 20px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body .cc-compliance a.cc-btn.cc-dismiss:hover {
  background: #000;
}

body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
  color: #000000;
  text-decoration: underline;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  body .cc-window {
    width: 100%;
    max-width: 100% !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) scale(0.9);
    -ms-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
    bottom: 30px !important;
    height: 110px;
    padding: 0 30px !important;
  }

  .cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
  }
}

/* Cookie */

/* Form Alert Style */
.form-alert {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.form-alert .alert {
  display: flex;
  color: #fff;
  background: #00000094;
  border-color: rgb(255 255 255 / 34%);
  margin-bottom: 0;
  backdrop-filter: blur(10px);
  border-radius: 0;
}

.form-alert .alert .icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #ffc107;
  font-size: 24px;
}

.form-alert .alert .message {
  display: flex;
  align-items: center;
}

.form-alert .alert .message strong,
.form-alert .alert .message b {
  margin-right: 13px;
}

.form-alert .alert .message button.close {
  height: 100%;
  color: #fff;
  padding: 0;
  display: flex;
  padding: 9px;
  opacity: 1;
  outline: 0;
  box-shadow: none;
}

/* removed empty ruleset */

.form-alert .alert .message button.close span {
  opacity: 1;
}

/* Form Alert Style */

.swiper {
  width: 100%;
  /* overflow: hidden; */
}

/* General Css End */

/* * VARIABLES START */
:root {
  --color-primary: #021f32;
  --color-secondary: #ffa500;

  --header-height: 130px;
}

@media screen and (max-width: 991px) {
  :root {
    --header-height: 90px;
  }
}

/* * VARIABLES END */

body {
  padding-top: var(--header-height);
}

/* * STYLE CSS */
.container {
  padding: 0;
  width: 95%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #053959;
  margin-bottom: 2.5rem;
}

.section-title::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #44545e;
}

@media screen and (max-width: 1199px) {
  .section-title {
    font-size: 1.85rem;
  }
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.65rem;
  }
}

.global-pagination {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #ecede7; */
  background: transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 12px;
}

.global-pagination ul li {
  border: 1px solid #44545e;
  border-radius: 8px;
}

.global-pagination ul li.active {
  background-color: #003553;
  color: #fff;
}

.global-pagination ul a:hover {
  background-color: #003553;
  color: #fff;
}

.global-pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #414651;
  transition: all 300ms ease;
}

@media (max-width: 1199px) {
  .global-pagination {
    /* margin-top: 2rem; */
  }

  .global-pagination ul a {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 991px) {
  .global-pagination {
    margin-top: 2rem;
  }

  .global-pagination ul {
    border-radius: 0.4rem;
  }

  .global-pagination ul a {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .global-pagination {
    margin-top: 1.5rem;
  }

  .global-pagination ul {
    border: 1px solid #414651;
    border-radius: 0.3rem;
  }

  .global-pagination ul a {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: white;
  border: 1px solid white;
  border-radius: 2rem;
  padding: 2rem 0;
}

.product-card::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 3px solid white;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.999);
  transition: all 300ms ease;
}

.product-card .product-image {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
}

.product-card .product-image img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  transition: all 300ms ease;
}

.product-card .product-details {
  padding: 3rem;
  color: white;
  margin-top: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card .product-name {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.product-card .product-category {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .product-card {
    padding: 1.5rem 0;
    border-radius: 1.5rem;
  }

  .product-card .product-image {
    height: 300px;
    margin-bottom: 1.5rem;
  }

  .product-card .product-details {
    padding: 2.5rem;
  }

  .product-card .product-name {
    font-size: 1.8rem;
  }

  .product-card .product-category {
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {
  .product-card {
    padding: 1.5rem 0;
    border-radius: 1.25rem;
  }

  .product-card .product-image {
    height: 250px;
    margin-bottom: 1rem;
  }

  .product-card .product-image img {
    width: 90%;
    height: 90%;
  }

  .product-card .product-details {
    padding: 2rem;
  }

  .product-card .product-name {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .product-card .product-category {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .product-card {
    padding: 1rem 0;
    border-radius: 1rem;
  }

  .product-card::before {
    border: 2px solid white;
  }

  .product-card .product-image {
    height: 200px;
    margin-bottom: 0.8rem;
  }

  .product-card .product-image img {
    width: 95%;
    height: 95%;
  }

  .product-card .product-details {
    padding: 1.5rem;
  }

  .product-card .product-name {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .product-card .product-category {
    font-size: 1rem;
  }
}

.blog-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card .blog-card-image {
  display: block;
  height: 320px;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  transition: all 300ms ease;
}

.blog-card .blog-card-title {
  display: block;
  color: #354c5b;
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.blog-card .blog-card-title a {
  color: inherit;
}

.blog-card .blog-card-description {
  color: #354c5b;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.blog-card .blog-card-tags {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.blog-card .blog-card-tags a,
.blog-card .blog-card-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8b98a1;
  padding: 0.25rem 1.25rem;
  border: 1px solid #8b98a1;
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 100px;
}

.page-title {
  display: none;
}

@media (max-width: 1199px) {
  .blog-card .blog-card-image {
    height: 300px;
    margin-bottom: 1rem;
  }

  .blog-card .blog-card-title {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }

  .blog-card .blog-card-description {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
  }

  .blog-card .blog-card-tags a,
  .blog-card .blog-card-tags span {
    font-size: 1.1rem;
    padding: 0.2rem 1rem;
  }
}

@media (max-width: 991px) {
  .blog-card .blog-card-image {
    height: 250px;
    border-radius: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .blog-card .blog-card-image img {
    border-radius: 0.8rem;
  }

  .blog-card .blog-card-title {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }

  .blog-card .blog-card-description {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
  }

  .blog-card .blog-card-tags {
    gap: 0.5rem;
  }

  .blog-card .blog-card-tags a,
  .blog-card .blog-card-tags span {
    font-size: 1rem;
    padding: 0.2rem 0.8rem;
  }
}

@media (max-width: 767px) {
  .blog-card .blog-card-image {
    height: 200px;
    border-radius: 0.6rem;
    margin-bottom: 0.75rem;
  }

  .blog-card .blog-card-image img {
    border-radius: 0.6rem;
  }

  .blog-card .blog-card-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .blog-card .blog-card-description {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .blog-card .blog-card-tags {
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .blog-card .blog-card-tags a,
  .blog-card .blog-card-tags span {
    font-size: 0.9rem;
    padding: 0.15rem 0.75rem;
  }
}

/* * HEADER START */
/* Body scroll lock */
body.search-open {
  overflow: hidden !important;
}

/* Header Base */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
  color: var(--color-primary);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
  transition:
    border-radius 0.3s ease,
    box-shadow 0.3s ease,
    padding-bottom 0.3s ease;
}

/* Search açıkken Header Davranışı */
body.search-open header.header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

header.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  position: relative; /* Mega menü için */
}

/* Logo */
header.header .container .header-logo {
  width: 160px;
  transition: all 300ms ease;
}

header.header .container .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Navigation */
header.header .container .header-navigation {
  flex: 1;
}

header.header .container .header-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

header.header .container .header-navigation ul a {
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--color-primary);
  transition: all 300ms ease;
}

/* Header Buttons Group */
header.header .container .header-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

header.header .container .header-buttons .giris {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.1;
  font-weight: 500;
  margin-left: 0.5rem;
  text-align: left;
  transition: all 300ms ease;
}

header.header .container .header-buttons .giris i {
  font-size: 22px;
  margin-bottom: 0;
}

header.header .container .header-buttons .giris:hover {
  color: #007dc5;
}

header.header .container .header-buttons .header-button {
  display: flex;
  align-items: center;
  color: var(--color-primary);
  transition: all 300ms ease;
}

header.header
  .container
  .header-buttons
  .header-button:not(:last-child)::after {
  content: "";
  display: block;
  height: 2rem;
  border-right: 1px solid #8b98a1;
  padding-right: 1.5rem;
  margin-right: 0.5rem;
}

header.header .container .header-buttons .btn-search svg {
  transition: all 300ms ease;
}

header.header .container .header-buttons .btn-lang {
  font-size: 1.35rem;
  font-weight: 300;
}

header.header .container .header-buttons .btn-lang span {
  transition: all 300ms ease;
}

/* Menu Toggle Button */
header.header .container .header-buttons .btn-menu-toggle {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 0 0.75rem;
}

header.header .container .header-buttons .btn-menu-toggle span {
  display: block;
  color: var(--color-primary);
  border-bottom: 1.5px solid currentColor;
  width: 2.5rem;
  transition: all 300ms ease;
}

header.header .container .header-buttons .btn-menu-toggle span:first-of-type {
  transform: translateX(-25%);
}

header.header .container .header-buttons .btn-menu-toggle span:last-of-type {
  transform: translateX(25%);
}

header.header
  .container
  .header-buttons
  .btn-menu-toggle.active
  span:first-of-type {
  transform: translateY(350%) rotate(45deg) !important;
}

header.header
  .container
  .header-buttons
  .btn-menu-toggle.active
  span:last-of-type {
  transform: translateY(-350%) rotate(-45deg) !important;
}

/* ==========================================================
   SEARCH OVERLAY
   ========================================================== */

header.header .header-buttons .search {
  position: fixed;
  /* Header'ın altından başlaması için top değeri */
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100vh - 130px);
  background: #ffffff;

  display: flex;
  flex-direction: column;
  align-items: center;

  z-index: 99999;

  /* Initial State */
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;

  transition:
    transform 0.4s ease,
    opacity 0.3s ease,
    visibility 0s linear 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Open State */
header.header .header-buttons .search.open {
  transform: translateY(0);
  opacity: 1;
  border-top: 1px solid #ccc;
  visibility: visible;
  border-top: 1px solid #d0d7de;
  /* İsteğe bağlı, header ile ayrımı netleştirmek için */
  transition:
    transform 0.4s ease,
    opacity 0.3s ease,
    visibility 0s;
}

/* Logo inside Search */
header.header .header-buttons .search .search-logo {
  width: 150px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: none;
  /* Marginleri güncelledik */
  margin-top: 40px;
  margin-bottom: 30px;
}

header.header .header-buttons .search .search-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Close Button (X) */
header.header .header-buttons .search .btn-close {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  opacity: 1;
  transform: none;
}

header.header .header-buttons .search .btn-close::before,
header.header .header-buttons .search .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  /* Koyu renk güncellendi */
  background: var(--color-primary);
  border-radius: 2px;
  transition: background 0.2s ease;
}

header.header .header-buttons .search .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

header.header .header-buttons .search .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

header.header .header-buttons .search .btn-close:hover::before,
header.header .header-buttons .search .btn-close:hover::after {
  background: #000000;
}

/* Search Header/Input Wrapper */
header.header .header-buttons .search .search-header-wrapper {
  position: relative;
  width: 90%;
  max-width: 1444px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5;
  margin-bottom: 80px;
  margin-top: 30px;
  opacity: 1;
  transform: none;
}

header.header .header-buttons .search .search-input-wrapper {
  position: relative;
  width: 90%;
  max-width: 1400px;
  z-index: 5;
  opacity: 1;
  transform: none;
}

/* Search Input Styling */
header.header .header-buttons .search #search-input {
  width: 100%;
  padding: 22px 60px 22px 22px;
  background: #ffffff;
  border: 1px solid #d0d7de;
  border-radius: 50px;
  color: #021f32;
  font-size: 1.4rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

header.header .header-buttons .search #search-input:focus {
  border-color: #021f32;
  box-shadow: 0 0 0 2px rgba(2, 31, 50, 0.1);
}

header.header .header-buttons .search #search-input::placeholder {
  color: #6b7280;
}

/* Search Icon inside input */
header.header .header-buttons .search .search-input-wrapper::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  /* Dark icon SVG */
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M28 28L22.2 22.2M25.3333 14.6667C25.3333 20.5577 20.5577 25.3333 14.6667 25.3333C8.77563 25.3333 4 20.5577 4 14.6667C4 8.77563 8.77563 4 14.6667 4C20.5577 4 25.3333 8.77563 25.3333 14.6667Z" stroke="%23021f32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
}

/* Search Result Container */
header.header .header-search-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  z-index: 5;
}

header.header .header-search-container .product-card {
  border: 1px solid #021f32;
}

.product-card::before {
  border: 3px solid #021f32;
}

header.header .header-search-container .product-card .product-image {
  height: 270px;
}

header.header .header-search-container .product-card .product-details {
  color: #021f32;
}

/* Result Wrapper */
header.header .header-buttons .search .result-wrapper {
  max-width: 1400px;
  margin: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  z-index: 5;
}

header.header .header-buttons .search .result-wrapper .result-wrap {
  width: 100%;
  margin-top: 20px;
  background: transparent;
  border-radius: 0;
  padding: 20px;
  overflow: visible;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}

header.header .header-buttons .search .result-wrap .button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

header.header .header-buttons .search .result-wrap .search-show-all-button {
  margin-left: 1.5rem;
  display: inline-flex;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #021f32;
  border: 1px solid #556976;
  border-radius: 100px;
  transition: all 300ms ease;
}

header.header
  .header-buttons
  .search
  .result-wrap
  .search-show-all-button:hover {
  transform: scale(1.1);
}

/* Search kapalıyken iç elementleri gizle
   (Artık staggered animation yok, direkt container ile geliyor)
*/
header.header .header-buttons .search:not(.open) .btn-close,
header.header .header-buttons .search:not(.open) .search-logo,
header.header .header-buttons .search:not(.open) .search-input-wrapper,
header.header .header-buttons .search:not(.open) .result-wrap {
  opacity: 0;
  pointer-events: none;
}

/* ==========================================================
   MEGA MENU — nav.urunler
   ========================================================== */

/* Nav li'yi tam yükseklikte tut, hover alanı geniş olsun */
header.header .container .header-navigation > ul > li {
  position: static;
  height: var(--header-height);
  display: flex;
  align-items: center;
}

/* Mega menü paneli */
header.header .container .header-navigation .nav.urunler {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #007dc5;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  z-index: 9;
  padding: 36px 32px 40px;

  /* Başlangıç: gizli */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;

  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0s linear 0.22s;

  /* İçerik düzeni */
  display: flex;
  justify-content: center;
  gap: 0;
}

/* Hover'da göster */
header.header .container .header-navigation > ul > li:hover .nav.urunler,
header.header
  .container
  .header-navigation
  > ul
  > li:focus-within
  .nav.urunler {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition:
    opacity 0.22s ease,
    visibility 0s;
}

/* Hover'da aktif link rengi */
header.header .container .header-navigation > ul > li:hover > a {
  color: #007dc5;
}

/* Kategori grid — 3 kolon, liste stili (ikonsuz, referansa benzer) */
header.header .container .header-navigation .nav.urunler .mega-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}

header.header .container .header-navigation .nav.urunler .mega-category-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  color: #2d3f50;
  font-size: 0.93rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 6px;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    padding-left 0.15s ease;
  white-space: nowrap;
}

header.header
  .container
  .header-navigation
  .nav.urunler
  .mega-category-item:hover {
  color: #007dc5;
  background: #f0f7fd;
  padding-left: 20px;
}

header.header .container .header-navigation .nav.urunler .mega-category-name {
  display: block;
  line-height: 1.4;
}

/* ==========================================================
   MEGA MENU OVERLAY (arka plan karartma)
   ========================================================== */

.mega-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8; /* header (z:10) altında, sayfa içeriği üstünde */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0s linear 0.22s;
}

.mega-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition:
    opacity 0.22s ease,
    visibility 0s;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

/* Responsive - 1199px (Tablet) */
@media (max-width: 1199px) {
  header.header {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  header.header .container .header-logo {
    width: 140px;
  }

  header.header .container .header-navigation ul {
    gap: 0.75rem;
  }

  header.header .container .header-navigation ul a {
    font-size: 1.2rem;
    padding: 0.4rem;
  }

  header.header .container .header-buttons {
    gap: 0.75rem;
  }

  header.header .container .header-buttons .btn-lang {
    font-size: 1.25rem;
  }

  /* Search Adjustments */
  header.header .header-search-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 30px;
  }

  header.header .header-buttons .search .btn-close {
    top: 20px;
    right: 40px;
  }

  header.header .header-search-container .product-card .product-image {
    height: 240px;
  }

  /* Mega menü — tablet'te biraz daralt */
  header.header .container .header-navigation .nav.urunler ul.col {
    padding: 0 16px;
  }
}

/* Responsive - 991px */
@media (max-width: 991px) {
  header.header {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  header.header .header-buttons .search {
    top: 90px;
    height: calc(100vh - 90px);
  }

  header.header .container .header-logo {
    width: 120px;
  }

  header.header .container .header-navigation {
    display: none;
  }

  header.header .container .header-buttons {
    gap: 0.5rem;
  }

  header.header
    .container
    .header-buttons
    .header-button:not(:last-child)::after {
    height: 1.5rem;
    padding-right: 1rem;
    margin-right: 0.5rem;
  }

  header.header .container .header-buttons .btn-lang {
    font-size: 1.2rem;
  }

  header.header .container .header-buttons .btn-menu-toggle {
    height: 1.75rem;
    padding: 0 0.5rem;
  }

  header.header .container .header-buttons .btn-menu-toggle span {
    width: 2rem;
  }

  /* Search Adjustments */
  header.header .header-buttons .search .search-logo {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  header.header .header-buttons .search .btn-close {
    top: 15px;
    right: 30px;
    width: 36px;
    height: 36px;
  }

  header.header .header-buttons .search .btn-close::before,
  header.header .header-buttons .search .btn-close::after {
    width: 22px;
  }

  header.header .header-buttons .search #search-input {
    font-size: 18px;
    padding: 20px 50px 20px 20px;
  }

  header.header .header-search-container {
    margin-top: 30px;
    gap: 12px;
  }

  header.header .header-search-container .product-card .product-image {
    height: 220px;
  }

  /* Mega menü — 991px'de navigation gizlendiğinden mega menü de gizlenir */
  header.header .container .header-navigation .nav.urunler {
    display: none;
  }

  .mega-menu-overlay {
    display: none;
  }
}

/* Responsive - 767px (Mobile) */
@media (max-width: 767px) {
  header.header {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  header.header .container .header-logo {
    width: 100px;
  }

  header.header .container .header-buttons {
    gap: 0.25rem;
  }

  header.header .container .header-buttons .header-button {
    padding: 0.25rem;
  }

  header.header
    .container
    .header-buttons
    .header-button:not(:last-child)::after {
    height: 1.25rem;
    padding-right: 0.75rem;
    margin-right: 0.25rem;
  }

  header.header .container .header-buttons .btn-search svg {
    width: 18px;
    height: 18px;
  }

  header.header .container .header-buttons .btn-lang {
    font-size: 1.1rem;
  }

  header.header .container .header-buttons .btn-menu-toggle {
    height: 1.5rem;
    padding: 0 0.4rem;
  }

  header.header .container .header-buttons .btn-menu-toggle span {
    width: 1.75rem;
    border-bottom: 1px solid currentColor;
  }

  /* Search - Mobile Specific */
  header.header .header-buttons .search {
    top: 90px;
    height: calc(100vh - 90px);
  }

  header.header .header-buttons .search .search-logo {
    width: 120px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  header.header .header-buttons .search .btn-close {
    /* Fixed removed, absolute to container */
    top: 10px;
    right: 15px;
    width: 32px;
    height: 32px;
  }

  header.header .header-buttons .search .btn-close::before,
  header.header .header-buttons .search .btn-close::after {
    width: 20px;
  }

  header.header .header-buttons .search .search-header-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  header.header .header-buttons .search .search-input-wrapper {
    width: 100%;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  header.header .header-buttons .search #search-input {
    font-size: 14px;
    padding: 18px 45px 18px 18px;
  }

  header.header .header-buttons .search .search-input-wrapper::after {
    width: 20px;
    height: 20px;
    right: 40px;
  }

  header.header .header-search-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    margin-top: 20px;
    padding: 0 15px;
  }

  header.header .header-search-container .product-card .product-image {
    height: 200px;
  }

  header.header .header-buttons .search .result-wrapper {
    padding: 0 15px;
  }

  header.header .header-buttons .search .result-wrapper .result-wrap {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  header.header .header-buttons .search .result-wrap .button-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header.header .header-buttons .search .result-wrap .search-show-all-button {
    margin-left: 0;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

/* MEGA MENU START */
header.header .container .header-navigation > ul > li {
  position: relative;
}

header.header .container .header-navigation .nav.urunler {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
  max-width: 92vw;
  background: #ffffff;
  padding: 28px 28px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: none;
  z-index: 1000;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0s linear 0.2s,
    margin-top 0.2s ease;
}

/* Hover State - Open Menu */
header.header .container .header-navigation > ul > li:hover .nav.urunler {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
  transition:
    opacity 0.2s ease,
    visibility 0s,
    margin-top 0.2s ease;
}

/* Keep menu open when hovering the menu itself */
header.header .container .header-navigation .nav.urunler:hover {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

/* Invisible bridge to prevent closing when moving mouse from link to menu */
header.header .container .header-navigation > ul > li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  background: transparent;
}

/* Triangle Arrow */
header.header .container .header-navigation .nav.urunler::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  header.header .container .header-navigation .nav.urunler {
    display: none !important;
  }
}
/* MEGA MENU END */

/* Responsive - 480px (Küçük Mobile) */
@media (max-width: 480px) {
  header.header .header-buttons .search .search-logo {
    width: 100px;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  header.header .header-buttons .search.open .search-input-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  header.header .header-buttons .search .search-input-wrapper::after {
    right: 30px;
  }

  header.header .header-search-container .product-card .product-image {
    height: 180px;
  }

  header.header .header-buttons .search #search-input {
    font-size: 13px;
    padding: 15px 40px 15px 15px;
  }

  header.header .header-buttons .search .result-wrap .search-show-all-button {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
}

/* HEADER END */
/* * SITE MENU START */
.site-menu {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  transition: all 500ms ease;
}

.site-menu.active {
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-menu .site-menu-dialog {
  margin-top: calc(var(--header-height) + 2.5rem);
  height: 100%;
  background: #22222288;
  color: #ffffff;
  border-radius: 3.5rem;
  padding: 6rem 5rem;
  overflow-y: auto;
  transform-origin: bottom;
  transform: translateY(-25%);
  transition: all 500ms ease;
}

.site-menu.active .site-menu-dialog {
  transform: translateY(0);
}

.site-menu .site-menu-dialog .site-menu-content {
  display: flex;
  align-items: start;
}

.site-menu .site-menu-dialog .site-menu-content .left-side {
  flex: 2;
  border-right: 1px solid #fffae64d;
  padding-right: 5rem;
  margin-right: 5rem;
}

.site-menu .site-menu-dialog .site-menu-content .left-side .menu-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  /* -webkit-text-stroke: 1px #ffffff; */
  margin-bottom: 3rem;
}

.site-menu .site-menu-dialog .site-menu-content .left-side .menu-items {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.site-menu .site-menu-dialog .site-menu-content .left-side .menu-items li a {
  color: inherit;
  font-size: 2rem;
  font-weight: 300;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 1.85rem;
  transition: all 300ms ease;
}

.site-menu
  .site-menu-dialog
  .site-menu-content
  .left-side
  .menu-items
  li
  a
  .menu-indicator {
  font-size: 1.45rem;
  font-weight: 200;
}

.site-menu .site-menu-dialog .site-menu-content .right-side {
  flex: 1;
}

.site-menu
  .site-menu-dialog
  .site-menu-content
  .right-side
  .contact-informations {
  margin-bottom: 5rem;
}

.site-menu
  .site-menu-dialog
  .site-menu-content
  .right-side
  .contact-informations
  li
  strong {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1.45rem;
}

.site-menu
  .site-menu-dialog
  .site-menu-content
  .right-side
  .contact-informations
  li
  a {
  color: inherit;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 3.5rem;
  transition: all 300ms ease;
}

.site-menu .site-menu-dialog .site-menu-content .right-side .social-medias {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

.site-menu
  .site-menu-dialog
  .site-menu-content
  .right-side
  .social-medias
  li
  a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2.5rem;
  border: 1px solid #fffae6;
  background: #d9d9d944;
  border-radius: 100px;
  color: white;
  transition: all 300ms ease;
}

@media screen and (max-width: 1440px) {
  .site-menu .site-menu-dialog {
    padding: 4rem 5rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1199px) {
  .site-menu .site-menu-dialog {
    margin-top: calc(var(--header-height) + 2rem);
    height: calc(100vh - var(--header-height) - 4rem);
    border-radius: 3rem;
    padding: 4rem 4rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side {
    padding-right: 4rem;
    margin-right: 4rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-title {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-items {
    gap: 3rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-items li a {
    font-size: 1.8rem;
    gap: 1.5rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations {
    margin-bottom: 4rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    strong {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    a {
    font-size: 1.4rem;
    gap: 1rem;
    margin-bottom: 4rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .right-side .social-medias {
    gap: 1.25rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .social-medias
    li
    a {
    padding: 0.6rem 2rem;
  }
}

@media (max-width: 991px) {
  .site-menu .site-menu-dialog {
    margin-top: calc(var(--header-height) + 1.5rem);
    height: calc(100vh - var(--header-height) - 3rem);
    border-radius: 2rem;
    padding: 3rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side {
    padding-right: 3rem;
    margin-right: 3rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-items {
    gap: 3rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-items li a {
    font-size: 1.6rem;
    gap: 1.2rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .left-side
    .menu-items
    li
    a
    .menu-indicator {
    display: none;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations {
    margin-bottom: 3rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    strong {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    a {
    font-size: 1.3rem;
    gap: 0.8rem;
    margin-bottom: 3rem;
    max-width: 250px;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    a
    svg {
    width: 32px;
    height: 32px;
  }

  .site-menu .site-menu-dialog .site-menu-content .right-side .social-medias {
    gap: 1rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .social-medias
    li
    a {
    padding: 0.5rem 1.5rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .social-medias
    li
    a
    svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .site-menu .site-menu-dialog {
    margin-top: calc(var(--header-height) + 1rem);
    height: calc(100vh - var(--header-height) - 2rem);
    border-radius: 1.5rem;
    padding: 2rem;
  }

  .site-menu .site-menu-dialog .site-menu-content {
    flex-direction: column;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side {
    border-right: none;
    border-bottom: 1px solid #fffae64d;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: start;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-items {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .left-side .menu-items li a {
    font-size: 1rem;
    gap: 1rem;
    padding-left: 0.5rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    a
    svg {
    width: 20px;
    height: 20px;
  }

  .site-menu .site-menu-dialog .site-menu-content .right-side {
    padding-top: 1rem;
    width: 100%;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations {
    margin-bottom: 2rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    strong {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    a {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }

  .site-menu .site-menu-dialog .site-menu-content .right-side .social-medias {
    justify-content: center;
    gap: 1rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .social-medias
    li
    a {
    flex: 1;
    padding: 0.4rem 1.25rem;
    font-size: 0.9rem;
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .social-medias
    li
    a
    svg {
    width: 20px;
    height: 20px;
  }
}

/* * SITE MENU END */

/* Ana Slider Ayarları */
section.home-hero {
  width: 100%;
  height: calc(100vh - var(--header-height));
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #ecede8;
  /* Matching the banner's mint green */
}

section.home-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 1921px) {
  section.home-hero {
    height: 85vh;
  }
}

@media screen and (max-width: 991px) {
  section.home-hero {
    height: auto;
    aspect-ratio: 16 / 8;
    min-height: 250px;
  }

  section.home-hero::after {
    content: unset;
  }
}

@media screen and (max-width: 767px) {
  section.home-hero {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 200px;
  }
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Arka Plan Katmanı */
.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  z-index: 1;
  background-repeat: no-repeat;
}

/* Side Navigation */
.swiper-side-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(2, 31, 50, 0.4);
  border: 1px solid #5097c1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 300ms ease;
}

.swiper-side-nav:hover {
  background: #5097c1;
  color: white;
}

.prev-side {
  left: 2rem;
}

.next-side {
  right: 2rem;
}

@media screen and (min-width: 991px) {
  .swiper-side-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .bg-layer {
    background-size: contain;
  }

  .swiper-side-nav {
    width: 35px;
    height: 35px;
    top: 35%;
  }

  .swiper-side-nav svg {
    width: 16px;
    height: 16px;
  }

  .prev-side {
    left: 0.5rem;
  }

  .next-side {
    right: 0.5rem;
  }
}

/* Hero Footer */
.hero-footer-container {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}

.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 2rem;
  background: transparent;
  border-radius: 16px;
  pointer-events: auto;
  width: 100%;
}

.hero-footer .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .hero-footer .swiper-navigation {
    gap: 0.5rem;
  }
}

.hero-footer .swiper-navigation-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5097c1;
  background: #05659d;
  color: #e8e8e8;
  transition: all 300ms ease;
  cursor: pointer;
}

@media (max-width: 767px) {
  .hero-footer .swiper-navigation-btn {
    width: 2.2rem;
    height: 2.2rem;
  }

  .hero-footer .swiper-navigation-btn svg {
    width: 14px;
    height: 14px;
  }
}

.hero-footer .swiper-navigation-btn:hover {
  background: #021f32;
  border-color: #fff;
}

.hero-footer .swiper-indicator {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: white;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .hero-footer .swiper-indicator {
    font-size: 0.9rem;
  }

  .hero-footer .swiper-indicator .current {
    font-size: 1.3rem !important;
  }
}

.hero-footer .swiper-indicator .current {
  font-size: 2rem;
  font-weight: 600;
}

.hero-footer .social-buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-footer .social-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(2, 31, 50, 0.2);
  border: 1px solid rgba(83, 174, 206, 0.5);
  border-radius: 100px;
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  transition: all 300ms ease;
  text-decoration: none;
}

.hero-footer .social-buttons a:hover {
  background: #05659d;
  border-color: #fff;
}

.hero-footer .social-buttons a svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 991px) {
  .hero-footer-container {
    width: 95%;
    bottom: 1rem;
  }

  .hero-footer {
    display: none;
  }

  .hero-footer .social-buttons a {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 767px) {
  .hero-footer {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .hero-footer .social-buttons {
    display: none;
  }
}

/* * HOME ABOUT START */
section.home-about {
  padding: 7.5rem 0;
  background: #ecede7;
}

.about-right-side .video-wrapper {
  width: 100%;
  max-width: 800px;
  /* desktop max genişlik */
  aspect-ratio: 8 / 9;
  /* 800x900 oranı */
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about-right-side .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 16px;
}

.about-left-sticky-wrap {
  position: relative;
  height: fit-content;
  /* KRİTİK */
}

.about-left-sticky {
  position: sticky;
  top: 130px;
}

section.home-about .about-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
}

section.home-about .about-content .about-left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
}

section.home-about .about-content .about-left-side h2 {
  font-size: 2.85rem;
  font-weight: 300;
  color: #052233;
  line-height: 135%;
  margin-bottom: 2.5rem;
}

section.home-about .about-content .about-left-side p {
  font-size: 1.5rem;
  font-weight: 300;
  color: #052233;
  line-height: 135%;
  margin-bottom: 2.5rem;
  color: #354c5b;
  max-width: 740px;
  line-height: 1.5;
}

section.home-about .about-content .about-left-side .about-button {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #44545e;
  border-radius: 100px;
  color: #021f32;
  padding: 1rem 2rem;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 5rem 0;
  transition: all 300ms ease;
}

section.home-about .about-content .about-left-side .about-video {
  position: relative;
  margin: 2.5rem auto;
}

section.home-about .about-content .about-left-side .about-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f8f8f8;
  z-index: 2;
  opacity: 0.75;
  pointer-events: none;
  transition: all 300ms ease;
}

section.home-about .about-content .about-right-side {
  flex: 1;
}

section.home-about .about-content img {
  border-radius: 2rem;
}

@media (max-width: 1199px) {
  section.home-about {
    padding: 6rem 0;
  }

  section.home-about .about-content {
    gap: 2rem;
  }

  section.home-about .about-content .about-left-side h2 {
    font-size: 2.3rem;
  }

  section.home-about .about-content .about-left-side p {
    font-size: 1.3rem;
  }

  section.home-about .about-content .about-left-side .about-button {
    margin: 4rem 0;
  }
}

@media (max-width: 991px) {
  section.home-about {
    padding: 5rem 0;
  }

  section.home-about .about-content {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  section.home-about .about-content .about-left-side {
    width: 100%;
  }

  section.home-about .about-content .about-left-side h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    max-width: 90%;
  }

  section.home-about .about-content .about-left-side p {
    font-size: 1.15rem;
    max-width: 100%;
  }

  section.home-about .about-content .about-left-side .about-button {
    margin: 3rem auto;
    margin-bottom: 0;
  }

  section.home-about .about-content .about-left-side .about-video {
    margin: 0 auto;
  }

  section.home-about .about-content .about-right-side {
    width: 100%;
    max-width: 700px;
  }

  section.home-about .about-content .about-right-side img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-left-sticky {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  section.home-about {
    padding: 3rem 0;
  }

  section.home-about .about-content {
    gap: 2rem;
  }

  section.home-about .about-content .about-left-side h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  section.home-about .about-content .about-left-side p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  section.home-about .about-content .about-left-side .about-button {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    margin: 2rem auto;
  }

  section.home-about
    .about-content
    .about-left-side
    .about-video
    .play-button
    svg {
    width: 80px;
    height: 80px;
  }
}

/* * HOME ABOUT END */

/* * HOME PRODUCTS START */
section.home-products {
  padding: 5rem 0;
  color: white;
  background: linear-gradient(45deg, #0665a0, #019fe3);
}

.home-products .swiper-slide {
  height: auto;
  display: flex;
}

section.home-products .section-title {
  font-size: 2rem;
  color: white;
  margin-bottom: 3rem;
}

section.home-products .section-title::before {
  background-color: white;
}

/* Mevcut CSS'inizde şu kısımları revize edin */
section.home-products .product-categories {
  display: flex;
  align-items: center;
  gap: 0;
  /* Boşluğu Swiper spaceBetween ile vereceğiz */
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

section.home-products .product-categories-swiper {
  margin-bottom: 3rem;
  overflow: hidden;
  /* Dışarı taşanları gizle */
  cursor: grab;
}

section.home-products .product-categories-swiper:active {
  cursor: grabbing;
}

/* Slide genişliğinin içeriğe göre olması için */
section.home-products .product-categories .swiper-slide {
  width: auto;
}

section.home-products .product-categories a {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 100px;
  background: rgba(200, 200, 200, 0.25);
  border: 1px solid rgba(200, 200, 200, 0.3);
  color: white;
  white-space: nowrap;
  transition: all 300ms ease;
}

section.home-products .product-categories a.active {
  background: #003553;
  border-color: #003553;
}

section.home-products .home-products-swiper {
  margin-bottom: 3rem;
}

section.home-products .home-products-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

section.home-products .home-products-navigation a {
  color: white;
  background-color: #003553;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  transition: all 300ms ease;
}

section.home-products .home-products-navigation a svg {
  transition: all 300ms ease;
}

section.home-products .home-products-navigation hr {
  flex: 1;
  border-color: #3698ca;
  margin-left: 1rem;
}

@media screen and (max-width: 1199px) {
  section.home-products {
    padding: 4rem 0;
  }

  section.home-products .section-title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  section.home-products .product-categories {
    margin-bottom: 2.5rem;
  }

  section.home-products .product-categories a {
    padding: 0.8rem 1.8rem;
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 991px) {
  section.home-products {
    padding: 3rem 0;
  }

  section.home-products .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  section.home-products .product-categories {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  section.home-products .product-categories a {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  section.home-products .home-products-swiper {
    margin-bottom: 2rem;
  }

  section.home-products .home-products-navigation {
    gap: 1rem;
  }

  section.home-products .home-products-navigation a {
    padding: 0.8rem 2rem;
  }

  section.home-products .home-products-navigation a svg {
    width: 20px;
    height: 20px;
  }

  section.home-products .home-products-navigation hr {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  section.home-products {
    padding: 2rem 0;
  }

  section.home-products .section-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  section.home-products .product-categories {
    gap: 0.75rem;
    padding-bottom: 5px;
    margin-bottom: 1.5rem;
  }

  section.home-products .product-categories a {
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
  }

  section.home-products .home-products-swiper {
    margin-bottom: 1.5rem;
  }

  section.home-products .home-products-navigation {
    justify-content: center;
  }

  section.home-products .home-products-navigation hr {
    display: none;
  }

  section.home-products .home-products-navigation a {
    padding: 0.75rem 1.5rem;
  }

  section.home-products .home-products-navigation a svg {
    width: 18px;
    height: 18px;
  }
}

/* * HOME PRODUCTS END */

/* * HOME CATELOG START */
section.home-catalog {
  background-color: #ecede7;
  padding: 10rem 0;
}

section.home-catalog .home-catelog-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

section.home-catalog .home-catelog-wrapper .home-catalog-swiper {
  flex: 1;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .swiper-wrapper {
  justify-content: center;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .swiper-pagination {
  position: static;
  margin-top: 2.5rem;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  transition: all 300ms ease;
}

section.home-catalog .home-catelog-wrapper .home-catalog-swiper .catalog-image {
  position: relative;
  overflow: hidden;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .catalog-image
  img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 32px;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .catalog-image
  .pdf-badge {
  position: absolute;
  top: 30px;
  right: -55px;
  width: 200px;
  background: linear-gradient(135deg, #019fe3 0%, #0665a0 100%);
  color: white;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  z-index: 50;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease;
  pointer-events: none;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .catalog-image
  .pdf-badge
  img {
  width: 18px !important;
  height: auto !important;
  border-radius: 0 !important;
  filter: brightness(0) invert(1);
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .catalog-image
  .pdf-badge
  span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .catalog-image:hover
  .pdf-badge {
  background: linear-gradient(135deg, #0665a0 0%, #019fe3 100%);
  padding: 12px 0;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .swiper-slide-active {
  border: 2px solid #021f32;
  border-radius: 32px;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #021f32;
}

section.home-catalog .home-catelog-wrapper .home-catalog-content {
  flex: 1;
  text-align: center;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-content
  .catalog-title {
  color: #043859;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-content
  .catalog-description {
  color: #043859;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 5rem;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-content
  .catalog-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-content
  .catalog-buttons
  .swiper-button {
  color: white;
  background-color: #003553;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  transition: all 300ms ease;
}

section.home-catalog
  .home-catelog-wrapper
  .home-catalog-content
  .catalog-buttons
  .show-all-button {
  margin-left: 1.5rem;
  display: inline-flex;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #021f32;
  border: 1px solid #556976;
  border-radius: 100px;
  transition: all 300ms ease;
}

@media screen and (max-width: 1199px) {
  section.home-catalog {
    padding: 8rem 0;
  }

  section.home-catalog .home-catelog-wrapper {
    gap: 3rem;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-description {
    font-size: 1.35rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 991px) {
  section.home-catalog {
    padding: 6rem 0;
  }

  section.home-catalog .home-catelog-wrapper {
    flex-direction: column;
    gap: 4rem;
  }

  section.home-catalog .home-catelog-wrapper .home-catalog-swiper {
    width: 100%;
    max-width: 600px;
    flex: unset;
  }

  section.home-catalog .home-catelog-wrapper .home-catalog-content {
    flex: unset;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-description {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-swiper
    .catalog-image
    img {
    height: 450px;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-swiper
    .catalog-image
    .pdf-badge {
    top: 25px;
    right: -60px;
    width: 200px;
    padding: 8px 0;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-swiper
    .catalog-image
    .pdf-badge
    span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  section.home-catalog {
    padding: 4rem 0;
  }

  section.home-catalog .home-catelog-wrapper .home-catalog-swiper {
    max-width: 100%;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-description {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-buttons {
    flex-wrap: wrap;
    gap: 1rem;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-buttons
    .show-all-button {
    margin-left: 0;
    width: max-content;
    font-size: 1rem;
    order: 3;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-swiper
    .catalog-image
    img {
    height: 350px;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-swiper
    .catalog-image
    .pdf-badge {
    top: 20px;
    right: -65px;
    width: 200px;
    padding: 6px 0;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-swiper
    .catalog-image
    .pdf-badge
    span {
    font-size: 11px;
  }
}

/* * HOME CATELOG END */

/* * HOME CATEGORIES START */
section.home-categories {
  padding: 5rem;
  background: #ecede7;
}

section.home-categories .home-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

section.home-categories .home-categories-header .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}

section.home-categories .home-categories-header .show-all-button {
  display: inline-flex;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #021f32;
  border: 1px solid #556976;
  border-radius: 100px;
  transition: all 300ms ease;
}

section.home-categories .home-categories-swiper {
  overflow: hidden;
}

section.home-categories .home-categories-swiper .category-item {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.home-categories .home-categories-swiper .category-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6);
  transition: all 300ms ease;
}

section.home-categories .home-categories-swiper .category-item strong {
  font-size: 2.5rem;
  font-weight: 500;
  color: white;
  transition: all 300ms ease;
}

@media screen and (max-width: 1199px) {
  section.home-categories {
    padding: 3rem 0;
  }

  section.home-categories .home-categories-header {
    margin-bottom: 3rem;
  }

  section.home-categories .home-categories-header .section-title {
    font-size: 2.75rem;
  }

  section.home-categories .home-categories-header .show-all-button {
    padding: 0.75rem 1.75rem;
    font-size: 1.1rem;
    gap: 0.75rem;
  }

  section.home-categories .home-categories-swiper .category-item {
    height: 300px;
  }

  section.home-categories .home-categories-swiper .category-item strong {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  section.home-categories {
    padding: 2rem 0;
  }

  section.home-categories .home-categories-header {
    margin-bottom: 2rem;
  }

  section.home-categories .home-categories-header .section-title {
    font-size: 2.25rem;
  }

  section.home-categories .home-categories-header .show-all-button {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    gap: 0.5rem;
  }

  section.home-categories .home-categories-swiper .category-item {
    height: 250px;
  }

  section.home-categories .home-categories-swiper .category-item strong {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  section.home-categories {
    padding: 1.5rem 0;
  }

  section.home-categories .home-categories-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  section.home-categories .home-categories-header .section-title {
    font-size: 1.75rem;
  }

  section.home-categories .home-categories-header .show-all-button {
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    width: auto;
  }

  section.home-categories .home-categories-swiper .category-item {
    height: 200px;
    border-radius: 1.5rem;
  }

  section.home-categories .home-categories-swiper .category-item strong {
    font-size: 1.5rem;
  }
}

/* * HOME CATEGORIES END */

/* * HOME REFERENCES START */
section.home-references {
  padding: 5rem;
  background: #ecede7;
}

section.home-references .home-references-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

section.home-references .home-references-header .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

section.home-references .home-references-header .show-all-button {
  display: inline-flex;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #021f32;
  border: 1px solid #556976;
  border-radius: 100px;
  transition: all 300ms ease;
}

section.home-references .home-references-swiper {
  overflow: hidden;
  padding: 2.5rem;
  border-radius: 100px;
  border: 1px solid #8b98a1;
}

section.home-references .home-references-swiper .reference-item {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.home-references .home-references-swiper .reference-item img {
  width: 200px;
  height: 75px;
  transition: all 300ms ease;
  object-fit: contain;
}

section.home-references .home-references-swiper .reference-item strong {
  font-size: 2.5rem;
  font-weight: 500;
  color: white;
  transition: all 300ms ease;
}

@media screen and (max-width: 1199px) {
  section.home-references {
    padding: 4rem 3rem;
  }

  section.home-references .home-references-header .section-title {
    font-size: 3rem;
  }

  section.home-references .home-references-header .show-all-button {
    font-size: 1.15rem;
    padding: 0.8rem 1.8rem;
  }

  section.home-references .home-references-swiper {
    padding: 2rem;
    border-radius: 80px;
  }

  section.home-references .home-references-swiper .reference-item img {
    width: 180px;
    height: 65px;
  }
}

@media screen and (max-width: 991px) {
  section.home-references {
    padding: 3rem 2rem;
  }

  section.home-references .home-references-header {
    margin-bottom: 3rem;
  }

  section.home-references .home-references-header .section-title {
    font-size: 2.5rem;
  }

  section.home-references .home-references-header .show-all-button {
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
  }

  section.home-references .home-references-swiper {
    padding: 1.5rem;
    border-radius: 60px;
  }

  section.home-references .home-references-swiper .reference-item img {
    width: 150px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  section.home-references {
    padding: 2rem 1rem;
  }

  section.home-references .home-references-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  section.home-references .home-references-header .section-title {
    font-size: 1.75rem;
  }

  section.home-references .home-references-header .show-all-button {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }

  section.home-references .home-references-swiper {
    padding: 1rem;
    border-radius: 30px;
  }

  section.home-references .home-references-swiper .reference-item img {
    width: 120px;
    height: 45px;
  }
}

/* * HOME REFERENCES END */

/* * ABOUT US START */
section.about-us {
  padding: 7.5rem 0;
  overflow: clip !important;
  background-color: #ecede7;
}

section.about-us .section-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

section.about-us .hr {
  background: linear-gradient(to right, #77868c, #ecede7);
  width: 100%;
  height: 1px;
  border-radius: 100px;
  margin-top: 3rem;
  margin-bottom: 6rem;
}

section.about-us .about-us-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8rem;
}

section.about-us .about-us-main .about-us-content-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 100%;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}

section.about-us .about-us-main .about-us-content-side .about-title {
  font-size: 2.5rem;
  color: #354c5b;
  margin-bottom: 2rem;
}

section.about-us .about-us-main .about-us-content-side .about-description {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

section.about-us .about-us-main .about-us-content-side .social-buttons {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

section.about-us .about-us-main .about-us-content-side .social-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #44545e;
  background: transparent;
  border: 1px solid #8b98a1;
  border-radius: 100px;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  transition: all 300ms ease;
}

section.about-us .about-us-main .about-us-swiper-side {
  flex: 1;
  width: 50%;
}

section.about-us .about-us-main .about-us-swiper-side .about-us-swiper {
  width: 100%;
  flex: 1;
  overflow: visible;
}

section.about-us .about-us-main .about-us-swiper-side .about-us-swiper-image {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

section.about-us
  .about-us-main
  .about-us-swiper-side
  .about-us-swiper-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.about-us .about-us-main .about-us-swiper-side .swiper-navigation {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-right: 150px;
}

section.about-us .about-us-main .about-us-swiper-side .swiper-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #021f32;
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  border-radius: 50%;
  border: 1px solid #8b98a1;
  transition: all 300ms ease;
}

section.about-us
  .about-us-main
  .about-us-swiper-side
  .swiper-navigation
  .swiper-indicator {
  width: max-content;
  color: #354c5b;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
  font-size: 2.75rem;
}

section.about-us
  .about-us-main
  .about-us-swiper-side
  .swiper-navigation
  .swiper-indicator
  .current {
  font-size: 5rem;
  font-weight: 600;
}

/* Sticky davranışını geri getir ve overflow'u düzelt */
@media (min-width: 1200px) {
  .about-us-swiper-side {
    position: sticky;
    top: 150px;
  }

  section.about-us .about-us-main .about-us-swiper-side .about-us-swiper {
    overflow: visible;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  section.about-us {
    padding: 6rem 0;
  }

  section.about-us .about-us-main .about-us-swiper-side {
    display: none;
  }

  section.about-us .section-title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }

  section.about-us .hr {
    margin-bottom: 4rem;
  }

  section.about-us .about-us-main {
    gap: 6rem;
    flex-direction: column;
  }

  section.about-us .about-us-main .about-us-content-side .about-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  section.about-us .about-us-main .about-us-content-side .about-description {
    font-size: 1.25rem;
  }

  section.about-us .about-us-main .about-us-content-side .social-buttons {
    margin-top: 5rem;
  }

  section.about-us .about-us-main .about-us-swiper-side .swiper-navigation {
    margin-right: 100px;
    gap: 2rem;
  }

  section.about-us .about-us-main .about-us-swiper-side .swiper-navigation a {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  section.about-us
    .about-us-main
    .about-us-swiper-side
    .swiper-navigation
    .swiper-indicator {
    font-size: 2.5rem;
  }

  section.about-us
    .about-us-main
    .about-us-swiper-side
    .swiper-navigation
    .swiper-indicator
    .current {
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  section.about-us {
    padding: 5rem 0;
  }

  section.about-us .section-title {
    font-size: 2.5rem;
  }

  section.about-us .hr {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }

  section.about-us .about-us-main {
    flex-direction: column;
    gap: 3rem;
  }

  section.about-us .about-us-main .about-us-content-side {
    max-width: 100%;
    position: static;
  }

  section.about-us .about-us-main .about-us-content-side .about-title {
    font-size: 1.75rem;
  }

  section.about-us .about-us-main .about-us-content-side .about-description {
    font-size: 1.125rem;
  }

  section.about-us .about-us-main .about-us-content-side .social-buttons {
    display: none;
    margin-top: 3rem;
    gap: 1rem;
  }

  section.about-us .about-us-main .about-us-swiper-side {
    width: 100%;
    flex: none;
    display: none;
  }
}

@media (max-width: 767px) {
  section.about-us {
    padding: 3rem 0;
  }

  section.about-us .section-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  section.about-us .hr {
    margin-bottom: 2rem;
  }

  section.about-us .about-us-main {
    gap: 2rem;
  }

  section.about-us .about-us-main .about-us-content-side .about-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  section.about-us .about-us-main .about-us-content-side .about-description {
    font-size: 1rem;
  }
}

/* * ABOUT US END */

/* * ABOUT COUNT UP START */
section.about-count-up {
  padding: 10rem 0;
  background-color: #ecede7;
}

section.about-count-up .count-ups {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

section.about-count-up .count-ups .count-up {
  text-align: center;
}

section.about-count-up .count-ups .count-up .title {
  color: #021f32;
  font-size: 2rem;
  font-weight: 500;
}

section.about-count-up .count-ups .count-up .number {
  color: #021f32;
  font-size: 5rem;
  font-weight: 300;
}

section.about-count-up .count-ups .seperator {
  width: 2px;
  min-width: 2px;
  height: 150px;
  background: linear-gradient(to top, transparent, #021f32aa);
}

@media (max-width: 1199px) {
  section.about-count-up {
    padding: 8rem 0;
  }

  section.about-count-up .count-ups .count-up .title {
    font-size: 1.75rem;
  }

  section.about-count-up .count-ups .count-up .number {
    font-size: 4rem;
  }

  section.about-count-up .count-ups .seperator {
    height: 120px;
  }
}

@media (max-width: 991px) {
  section.about-count-up {
    padding: 6rem 0;
  }

  section.about-count-up .count-ups .count-up .title {
    font-size: 1.5rem;
  }

  section.about-count-up .count-ups .count-up .number {
    font-size: 3rem;
  }

  section.about-count-up .count-ups .seperator {
    height: 100px;
  }
}

@media (max-width: 767px) {
  section.about-count-up {
    padding: 2rem 0;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  section.about-count-up .count-ups {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  section.about-count-up .count-ups .count-up {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  section.about-count-up .count-ups .count-up .title {
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  section.about-count-up .count-ups .count-up .number {
    font-size: 2rem;
  }

  section.about-count-up .count-ups .seperator {
    display: none;
  }
}

/* * ABOUT COUNT UP END */

/* * ABOUT VIDEO x */
section.about-video {
  height: 800px;
}

section.about-video iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  section.about-video {
    height: 650px;
  }
}

@media (max-width: 991px) {
  section.about-video {
    height: 500px;
  }
}

@media (max-width: 767px) {
  section.about-video {
    height: 350px;
  }
}

/* * ABOUT VIDEO END */

/* * ABOUT TAB START */
section.about-tab {
  padding: 10rem 0;
  background-color: #ecede7;
}

section.about-tab .tab-content-area {
  display: flex;
  align-items: center;
  gap: 10rem;
}

section.about-tab .tab-menu {
  flex-shrink: 0;
  width: 35%;
}

section.about-tab .tab-item {
  padding: 5rem 0;
  cursor: pointer;
  gap: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease;
}

section.about-tab .tab-menu .line-effect {
  height: 2px;
  min-height: 2px;
  width: 100%;
  background: linear-gradient(to right, #77868c, transparent);
}

section.about-tab .tab-title {
  font-size: 3rem;
  font-weight: 300;
  color: #999;
  transition: color 0.3s ease;
}

section.about-tab .tab-icon {
  color: #999;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

section.about-tab .tab-item.active .tab-icon {
  opacity: 1;
  transform: translateX(0);
}

section.about-tab .tab-item.active .tab-title,
section.about-tab .tab-item.active .tab-icon {
  color: #333;
}

section.about-tab .content-display {
  flex-grow: 1;
  width: 65%;
  position: relative;
}

section.about-tab .content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 50px 0;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
  pointer-events: none;
}

section.about-tab .content-item.active {
  opacity: 1;
  transform: translateY(0);
  position: static;
  pointer-events: auto;
}

section.about-tab .content-item h2 {
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 140%;
  color: #354c5b;
  margin-bottom: 30px;
}

section.about-tab .content-item p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 165%;
  color: #44545e;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  section.about-tab .content-display {
    min-height: 550px;
  }
}

@media (max-width: 1199px) {
  section.about-tab {
    padding: 8rem 0;
  }

  section.about-tab .tab-content-area {
    gap: 6rem;
  }

  section.about-tab .tab-menu {
    padding-top: 30px;
  }

  section.about-tab .tab-item {
    padding: 3rem 0;
    gap: 1.5rem;
  }

  section.about-tab .tab-title {
    font-size: 2.5rem;
  }

  section.about-tab .content-item h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  section.about-tab .content-item p {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  section.about-tab {
    padding: 5rem 0;
  }

  section.about-tab .tab-content-area {
    flex-direction: column;
    gap: 2rem;
  }

  section.about-tab .tab-menu {
    width: 100%;
    padding-top: 0;
  }

  section.about-tab .tab-item {
    padding: 2rem 0;
    justify-content: flex-start;
  }

  section.about-tab .content-display {
    width: 100%;
  }

  section.about-tab .content-item h2 {
    font-size: 1.75rem;
  }

  section.about-tab .content-item p {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  section.about-tab {
    padding: 3rem 0;
  }

  section.about-tab .tab-content-area {
    gap: 1.5rem;
  }

  section.about-tab .tab-item {
    padding: 1.25rem 0;
    gap: 0;
  }

  section.about-tab .tab-title {
    font-size: 1.5rem;
  }

  section.about-tab .tab-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.about-tab .tab-menu .line-effect {
    display: none;
  }

  section.about-tab .content-item {
    padding: 0 0 30px 0;
  }

  section.about-tab .content-item h2 {
    font-size: 1.5rem;
    line-height: 130%;
  }

  section.about-tab .content-item p {
    font-size: 1rem;
  }
}

/* * ABOUT TAB END */

/* * CONTACT HEADER START */
section.contact-header {
  padding: 5rem 0 0;
  background: #ecede7;
}

section.contact-header .container .hr {
  background: linear-gradient(to right, #77868c, #ecede7);
  width: 100%;
  height: 1px;
  border-radius: 100px;
  margin-top: 3rem;
}

section.contact-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

section.contact-header .section-title {
  font-size: 2rem;
  margin-right: auto;
  margin-bottom: 0;
}

section.contact-header .social-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

section.contact-header .social-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #44545e;
  background: transparent;
  border: 1px solid #8b98a1;
  border-radius: 100px;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  transition: all 300ms ease;
}

@media (max-width: 1199px) {
  section.contact-header {
    padding: 4rem 0 0;
  }

  section.contact-header .section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  section.contact-header .social-buttons {
    gap: 1rem;
  }

  section.contact-header .social-buttons a {
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
  }

  section.contact-header .social-buttons a svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 991px) {
  section.contact-header {
    padding: 3rem 0 0;
  }

  section.contact-header .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  section.contact-header .section-title {
    font-size: 2.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  section.contact-header .social-buttons {
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
    overflow: auto;
  }

  section.contact-header .social-buttons a {
    padding: 0.75rem 2.5rem;
  }

  section.contact-header .social-buttons a svg {
    width: 26px;
    height: 26px;
  }

  section.contact-header .container .hr {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  section.contact-header {
    padding: 2rem 0 0;
  }

  section.contact-header .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  section.contact-header .social-buttons {
    gap: 0.5rem;
  }

  section.contact-header .social-buttons a {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    width: 100%;
  }
}

/* * CONTACT HEADER END */

/* * CONTACT START */
section.contact {
  padding: 5rem 0;
  background-color: #ecede7;
}

section.contact .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
}

section.contact .container .contact-informations {
  flex: 1;
}

section.contact .container .contact-informations li:not(:last-child) {
  margin-bottom: 3rem;
}

section.contact .container .contact-informations strong {
  font-size: 1.5rem;
  font-weight: 500;
  color: #8b98a1;
  display: block;
  margin-bottom: 1.5rem;
}

section.contact .container .contact-informations a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.15rem;
  color: #354c5b;
  font-size: 1.25rem;
  transition: all 300ms ease;
}

section.contact .container .contact-form {
  flex: 1.2;
  position: sticky;
  top: 150px;
}

section.contact .container .contact-form .form-input {
  margin-bottom: 2rem;
}

section.contact .container .contact-form .form-input input,
section.contact .container .contact-form .form-input textarea {
  border: 0;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: transparent;
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  padding: 1rem 0;
  color: #354c5b;
  border: 1px solid #556673;
  transition: all 300ms ease;
  border: 1px solid;
  padding: 1.75rem 2.5rem;
  border-radius: 100px;
}

section.contact .container .contact-form .form-input input::placeholder,
section.contact .container .contact-form .form-input textarea::placeholder {
  color: #354c5b;
}

section.contact .container .contact-form .form-input input:focus,
section.contact .container .contact-form .form-input textarea:focus {
  border-color: #021f32;
  box-shadow: unset;
}

section.contact .container .contact-form .form-input input:focus::placeholder {
  font-size: 0.8rem;
}

section.contact .container .contact-form .captcha-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 50px;
}

section.contact .container .contact-form .captcha-field .captcha a {
  background-color: var(--color-primary);
}

section.contact .container .contact-form .captcha-field input {
  text-transform: uppercase;
}

section.contact .container .contact-form .captcha-field input::placeholder {
  text-transform: capitalize;
}

section.contact .container .contact-form .captcha-field .col {
  padding: 0;
}

section.contact .container .contact-form .captcha-field .captcha_img {
  height: 60px !important;
  max-height: 60px !important;
  border-radius: 0;
  border: 0;
}

section.contact .container button[type="submit"] {
  border: 0;
  outline: 0;
  background: #021c2e;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 100px;
  font-size: 1.35rem;
  font-weight: 600;
  color: white;
  width: 100%;
  text-transform: uppercase;
  transition: all 300ms ease;
}

section.contact .container button[type="submit"] svg {
  transition: all 300ms ease;
}

section.contact .form-input {
  position: relative;
}

section.contact .container .contact-form .form-input input,
section.contact .container .contact-form .form-input textarea {
  border-radius: 30px;
}

section.contact .form-input:has(input:focus),
section.contact .form-input:has(textarea:focus) {
  transform: translateY(-2px);
}

section.contact .form-input:has(input:focus)::after,
section.contact .form-input:has(textarea:focus)::after {
  width: 100%;
}

section.contact .form-input input::placeholder,
section.contact .form-input textarea::placeholder {
  transition: all 250ms ease;
}

section.contact .form-input input:focus::placeholder,
section.contact .form-input textarea:focus::placeholder {
  opacity: 0.4;
  transform: translateY(-6px);
}

@media screen and (max-width: 1200px) {
  section.contact .container .contact-form {
    position: relative;
    top: unset;
  }
}

@media (max-width: 992px) {
  section.contact .container {
    flex-direction: column;
  }

  section.contact .container .contact-informations {
    width: 100%;
  }

  section.contact .container .contact-form {
    width: 100%;
  }
}

/* Lokasyon Grupları — mevcut ul/li stiline uyumlu */
section.contact .contact-informations ul li.location-group {
  margin-top: 0.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0;
}

section.contact .contact-informations ul li.location-group strong {
  font-size: 1.5rem;
  font-weight: 500;
  color: #8b98a1;
  display: block;
  margin-bottom: 1.5rem;
}

/* location-group içindeki a'lar — mevcut a stiliyle aynı */
section.contact .contact-informations ul li.location-group a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.15rem;
  color: #354c5b;
  font-size: 1.25rem;
  transition: all 300ms ease;
  margin-bottom: 1.5rem;
}

section.contact .contact-informations ul li.location-group a:last-child {
  margin-bottom: 0;
}

/* * CONTACT END */

/* * PRODUCT LIST START */
section.product-list {
  padding: 5rem 0;
  background: #ecede7;
}

section.product-list .product-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

section.product-list .product-list-header .section-title {
  font-size: 2rem;
  margin-bottom: 0;
}

section.product-list .product-list-header .products-filter {
  position: relative;
}

section.product-list .product-list-header .products-filter .filter-wrapper {
  position: relative;
}

section.product-list .product-list-header .products-filter .current {
  padding: 1rem 2rem;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  background: white;
  color: #354c5b;
  border: 1px solid #354c5b;
  gap: 0.75rem;
  font-size: 1.45rem;
  font-weight: 300;
  cursor: pointer;
  user-select: none;
  transition: all 300ms ease;
}

section.product-list .product-list-header .products-filter .filter-list {
  position: absolute;
  z-index: 10;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  background: white;
  border-radius: 1.25rem;
  padding: 1rem 0;
  overflow: hidden;
  box-shadow: 2px 4px 18px -4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  transition: all 300ms ease;
  list-style: none;
  margin: 0;
}

section.product-list .product-list-header .products-filter .filter-list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

section.product-list .product-list-header .products-filter .filter-list button {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  color: #354c5b;
  font-size: 1.1rem;
  transition: all 300ms ease;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

section.product-list
  .product-list-header
  .products-filter
  .filter-list
  button:hover {
  background: #f5f5f5;
}

section.product-list
  .product-list-header
  .products-filter
  .filter-list
  button.active {
  background: #f0f0f0;
  font-weight: 500;
}

section.product-list .product-list-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}

section.product-list .product-list-main .product-sidebar {
  width: 350px;
  min-width: 350px;
  padding: 2rem;
  background: white;
  border: 1px solid #021f32;
  border-radius: 2rem;
}

section.product-list .product-list-main .product-sidebar .sidebar-title {
  text-align: center;
  text-transform: uppercase;
  color: #354c5b;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

section.product-list .product-list-main .product-sidebar li:not(:last-of-type) {
  margin-bottom: 1rem;
}

section.product-list .product-list-main .product-sidebar li a {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.15rem;
  color: #354c5b;
  cursor: pointer;
}

section.product-list .product-list-main .product-sidebar > ul > li {
  border-bottom: 1px solid #e6ecef;
}

section.product-list .product-list-main .product-sidebar > ul > li:last-child {
  border-bottom: none;
}

section.product-list .product-list-main .product-sidebar ul.sub-menu li {
  border-bottom: 1px dashed #e6ecef;
  list-style: circle !important;
}

section.product-list
  .product-list-main
  .product-sidebar
  ul.sub-menu
  li:last-child {
  border-bottom: none;
}

section.product-list .product-list-main .product-sidebar li > a:hover {
  color: #021f32;
}

section.product-list .product-list-main .product-sidebar li.open > a {
  font-weight: 600;
}

section.product-list
  .product-list-main
  .product-sidebar
  li
  a
  svg.dropdown-icon {
  transition: transform 0.3s ease;
}

section.product-list
  .product-list-main
  .product-sidebar
  li.open
  > a
  svg.dropdown-icon {
  transform: rotate(180deg);
}

section.product-list .product-list-main .product-sidebar ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin-top: 0;
  padding-left: 1rem;
  list-style: none;
}

section.product-list .product-list-main .product-sidebar li.open ul.sub-menu {
  max-height: 500px;
  margin-top: 0.5rem;
}

section.product-list .product-list-main .product-sidebar ul.sub-menu li a {
  padding: 0.5rem 0;
  font-size: 1.05rem;
  font-weight: 300;
}

section.product-list
  .product-list-main
  .product-sidebar
  ul.sub-menu
  li
  a
  .circle {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  border: 1.5px solid #44545e;
}

section.product-list .product-list-main .product-grid-body {
  width: 100%;
}

section.product-list .product-list-main .product-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
}

section.product-list .product-list-main .product-grid .product-card {
  background: white;
  border-color: #021f32;
}

section.product-list
  .product-list-main
  .product-grid
  .product-card
  .product-name {
  color: #021f32;
}

section.product-list
  .product-list-main
  .product-grid
  .product-card
  .product-category {
  color: #b1babf;
  flex-grow: 1;
  margin-top: auto;
}

@media screen and (min-width: 1440px) {
  section.product-list .product-list-main .product-sidebar {
    position: sticky;
    top: 150px;
  }
}

@media (max-width: 991px) {
  section.product-list .product-list-header .products-filter .current {
    padding: 1rem 1.85rem;
    font-size: 1.15rem;
    gap: 0.5rem;
  }

  section.product-list .product-list-main {
    flex-wrap: wrap;
  }

  section.product-list .product-list-main .product-sidebar {
    width: 100%;
  }
}

@media (max-width: 768px) {
  section.product-list .product-list-header {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }

  section.product-list .product-list-header .products-filter {
    width: 100%;
    margin-top: 0.5rem;
  }

  section.product-list .product-list-header .products-filter .current {
    width: 100%;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    font-size: 1rem;
    border-radius: 14px;
  }

  section.product-list .product-list-header .section-title {
    margin-bottom: 0;
    font-size: 3rem;
  }
}

/* * PRODUCT LIST END */

/* * PRODUCT DETAIL START */
section.product-detail {
  padding: 7.5rem 0;
  background: #ecede7;
}

section.product-detail .product-content {
  display: flex;
  /* justify-content: space-between; */
  /* gap: 7.5rem; */
  align-items: start;
}

section.product-detail .product-content .product-gallery {
  width: 50%;
  flex: 0 0 auto;
  position: sticky;
  top: 150px;
  align-self: flex-start;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-bottom: 20px;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-social-media {
  z-index: 2;
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-social-media
  a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #021f32;
  color: white;
  transition: all 300ms ease;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-social-media
  a
  svg {
  width: 50%;
  height: 50%;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper {
  margin-bottom: 5rem;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper
  a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  overflow: hidden;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper
  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper
  .swiper-slide
  img {
  width: 500px;
  height: 500px;
  object-fit: contain;
  transition: transform 0.15s ease-out;
}

.zoom-lens {
  position: fixed;
  width: 24px;
  height: 24px;
  display: none;
  z-index: 9999;
  pointer-events: none;
}

/* Horizontal line */
.zoom-lens::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #021f32;
  transform: translateY(-50%);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

/* Vertical line */
.zoom-lens::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #021f32;
  transform: translateX(-50%);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

.zoom-lens .lens-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border: 1px solid #021f32;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  background: transparent;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper-thumbs
  .swiper-wrapper {
  justify-content: center;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper-thumbs
  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 100px;
  height: 100px;
  border: 1px solid #d5d8d5;
  border-radius: 0.75rem;
  transition: all 300ms ease;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper-thumbs
  .swiper-slide.swiper-slide-thumb-active {
  border-color: #019fe3;
}

section.product-detail
  .product-content
  .product-gallery
  .product-gallery-swiper-thumbs
  .swiper-slide
  img {
  cursor: pointer;
  width: 75%;
  height: 75%;
  object-fit: contain;
}

section.product-detail .product-content .seperator {
  border-right: 1px solid #d5d8d5;
  height: auto;
  max-height: 100%;
}

section.product-detail .product-content .product-information {
  flex: 1;
  padding-left: 7.5rem;
}

section.product-detail .product-content .product-information .product-code {
  font-size: 1.85rem;
  font-weight: 300;
  color: #021f32;
  margin-bottom: 1.85rem;
  max-width: 600px;
}

section.product-detail .product-content .product-information .product-name {
  font-size: 2.5rem;
  font-weight: 700;
  color: #021f32;
  margin-bottom: 4rem;
  max-width: 600px;
}

section.product-detail
  .product-content
  .product-information
  .product-description {
  font-size: 1.45rem;
  font-weight: 300;
  color: #556976;
  margin-bottom: 4rem;
  max-width: 600px;
}

section.product-detail .product-content .product-information .product-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 600px;
  margin-bottom: 7.5rem;
}

section.product-detail
  .product-content
  .product-information
  .product-buttons
  .product-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 300;
  border-radius: 100px;
  gap: 1rem;
  padding: 1rem 1.5rem;
  color: #354c5b;
  border: 1px solid currentColor;
  transition: all 300ms ease;
}

section.product-detail
  .product-content
  .product-information
  .product-buttons
  .wp-button {
  color: #4dc152;
}

/* ===============================
   Product Features Tabs
=============================== */

.product-features-tabs {
  width: 100%;
}

/* ===============================
   Tab Headers
=============================== */

.product-features-tabs .tab-headers {
  display: flex;
  gap: 3rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3rem;
}

/* ===============================
   Tab Buttons
=============================== */

.product-features-tabs .tab-headers .tab-btn {
  background: none;
  border: none;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  color: #777;
  position: relative;
  outline: none;
  box-shadow: none;
  transition: color 0.3s ease;
  padding-bottom: 0;
}

/* Focus (tıklama sonrası mavi çerçeve iptali) */
.product-features-tabs .tab-headers .tab-btn:focus,
.product-features-tabs .tab-headers .tab-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

/* ===============================
   Underline Animation
=============================== */

/* Alt çizgi (default gizli) */
.product-features-tabs .tab-headers .tab-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #000;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

/* Hover olduğunda çizgi yüklensin */
.product-features-tabs .tab-headers .tab-btn:hover::after {
  transform: scaleX(1);
}

/* Hover renk geçişi */
.product-features-tabs .tab-headers .tab-btn:hover {
  color: #000;
}

/* ===============================
   Active Tab
=============================== */

.product-features-tabs .tab-headers .tab-btn.active {
  color: #000;
  font-weight: 600;
}

/* Aktif sekmede çizgi sabit */
.product-features-tabs .tab-headers .tab-btn.active::after {
  transform: scaleX(1);
}

/* ===============================
   Tab Contents
=============================== */

.product-features-tabs .tab-contents .tab-content {
  display: none;
  position: relative;
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-features-tabs .tab-contents .tab-content.active {
  display: block;
}

.product-features-tabs .tab-contents .tab-content.expanded {
  max-height: 2000px;
}

#video.tab-content {
  max-height: none !important;
  overflow: visible !important;
}

.video-container {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #000;
}

.video-container iframe {
  display: block;
  height: 450px !important;
  width: 100% !important;
}

.product-features-tabs .tab-contents .tab-content-inner {
  padding-bottom: 2rem;
}

/* Blur Gradient Overlay */
.product-features-tabs .tab-expand-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(
    to top,
    rgba(236, 237, 231, 1) 0%,
    rgba(236, 237, 231, 0.95) 20%,
    rgba(236, 237, 231, 0.8) 40%,
    rgba(236, 237, 231, 0.4) 70%,
    transparent 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.5rem;
  pointer-events: none;
  transition:
    background 0.4s ease,
    height 0.4s ease;
}

.product-features-tabs .tab-contents .tab-content.expanded .tab-expand-overlay {
  background: linear-gradient(
    to top,
    rgba(236, 237, 231, 1) 0%,
    rgba(236, 237, 231, 0.6) 50%,
    transparent 100%
  );
  height: 80px;
}

/* Expand Button */
.product-features-tabs .tab-expand-btn {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 2rem;
  background: #021f32;
  color: white;
  border: none;
  border-radius: 100px;
  font-size: 1.15rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(2, 31, 50, 0.2);
}

.product-features-tabs .tab-expand-btn:hover {
  background: #003553;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 31, 50, 0.3);
}

.product-features-tabs .tab-expand-btn:active {
  transform: translateY(0);
}

.product-features-tabs .tab-expand-btn .expand-icon {
  transition: transform 0.3s ease;
}

.product-features-tabs .tab-content.expanded .tab-expand-btn .expand-icon {
  transform: rotate(180deg);
}

/* ===============================
   List Styles
=============================== */

.product-features-tabs .tab-contents .tab-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.25rem;
  font-weight: 300;
  color: #354c5b;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d5d5d5;
}

/* ===============================
   Responsive
=============================== */

@media (max-width: 768px) {
  .product-features-tabs .tab-headers {
    overflow-x: auto;
    gap: 2rem;
  }

  .product-features-tabs .tab-headers .tab-btn {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  section.product-detail .product-content {
    flex-direction: column;
  }

  section.product-detail .product-content .product-gallery {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }

  section.product-detail .product-content .product-information {
    padding-left: 0;
  }

  section.product-detail .product-content .product-information {
    width: 100%;
  }

  section.product-detail .product-content .product-information .product-code {
    max-width: unset;
  }

  section.product-detail .product-content .product-information .product-name {
    max-width: unset;
  }

  section.product-detail
    .product-content
    .product-information
    .product-description {
    max-width: unset;
  }

  section.product-detail .product-content .product-gallery {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .product-features-tabs .tab-contents .tab-content {
    max-height: 250px;
  }

  .product-features-tabs .tab-expand-btn {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  section.product-detail
    .product-content
    .product-gallery
    .product-gallery-social-media
    a {
    width: 2.5rem;
    height: 2.5rem;
  }

  section.product-detail
    .product-content
    .product-gallery
    .product-gallery-swiper
    .swiper-slide
    img {
    width: auto;
    height: auto;
  }

  section.product-detail
    .product-content
    .product-information
    .product-buttons {
    margin-bottom: 3rem;
  }

  section.product-detail
    .product-content
    .product-information
    .product-buttons
    .product-button {
    font-size: 1rem;
    padding: 0.4rem;
  }

  section.product-detail .product-content .product-information .product-name {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  section.product-detail
    .product-content
    .product-information
    .product-description {
    margin-bottom: 2rem;
  }

  section.product-detail
    .product-content
    .product-information
    .product-features
    strong {
    margin-bottom: 2rem;
  }

  section.product-detail {
    padding-bottom: 0;
  }
}

/* * PRODUCT DETAIL END */

/* * PRODUCT DETAIL PRODUCTS START */
section.product-detail-products {
  padding: 5rem 0;
  background: #ecede7;
  overflow: hidden;
}

section.product-detail-products .section-title {
  font-size: 3rem;
  margin-bottom: 3rem;
}

section.product-detail-products .product-detail-products-swiper {
  margin-bottom: 3rem;
  overflow: visible;
}

section.product-detail-products .product-detail-products-swiper .swiper-slide {
  display: flex;
  height: auto;
}

section.product-detail-products .product-detail-products-swiper .product-card {
  color: #021f32;
  border-color: #021f32;
  margin-bottom: 3rem;
}

section.product-detail-products
  .product-detail-products-swiper
  .product-card::before {
  border-color: #021f32;
}

section.product-detail-products
  .product-detail-products-swiper
  .product-card
  .product-name,
section.product-detail-products
  .product-detail-products-swiper
  .product-card
  .product-category {
  color: #021f32;
}

section.product-detail-products .product-detail-products-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

section.product-detail-products .product-detail-products-navigation a {
  color: white;
  background-color: #003553;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  transition: all 300ms ease;
}

section.product-detail-products .product-detail-products-navigation a:hover {
  background-color: #004a75;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: white;
}

section.product-detail-products .product-detail-products-navigation a svg {
  transition: all 300ms ease;
}

section.product-detail-products .product-detail-products-navigation hr {
  flex: 1;
  border-color: #c7cdcb;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  section.product-detail-products {
    padding-top: 2rem;
  }

  section.product-detail-products .section-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  section.product-detail-products .product-detail-products-swiper {
    margin-bottom: 1.5rem;
  }

  section.product-detail-products .product-detail-products-navigation a {
    padding: 0.4rem 0.8rem;
  }
}

/* * PRODUCT DETAIL PRODUCTS END */

/* * BLOG LIST START */
section.blog-list {
  padding: 7.5rem 0;
  background: #ecede7;
}

section.blog-list .blog-list-header {
  margin-bottom: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4rem;
  width: 100%;
}

section.blog-list .blog-list-header .blog-list-title {
  color: #354c5b;
  font-size: 3rem;
  font-weight: 300;
  max-width: 650px;
  margin: 0 auto;
}

section.blog-list .blog-list-header .blog-list-title strong {
  font-weight: 700;
}

section.blog-list .blog-list-header .search-bar {
  position: relative;
  display: flex;
  height: 4.5rem;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

section.blog-list .blog-list-header .search-bar input {
  position: absolute;
  inset: 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: #021f32;
  border: 1px solid #021f32;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  outline: unset;
  padding: 1.45rem 2.5rem;
  transition: all 300ms ease;
}

section.blog-list .blog-list-header .search-bar input:focus {
  border-color: #007dc5;
}

section.blog-list .blog-list-header .search-bar .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

section.blog-list .blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 5rem;
  margin-bottom: 5rem;
}

section.blog-list .global-pagination ul {
  background: transparent;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  section.blog-list .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

@media (max-width: 991px) {
  section.blog-list .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  section.blog-list .blog-card-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  section.blog-list {
    padding: 4rem 0;
  }

  section.blog-list .blog-list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  section.blog-list .blog-card-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  section.blog-list .blog-card-title {
    font-size: 1.4rem;
  }

  section.blog-list .blog-card-description {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

/* * BLOG LIST END */

/* * BLOG DETAIL START */
section.blog-detial {
  padding: 7.5rem;
  background-color: #ecede7;
}

section.blog-detial .blog-title {
  color: #091057;
  font-size: 2.85rem;
  font-weight: 800;
  max-width: 1200px;
  margin-bottom: 2.25rem;
}

section.blog-detial .blog-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 2.25rem;
}

section.blog-detial .blog-tags a,
section.blog-detial .blog-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8b98a1;
  padding: 0.25rem 1.25rem;
  border: 1px solid #8b98a1;
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 100px;
}

section.blog-detial .blog-image {
  width: 100%;
  height: 600px;
  margin-bottom: 5rem;
}

section.blog-detial .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.blog-detial .blog-content {
  color: #091057;
}

section.blog-detial .blog-content p {
  font-size: 1.75rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 991px) {
  section.blog-detial {
    padding: 5rem;
  }
}

@media screen and (max-width: 768px) {
  section.blog-detial {
    padding: 2rem 0.8rem;
  }

  section.blog-detial .blog-title {
    font-size: 2rem;
  }

  section.blog-detial .blog-content p {
    font-size: 1rem;
  }

  section.blog-detial .blog-image {
    margin-bottom: 2rem;
    height: auto;
  }

  section.blog-detial .blog-image img {
    object-fit: contain;
  }
}

/* * BLOG DETAIL END */

/* * CAREER START */
section.career {
  padding: 5rem 0;
  background: #ecede7;
}

section.career .career-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

section.career .career-header .section-title {
  font-size: 2rem;
  margin-bottom: 0;
}

section.career .career-header .section-caption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  color: #021f32;
}

section.career .career-header .section-caption h6 {
  font-size: 1.85rem;
  font-weight: 400;
}

section.career .career-header .section-caption span {
  font-size: 0.9rem;
  font-weight: 300;
}

section.career .hr {
  height: 1px;
  min-height: 1px;
  width: 100%;
  background: linear-gradient(to right, #60717a, #ecede7);
  margin: 2.5rem 0;
}

section.career .positions .position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25rem 3.5rem;
  border: 1px solid #8b98a1;
  border-radius: 100px;
  margin-bottom: 1rem;
}

section.career .positions .position .position-detail {
  color: #021f32;
}

section.career .positions .position .position-detail .position-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

section.career .positions .position .position-detail ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

section.career .positions .position .position-detail ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  font-weight: 300;
}

section.career .positions .position .position-status {
  display: flex;
  align-items: center;
  gap: 1rem;
}

section.career .positions .position .position-status-circle {
  display: inline-block;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  border-radius: 50%;
  background: #d8d8d8;
}

section.career .positions .position .position-status-text {
  font-size: 1.15rem;
  font-weight: 300;
}

section.career .positions .position .position-status-circle.active {
  background-color: #34c759;
}

section.career .positions .position .position-status-circle.passive {
  background-color: #c73434;
}

section.career .positions .position .apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 1rem 4rem;
  border: 1px solid #354c5b;
  border-radius: 100px;
  color: #354c5b;
  transition: all 300ms ease;
}

/* OVERLAY */
.career-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;

  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.career-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* MODAL */
.career-modal {
  display: flex;
  gap: 2rem;
  max-width: 1100px;
  width: 100%;
}

/* KARTLAR */
.career-modal-left,
.career-modal-right {
  background: linear-gradient(145deg, #021f32, #04324d);
  color: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  flex: 1;
  position: relative;
}

.career-modal-right {
  display: flex;
  flex-direction: column;
}

.career-modal-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.career-modal-right form .captcha {
  padding: 0;
}

.career-modal-right form .captcha img.captcha_img {
  height: 50px;
  max-height: calc(2.5em + 0.75rem + 2px);
}

.career-modal-right form .captcha input {
  height: 50px;
}

.career-modal-right .career-form-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.career-modal-right .career-form-area .submit-btn {
  margin-top: auto;
}

/* SOL */
.modal-position-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.modal-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

.status {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: inline-block;
}

/* NOKTA */
.status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* ALT BORDER */
.full-size-border {
  position: relative;
  margin: 1rem 0;
}

/* FULL WIDTH LINE */
.full-size-border::after {
  content: "";
  position: absolute;
  left: -2.5rem;
  /* .career-modal-left padding */
  right: -2.5rem;
  /* .career-modal-left padding */
  top: -4px;
  height: 2px;
  background-color: #fff;
}

.position-desc-area {
  margin-top: 40px;
  max-height: 450px;
  overflow-y: auto;
}

.position-desc-area p {
  font-weight: 300;
}

/* AKTİF */
.status-active::before {
  background: #3bd671;
  /* yeşil */
}

/* PASİF */
.status-deactive::before {
  background: #ff4d4f;
  /* kırmızı */
}

.modal-meta .information-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.career-modal-left h4 {
  margin-bottom: 1rem;
}

/* SAĞ */
.career-modal-right h3 {
  margin-bottom: 2rem;
}

/* KAPATMA */
.career-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 42px;
  height: 42px;
  border-radius: 20px;
  border: none;
  background: #fff9e6;
  color: #1a1a1a;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.career-modal-close:hover {
  background: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.career-modal-close:active {
  transform: scale(0.95);
}

/* FORM */
.career-modal-right input[type="text"] {
  width: 100%;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #ffffff;
  color: #021f32;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  transition: all 0.25s ease;
}

/* Hover */
.career-modal-right input[type="text"]:hover {
  background: #f9fbfc;
  border-color: #d6dde3;
}

/* Focus */
.career-modal-right input[type="text"]:focus {
  outline: none;
  background: #ffffff;
  border-color: #009fe3;
  /* soft gold */
  box-shadow: 0 0 0 3px rgba(241, 211, 122, 0.35);
}

/* Active (click) */
.career-modal-right input[type="text"]:active {
  transform: scale(0.995);
}

/* Placeholder */
.career-modal-right input[type="text"]::placeholder {
  color: #9aa6af;
  font-weight: 300;
}

/* Disabled */
.career-modal-right input[type="text"]:disabled {
  background: #f1f3f5;
  color: #9aa6af;
  cursor: not-allowed;
}

.file-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #000;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  cursor: pointer;
}

.file-upload .upload-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.file-upload input {
  display: none;
}

.captcha-row {
  display: flex;
  gap: 1rem;
}

.kvkk {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.85rem;
}

.kvkk a {
  color: #fff;
  text-decoration: underline;
}

.kvkk input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  position: relative;
  margin-top: 2px;
}

/* Check işareti */
.custom-checkbox::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid #021f32;
  border-width: 0 2px 2px 0;
  top: 3px;
  left: 6px;
  transform: rotate(45deg);
  opacity: 0;
}

/* Checked */
.kvkk input:checked + .custom-checkbox::after {
  opacity: 1;
}

/* Hover */
.kvkk:hover .custom-checkbox {
  opacity: 0.85;
}

.submit-btn {
  width: 100%;
  padding: 1rem;
  border-radius: 14px;
  border: none;
  background: #fdf4df;
  font-size: 1.1rem;
  cursor: pointer;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  section.career .positions .position {
    padding: 1.5rem 2rem;
    gap: 1.5rem;
  }

  .career-modal {
    flex-direction: column;
  }

  .career-modal-overlay {
    align-items: flex-start;
    /* ortalama yerine üstten */
    padding: 1rem;
    overflow-y: auto;
    /* overlay scroll */
  }

  .career-modal {
    flex-direction: column;
    width: 100%;
    max-height: none;
  }

  .career-modal-left {
    margin: 0 auto;
    /* LEFT ortada */
  }

  section.career .positions .position .apply-button {
    padding: 0.5rem 3rem;
    font-size: 1.3rem;
  }

  section.career .positions .position .position-detail .position-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .career-modal-left,
  .career-modal-right {
    padding: 2rem;
  }

  .full-size-border::after {
    left: -1.5rem;
    right: -1.5rem;
  }

  .career-modal {
    max-height: calc(100vh - 2rem);
  }

  .modal-meta .information-area {
    font-size: 0.8rem;
  }

  .career-modal-left {
    flex: none;
  }

  .captcha-row {
    flex-direction: column;
  }

  .career-modal-right {
    flex: none;
    max-height: none;
  }

  .career-modal-close {
    top: 12px;
    right: 12px;
  }

  section.career .positions .position .position-detail ul {
    flex-wrap: wrap;
    gap: 1rem;
  }

  section.career .positions .position .position-detail .position-title {
    font-size: 1.5rem;
  }

  section.career .positions .position .apply-button {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
  }

  section.career .career-header .section-caption {
    gap: 1.25rem;
  }

  section.career .career-header .section-caption svg {
    width: 96px;
    height: auto;
  }

  section.career .career-header .section-caption h6 {
    font-size: 1.4rem;
  }

  section.career .career-header .section-caption span {
    font-size: 0.85rem;
  }

  section.career .positions .position {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    padding: 1.5rem;
  }

  /* Detaylar */
  section.career .positions .position .position-detail {
    width: 100%;
  }

  section.career .career-header .section-title {
    font-size: 2.5rem;
  }

  section.career .positions .position .position-detail ul {
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
  }

  /* Status alt satıra */
  section.career .positions .position .position-status {
    margin-top: 1rem;
    order: 2;
  }

  /* Başvur butonu en alta */
  section.career .positions .position .apply-button {
    width: 100%;
    margin-top: 1.25rem;
    order: 3;
    font-size: 1.1rem;
    padding: 0.9rem;
  }

  section.career .career-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  section.career .career-header .section-caption {
    width: 100%;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 1rem;
  }

  section.career .career-header .section-caption svg {
    width: 72px;
    height: auto;
  }

  section.career .career-header .section-caption h6 {
    font-size: 1.25rem;
  }

  section.career .career-header .section-caption span {
    font-size: 0.8rem;
  }
}

/* * CAREER END */

/* * REFERENCES START */
section.references {
  padding: 5rem 0;
  background: #ecede7;
}

section.references .references-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

section.references .references-header .section-title {
  font-size: 3.5rem;
  margin-bottom: 0;
}

section.references .hr {
  height: 1px;
  min-height: 1px;
  width: 100%;
  background: linear-gradient(to right, #60717a, #ecede7);
  margin: 2.5rem 0;
}

section.references .reference-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  /* ÖNEMLİ */
  margin: 5rem 0;
}

section.references .reference-list li {
  position: relative;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecede7;
  border: 1px solid #8b98a1;
  transition: 0.3s all;
}

section.references .reference-list li a {
  text-align: center;
}

section.references .reference-list li a img {
  transition: 0.3s all;
}

/* section.references .reference-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 1px solid #8b98a1;
  border-bottom: 1px solid #8b98a1;
  pointer-events: none;
} */

/* section.references .reference-list li:nth-child(4n + 1)::before {
  border-left: 1px solid rgba(139, 152, 161, 0.35);
}

/* ÜST KENAR */
/* section.references .reference-list li:nth-child(-n + 4)::before {
  border-top: 1px solid rgba(139, 152, 161, 0.35);
} */
*/ section.references .reference-list li img {
  object-fit: contain;
  transition: all 0.3s ease;
}

/* * REFERENCES END */

/* * CERTIFICATES START */
section.certificates {
  padding: 5rem 0;
  background-color: #ecede7;
}

section.certificates .certificates-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

section.certificates .certificates-header .section-title {
  font-size: 2rem;
  margin-bottom: 0;
}

section.certificates .hr {
  height: 1px;
  min-height: 1px;
  width: 100%;
  background: linear-gradient(to right, #60717a, #ecede7);
  margin: 2.5rem 0;
}

section.certificates .header-row {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 1rem;
}

section.certificates .header-column {
  flex-basis: 25%;
  text-align: center;
}

section.certificates .certificate-list .certificate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25rem 3.5rem;
  border: 1px solid #8b98a1;
  border-radius: 100px;
  margin-bottom: 1rem;
  gap: 1rem;
}

section.certificates .certificate-list .certificate-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-basis: 25%;
  font-size: 1.15rem;
  font-weight: 300;
}

section.certificates .certificate-list .certificate-item span:first-of-type {
  text-align: left;
  justify-content: flex-start;
}

section.certificates .certificate-list .certificate-item span:last-of-type {
  text-align: start;
  justify-content: flex-start;
  width: 100%;
}

section.certificates .certificate-list .certificate-item .view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  gap: 1.5rem;
  font-weight: 800;
  padding: 1rem 3.5rem;
  border: 1px solid #354c5b;
  border-radius: 100px;
  color: #354c5b;
  transition: all 300ms ease;
}

@media (max-width: 991px) {
  section.certificates .certificate-list .certificate-item {
    padding: 1.75rem 2rem;
    border-radius: 32px;
  }

  section.certificates .certificate-list .certificate-item span {
    font-size: 1.1rem;
  }

  section.certificates .certificate-list .certificate-item .view-button {
    padding: 0.9rem 2.5rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  /* Başlık küçülür */
  section.certificates .certificates-header .section-title {
    font-size: 2.2rem;
  }

  /* Header row gizlenir */
  section.certificates .header-row {
    display: none;
  }

  /* Kart yapısı */
  section.certificates .certificate-list .certificate-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    border-radius: 24px;
    gap: 0.75rem;
  }

  /* Ortak span ayarları */
  section.certificates .certificate-list .certificate-item span {
    width: 100%;
    flex-basis: auto;
    justify-content: flex-start;
    text-align: left;
    font-size: 1rem;
  }

  /* Sertifika adı */
  section.certificates .certificate-list .certificate-item .certificate-name {
    font-size: 1.15rem;
    font-weight: 500;
  }

  /* Kuruluş & kategori */
  section.certificates
    .certificate-list
    .certificate-item
    .certificate-organization,
  section.certificates
    .certificate-list
    .certificate-item
    .certificate-category {
    color: #60717a;
    font-size: 0.95rem;
  }

  .pdf-text {
    text-align: start;
    width: fit-content;
  }

  /* PDF alanı */
  section.certificates .certificate-list .certificate-item .certificate-view {
    margin-top: 0.75rem;
  }

  /* Buton full width */
  section.certificates .certificate-list .certificate-item .view-button {
    width: 100%;
    justify-content: flex-start;
    padding: 0.85rem 1.25rem;
    font-size: 1.1rem;
    border-radius: 14px;
  }

  section.certificates .certificate-list .certificate-item .view-button svg {
    width: 28px;
    height: 28px;
  }
}

/* * CERTIFICATES END */

/* * FOOTER START */
footer.footer {
  background: linear-gradient(45deg, #0565a0, #019fe3);
  color: white;
}

footer.footer .footer-top {
  padding: 5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
  border-bottom: 1px solid #3695c6;
}

footer.footer .footer-top .footer-caption {
  flex: 0 0 auto;
  max-width: 45%;
  text-align: start;
}

footer.footer .footer-top .footer-caption .section-title {
  color: white;
  font-size: 3rem;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

footer.footer .footer-top .footer-caption .section-title::before {
  background-color: white;
}

footer.footer .footer-top .footer-caption .small {
  font-size: 1.75rem;
  font-weight: 300;
  display: block;
}

footer.footer .footer-top .e-bulletin-form {
  flex: 0 0 auto;
  max-width: 40%;
  width: 100%;
}

footer.footer .footer-top .e-bulletin-form .e-bulletin-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  /* Efektin akıcı olması için şart */
}

footer.footer .footer-top .e-bulletin-form .e-bulletin-input input {
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: transparent;
  color: white;
  font-size: 1.15rem;
  font-weight: 300;
  border: 0;
}

footer.footer .footer-top .e-bulletin-form .e-bulletin-input input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.05);
  /* İçine çok hafif bir aydınlık verir */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
  /* Dışa doğru beyaz parlama */
}

footer.footer
  .footer-top
  .e-bulletin-form
  .e-bulletin-input
  input::placeholder {
  color: white;
}

footer.footer .footer-top .e-bulletin-form .e-bulletin-input button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
  font-weight: 300;
  border: 1px solid white;
  background: #003553;
  color: white;
  border-radius: 100px;
  transition: all 300ms ease;
}

/* Newsletter subscription buttons and kvkk container */
footer.footer .footer-top .e-bulletin-form .subscription-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 0;
}

footer.footer .footer-top .e-bulletin-form .subscription-buttons {
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 100px;
  overflow: hidden;
  padding: 0.35rem;
  gap: 0.5rem;
  flex-shrink: 0;
}

footer.footer .footer-top .e-bulletin-form .subscription-buttons button {
  flex: 0 0 auto;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 400;
  background: transparent;
  color: white;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: all 300ms ease;
  white-space: nowrap;
  opacity: 0.5;
}

footer.footer .footer-top .e-bulletin-form .subscription-buttons button:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

footer.footer .footer-top .e-bulletin-form .subscription-buttons button.active {
  background: #003553;
  opacity: 1;
}

footer.footer .footer-top .e-bulletin-form .kvkk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  font-size: 0.99rem;
  font-weight: 300;
  color: white;
  margin-bottom: 0;
  flex: 1;
}

footer.footer .footer-top .e-bulletin-form .kvkk input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.2rem;
  border: 1px solid white;
  opacity: 1;
  cursor: pointer;
  flex-shrink: 0;
  pointer-events: all;
}

footer.footer .footer-top .e-bulletin-form .kvkk input::before {
  content: "";
  position: absolute;
  inset: 4px;
  display: block;
  background-color: white;
  border-radius: 2px;
  transform: scale(0);
  transition: all 300ms ease;
}

footer.footer .footer-top .e-bulletin-form .kvkk input:checked::before {
  transform: scale(1);
}

footer.footer .footer-top .e-bulletin-form .kvkk label {
  margin-bottom: 0;
  cursor: pointer;
}

footer.footer .contact-informations {
  padding: 5rem 0;
  border-bottom: 1px solid #35a4d8;
}

footer.footer .contact-informations ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

footer.footer .contact-informations ul li strong {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

footer.footer .contact-informations ul li a {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.45rem;
  color: white;
  transition: all 300ms ease;
}

footer.footer .footer-bottom {
  padding: 2.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f3f3f3;
}

footer.footer .footer-bottom .copyright {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 0;
}

footer.footer .footer-bottom .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #354c5b;
  margin-right: 5rem;
}

footer.footer .footer-bottom .links a {
  color: #f3f3f3;
  font-size: 1.1rem;
  font-weight: 300;
}

footer.footer .footer-bottom .biltek {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer .footer-bottom .biltek svg {
  width: 140px;
}

.footer-cancelled a {
  color: #fff;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1199px) {
  footer.footer .footer-top {
    padding: 4rem 0;
    gap: 3rem;
  }

  footer.footer .footer-top .footer-caption .section-title {
    font-size: 2.5rem;
  }

  footer.footer .footer-top .footer-caption .small {
    font-size: 1.5rem;
  }

  footer.footer .footer-top .e-bulletin-form .e-bulletin-input input {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }

  footer.footer .footer-top .e-bulletin-form .e-bulletin-input button {
    right: 0.6rem;
    font-size: 1rem;
  }

  footer.footer .contact-informations {
    padding: 4rem 0;
  }

  footer.footer .contact-informations ul {
    gap: 3rem;
  }

  footer.footer .contact-informations ul li strong {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  footer.footer .contact-informations ul li a {
    font-size: 1.25rem;
  }

  footer.footer .contact-informations ul li a svg {
    width: 32px;
    height: 32px;
  }

  footer.footer .footer-bottom .links {
    margin-right: 3rem;
  }

  footer.footer .footer-bottom .biltek svg {
    width: 120px;
  }

  footer.footer .footer-top .e-bulletin-form {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  footer.footer .footer-top {
    padding: 3rem 0;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  footer.footer .footer-top .footer-caption {
    text-align: center;
    max-width: 100%;
  }

  footer.footer .footer-top .footer-caption .section-title {
    justify-content: center;
  }

  footer.footer .footer-top .e-bulletin-form {
    max-width: 100%;
    width: 100%;
  }

  footer.footer .footer-top .e-bulletin-form .subscription-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  footer.footer .footer-top .e-bulletin-form .subscription-buttons {
    width: auto;
  }

  footer.footer .footer-top .e-bulletin-form .kvkk {
    justify-content: center;
    text-align: center;
  }

  footer.footer .contact-informations {
    padding: 3rem 0;
  }

  footer.footer .contact-informations ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1rem;
  }

  footer.footer .contact-informations ul li {
    width: calc(50% - 0.5rem);
    min-width: 250px;
  }

  footer.footer .contact-informations ul li:last-child {
    min-width: 100%;
  }

  footer.footer .contact-informations ul li strong {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }

  footer.footer .contact-informations ul li a {
    font-size: 1.15rem;
  }

  footer.footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 0;
    padding: 1.5rem 0;
  }

  footer.footer .footer-bottom .copyright {
    order: 2;
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }

  footer.footer .footer-bottom .links {
    order: 1;
    margin-right: 0;
  }

  footer.footer .footer-bottom .biltek {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 767px) {
  footer.footer .footer-top {
    padding: 2rem 0;
    gap: 2rem;
  }

  footer.footer .footer-top .footer-caption .section-title {
    font-size: 1.6rem;
  }

  footer.footer .footer-top .footer-caption .small {
    font-size: 1.3rem;
  }

  footer.footer .footer-top .e-bulletin-form .e-bulletin-input input {
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
  }

  footer.footer .footer-top .e-bulletin-form .e-bulletin-input button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    font-size: 0.9rem;
  }

  footer.footer .footer-top .e-bulletin-form .e-bulletin-input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
  }

  footer.footer .footer-top .e-bulletin-form .subscription-container {
    gap: 1rem;
  }

  footer.footer .footer-top .e-bulletin-form .subscription-buttons {
    padding: 0.25rem;
    gap: 0.35rem;
  }

  footer.footer .footer-top .e-bulletin-form .subscription-buttons button {
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
  }

  footer.footer .footer-top .e-bulletin-form .kvkk {
    font-size: 0.9rem;
  }

  footer.footer .footer-top .e-bulletin-form .kvkk input {
    width: 1.1rem;
    height: 1.1rem;
  }

  footer.footer .contact-informations {
    padding: 2rem 0;
  }

  footer.footer .contact-informations ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  footer.footer .contact-informations ul li {
    width: 100%;
    min-width: unset;
    text-align: center;
  }

  footer.footer .contact-informations ul li:last-child {
    min-width: unset;
  }

  footer.footer .contact-informations ul li strong {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    display: block;
    /* Yeni eklendi */
  }

  footer.footer .contact-informations ul li a {
    font-size: 1rem;
    justify-content: center;
    /* Yeni eklendi */
    display: inline-flex;
    /* Yeni eklendi */
  }

  footer.footer .contact-informations ul li a svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    /* İkon boyutunu sabitler */
    min-width: 28px;
  }

  footer.footer .footer-bottom {
    padding: 1rem 0;
  }

  footer.footer .footer-bottom .links {
    flex-direction: column;
    gap: 0.5rem;
  }

  footer.footer .footer-bottom .links span {
    display: none;
  }

  footer.footer .footer-bottom .links a {
    font-size: 0.9rem;
  }

  footer.footer .footer-bottom .biltek svg {
    width: 100px;
  }

  footer.footer .footer-top .e-bulletin-form .kvkk label {
    font-size: 11px;
  }
}

/* * FOOTER END */
/* * HOVERS START */
:hover {
  header.header .container .header-logo:hover {
    transform: scale(1.05);
  }

  header.header .container .header-navigation ul a:hover {
    color: #0c86b9;
  }

  header.header .container .header-buttons .header-button:hover {
    color: #0c86b9;
  }

  header.header .container .header-buttons .btn-search:hover svg {
    transform: rotate(-15deg) scale(1.15);
  }

  header.header .container .header-buttons .btn-lang:hover span {
    transform: scaleX(1.25) scaleY(0.9);
  }

  header.header .container .header-buttons .btn-menu-toggle:hover span {
    color: #0c86b9;
  }

  header.header
    .container
    .header-buttons
    .btn-menu-toggle:hover
    span:first-of-type {
    transform: translateX(15%);
  }

  header.header
    .container
    .header-buttons
    .btn-menu-toggle:hover
    span:last-of-type {
    transform: translateX(-15%);
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .left-side
    .menu-items
    li
    a:hover {
    color: var(--color-secondary);
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .contact-informations
    li
    a:hover {
    color: var(--color-secondary);
  }

  .site-menu
    .site-menu-dialog
    .site-menu-content
    .right-side
    .social-medias
    li
    a:hover {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
  }

  section.home-hero
    .slide-button-wrapper
    .product-details-button:hover
    .circle {
    background-color: var(--color-primary);
  }

  section.home-hero
    .hero-footer
    .swiper-navigation
    .swiper-navigation-btn:hover {
    color: #05659d;
    background: #e8e8e8;
  }

  section.home-hero .hero-footer .social-buttons a:hover {
    background: #021f3244;
  }

  section.home-about .about-content .about-left-side .about-button:hover {
    background: var(--color-primary);
    color: white;
  }

  section.home-about
    .about-content
    .about-left-side
    .about-video:hover
    .play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }

  section.home-products .product-categories a:hover {
    background: rgba(150, 150, 150, 0.25);
    border-color: rgba(150, 150, 150, 0.25);
  }

  .product-card:hover::before {
    opacity: 1;
    transform: scale(1);
  }

  .product-card:hover .product-image img {
    transform: scale(1.1);
  }

  section.home-products .home-products-navigation a:hover {
    background: #021f32;
  }

  section.home-products .home-products-navigation a:hover svg {
    transform: scale(1.5);
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-buttons
    .swiper-button:hover {
    background: #05659d;
  }

  section.home-catalog
    .home-catelog-wrapper
    .home-catalog-content
    .catalog-buttons
    .show-all-button:hover {
    background-color: #05659d;
    color: white;
  }

  footer.footer .footer-top .e-bulletin-form .e-bulletin-input button:hover {
    background-color: #05659d;
  }

  footer.footer .contact-informations ul li a:hover {
    color: #003553;
  }

  section.home-categories .home-categories-header .show-all-button:hover {
    background-color: #05659d;
    color: white;
  }

  section.home-categories .home-categories-swiper .category-item:hover img {
    transform: scale(1.1);
  }

  section.home-categories .home-categories-swiper .category-item:hover strong {
    transform: scaleX(1.1) scaleY(0.9);
  }

  section.home-references .home-references-header .show-all-button:hover {
    background-color: #05659d;
    color: white;
  }

  section.contact-header .container .social-buttons a:hover {
    background-color: #021c2e;
    color: white;
  }

  section.contact .container .contact-informations a:hover {
    color: #009fe3;
  }

  section.contact .container button[type="submit"]:hover {
    background: #003553;
  }

  section.contact .container button[type="submit"]:hover svg {
    transform: translateX(100%);
  }

  section.about-us .container .social-buttons a:hover {
    background-color: #021c2e;
    color: white;
  }

  section.about-us
    .about-us-main
    .about-us-swiper-side
    .swiper-navigation
    a:hover {
    background: #354c5b;
    color: white;
  }

  section.product-list .product-list-header .products-filter .current:hover {
    background-color: #354c5b;
    color: white;
  }

  section.product-list
    .product-list-header
    .products-filter
    .filter-list
    a:hover {
    background: #354c5b;
    color: white;
  }

  section.product-list .product-list-main .product-grid .product-card::before {
    border-color: #0034537a !important;
  }

  .global-pagination ul a:hover {
    background: #414651;
    color: white;
  }

  section.product-detail
    .product-content
    .product-gallery
    .product-gallery-social-media
    a:hover {
    background-color: #0566a1;
  }

  section.product-detail
    .product-content
    .product-information
    .product-buttons
    .product-button:hover {
    background: #354c5b;
    color: white;
  }

  section.product-detail
    .product-content
    .product-information
    .product-buttons
    .wp-button:hover {
    background: #4dc152;
    color: white;
  }

  .blog-card:hover .blog-card-image img {
    transform: scale(1.1);
  }

  section.career .positions .position .apply-button:hover {
    background-color: #354c5b;
    color: #ecede7;
  }

  section.references .reference-list li:hover img {
    transform: scale(1.1);
  }

  section.certificates .certificate-list .certificate-item .view-button:hover {
    background-color: #354c5b;
    color: #ecede7;
  }
}

/* * HOVERS END */

/* * ANIMATIONS START */
@keyframes circlePulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
  }

  70% {
    opacity: 0.15;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

/* * ANIMATIONS END */

/* * RESPONSIVE START */
@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .slider-animation canvas {
    left: unset;
  }
}

/* * RESPONSIVE END */

.slider-animation {
  position: absolute;
  left: -100px;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.slider-animation canvas {
  position: absolute !important;
  left: -200px !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  transform: scaleX(1.5);
  pointer-events: none;
  /* Soldan %60'lık kısmı göster, ortayı fade yap */
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media screen and (max-width: 767px) {
  section.home-hero .slider-animation canvas {
    left: unset !important;
  }
}

.confettiCanvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* ==========================================================
   SEARCH OVERLAY – WHITE DESIGN / HEADER ALTINDAN AÇILAN
   Header Height: 130px
   ========================================================== */

/* Body scroll lock */

.goog-te-banner-frame,
.goog-logo-link,
.goog-te-gadget {
  display: none !important;
}

body {
  top: 0 !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

.lang-dropdown {
  position: relative;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 6px 0;
  margin: 0;
  min-width: 80px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.25s ease;
  z-index: 1000;
}

.lang-dropdown:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-menu li a {
  display: block;
  padding: 8px 14px;
  color: #222;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}

.lang-menu li a:hover {
  background: #f2f2f2;
}

.lang-menu li a.active {
  font-weight: 600;
  background: #eee;
  pointer-events: none;
}

section.product-list .product-list-main .product-grid .product-item {
  display: flex;
  /* flex-direction: column; */
}

/* Newsletter subscription buttons and kvkk container */
footer.footer .footer-top .e-bulletin-form .subscription-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 0;
}

footer.footer .footer-top .e-bulletin-form .subscription-buttons {
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 100px;
  overflow: hidden;
  padding: 0.35rem;
  gap: 0.5rem;
  flex-shrink: 0;
}

footer.footer .footer-top .e-bulletin-form .subscription-buttons button {
  flex: 0 0 auto;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 400;
  background: transparent;
  color: white;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  transition: all 300ms ease;
  white-space: nowrap;
  opacity: 0.5;
}

footer.footer .footer-top .e-bulletin-form .subscription-buttons button:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.fancybox-image,
.fancybox-spaceball {
  background: #fff;
}

.fancybox-bg {
  opacity: 1 !important;
  background: #fff !important;
}

/* ==========================================================
   ENHOŞTOYS STORE PAGE (Pilsan Store Klonu)
   ========================================================== */

.enho-page-header {
  position: relative;
  background-color: #fbfbfb;
  /* Dotted pattern similar to screenshot */
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
  background-size: 18px 18px;
  padding: 80px 0 60px 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 80px;
  overflow: visible;
}

.enho-page-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.enho-page-header .page-title {
  font-size: 28px;
  font-weight: 800;
  color: #222;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.enho-page-header .breadcrumbs {
  font-size: 14px;
  color: #666;
}

.enho-page-header .breadcrumbs a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.enho-page-header .breadcrumbs a:hover {
  color: #007dc5;
}

.enho-page-header .header-illustration {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.enho-page-header .header-illustration img {
  max-width: 400px;
  height: auto;
  display: block;
}

.enho-store-content {
  padding: 20px 0 100px 0;
  background: #ffffff;
}

.enho-store-content .text-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.enho-store-content .store-intro {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 60px;
}

.enho-store-content .store-link-row,
.enho-store-content .store-contact-row {
  font-size: 17px;
  color: #777;
  margin-bottom: 25px;
}

.enho-store-content .text-red {
  color: #007dc5;
}

.enho-store-content .text-dark {
  color: #000000;
  font-weight: 800;
}

.enho-store-content .bold {
  font-weight: 800;
}

.enho-store-content a {
  text-decoration: none;
}

.enho-store-content a:hover.text-red {
  text-decoration: underline;
}

.enho-store-content .store-note {
  font-size: 14px;
  color: #999;
  margin-top: 50px;
}
/* ==========================================================
   CKEditor class siliyor -> Enhoştoys Store içerik fix
   (CSS'i dosyanın EN ALTINA ekle)
   ========================================================== */

.enho-store-content .container.text-center > p {
  font-size: 17px;
  color: #777;
  margin-bottom: 25px;
}

/* 1) Intro paragrafı */
.enho-store-content .container.text-center > p:nth-of-type(1) {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 60px;
}

/* 5) Note paragrafı */
.enho-store-content .container.text-center > p:nth-of-type(5) {
  font-size: 14px;
  color: #999;
  margin-top: 50px;
  margin-bottom: 0;
}

/* "Enhoştoys Store" yazısı (p içindeki ilk strong) -> text-red gibi davran */
.enho-store-content .container.text-center > p > strong:first-child {
  color: #007dc5;
}

/* Mail/tel kısmındaki ikinci strong -> text-dark gibi davran */
.enho-store-content .container.text-center > p a > strong {
  color: #000;
  font-weight: 800;
}

/* Link zaten class ile geliyor ama gelmese bile underline davranışı */
.enho-store-content .container.text-center a {
  text-decoration: none;
}
.enho-store-content .container.text-center a:hover {
  text-decoration: underline;
}

/* Responsive override (senin media’larınla uyumlu) */
@media (max-width: 768px) {
  .enho-store-content .container.text-center > p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .enho-store-content .container.text-center > p {
    font-size: 15px;
    padding: 0 15px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .enho-page-header {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .enho-page-header .header-inner {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  .enho-page-header .page-title {
    font-size: 24px;
  }
  .enho-page-header .header-illustration img {
    max-width: 280px;
  }
  .enho-store-content .store-intro {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .enho-store-content .store-link-row,
  .enho-store-content .store-contact-row {
    font-size: 15px;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .enho-page-header {
    padding: 50px 0 70px 0;
  }
  .enho-page-header .header-illustration {
    bottom: -30px;
  }
  .enho-page-header .header-illustration img {
    max-width: 220px;
  }
}
