@charset "UTF-8";
/*!
Theme Name: keypenk
Theme URI: https://keypenk.com.tr/
Author: Tasarlab
Author URI: https://tasarlab.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: keypenk

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

keypenk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.wow {
  visibility: hidden;
}

.wow.animate__animated {
  visibility: visible;
} 

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.post-content ul, .post-content ol {
    margin-left: 0 !important;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
.container {
  max-width: 1365px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1405px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
## Section Header Styles
--------------------------------------------------------------*/
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.section-header-content {
  text-align: left;
}
.section-header-content .section-subtitle {
  font-family: Outfit;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #121212;
  border: 1px solid #E9E9E9;
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: 20px;
  display: block;
  width: max-content;
}
@media (max-width: 768px) {
  .section-header-content .section-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 16px;
  }
}
@media (max-width: 767px) {
  .section-header-content .section-subtitle {
    font-size: 12px;
    padding: 3px 12px;
  }
}
.section-header-content .section-title {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: 55 Roman;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0%;
  margin: 0;
}
@media (max-width: 1024px) {
  .section-header-content .section-title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .section-header-content .section-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .section-header-content .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
## Section Navigation Styles
--------------------------------------------------------------*/
.section-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 140px;
  position: relative;
  gap: 12px;
}
@media (max-width: 768px) {
  .section-navigation {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .section-navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-navigation.desktop-navigation {
    display: none;
  }
}
.section-navigation.mobile-navigation {
  display: none;
}
@media (max-width: 767px) {
  .section-navigation.mobile-navigation {
    display: flex;
    justify-content: left;
    margin-top: 32px;
    min-width: auto;
  }
}
.section-navigation .swiper-button-next,
.section-navigation .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  margin: 0;
  transition: 0.6s;
}
.section-navigation .swiper-button-next:after,
.section-navigation .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
}
.section-navigation .swiper-button-next:hover,
.section-navigation .swiper-button-prev:hover {
  background: #121212;
  border-color: #121212;
  transition: 0.6s;
}
.section-navigation .swiper-button-next:hover:after,
.section-navigation .swiper-button-prev:hover:after {
  color: #ffffff;
}
.section-navigation .swiper-button-next.swiper-button-disabled,
.section-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.section-navigation .swiper-button-next.swiper-button-disabled:hover,
.section-navigation .swiper-button-prev.swiper-button-disabled:hover {
  background: #ffffff;
  border-color: #E9E9E9;
}
.section-navigation .swiper-button-next.swiper-button-disabled:hover:after,
.section-navigation .swiper-button-prev.swiper-button-disabled:hover:after {
  color: #121212;
}
@media (max-width: 768px) {
  .section-navigation .swiper-button-next,
  .section-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .section-navigation .swiper-button-next:after,
  .section-navigation .swiper-button-prev:after {
    font-size: 14px;
  }
}
.section-navigation .swiper-pagination {
  width: auto !important;
  position: static;
  margin: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ECEEEF;
  padding: 14px 16px;
  border-radius: 30px;
}
.section-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E9E9E9;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
}
.section-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.section-navigation .swiper-pagination .swiper-pagination-bullet:hover {
  background: #cccccc;
}
@media (max-width: 768px) {
  .section-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

h3.product-title:hover {
  color: #931a1f;
  transition: 0.6s;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.site-header.header-dark {
  border-bottom: 1px solid #f1f1f1;
}

.header-top-bar.header-transparent.scrolled {
  background: #931A1F;
}

.header-top-bar {
  padding: 0px 40px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  min-height: 50px;
}
.header-top-bar.header-transparent {
  background: rgba(249, 250, 251, 0.25);
}
.header-top-bar.header-dark {
  background: #931A1F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1365px) {
  .header-top-bar {
    padding: 13px 30px;
  }
}
@media (max-width: 1199px) {
  .header-top-bar {
    padding: 13px 25px;
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-top-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top-bar {
    display: none;
  }
}

.header-dark .header-top-bar {
  background: #931A1F;
}
.header-dark .header-container {
  background: #fff;
}
.header-dark .header-container .main-navigation .nav-menu li a {
  color: #121212;
}
.header-dark .header-container .header-search .search-toggle {
  color: #121212;
}
.header-dark .header-container .header-search .search-toggle .search-icon {
  filter: invert(1);
}
.header-dark .header-container .download-center .btn-download {
  color: #121212;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.header-dark .header-container .download-center .btn-download .arrow-icon {
  filter: none;
}
.header-dark .header-container .download-center .btn-download:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header-dark .header-container .menu-toggle {
  filter: invert(1);
}
.header-dark .header-container .site-branding .desktop-logo {
  content: url("/wp-content/uploads/keypenk-normal-logo.svg");
}

.header-transparent .header-top-bar {
  background: rgba(249, 250, 251, 0.5607843137);
}
.header-transparent .header-container {
  background: transparent;
}
.header-transparent .header-container .main-navigation .nav-menu li a {
  color: #ffffff;
}
.header-transparent .header-container .header-search .search-toggle {
  color: #ffffff;
}
.header-transparent .header-container .header-search .search-toggle .search-icon {
  filter: brightness(0) invert(1);
}
.header-transparent .header-container .download-center .btn-download {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.header-transparent .header-container .download-center .btn-download .arrow-icon {
  filter: brightness(0) invert(1);
}
.header-transparent .header-container .download-center .btn-download:hover {
  background: rgb(255, 255, 255);
  color: #121212;
}
.header-transparent .header-container .download-center .btn-download:hover .arrow-icon {
  filter: none;
}
.header-transparent .header-container .menu-toggle {
  filter: invert(1);
}
.header-transparent.scrolled .header-container {
  background: #ffffff;
}
.header-transparent.scrolled .header-container .main-navigation .nav-menu li a {
  color: #121212;
}
.header-transparent.scrolled .header-container .header-search .search-toggle {
  color: #121212;
}
.header-transparent.scrolled .header-container .header-search .search-toggle .search-icon {
  filter: invert(1);
}
.header-transparent.scrolled .header-container .download-center .btn-download {
  color: #121212;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.header-transparent.scrolled .header-container .download-center .btn-download .arrow-icon {
  filter: none;
}
.header-transparent.scrolled .header-container .download-center .btn-download:hover {
  background: rgb(255, 255, 255);
}
.header-transparent.scrolled .header-container .menu-toggle {
  filter: invert(1);
}
.header-transparent.scrolled .header-container .site-branding .desktop-logo {
  content: url("/wp-content/uploads/keypenk-normal-logo.svg");
}

.contact-info {
  display: flex;
  gap: 32px;
  align-items: center;
}
.contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info .contact-item .contact-icon {
  width: 16px;
  height: 16px;
}
.contact-info .contact-item:hover .contact-icon {
  filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg);
}
.contact-info .contact-item span {
  white-space: nowrap;
  font-family: Outfit;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

a:focus {
  outline: unset !important;
}

.language-selector {
  position: relative;
  z-index: 1004;
}
@media (max-width: 767px) {
  .language-selector {
    display: none;
  }
}
.language-selector .language-toggle {
  background: none;
  border: none;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.language-selector .language-toggle:hover {
  background: none;
}
.language-selector .language-toggle .flag-icon {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50px;
}
.language-selector .language-toggle .language-text {
  color: #ffffff;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}
.language-selector .language-toggle .dropdown-arrow {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.language-selector .language-toggle:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.language-selector .language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  min-width: 100%;
}
.language-selector .language-dropdown.show {
  opacity: 1;
  visibility: visible;
}
.language-selector .language-dropdown .language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  transition: background 0.3s ease;
  white-space: nowrap;
}
.language-selector .language-dropdown .language-option .flag-icon {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50px;
}
.language-selector .language-dropdown .language-option:hover {
  background: #f5f5f5;
}
.language-selector .language-dropdown .language-option.active {
  background: #f0f0f0;
  font-weight: 500;
}
.language-selector .language-dropdown.show {
  opacity: 1;
  visibility: visible;
}

.site-header {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .site-header {
    top: 0;
    background: #ffffff;
    border-bottom: 1px solid #E9E9E9;
  }
  .site-header .site-branding .desktop-logo {
    content: url("/wp-content/uploads/keypenk-normal-logo.svg");
  }
}

.scrolled .header-container {
  transition: all 0.3s ease;
  box-shadow: 0 5px 8px rgba(219, 219, 219, 0.2);
}

.header-container {
  padding: 12px 40px;
  display: flex;
  align-items: center;
  min-height: 90px;
}

.language-selector .language-dropdown.show { width: max-content !important; }

.language-selector .language-toggle .language-text { font-size: 16px !important; }
@media (max-width: 1365px) {
  .header-container {
    padding: 15px;
    min-height: 70px;
  }
}
@media (max-width: 1199px) {
  .header-container {
    padding: 15px;
    min-height: 70px;
  }
}
@media (max-width: 1023px) {

	    .values-section .accordion-item {
        width: 100% !important;
    }
	
  .header-container {
    padding: 15px;
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .header-container {
    padding: 15px;
    min-height: 70px;
  }
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
.site-branding {
  flex-shrink: 0;
  margin-right: 70px;
  margin-top: 0 !important;
}
h1.site-branding {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 1365px) {
  .site-branding {
    margin-right: 60px;
  }
}
@media (max-width: 1199px) {
  .site-branding {
    margin-right: 50px;
  }
}
@media (max-width: 1023px) {
  .site-branding {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .site-branding {
    margin-right: 30px;
  }
}
.site-branding .custom-logo-link {
  display: inline-block;
  text-decoration: none;
}
.site-branding .site-logo {
  width: 206px;
  height: 68px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .site-branding .site-logo.desktop-logo {
    display: none;
  }
}
.site-branding .site-logo.mobile-logo {
  display: none;
}
@media (max-width: 767px) {
  .site-branding .site-logo.mobile-logo {
    display: block;
    width: auto;
    height: 43px;
  }
}
@media (max-width: 1365px) {
  .site-branding .site-logo {
    width: auto;
    height: 43px;
  }
}
@media (max-width: 1199px) {
  .site-branding .site-logo {
    width: auto;
    height: 43px;
  }
}
@media (max-width: 1023px) {
  .site-branding .site-logo {
    width: auto;
    height: 43px;
  }
}
@media (max-width: 767px) {
  .site-branding .site-logo {
    width: auto;
    height: 43px;
  }
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: flex;
  align-items: center;
}
.main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.main-navigation .nav-menu:hover li a {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.main-navigation .nav-menu li:hover a {
  opacity: 1;
}
.main-navigation .nav-menu.mega-menu {
  position: relative;
}
.main-navigation .nav-menu.mega-menu .mega-menu-item {
  position: relative;
}
.main-navigation .nav-menu.mega-menu .mega-menu-item.active .mega-menu-content, .main-navigation .nav-menu.mega-menu .mega-menu-item:hover .mega-menu-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navigation .nav-menu.mega-menu .mega-menu-item .mega-menu-link {
  position: relative;
  outline: none;
}
.main-navigation .nav-menu.mega-menu .mega-menu-item .mega-menu-link:after {
  display: none;
}
.main-navigation .nav-menu.mega-menu .mega-menu-item.menu-item-has-children .mega-menu-link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin: 0 0 0 10px;
  position: relative;
  top:-3px;
  vertical-align: middle;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.mega-menu-content .mega-menu-left ul li a:after { top: -1px !important; }

.main-navigation .nav-menu.mega-menu .mega-menu-item.menu-item-has-children .mega-menu-link:hover:after {
  transform: rotate(-135deg);
  top: 3px;
}


.main-navigation .nav-menu.mega-menu .mega-menu-main-list .mega-menu-sub-item {
  display: none;
}
.main-navigation .nav-menu.mega-menu .mega-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  min-width: 700px;
  display: flex;
  overflow: hidden;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .main-navigation .nav-menu.mega-menu .mega-menu-content {
    min-width: 300px;
    left: 0;
    transform: translateX(0) translateY(10px);
  }
}
.main-navigation .nav-menu.mega-menu .mega-menu-left {
  flex: 1;
  padding: 20px;
}
.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list .mega-menu-item {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
}
.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list .mega-menu-item .mega-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0px;
  color: #dbdbdb;
  font-weight: 400;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
  flex-shrink: 0;
}
.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list .mega-menu-item .mega-menu-link:hover {
  background: #fff;
  color: #121212;
}
.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list .mega-menu-item .mega-menu-link:after {
  transform: rotate(320deg) !important;
  content: "";
  width: 12px !important;
  height: 12px !important;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin-left: auto;
  margin-right: 0;
  flex-shrink: 0;
}
.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list .mega-menu-item .mega-menu-link.active {
  background: #fff;
  color: #121212;
}
.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list .mega-menu-item.menu-item-type-taxonomy.active .mega-menu-link {
  color: #121212;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right {
  flex: 1;
  background: #fff;
  padding: 20px;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content {
  min-height: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content .mega-menu-sub-placeholder {
  text-align: center;
  color: #999;
  font-style: italic;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content .mega-menu-sub-placeholder p {
  margin: 0;
  font-size: 16px;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content .mega-menu-sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content .mega-menu-sub-list ul {
  margin: 0 !important;
  padding: 0 !important;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content .mega-menu-sub-list ul li {
  list-style: none;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content .mega-menu-sub-list .mega-menu-sub-item .mega-menu-sub-link {
  display: block;
  padding: 8px 0;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right .mega-menu-sub-content .mega-menu-sub-list .mega-menu-sub-item .mega-menu-sub-link:hover {
  color: #931A1F;
}
.main-navigation .nav-menu.mega-menu .mega-menu-right > *:not(.mega-menu-sub-content) {
  display: none !important;
}
@media (max-width: 1365px) {
  .main-navigation .nav-menu {
    gap: 35px;
  }
}
@media (max-width: 1199px) {
  .main-navigation .nav-menu {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .main-navigation .nav-menu {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .main-navigation .nav-menu {
    display: none;
  }
}
.main-navigation .nav-menu li {
  position: relative;
}
.main-navigation .nav-menu li a {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 10px 0;
  display: block;
  transition: color 0.3s ease;
  position: relative;
}
@media (max-width: 1365px) {
  .main-navigation .nav-menu li a {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .main-navigation .nav-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .main-navigation .nav-menu li a {
    font-size: 15px;
  }
}
.main-navigation .nav-menu li a:hover::after {
  width: 100%;
}
@media (max-width: 1199px) {
  .main-navigation .nav-menu li a {
    padding: 15px 0;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
## Header Actions
--------------------------------------------------------------*/
.header-actions {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: auto;
}
@media (max-width: 1365px) {
  .header-actions {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .header-actions {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .header-actions {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .header-actions {
    gap: 12px;
  }
}
.header-actions .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  order: 3;
}
@media (max-width: 1199px) {
  .header-actions .menu-toggle {
    display: flex;
  }
}
.header-actions .menu-toggle .menu-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  max-width: max-content;
  filter: invert(1);
}
.header-actions .menu-toggle:hover .menu-icon {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
### Search
--------------------------------------------------------------*/
.header-search {
  position: relative;
  order: 1;
}
@media (max-width: 768px) {
  .header-search {
    order: 2;
  }
}
.header-search .search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0%;
  transition: color 0.3s ease;
  padding: 0 !important;
}
@media (max-width: 1365px) {
  .header-search .search-toggle {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .header-search .search-toggle {
    padding: 0;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .header-search .search-toggle {
    font-size: 15px;
  }
}
.header-search .search-toggle .search-icon {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}
@media (max-width: 1199px) {
  .header-search .search-toggle .search-icon {
    width: 18px;
    height: 18px;
    filter: invert(1) !important;
  }
}
@media (max-width: 767px) {
  .header-search .search-toggle .search-icon {
    width: 20px;
    height: 20px;
    max-width: 20px;
  }
}
@media (max-width: 1199px) {
  .header-search .search-toggle .search-text {
    display: none;
  }
}
.header-search .search-form-container {
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 60px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-search .search-form-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .header-search .search-form-container {
    top: 70px;
  }
}
.header-search .search-form-container .search-close-btn {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10;
  border: 1px solid;
  transition: 0.6s;
}
.header-search .search-form-container .search-close-btn:hover {
  background: #931a1f;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .header-search .search-form-container .search-close-btn {
    right: 25px;
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .header-search .search-form-container .search-close-btn {
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
.header-search .search-form-container .search-form {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.header-search .search-form-container .search-form input[type=text] {
  flex: 1;
  height: 100%;
  padding: 0 40px;
  border: none;
  background: transparent;
  color: #333333;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  outline: none;
  box-sizing: border-box;
}
.header-search .search-form-container .search-form input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
@media (max-width: 768px) {
  .header-search .search-form-container .search-form input[type=text] {
    font-size: 16px;
    padding: 0 60px 0 20px;
  }
  .header-search .search-form-container .search-form input[type=text]::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .header-search .search-form-container .search-form input[type=text] {
    font-size: 14px;
    padding: 0 50px 0 15px;
  }
  .header-search .search-form-container .search-form input[type=text]::placeholder {
    font-size: 14px;
  }
}
.header-search .search-form-container .search-form .search-submit {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}
.header-search .search-form-container .search-form .search-submit img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}
@media (max-width: 768px) {
  .header-search .search-form-container .search-form .search-submit {
    right: 60px;
  }
  .header-search .search-form-container .search-form .search-submit img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .header-search .search-form-container .search-form .search-submit {
    right: 50px;
  }
  .header-search .search-form-container .search-form .search-submit img {
    width: 16px;
    height: 16px;
  }
}
.header-search .search-form-container .search-form .search-field {
  flex: 1;
  height: 100%;
  padding: 0 40px 0 40px;
  border: none;
  background: transparent;
  color: #333333;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  outline: none;
  box-sizing: border-box;
}
.header-search .search-form-container .search-form .search-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
@media (max-width: 768px) {
  .header-search .search-form-container .search-form .search-field {
    font-size: 16px;
    padding: 0 20px 0 20px;
  }
  .header-search .search-form-container .search-form .search-field::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .header-search .search-form-container .search-form .search-field {
    font-size: 14px;
    padding: 0 15px 0 15px;
  }
  .header-search .search-form-container .search-form .search-field::placeholder {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
### Download Center Button
--------------------------------------------------------------*/
.download-center {
  order: 2;
}
@media (max-width: 1199px) {
  .download-center {
    display: none;
  }
}
.download-center .btn-download {
  display: flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 14px 20px 14px 20px;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0%;
  white-space: nowrap;
}
@media (max-width: 1365px) {
  .download-center .btn-download {
    font-size: 17px;
    padding: 12px 40px 12px 18px;
  }
}
@media (max-width: 1199px) {
  .download-center .btn-download {
    font-size: 16px;
    padding: 10px 35px 10px 16px;
  }
}
@media (max-width: 1023px) {
  .download-center .btn-download {
    font-size: 14px;
    padding: 6px 24px 6px 12px;
  }
}
.download-center .btn-download:hover span {
  animation: arrowMove 0.5s forwards;
}
.download-center .btn-download .arrow-icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1365px) {
  .download-center .btn-download .arrow-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1199px) {
  .download-center .btn-download .arrow-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1023px) {
  .download-center .btn-download .arrow-icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .download-center .btn-download {
    padding: 6px 14px;
    font-size: 12px;
  }
  .download-center .btn-download span {
    display: none;
  }
  .download-center .btn-download .arrow-icon {
    width: 18px;
    height: 18px;
  }
}

@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  41% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
## Mobile Menu Overlay
--------------------------------------------------------------*/
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

body.mobile-menu-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Mobile Menu Panel
--------------------------------------------------------------*/
.mobile-menu-panel {
  position: fixed !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100vh !important;
  background: #ffffff !important;
  z-index: 10000 !important;
  transition: left 0.3s ease !important;
  overflow-y: auto !important;
  /*--------------------------------------------------------------
  ## Mobile Menu Contact & Social Section
  --------------------------------------------------------------*/
}
.mobile-menu-panel.active {
  left: 0 !important;
}
.mobile-menu-panel .panel-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu-panel .panel-header {
  position: sticky;
  top: 0;
  z-index: 10002;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  flex-shrink: 0;
  background: #ffffff;
}
.mobile-menu-panel .panel-header .mobile-logo {
  height: 40px;
  width: auto;
}
.mobile-menu-panel .panel-header .panel-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  border-radius: 50%;
  padding: 0;
  position: relative;
  z-index: 10003;
}
.mobile-menu-panel .panel-header .panel-close-btn img {
  pointer-events: none;
}
.mobile-menu-panel .panel-content {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li:last-child {
  border-bottom: none;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li a:hover {
  color: #931A1F;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li a .dropdown-arrow {
  font-size: 18px;
  color: #666;
  transition: transform 0.3s ease;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu {
  position: fixed;
  top: 83px;
  left: 100%;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 10001;
  transition: left 0.3s ease;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li:last-child {
  border-bottom: none;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li:not(.submenu-header) {
  padding: 0 20px;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.submenu-header {
  position: sticky;
  top: 0;
  z-index: 10003;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.submenu-header .submenu-header-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  background: #ffffff;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.submenu-header .submenu-header-content .back-button {
  display: flex;
  align-items: center;
  padding: 0;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.submenu-header .submenu-header-content .back-button .back-arrow {
  font-size: 18px;
  margin-right: 8px;
  color: #666;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.submenu-header .submenu-header-content .back-button .back-text {
  color: #DE1B23;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li a {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #121212;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li a:last-child {
  border-bottom: none;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li a .dropdown-arrow {
  font-size: 18px;
  color: #666;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.has-children .dropdown-menu {
  left: 100%;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.has-children.active > a .dropdown-arrow {
  transform: rotate(90deg);
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children .dropdown-menu li.has-children.active .dropdown-menu {
  left: 0;
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children.active > a .dropdown-arrow {
  transform: rotate(90deg);
}
.mobile-menu-panel .panel-content .mobile-navigation .mobile-menu-list li.has-children.active .dropdown-menu {
  left: 0;
}
.mobile-menu-panel .mobile-contact-info .contact-info-wrapper,
.mobile-menu-panel .mobile-social-info .contact-info-wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-menu-panel .mobile-contact-info .contact-info-wrapper .contact-link,
.mobile-menu-panel .mobile-social-info .contact-info-wrapper .contact-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px 0 !important;
  color: #333 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.mobile-menu-panel .mobile-contact-info .contact-info-wrapper .contact-link:last-child,
.mobile-menu-panel .mobile-social-info .contact-info-wrapper .contact-link:last-child {
  border-bottom: none;
}
.mobile-menu-panel .mobile-contact-info .contact-info-wrapper .contact-link .contact-icon,
.mobile-menu-panel .mobile-social-info .contact-info-wrapper .contact-link .contact-icon {
  width: 24px;
  height: 24px;
}
.mobile-menu-panel .mobile-contact-info .contact-info-wrapper .contact-link span,
.mobile-menu-panel .mobile-social-info .contact-info-wrapper .contact-link span {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.mobile-menu-panel .mobile-contact-info .social-links-wrapper,
.mobile-menu-panel .mobile-social-info .social-links-wrapper {
  display: flex;
  justify-content: left;
  gap: 18px;
}
.mobile-menu-panel .mobile-contact-info .social-links-wrapper .social-link img,
.mobile-menu-panel .mobile-social-info .social-links-wrapper .social-link img {
  width: 24px;
  height: 24px;
}
.mobile-menu-panel .language-buttons a.language-btn {
  padding: 0px !important;
}
.mobile-menu-panel .mobile-language-switcher {
  padding: 18px 0 !important;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.mobile-menu-panel .mobile-language-switcher .language-buttons {
  display: flex;
  gap: 16px;
}
.mobile-menu-panel .mobile-language-switcher .language-buttons .language-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s ease;
}

li.menu-item.mobile-social-info {
  padding: 6px 0;
}

li.menu-item.mobile-contact-info {
  padding: 18px 0;
}

.genel-button:hover span {
  animation: arrowMove 0.5s forwards;
}

@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -20px); /* yukarı çıkış */
    opacity: 0;
  }
  41% {
    transform: translate(0, 20px); /* aşağıdan giriş */
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


.main-navigation .nav-menu.mega-menu .mega-menu-left .mega-menu-main-list .mega-menu-item .mega-menu-link {
    color: #676767;
}

.btn-get-contact.genel-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #e53e3e;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 15px;
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .btn-get-contact.genel-button span {
    font-size: 16px;
  }
}
.btn-get-contact.genel-button .arrow-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .btn-get-contact.genel-button .arrow-icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-get-contact.genel-button {
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .single-post-page .page-header-section {
    padding: 40px 0 0px 0px !important;
  }
}
/* Hero Slider
--------------------------------------------- */
/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-slider {
  position: relative;
  height: 850px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider {
    height: 850px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .hero-slider {
    height: 750px;
  }
}
@media (max-width: 1024px) {
  .hero-slider {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 550px;
  }
}

@media (min-width: 1200px) {
.main-navigation .nav-menu.mega-menu .mega-menu-content { min-width: 900px; }
}

.featured-product-item .product-description { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }


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

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.hero-slide .hero-container {
  position: relative;
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-slide .hero-container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .hero-slide .hero-container {
    padding: 0 15px;
  }
}

.components-content h3 { margin-top: 0; }

main.product-main-content .content-section:not(:last-child) { border-bottom: 1px solid #ECEEEF; padding-bottom: 70px; margin-bottom: 70px; }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}
@media (max-width: 1024px) {
  .hero-content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
	
main.product-main-content .content-section:not(:last-child) { padding-bottom: 30px; margin-bottom: 30px; }
	
  .hero-content {
    gap: 15px;
  }
}

/*--------------------------------------------------------------
## Hero Location
--------------------------------------------------------------*/
.hero-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: rgba(249, 250, 251, 0.3019607843);
  border-radius: 7px;
  padding: 6px 16px;
  width: fit-content;
}
.hero-location span {
  font-family: Outfit;
  font-weight: 200;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.hero-location .location-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .hero-location {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
  }
}

/*--------------------------------------------------------------
## Hero Text Content
--------------------------------------------------------------*/

.hero-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 62px;
  font-weight: 400;
  font-style: normal;
  line-height: 76px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0%;
    margin-bottom: 6px;
  }
}

.hero-description {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 32px 0;
}
@media (max-width: 768px) {
  .hero-description {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 24px;
  }
}

/*--------------------------------------------------------------
## Hero Button
--------------------------------------------------------------*/
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #E53E3E;
  border: none;
  border-radius: 15px;
  padding: 16px 20px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
}
.hero-btn span {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-btn span {
    font-size: 16px;
  }
}
.hero-btn:hover span {
  animation: arrowMove 0.5s forwards;
}
.hero-btn:active {
  transform: translateY(0);
}
.hero-btn .btn-arrow {
  width: 24px;
  height: 24px;
  filter: invert(1);
}
@media (max-width: 768px) {
  .hero-btn {
    padding: 10px 20px;
    font-size: 16px;
    gap: 10px;
  }
  .hero-btn .btn-arrow {
    width: 16px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
## Hero Navigation Container
--------------------------------------------------------------*/
.hero-navigation {
  position: absolute;
  bottom: 20px;
  max-width: 403px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
  float: left;
  justify-content: start;
  align-items: start;
  align-content: start;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .hero-navigation {
    left: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-navigation {
    left: 15px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-navigation {
    left: 15px;
  }
}
@media (max-width: 768px) {
  .hero-navigation {
    bottom: 15px;
    padding: 0 15px;
    gap: 10px;
    left: 0;
    transform: translateX(0%);
  }
}

/*--------------------------------------------------------------
## Swiper Navigation
--------------------------------------------------------------*/
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  position: static;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0px);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  cursor: pointer;
  padding: 16px;
}
.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
  display: none;
}
.hero-swiper .swiper-button-next:before,
.hero-swiper .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  opacity: 1;
}
.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}
.hero-swiper .swiper-button-next:active,
.hero-swiper .swiper-button-prev:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .hero-swiper .swiper-button-next:before,
  .hero-swiper .swiper-button-prev:before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .hero-swiper .swiper-button-next:before,
  .hero-swiper .swiper-button-prev:before {
    width: 16px;
    height: 16px;
  }
}
.hero-swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  background: rgba(255, 255, 255, 0.15);
  padding: 16px 18px;
  border-radius: 30px;
  width: 315px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .hero-swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding: 15px;
    width: 260px;
  }
}
@media (max-width: 480px) {
  .hero-swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 200px;
  }
}
.hero-swiper .swiper-button-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5858 4.5L13.5857 7.49994H0.546875V8.49994H13.5857L10.5858 11.4998L11.2929 12.2069L15.4999 7.99991L11.2929 3.79291L10.5858 4.5Z' fill='white'/%3E%3C/svg%3E");
}
.hero-swiper .swiper-button-next:hover:before {
  transform: translate(-45%, -50%);
}
.hero-swiper .swiper-button-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.41416 4.5L2.41425 7.49994H15.4531V8.49994H2.41431L5.41416 11.4998L4.70706 12.2069L0.500094 7.99991L4.70706 3.79291L5.41416 4.5Z' fill='white'/%3E%3C/svg%3E");
}
.hero-swiper .swiper-button-prev:hover:before {
  transform: translate(-55%, -50%);
}

/*--------------------------------------------------------------
## Swiper Pagination
--------------------------------------------------------------*/
.hero-swiper .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: none;
}
@media (max-width: 768px) {
  .hero-swiper .swiper-pagination {
    gap: 6px;
  }
}
.hero-swiper .swiper-pagination-bullet {
  flex: 1;
  min-width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0;
  border-radius: 1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hero-swiper .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.6);
}
.hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  border-radius: 1px;
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .hero-swiper .swiper-pagination-bullet {
    min-width: 16px;
  }
}
@media (max-width: 480px) {
  .hero-swiper .swiper-pagination-bullet {
    min-width: 12px;
  }
}

/*--------------------------------------------------------------
## Hero Social Media
--------------------------------------------------------------*/
.hero-social {
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  gap: 22px;
  background-color: rgba(249, 250, 251, 0.25);
  border-radius: 30px;
  padding: 7px 22px;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .hero-social {
    right: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .hero-social {
    right: 15px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .hero-social {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .hero-social {
    right: 15px;
  }
}
@media (max-width: 500px) {
  .hero-social {
    display: none;
  }
}
.hero-social .social-link {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.hero-social .social-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.hero-social .social-link img:hover {
  filter: none;
}
@media (max-width: 768px) {
  .hero-social .social-link {
    width: 36px;
    height: 36px;
  }
  .hero-social .social-link img {
    width: 18px;
    height: 18px;
  }
}

/*--------------------------------------------------------------
## Responsive Adjustments
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .hero-slider {
    height: 65vh;
  }
  .hero-content {
    gap: 16px;
  }
  .hero-text {
    max-width: 100%;
  }
}
@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -20px); /* yukarı çıkış */
    opacity: 0;
  }
  41% {
    transform: translate(0, 20px); /* aşağıdan giriş */
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Featured Products
--------------------------------------------- */
/*--------------------------------------------------------------
# Featured Products Section
--------------------------------------------------------------*/
.featured-products {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
}
@media (max-width: 1365px) {
  .featured-products {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .featured-products {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .featured-products {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .featured-products {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
## Featured Products Swiper
--------------------------------------------------------------*/
.featured-products-swiper {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 1365px) {
  .featured-products-swiper {
    margin-top: 50px;
    padding-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .featured-products-swiper {
    margin-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .featured-products-swiper {
    margin-top: 40px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .featured-products-swiper {
    margin-top: 35px;
    padding-bottom: 40px;
  }
}
.featured-products-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.featured-products-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.featured-products-swiper .swiper-slide .featured-product-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.featured-products-swiper .swiper-button-prev,
.featured-products-swiper .swiper-button-next {
  transition: 0.6s;
}

/*--------------------------------------------------------------
## Featured Product Item
--------------------------------------------------------------*/
.featured-product-item {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.featured-product-item:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-4px);
}
.featured-product-item:focus {
  outline: 2px solid #00d4ff;
  outline-offset: 2px;
}
.featured-product-item .product-image {
  position: relative;
  overflow: hidden;
  background: #111111;
  border-radius: 20px;
}
@media (max-width: 1365px) {
  .featured-product-item .product-image {
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .featured-product-item .product-image {
    height: 250px;
  }
}
@media (max-width: 1023px) {
  .featured-product-item .product-image {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .featured-product-item .product-image {
    height: 220px;
  }
}
.featured-product-item .product-image img {
  aspect-ratio: 3/2;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-product-item .product-image .product-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.featured-product-item .product-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.featured-product-item:hover .product-image img {
  transform: scale(1.05);
}
.featured-product-item:hover .product-image::after {
  opacity: 1;
}
.featured-product-item .product-content {
  padding: 16px 0 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1365px) {
  .featured-product-item .product-content {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .featured-product-item .product-content {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .featured-product-item .product-content {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .featured-product-item .product-content {
    padding: 20px 0 0 0;
  }
}
.featured-product-item .product-title {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .featured-product-item .product-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .featured-product-item .product-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.featured-product-item .product-description {
  color: #121212;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  margin: 0;
  flex-grow: 1;
  padding: 0 50px 0 0px;
}
@media (max-width: 768px) {
  .featured-product-item .product-description {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .featured-product-item .product-description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
  }
}
.featured-product-item .product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00d4ff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.featured-product-item .product-link:hover {
  color: #121212;
  transform: translateX(4px);
}
.featured-product-item .product-link span {
  position: relative;
}
.featured-product-item .product-link .link-arrow {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg);
  transition: all 0.3s ease;
}
.featured-product-item .product-link:hover .link-arrow {
  filter: brightness(0);
  transform: translateX(4px);
}
@media (max-width: 480px) {
  .featured-product-item .product-link {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
## Loading Animation
--------------------------------------------------------------*/
.featured-product-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.featured-product-item:nth-child(1) {
  animation-delay: 0.1s;
}

.featured-product-item:nth-child(2) {
  animation-delay: 0.2s;
}

.featured-product-item:nth-child(3) {
  animation-delay: 0.3s;
}

.featured-product-item:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Product Categories
--------------------------------------------- */
/* Product Categories Section
--------------------------------------------- */
.product-categories {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .product-categories {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.product-categories .section-header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .product-categories .section-header {
    margin-bottom: 40px;
  }
}
.product-categories .product-categories-header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .product-categories .product-categories-header {
    margin-bottom: 30px;
  }
}
.product-categories .product-categories-header .product-categories-header-content {
  text-align: center;
}
@media (max-width: 768px) {
  .product-categories .product-categories-header .product-categories-header-content {
    text-align: left;
  }
}
.product-categories .product-categories-header .section-subtitle {
  display: block;
  text-transform: uppercase;
  color: #121212;
  width: max-content;
  margin: 0 auto;
  padding: 6px 20px;
  border-radius: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .product-categories .product-categories-header .section-subtitle {
    margin: inherit;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.product-categories .product-categories-header .section-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: 55 Roman;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #121212;
  margin-top: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .product-categories .product-categories-header .section-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.product-categories .desktop-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  grid-auto-rows: 443px;
  gap: 15px;
}
@media (max-width: 1200px) {
  .product-categories .desktop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .product-categories .desktop-grid {
    display: none;
  }
}
.product-categories .mobile-swiper {
  display: none;
}
@media (max-width: 768px) {
  .product-categories .mobile-swiper {
    display: block;
  }
}
.product-categories .mobile-swiper .swiper-slide {
  width: auto;
  margin: 0;
  padding: 0;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-width: auto;
  width: 100%;
  margin-top: 32px;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev,
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next {
  position: static;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  margin: 0;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev:after,
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next:after {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev:hover,
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next:hover {
  background: #121212;
  border-color: #121212;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev:hover:after,
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next:hover:after {
  color: #ffffff;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev.swiper-button-disabled,
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev.swiper-button-disabled:hover,
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next.swiper-button-disabled:hover {
  background: #ffffff;
  border-color: #E9E9E9;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev.swiper-button-disabled:hover:after,
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next.swiper-button-disabled:hover:after {
  color: #121212;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: none !important;
  width: 10px !important;
  height: 10px !important;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination {
  width: auto !important;
  position: static !important;
  display: flex !important;
  border: 1px solid #ECEEEF;
  padding: 14px 16px;
  border-radius: 30px;
  transform: translateX(0%);
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E9E9E9;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
  position: inherit;
  transform: none;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  width: 10px;
  height: 10px;
}
.product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullet:hover {
  background: #cccccc;
}
.product-categories .category-item-mobile .category-image {
  height: 200px;
  overflow: hidden;
}
.product-categories .category-item-mobile .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.product-categories .category-item-mobile .category-image .category-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.product-categories .category-item-mobile .category-content {
  padding: 20px;
}
@media (max-width: 1023px) {
  .product-categories .category-item-mobile .category-content {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .product-categories .category-item-mobile .category-content {
    padding: 20px 0 0 0;
  }
}
.product-categories .category-item-mobile .category-content .category-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #121212;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-categories .category-item-mobile .category-content .category-description {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  opacity: 0.8;
  margin: 0;
}
.product-categories .category-item-mobile .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-categories .category-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 443px;
}
.product-categories .category-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.product-categories .category-item:hover .category-overlay {
  opacity: 0.7;
}
.product-categories .category-item:hover .category-content {
  transform: translateY(0);
  opacity: 1;
}
.product-categories .category-item:hover .category-image img {
  transform: scale(1.05);
}
.product-categories .category-item .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.product-categories .category-item .category-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.product-categories .category-item .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-categories .category-item .category-image .category-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.product-categories .category-item .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.product-categories .category-item .category-overlay:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.product-categories .category-item .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.product-categories .category-item .category-content .category-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-style: 65 Medium;
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 32px;
  letter-spacing: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .product-categories .category-item .category-content .category-title {
    font-size: 20px;
  }
}
.product-categories .category-item .category-content .category-description {
  font-family: "Outfit", sans-serif;
  font-weight: 2 0;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}
.product-categories .category-item:nth-child(1) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .product-categories .category-item:nth-child(1) {
    grid-column: span 1;
  }
}
.product-categories .category-item:nth-child(2) {
  grid-column: span 1;
}
.product-categories .category-item:nth-child(3) {
  grid-column: span 1;
}
.product-categories .category-item:nth-child(4) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .product-categories .category-item:nth-child(4) {
    grid-column: span 1;
  }
}
.product-categories .category-item:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .product-categories .category-item:nth-child(5) {
    grid-column: span 1;
  }
}
.product-categories .category-item:nth-child(6) {
  grid-column: span 1;
}
.product-categories .category-item:nth-child(7) {
  grid-column: span 1;
}
.product-categories .category-item:nth-child(8) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .product-categories .category-item:nth-child(8) {
    grid-column: span 1;
  }
}

@media (prefers-color-scheme: dark) {
  .product-categories {
    background-color: #1a1a1a;
  }
  .product-categories .section-header .section-subtitle {
    color: #adb5bd;
  }
  .product-categories .section-header .section-title {
    color: #f8f9fa;
  }
  .product-categories .category-item {
    background: #2d2d2d;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .product-categories .category-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  }
}
/* About Section
--------------------------------------------- */
/* About Section
--------------------------------------------- */
.about-section {
  padding-bottom: 60px;
  color: rgb(26, 25, 25);
}
@media (max-width: 768px) {
  .about-section {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.about-section .about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .about-section .about-content {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .about-section .about-content {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.about-section .about-text .about-subtitle {
  font-family: Outfit;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #E9E9E9;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #121212;
}
@media (max-width: 768px) {
  .about-section .about-text .about-subtitle {
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.about-section .about-text .about-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: 55 Roman;
  font-size: 52px;
  margin-top: 26px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .about-section .about-text .about-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
  }
}
.about-section .about-description {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121212;
}
.about-section .about-description p {
  margin-bottom: 20px;
}
.about-section .about-description p:last-child {
  margin-bottom: 0;
}

/* Values Accordion Section
--------------------------------------------- */
.values-section {
  padding: 80px 0;
  background-color: #181C2A;
  color: white;
}
@media (max-width: 768px) {
  .values-section {
    padding: 45px 0;
  }
}
.values-section .values-accordion {
  display: flex;
  gap: 15px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .values-section .values-accordion {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  }
  .values-section .values-accordion::-webkit-scrollbar {
    height: 6px;
  }
  .values-section .values-accordion::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
  }
  .values-section .values-accordion::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
  }
  .values-section .values-accordion::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 1023px) {
  .values-section .values-accordion {
    flex-direction: column;
    gap: 10px;
    overflow-x: visible;
    overflow-y: visible;
  }
}
.values-section .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  cursor: pointer;
  flex-shrink: 0;
  height: 257px;
  display: flex;
  flex-direction: column;
  width: 180px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .values-section .accordion-item {
    width: 100%;
    height: auto;
    min-height: 60px;
    background: white;
    border-color: white;
    color: #121212;
  }
}
.values-section .accordion-item.active {
  background: rgba(255, 255, 255, 0.95);
  color: #121212;
  width: 390px;
}
@media (max-width: 1023px) {
  .values-section .accordion-item.active {
    width: 100%;
  }
}
.values-section .accordion-item.active .accordion-header {
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 1023px) {
  .values-section .accordion-item.active .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .values-section .accordion-item.active .accordion-header .accordion-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.values-section .accordion-item.active .accordion-header .accordion-icon img {
  filter: brightness(0);
}
.values-section .accordion-item.active .accordion-header .accordion-title {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  padding: 0px;
  margin: 0px;
}
.values-section .accordion-item.active .accordion-header .accordion-toggle-btn .toggle-icon {
  background-image: url("/wp-content/uploads/icon-nagative-values.svg") !important;
}
.values-section .accordion-item.active .accordion-content {
  color: #121212;
  margin-top: 6px;
  text-align: left;
}
.values-section .accordion-item.active .accordion-content p {
  color: #121212;
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.values-section .accordion-item:hover:not(.active) {
  background: #931A1F;
  border-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.values-section .accordion-item.active {
  background: white;
  color: #121212;
  border-color: white;
  width: 390px;
}
@media (max-width: 1023px) {
  .values-section .accordion-item.active {
    width: 100%;
  }
}
.values-section .accordion-item.active .accordion-header {
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 1023px) {
  .values-section .accordion-item.active .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .values-section .accordion-item.active .accordion-header .accordion-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.values-section .accordion-item.active .accordion-header .accordion-icon img {
  filter: brightness(0);
}
.values-section .accordion-item.active .accordion-header .accordion-title {
  color: #121212;
}
.values-section .accordion-item.active .accordion-header .accordion-toggle-btn .toggle-icon {
  background-image: url("/wp-content/uploads/icon-nagative-values.svg") !important;
}
.values-section .accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 6px 0x;
  color: #121212;
  opacity: 1;
  text-align: left;
}
.values-section .accordion-item.active .accordion-content p {
  color: #121212;
  opacity: 1;
}
.values-section .accordion-item .accordion-header {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
}
@media (max-width: 1023px) {
  .values-section .accordion-item .accordion-header {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 15px 20px;
  }
  .values-section .accordion-item .accordion-header .accordion-icon img {
    filter: brightness(0);
  }
  .values-section .accordion-item .accordion-header .accordion-title {
    color: #121212;
  }
}
.values-section .accordion-item .accordion-header .accordion-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .values-section .accordion-item .accordion-header .accordion-icon {
    margin-bottom: 4px !important;
    margin-right: 12px;
    width: 24px;
    height: 24px;
  }
  .values-section .accordion-item .accordion-header .accordion-icon img {
    width: 24px;
    height: 24px;
    max-width: 24px;
  }
}
.values-section .accordion-item .accordion-header .accordion-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .values-section .accordion-item .accordion-header .accordion-title {
    margin-top: 0;
    text-align: center;
    flex: 1;
    white-space: nowrap;
    word-wrap: break-word;
    margin-left: 8px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .values-section .accordion-item .accordion-header .accordion-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.values-section .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
}
.values-section .accordion-item .accordion-content p {
  font-family: Outfit;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.8;
  margin: 0 0 20px 0;
}
.values-section .accordion-item .accordion-toggle-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .values-section .accordion-item .accordion-toggle-btn {
    position: static;
    transform: none;
    width: 30px;
    height: 30px;
    background: #121212;
  }
  .values-section .accordion-item .accordion-toggle-btn .toggle-icon {
    background-image: url("/wp-content/uploads/2025/08/icon-plus-renkli.svg") !important;
    filter: none;
  }
}
.values-section .accordion-item .accordion-toggle-btn .toggle-icon {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/08/icon-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.values-section .accordion-item.active .accordion-toggle-btn {
  transform: translateX(0%);
  float: left;
  align-items: start;
  justify-content: start;
  left: 5%;
}

/* ACF Hakkimizda Block
--------------------------------------------- */
.acfhakkimizda .section-header {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .acfhakkimizda .section-header {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .acfhakkimizda .section-header {
    flex-direction: column;
    gap: 30px;
  }
}
.acfhakkimizda .tasarlab-hakkimizda-image {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .acfhakkimizda .tasarlab-hakkimizda-image {
    width: 100%;
  }
}
.acfhakkimizda .tasarlab-hakkimizda-image .diger-hakkimizda-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.acfhakkimizda .section-header-content {
  flex: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
}
@media (max-width: 768px) {
  .acfhakkimizda .section-header-content {
    font-size: 16px;
    line-height: 22px;
  }
}
.acfhakkimizda .section-header-content p {
  margin-bottom: 20px;
}
.acfhakkimizda .section-header-content p:last-child {
  margin-bottom: 0;
}
.acfhakkimizda .section-header-content h1, .acfhakkimizda .section-header-content h2, .acfhakkimizda .section-header-content h3, .acfhakkimizda .section-header-content h4, .acfhakkimizda .section-header-content h5, .acfhakkimizda .section-header-content h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  color: #121212;
}
.acfhakkimizda .section-header-content ul, .acfhakkimizda .section-header-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.acfhakkimizda .section-header-content li {
  margin-bottom: 8px;
}
.acfhakkimizda .hakkimizda-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .acfhakkimizda .hakkimizda-layout {
    gap: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .acfhakkimizda .hakkimizda-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 30px;
  }
}
.acfhakkimizda .hakkimizda-image {
  width: 100%;
}
.acfhakkimizda .hakkimizda-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.acfhakkimizda .hakkimizda-content .section-description-acf {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
}
@media (max-width: 768px) {
  .acfhakkimizda .hakkimizda-content .section-description-acf {
    font-size: 16px;
    line-height: 22px;
  }
}
.acfhakkimizda .hakkimizda-content .section-description-acf p {
  margin-bottom: 20px;
}
.acfhakkimizda .hakkimizda-content .section-description-acf p:last-child {
  margin-bottom: 0;
}
.acfhakkimizda .hakkimizda-content .section-description-acf h1, .acfhakkimizda .hakkimizda-content .section-description-acf h2, .acfhakkimizda .hakkimizda-content .section-description-acf h3, .acfhakkimizda .hakkimizda-content .section-description-acf h4, .acfhakkimizda .hakkimizda-content .section-description-acf h5, .acfhakkimizda .hakkimizda-content .section-description-acf h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  color: #121212;
}
.acfhakkimizda .hakkimizda-content .section-description-acf ul, .acfhakkimizda .hakkimizda-content .section-description-acf ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.acfhakkimizda .hakkimizda-content .section-description-acf li {
  margin-bottom: 8px;
}

.acfhakkimizda {
  padding: 60px 0 0px 0;
}
.acfhakkimizda .section-header {
  margin-bottom: 0;
}

/* ACF Card Section
--------------------------------------------- */
.acf-card-section {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .acf-card-section {
    padding: 40px 0;
  }
}
.acf-card-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 0px;
  transition: 0.2s;
}
@media (max-width: 1199px) {
  .acf-card-section .cards-grid {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }
  .acf-card-section .cards-grid::-webkit-scrollbar {
    height: 6px;
  }
  .acf-card-section .cards-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
  }
  .acf-card-section .cards-grid::-webkit-scrollbar-thumb {
    background: rgba(14, 165, 233, 0.3);
    border-radius: 3px;
  }
  .acf-card-section .cards-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(14, 165, 233, 0.5);
  }
}
.acf-card-section .card-item {
  text-align: left;
  padding: 40px;
  border-radius: 16px;
  background: #272727;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.acf-card-section .card-item:hover {
  background: #931A1F;
}
@media (max-width: 1199px) {
  .acf-card-section .card-item {
    min-width: 330px !important;
  }
}
@media (max-width: 768px) {
  .acf-card-section .card-item {
    min-width: 280px !important;
    padding: 21px;
  }
}
.acf-card-section .card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .acf-card-section .card-header {
    gap: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .acf-card-section .card-header {
    gap: 10px;
    margin-bottom: 6px;
  }
}
.acf-card-section .card-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .acf-card-section .card-icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .acf-card-section .card-icon {
    width: 24px;
    height: 24px;
  }
}
.acf-card-section .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acf-card-section .card-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .acf-card-section .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.acf-card-section .card-description {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-style: Light;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (max-width: 768px) {
  .acf-card-section .card-description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .acf-card-section .card-description {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ACF FQA Section (Accordion)
--------------------------------------------- */
.acf-fqa-section {
  padding: 0 0 120px 0;
}
@media (max-width: 1024px) {
  .acf-fqa-section {
    padding: 0 0 0px 0;
  }
}
.acf-fqa-section .section-header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .acf-fqa-section .section-header {
    margin-bottom: 15px;
  }
}
.acf-fqa-section .section-title-fqa {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #121212;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .acf-fqa-section .section-title-fqa {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .acf-fqa-section .section-title-fqa {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .acf-fqa-section .section-title-fqa {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .acf-fqa-section .fqa-accordion {
    margin-top: 0;
  }
}
.acf-fqa-section .fqa-item {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 0;
}
.acf-fqa-section .fqa-item:last-child {
  border-bottom: none;
}
.acf-fqa-section .fqa-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .acf-fqa-section .fqa-header {
    padding: 20px 0;
  }
}
.acf-fqa-section .fqa-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  color: #121212;
  margin: 0;
  flex: 1;
  padding-right: 20px;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .acf-fqa-section .fqa-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.acf-fqa-section .fqa-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .acf-fqa-section .fqa-toggle {
    width: 18px;
    height: 18px;
  }
}
.acf-fqa-section .fqa-toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.acf-fqa-section .fqa-toggle .fqa-close-icon {
  opacity: 0;
}
.acf-fqa-section .fqa-toggle .fqa-open-icon {
  opacity: 1;
}
.acf-fqa-section .fqa-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.acf-fqa-section .fqa-description {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121212;
}
@media (max-width: 768px) {
  .acf-fqa-section .fqa-description {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.acf-fqa-section .fqa-description ul, .acf-fqa-section .fqa-description ol {
  margin-bottom: 16px;
  padding-left: 20px;
}
.acf-fqa-section .fqa-description li {
  margin-bottom: 8px;
}
.acf-fqa-section .fqa-item.active .fqa-toggle .fqa-close-icon {
  opacity: 1;
}
.acf-fqa-section .fqa-item.active .fqa-toggle .fqa-open-icon {
  opacity: 0;
}
.acf-fqa-section .fqa-item.active .fqa-header {
  padding: 0;
}
.acf-fqa-section .fqa-item.active .fqa-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  color: #DE1B23;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

/* ACF Referanslar Section
--------------------------------------------- */
.acf-referanslar-section {
  padding: 60px 0 120px 0;
}
@media (max-width: 767px) {

.single-post-section figure.wp-block-table {
    overflow-x: auto;
}
 
.single-post-section .post-content table {
    min-width: 750px;
}
 
  .acf-referanslar-section {
    padding: 30px 0 60px 0;
  }
}
.acf-referanslar-section .referanslar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: start;
}
@media (max-width: 1024px) {
  .acf-referanslar-section .referanslar-grid {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .acf-referanslar-section .referanslar-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.acf-referanslar-section .referans-item {
  background: #F7F7F7;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 36px;
  height: 100%;
}
@media (max-width: 768px) {
  .acf-referanslar-section .referans-item {
    gap: 40px;
  }
}
.acf-referanslar-section .referans-image-container {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  cursor: pointer;
  padding: 0 24px 24px 24px;
  margin-top: 0;
}
.acf-referanslar-section .referans-image-container .referans-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.acf-referanslar-section .referans-image-container .referans-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-referanslar-section .view-project-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: rgba(253, 253, 253, 0.6980392157);
  border: 1px solid #FDFDFD;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.acf-referanslar-section .view-project-btn:hover .view-project-icon {
  transform: translateX(2px) rotate(45deg) !important;
}
.acf-referanslar-section .view-project-btn span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: #121212;
}
.acf-referanslar-section .view-project-btn .view-project-icon {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.acf-referanslar-section .view-project-btn:hover .view-project-icon {
  transform: translateX(2px);
}
.acf-referanslar-section .referans-content {
  padding: 24px 24px 0px 24px;
}
@media (max-width: 768px) {
  .acf-referanslar-section .referans-content {
    padding: 20px;
  }
}
.acf-referanslar-section .referans-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #121212;
  line-height: 32px;
  letter-spacing: 0%;
  margin: 0;
  min-height: 64px;
}
@media (max-width: 768px) {
  .acf-referanslar-section .referans-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    min-height: 0px;
  }
}
.acf-referanslar-section .referans-description {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .acf-referanslar-section .referans-description {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Referans Gallery Modal
--------------------------------------------- */
.referans-modal {
  display: none;
  position: fixed;
  z-index: 1003;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
}
.referans-modal .referans-gallery-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  .referans-modal .referans-gallery-content {
    padding: 20px;
    gap: 16px;
  }
}
.referans-modal .referans-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.referans-modal .referans-modal-close:hover {
  opacity: 0.7;
}
.referans-modal .gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.referans-modal .gallery-header h3 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .referans-modal .gallery-header h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.referans-modal .gallery-header .gallery-counter {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .referans-modal .gallery-header .gallery-counter {
    font-size: 14px;
  }
}
.referans-modal .gallery-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.referans-modal .gallery-container #galleryImage {
  max-width: 100%;
  max-height: calc(70vh - 100px);
  object-fit: contain;
  border-radius: 8px;
}
.referans-modal .gallery-container .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.referans-modal .gallery-container .gallery-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.referans-modal .gallery-container .gallery-nav.gallery-prev {
  left: 20px;
}
.referans-modal .gallery-container .gallery-nav.gallery-next {
  right: 20px;
}
@media (max-width: 768px) {
  .referans-modal .gallery-container .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .referans-modal .gallery-container .gallery-nav.gallery-prev {
    left: 10px;
  }
  .referans-modal .gallery-container .gallery-nav.gallery-next {
    right: 10px;
  }
}
.referans-modal .gallery-thumbnails {
  display: flex;
  gap: 8px;
  justify-content: center;
  overflow-x: auto;
  padding: 10px 0;
}
.referans-modal .gallery-thumbnails .gallery-thumbnail {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
  border: 2px solid transparent;
}
.referans-modal .gallery-thumbnails .gallery-thumbnail:hover {
  opacity: 0.8;
}
.referans-modal .gallery-thumbnails .gallery-thumbnail.active {
  opacity: 1;
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .referans-modal .gallery-thumbnails .gallery-thumbnail {
    width: 50px;
    height: 34px;
  }
}

/* ACF All Referans Section (Simple List)
--------------------------------------------- */
.acf-all-referans-section {
  padding: 60px 0 120px 0;
}
@media (max-width: 768px) {
  .acf-all-referans-section {
    padding: 60px 0 60px 0;
  }
}
.acf-all-referans-section .all-referans-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.acf-all-referans-section .all-referans-item {
  border-bottom: 1px solid #E9E9E9;
  padding: 24px 0;
}
.acf-all-referans-section .all-referans-item:first-child {
  padding-top: 0;
}
.acf-all-referans-section .all-referans-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .acf-all-referans-section .all-referans-item {
    padding: 20px 0;
  }
}
.acf-all-referans-section .all-referans-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #121212;
  margin: 0;
}
@media (max-width: 768px) {
  .acf-all-referans-section .all-referans-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .acf-all-referans-section .all-referans-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.acf-all-referans-section .referans-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .acf-all-referans-section .referans-pagination {
    margin-top: 40px;
    gap: 6px;
  }
}
.acf-all-referans-section .pagination-next span {
  color: #121212;
  margin-right: 12px;
}
.acf-all-referans-section .pagination-prev span {
  color: #DBDBDB;
  margin-left: 12px;
}
.acf-all-referans-section .pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #DBDBDB;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s ease;
}
.acf-all-referans-section .pagination-btn:hover {
  background: transparent;
  border: none;
  text-decoration: none;
  color: #121212;
}
.acf-all-referans-section .pagination-btn.active {
  background: transparent;
  border: none;
  color: #121212;
}
.acf-all-referans-section .pagination-btn.active:hover {
  background: transparent;
  border: none;
  color: #121212;
}
.acf-all-referans-section .pagination-btn.pagination-prev, .acf-all-referans-section .pagination-btn.pagination-next {
  border: none;
  background: transparent;
}
.acf-all-referans-section .pagination-btn.pagination-prev:hover, .acf-all-referans-section .pagination-btn.pagination-next:hover {
  background: transparent;
  border: none;
}
.acf-all-referans-section .pagination-btn.pagination-prev img, .acf-all-referans-section .pagination-btn.pagination-next img {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .acf-all-referans-section .pagination-btn {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .acf-all-referans-section .pagination-btn.pagination-prev img, .acf-all-referans-section .pagination-btn.pagination-next img {
    width: 18px;
    height: 18px;
  }
}
.acf-all-referans-section .pagination-dots {
  padding: 0 8px;
  color: #999999;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.acf-all-referans-section .pagination-info {
  text-align: center;
  margin-top: 20px;
}
.acf-all-referans-section .pagination-info p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin: 0;
}
@media (max-width: 768px) {
  .acf-all-referans-section .pagination-info p {
    font-size: 13px;
    line-height: 18px;
  }
}

.about-section.light-theme {
  background-color: #f8f9fa;
  color: #121212;
}
.about-section.light-theme .about-text .about-subtitle {
  color: #121212;
}
.about-section.light-theme .about-text .about-title {
  color: #121212;
}
.about-section.light-theme .about-text .about-description {
  color: #121212;
}
.about-section.light-theme .value-item {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.1);
  color: #121212;
}
.about-section.light-theme .value-item:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15);
}
.about-section.light-theme .value-item:first-child {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15);
}
.about-section.light-theme .value-item .value-icon img {
  filter: none;
}
.about-section.light-theme .value-item .value-content .value-title {
  color: #121212;
}
.about-section.light-theme .value-item .value-content .value-description {
  color: #121212;
}

/* ACF kataloglar Section
--------------------------------------------- */
.acf-kataloglar-section {
  padding: 60px 0 120px 0;
}
@media (max-width: 767px) {
  .acf-kataloglar-section {
    padding: 30px 0 60px 0;
  }
}
.acf-kataloglar-section .kataloglar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: start;
}
@media (max-width: 1024px) {
  .acf-kataloglar-section .kataloglar-grid {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .acf-kataloglar-section .kataloglar-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.acf-kataloglar-section .katalog-item {
  background: #F7F7F7;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 36px;
  height: 100%;
}
@media (max-width: 768px) {
  .acf-kataloglar-section .katalog-item {
    gap: 40px;
  }
}
.acf-kataloglar-section .katalog-image-container {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  cursor: pointer;
  padding: 24px 24px 0px 24px;
  margin-top: 0;
}
.acf-kataloglar-section .katalog-image-container .katalog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.acf-kataloglar-section .katalog-image-container .katalog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-kataloglar-section .katalog-content {
  padding: 0px 24px 0px 24px;
}
@media (max-width: 768px) {
  .acf-kataloglar-section .katalog-content {
    padding: 20px;
  }
}
.acf-kataloglar-section .katalog-content a {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 0px;
  text-decoration: none;
}
.acf-kataloglar-section .katalog-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #121212;
  line-height: 32px;
  letter-spacing: 0%;
  margin: 0;
  min-height: 64px;
}
@media (max-width: 768px) {
  .acf-kataloglar-section .katalog-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    min-height: 0px;
  }
}
.acf-kataloglar-section .katalog-description {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .acf-kataloglar-section .katalog-description {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Blog Section
--------------------------------------------- */
/* Blog Section
--------------------------------------------- */
.blog-section {
  padding-bottom: 120px;
  padding-top: 120px;
  background: #ffffff;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .blog-section {
    padding-bottom: 0;
    padding-top: 60px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .blog-section {
    padding-bottom: 0;
    padding-top: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .blog-section {
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 0px;
  }
}
.blog-section .blog-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .blog-section .blog-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-header {
    margin-bottom: 30px;
  }
}
.blog-section .blog-header .blog-subtitle {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #E9E9E9;
  background: #F9FAFB;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .blog-section .blog-header .blog-subtitle {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 16px;
  }
}
.blog-section .blog-header .blog-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #121212;
  margin: 0;
}
@media (max-width: 1199px) {
  .blog-section .blog-header .blog-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .blog-section .blog-header .blog-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-header .blog-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.blog-section .blog-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .blog-section .blog-posts-grid {
    gap: 25px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .blog-section .blog-posts-grid {
    gap: 25px;
    margin-bottom: 42px;
  }
}
@media (max-width: 1023px) {
  .blog-section .blog-posts-grid {
    gap: 25px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-posts-grid {
    gap: 25px;
    margin-bottom: 32px;
  }
}
.blog-section .blog-post-item {
  gap: 25px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .blog-section .blog-post-item {
    gap: 25px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .blog-section .blog-post-item {
    gap: 25px;
  }
}

.single-post-section strong {
    font-weight: 500;
}

@media (max-width: 767px) {
  .blog-section .blog-post-item {
    gap: 0px;
  }
}
.blog-section .blog-post-item:nth-child(odd) .post-image {
  order: 1;
  border-radius: 15px;
}
.blog-section .blog-post-item:nth-child(odd) .post-content {
  order: 2;
}
.blog-section .blog-post-item:nth-child(even) .post-image {
  order: 2;
  border-radius: 15px;
}
.blog-section .blog-post-item:nth-child(even) .post-content {
  order: 1;
}
@media (max-width: 768px) {
  .blog-section .blog-post-item {
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 0px;
  }
  .blog-section .blog-post-item:nth-child(odd) .post-image, .blog-section .blog-post-item:nth-child(even) .post-image {
    order: 1;
  }
  .blog-section .blog-post-item:nth-child(odd) .post-content, .blog-section .blog-post-item:nth-child(even) .post-content {
    order: 2;
  }
}
@media (max-width: 480px) {
  .blog-section .blog-post-item {
    flex-direction: column;
  }
}
.blog-section .blog-post-item .post-image {
  height: 300px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-section .blog-post-item .post-image {
    height: 200px;
    width: 100%;
  }
}
.blog-section .blog-post-item .post-image img {
  aspect-ratio: 5.7/3;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 12px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .blog-section .blog-post-item .post-image img {
    aspect-ratio: 3.7/3;
  }
}
.blog-section .blog-post-item .post-image:hover img {
  transform: scale(1.05);
}
.blog-section .blog-post-item .post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .blog-section .blog-post-item .post-content {
    padding: 16px 0;
  }
}
.blog-section .blog-post-item .post-content .post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.blog-section .blog-post-item .post-content .post-meta .post-category {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
.blog-section .blog-post-item .post-content .post-meta .post-date {
  color: #666666;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.blog-section .blog-post-item .post-content .post-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  margin: 0;
}
.blog-section .blog-post-item .post-content .post-title a {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-section .blog-post-item .post-content .post-title a:hover {
  color: #931a1f;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .blog-section .blog-post-item .post-content .post-title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-section .blog-post-item .post-content .post-excerpt {
  font-family: Outfit;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .blog-section .blog-post-item .post-content .post-excerpt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
    margin-top: 5px;
  }
}
.blog-section .blog-post-item .post-content .post-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121212;
  text-decoration: auto;
  transition: 0.3s;
}
.single-post-page figure.wp-block-embed {
    margin-top: 0 !important;
}
@media (max-width: 767px) {
  .blog-section .blog-post-item .post-content .post-link {
    font-size: 16px;
  }
}
.blog-section .blog-post-item .post-content .post-link .link-arrow {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .blog-section .blog-post-item .post-content .post-link .link-arrow {
    width: 16px;
    height: 16px;
  }
}
.blog-section .button-blog .post-link:hover {
  color: #931a1f;
  transition: 0.3s;
}
.blog-section .button-blog .post-link:hover .link-arrow {
  filter: invert(27.1%) sepia(96.9%) saturate(326%) hue-rotate(304.7deg) brightness(93%) contrast(155%);
}
.blog-section .blog-button-container {
  text-align: center;
}
@media (max-width: 768px) {
  .blog-section .blog-button-container {
    margin-bottom: 60px;
  }
}
.blog-section .blog-button-container .blog-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #121212;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 16px 20px;
  border-radius: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.blog-section .blog-button-container .blog-button .button-arrow {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  vertical-align: middle;
}
@media (max-width: 768px) {
  .blog-section .blog-button-container .blog-button .button-arrow {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .blog-section .blog-button-container .blog-button {
    font-size: 14px;
    padding: 14px 28px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .blog-section .blog-button-container .blog-button {
    font-size: 14px;
    padding: 14px 28px;
  }
}
@media (max-width: 1023px) {
  .blog-section .blog-button-container .blog-button {
    font-size: 14px;
    padding: 14px 28px;
    float: left;
  }
}
@media (max-width: 768px) {
  .blog-section .blog-button-container .blog-button {
    font-size: 14px;
    padding: 10px 28px;
    float: left;
  }
}

.section-title {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: 55 Roman;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0%;
  margin: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
  }
}

.section-subtitle {
  font-family: Outfit;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #121212;
  border: 1px solid #E9E9E9;
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: 20px;
  display: block;
  width: max-content;
  text-align: left;
}
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 16px;
    padding: 3px 12px;
    border: 1px solid #E9E9E9;
    background: #F9FAFB;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #121212;
    line-height: 24px;
  }
}

.button-blog .post-link:hover .link-arrow {
  transform: translateX(4px);
}

/* 404 Error Page
--------------------------------------------- */
/* 404 Error Page
--------------------------------------------- */
.error-404-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #F2E6E7;
  margin: 0 0 120px 0;
}
.error-404-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.error-404-section .error-404-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.error-404-section .error-404-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 460px;
  font-weight: 700;
  line-height: 1;
  color: rgb(147, 26, 31);
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .error-404-section .error-404-number {
    font-size: 200px;
  }
}
.error-404-section .error-404-icon {
  margin-bottom: 40px;
}
.error-404-section .error-404-icon img {
  width: 60px;
  height: 60px;
}
.error-404-section .error-404-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  color: #121212;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .error-404-section .error-404-title {
    font-size: 32px;
  }
}
.error-404-section .error-404-description {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}
.error-404-section .error-404-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #121212;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 32px;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
}

/* Products Archive Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Products Archive Page Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page Header Section
--------------------------------------------------------------*/
.page-header-section {
  padding: 150px 0 0px 0px;
  margin-top: 80px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .page-header-section {
    padding: 100px 0 0px 0px;
  }
  .page-header-section .page-header-content .page-title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .page-header-section .page-header-content .page-description {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .page-header-section {
    padding: 40px 0 0px 0px;
    align-items: center;
    gap: 100px;
  }
  .page-header-section .page-header-content .page-title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .page-header-section .page-header-content .page-description {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 1023px) {
  .page-header-section {
    padding: 60px 0 0px 0px;
  }
  .page-header-section .page-header-content .page-title {
    font-size: 32px !important;
    line-height: 42px !important;
    margin-bottom: 8px !important;
  }
  .page-header-section .page-header-content .page-description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .page-header-section {
    display: block;
    padding: 40px 0 0px 0;
  }
}
.page-header-section .page-header-content .page-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 0;
}
.page-header-section .page-header-content .page-description {
  font-family: Outfit;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #121212;
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
}
.page-header-section .page-header-action {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .page-header-section .page-header-action {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-header-section .page-header-content {
    text-align: left;
  }
  .page-header-section .page-header-content .page-title {
    font-size: 32px;
  }
  .page-header-section .page-header-content .page-description {
    font-size: 18px;
    max-width: 100%;
    margin: 0;
  }
  .page-header-section .page-header-action {
    display: none;
  }
  .page-header-section .page-header-action .btn-get-contact {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
## Products Grid Section
--------------------------------------------------------------*/
.products-grid-section {
  padding: 60px 0 120px 0;
  /*--------------------------------------------------------------
  ### Category Filter Section
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### Products Grid (Category Style)
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### No Products Found
  --------------------------------------------------------------*/
  /* Product Categories Section
  --------------------------------------------- */
  /*--------------------------------------------------------------
  ### Pagination
  --------------------------------------------------------------*/
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .products-grid-section {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-grid-section {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-grid-section {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .products-grid-section {
    padding: 40px 0 40px 0;
  }
}
.products-grid-section .category-filter-section {
  margin-bottom: 40px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .products-grid-section .category-filter-section {
    margin-bottom: 30px;
  }
}
.products-grid-section .category-filter-section .category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: left;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .products-grid-section .category-filter-section .category-filters {
    display: block;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    line-height: 50px;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .products-grid-section .category-filter-section .category-filters::-webkit-scrollbar {
    display: none;
  }
  .products-grid-section .category-filter-section .category-filters .filter-btn {
    margin: 0 12px 0 0;
  }
}
.products-grid-section .category-filter-section .category-filters .filter-btn {
  padding: 12px 20px;
  color: #121212;
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  border-radius: 30px;
  border: 1px solid #ECEEEF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.products-grid-section .category-filter-section .category-filters .filter-btn:hover {
  background: #121212;
  color: white;
  border-color: #121212;
  transition: all 0.2s ease-in-out;
}
.products-grid-section .category-filter-section .category-filters .filter-btn.active {
  background: #DE1B23;
  color: white;
  border-color: #DE1B23;
}
@media (max-width: 768px) {
  .products-grid-section .category-filter-section .category-filters {
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    display: block;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .products-grid-section .category-filter-section .category-filters::-webkit-scrollbar {
    display: none;
  }
  .products-grid-section .category-filter-section .category-filters .filter-btn {
    font-size: 13px;
    flex-shrink: 0; /* Prevent buttons from shrinking */
    white-space: nowrap;
    margin: 20px 12px 0 0;
    line-height: 50px;
    padding: 12px 20px;
    font-family: Outfit;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
  }
}
.products-grid-section .categories-grid.desktop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .products-grid-section .categories-grid.desktop-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
.products-grid-section .categories-grid.desktop-grid .category-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 7/4;
}
.products-grid-section .categories-grid.desktop-grid .category-item:hover .category-overlay {
  opacity: 0.7;
}
.products-grid-section .categories-grid.desktop-grid .category-item:hover .category-content {
  transform: translateY(0);
  opacity: 1;
}
.products-grid-section .categories-grid.desktop-grid .category-item:hover .category-image img {
  transform: scale(1.05);
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-image .category-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-overlay:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-content .category-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-style: 65 Medium;
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 32px;
  letter-spacing: 0%;
}
@media (max-width: 480px) {
  .products-grid-section .categories-grid.desktop-grid .category-item .category-content .category-title {
    font-size: 20px;
  }
}
.products-grid-section .categories-grid.desktop-grid .category-item .category-content .category-description {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}
.products-grid-section .no-products-found {
  text-align: center;
  padding: 80px 0;
}
.products-grid-section .no-products-found h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 16px;
}
.products-grid-section .no-products-found p {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
}
.products-grid-section .no-products-found .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #931A1F;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.products-grid-section .no-products-found .btn:hover {
  background: #7a1419;
}
.products-grid-section .product-categories {
  padding: 120px 0 120px 0;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .products-grid-section .product-categories {
    padding: 120px 0 120px 0;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .products-grid-section .product-categories {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .products-grid-section .product-categories {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .products-grid-section .product-categories {
    padding: 60px 0 60px 0;
  }
}
.products-grid-section .product-categories .section-header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .section-header {
    margin-bottom: 40px;
  }
}
.products-grid-section .product-categories .product-categories-header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .product-categories-header {
    margin-bottom: 30px;
  }
}
.products-grid-section .product-categories .product-categories-header .product-categories-header-content {
  text-align: center;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .product-categories-header .product-categories-header-content {
    text-align: left;
  }
}
.products-grid-section .product-categories .product-categories-header .section-subtitle {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #121212;
  background: #F9FAFB;
  width: max-content;
  margin: 0 auto;
  padding: 6px 20px;
  border-radius: 30px;
  font-family: Outfit;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .product-categories-header .section-subtitle {
    margin: inherit;
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.products-grid-section .product-categories .product-categories-header .section-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: 55 Roman;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #121212;
  margin-top: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .product-categories-header .section-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.products-grid-section .product-categories .desktop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 443px;
  gap: 15px;
}
@media (max-width: 1200px) {
  .products-grid-section .product-categories .desktop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .desktop-grid {
    display: none;
  }
}
.products-grid-section .product-categories .mobile-swiper {
  display: none;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .mobile-swiper {
    display: block;
  }
}
.products-grid-section .product-categories .mobile-swiper .swiper-slide {
  width: auto;
  margin: 0;
  padding: 0;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-width: auto;
  width: 100%;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev,
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next {
  position: static;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  margin: 0;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev:after,
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next:after {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev:hover,
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next:hover {
  background: #121212;
  border-color: #121212;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev:hover:after,
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next:hover:after {
  color: #ffffff;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev.swiper-button-disabled,
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev.swiper-button-disabled:hover,
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next.swiper-button-disabled:hover {
  background: #ffffff;
  border-color: #E9E9E9;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-prev.swiper-button-disabled:hover:after,
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-next.swiper-button-disabled:hover:after {
  color: #121212;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: none !important;
  width: 10px !important;
  height: 10px !important;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination {
  width: auto !important;
  position: static !important;
  display: flex !important;
  border: 1px solid #ECEEEF;
  padding: 14px 16px;
  border-radius: 30px;
  transform: translateX(0%);
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E9E9E9;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
  position: inherit;
  transform: none;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  width: 10px;
  height: 10px;
}
.products-grid-section .product-categories .mobile-swiper .categories-navigation.mobile-navigation .categories-pagination .swiper-pagination-bullet:hover {
  background: #cccccc;
}
.products-grid-section .product-categories .category-item-mobile .category-image {
  height: 200px;
  overflow: hidden;
}
.products-grid-section .product-categories .category-item-mobile .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.products-grid-section .product-categories .category-item-mobile .category-image .category-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.products-grid-section .product-categories .category-item-mobile .category-content {
  padding: 20px;
}
.products-grid-section .product-categories .category-item-mobile .category-content .category-title {
  font-family: '"Neue Haas Grotesk Display Pro", sans-serif';
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #121212;
  margin: 0 0 10px 0;
}
.products-grid-section .product-categories .category-item-mobile .category-content .category-description {
  font-family: Outfit;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  opacity: 0.8;
  margin: 0;
}
.products-grid-section .product-categories .category-item-mobile .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.products-grid-section .product-categories .category-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 443px;
}
.products-grid-section .product-categories .category-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.products-grid-section .product-categories .category-item:hover .category-overlay {
  opacity: 0.7;
}
.products-grid-section .product-categories .category-item:hover .category-content {
  transform: translateY(0);
  opacity: 1;
}
.products-grid-section .product-categories .category-item:hover .category-image img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .category-item {
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 12px;
    overflow: visible;
    position: relative;
  }
  .products-grid-section .product-categories .category-item:hover {
    transform: none;
  }
  .products-grid-section .product-categories .category-item:hover .category-image img {
    transform: none;
  }
  .products-grid-section .product-categories .category-item:hover .category-content {
    transform: none;
    opacity: 1;
  }
}
.products-grid-section .product-categories .category-item .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .category-item .category-link {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.products-grid-section .product-categories .category-item .category-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .category-item .category-image {
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
  }
}
.products-grid-section .product-categories .category-item .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.products-grid-section .product-categories .category-item .category-image .category-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.products-grid-section .product-categories .category-item .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .category-item .category-overlay {
    display: none;
  }
}
.products-grid-section .product-categories .category-item .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  opacity: 0.9;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .category-item .category-content {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    padding: 20px !important;
    color: #121212 !important;
    background: #fff !important;
    transform: none !important;
    opacity: 1 !important;
    text-align: center !important;
  }
}
.products-grid-section .product-categories .category-item .category-content .category-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 32px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .products-grid-section .product-categories .category-item .category-content .category-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: 0% !important;
    color: #121212 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .products-grid-section .product-categories .category-item .category-content .category-title {
    font-size: 20px;
  }
}
.products-grid-section .product-categories .category-item .category-content .category-description {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}
.products-grid-section .product-categories .category-item:nth-child(1) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .products-grid-section .product-categories .category-item:nth-child(1) {
    grid-column: span 1;
  }
}
.products-grid-section .product-categories .category-item:nth-child(2) {
  grid-column: span 1;
}
.products-grid-section .product-categories .category-item:nth-child(3) {
  grid-column: span 1;
}
.products-grid-section .product-categories .category-item:nth-child(4) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .products-grid-section .product-categories .category-item:nth-child(4) {
    grid-column: span 1;
  }
}
.products-grid-section .product-categories .category-item:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .products-grid-section .product-categories .category-item:nth-child(5) {
    grid-column: span 1;
  }
}
.products-grid-section .product-categories .category-item:nth-child(6) {
  grid-column: span 1;
}
.products-grid-section .product-categories .category-item:nth-child(7) {
  grid-column: span 1;
}
.products-grid-section .product-categories .category-item:nth-child(8) {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .products-grid-section .product-categories .category-item:nth-child(8) {
    grid-column: span 1;
  }
}
@media (prefers-color-scheme: dark) {
  .products-grid-section .product-categories {
    background-color: #1a1a1a;
  }
  .products-grid-section .product-categories .section-header .section-subtitle {
    color: #adb5bd;
  }
  .products-grid-section .product-categories .section-header .section-title {
    color: #f8f9fa;
  }
  .products-grid-section .product-categories .category-item {
    background: #2d2d2d;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .products-grid-section .product-categories .category-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  }
}
.products-grid-section .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 8px;
}
.products-grid-section .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  background: #f8f9fa;
  color: #666;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.products-grid-section .pagination .page-numbers:hover {
  background: #931A1F;
  color: white;
}
.products-grid-section .pagination .page-numbers.current {
  background: #931A1F;
  color: white;
}
.products-grid-section .pagination .page-numbers.prev, .products-grid-section .pagination .page-numbers.next {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .products-grid-section {
    padding: 40px 0 0 0;
  }
  .products-grid-section .products-grid .product-card {
    margin-bottom: 20px;
  }
  .products-grid-section .products-grid .product-card .product-content {
    padding: 20px;
  }
  .products-grid-section .products-grid .product-card .product-content .product-title {
    font-size: 18px;
  }
  .products-grid-section .pagination {
    margin-top: 40px;
    gap: 4px;
  }
  .products-grid-section .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
  .products-grid-section .pagination .page-numbers.prev, .products-grid-section .pagination .page-numbers.next {
    padding: 0 16px;
  }
}

/*--------------------------------------------------------------
## Mobile Small (480px and below)
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .products-grid-section .categories-grid.desktop-grid {
    gap: 42px;
  }
  .products-grid-section .categories-grid.desktop-grid .category-item {
    aspect-ratio: 3/2.5;
  }
  .products-grid-section .categories-grid.desktop-grid .category-item .category-image {
    height: max-content;
  }
  .products-grid-section .categories-grid.desktop-grid .category-item .category-image img {
    border-radius: 15px;
  }
  .products-grid-section .categories-grid.desktop-grid .category-item .category-overlay {
    position: relative;
  }
  .products-grid-section .categories-grid.desktop-grid .category-item .category-content {
    position: relative;
    padding: 0;
    color: #000000;
  }
  .products-grid-section .categories-grid.desktop-grid .category-item .category-content .category-title {
    margin: 0;
    padding: 0;
  }
}
/* Posts Grid Section
--------------------------------------------- */
/*--------------------------------------------------------------
# Posts Grid Section
--------------------------------------------------------------*/
.posts-content-section .page-header-section {
  padding-top: 60px;
}

.posts-grid-section {
  padding: 60px 0 0 0;
  /*--------------------------------------------------------------
  ### Posts Grid
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### Post Item
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### Pagination
  --------------------------------------------------------------*/
}
.posts-grid-section .posts-grid.desktop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 15px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .posts-grid-section .posts-grid.desktop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .posts-grid-section .posts-grid.desktop-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.posts-grid-section .post-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.posts-grid-section .post-item:hover .post-image img {
  transform: scale(1.05);
}
.posts-grid-section .post-item:hover .video-play-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.posts-grid-section .post-item:hover .video-play-overlay .play-icon {
  transform: scale(1.1);
}
.posts-grid-section .post-item .post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.posts-grid-section .post-item .post-image {
  position: relative;
  aspect-ratio: 5.7 / 3;
  overflow: hidden;
  border-radius: 15px;
}

.single-post-page .post-content figcaption.wp-element-caption {
    background: #931a1f !important;
    margin-bottom: -10px !important;
	border-radius: 10px;
}

.single-post-page .post-content figure {
    margin-bottom: 45px; margin-top: 45px;
}

.single-post-page .post-content figure.wp-block-gallery figure {
    border: 1px solid #eeecec;
    border-radius: 10px;
}

.posts-grid-section .post-item .post-image img {
  object-fit: cover;
  transition: transform 0.3s ease; aspect-ratio: 5.7 / 3;
  border-radius: 15px;
}
.posts-grid-section .post-item .post-image .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.posts-grid-section .post-item .post-image .video-play-overlay .play-icon {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .posts-grid-section .post-item .post-image .video-play-overlay .play-icon {
    width: 50px;
    height: 50px;
  }
}
.posts-grid-section .post-item .post-image .post-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.posts-grid-section .post-item .post-see-all {
  margin-top: 24px;
}
.posts-grid-section .post-item .post-content {
  padding: 18px 0 0 0;
}
.posts-grid-section .post-item .post-content .post-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #121212;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Chrome/Safari/Edge */
  line-clamp: 2; /* Yeni spesifikasyon */
  overflow: hidden;
  min-height: 64px;
  transition: 0.2s;
}
.posts-grid-section .post-item .post-content .post-title:hover {
  color: #931a1f;
}
@media (max-width: 1199px) {
  .posts-grid-section .post-item .post-content .post-title {
    font-size: 20px;
    line-height: 28px;
    min-height: 0px;
  }
}
.posts-grid-section .post-item .post-content .post-excerpt {
  font-family: Outfit;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  padding: 0px 30px 0 0;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Chrome/Safari/Edge */
  line-clamp: 2; /* Yeni spesifikasyon */
  overflow: hidden;
}
.posts-grid-section .post-item .post-content .post-see-all .see-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.posts-grid-section .post-item .post-content .post-see-all .see-all-btn:hover .arrow-icon {
  transform: translateX(4px);
}
.posts-grid-section .post-item .post-content .post-see-all .see-all-btn span {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121212;
}
.posts-grid-section .post-item .post-content .post-see-all .see-all-btn .arrow-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .posts-grid-section .post-item .post-content .post-see-all .see-all-btn span {
    font-size: 16px;
    line-height: 22px;
  }
  .posts-grid-section .post-item .post-content .post-see-all .see-all-btn .arrow-icon {
    width: 16px;
    height: 16px;
  }
}
.posts-grid-section .post-item .post-content .post-meta .post-date {
  font-family: Outfit;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
.posts-grid-section .posts-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  padding-top: 70px;
}
.posts-grid-section .posts-pagination .pagination-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.posts-grid-section .posts-pagination .pagination-wrapper a, .posts-grid-section .posts-pagination .pagination-wrapper span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: Outfit;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s ease;
  color: #999;
  /* Page numbers */
  /* Dots */
}
.posts-grid-section .posts-pagination .pagination-wrapper a:hover, .posts-grid-section .posts-pagination .pagination-wrapper span:hover {
  color: #121212;
}
.posts-grid-section .posts-pagination .pagination-wrapper a.current, .posts-grid-section .posts-pagination .pagination-wrapper span.current {
  color: #121212;
  font-weight: 500;
}
.posts-grid-section .posts-pagination .pagination-wrapper a:not(.prev):not(.next), .posts-grid-section .posts-pagination .pagination-wrapper span:not(.prev):not(.next) {
  min-width: auto;
  padding: 0;
  background: none;
  border-radius: 0;
}
.posts-grid-section .posts-pagination .pagination-wrapper a.prev, .posts-grid-section .posts-pagination .pagination-wrapper span.prev {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
  border-radius: 0;
  padding: 0;
  min-width: auto;
}
.posts-grid-section .posts-pagination .pagination-wrapper a.prev:hover, .posts-grid-section .posts-pagination .pagination-wrapper span.prev:hover {
  opacity: 0.7;
}
.posts-grid-section .posts-pagination .pagination-wrapper a.next, .posts-grid-section .posts-pagination .pagination-wrapper span.next {
  color: #121212;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
  border-radius: 0;
  padding: 0;
  min-width: auto;
}
.posts-grid-section .posts-pagination .pagination-wrapper a.next:hover, .posts-grid-section .posts-pagination .pagination-wrapper span.next:hover {
  opacity: 0.7;
}
.posts-grid-section .posts-pagination .pagination-wrapper a.next .prev-icon,
.posts-grid-section .posts-pagination .pagination-wrapper a.next .next-icon, .posts-grid-section .posts-pagination .pagination-wrapper span.next .prev-icon,
.posts-grid-section .posts-pagination .pagination-wrapper span.next .next-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.posts-grid-section .posts-pagination .pagination-wrapper a.next:hover .prev-icon, .posts-grid-section .posts-pagination .pagination-wrapper span.next:hover .prev-icon {
  transform: translateX(-2px);
}
.posts-grid-section .posts-pagination .pagination-wrapper a.next:hover .next-icon, .posts-grid-section .posts-pagination .pagination-wrapper span.next:hover .next-icon {
  transform: translateX(2px);
}
.posts-grid-section .posts-pagination .pagination-wrapper a.dots, .posts-grid-section .posts-pagination .pagination-wrapper span.dots {
  color: #999;
  pointer-events: none;
}
@media (max-width: 768px) {
  .posts-grid-section .posts-pagination {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .posts-grid-section .posts-pagination .pagination-wrapper {
    gap: 15px;
  }
  .posts-grid-section .posts-pagination .pagination-wrapper a, .posts-grid-section .posts-pagination .pagination-wrapper span {
    font-size: 16px;
  }
  .posts-grid-section .posts-pagination .pagination-wrapper a.prev, .posts-grid-section .posts-pagination .pagination-wrapper a.next, .posts-grid-section .posts-pagination .pagination-wrapper span.prev, .posts-grid-section .posts-pagination .pagination-wrapper span.next {
    gap: 6px;
  }
  .posts-grid-section .posts-pagination .pagination-wrapper a.prev .prev-icon,
  .posts-grid-section .posts-pagination .pagination-wrapper a.prev .next-icon, .posts-grid-section .posts-pagination .pagination-wrapper a.next .prev-icon,
  .posts-grid-section .posts-pagination .pagination-wrapper a.next .next-icon, .posts-grid-section .posts-pagination .pagination-wrapper span.prev .prev-icon,
  .posts-grid-section .posts-pagination .pagination-wrapper span.prev .next-icon, .posts-grid-section .posts-pagination .pagination-wrapper span.next .prev-icon,
  .posts-grid-section .posts-pagination .pagination-wrapper span.next .next-icon {
    width: 16px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
## Dark Theme Support
--------------------------------------------------------------*/
.dark-theme .post-item {
  background: #2d2d2d;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.dark-theme .post-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.dark-theme .post-item .post-content .post-title {
  color: #fff;
}
.dark-theme .post-item .post-content .post-excerpt {
  color: #ccc;
}
.dark-theme .post-item .post-content .post-meta .post-date {
  color: #999;
}

.posts-grid-section .post-item .post-content .post-see-all .see-all-btn span:hover {
  color: #DE1B23;
}

.posts-grid-section .post-item .post-content .post-see-all .see-all-btn:hover .arrow-icon {
  filter: invert(65.2%) sepia(55.9%) saturate(982%) hue-rotate(314.9deg) brightness(88%) contrast(148%);
}

/* Single Post Page
--------------------------------------------- */
/*--------------------------------------------------------------
# Single Post Page
--------------------------------------------------------------*/
.single-post-section {
  padding: 60px 0 0px 0;
  /*--------------------------------------------------------------
  ### Featured Media (Video & Image)
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### Video Player
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### Post Content
  --------------------------------------------------------------*/
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .single-post-section {
    padding: 60px 0 0px 0;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .single-post-section {
    padding: 60px 0 0px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .single-post-section {
    padding: 40px 0 0px 0;
  }
}
@media (max-width: 767px) {
  .single-post-section {
    padding: 60px 0 0px 0;
  }
}
.single-post-section .post-featured-image,
.single-post-section .post-featured-video {
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .single-post-section .post-featured-image,
  .single-post-section .post-featured-video {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.single-post-section .post-featured-image img,
.single-post-section .post-featured-video img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 13/7.32;
}
.single-post-section .post-featured-video .video-player {
  position: relative;
  cursor: pointer;
}
.single-post-section .post-featured-video .video-player .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
.single-post-section .post-featured-video .video-player .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.single-post-section .post-featured-video .video-player .video-overlay .play-icon {
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .single-post-section .post-featured-video .video-player .video-overlay .play-icon {
    width: 60px;
    height: 60px;
  }
}
.single-post-section .post-featured-video .video-player:hover .video-thumbnail {
  filter: brightness(0.8);
}
.single-post-section .post-featured-video .video-player:hover .video-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.single-post-section .post-featured-video .video-player:hover .video-overlay .play-icon {
  transform: scale(1.1);
}
.single-post-section .post-featured-video .video-player .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.single-post-section .post-featured-video .video-player .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .single-post-section .post-content-wrapper {
    max-width: 100%;
  }
}
.single-post-section .post-content {
  /* Typography */
  /* Lists */
  /* Images */
  /* Blockquotes */
  /* Code */
  /* Tables */
  /* Links */
  /* Buttons */
}
.single-post-section .post-content h1, .single-post-section .post-content h2, .single-post-section .post-content h3, .single-post-section .post-content h4, .single-post-section .post-content h5, .single-post-section .post-content h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  color: #121212;
  margin-bottom: 20px;
  line-height: 1.4;
}
.single-post-section .post-content h1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-post-section .post-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.single-post-section .post-content h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 40px 0 20px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-post-section .post-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0 15px 0;
  }
}
.single-post-section .post-content h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 30px 0 15px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-post-section .post-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 25px 0 12px 0;
  }
}
.single-post-section .post-content h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 15px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-post-section .post-content h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 12px 0;
  }
}
.single-post-section .post-content h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0 15px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-post-section .post-content h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 25px 0 12px 0;
  }
}
.single-post-section .post-content p {
  font-family: Outfit;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-post-section .post-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.single-post-section .post-content ul, .single-post-section .post-content ol {
  font-family: Outfit;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .single-post-section .post-content ul, .single-post-section .post-content ol {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.single-post-section .post-content ul li, .single-post-section .post-content ol li {
  margin-bottom: 8px;
}
.single-post-section .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .single-post-section .post-content img {
    margin: 20px 0;
  }
}
.single-post-section .post-content blockquote {
  background: #f8f9fa;
  border-left: 4px solid #e53e3e;
  padding: 20px 30px;
  margin: 30px 0;
  border-radius: 8px;
  font-style: italic;
}
@media (max-width: 768px) {
  .single-post-section .post-content blockquote {
    padding: 15px 20px;
    margin: 20px 0;
  }
}
.single-post-section .post-content blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .single-post-section .post-content blockquote p {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post-section .post-content code {
  background: #f1f3f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 14px;
}
.single-post-section .post-content pre {
  background: #f1f3f4;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}
.single-post-section .post-content pre code {
  background: none;
  padding: 0;
}
.single-post-section .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: Outfit;
  font-size: 16px;
}
.single-post-section .post-content table th, .single-post-section .post-content table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}
.single-post-section .post-content table th {
  background: #f8f9fa;
  font-weight: 500;
  color: #121212;
}
@media (max-width: 768px) {
  .single-post-section .post-content table {
    font-size: 14px;
  }
  .single-post-section .post-content table th, .single-post-section .post-content table td {
    padding: 8px 10px;
  }
}
.single-post-section .post-content a {
  color: #e53e3e;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.single-post-section .post-content a:hover {
  color: #c53030;
}
.single-post-section .post-content .wp-block-button {
  margin: 20px 0;
}
.single-post-section .post-content .wp-block-button .wp-block-button__link {
  background: #e53e3e;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-family: Outfit;
  font-weight: 400;
  transition: background 0.3s ease;
}
.single-post-section .post-content .wp-block-button .wp-block-button__link:hover {
  background: #c53030;
  color: white;
}

/*--------------------------------------------------------------
## Related Posts Section
--------------------------------------------------------------*/
.related-posts-section {
  padding: 120px 0;
  /*--------------------------------------------------------------
  ### Section Header
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### Related Posts Grid
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### Related Post Item
  --------------------------------------------------------------*/
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .related-posts-section {
    padding: 120px 0 120px 0;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .related-posts-section {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .related-posts-section {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .related-posts-section {
    padding: 60px 0 60px 0;
  }
}
.related-posts-section .related-posts-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .related-posts-section .related-posts-header {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: start;
  }
}
.related-posts-section .related-posts-header .section-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: 55 Roman;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 62px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .related-posts-section .related-posts-header .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.related-posts-section .related-posts-header .see-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.related-posts-section .related-posts-header .see-all-btn:hover .arrow-icon {
  transform: translateX(4px);
}
.related-posts-section .related-posts-header .see-all-btn span {
  font-family: Outfit;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
}
.related-posts-section .related-posts-header .see-all-btn .arrow-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.related-posts-section .related-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .related-posts-section .related-posts-grid {
    gap: 40px;
  }
}
.related-posts-section .related-post-item {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .related-posts-section .related-post-item {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.acfhakkimizda .tasarlab-hakkimizda-image .diger-hakkimizda-grid img {
    aspect-ratio: 3 / 2;
}

.related-posts-section .related-post-item .related-post-image {
  flex-shrink: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 5.7 / 3;
}

.single-post-section .post-featured-image img,
.blog-section .blog-post-item .post-image,
.posts-grid-section .post-item .post-image,
.related-posts-section .related-post-item .related-post-image img {
    background: #f1f1f1;
	aspect-ratio: 5.7 / 3;
}

.single-post-section .post-content figure.wp-block-gallery img { background: #f1f1f1;     margin-top: 0; }

@media (min-width: 768px) {

    .featured-product-item .product-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
                padding: 0; line-height: 50px;
    }

.acfiletisim .form-iletisim .wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 0px;
    top: -48px;
    font-size: 12px;
}

  .related-posts-section .related-post-item .related-post-image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .related-posts-section .related-post-item .related-post-image {
    width: 100%;
    aspect-ratio: 675/380;
  }
}
.related-posts-section .related-post-item .related-post-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.related-posts-section .related-post-item .related-post-image .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.related-posts-section .related-post-item .related-post-image .video-play-overlay .play-icon {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .related-posts-section .related-post-item .related-post-image .video-play-overlay .play-icon {
    width: 40px;
    height: 40px;
  }
}
.related-posts-section .related-post-item .related-post-image .video-play-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.related-posts-section .related-post-item .related-post-image .video-play-overlay:hover .play-icon {
  transform: scale(1.1);
}
.related-posts-section .related-post-item .related-post-image .post-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .related-posts-section .related-post-item .related-post-image .post-placeholder {
    height: 150px;
    font-size: 14px;
  }
}
.related-posts-section .related-post-item .related-post-content {
  flex: 1;
  padding-top: 10px;
}
.related-posts-section .related-post-item .related-post-content a {
  text-decoration: none;
}
.related-posts-section .related-post-item .related-post-content .related-post-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #121212;
  margin-bottom: 6px;
  margin: 0;
  transition: 0.3s;
}
.related-posts-section .related-post-item .related-post-content .related-post-title:hover {
  color: #931a1f;
}
@media (max-width: 768px) {
  .related-posts-section .related-post-item .related-post-content .related-post-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.related-posts-section .related-post-item .related-post-content .related-post-excerpt {
  font-family: Outfit;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .related-posts-section .related-post-item .related-post-content .related-post-excerpt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #121212;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Chrome/Safari/Edge */
    line-clamp: 2; /* Yeni spesifikasyon */
    overflow: hidden;
  }
}
.related-posts-section .related-post-item .related-post-content .related-post-see-all .see-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.related-posts-section .related-post-item .related-post-content .related-post-see-all .see-all-btn:hover .arrow-icon {
  transform: translateX(3px);
}
.related-posts-section .related-post-item .related-post-content .related-post-see-all .see-all-btn span {
  font-family: Outfit;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}
.related-posts-section .related-post-item .related-post-content .related-post-see-all .see-all-btn .arrow-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .related-posts-header .btn-get-contact {
    display: none;
  }
}
/*--------------------------------------------------------------
## Dark Theme Support
--------------------------------------------------------------*/
.dark-theme .single-post-section .post-content h1, .dark-theme .single-post-section .post-content h2, .dark-theme .single-post-section .post-content h3, .dark-theme .single-post-section .post-content h4, .dark-theme .single-post-section .post-content h5, .dark-theme .single-post-section .post-content h6 {
  color: #fff;
}
.dark-theme .single-post-section .post-content p, .dark-theme .single-post-section .post-content ul, .dark-theme .single-post-section .post-content ol {
  color: #ccc;
}
.dark-theme .single-post-section .post-content blockquote {
  background: #2d2d2d;
  color: #ccc;
}
.dark-theme .single-post-section .post-content code {
  background: #2d2d2d;
  color: #ccc;
}
.dark-theme .single-post-section .post-content pre {
  background: #2d2d2d;
}
.dark-theme .single-post-section .post-content pre code {
  color: #ccc;
}
.dark-theme .single-post-section .post-content table th {
  background: #2d2d2d;
  color: #fff;
}
.dark-theme .single-post-section .post-content table td {
  color: #ccc;
  border-bottom-color: #444;
}

.related-posts-section .related-post-item .related-post-content .related-post-see-all .see-all-btn span:hover {
  color: #931a1f;
}

.related-posts-section .related-post-item .related-post-content .related-post-see-all .see-all-btn:hover .arrow-icon {
  filter: invert(27.1%) sepia(96.9%) saturate(326%) hue-rotate(304.7deg) brightness(93%) contrast(155%);
}

/* Single Product Page (Urunler)
--------------------------------------------- */
/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-slider-product {
  position: relative;
  height: 850px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-product {
    height: 850px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .hero-slider-product {
    height: 950px;
  }
}
@media (max-width: 1024px) {
  .hero-slider-product {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero-slider-product {
    height: 650px;
  }
}

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

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.hero-slider-product .hero-content {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 2;
  max-width: 1365px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1024px) {
  .hero-slider-product .hero-content {
    padding: 0 20px;
    gap: 20px;
    bottom: 180px;
  }
}
@media (max-width: 768px) {
  .hero-slider-product .hero-content {
    padding: 0 15px;
    gap: 15px;
    bottom: 140px;
  }
}
@media (max-width: 480px) {
  .hero-slider-product .hero-content {
    bottom: 120px;
  }
}

/*--------------------------------------------------------------
## Hero Location
--------------------------------------------------------------*/
.hero-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: rgba(249, 250, 251, 0.3019607843);
  border-radius: 7px;
  padding: 6px 16px;
  width: fit-content;
}
.hero-location span {
  font-family: Outfit;
  font-weight: 200;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.hero-location .location-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .hero-location {
    padding: 4px 12px;
  }
  .hero-location span {
    font-family: Outfit;
    font-weight: 200;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

/*--------------------------------------------------------------
## Hero Text Content
--------------------------------------------------------------*/

.hero-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 62px;
  font-weight: 400;
  font-style: normal;
  line-height: 76px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-bottom: 6px;
  }
}

.hero-slider-product .hero-description {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 200;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 32px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero-slider-product .hero-description {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 24px;
  }
}

/*--------------------------------------------------------------
## Hero Navigation Container
--------------------------------------------------------------*/
.hero-navigation-product {
  position: absolute;
  bottom: 20px;
  left: 23%;
  transform: translateX(-50%);
  max-width: 403px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  
}
@media (min-width: 1023px) and (max-width: 1199px) {
 
}
@media (max-width: 768px) {
  .hero-navigation-product {
    bottom: 30px;
    padding: 0 20px;
    gap: 24px;
    left: 0;
    transform: translateX(0%);
  }
}
@media (max-width: 480px) {
  .hero-navigation-product {
    bottom: 30px;
    padding: 0 15px;
    gap: 20px;
  }
}

/*--------------------------------------------------------------
## Swiper Navigation
--------------------------------------------------------------*/
.hero-swiper-product .swiper-button-next,
.hero-swiper-product .swiper-button-prev {
  position: static;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0px);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  cursor: pointer;
  padding: 16px;
}
.hero-swiper-product .swiper-button-next:after,
.hero-swiper-product .swiper-button-prev:after {
  display: none;
}
.hero-swiper-product .swiper-button-next:before,
.hero-swiper-product .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  opacity: 1;
}
.hero-swiper-product .swiper-button-next:hover,
.hero-swiper-product .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}
.hero-swiper-product .swiper-button-next:active,
.hero-swiper-product .swiper-button-prev:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .hero-swiper-product .swiper-button-next,
  .hero-swiper-product .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  .hero-swiper-product .swiper-button-next:before,
  .hero-swiper-product .swiper-button-prev:before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .hero-swiper-product .swiper-button-next,
  .hero-swiper-product .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .hero-swiper-product .swiper-button-next:before,
  .hero-swiper-product .swiper-button-prev:before {
    width: 16px;
    height: 16px;
  }
}
.hero-swiper-product .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  background: rgba(255, 255, 255, 0.15);
  padding: 16px 18px;
  border-radius: 30px;
  width: 315px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .hero-swiper-product .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .hero-swiper-product .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 200px;
  }
}
.hero-swiper-product .swiper-button-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5858 4.5L13.5857 7.49994H0.546875V8.49994H13.5857L10.5858 11.4998L11.2929 12.2069L15.4999 7.99991L11.2929 3.79291L10.5858 4.5Z' fill='white'/%3E%3C/svg%3E");
}
.hero-swiper-product .swiper-button-next:hover:before {
  transform: translate(-45%, -50%);
}
.hero-swiper-product .swiper-button-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.41416 4.5L2.41425 7.49994H15.4531V8.49994H2.41431L5.41416 11.4998L4.70706 12.2069L0.500094 7.99991L4.70706 3.79291L5.41416 4.5Z' fill='white'/%3E%3C/svg%3E");
}
.hero-swiper-product .swiper-button-prev:hover:before {
  transform: translate(-55%, -50%);
}

/*--------------------------------------------------------------
## Swiper Pagination
--------------------------------------------------------------*/
.hero-swiper-product .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: none;
}
@media (max-width: 768px) {
  .hero-swiper-product .swiper-pagination {
    gap: 6px;
  }
}
.hero-swiper-product .swiper-pagination-bullet {
  flex: 1;
  min-width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0;
  border-radius: 1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hero-swiper-product .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.6);
}
.hero-swiper-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  border-radius: 1px;
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .hero-swiper-product .swiper-pagination-bullet {
    min-width: 16px;
  }
}
@media (max-width: 480px) {
  .hero-swiper-product .swiper-pagination-bullet {
    min-width: 12px;
  }
}

/*--------------------------------------------------------------
## Responsive Adjustments
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .hero-slider-product {
    height: 65vh;
  }
  .hero-content {
    gap: 16px;
  }
  .hero-text {
    max-width: 100%;
  }
}
@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -20px); /* yukarı çıkış */
    opacity: 0;
  }
  41% {
    transform: translate(0, 20px); /* aşağıdan giriş */
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
## Single Product Page Styles
--------------------------------------------------------------*/
@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -20px); /* yukarı çıkış */
    opacity: 0;
  }
  41% {
    transform: translate(0, 20px); /* aşağıdan giriş */
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
## Product Content Layout
--------------------------------------------------------------*/
.product-content-wrapper {
  padding: 120px 0;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .product-content-wrapper {
    padding: 40px 0;
  }
}

.product-layout {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 20px;
  align-items: start;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .product-layout {
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .product-layout {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .product-layout {
    gap: 20px;
  }
}

/*--------------------------------------------------------------
## Sticky Sidebar
--------------------------------------------------------------*/
.product-sidebar {
  position: sticky;
  top: 150px; /* Header height + 20px spacing */
  height: fit-content;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .product-sidebar {
    top: 79px;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    /* Scrollbar styling */
  }
  .product-sidebar::-webkit-scrollbar {
    height: 3px;
  }
  .product-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  .product-sidebar::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
  }
  .product-sidebar::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}
@media (max-width: 768px) {
  .product-sidebar {
    padding: 10px 0;
  }
}

.product-navigation .product-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 1024px) {
  .product-navigation .product-nav-list {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    gap: 26px;
    min-width: max-content;
    padding: 0;
    width: auto;
    flex-wrap: nowrap;
  }
}
.product-navigation .product-nav-list li {
  margin: 0;
}
.product-navigation .product-nav-list li .nav-link {
  padding: 0;
  color: #D6D6D6;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px;
}
@media (max-width: 1024px) {
  .product-navigation .product-nav-list li .nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .product-navigation .product-nav-list li .nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-navigation .product-nav-list li .nav-link:hover {
  color: #121212;
}
.product-navigation .product-nav-list li .nav-link.active {
  color: #121212;
  border-bottom-color: #DE1B23;
}

/*--------------------------------------------------------------
## Main Content Area
--------------------------------------------------------------*/
.product-main-content {
  margin-left: 20px;
  padding-left: 60px;
  border-left: 1px solid #ECEEEF;
}
@media (max-width: 1024px) {
  .product-main-content {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
.product-main-content .content-section {
  padding-bottom: 120px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .product-main-content .content-section .section-header {
    flex-direction: row !important;
  }
}
.product-main-content .content-section:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .product-main-content .content-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .product-main-content .content-section {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }
}
.product-main-content .section-header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product-main-content .section-header {
    margin-bottom: 20px;
  }
}
.product-main-content .section-header .section-title {
  font-family: "neue-haas-grotesk-display", "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #121212;
  margin: 0;
  flex: 1;
}
@media (max-width: 1024px) {
  .product-main-content .section-header .section-title {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 768px) {
  .product-main-content .section-header .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .product-main-content .section-header .section-title {
    font-size: 1.75rem;
  }
}
.product-main-content .section-header .section-title.section-title {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-style: 55 Roman;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 62px;
  letter-spacing: 0%;
}
.product-main-content .section-header .desktop-navigation {
  flex-shrink: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .product-main-content .section-header .desktop-navigation {
    display: none !important;
  }
}
.product-main-content .section-header .desktop-navigation .swiper-button-prev,
.product-main-content .section-header .desktop-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
}
.product-main-content .section-header .desktop-navigation .swiper-button-prev:after,
.product-main-content .section-header .desktop-navigation .swiper-button-next:after {
  font-size: 14px;
}
.product-main-content .section-header .desktop-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.product-main-content .section-content {
  font-family: "Outfit", sans-serif;
  line-height: 1.6;
  color: #495057;
}

/*--------------------------------------------------------------
## Technical Data & Components Styles (WYSIWYG)
--------------------------------------------------------------*/
/* Technical Data and Components are handled by .wysiwyg-content styles below */
/*--------------------------------------------------------------
## Render Photos Styles (Swiper Slider)
--------------------------------------------------------------*/
.render-photos-content .photos-slider {
  position: relative;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.render-photos-content .photos-slider .swiper-slide img {
  background: #F7F7F7;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}
.render-photos-content .section-navigation {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 10;
}
.render-photos-content .section-navigation.desktop-navigation {
  display: flex;
}
@media (max-width: 767px) {
  .render-photos-content .section-navigation.desktop-navigation {
    display: none;
  }
}
.render-photos-content .section-navigation.mobile-navigation {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .render-photos-content .section-navigation.mobile-navigation {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .render-photos-content .section-navigation.mobile-navigation {
    display: flex;
    gap: 10px;
    float: left;
    margin-top: 30px;
  }
}
.render-photos-content .section-navigation .swiper-button-prev,
.render-photos-content .section-navigation .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.render-photos-content .section-navigation .swiper-button-prev:after,
.render-photos-content .section-navigation .swiper-button-next:after {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.render-photos-content .section-navigation .swiper-button-prev:hover:not(.swiper-button-disabled),
.render-photos-content .section-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
  background: rgb(255, 255, 255);
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.render-photos-content .section-navigation .swiper-button-prev.swiper-button-disabled,
.render-photos-content .section-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .render-photos-content .section-navigation .swiper-button-prev,
  .render-photos-content .section-navigation .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .render-photos-content .section-navigation .swiper-button-prev:after,
  .render-photos-content .section-navigation .swiper-button-next:after {
    font-size: 12px;
  }
}
.render-photos-content .section-navigation .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 8px;
}
.render-photos-content .section-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .render-photos-content .section-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.render-photos-content .section-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
  transform: scale(1.2);
}
.render-photos-content .section-navigation .swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.8);
}
.render-photos-content .photos-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}
@media (max-width: 768px) {
  .render-photos-content .photos-gallery {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
}
.render-photos-content .photos-gallery .photo-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.render-photos-content .photos-gallery .photo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.render-photos-content .photos-gallery .photo-item:hover .photo-overlay {
  opacity: 1;
  transform: translateY(0);
}
.render-photos-content .photos-gallery .photo-item:hover .gallery-image {
  transform: scale(1.05);
}
.render-photos-content .photos-gallery .photo-item .photo-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.render-photos-content .photos-gallery .photo-item .photo-wrapper .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.render-photos-content .photos-gallery .photo-item .photo-wrapper .photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}
.render-photos-content .photos-gallery .photo-item .photo-wrapper .photo-overlay .photo-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
## Videos Styles (Swiper Slider)
--------------------------------------------------------------*/
.videos-content .videos-slider {
  position: relative;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.videos-content .videos-swiper {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .videos-content .videos-swiper {
    padding: 0;
  }
}
.videos-content .videos-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition-property: transform;
  box-sizing: content-box;
}
.videos-content .swiper-slide {
  height: auto;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}
.videos-content .swiper-slide .video-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #121212;
  border-bottom: 1px solid #ECEEEF;
  padding: 8px 0;
  margin: 24px 0 8px 0;
}
.videos-content .swiper-slide .video-title:hover {
  color: #931a1f;
  transition: 0.3s;
}
.videos-content .swiper-slide .video-description {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121212;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Chrome/Safari/Edge */
  line-clamp: 2; /* Yeni spesifikasyon */
  overflow: hidden;
}
@media (max-width: 768px) {
  .videos-content .swiper-slide .video-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}
.videos-content .video-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.videos-content .video-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.videos-content .video-wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.videos-content .video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.videos-content .video-wrapper .video-overlay .play-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos-content .video-wrapper .video-overlay .play-button .play-icon {
  width: 66px;
  height: 66px;
}
.videos-content .video-wrapper #videos .section-navigation .swiper-pagination {
  transform: translateX(0%) !important;
}
.videos-content .video-wrapper .video-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
}
.videos-content .section-navigation {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.videos-content .section-navigation.desktop-navigation {
  display: flex;
}
@media (max-width: 768px) {
  .videos-content .section-navigation.desktop-navigation {
    display: none;
  }
}
.videos-content .section-navigation.mobile-navigation {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .videos-content .section-navigation.mobile-navigation {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .videos-content .section-navigation.mobile-navigation {
    display: flex;
    gap: 10px;
    float: left !important;
    left: 0;
    transform: translateX(0%);
  }
}
.videos-content .section-navigation .swiper-button-prev,
.videos-content .section-navigation .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.videos-content .section-navigation .swiper-button-prev:after,
.videos-content .section-navigation .swiper-button-next:after {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.videos-content .section-navigation .swiper-button-prev:hover:not(.swiper-button-disabled),
.videos-content .section-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
  background: rgb(255, 255, 255);
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.videos-content .section-navigation .swiper-button-prev.swiper-button-disabled,
.videos-content .section-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .videos-content .section-navigation .swiper-button-prev,
  .videos-content .section-navigation .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .videos-content .section-navigation .swiper-button-prev:after,
  .videos-content .section-navigation .swiper-button-next:after {
    font-size: 12px;
  }
}
.videos-content .section-navigation .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 8px;
}
.videos-content .section-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .videos-content .section-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.videos-content .section-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
  transform: scale(1.2);
}
.videos-content .section-navigation .swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
## Product Application Styles (Repeater)
--------------------------------------------------------------*/
.product-application-content .application-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .product-application-content .application-items {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    align-items: start;
    justify-content: left;
    align-content: center;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .product-application-content .application-items {
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 0 0 20px 0;
    /* Scrollbar styling */
  }
  .product-application-content .application-items::-webkit-scrollbar {
    height: 3px;
  }
  .product-application-content .application-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  .product-application-content .application-items::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
  }
  .product-application-content .application-items::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}
.product-application-content .application-items .application-item {
  background: white;
  border-radius: 12px;
  padding: 0px 10px;
  border: 1px solid #e9ecef;
  height: 196px;
  align-items: center;
  align-content: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .product-application-content .application-items .application-item {
    flex-shrink: 0;
    width: 160px;
    padding: 20px;
    height: 160px;
  }
}
.product-application-content .application-items .application-item:hover {
  background: #f5f5f5;
  transition: all 0.2s ease-in-out;
}
.product-application-content .application-items .application-item .application-title {
  font-family: Outfit;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #121212;
}
.product-application-content .application-items .application-item .application-content {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #495057;
}
.product-application-content .application-items .application-item .application-content h1, .product-application-content .application-items .application-item .application-content h2, .product-application-content .application-items .application-item .application-content h3, .product-application-content .application-items .application-item .application-content h4, .product-application-content .application-items .application-item .application-content h5, .product-application-content .application-items .application-item .application-content h6 {
  color: #121212;
  margin-bottom: 15px;
  font-weight: 600;
}
.product-application-content .application-items .application-item .application-content p {
  margin-bottom: 15px;
}
.product-application-content .application-items .application-item .application-content ul, .product-application-content .application-items .application-item .application-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.product-application-content .application-items .application-item .application-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}
.product-application-content .application-items .application-item .application-content table th, .product-application-content .application-items .application-item .application-content table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}
.product-application-content .application-items .application-item .application-content table th {
  background: #f8f9fa;
  font-weight: 600;
}
.product-application-content .application-items .application-item .application-content table tr:nth-child(even) {
  background: #f8f9fa;
}
.product-application-content .application-items .application-item .application-image {
  border-radius: 8px;
  overflow: hidden;
}
.product-application-content .application-items .application-item .application-image img {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Documentation Styles (Repeater)
--------------------------------------------------------------*/
.documentation-content .documentation-items .documentation-item:first-child {
  padding-top: 0;
}

.product-application-content, .documentation-content {
  padding: 8px 0 0px 0;
}

.documentation-content .documentation-items {
  display: grid;
  gap: 0;
}
.documentation-content .documentation-items .documentation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
  position: relative;
}
.documentation-content .documentation-items .documentation-item a {
  text-decoration: none;
}
.documentation-content .documentation-items .documentation-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .documentation-content .documentation-items .documentation-item {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-bottom: 1px solid #DBDBDB;
  }
}
.documentation-content .documentation-items .documentation-item .documentation-title {
  color: #121212;
  font-family: "" Neue Haas Grotesk Display Pro ", sans-serif", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  margin: 0;
  flex: 1;
}

main.product-main-content table p { margin: 0 !important; }

.lightbox-content img.lightbox-image { background: white; }

.single .bilesenler-container ul { padding-left: 0; margin-left: 20px; }

body .hero-text { max-width: 850px; }

@media (max-width: 768px) {
  .documentation-content .documentation-items .documentation-item .documentation-title {
    font-size: 18px;
  }
}
.documentation-content .documentation-items .documentation-item .documentation-text {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #495057;
}
.documentation-content .documentation-items .documentation-item .documentation-text h1, .documentation-content .documentation-items .documentation-item .documentation-text h2, .documentation-content .documentation-items .documentation-item .documentation-text h3, .documentation-content .documentation-items .documentation-item .documentation-text h4, .documentation-content .documentation-items .documentation-item .documentation-text h5, .documentation-content .documentation-items .documentation-item .documentation-text h6 {
  color: #121212;
  margin-bottom: 15px;
  font-weight: 600;
}
.documentation-content .documentation-items .documentation-item .documentation-text p {
  margin-bottom: 15px;
}
.documentation-content .documentation-items .documentation-item .documentation-text ul, .documentation-content .documentation-items .documentation-item .documentation-text ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.documentation-content .documentation-items .documentation-item .documentation-download {
  margin: 0;
}
.documentation-content .documentation-items .documentation-item .documentation-download .download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #121212;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  transition: all 0.3s ease;
}
.documentation-content .documentation-items .documentation-item .documentation-download .download-link:hover {
  opacity: 0.7;
}
.documentation-content .documentation-items .documentation-item .documentation-download .download-link .download-icon {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
.documentation-content .documentation-items .documentation-item .documentation-download .download-link span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .documentation-content .documentation-items .documentation-item .documentation-download .download-link span {
    font-size: 16px;
    font-weight: 300;
  }
}
.documentation-content .documentation-items .documentation-item .documentation-text {
  display: none;
}
.documentation-content .documentation-items .documentation-item .documentation-image {
  display: none;
}

/*--------------------------------------------------------------
## Default Content Styles
--------------------------------------------------------------*/
#render-photos .section-navigation .swiper-pagination {
  transform: translateX(0%) !important;
}

.photos-slider h5.photo-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #121212;
  margin: 24px 0 0 0;
}
@media (max-width: 1024px) {
  .photos-slider h5.photo-title {
    font-family: "" Neue Haas Grotesk Display Pro ", sans-serif", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: 0%;
    color: #121212;
    margin: 20px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .default-content h1, .default-content h2, .default-content h3, .default-content h4, .default-content h5, .default-content h6,
  .wysiwyg-content h1,
  .wysiwyg-content h2,
  .wysiwyg-content h3,
  .wysiwyg-content h4,
  .wysiwyg-content h5,
  .wysiwyg-content h6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.default-content .content-items,
.wysiwyg-content .content-items {
  display: grid;
  gap: 30px;
}
.default-content .content-items .content-item,
.wysiwyg-content .content-items .content-item {
  background: white;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
.default-content .content-items .content-item h4,
.wysiwyg-content .content-items .content-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #121212;
  margin-bottom: 15px;
}
.default-content .content-items .content-item .item-content,
.wysiwyg-content .content-items .content-item .item-content {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #495057;
}
.default-content .content-items .content-item img,
.wysiwyg-content .content-items .content-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.default-content h1, .default-content h2, .default-content h3, .default-content h4, .default-content h5, .default-content h6,
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  color: #121212;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  border-bottom: 1px solid #ECEEEF;
  padding: 8px 0 10px 0;
}
.default-content p,
.wysiwyg-content p {
  margin-bottom: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #121212;
}
.default-content ul, .default-content ol,
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.default-content img,
.wysiwyg-content img {
  width: 100px;
  margin: 0 10px 0 0px;
}
.default-content blockquote,
.wysiwyg-content blockquote {
  border-left: 4px solid #007bff;
  padding: 15px 20px;
  margin: 20px 0;
  background: #f8f9fa;
  border-radius: 0 8px 8px 0;
}
.default-content table,
.wysiwyg-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
}
.default-content table th, .default-content table td,
.wysiwyg-content table th,
.wysiwyg-content table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}
.default-content table th,
.wysiwyg-content table th {
  background: #f8f9fa;
  font-weight: 600;
}
.default-content table tr:nth-child(even),
.wysiwyg-content table tr:nth-child(even) {
  background: #f8f9fa;
}

/* Page Styles
--------------------------------------------- */
/*--------------------------------------------------------------
# Page Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page Header Section
--------------------------------------------------------------*/
.single-page-header-section {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 120px 0 0px 0;
  background: transparent;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .single-page-header-section {
    padding: 60px 0 0px 0;
    align-items: flex-center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .single-page-header-section {
    padding: 40px 0 0px 0;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/*--------------------------------------------------------------
## Page Header Content
--------------------------------------------------------------*/
.page-header-content {
  flex: 1;
}
.page-header-content .page-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-style: normal;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: 0%;
  color: #121212;
  margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
  .page-header-content .page-title {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .page-header-content .page-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .page-header-content .page-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.page-header-content .page-title { max-width: 900px; }

.page-header-content .page-description {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #121212;
  margin: 0;
  max-width: 900px;
}
@media (max-width: 768px) {
  .page-header-content .page-description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .page-header-content .page-description {
    font-size: 16px;
    line-height: 22px;
  }
}

/*--------------------------------------------------------------
## Page Header Action
--------------------------------------------------------------*/
.page-header-action {
  flex-shrink: 0;
}

/*--------------------------------------------------------------
## Page Content
--------------------------------------------------------------*/
.page-content {
  padding: 40px 0 80px 0;
}
@media (max-width: 768px) {
  .page-content {
    padding: 30px 0 60px 0;
  }
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #121212;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
.page-content h1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .page-content h1 {
    font-size: 2rem;
  }
}
.page-content h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .page-content h2 {
    font-size: 1.75rem;
  }
}
.page-content h3 {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .page-content h3 {
    font-size: 1.5rem;
  }
}
.page-content h4 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .page-content h4 {
    font-size: 1.25rem;
  }
}
.page-content h5 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .page-content h5 {
    font-size: 1.125rem;
  }
}
.page-content h6 {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .page-content h6 {
    font-size: 1rem;
  }
}
.page-content p {
  color: #666666;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.page-content ul, .page-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.page-content ul li, .page-content ol li {
  color: #666666;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .page-content ul li, .page-content ol li {
    font-size: 14px;
    line-height: 24px;
  }
}
.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}
.page-content a {
  color: #E53E3E;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.page-content a:hover {
  color: #C53030;
}
.page-content blockquote {
  border-left: 4px solid #E53E3E;
  background: #f8f9fa;
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
.page-content blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.page-content table th, .page-content table td {
  border: 1px solid #e9ecef;
  padding: 12px;
  text-align: left;
}
.page-content table th {
  background: #f8f9fa;
  font-weight: 500;
}

/*--------------------------------------------------------------
## Responsive Adjustments
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .page-content {
    padding: 20px 0 40px 0;
  }
}
/* İletişim (Contact) Block
--------------------------------------------- */
/* ---------------------------------------------
Contact Form 7 & İletişim Block Styles
--------------------------------------------- */
.page-template-iletisim .footer-contact-section {
  display: none !important;
}

.acfiletisim {
  padding: 60px 0 120px 0;
}
@media (max-width: 768px) {
  .acfiletisim {
    padding: 40px 0 60px 0;
  }
}
.acfiletisim .section-header {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .acfiletisim .section-header {
    margin-bottom: 40px;
  }
}
.acfiletisim .section-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .acfiletisim .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .acfiletisim .section-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .acfiletisim .section-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.acfiletisim .section-description-acf {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #666666;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .acfiletisim .section-description-acf {
    font-size: 16px;
    line-height: 24px;
  }
}
.acfiletisim .tasarlab-form-content-ik {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1024px) {
  .acfiletisim .tasarlab-form-content-ik {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .acfiletisim .tasarlab-form-content-ik {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.acfiletisim .form-bg p {
  margin: 0;
  padding: 0;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-form-control-wrap:has([name=your-message]),
.acfiletisim .form-iletisim .wpcf7-form label:has([name=your-message]),
.acfiletisim .form-iletisim .wpcf7-form p:has([name=your-message]) {
  grid-column: 1/-1;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-form > *:nth-last-child(2) {
  grid-column: 1;
  justify-self: start;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .wpcf7-form > *:nth-last-child(2) {
    grid-column: 1/-1;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-form > *:nth-last-child(1) {
  grid-column: 2;
  justify-self: end;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .wpcf7-form > *:nth-last-child(1) {
    grid-column: 1/-1;
    justify-self: stretch;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-form-control-wrap[class*=your-consent] {
  grid-column: 1;
  justify-self: start;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .wpcf7-form-control-wrap[class*=your-consent] {
    grid-column: 1/-1;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit {
  grid-column: 2;
  justify-self: end;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit {
    grid-column: 1/-1;
    justify-self: stretch;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .acceptance-col {
  display: flex !important;
  align-items: center !important;
  align-self: center !important; /* Column'ı da dikey ortala */
  gap: 12px !important;
}

@media (max-width: 767px) {

.acf-fqa-section .fqa-title {
    font-size: 18px !important;
    padding: 10px 16px 10px 0;
}

  section.acfhakkimizda .container,
  section.acf-card-section .container,
  section.acf-fqa-section .container  {
    padding: 0 !important;
}

  .single-post-section .post-content-wrapper figure.wp-block-gallery figure:not(:last-child) {
    margin-bottom: 30px !important;
}

.single-post-section .post-content-wrapper figure.wp-block-gallery figure {
    width: 100% !important;
}

  .acfiletisim .form-iletisim .wpcf7-form .acceptance-col p {
    padding: 0;
    margin: 0;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .acceptance-col .wpcf7-form-control-wrap,
.acfiletisim .form-iletisim .wpcf7-form .acceptance-col .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-form-control-wrap[class*=your-consent] {
  grid-column: 1/-1;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit {
  grid-column: 1/-1;
  justify-self: end;
  margin-top: 0;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit {
    width: auto !important;
    float: left;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg {
  background: #F7F7F7 !important;
  padding: 24px !important;
  border-radius: 8px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .form-bg {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 16px !important;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg > * {
  margin: 0 !important;
  width: 100% !important;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg > label:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg > label:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg > label:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg > label:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg > label:nth-child(5),
.acfiletisim .form-iletisim .wpcf7-form .form-bg > label:has([name=your-message]) {
  grid-column: 1/-1 !important;
  grid-row: 3 !important;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=text],
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=email],
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=tel],
.acfiletisim .form-iletisim .wpcf7-form .form-bg textarea {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  background: #ffffff;
  transition: all 0.3s ease;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=text]::placeholder,
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=email]::placeholder,
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=tel]::placeholder,
.acfiletisim .form-iletisim .wpcf7-form .form-bg textarea::placeholder {
  color: #999999;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=text]:focus,
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=email]:focus,
.acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=tel]:focus,
.acfiletisim .form-iletisim .wpcf7-form .form-bg textarea:focus {
  outline: none;
  border-color: #DE1B23;
  box-shadow: 0 0 0 3px rgba(222, 27, 35, 0.1);
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=text],
  .acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=email],
  .acfiletisim .form-iletisim .wpcf7-form .form-bg input[type=tel],
  .acfiletisim .form-iletisim .wpcf7-form .form-bg textarea {
    padding: 14px 16px;
    font-size: 15px;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .form-bg textarea {
  min-height: 120px;
  resize: vertical;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-list-item {
  margin: 0;
  padding: 0;
  align-self: center; /* Checkbox'ı da dikey ortala */
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  accent-color: #DE1B23;
  border-radius: 3px;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-list-item label {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .acfiletisim .form-iletisim .wpcf7-form .wpcf7-list-item label {
    font-size: 12px;
    line-height: 18px;
    gap: 0px;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit {
  background: #DE1B23;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  align-self: center; /* Button'ı dikey olarak ortala */
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit::after {
  content: "" !important;
  width: 20px !important;
  height: 20px !important;
  background: url("/wp-content/uploads/arrow-bottom-1.png") no-repeat center !important;
  background-size: contain !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  filter: brightness(0) invert(1) !important;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .wpcf7-submit {
    width: 100%;
    justify-content: center;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .acceptance-submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .acceptance-submit-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .acceptance-submit-row .wpcf7-form-control-wrap[class*=your-consent] {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.acfiletisim .form-iletisim .wpcf7-form .acceptance-submit-row .wpcf7-submit {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim .wpcf7-form .acceptance-submit-row .wpcf7-submit {
    width: 100%;
  }
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-validation-errors {
  background: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}
.acfiletisim .form-iletisim .wpcf7-form .wpcf7-mail-sent-ok {
  background: #d1f2eb;
  border: 1px solid #95daca;
  color: #0c5460;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim-info .genel-list-sirketler .description-info {
    gap: 10px;
  }
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info > a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-decoration: none;
  color: #121212;
  font-family: Outfit;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ECEEEF;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim-info .genel-list-sirketler .description-info > a {
    font-size: 14px;
    line-height: 20px;
  }
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info > a:hover {
  color: #DE1B23;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info > a .iletisim-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-tel {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ECEEEF;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-tel .iletisim-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-tel > a {
  display: block;
  font-family: "Outfit", sans-serif;
  color: #121212;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-tel > a {
    font-size: 14px;
    line-height: 20px;
  }
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-tel > a:hover {
  color: #DE1B23;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-tel span {
  display: inline-block;
  color: #ECEEEF;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-mail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-mail .iletisim-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-mail a {
  font-family: "Outfit", sans-serif;
  color: #121212;
  text-decoration: none;
  word-break: break-all;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-mail a {
    font-size: 14px;
    line-height: 20px;
  }
}
.acfiletisim .form-iletisim-info .genel-list-sirketler .description-info .iletisim-mail a:hover {
  color: #DE1B23;
}

.page-template-iletisim .genel-button {
  display: none;
}

label {
  margin-bottom: 8px !important;
  display: block;
}

input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #ccc;
  border-radius: 20px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.wpcf7-form input[type=checkbox] {
  accent-color: #cb7b4c;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

input[type=checkbox] {
  margin-top: -2px;
  margin-right: 5px !important;
}

.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  width: 100%;
  min-height: 60px; /* Minimum yükseklik ver ki dikey ortalama çalışsın */
}

/* Search Page
--------------------------------------------- */
/* ---------------------------------------------
Search Page Styles
--------------------------------------------- */
.search-page {
  padding: 200px 0 120px 0;
}
@media (max-width: 1024px) {
  .search-page {
    padding: 100px 0 120px 0;
  }
}
.search-page .search-header-section {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .search-page .search-header-section {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.search-page .search-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .search-page .search-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .search-page .search-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .search-page .search-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.search-page .search-form-container {
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .search-page .search-form-container {
    margin-bottom: 30px;
  }
}
.search-page .search-input-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #E5E5E5;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-page .search-input-container:focus-within {
  border-color: #DE1B23;
  box-shadow: 0 0 0 3px rgba(222, 27, 35, 0.1);
}
.search-page .search-field {
  flex: 1;
  padding: 16px 24px;
  border: none;
  background: transparent;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}
.search-page .search-field::placeholder {
  color: #999999;
}
.search-page .search-field:focus {
  outline: none;
}
@media (max-width: 768px) {
  .search-page .search-field {
    padding: 14px 20px;
    font-size: 15px;
  }
}
.search-page .search-submit {
  padding: 16px 24px;
  background: #DE1B23;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 30px 30px 0px;
  margin-right: 2px;
}
.search-page .search-submit:hover {
  background: #C41E3A;
}
.search-page .search-submit img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .search-page .search-submit {
    padding: 14px 20px;
  }
  .search-page .search-submit img {
    width: 18px;
    height: 18px;
  }
}
.search-page .search-header-content {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .search-page .search-header-content {
    margin-bottom: 40px;
  }
}
.search-page .search-title-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .search-page .search-title-form-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .search-page .search-title-form-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.search-page .search-title-form-wrapper .search-title {
  flex: 1;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .search-page .search-title-form-wrapper .search-title {
    text-align: center;
  }
}
.search-page .search-title-form-wrapper .search-form-container {
  flex-shrink: 0;
  max-width: 400px;
}
@media (max-width: 768px) {
  .search-page .search-title-form-wrapper .search-form-container {
    width: 100%;
    max-width: none;
  }
}
.search-page .search-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .search-page .search-tabs {
    gap: 8px;
    justify-content: flex-start;
  }
}
.search-page .search-tab {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.search-page .search-tab:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: #121212;
  text-decoration: none;
}
.search-page .search-tab.active {
  background: #DE1B23;
  color: #ffffff;
  font-weight: 500;
  border-color: #DE1B23;
}
.search-page .search-tab.active:hover {
  background: #C41E3A;
  color: #ffffff;
  border-color: #C41E3A;
}
@media (max-width: 768px) {
  .search-page .search-tab {
    padding: 10px 18px;
    font-size: 13px;
  }
}
.search-page .search-results-section {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .search-page .search-results-section {
    margin-top: 40px;
  }
}
.search-page .search-results-header {
  margin-bottom: 30px;
}
.search-page .search-results-header .search-results-count {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin: 0;
}
.search-page .search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .search-page .search-results-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .search-page .search-results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.search-page .search-result-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.search-page .category-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f5f5;
  transition: all 0.3s ease;
}
.search-page .category-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.search-page .category-item .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.search-page .category-item .category-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #f5f5f5;
}
.search-page .category-item .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.search-page .category-item .category-image .category-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #999999;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.search-page .category-item .category-image .category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  height: 100px;
}
.search-page .category-item .category-image .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.search-page .category-item .category-image .category-content .category-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 32px;
  letter-spacing: 0%;
}
@media (max-width: 480px) {
  .search-page .category-item .category-image .category-content .category-title {
    font-size: 20px;
  }
}
.search-page .category-item:hover .category-image img {
  transform: scale(1.05);
}
.search-page .search-result-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.search-page .search-result-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.search-page .search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.search-page .search-result-image:hover img {
  transform: scale(1.05);
}
.search-page .search-result-content {
  padding: 24px;
}
@media (max-width: 768px) {
  .search-page .search-result-content {
    padding: 20px;
  }
}
.search-page .search-result-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.search-page .search-result-type {
  background: #DE1B23;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.search-page .search-result-date {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.search-page .search-result-title {
  margin-bottom: 12px;
}
.search-page .search-result-title a {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search-page .search-result-title a:hover {
  color: #DE1B23;
}
@media (max-width: 768px) {
  .search-page .search-result-title a {
    font-size: 18px;
    line-height: 26px;
  }
}
.search-page .search-result-excerpt {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 16px;
}
.search-page .search-result-link {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #DE1B23;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search-page .search-result-link:hover {
  color: #C41E3A;
  text-decoration: none;
}
.search-page .no-search-results,
.search-page .no-search-query {
  text-align: center;
  padding: 80px 0;
}
.search-page .no-search-results h3,
.search-page .no-search-query h3 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #121212;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .search-page .no-search-results h3,
  .search-page .no-search-query h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.search-page .no-search-results p,
.search-page .no-search-query p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 12px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .search-page .no-search-results p,
  .search-page .no-search-query p {
    font-size: 16px;
    line-height: 24px;
  }
}
.search-page .search-pagination {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .search-page .search-pagination {
    margin-top: 40px;
  }
}
.search-page .search-pagination .page-numbers {
  display: inline-block;
  padding: 12px 16px;
  margin: 0 4px;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search-page .search-pagination .page-numbers:hover {
  background: #F7F7F7;
  border-color: #DE1B23;
  color: #DE1B23;
  text-decoration: none;
}
.search-page .search-pagination .page-numbers.current {
  background: #DE1B23;
  border-color: #DE1B23;
  color: #ffffff;
}
.search-page .search-pagination .page-numbers.current:hover {
  background: #C41E3A;
  border-color: #C41E3A;
}
.search-page .search-pagination .page-numbers.prev, .search-page .search-pagination .page-numbers.next {
  font-weight: bold;
}

/* Footer
--------------------------------------------- */
/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer Contact Section
--------------------------------------------------------------*/
.footer-contact-section {
  padding: 0 0 120px 0;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .footer-contact-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .footer-contact-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .footer-contact-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .footer-contact-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .footer-contact-section {
    display: block;
    padding-top: 0;
  }
}

img.footer-logo-img {
  height: 60px;
  width: auto;
}

.footer-contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 362px;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .footer-contact-content {
    gap: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .footer-contact-content {
    gap: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .footer-contact-content {
    gap: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer-contact-content {
    gap: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .footer-contact-content {
    display: block;
    margin-top: 0;
    margin-bottom: 0px;
  }
}

.contact-text {
  flex: 1;
}
.contact-text .contact-label {
  display: block;
  background: #121212;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: #F9FAFB;
  border: 1px solid #E9E9E9;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  width: max-content;
  padding: 6px 20px;
  border-radius: 30px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .contact-text .contact-label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .contact-text .contact-label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
@media (max-width: 1023px) {
  .contact-text .contact-label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
@media (max-width: 767px) {
  .contact-text .contact-label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.contact-text .contact-title {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 450;
  font-size: 52px;
  line-height: 62px;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .contact-text .contact-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .contact-text .contact-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
  }
}
@media (max-width: 1023px) {
  .contact-text .contact-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
  }
}
@media (max-width: 767px) {
  .contact-text .contact-title {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
  }
}

.contact-button {
  flex-shrink: 0;
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .contact-button {
    margin-top: 42px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .contact-button {
    margin-top: 42px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .contact-button {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .contact-button {
    margin-top: 42px;
  }
}
.contact-button .btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #e53e3e;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact-button .btn-contact {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.contact-button .btn-contact span {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .contact-button .btn-contact span {
    font-size: 16px;
  }
}
.contact-button .btn-contact .arrow-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .contact-button .btn-contact .arrow-icon {
    width: 16px;
    height: 16px;
  }
}

/*--------------------------------------------------------------
## Main Footer
--------------------------------------------------------------*/
.site-footer {
  background: #1a1a1a;
  color: #ffffff;
}
.footer-content {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1023px) {
  .footer-content {
    border-bottom: none !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .footer-content {
    border-bottom: none !important;
    padding-bottom: 0px !important;
  }
}

/*--------------------------------------------------------------
### Footer Logo
--------------------------------------------------------------*/
.footer-logo {
  text-align: left;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .footer-logo {
    padding: 60px 0px 40px 0;
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    padding: 60px 0px 40px 0;
    text-align: left !important;
  }
}
.footer-logo .footer-logo-link {
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-logo .footer-logo-img {
    height: 60px;
  }
}

/*--------------------------------------------------------------
### Footer Menu & Social Container
--------------------------------------------------------------*/
.footer-menu-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer-menu-social {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .footer-menu-social {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    align-items: start;
  }
}

/*--------------------------------------------------------------
### Footer Navigation
--------------------------------------------------------------*/
.footer-navigation .footer-nav-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.footer-navigation .footer-nav-menu:hover li a {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.footer-navigation .footer-nav-menu li:hover a {
  opacity: 1;
}
@media (max-width: 1023px) {
  .footer-navigation .footer-nav-menu {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-navigation .footer-nav-menu {
    flex-direction: column;
    gap: 20x;
    text-align: left;
  }
}
.footer-navigation .footer-nav-menu li a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer-navigation .footer-nav-menu li a {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

/*--------------------------------------------------------------
### Footer Social Media
--------------------------------------------------------------*/
.footer-social {
  display: flex;
}
@media (max-width: 1023px) {
  .footer-social {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 40px 0;
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .footer-social {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 40px 0;
  }
}
.footer-social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
}
.footer-social .social-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.footer-social .social-link img:hover {
  filter: none;
}
@media (max-width: 768px) {
  .footer-social .social-link img {
    width: 18px;
    height: 18px;
  }
}

/*--------------------------------------------------------------
### Footer Bottom
--------------------------------------------------------------*/
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 80px 0px;
}
@media (max-width: 1023px) {
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: left;
    padding: 0 0 60px 0;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: left;
    padding: 0 0 60px 0;
    align-items: start;
  }
}

.footer-copyright span {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.footer-legal {
  display: flex;
  gap: 24px;
}
@media (max-width: 480px) {
  .footer-legal {
    flex-direction: column;
    gap: 12px;
  }
}
.footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: "" Outfit ", sans-serif", sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: color 0.3s ease;
}
.footer-legal a:hover {
  color: #ffffff;
}

.footer-bottom-copyright-menu .footer-copyright-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.footer-bottom-copyright-menu .footer-copyright-nav:hover li a {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.footer-bottom-copyright-menu .footer-copyright-nav li:hover a {
  opacity: 1;
}
@media (max-width: 1023px) {
  .footer-bottom-copyright-menu .footer-copyright-nav {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer-bottom-copyright-menu .footer-copyright-nav {
    flex-direction: row;
    justify-content: center;
  }
}
.footer-bottom-copyright-menu .footer-copyright-nav li a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.footer-bottom-copyright-menu .footer-copyright-nav li a:hover {
  color: #ffffff;
}

.contact-button .btn-contact:hover {
  background: #b92929;
  transition: 0.3s;
}

.blog-section .blog-button-container .blog-button:hover {
  background: #3d3d3d;
  transition: 0.3s;
}

.btn-get-contact.genel-button:hover {
  background: #b92929;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


/*# sourceMappingURL=style.css.map */

/* */

main.product-main-content p,
main.product-main-content li, 
main.product-main-content span, 
main.product-main-content tr, 
main.product-main-content td, 
main.product-main-content .application-items .application-item .application-title { font-size: 18px; line-height: 24px; font-weight: 300; color: #363333; }

main.product-main-content h2 { font-size: 26px; margin-top: 40px; }

main.product-main-content h2, main.product-main-content h3, main.product-main-content h4 { font-weight: 400; }

@media (max-width: 767px){
	
section.product-content-wrapper { padding-top: 0; }
	
.product-content-wrapper .product-sidebar { padding: 15px 0 20px; border-bottom: 1px solid #e8d9d9; background: #f5f5f5; margin-left: -15px; padding-left: 15px; margin-right: -15px; padding-right: 15px; }

main.product-main-content h2 { font-size: 24px !important; line-height: 30px !important; }
	
.product-main-content .section-header .section-title.section-title { font-weight: 400; font-size: 28px !important; line-height: 34px !important; }
	
}

@media (min-width: 1200px) {
	
.product-main-content .section-header .section-title.section-title { font-size: 34px; line-height: 40px; font-weight: 400; }

.product-navigation .product-nav-list li .nav-link { font-size: 20px !important; line-height: 28px; }
	
}

@media (max-width: 1600px) and (min-width: 1366px) {
      
}

.hero-social:hover,
.swiper-pagination:hover { background: rgb(255 255 255 / 40%) !important; }

.hero-social, .hero-social img, .hero-social a, .swiper-pagination, .accordion-item, .footer-social a, .footer-social a img, .cards-grid, .card-item, ul.mega-menu-main-list, ul.mega-menu-main-list li, ul.mega-menu-main-list a { transition: 0.3s !important; }

.language-selector .language-toggle .flag-icon {  width: 35px;  height: 25px;  }

.contact-text .contact-label { background: transparent; }

.single-page-header-section { align-items: start; }

.search-form-container { margin: 0 !important; }


section.product-categories { background: white; }

.main-navigation .nav-menu.mega-menu .mega-menu-item { padding-right: 6px; }


@media (min-width: 1024px) {
	
body .hero-navigation,
body .hero-navigation-product { position: relative; bottom: 65px; }
	
body .hero-social { position: relative !important; display: inline-flex; float: right; bottom: 65px; right: unset; }
	
body .hero-slider, body .hero-slider-product { height: auto !important; aspect-ratio: 19 / 9 !important; }
	
body .download-center .btn-download { padding: 12px 18px 12px 18px; }

}

@media (max-width: 1365px) and (min-width: 1200px) {

.hero-slider .container { padding: 0 60px; }
	
}

@media (min-width: 1920px) {

body .hero-slider,
body .hero-slider-product { height: calc(100vh- 50px) important; }

}


@media (min-width: 1200px) {

.lightbox-content { flex: 1 !important; display: flex !important; align-items: center !important; justify-content: center !important; position: relative !important; padding: 0 !important; }
	
body .lightbox-image { max-height: 80%; max-width: 50%; object-fit: cover !important; }
}

.technical-data-content ul { margin: 0 21px; padding: 0; color: black; }