@charset "UTF-8";
/* Yükleme sırasında scrollbar görünüp kaybolmasın (layout/scroll jump engeli) */
html {
  scrollbar-gutter: stable;
}
@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}
html, body {
  overflow-x: hidden;
}

.single-urunler span.wpcf7-not-valid-tip { font-size: 12px; left: 0; right: auto; top: unset; bottom: -36px; }

.form-iletisim span.wpcf7-not-valid-tip { left: 0; right: auto; top: unset; bottom: -40px; font-size: 12px; }

.acf-image-hero { height: auto !important;}

.masonry-galeri-item a img { aspect-ratio: 1 / 1; margin-bottom: 5px !important; margin-top: 5px !important; }

.single .masonry-galeri-section .container { padding: 0; }

.single .masonry-galeri-section { margin-bottom: 0; }

.floating-icons { z-index: 1 !important; }

section.main-slider-section { z-index: 2; }

.floating-icons a.icon.phone { background: #77b3d4; }

.floating-icons a.icon.whatsapp { background: #25d366; }

.floating-icons a img { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(293%) hue-rotate(62deg) brightness(106%) contrast(100%); }

/* WOW.js + animate.css: flash/yanıp-sönmeyi engellemek için wow elemanlarını animasyon başlayana kadar gizle */
.wow {
  visibility: hidden;
}
.wow.wow-visible {
  visibility: visible;
}
.wow.animate__animated {
  visibility: visible;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #555;
}

a {
  color: #D98457;
  text-decoration: none;
}
a:hover {
  color: #212529;
}

.btn-primary {
  background-color: #D98457;
  border-color: #D98457;
}
.btn-primary:hover {
  background-color: rgb(212.2961165049, 116.7742718447, 66.2038834951);
  border-color: rgb(212.2961165049, 116.7742718447, 66.2038834951);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #0056b3;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: box-shadow 0.2s, background 0.2s;
}

.site-header.header-scrolled {
  background: #111;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.site-header.header-scrolled .header-top-bar {
  background: rgb(204, 111, 60);
  color: #ffffff;
  transition: box-shadow 0.2s, background 0.2s;
}

.main-header {
  height: 80px; /* header yüksekliğini sabitle */
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.site-header .header-top-bar {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  transition: box-shadow 0.2s, background 0.2s;
}
.site-header .header-top-bar .row {
  align-items: center;
}
@media (min-width: 1200px) {
 
.page-template-haberler .hero-section-general img {
    height: auto;
}
 
  .site-header .header-top-bar {
    padding: 13px 40px;
  }
  .single-post .single-content-wrapper .single-content-body h3 { margin-top: 35px !important;}
}
.site-header .header-top-bar a {
  color: #ffffff;
  text-decoration: none;
  line-height: 0px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.site-header .header-top-bar a:hover {
  text-decoration: underline;
}
.site-header .header-top-bar ul.list-inline.mb-0 {
  line-height: 0;
}
.site-header .header-top-bar .contact-info {
  display: flex;
  align-items: center;
  gap: 0;
}
.site-header .header-top-bar .contact-info .list-inline-item:not(:last-child) {
  position: relative;
  margin-right: 23px;
  padding-right: 23px;
}
.site-header .header-top-bar .contact-info .list-inline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
}
.site-header .header-top-bar .top-right-info .language-switcher {
  position: relative;
  margin-right: 23px;
  padding-right: 23px;
}
.site-header .header-top-bar .top-right-info .language-switcher::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
}
.site-header .header-top-bar .top-right-info .social-icons .list-inline-item::after {
  content: none !important;
}
.site-header .header-top-bar img.header-icon.social {
  width: 20px;
}
.site-header .header-top-bar .language-switcher.me-3 img {
  width: 13px;
}
.site-header .main-header {
  position: relative;
  padding: 12px 40px;
}
.site-header .main-header .navbar {
  padding: 0;
  align-items: center;
}
.site-header .main-header .navbar-brand img {
  max-height: 50px;
}
.site-header .main-header .teklif-btn .icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #d17849;
  margin-right: 15px;
}
.site-header .main-header .teklif-btn .icon-circle img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.site-header .btn.btn-primary:hover {
  transform: none;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (min-width: 992px) {
  .site-header .main-header .navbar {
    position: relative;
  }
  .site-header .main-header .desktop-menu-wrapper {
    justify-content: flex-end;
  }
  .site-header .main-header .main-navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .site-header .main-header .navbar-nav .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #fff !important;
    padding: 0.5rem 1rem;
  }
  .site-header .main-header .navbar-nav .nav-link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 12px;
    height: 12px;
    background-image: url("/wp-content/uploads/Arrow-down-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-left: 0.3em;
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }
  .site-header .main-header .navbar-nav .nav-item.has-megamenu > a.nav-link::after {
    content: "";
    border: none;
    width: 12px;
    height: 12px;
    background-image: url("/wp-content/uploads/Arrow-down-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-left: 0.3em;
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }
  .site-header .main-header .navbar-nav .nav-item.dropdown:not(.has-megamenu) > .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin-top: 10px !important;
    min-width: 220px;
  }
  .site-header .main-header .navbar-nav .nav-item.dropdown:not(.has-megamenu) > .dropdown-menu .dropdown-item {
    color: #333 !important;
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.2s ease;
  }
  .site-header .main-header .navbar-nav .nav-item.dropdown:not(.has-megamenu) > .dropdown-menu .dropdown-item:hover, .site-header .main-header .navbar-nav .nav-item.dropdown:not(.has-megamenu) > .dropdown-menu .dropdown-item:focus {
    color: #d17849 !important;
    background-color: #f8f9fa;
  }
  .site-header .main-header .navbar-nav .nav-item.dropdown:not(.has-megamenu).show > .dropdown-menu {
    display: block;
  }
}
.mobile-menu-panel {
  background-color: #2b2b2b;
  background-image: url(/wp-content/uploads/hamburger-menu-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
}
.mobile-menu-panel.is-open {
  transform: translateX(0);
  padding: 0 15px;
}
.mobile-menu-panel .panel-inner {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.mobile-menu-panel .panel-header {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.mobile-menu-panel .panel-header .panel-logo {
  max-height: 25px;
  filter: brightness(0) invert(1);
}
.mobile-menu-panel .panel-header .panel-close-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #2b2b2b;
}
.mobile-menu-panel .panel-content {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-navigation ul .sub-menu {
  display: none;
}
.mobile-navigation ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
  color: #f0f0f0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.mobile-navigation ul li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.03);
}
.mobile-navigation ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform: rotate(45deg);
  margin-right: 6px;
}
.mobile-navigation ul li:last-child > a {
  border-bottom: none;
}

.menu-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.menu-level.is-visible {
  transform: translateX(0);
}
.menu-level .mobile-navigation {
  flex-grow: 1;
  overflow-y: auto;
}
.menu-level .level-header {
  display: flex;
  align-items: center;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  color: #8C8C8C;
  font-family: Raleway;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.menu-level .level-header .back-btn {
  background: none;
  border: none;
  color: #f0f0f0;
  padding: 0;
  margin: 0;
  font-size: inherit;
  display: flex;
  align-items: center;
  gap: 15px;
}
.menu-level .level-header .back-btn:hover {
  color: #fff;
}
.menu-level .level-header .level-title {
  transform: translateX(15px);
  font-weight: 500;
}

@media (max-width: 1199px) {

.acfsirketlerimiz .genel-list-sirketler:not(:last-child) { padding-bottom: 35px !important; margin-bottom: 20px !important; }

.single-urunler form.wpcf7-form.init p,
.form-iletisim form p { margin-bottom: 0; }

  body.admin-bar .site-header {
    top: 46px;
  }
  .site-header .main-header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
  }
  .site-header img.mobil-logo {
    height: 37px;
  }
  .site-header .navbar-toggler {
    border: none;
    padding: 0;
  }
  .site-header .navbar-toggler:focus {
    box-shadow: none;
  }
  .site-header .navbar-toggler-icon {
    background-image: url("/wp-content/uploads/Menu-icon.svg");
    width: 30px;
    height: 30px;
  }
}
.site-header .navbar-nav > li.has-megamenu {
  position: static;
}

.site-header .navbar-nav .dropdown-menu.mega-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 3rem;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.site-header .navbar-nav .dropdown-menu.mega-menu > .menu-item-has-children > a.dropdown-item {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212934 !important;
  margin-bottom: 1rem;
  padding: 0 0 0.75rem 0 !important;
  border-bottom: 1px solid #e9ecef;
  pointer-events: none;
  cursor: default;
  background: none !important;
}
.site-header .navbar-nav .dropdown-menu.mega-menu > .menu-item-has-children > a.dropdown-item::after {
  display: none !important;
}
.site-header .navbar-nav .dropdown-menu.mega-menu .dropdown-menu {
  display: block !important;
  position: static !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 1rem !important;
  width: auto !important;
  float: none !important;
}
.site-header .navbar-nav .dropdown-menu.mega-menu .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 400;
  color: #525f7f !important;
  padding: 0.4rem 0 !important;
  background: none !important;
  border-radius: 4px;
  transition: color 0.2s ease, padding-left 0.2s ease;
  pointer-events: auto;
  cursor: pointer;
}
.site-header .navbar-nav .dropdown-menu.mega-menu .dropdown-menu .dropdown-item:hover {
  color: #d17849 !important;
  padding-left: 0.5rem !important;
}

.site-header .mega-menu .megamenu-column-header {
  pointer-events: auto !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.site-header .mega-menu .megamenu-column-header::after {
  content: "+" !important;
  display: inline-block !important;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  color: #adb5bd;
  transition: transform 0.2s ease;
}
.site-header .mega-menu .megamenu-column-header.active::after {
  content: "−";
  transform: rotate(180deg);
}

.site-header .mega-menu .dropdown-menu {
  display: none;
}

.site-header .navbar-nav > li.has-megamenu.is-open > .mega-menu {
  display: grid;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.no-megamenu ul.dropdown-menu.show {
  display: block !important;
}

@media (min-width: 1200px) {
  .navbar-toggler {
    display: none !important;
  }
  .desktop-menu-wrapper {
    display: flex !important;
  }
}
@media (max-width: 1199px) {
  .topbar-section {
    display: none !important;
  }
  .navbar-toggler {
    display: block !important;
  }
  .desktop-menu-wrapper {
    display: none !important;
  }
}
span.arrow-icon-wrapper {
  background: #FEFEFE;
  border-radius: 100px;
  padding: 8px;
}

.all-whatsapp-link span.arrow-icon-wrapper {
  background: #CC6F3C;
  border-radius: 100px;
  padding: 8px;
}

.btn:hover span.arrow-icon-wrapper {
  background: #111;
  border-radius: 100px;
  padding: 8px;
}

.btn:hover span.arrow-icon-wrapper img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(248deg) brightness(105%) contrast(100%);
}

.all-items-btn span.buttontitle {
  width: 200px;
}

.main-header span.arrow-icon-wrapper {
  background: #CC6F3C;
}

span.btn-icon-wrapper {
  background: #cc6f3c;
  border-radius: 100px;
  padding: 8px;
}

.btn:hover span.btn-icon-wrapper {
  background: #ffffff;
  border-radius: 100px;
  padding: 8px;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}

.btn:hover span.btn-icon-wrapper img {
  filter: invert(1);
}

.btn-black:hover span.arrow-icon-wrapper {
  background: #d17849;
  border-radius: 100px;
  padding: 8px;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}

.btn:hover span.btn-icon-wrapper img {
  filter: invert(1);
}

.teklif-btn:hover span.icon-circle-slider {
  background: #111;
  border-radius: 100px;
  padding: 8px;
  transition: background-color 0.5s ease, opacity 0.5s ease;
}

.icon-circle-slider {
  background: #cc6f3c;
  border-radius: 100px;
  padding: 8px;
}

.teklif-btn:hover span.icon-circle-slider img {
  animation: arrowMove 0.5s forwards;
}

.wholesale-btn:hover span.btn-icon-wrapper img {
  animation: arrowMove 0.5s forwards;
}

.btn:hover span.arrow-icon-wrapper img {
  animation: arrowMove 0.5s forwards;
}

@keyframes arrowMove {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(20px, -20px); /* sağ üst çıkış */
    opacity: 0;
  }
  41% {
    transform: translate(-20px, 20px); /* sol alt giriş */
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.has-mega-menu {
  position: static;
}
.has-mega-menu .mega-menu-wrapper {
  display: none;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  z-index: 1021;
  padding-top: 20px;
}
.has-mega-menu.show-mega-menu > .mega-menu-wrapper {
  display: block;
}

.mega-menu {
  max-width: 1280px;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  gap: 20px;
}

.mega-menu-tabs {
  flex: 0 0 240px;
  padding-right: 20px;
}
.mega-menu-tabs .mega-menu-tab-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  text-decoration: none;
  color: #6c757d;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
  position: relative;
}
.mega-menu-tabs .mega-menu-tab-item:last-child {
  border-bottom: none;
}
.mega-menu-tabs .mega-menu-tab-item:hover, .mega-menu-tabs .mega-menu-tab-item.active {
  color: #111;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 14px 0;
}
.mega-menu-tabs .mega-menu-tab-item.active::after {
  background-image: url("../../../uploads/Arrow-down-icon-1.svg");
}
.mega-menu-tabs .mega-menu-tab-item::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../../uploads/Arrow-down-icon-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s ease;
}

.mega-menu-content {
  flex-grow: 1;
  padding: 10px 0;
}
.mega-menu-content .mega-menu-pane {
  display: none;
}
.mega-menu-content .mega-menu-pane.active {
  display: block;
}
.mega-menu-content .mega-menu-pane .mega-menu-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  column-gap: 30px;
  height: 100%;
}
.mega-menu-content .mega-menu-pane .mega-menu-sublist li {
  margin-bottom: 14px;
  break-inside: avoid;
}
.mega-menu-content .mega-menu-pane .mega-menu-sublist li a {
  text-decoration: none;
  color: #495057;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #E6E6EB;
}
.mega-menu-content .mega-menu-pane .mega-menu-sublist li a:hover {
  color: #D47A46;
}
.mega-menu-content .mega-menu-pane .mega-menu-sublist li:last-child a {
  border-bottom: none;
}

.menu-item-has-children > a.nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-arrow {
  display: inline-flex;
  align-items: center;
}
.menu-arrow .arrow-up {
  display: none;
}
.menu-arrow .arrow-down {
  display: block;
}

.menu-item-has-children:not(.has-mega-menu) {
  position: relative;
}
.menu-item-has-children:not(.has-mega-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  margin: 10px 0 0 0;
  z-index: 1021;
}
.menu-item-has-children:not(.has-mega-menu) .sub-menu .menu-item a {
  padding: 8px 20px;
  color: #212529;
  white-space: nowrap;
  display: block;
}
.menu-item-has-children:not(.has-mega-menu) .sub-menu .menu-item a:hover {
  background-color: #f8f9fa;
}
.menu-item-has-children:not(.has-mega-menu).show-submenu .sub-menu {
  display: block;
}
.menu-item-has-children:not(.has-mega-menu).show-submenu .menu-arrow .arrow-up {
  display: block;
}
.menu-item-has-children:not(.has-mega-menu).show-submenu .menu-arrow .arrow-down {
  display: none;
}

.show-submenu > a.nav-link,
.show-mega-menu > a.nav-link {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}

.has-mega-menu.show-mega-menu .menu-arrow .arrow-up {
  display: block;
}
.has-mega-menu.show-mega-menu .menu-arrow .arrow-down {
  display: none;
}

body .no-megamenu.show-submenu .sub-menu a.nav-link {
  color: #111111 !important;
}

.home-news-section .news-card__image img {height: auto;}

.single-post .single-content-wrapper .single-content-body li:not(:last-child) {
    margin-bottom: 12px;
}

.single-post .single-content-wrapper .single-content-body ul, .single-post .single-content-wrapper .single-content-body ol {
    padding-left: 17px;
}

@media (min-width: 1024px) {

.site-header .header-top-bar a { font-size: 15px; font-weight: 600; }

.single-post .single-content-wrapper .single-content-body iframe {
    width: 100%;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}

}

@media (max-width: 1023px) {

.iletisim-tel, .iletisim-mail { display: grid !important; gap: 14px !important; margin-bottom: 32px !important; }

.form-iletisim-info .description-info { border-bottom: 1px solid #e8e6e6 !important; margin-bottom: 19px !important; }

.single-post .single-content-wrapper .single-content-body h3 { margin-top: 28px !important; margin-bottom: 15px !important; }

.single-post .single-content-wrapper .single-content-body iframe {
    width: 100%;
    height: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
}

}

@media (max-width: 1200px) {
  
  .has-mega-menu .mega-menu-wrapper {
    display: none !important;
  }
}
.mobil-contact-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#colophon-inner {
  background-image: url("../../../uploads/footer-bg.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 0;
  padding-bottom: 50px;
  /* WOW fadeInUp sırasında footer içeriğinin aşağı doğru taşması scrollbar yaratmasın */
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #colophon-inner {
    background-image: none !important;
    padding-top: 0px;
  }
}

.site-footer {
  --bs-border-color: #545454;
}
@media (max-width: 991.98px) {
  .site-footer {
    background: #111111;
  }
  .site-footer .footer-menu-area.py-5 {
    padding: 0px !important;
  }
  .site-footer .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  }
  .site-footer .accordion-item:last-child {
    border-bottom: none !important;
  }
  .site-footer .accordion .accordion-button {
    font-family: "Raleway", sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    letter-spacing: 0 !important;
    color: #fff !important;
  }
  .site-footer .footer-social-icons {
    display: none !important;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.site-footer a:hover {
  color: #D98457;
}
.site-footer .site-info p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
}
.site-footer .footer-top-area {
  padding-top: 60px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .site-footer .footer-top-area {
    padding-top: 140px;
    padding-bottom: 42px;
  }
}
.site-footer .footer-about .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.site-footer .footer-about .footer-logo img {
  max-width: 300px;
}
.site-footer .footer-about .footer-description {
  color: #ccc;
  font-size: 15px;
  max-width: 450px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-about {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 32px;
  }
}
.site-footer .footer-about .footer-description {
  color: #ffffff;
  font-size: 16px;
  max-width: 450px;
  font-family: "Open Sans", sans-serif;
}
.site-footer .footer-contact .contact-link {
  display: block;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.site-footer .footer-contact .footer-social-icons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-footer .footer-contact .footer-social-icons a {
  display: inline-block;
  margin-left: 0;
}
.site-footer .footer-contact .footer-social-icons a img {
  height: 24px;
  width: 24px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-contact {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.site-footer .footer-menu-area .widget-title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 25px;
  color: #FEFEFE;
}
.site-footer .footer-menu-area .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu-area .footer-menu-list a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #ccc;
}
.site-footer .footer-menu-area .footer-menu-list a:hover {
  color: #D98457;
}
.site-footer .footer-menu-area .footer-menu-list li {
  margin-bottom: 12px;
}
.site-footer .footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  font-size: 14px;
  color: #ccc;
}
.site-footer .footer-bottom-bar .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom-bar.footer-bottom-bar {
    display: block !important;
    text-align: center;
    padding-top: 30px !important;
  }
  .site-footer .footer-bottom-bar .copyright,
  .site-footer .footer-bottom-bar .site-info {
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 24px;
  }
  .site-footer .footer-bottom-bar .bottom-menu {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
}
.site-footer .footer-bottom-bar .bottom-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-bottom-bar .bottom-menu ul li {
  display: inline-block;
  margin: 0 10px;
}
.site-footer .accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (min-width: 992px) {
  .site-footer .accordion {
    display: none;
  }
}
.site-footer .accordion .accordion-button {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.site-footer .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.site-footer .accordion .accordion-body {
  padding: 0.5rem 0 1rem 0;
}
.site-footer .footer-menu-widget + .footer-menu-widget {
  margin-top: 90px;
}
@media (min-width: 992px) {
  .site-footer .footer-top-area {
    padding-top: 140px;
    padding-bottom: 42px;
    border-bottom: 1px solid var(--bs-border-color);
  }
}

.product-tabs-section {
  padding: 120px 0;
}
.product-tabs-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.product-tabs-section .section-header .section-header-content {
  max-width: 650px;
}
.product-tabs-section .section-header .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.product-tabs-section .section-header .section-description {
  font-size: 1.1rem;
  color: #6c757d;
}
.product-tabs-section .product-tabs-nav {
  border-bottom: none;
  gap: 10px;
}
.product-tabs-section .product-tabs-nav .nav-link {
  border: 1px solid #dee2e6;
  border-radius: 50px;
  padding: 12px 25px;
  color: #495057;
  background-color: #fff;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.product-tabs-section .product-tabs-nav .nav-link:not(.active):hover {
  background-color: #f8f9fa;
  border-color: #ced4da;
}
.product-tabs-section .product-tabs-nav .nav-link.active {
  background-color: #d17849;
  color: #fff;
  border-color: #d17849;
}
.product-tabs-section .product-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.product-tabs-section .product-card .product-card-image {
  width: 100%;
  height: 100%;
}
.product-tabs-section .product-card .product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-tabs-section .product-card .product-card-image img:hover {
  transform: scale(1.05);
}
.product-tabs-section .product-card .product-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.product-tabs-section .product-card .product-card-body h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.product-tabs-section .product-card .product-card-body h3 a {
  color: #FEFEFE;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-decoration: none;
}
.product-tabs-section .product-card .product-card-body p {
  font-size: 16px;
  color: #FEFEFE;
  margin-bottom: 0;
}
.product-tabs-section .product-card .product-card-body .product-card-link {
  display: flex;
  align-items: center;
  gap: 1em;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  font-size: 14px;
  white-space: nowrap;
}
.product-tabs-section .product-card .product-card-body .product-card-link img {
  width: 1em;
  height: auto;
  margin-left: 0.5em;
  filter: brightness(0) invert(1);
}
.product-tabs-section .product-card .product-card-body .product-card-link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 992px) {
  .product-tabs-section .tabs-and-description-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-top: 1px solid #E6E6EB;
    padding-top: 40px;
    gap: 164px;
  }
  .product-tabs-section .section-description {
    flex: 1;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-size: 18px;
    color: #111111;
  }
  .product-tabs-section .product-tabs-nav {
    flex-shrink: 0;
  }
  .product-tabs-section .product-card-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    grid-auto-rows: 400px;
  }
  .product-tabs-section .product-card.col-big {
    grid-column: span 7;
  }
  .product-tabs-section .product-card.col-small {
    grid-column: span 5;
  }
}
@media (max-width: 991.98px) {
  .product-tabs-section .section-header {
    display: none;
  }
  .product-tabs-section .tabs-and-description-wrapper {
    display: none;
  }
  .product-tabs-section .section-header-mobile {
    margin-bottom: 40px;
  }
  .product-tabs-section .section-header-mobile .section-title {
    font-size: 2rem;
  }
  .product-tabs-section .section-header-mobile .section-description {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 10px;
  }
  .product-tabs-section .product-tabs-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 22px;
    justify-content: flex-start !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product-tabs-section .product-tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .product-tabs-section .product-tabs-nav .nav-link {
    padding: 7px 17px;
    white-space: nowrap;
    width: max-content;
    text-align: center;
  }
  .product-tabs-section .swiper-slide {
    width: 80%;
  }
  .product-tabs-section .product-card {
    height: auto;
    background-color: var(--bs-body-bg);
    border-radius: 10px;
    overflow: hidden;
  }
  .product-tabs-section .product-card .product-card-image {
    aspect-ratio: 32/17;
    position: relative;
  }
  .product-tabs-section .product-card .product-card-image .product-card-link-mobil {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .product-tabs-section .product-card .product-card-image .product-card-link-mobil img {
    width: 1em;
    height: auto;
    filter: brightness(0) invert(1);
  }
  .product-tabs-section .product-card .product-card-image img {
    border-radius: 10px !important;
  }
  .product-tabs-section .product-card .product-card-body-mobile {
    padding: 20px 0;
  }
  .product-tabs-section .product-card .product-card-body-mobile .product-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .product-tabs-section .product-card .product-card-body-mobile .product-card-title a {
    color: #212529;
    text-decoration: none;
  }
  .product-tabs-section .product-card .product-card-body-mobile p {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
  }
  .product-tabs-section .product-card-body {
    position: static;
    background: var(--bs-body-bg);
    padding: 1rem;
    color: var(--bs-body-color);
    display: block;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .product-tabs-section .product-card-body .product-card-title {
    color: var(--bs-body-color);
  }
 .product-tabs-section .section-footer-mobile .btn {
    max-width: max-content !important;
    display: flex;
    align-items: center;
    width: max-content;
    height: auto;
    gap: 28px;
    background: rgb(212, 122, 70);
    border-radius: 50px;
    padding: 6px 40px 6px 8px !important;
    font-size: 16px;
}
  .product-tabs-section .section-footer-mobile .arrow-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product-tabs-section .section-footer-mobile .arrow-icon-wrapper img {
    width: 42px;
    height: 42px;
  }
  .product-tabs-section .all-products-link-wrapper {
    margin-top: 2rem;
  }
  .product-tabs-section .swiper-custom-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 12px;
  }
  .product-tabs-section .mobile-product-slider {
    padding-bottom: 0;
  }
  .product-tabs-section .mobile-product-slider .swiper-pagination.swiper-pagination-fraction {
    position: static;
    width: auto;
    font-size: 0.875rem;
    color: var(--bs-body-color);
    font-weight: 500;
    flex-shrink: 0;
  }
  .product-tabs-section .mobile-product-slider .swiper-progressbar {
    flex-grow: 1;
    display: flex;
    gap: 4px;
    height: 4px;
  }
  .product-tabs-section .mobile-product-slider .swiper-progressbar .swiper-progressbar-segment {
    flex: 1;
    height: 100%;
    background-color: var(--bs-border-color);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
  }
  .product-tabs-section .mobile-product-slider .swiper-progressbar .swiper-progressbar-segment .swiper-progressbar-segment-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background-color: #c1c1c1;
    transition: width 0.3s ease;
  }
  .product-tabs-section .mobile-product-slider .swiper-progressbar .swiper-progressbar-segment.is-filled .swiper-progressbar-segment-fill {
    width: 100%;
  }
  .product-tabs-section .mobile-product-slider .swiper-progressbar .swiper-progressbar-segment.is-active .swiper-progressbar-segment-fill {
    width: 100%;
    background-color: #CC6F3C;
  }
}

.all-products-links-wrapper .btn-primary.all-products-link {
  flex-grow: inherit;
  text-align: center;
  padding-right: 0px;
}

.product-card-wrapper.is-hiding {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .product-tabs-section {
    padding: 60px 0;
  }
  .product-tabs-section .section-header-mobile .section-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
  }
  .product-tabs-section .section-header-mobile .section-description {
    color: #111111;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
  }
  .product-tabs-section .product-card .product-card-body-mobile .product-card-title a {
    color: #111111;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
  }
  .product-tabs-section .product-card .product-card-body-mobile p {
    color: #111111;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.main-slider-section {
  position: relative;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Tüm slaytlarda wow animasyonlu elementler gizli */
.swiper-slide .wow {
  visibility: hidden !important;
}

/* Sadece aktif slaytta animasyonlu olarak görünür */
.swiper-slide-active .wow.wow-visible,
.swiper-slide-active .wow.animate__animated {
  visibility: visible !important;
}

.main-swiper {
  width: 100%;
  aspect-ratio: 19/9;
  /* Slide içeriği üstte kalsın diye: */
  /* Geçmiş/doldurulmuş slaytların durumu */
}
.main-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.main-swiper .swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.main-swiper .swiper-slide .slide-content {
  color: #fff;
  text-align: left;
  display: flex;
  align-items: start;
  gap: 312px;
}
.main-swiper .swiper-slide .slide-content .main-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 0;
  max-width: 500px;
  flex-shrink: 0;
}
.main-swiper .swiper-slide .slide-content .slide-text-content .description {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 550px;
}
.main-swiper .swiper-slide .slide-content .btn-slider-custom {
  background-color: #fff;
  color: #333;
  border-radius: 50px;
}
.main-swiper .swiper-slide .slide-content .btn-slider-custom:hover {
  opacity: 0.9;
}
.main-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main-swiper .kenburns-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  animation: none;
}
.main-swiper .swiper-slide-active .kenburns-bg {
  animation: kenburns 8s ease-in-out infinite;
}
@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.15) translate(-2%, -2%);
  }
}
.main-swiper .swiper-slide .container,
.main-swiper .swiper-slide .slide-content {
  position: relative;
  z-index: 2;
}
.main-swiper .swiper-custom-controls {
  position: absolute;
  bottom: 12px;
  right: 40px;
  left: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 500px;
  justify-content: flex-end;
  padding: 10px;
  box-sizing: border-box;
}
.main-swiper .swiper-custom-controls .slider-pagination-container {
  display: flex;
  align-items: center;
  gap: 15px;
  order: 1;
}
.main-swiper .swiper-custom-controls .swiper-nav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 2;
}
.main-swiper .swiper-custom-controls .swiper-pagination-fraction {
  color: #fff;
  font-size: 16px;
  position: static;
  width: auto;
  margin: 0;
  font-family: Open Sans;
}
.main-swiper .swiper-custom-controls .swiper-progressbar {
  display: flex;
  gap: 4px;
  height: 2px;
}
.main-swiper .swiper-custom-controls .swiper-progressbar-segment {
  width: 140px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.main-swiper .swiper-custom-controls .swiper-progressbar-segment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  width: 0;
  /* transition kaldırıldı */
}
.main-swiper .swiper-custom-controls .swiper-progressbar-segment.is-active::after, .main-swiper .swiper-custom-controls .swiper-progressbar-segment.is-passed::after {
  width: 100%;
}
.main-swiper .swiper-custom-controls .swiper-button-prev,
.main-swiper .swiper-custom-controls .swiper-button-next {
  position: static;
  transform: none;
  width: 40px;
  height: 40px;
  margin: 0;
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.main-swiper .swiper-custom-controls .swiper-button-prev::after,
.main-swiper .swiper-custom-controls .swiper-button-next::after {
  font-size: 16px;
}
.main-swiper .swiper-custom-controls .swiper-button-prev:hover,
.main-swiper .swiper-custom-controls .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.main-swiper .swiper-pagination {
  position: static;
  width: auto;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.main-swiper .swiper-pagination .swiper-fraction-separator {
  margin: 0 5px;
}
.main-swiper .swiper-progressbar {
  display: flex;
  gap: 6px;
  /* width: 120px; */ /* Toplam genişliğin dinamik olması için bu satır kaldırılıyor */
  height: 3px;
}
.main-swiper .swiper-progressbar-segment {
  flex: 1;
  min-width: 40px; /* Her parçanın minimum genişliği olmasını sağlıyoruz */
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.main-swiper .swiper-progressbar-segment-fill {
  height: 100%;
  width: 0;
  background-color: #fff;
  border-radius: 2px;
  transition: width 0.1s linear;
}
.main-swiper .swiper-progressbar-segment.is-filled .swiper-progressbar-segment-fill {
  width: 100%;
  transition: none; /* Tamamlananlar anında dolmalı */
}
.main-swiper .swiper-navigation-buttons {
  position: static;
  display: flex;
  gap: 15px;
}
.main-swiper .swiper-button-prev,
.main-swiper .swiper-button-next {
  position: static;
  width: 36px;
  height: 36px;
  margin: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: border-color 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.main-swiper .swiper-button-prev::after,
.main-swiper .swiper-button-next::after {
  content: "";
}
.main-swiper .swiper-button-prev:hover,
.main-swiper .swiper-button-next:hover {
  border-color: #fff;
}
.main-swiper .swiper-button-prev {
  background-image: url("/wp-content/uploads/arrow-back-2.svg");
}
.main-swiper .swiper-button-next {
  background-image: url("/wp-content/uploads/arrow-back-1.svg");
}

@media (max-width: 767.98px) {
  .main-swiper {
    height: 600px;
  }
  .main-swiper .swiper-slide .slide-content {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
  .main-swiper .swiper-slide .slide-content .main-title {
    font-size: 28px;
    line-height: 1;
    max-width: 100%;
  }
  .main-swiper .swiper-slide .slide-content .slide-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-swiper .swiper-slide .slide-content .slide-text-content .description {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 90%;
  }
  .main-swiper .swiper-slide .slide-content .slide-text-content .slider-buttons {
    margin-top: 10px;
  }
  .main-swiper .swiper-slide .slide-content .slide-text-content .btn-slider-custom {
    font-weight: 400;
  }
  .main-swiper .swiper-custom-controls {
    right: 0;
    transform: translateX(0%);
    width: 100%;
    justify-content: left;
    min-width: 100%;
  }
  .main-swiper .swiper-custom-controls .swiper-navigation-buttons {
    display: none;
  }
}
.main-swiper .swiper-pagination-total {
  color: rgba(254, 254, 254, 0.5019607843);
}

.wholesale-section {
  padding: 120px 0;
  background-color: #f8f9fa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.wholesale-section .container {
  position: relative;
  z-index: 2;
}
.wholesale-section .wholesale-card {
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 10px;
  padding: 2.5rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@supports (backdrop-filter: blur(10px)) {
  .wholesale-section .wholesale-card {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
  }
}
.wholesale-section .wholesale-desktop-wrapper {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
.wholesale-section .wholesale-desktop-wrapper .main-card-wrapper {
  flex: 0 0 40%;
  display: flex;
}
.wholesale-section .wholesale-desktop-wrapper .features-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.wholesale-section .main-card {
  justify-content: center;
  transition: 0.6s;
}
.wholesale-section .main-card .main-card-title {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  max-width: 370px;
  margin-bottom: 20px;
}
.wholesale-section .main-card p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
  color: #111111;
}
.wholesale-section .main-card .wholesale-btn:hover {
  background-color: #3e4449;
  border-color: #3e4449;
}
.wholesale-section .feature-card {
  flex: 1;
  align-items: center;
  text-align: left;
  padding: 2rem;
  height: 500px;
  justify-content: center;
  transition: 0.6s;
}
.wholesale-section .feature-card .feature-icon {
  margin-bottom: 1.5rem;
}
.wholesale-section .feature-card .feature-icon img {
  height: 48px;
  width: auto;
}
.wholesale-section .feature-card .feature-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.75rem;
}
.wholesale-section .feature-card .feature-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #111111;
  margin: 0;
}
.wholesale-section .wholesale-card.feature-card:hover {
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.wholesale-section .wholesale-card.main-card:hover {
  background-color: rgb(255, 255, 255);
}
.wholesale-section .accordion {
  --bs-accordion-bg: rgba(255, 255, 255, 0.98);
  --bs-accordion-border-radius: 1.5rem;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: rgba(255, 255, 255, 0.98);
  --bs-accordion-btn-focus-box-shadow: none;
}
@supports (backdrop-filter: blur(10px)) {
  .wholesale-section .accordion {
    --bs-accordion-bg: rgba(255, 255, 255, 0.85);
    --bs-accordion-active-bg: rgba(255, 255, 255, 0.85);
  }
}
.wholesale-section .accordion .accordion-item {
  margin-bottom: 1rem;
  border-radius: var(--bs-accordion-border-radius) !important;
  overflow: hidden;
  border: none;
}
.wholesale-section .accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.wholesale-section .accordion .accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wholesale-section .accordion .accordion-button .accordion-icon {
  height: 32px;
  width: auto;
  flex-shrink: 0;
}
.wholesale-section .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.wholesale-section .accordion .accordion-body {
  font-size: 0.9rem;
  color: var(--bs-gray-700);
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .wholesale-section {
    padding: 60px 0;
  }
  .main-card .main-card-title {
    font-size: 22px;
    line-height: 28px;
    color: #111111;
  }
  .main-card p {
    font-size: 16px;
    line-height: 23px;
    color: #111111;
  }
}
@keyframes scroll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.customer-testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: 466px 1fr;
  gap: 155px;
  align-items: center;
}

.customer-testimonials-section {
  padding: 90px 0;
  background: #FCF9F6;
}
.customer-testimonials-section .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 1.5rem;
  line-height: 50px;
}
.customer-testimonials-section .section-description {
  color: var(--bs-body-color);
  margin-bottom: 2rem;
}
.customer-testimonials-section .section-description p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  line-height: 26px;
}
.customer-testimonials-section .testimonial-intro .section-description {
  color: var(--bs-body-color);
  margin: 1.5rem 0;
}
.customer-testimonials-section .slider-controls {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  gap: 1.5rem;
}
/* Not: testimonial slider kontrol stilleri ilgili SCSS dosyasında ele alınmalı. */
.customer-testimonials-section .testimonials-slider {
  overflow: visible;
}
.customer-testimonials-section .swiper-slide {
  width: 85%;
}
.customer-testimonials-section .testimonials-wrapper {
  columns: 1;
  column-gap: 24px;
}
@media (min-width: 768px) {
  .customer-testimonials-section .testimonials-wrapper {
    columns: 2;
  }
}
.customer-testimonials-section .testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 0;
  break-inside: avoid;
}
.customer-testimonials-section .testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}
.customer-testimonials-section .testimonial-card .stars img {
  width: 16px;
}
.customer-testimonials-section .testimonial-card .card-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.customer-testimonials-section .testimonial-card .card-body p.comment {
  color: #495057;
  line-height: 1.6;
  margin: 0;
}
.customer-testimonials-section .testimonial-card .card-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.customer-testimonials-section .testimonial-card .card-footer .customer-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.customer-testimonials-section .testimonial-card .card-footer .customer-name {
  font-weight: 600;
  color: #212529;
}
.customer-testimonials-section .testimonials-desktop-grid {
  grid-column: 2/3;
  grid-row: 1/2;
  columns: 2;
  column-gap: 2rem;
}
.customer-testimonials-section .testimonial-card {
  break-inside: avoid;
  margin-bottom: 0;
}
.customer-testimonials-section .testimonials-controls {
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.customer-testimonials-section .testimonials-pagination {
  position: static;
  width: auto;
  font-size: 1rem;
  color: var(--bs-gray-700);
}
.customer-testimonials-section .testimonials-progress {
  flex-grow: 1;
  display: flex;
  gap: 4px;
  height: 2px;
}
.customer-testimonials-section .testimonials-progress__segment {
  flex: 1;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.customer-testimonials-section .testimonials-progress__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #D47A46;
  transition: width 0.3s linear;
}
.customer-testimonials-section .testimonials-desktop-grid {
  grid-column: 2/3;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  height: 750px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.customer-testimonials-section .testimonial-column {
  overflow: hidden;
}
.customer-testimonials-section .testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.customer-testimonials-section .testimonial-list.animate-scroll-up {
  animation: scroll-up 80s linear infinite;
}
.customer-testimonials-section .testimonial-list.animate-scroll-down {
  animation: scroll-down 80s linear infinite;
}
.customer-testimonials-section .testimonial-list:hover {
  animation-play-state: paused;
}

html, body {
  overflow-x: hidden;
}

.application-areas-section {
  position: relative;
  padding: 120px 0;
}
.application-areas-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 40px; */
}
.application-areas-section .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 0;
}
.application-areas-section .section-description-wrapper {
  border-top: 1px solid #E6E6EB;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.application-areas-section .section-description {
  color: #111111;
  max-width: 1044px;
  text-align: left;
  font-size: 18px;
}
.application-areas-section .section-header-action {
  display: none;
}
@media (min-width: 992px) {
  .application-areas-section .section-header-action {
    display: block;
  }
}
.application-areas-section .all-items-btn .btn-icon {
  background-color: #fff;
  color: #D47A46;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.application-areas-section .all-items-btn:hover {
  background-color: #c56c39;
  border-color: #c56c39;
  color: #fff;
}
.application-areas-section .all-items-btn:hover .btn-icon {
  background-color: #fff;
  color: #c56c39;
}
.application-areas-section .application-areas-slider-wrapper {
  margin-bottom: 2rem;
}
.application-areas-section .application-areas-slider {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}
.application-areas-section .swiper-wrapper {
  align-items: center;
}
.application-areas-section .swiper-slide {
  height: auto;
  transition: width 0.4s ease;
  width: 320px;
}
@media (max-width: 576px) {
  .application-areas-section .swiper-slide {
    width: 576px;
  }
}
.application-areas-section .swiper-slide.swiper-slide-active {
  width: 632px;
}
@media (max-width: 576px) {
  .application-areas-section .swiper-slide.swiper-slide-active {
    width: 350px;
  }
}
.application-areas-section .application-card {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 380px;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #333;
  position: relative;
}
.application-areas-section .application-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  transition: transform 0.4s ease;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: inherit;
}
.application-areas-section .application-card:hover::before {
  transform: scale(1.05);
}
.application-areas-section .application-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
}
.application-areas-section .application-card .card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.application-areas-section .application-card .card-text {
  color: #f8f9fa;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: 0;
  overflow: hidden;
}
.application-areas-section .slider-controls {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .application-areas-section .slider-controls {
    width: 45%;
  }
}
.application-areas-section .swiper-pagination-fraction {
  width: auto;
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-body-color);
  flex-shrink: 0;
  min-width: 50px;
}
.application-areas-section .swiper-progressbar {
  flex-grow: 1;
  display: flex;
  gap: 5px;
  height: 3px;
}
.application-areas-section .swiper-progressbar-segment {
  flex: 1;
  background-color: #EAEAEA;
  border-radius: 3px;
  overflow: hidden;
}
.application-areas-section .swiper-progressbar-segment .swiper-progressbar-segment-fill {
  height: 100%;
  width: 0;
  background-color: #D47A46;
  border-radius: 3px;
  transition: width 0.4s ease;
}
.application-areas-section .swiper-navigation-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.application-areas-section .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.application-areas-section .swiper-button-prev::after {
  display: none;
}
.application-areas-section .swiper-button-prev:hover {
  background-color: #d47a46;
  color: white;
  background-image: url(/wp-content/uploads/arrow-back-2.svg);
  transform: rotate(0deg);
}
.application-areas-section .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.application-areas-section .swiper-button-next::after {
  display: none;
}
.application-areas-section .swiper-button-next:hover {
  background-color: #d47a46;
  color: white;
  background-image: url(/wp-content/uploads/arrow-back-2.svg);
  transform: rotate(180deg);
}
.application-areas-section .swiper-button-prev {
  background-image: url("/wp-content/uploads/rigt-arrow-back.png");
  transform: rotate(180deg);
}
.application-areas-section .swiper-button-next {
  background-image: url("/wp-content/uploads/rigt-arrow-back.png");
}
.application-areas-section .section-footer-action {
  margin-top: 40px;
  display: block;
}
@media (min-width: 992px) {
  .application-areas-section .section-footer-action {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .application-areas-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .application-areas-section .slider-controls {
    justify-content: flex-start;
  }
  .application-areas-section .section-title {
    font-size: 26px;
    font-weight: 600;
  }
  .application-areas-section .section-description {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
}

.swiper-slide-active .application-card .card-text {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media (max-width: 991.98px) {
  .application-areas-section {
    position: relative;
    padding: 60px 0;
  }
  .application-areas-section .section-description-wrapper {
    padding-top: 12px;
    margin-top: 12px;
  }
  .application-areas-section .application-card {
    height: 180px;
  }
  .application-areas-section .application-card .card-body-mobil h3.card-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .application-areas-section .application-card .card-body .card-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 18px;
  }
  .application-areas-slider .swiper-slide {
    width: 100%;
    max-width: 257px;
  }
}
.home-news-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.home-news-section::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 380px;
  height: 760px;
  transform: translate(40%, -50%);
  background-image: url("../../../uploads/Ellipse-24.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.home-news-section .container {
  position: relative;
  z-index: 1;
}
.home-news-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 20px;
}
.home-news-section__title-wrapper {
  flex: 1;
  min-width: 300px;
}
.home-news-section .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  color: #111;
  margin: 0;
}
.home-news-section .section-description p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  margin: 0;
  max-width: 100%;
}
.home-news-section .home-news-section__description-wrapper {
  border-top: 1px solid #E6E6EB;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-news-section__posts-wrapper .row {
  --bs-gutter-x: 30px;
}
.home-news-section .standard-posts-list {
  display: flex;
  flex-direction: column;
}
.home-news-section .news-card {
  text-align: left;
  background-color: #fff;
}
.home-news-section .news-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.home-news-section .news-card__image a {
  display: block;
}
.home-news-section .news-card__image img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  aspect-ratio: 67/38;
  object-fit: cover;
}
.home-news-section .news-card__image a:hover img {
  transform: scale(1.05);
}
.home-news-section .news-card__category {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  color: #111;
  padding: 4px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  z-index: 2;
}
.home-news-section .news-card__content {
  padding: 24px 0 0 0;
}
.home-news-section .news-card__meta {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-news-section .news-card__date, .home-news-section .news-card__reading-time {
  border-radius: 10px;
  border: 1px solid #F8EDE7;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1;
}
.home-news-section .news-card__date {
  background: #F8EDE7;
}
.home-news-section .news-card__title {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.home-news-section .news-card__title a {
  color: #212529;
  text-decoration: none;
  line-height: 21px;
}
.home-news-section .news-card__title a:hover {
  color: #D47A46;
}
.home-news-section .news-card__excerpt {
  font-size: 16px;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 16px;
}
.home-news-section .news-card__excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.home-news-section .news-card__read-more {
  text-decoration: none;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 24px;
  font-size: 16px;
}
.home-news-section .news-card__read-more .arrow {
  transition: transform 0.2s ease-in-out;
}
.home-news-section .news-card__read-more:hover {
  color: #D47A46;
}
.home-news-section .news-card__read-more:hover .arrow {
  transform: rotate(45deg);
}
.home-news-section .news-card--featured {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.home-news-section .news-card--standard {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.home-news-section .news-card--standard .news-card__image {
  flex-shrink: 0;
  width: 250px;
  height: auto;
}
.home-news-section .news-card--standard .news-card__image img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 33/23.4;
}
.home-news-section .news-card--standard .news-card__content {
  padding: 0;
  flex-grow: 1;
}
.home-news-section .news-card--standard .news-card__title {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 19px;
}
.home-news-section .news-card--standard .news-card__category {
  top: 10px;
  left: 10px;
  padding: 2px 8px;
  font-size: 11px;
}
@media (max-width: 991.98px) {
  .home-news-section::after {
    display: none;
  }
  .home-news-section__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
  }
  .home-news-section .section-title {
    font-size: 26px;
  }
  .home-news-section .section-description p {
    font-size: 18px;
  }
  .home-news-section .col-lg-7, .home-news-section .col-lg-5 {
    width: 100%;
  }
  .home-news-section .news-card--featured .news-card__title {
    font-size: 20px;
  }
  .home-news-section .standard-posts-list {
    margin-top: 30px;
  }
  .home-news-section .news-card--standard {
    border-bottom: 1px solid #E6E6EB;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home-news-section .news-card--standard .news-card__image {
    width: 170px;
    height: auto;
  }
  .home-news-section .news-card--standard .news-card__title {
    font-size: 20px;
    line-height: 27px !important;
  }
  .home-news-section .news-card--standard .news-card__category {
    top: 10px;
    left: 10px;
    padding: 2px 8px;
    font-size: 11px;
  }
  .home-news-section .news-card--standard:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-news-section .news-card--standard .news-card__read-more {
    display: none;
  }
}
.home-news-section .section-footer-action {
  display: none;
}
@media (max-width: 991.98px) {
  .home-news-section .section-header-action {
    display: none;
  }
  .home-news-section .section-footer-action {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .home-news-section {
    padding: 60px 0;
  }
  .home-news-section .home-news-section__description-wrapper {
    margin-top: 0px;
  }
}
.home-what-is-felt-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.home-what-is-felt-section .what-is-felt__content-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px;
  height: 500px;
  overflow-y: auto;
  position: relative;
}
.home-what-is-felt-section .what-is-felt__content-box h2, .home-what-is-felt-section .what-is-felt__content-box h3 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #111;
}
.home-what-is-felt-section .what-is-felt__content-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #495057;
}
.home-what-is-felt-section .what-is-felt__content-box p:last-child {
  margin-bottom: 0;
}
.home-what-is-felt-section .what-is-felt__content-box::-webkit-scrollbar {
  width: 8px;
}
.home-what-is-felt-section .what-is-felt__content-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.home-what-is-felt-section .what-is-felt__content-box::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 10px;
}
.home-what-is-felt-section .what-is-felt__content-box::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}
@media (max-width: 991.98px) {
  .home-what-is-felt-section {
    height: auto;
    min-height: 500px;
    padding: 60px 0px;
  }
  .home-what-is-felt-section .what-is-felt__content-box {
    padding: 30px 15px;
    max-height: none;
  }
  .home-what-is-felt-section .what-is-felt__content-box h2 {
    font-size: 26px;
  }
  .home-what-is-felt-section .what-is-felt__content-box p {
    font-size: 15px;
  }
}

.all-items-btn {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: normal;
  background-color: #D47A46;
  border: 1px solid #D47A46;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0 10px 0 4px;
  gap: 28px;
}
.all-items-btn .btn-icon {
  background-color: #fff;
  color: #D47A46;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  order: 1;
}
.all-items-btn .btn-icon img {
  max-width: 100%;
  height: auto;
}
.all-items-btn:hover {
  background-color: rgb(207.1907894737, 107.125, 49.3092105263);
  border-color: rgb(207.1907894737, 107.125, 49.3092105263);
  color: #fff;
}
.all-items-btn:hover .btn-icon {
  transform: scale(1.05);
}

.page-template-urunlerimiz-php .urunlerimiz-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-template-urunlerimiz-php .urunlerimiz-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 350px;
}
.page-template-urunlerimiz-php .urunlerimiz-card:hover {
  transform: translateY(-6px) scale(1.03);
}
.page-template-urunlerimiz-php .section-description-urunlerimiz {
  width: 532px !important;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-size: 18px;
  color: #111111;
}
.page-template-urunlerimiz-php .product-tabs-section .product-tabs-nav .nav-link.active img {
  filter: invert(1);
}
.page-template-urunlerimiz-php img.urunlerimiz-img-icon {
  margin-right: 10px;
}
.page-template-urunlerimiz-php .section-header-mobile {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.page-template-urunlerimiz-php .urunlerimiz-card-image {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.page-template-urunlerimiz-php .urunlerimiz-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.page-template-urunlerimiz-php .urunlerimiz-card-image:hover img {
  transform: scale(1.05);
}
.page-template-urunlerimiz-php .urunlerimiz-card-body {
  padding: 20px 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page-template-urunlerimiz-php .urunlerimiz-card-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #131212;
  font-family: "Raleway", sans-serif;
}
.page-template-urunlerimiz-php .urunlerimiz-card-desc p {
  font-size: 16px;
  color: #131212;
  line-height: 26px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page-template-urunlerimiz-php .urunlerimiz-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .page-template-urunlerimiz-php .blog-row-divider {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-template-urunlerimiz-php .urunlerimiz-card-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .page-template-urunlerimiz-php .urunlerimiz-card-body {
    padding: 1rem 0.8rem 1.2rem 0.8rem;
  }
}

.page-template-urunlerimiz .product-tabs-section .tab-content {
  padding-top: 0px;
}

.all-urunerimiz-link {
  width: 180px !important;
  height: 50px !important;
  border-radius: 50px !important;
  padding: 0 !important;
  padding-left: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 28px !important;
  background-color: #111111 !important;
  border: 1px solid #111111 !important;
  color: #fff !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

.urunlerimiz-section.urunlerimiz-page {
  position: relative;
}
.urunlerimiz-section.urunlerimiz-page img {
  display: block;
  height: auto;
}
.urunlerimiz-section.urunlerimiz-page .all-urunerimiz-link.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.urunlerimiz-page a.btn.btn-primary.all-urunerimiz-link.hero {
  background: #FEFEFE !important;
  color: #131212 !important;
  border: 1px solid #FEFEFE !important;
}

@media (min-width: 992px) {
  .blog-row-divider {
    grid-column: 1/-1;
    height: 1px;
    background: #E6E6EB;
    margin: 0px 0 30px 0;
    border-radius: 2px;
  }
  .page-template-urunlerimiz .product-tabs-section .section-header {
    margin-bottom: 45px !important;
  }
  .urunlerimiz-section.urunlerimiz-page .all-urunerimiz-link.hero {
    display: none !important;
  }
}
a.urunlerimiz-card-link-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #131212;
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
a.urunlerimiz-card-link-title:hover {
  color: #d17849;
}

.urun-taleb-formu {
  margin-bottom: 120px;
}

.wpcf7-form {
  background: #fdfaf7;
  border-radius: 10px;
  max-width: 100%;
}

.wpcf7-form label {
  color: #111111;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  margin: 0px !important;
  padding: 0px !important;
}

h2.urun-page-h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  padding: 18px 20px;
  border: 1.5px solid #f0ece7;
  border-radius: 10px;
  background: #fdfaf7;
  font-size: 1rem;
  color: #131212;
  margin-bottom: 18px;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
  border-color: #cb7b4c;
  outline: none;
  background: #fff;
}

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

.wpcf7-form .wpcf7-submit {
  background: #cb7b4c url("/wp-content/uploads/arrow-icon-1.svg") no-repeat 4px center;
  background-size: 42px 42px;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 11px 48px 11px 70px;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.urunlerimiz-card-wrapper.is-hiding {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.urunlerimiz-card-wrapper {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

.urunlerimiz-single-desc p {
  font-size: 20px;
  margin-bottom: 24px;
  max-width: 500px;
  line-height: 30px;
  color: #fff;
}

.urun-ozellikleri.order-1, .urun-ozellikleri.order-2 {
  padding-right: 50px;
}

.benzer-urun-card {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.benzer-urun-card .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 32/18;
  overflow: hidden;
  border-radius: 10px;
}
.benzer-urun-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.benzer-urun-card .image-wrapper:hover img {
  transform: scale(1.05);
}

.urun-galeri-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: none !important;
}
.urun-galeri-swiper .application-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.urun-galeri-swiper .application-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.urun-galeri-swiper .application-card:hover img {
  transform: scale(1.05);
}

.swiper-progressbar, .swiper-progressbar-benzer-urunler {
  flex-grow: 1;
  display: flex;
  gap: 5px;
  height: 3px;
}

.swiper-progressbar-segment, .swiper-progressbar-segment-benzer-urunler {
  flex: 1;
  height: 4px;
  background: #f2f2f2;
  border-radius: 3px;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
}

.swiper-progressbar-segment.is-active .swiper-progressbar-segment-fill,
.swiper-progressbar-segment-benzer-urunler.is-active .swiper-progressbar-segment-fill {
  background: #d26a2c;
}

.swiper-progressbar-segment-fill {
  width: auto;
  height: 100%;
  background: #f2f2f2;
  transition: background 0.2s;
}

.slider-controls, .slider-controls-benzer-urunler {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}

.swiper-pagination-fraction.swiper-pagination-horizontal,
.swiper-pagination-fraction-benzer-urunler.swiper-pagination-horizontal {
  width: auto;
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-body-color);
  flex-shrink: 0;
  min-width: 50px;
}

.section-title, .urun-ozellikleri h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1;
}

.single-h1-urunler {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #FEFEFE;
  line-height: 60px;
}

.all-whatsapp-link {
  min-width: 224px;
  height: 50px;
  min-height: 50px;
  padding: 0 4px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: #FEFEFE;
  border-color: #FEFEFE;
  color: #131212;
  font-weight: 400;
  margin-top: 25px;
}

.tab-content .product-card,
.page-template-urunlerimiz-php .urunlerimiz-card-image ale {
    border: 1px solid #ede9e9;
}

.wpcf7-form {
  padding: 35px 30px 30px 30px;
}

.urun-detay-ozellik-form {
  padding: 120px 0;
}

.single-h1-urunler {
    margin-bottom: 15px;
}

.single-post .single-content-wrapper .single-content-body img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-post .single-content-wrapper .single-content-body p, 
.single-post .single-content-wrapper .single-content-body li {
    font-size: 16px;
}

.urun-detay-ozellik-form h2,
.single-post .single-content-wrapper .single-content-body h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 15px;
}

.single-post .single-content-wrapper .single-content-body h3 {
  font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}

body h1, body h2, body h3, body h4, body h5, body h6 { font-family: Raleway, sans-serif !important; }

	.urun-detay-ozellik-form h1,
  .single-content-wrapper .single-h1-urunler {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 14px;
    line-height: 44px;
  }

.urun-detay-ozellik-form .col-lg-5 {
  background: #fdfaf7;
  border-radius: 0;
  background: #fdfaf7;
  border-radius: 10px;
}

.urun-galeri-section {
  padding: 120px 0 0 0;
}
.urun-galeri-section .section-title {
  font-size: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.urun-galeri-section .slider-controls {
  padding: 24px 0 0 !important;
  gap: 20px;
}

.urun-fqa-section {
  background: #FCF9F6;
  padding: 120px 0;
}
.urun-fqa-section .section-title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #111;
}
.urun-fqa-section .urun-fqa-accordion {
  background: none;
  border: none;
}
.urun-fqa-section .urun-fqa-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: none;
}
.urun-fqa-section .urun-fqa-accordion .accordion-item:last-child {
  border-bottom: none !important;
}
.urun-fqa-section .urun-fqa-accordion .accordion-header {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.urun-fqa-section .urun-fqa-accordion .accordion-button {
  gap: 40px;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  padding: 20px 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-family: Open Sans, Arial, sans-serif;
  transition: color 0.2s, background 0.2s;
}
.urun-fqa-section .urun-fqa-accordion .accordion-button::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff url("/wp-content/uploads/arrow-1.svg") center center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #E3E3E3;
  transition: background 0.2s, border 0.2s, filter 0.2s;
  filter: none;
}
.urun-fqa-section .urun-fqa-accordion .accordion-button.collapsed::after {
  background: url("/wp-content/uploads/arrow-1.svg") center center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #E3E3E3;
  filter: none;
  background-size: 16px;
}
.urun-fqa-section .urun-fqa-accordion .accordion-button:not(.collapsed)::after {
  background: #CC6F3C url("/wp-content/uploads/Arrow-up-icon.svg") center center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #CC6F3C;
  background-size: 16px;
}
.urun-fqa-section .urun-fqa-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(360deg) !important;
}
.urun-fqa-section .urun-fqa-accordion .accordion-body {
  color: #111;
  background: none;
  padding: 0 0 20px 0;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.urun-fqa-section .urun-fqa-accordion .accordion-body *,
.urun-fqa-section .urun-fqa-accordion .accordion-body .wow,
.urun-fqa-section .urun-fqa-accordion .accordion-body [class*="animate__"] {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Uygulama Alanları FAQ Section - Özel Stiller */
.uygulama-alanlari-faq-section {
  background: #FCF9F6;
  padding: 120px 0;
}
.uygulama-alanlari-faq-section .section-title {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #111;
}
section.uygulama-alanlari-faq-section {
  margin: 120px 0 0 0;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: none;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-body .urun-fqa-item:first-child {
  border: none !important;
}
.uygulama-alanlari-faq-section .urun-fqa-answer {
  padding: 0 !important;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-item:last-child {
  border-bottom: none !important;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-header {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-button {
  gap: 40px;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  padding: 20px 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-family: Open Sans, Arial, sans-serif;
  transition: color 0.2s, background 0.2s;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-button::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff url("/wp-content/uploads/arrow-1.svg") center center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #E3E3E3;
  transition: background 0.2s, border 0.2s, filter 0.2s;
  filter: none;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-button.collapsed::after {
  background: url("/wp-content/uploads/arrow-1.svg") center center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #E3E3E3;
  filter: none;
  background-size: 16px;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-button:not(.collapsed)::after {
  background: #CC6F3C url("/wp-content/uploads/Arrow-up-icon.svg") center center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #CC6F3C;
  background-size: 16px;
  transform: rotate(360deg) !important;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-body {
  color: #111;
  background: none;
  padding: 0 0 20px 0;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-body *,
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-body .wow,
.uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-body [class*="animate__"] {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 991px) {
  .uygulama-alanlari-faq-section {
    padding: 60px 0 !important;
  }
  .uygulama-alanlari-faq-section .section-title {
    font-size: 22px !important;
  }
  .uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-button {
    font-size: 18px !important;
  }
  .uygulama-alanlari-faq-section .uygulama-alanlari-faq-accordion .accordion-body {
    font-size: 16px !important;
    line-height: 25px !important;
  }
}

.benzer-urunler-section {
  padding: 120px 0;
}
.benzer-urunler-section .swiper-navigation-buttons {
  display: flex;
  gap: 40px;
}
.benzer-urunler-section .swiper-navigation-buttons .swiper-button-prev,
.benzer-urunler-section .swiper-navigation-buttons .swiper-button-next {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E3E3E3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: border 0.2s, background 0.2s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.benzer-urunler-section .swiper-navigation-buttons .swiper-button-prev::after,
.benzer-urunler-section .swiper-navigation-buttons .swiper-button-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.benzer-urunler-section .swiper-navigation-buttons .swiper-button-prev::after {
  background-image: url("/wp-content/uploads/arrow-back-6.svg");
}
.benzer-urunler-section .swiper-navigation-buttons .swiper-button-next::after {
  background-image: url("/wp-content/uploads/arrow-back-5.svg");
}

.benzer-urunler-body a h3:hover {
  color: #d17849;
}

.benzer-urunler-body h3 {
  font-weight: 600;
  font-size: 20px;
  color: #131212;
  line-height: 32px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.benzer-urunler-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.urunlerimiz-single-cover {
  background-size: cover;
  background-position: center;
  position: relative;
  aspect-ratio: 19/9;
}
.urunlerimiz-single-cover .urunlerimiz-single-overlay {
  padding: 48px 15px;
}

.urunlerimiz-single-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.05) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 15px;
}

@media (max-width: 991px) {
  .swiper-progressbar-segment-benzer-urunler.is-active {
    background: #d26a2c;
  }
  .page-template-urunlerimiz .product-tabs-section .section-header-mobile .section-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 12px;
  }
  .page-template-urunlerimiz-php .section-header-mobile {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .page-template-urunlerimiz-php .urunlerimiz-card-wrapper {
    margin-top: 0;
  }
  a.urunlerimiz-card-link-title {
    color: #131212;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
  }
  .page-template-urunlerimiz-php .urunlerimiz-card-title {
    margin-top: 0;
  }
  .urunlerimiz-card {
    border-bottom: 1px solid #E6E6EB;
    border-radius: 0 !important;
    margin-bottom: 24px;
  }
  .benzer-urunler-section {
    padding: 60px 0 !important;
  }
  .urun-fqa-section {
    padding: 60px 0 !important;
  }
  .urun-fqa-section .section-title {
    font-size: 22px !important;
  }
  .urun-fqa-section .urun-fqa-accordion .accordion-button {
    font-size: 18px !important;
  }
  .urun-fqa-section .urun-fqa-accordion .accordion-button:not(.collapsed) {
    font-size: 18px;
  }
  .urun-fqa-section .urun-fqa-accordion .accordion-body {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .all-whatsapp-link {
    margin-top: 80px;
  }
  .single-h1-urunler {
    font-size: 28px;
  }
  .urunlerimiz-single-overlay {
    padding: 0 31px !important;
  }
  .urun-detay-ozellik-form {
    padding: 60px 0;
  }
  .urun-detay-ozellik-form h2,
  .single-post .single-content-wrapper .single-content-body h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .single-post .single-content-wrapper .single-content-body h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
    line-height: 28px !important;
  }

	.urun-detay-ozellik-form h1,
  .single-content-wrapper .single-h1-urunler {
    font-size: 24px;
     margin-bottom: 24px;
  }

  .urun-detay-ozellik-form .col-lg-5 .wpcf7-form {
    padding: 30px 0;
  }
  .urun-galeri-section {
    padding: 60px 0 0 0;
  }
  .urun-galeri-section .section-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .urun-galeri-section .slider-controls {
    padding: 24px 0 0 !important;
    gap: 20px;
  }
}
.single-gorsel-hero {
  background-size: cover;
  background-position: center;
  aspect-ratio: 19/9;
  width: 100%;
  position: relative;
}
.single-gorsel-hero .single-gorsel-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.single-content-wrapper {
  margin: -200px auto 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  padding: 60px;
}
.single-content-wrapper .single-h1-urunler {
  color: #111;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.single-content-wrapper .single-content-body {
  font-size: 1.1rem;
  color: #111;
  line-height: 1.7;
  font-family: "Open Sans", Arial, sans-serif;
}

span.single-category {
  background: #F8EDE7;
  border-radius: 10px;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  color: #111;
  margin-right: 8px;
}

span.single-reading-time {
  border: 1px solid #F8EDE7;
  border-radius: 10px;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  color: #111;
}

.benzer-urunler-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 26px;
  color: #131212;
}

@media (max-width: 991.98px) {
  .single-content-wrapper {
    padding: 30px;
    border-radius: 10px;
    margin: -50px auto 0 auto;
  }
  p, .wp-block-list li {
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
  }
}
.single-content-wrapper .single-meta {
  font-size: 15px;
  color: #888;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.page-template-haberler-php .blogpageimiz-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-template-haberler-php .blogpageimiz-card-wrapper.is-hiding {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.page-template-haberler-php .blogpageimiz-card {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 350px;
  border-radius: 10px;
}

.page-template-haberler-php .blogpageimiz-card-image {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.page-template-haberler-php .blogpageimiz-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.page-template-haberler-php .blogpageimiz-card:hover .blogpageimiz-card-image img {
  transform: scale(1.05);
}
.page-template-haberler-php .blogpageimiz-card-body {
  padding: 20px 0 0 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page-template-haberler-php .blogpageimiz-card-body a.blog-devamini-oku {
  margin-top: 51px;
  color: #111111;
}
.page-template-haberler-php .blogpageimiz-card-body a.blog-devamini-oku img.blog-href-icon {
  margin-left: 12px;
  width: 27px;
  height: auto;
  transition: 0.3s;
}
.page-template-haberler-php .blogpageimiz-card-body a.blog-devamini-oku:hover {
  color: #cc6f3c;
}
.page-template-haberler-php .blogpageimiz-card-body a.blog-devamini-oku:hover img {
  transform: rotate(45deg);
}
.page-template-haberler-php .blogpageimiz-card-title {
  margin: 0;
}
.page-template-haberler-php .blogpageimiz-card-title a {
  color: #111111;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-haberler-php .blogpageimiz-card-title a:hover {
  color: #d17849;
}
.page-template-haberler-php .blogpageimiz-card-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #111111;
  line-height: 26px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
.page-template-haberler-php .blog-card-meta {
  margin-top: 24px;
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.page-template-haberler-php span.blog-card-category {
  background: #F8EDE7;
  border-radius: 10px;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  color: #111111;
}
.page-template-haberler-php span.blog-card-reading-time {
  border: 1px solid #F8EDE7;
  border-radius: 10px;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  color: #111111;
}
.page-template-haberler-php .section-description-blogpageimiz {
  width: 532px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #111111;
}
.page-template-haberler-php .product-tabs-section .product-tabs-nav .nav-link.active img {
  filter: invert(1);
}
.page-template-haberler-php img.blogpageimiz-img-icon {
  margin-right: 10px;
}
.page-template-haberler-php .blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 80px 0 40px 0;
  font-family: "Open Sans", Arial, sans-serif;
}
.page-template-haberler-php .blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  background: none;
  transition: background 0.2s, color 0.2s;
  text-align: center;
  text-decoration: none;
  margin: 0 2px;
}
.page-template-haberler-php .blog-pagination .page-numbers.current {
  background: #111;
  color: #fff;
  font-weight: 700;
}
.page-template-haberler-php .blog-pagination .page-numbers.dots {
  background: none;
  color: #888;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 22px;
  pointer-events: none;
  margin: 0 8px;
}
.page-template-haberler-php .blog-pagination .page-numbers.prev, .page-template-haberler-php .blog-pagination .page-numbers.next {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}
.page-template-haberler-php .blog-pagination .page-numbers.prev img, .page-template-haberler-php .blog-pagination .page-numbers.next img {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.2s;
}
.page-template-haberler-php .blog-pagination .page-numbers.prev.disabled, .page-template-haberler-php .blog-pagination .page-numbers.prev[aria-disabled=true], .page-template-haberler-php .blog-pagination .page-numbers.next.disabled, .page-template-haberler-php .blog-pagination .page-numbers.next[aria-disabled=true] {
  pointer-events: none;
}
.page-template-haberler-php .blog-pagination .page-numbers.prev.disabled img, .page-template-haberler-php .blog-pagination .page-numbers.prev[aria-disabled=true] img, .page-template-haberler-php .blog-pagination .page-numbers.next.disabled img, .page-template-haberler-php .blog-pagination .page-numbers.next[aria-disabled=true] img {
  opacity: 0.3;
}
@media (max-width: 600px) {
  .page-template-haberler-php .blog-pagination {
    gap: 8px;
  }
  .page-template-haberler-php .blog-pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.page-template-haberler-php .all-urunerimiz-link {
  width: 180px !important;
  height: 50px !important;
  border-radius: 50px !important;
  padding: 0 0 0 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 24px !important;
  background-color: #111111 !important;
  border: 1px solid #111111 !important;
  color: #fff !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.page-template-haberler-php .blogpageimiz-section.blogpageimiz-page {
  position: relative;
}
.page-template-haberler-php .blogpageimiz-section.blogpageimiz-page img {
  display: block;
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.page-template-haberler-php .blogpageimiz-section.blogpageimiz-page .all-urunerimiz-link.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page-template-haberler-php .blogpageimiz-page a.btn.btn-primary.all-urunerimiz-link.hero {
  background: #FEFEFE !important;
  color: #111111 !important;
  border: 1px solid #FEFEFE !important;
}
@media (min-width: 992px) {
  .page-template-haberler-php .blog-row-divider {
    grid-column: 1/-1;
    height: 1px;
    background: #E6E6EB;
    margin: 30px 0 30px 0;
    border-radius: 2px;
  }
}
@media (max-width: 991px) {
  .page-template-haberler-php .blog-row-divider {
    display: none !important;
  }
  .page-template-haberler-php .page-template-haberler-php #mobileProductTabs {
    margin-bottom: 20px !important;
  }
  .page-template-haberler-php a.blogpageimiz-card-link-title {
    color: #111111;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
  }
  .page-template-haberler-php .blogpageimiz-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .page-template-haberler-php .blogpageimiz-card.custom-product-card {
    border-bottom: 1px solid #E6E6EB;
    margin-bottom: 24px;
  }
  .page-template-haberler-php .blogpageimiz-card-body {
    padding: 1rem 0.8rem 1.2rem 0.8rem;
  }
  .page-template-haberler-php a.blog-devamini-oku {
    margin-top: 24px;
    color: #111111;
  }
  .page-template-haberler-php a.blog-devamini-oku:hover {
    color: #cc6f3c;
  }
}
@media (max-width: 600px) {
  .page-template-haberler-php .blogpageimiz-card-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .page-template-haberler-php .blogpageimiz-card-body {
    padding: 1rem 0 1.2rem 0;
  }
}

.urun-taleb-formu {
  margin-bottom: 120px;
}

.wpcf7-form {
  background: #fdfaf7;
  border-radius: 10px;
  max-width: 100%;
}

.wpcf7-form label {
  color: #111111;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  margin: 0px !important;
  padding: 0px !important;
}

input[type=checkbox] {
  margin-top: 0px;
}

h2.urun-page-h2 {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  padding: 11px 20px;
  border: 1.5px solid #f0ece7;
  border-radius: 10px;
  background: #fdfaf7;
  font-size: 1rem;
  color: #111111;
  margin-bottom: 18px;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
  border-color: #cb7b4c;
  outline: none;
  background: #fff;
}

.wpcf7-form .wpcf7-submit {
  background: #cb7b4c url("/wp-content/uploads/arrow-icon-1.svg") no-repeat 4px center;
  background-size: 42px 42px;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 11px 48px 11px 70px;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.blogpageimiz-card-wrapper.is-hiding {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.blogpageimiz-card-wrapper {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 48px 0 32px 0;
  font-family: "Open Sans", Arial, sans-serif;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  background: none;
  transition: background 0.2s, color 0.2s;
  text-align: center;
  text-decoration: none;
  margin: 0 2px;
}
.blog-pagination .page-numbers.current {
  background: #111;
  color: #fff;
  font-weight: 700;
}
.blog-pagination .page-numbers.dots {
  background: none;
  color: #888;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 22px;
  pointer-events: none;
  margin: 0 8px;
}
.blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.next {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}
.blog-pagination .page-numbers.prev img, .blog-pagination .page-numbers.next img {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.2s;
}
.blog-pagination .page-numbers.prev.disabled, .blog-pagination .page-numbers.prev[aria-disabled=true], .blog-pagination .page-numbers.next.disabled, .blog-pagination .page-numbers.next[aria-disabled=true] {
  pointer-events: none;
}
.blog-pagination .page-numbers.prev.disabled img, .blog-pagination .page-numbers.prev[aria-disabled=true] img, .blog-pagination .page-numbers.next.disabled img, .blog-pagination .page-numbers.next[aria-disabled=true] img {
  opacity: 0.3;
}
@media (max-width: 600px) {
  .blog-pagination {
    gap: 8px;
  }
  .blog-pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.content-section h2 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 15px;
  margin-top: 50px;
  font-weight: 600;
}

.content-section h3 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 600;
}

.content-section h4 {
  font-size: 26px;
  line-height: 36px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 600;
}

.content-section h5 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 600;
}

.product-tabs-nav .nav-link.active img {
  filter: invert(1);
}

img.urunlerimiz-img-icon {
  margin-right: 10px;
}

span.wpcf7-form-control.wpcf7-acceptance label {
  font-size: 14px !important;
}

@media (min-width: 1201px) {
  .urun-hero-section {
    width: 600px;
  }
  .benzer-urunler-body h3 {
    height: 64px;
  }
}
@media (max-width: 1200px) {
  .site-header {
    position: relative;
  }
  .acfhakkimizda, .acftitledescription, .acfteklifformu, .acfsirketlerimiz {
    padding: 60px 0 !important;
  }
  .mega-menu {
    max-width: 950px;
  }
  .has-mega-menu .mega-menu-wrapper {
    left: 85%;
  }
  .site-header .main-header .navbar-nav .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 10px;
  }
  .site-header .main-header .main-navigation {
    left: 54%;
  }
  .page-template-urunlerimiz-php .section-description-urunlerimiz {
    width: 477px !important;
  }
  .page-template-urunlerimiz .product-tabs-section .section-header {
    margin-bottom: 40px !important;
  }
  .application-areas-section, .home-news-section, .home-news-section, .product-tabs-section {
    padding: 60px 0;
  }
  a.urunlerimiz-card-link-title {
    color: #131212;
    font-size: 20px;
    line-height: 26px;
  }
  .page-template-urunlerimiz-php .urunlerimiz-card-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .page-template-urunlerimiz-php .urunlerimiz-card-title {
    margin-top: 10px;
  }
  .urun-detay-ozellik-form {
    padding: 60px 0;
  }
  .urun-detay-ozellik-form .col-lg-5 {
    background: #fdfaf7;
    border-radius: 10px;
  }
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
    padding: 8px 11px;
  }
  .urun-form.order-3 {
    padding: 20px;
  }
  .benzer-urunler-section {
    padding: 60px 0;
  }
  .benzer-urunler-section .swiper-navigation-buttons .swiper-button-prev::after, .benzer-urunler-section .swiper-navigation-buttons .swiper-button-next::after {
    content: "";
    width: 16px;
  }
  .urun-galeri-section {
    padding: 60px 0 0 0;
  }
  .urunlerimiz-content-section-cover {
    min-height: 600px;
  }
  .page-template-haberler .product-tabs-section .section-header {
    margin-bottom: 0px;
  }
  a.blogpageimiz-card-link-title {
    color: #111111;
    font-size: 22px;
  }
  .content-section-gorsel-hero {
    min-height: 500px;
  }
  .main-swiper .swiper-slide .slide-content {
    display: block;
  }
  .main-swiper .swiper-slide .slide-content .main-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .home-news-section .news-card--standard .news-card__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 33/20;
  }
}
.acf-image-hero {
  aspect-ratio: 19/4.5;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .customer-testimonials-section .testimonials-grid {
    display: block !important;
  }
  .customer-testimonials-section .testimonial-card .card-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 260px;
    overflow: scroll;
  }
  .acfsirketlerimiz, .acfteklifformu, .acfhakkimizda, .acfsirketlerimiz, .acfiletisim {
    padding: 60px 0 !important;
  }
  .genel-list-sirketler {
    padding: 20px 0 !important;
    border-radius: 0;
  }
  .acf-image-hero {
    aspect-ratio: 19/6.5;
    width: 100%;
    object-fit: cover;
  }
  .site-header {
    position: relative;
  }
  .product-tabs-section .section-description, .customer-testimonials-section .section-description {
    border-top: 1px solid #E6E6EB;
    padding-top: 12px;
  }
  .page-template-urunlerimiz .product-tabs-section .section-header-mobile .section-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 0px;
  }
  .product-tabs-section .product-tabs-nav {
    flex-shrink: 0;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    width: inherit;
  }
  .product-tabs-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .product-tabs-wrapper::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
  }
  .product-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    border-bottom: 2px solid #f2f2f2;
  }
  .product-tabs-nav .nav-item {
    flex: 0 0 auto;
  }
  .product-tabs-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-weight: 600;
    color: #333;
    transition: 0.3s;
    border: none;
  }
  .product-tabs-nav .nav-link.active {
    color: #f58220;
    border-bottom: 3px solid #f58220;
    background: none;
  }
  .product-tabs-nav .nav-link:hover {
    color: #cc6f3c;
  }
  .urunlerimiz-single-overlay {
    padding: 48px 15px;
  }
  .product-tabs-section .tabs-and-description-wrapper {
    gap: 30px;
    flex-flow: column-reverse;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  .customer-testimonials-section .testimonials-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 10px;
    align-items: center;
  }
  .main-swiper .swiper-slide .slide-content .main-title {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .home-news-section .news-card--standard .news-card__image {
    width: 250px;
    height: auto;
  }
  .home-news-section .news-card--standard .news-card__image img {
    aspect-ratio: 33/23;
  }
  .home-news-section .news-card {
    text-align: left;
    background-color: transparent;
  }
  .home-news-section .news-card {
    text-align: left;
    background-color: transparent;
  }
  .card-text {
    font-size: 16px !important;
    color: #111111;
  }
  .card-title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: #111111;
    margin-top: 16px;
  }
  span.arrow-icon-wrapper {
    background: #FEFEFE;
    border-radius: 100px;
    padding: 0px;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .main-swiper {
    width: 100%;
    aspect-ratio: 19/12;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .acf-image-hero {
    aspect-ratio: 19/6.5;
    width: 100%;
    object-fit: cover;
  }
  .acfsirketlerimiz, .acfteklifformu, .acfhakkimizda, .acfsirketlerimiz, .acfiletisim {
    padding: 60px 0 !important;
  }
  .acf-image-hero {
    aspect-ratio: 19/6.5;
    width: 100%;
    object-fit: cover;
  }
  .genel-list-sirketler {
    padding: 20px 0 !important;
    border-radius: 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .urun-ozellikleri.order-1, .urun-ozellikleri.order-2 {
    padding-right: 20px;
  }
  .urun-fqa-section {
    background: #FCF9F6;
    padding: 60px 0;
  }
  .mobile-navigation ul li a.phone {
    padding-bottom: 0px;
  }
  a.facebook.d-flex.align-items-center {
    padding-left: 0px;
  }
  .content-section ul {
    margin-top: 20px;
  }
  .urun-detay-ozellik-form .col-lg-5 {
    padding: 0;
  }
  .product-tabs-section .section-header {
    margin-bottom: 24px;
  }
  .home .tabs-and-description-wrapper {
    flex-direction: column; /* Alt alta */
  }
  .home .tabs-and-description-wrapper .section-description {
    order: 1; /* Üstte */
    margin-bottom: 24px;
    text-align: left; /* İsteğe bağlı: ortala */
  }
  .home .tabs-and-description-wrapper .product-tabs-nav {
    order: 2; /* Altta */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Tabları ortala */
    gap: 10px;
  }
  .home .tabs-and-description-wrapper .product-tabs-nav .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .home .tabs-and-description-wrapper .product-tabs-nav .nav-link {
    width: 100%;
  }
  .product-tabs-section .section-header .section-title {
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .product-tabs-section .section-description {
    font-size: 18px;
    line-height: 25px;
  }
  .application-areas-section .section-description-wrapper {
    border-top: 1px solid #E6E6EB;
    padding-top: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .application-areas-section .slider-controls {
    width: 60%;
  }
  .home-news-section .home-news-section__description-wrapper {
    border-top: 1px solid #E6E6EB;
    padding-top: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .home-news-section__header {
    margin-bottom: 0px;
  }
  .home-news-section .news-card--standard .news-card__image img {
    aspect-ratio: 33/23.4;
  }
  .product-tabs-section .tabs-and-description-wrapper {
    gap: 0;
  }
  .product-tabs-section .product-tabs-nav .nav-link {
    padding: 12px 25px;
  }
  .main-swiper .swiper-slide .slide-content .main-title {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 45px;
  }
  .main-swiper .swiper-slide .slide-content {
    display: flex;
    gap: 50px;
  }
  .wholesale-section .feature-card {
    padding: 10px;
  }
  .wholesale-section .main-card .main-card-title {
    font-size: 24px;
    line-height: 35px;
  }
  .main-swiper {
    height: 700px;
  }
  .content-section h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 600;
  }
  .content-section h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .content-section h4 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .content-section h5 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .customer-testimonials-section .testimonials-grid {
    grid-template-columns: 350px 1fr;
    gap: 10px;
    font-family: Raleway;
    font-weight: 600;
  }
  .page-template-haberler .product-tabs-section .section-header {
    margin-bottom: 30px;
  }
  .home-news-section .news-card--standard .news-card__title {
    font-size: 18px !important;
    margin-bottom: 8px;
    line-height: 25px;
  }
  .home-news-section .news-card__title a {
    font-size: 18px !important;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
  }
  .home-news-section .news-card {
    background-color: transparent;
  }
}
.parallax-bg {
  background-size: cover;
  width: 100%;
}

h3.wp-block-heading {
  font-size: 30px;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: 600;
}

h2.wp-block-heading {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 15px;
  margin-top: 50px;
  font-weight: 600;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .urun-ozellikleri.order-1, .urun-ozellikleri.order-2 {
    padding-right: 20px;
  }
  .product-tabs-section .tabs-and-description-wrapper {
    margin-bottom: 40px;
    padding-top: 40px;
    gap: 60px;
  }
  .product-tabs-section .section-header {
    margin-bottom: 40px !important;
  }
  .customer-testimonials-section .testimonials-grid {
    display: grid;
    grid-template-columns: 466px 1fr;
    gap: 20px;
    align-items: center;
  }
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
    padding: 11px 20px;
  }
}
@media (max-width: 768px) {
  .genel-list-sirketler {
    padding: 20px 0 0 0 !important;
    border-radius: 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  h2.wp-block-heading {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-bottom: 15px !important;
    margin-top: 50px;
    font-weight: 600;
  }
  h3.wp-block-heading {
    font-size: 24px !important;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .acftitledescription {
    padding: 60px 0 24px 0 !important;
  }
  .acftitledescription .section-header .section-title {
    font-size: 26px !important;
    font-weight: 600 !important;
  }
  .acftitledescription .section-header {
    display: block !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: none !important;
    padding: 0px 0 24px 0;
  }
  .acftitledescription .section-header .section-description-acf {
    width: auto !important;
    text-align: left !important;
    border-top: 1px solid #E6E6EB;
    padding-top: 12px;
    margin-top: 12px;
    padding-left: 0 !important;
  }
  .uygulama-alanlari-section p.section-description {
    border-top: 1px solid #ededed;
    margin: 12px 0 40px 0;
    padding: 12px 0;
  }
  .uygulama-alanlari-section h2.section-title {
    text-align: left;
  }
  span.arrow-icon-wrapper {
    background: #FEFEFE;
    border-radius: 100px;
    padding: 0px;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .urun-ozellikleri.order-1, .urun-ozellikleri.order-2 {
    padding-right: 0px;
  }
  a.facebook.d-flex.align-items-center {
    padding-left: 0px;
  }
  .swiper-pagination-lock {
    display: block;
  }
  .card-text {
    font-size: 16px !important;
  }
  .testimonials-grid {
    display: block !important;
  }
  .urun-galeri-section .section-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .urun-detay-ozellik-form h2,
  .single-post .single-content-wrapper .single-content-body h2 {
    font-size: 26px;
    margin-bottom: 14px;
    margin-top: 35px !important;
    line-height: 1;
  }

  .single-post .single-content-wrapper .single-content-body h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }

    .urun-detay-ozellik-form h1,
    .single-content-wrapper .single-h1-urunler {
    font-size: 28px;
    margin-bottom: 14px;
    line-height: 1;
  }
  .urun-fqa-section .section-title {
    font-size: 26px !important;
    line-height: 32px;
  }
  .urun-detay-ozellik-form .col-lg-5 {
    padding: 0;
    margin-top: 40px;
  }
  .benzer-urunler-body h3 {
    font-weight: 600;
    font-size: 20px;
  }
  .section-title, .urun-ozellikleri h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 32px;
  }
  .swiper-navigation-buttons {
    display: none !important;
  }
  .wholesale-section .wholesale-card {
    padding: 20px;
  }
  .wholesale-section .accordion .accordion-body {
    font-size: 16px;
  }
  .product-tabs-section .section-description, .customer-testimonials-section .section-description {
    border-top: 1px solid #E6E6EB;
    padding-top: 12px;
  }
  .customer-testimonials-section .section-title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 32px;
  }
  .home-news-section .home-news-section__description-wrapper {
    padding-top: 12px;
    margin-bottom: 36px;
  }
  .home-news-section .news-card--featured {
    padding-bottom: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid #E6E6EB;
  }
  .content-section h1 {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 15px !important;
    margin-top: 50px !important;
    font-weight: 600 !important;
  }
  .content-section h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 50px;
    font-weight: 600;
  }
  .content-section h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .content-section h4 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .content-section h5 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .wpcf7-form .wpcf7-submit {
    margin-top: 30px;
  }
  .main-swiper {
    height: 700px;
  }
  .wholesale-section .main-card .main-card-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.wholesale-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .wholesale-section {
    background-attachment: scroll;
  }
}

li.footer-social-icons.d-flex {
  gap: 24px;
}

@media (max-width: 768px) {
  .wholesale-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-header .main-header {
    position: relative;
    padding: 15px 15px;
  }
  .site-header {
    position: relative;
  }
  .customer-testimonials-section .testimonial-card .card-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 260px;
    overflow: scroll;
  }
  .mobile-navigation ul li a.phone {
    padding-bottom: 0px;
  }
  h3.card-title {
    color: #111111;
    text-decoration: none;
  }
  .card-text {
    color: #111111;
    height: 102px;
  }
  .content-section ul {
    margin-top: 20px;
  }
  .urunlerimiz-single-cover {
    aspect-ratio: 19/20;
  }
  .all-whatsapp-link {
    margin-top: 32px;
  }
  .single-h1-urunler {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .urunlerimiz-single-overlay {
    padding: 0 15px !important;
  }
  .urunlerimiz-section.urunlerimiz-page img {
    display: block;
    height: 300px;
  }
  .page-template-haberler-php .blogpageimiz-card-title {
    font-size: 18px;
    line-height: 26px;
  }
  .blogpageimiz-card-desc.custom-card-desc p {
    font-size: 16px;
    line-height: 25px;
  }
  .customer-testimonials-section {
    padding: 60px 0;
  }
  .card-title {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    margin-top: 16px;
  }
  .site-footer a {
    text-align: left;
  }
  .site-footer .footer-contact {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .site-footer .footer-top-area {
    padding-bottom: 0px;
  }
}
.home-what-is-felt-section {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .home-what-is-felt-section {
    background-attachment: scroll;
  }
}

@media (max-width: 500px) {
  .single-content-wrapper {
    padding: 30px;
    border-radius: 10px;
    margin: -27px auto 0 auto;
  }
  .home-news-section .news-card__title a {
    color: #212529;
    text-decoration: none;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 18px;
  }
  .product-card-wrapper.is-hiding {
    opacity: 0;
  }
  .single-content-wrapper {
    padding: 15px;
  }
  .content-section h1 {
    margin-top: 20px !important;
  }
  home-news-section .news-card--standard .news-card__image img {
    aspect-ratio: 33/29;
  }
  .page-template-urunlerimiz .product-tabs-section .section-header-mobile .section-title {
    border: none;
  }
  .urun-page-img {
    height: 220px !important;
    margin-top: 68px;
  }
  body .diger-sirketlerimiz-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (min-width: 1367px) and (max-width: 1599px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header .main-header {
    position: relative;
    padding: 15px 15px;
  }
}
.acfhakkimizda {
  padding: 120px 0;
}
.acfhakkimizda .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 40px 0;
  border-bottom: 1px solid #E6E6EB;
  padding: 0px 0 40px 0;
}
.acfhakkimizda .section-header .section-description-acf {
  width: 532px !important;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  color: #111111;
}
.acfhakkimizda .section-header .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.urun-kutu {
  background: #f3e7de;
  color: #d17849;
  border-radius: 10px;
  padding: 6px 16px;
  font-size: 1em;
  display: inline-block;
  border: 1px solid #d17849;
  margin: -20px 0px 20px 0;
}

.select2-container--default .select2-selection--multiple {
  width: 100%;
  padding: 11px 10px;
  border: 1.5px solid #f0ece7 !important;
  border-radius: 10px !important;
  background: #fdfaf7 !important;
  font-size: 1rem;
  color: #111111;
  margin-bottom: 18px;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box !important;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 11px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0px;
  height: 26px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  box-sizing: border-box !important;
  margin-left: 5px !important;
  margin-top: 0px !important;
  position: relative !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: bottom !important;
  white-space: nowrap !important;
  background: #f3e7de !important;
  color: #111111 !important;
  border-radius: 10px !important;
  padding: 6px 16px !important;
  font-size: 1em !important;
  display: inline-block !important;
  border: 1px solid #f3e7de !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: none !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #111111 !important;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 6px 11px !important;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 20px !important;
}

/* Select2 tekli seçim için özel ok */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; /* Varsayılan oku gizle */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/wp-content/uploads/arrow-1.svg") no-repeat center center;
  background-size: 18px 18px;
  width: 32px;
  height: 100%;
  right: 6px;
  top: 0;
  position: absolute;
  pointer-events: none;
}

.select2-container--default .select2-selection--single {
  position: relative;
  padding-right: 40px !important;
}

/* Select2 çoklu seçim için özel ok (isteğe bağlı) */
.select2-container--default .select2-selection--multiple::after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/arrow-1.svg) no-repeat center center;
  background-size: 18px 18px;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: 1px solid #E3E3E3;
  padding: 0 40px 0px 0px;
}

.select2-container--default .select2-selection--multiple {
  position: relative;
  padding-right: 40px !important;
}

.acfdigersirketlerimiz {
  padding: 0px 0 120px 0;
}
.acfdigersirketlerimiz .section-header {
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 40px 0;
  border-bottom: 1px solid #E6E6EB;
  padding: 0px 0 40px 0;
}
.acfdigersirketlerimiz h2.section-title {
  margin: 0;
}
.acfdigersirketlerimiz .diger-sirketlerimiz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  gap: 8px;
}
.acfdigersirketlerimiz .diger-sirketlerimiz-grid img {
  max-width: 100%;
  height: auto;
  background: #fff;
}

.stars img.star-empty {
  opacity: 0.3;
  filter: grayscale(100%);
}

.stars img.star-filled {
  opacity: 1;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form textarea {
  margin-bottom: 0px;
}

.wpcf7-not-valid-tip {
  color: #cc6f3c;
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}

.acfsirketlerimiz {
  padding: 120px 0;
}
.acfsirketlerimiz .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6E6EB;
  padding: 0px 0 40px 0;
  margin-bottom: 40px;
}
.acfsirketlerimiz .section-description-acf {
  width: 532px !important;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  color: #111111;
}
.acfsirketlerimiz .genel-list-sirketler {
  border-bottom: 1px solid #E6E6EB;
  padding: 80px 0;
  border-radius: 0;
}
.acfsirketlerimiz .img-info {
  padding: 0px 0 24px 0;
}
.acfsirketlerimiz h2.section-title {
  margin-bottom: 12px;
}

.acfsirketlerimiz .genel-list-sirketler:last-child {
  border-bottom: none !important;
}

.tasarlab-form-content-ik {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; /* Sütunlar arası boşluk */
  align-items: start;
}

.acfteklifformu {
  padding: 120px 0;
}
.acfteklifformu .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 40px 0;
  border-bottom: 1px solid #E6E6EB;
  padding: 0px 0 40px 0;
}
.acfteklifformu .section-header .section-description-acf {
  width: 660px !important;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  color: #111111;
}
.acfteklifformu .section-header .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* Kapsayıcıyı relative yap */
.wpcf7-form-control.custom-cv-input {
  position: relative;
  width: 100%;
  min-height: 47px;
  border: 1px solid #f0ece7;
  border-radius: 10px;
  padding: 0 0 0 15px;
  font-size: 1em;
  box-sizing: border-box;
  transition: border-color 0.2s;
  height: 50px;
}

/* Native input'u gizle, sadece buton ve dosya adı göster */
.wpcf7-form-control.custom-cv-input::-webkit-file-upload-button {
  visibility: hidden;
}

.wpcf7-form-control.custom-cv-input::before {
  content: attr(data-filename);
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #b9a89a;
  font-size: 1em;
  pointer-events: none;
}

.wpcf7-form-control.custom-cv-input::after {
  content: "Upload CV";
  position: absolute;
  right: 4px;
  top: 4px;
  background: #f7ebe3;
  color: #111;
  border-radius: 10px;
  padding: 6px 12px;
  font-weight: 600;
  pointer-events: none;
  border: 1px solid #f3e7de;
  transition: background 0.2s;
  font-size: 16px !important;
}

/* Dosya seçildiğinde kutu rengi değişsin */
.wpcf7-form-control.custom-cv-input:focus {
  border-color: #d17849;
}

/* Sadece custom kutu ve buton görünsün, native metin gizlensin */
input[type=file].custom-cv-input {
  color: transparent !important;
}

input[type=file].custom-cv-input::-webkit-file-upload-button {
  visibility: hidden;
}

input[type=file].custom-cv-input::file-selector-button {
  visibility: hidden;
}

.genel-list-sirketler {
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
}

.iletisim-title {
  font-family: Raleway;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.iletisim-tel, .iletisim-mail {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 17px;
}

.iletisim-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.iletisim-tel a, .iletisim-mail a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  line-height: 25px;
  color: #111;
}

.iletisim-tel a:hover, .iletisim-mail a:hover {
  text-decoration: underline;
}

.acfiletisim {
  padding: 120px 0;
}
.acfiletisim .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 40px 0;
  border-bottom: 1px solid #E6E6EB;
  padding: 0px 0 40px 0;
}
.acfiletisim .section-header .section-description-acf {
  width: 580px;
  margin-bottom: 0;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  color: #111111;
}
.acfiletisim .section-header .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .acfhakkimizda .section-header .section-title, .acfiletisim .section-header .section-title, .acfteklifformu .section-header .section-title {
    font-family: "Raleway", sans-serif !important;
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 32px !important;
    text-transform: uppercase !important;
    text-align: left !important;
  }
  .acf-image-hero {
    aspect-ratio: 19/8.5;
    width: 100%;
    object-fit: cover;
  }
  .form-iletisim-info {
    margin-top: 0px;
  }
  .tasarlab-form-content-ik {
    grid-template-columns: 1fr;
  }
  .wpcf7-form-control.custom-cv-input::after {
    font-size: 0.9em;
    padding: 6px 10px;
  }
  .acfsirketlerimiz, .acfteklifformu, .acfhakkimizda, .acfsirketlerimiz, .acfiletisim {
    padding: 60px 0;
  }
  .acfsirketlerimiz .section-header {
    display: block;
    border-bottom: 0px solid #E6E6EB;
  }
  .acfsirketlerimiz .section-description-acf {
    width: auto !important;
    padding-left: 0px;
  }
  .acfsirketlerimiz h2.section-title, .acfteklifformu h2.section-title, .acfiletisim h2.section-title {
    margin: 0px 0px 12px 0;
    border-bottom: 1px solid #E6E6EB;
    padding: 0px 0 12px 0;
  }
  .acfsirketlerimiz .section-header {
    margin-bottom: 0px;
  }
  .acfteklifformu h2.section-title, .acfiletisim h2.section-title, .acfsirketlerimiz h2.section-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 32px;
  }
  .acfhakkimizda {
    padding: 60px 0;
  }
  .acfhakkimizda .section-header .section-description-acf {
    width: auto !important;
  }
  .acfhakkimizda .section-header {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
    border: none;
    padding: 0;
  }
  .acfhakkimizda .section-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
  }
  .acfhakkimizda .section-header-content {
    margin: 0px 0px 24px 0;
    border-bottom: 1px solid #E6E6EB;
    padding: 0px 0 24px 0;
  }
  .acfiletisim .section-header.d-lg-flex, .acfteklifformu .section-header.d-lg-flex {
    display: block;
    border: none;
    margin: 0;
  }
  .acfiletisim .section-header .section-description-acf, .acfteklifformu .section-header .section-description-acf {
    width: auto !important;
    padding-left: 0px !important;
  }
}
.acftitledescription {
  padding: 120px 0 40px 0;
}
.acftitledescription .section-header .section-description-acf {
  width: 587px;
  margin-bottom: 0;
  padding-left: 90px;
  text-align: left;
  font-size: 18px;
  color: #111111;
}
.acftitledescription .section-header .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.acftitledescription .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6E6EB;
  padding: 0px 0 40px 0;
}

.video-page {
  padding: 120px 0;
}

figure.wp-block-image.aligncenter.size-large {
  border: 1px solid #E6E6EB;
  border-radius: 10px;
}

html, body {
  overflow-x: hidden;
}

.uygulama-alanlari-section {
  position: relative;
  padding: 120px 0;
}
.uygulama-alanlari-section p.section-description {
  border-top: 1px solid #ededed;
  margin: 12px 0 40px 0;
  padding: 12px 0;
}
.uygulama-alanlari-section .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 0;
}
.uygulama-alanlari-section .section-description-wrapper {
  border-top: 1px solid #E6E6EB;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.uygulama-alanlari-section .section-description {
  color: #111111;
  max-width: 1044px;
  text-align: left;
  font-size: 18px;
}
.uygulama-alanlari-section .section-header-action {
  display: none;
}
@media (min-width: 992px) {
  .uygulama-alanlari-section .section-header-action {
    display: block;
  }
}
.uygulama-alanlari-section .all-items-btn {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  padding: 0;
  padding-left: 4px;
  display: inline-flex;
  align-items: center;
  background-color: #D47A46;
  border: 1px solid #D47A46;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}
.uygulama-alanlari-section .all-items-btn .btn-icon {
  background-color: #fff;
  color: #D47A46;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.uygulama-alanlari-section .all-items-btn:hover {
  background-color: #c56c39;
  border-color: #c56c39;
  color: #fff;
}
.uygulama-alanlari-section .all-items-btn:hover .btn-icon {
  background-color: #fff;
  color: #c56c39;
}
.uygulama-alanlari-section .application-areas-slider-wrapper {
  margin-bottom: 2rem;
}
.uygulama-alanlari-section .application-areas-slider {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
}
.uygulama-alanlari-section .swiper-wrapper {
  align-items: center;
}
.uygulama-alanlari-section .swiper-slide {
  height: auto;
  transition: width 0.4s ease;
  width: 320px;
}
@media (max-width: 576px) {
  .uygulama-alanlari-section .swiper-slide {
    width: 70vw;
  }
}
.uygulama-alanlari-section .swiper-slide.swiper-slide-active {
  width: 632px;
}
@media (max-width: 576px) {
  .uygulama-alanlari-section .swiper-slide.swiper-slide-active {
    width: 75vw;
  }
}
.uygulama-alanlari-section .application-card {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #333;
  position: relative;
}
.uygulama-alanlari-section .application-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  transition: transform 0.4s ease;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: inherit;
}
.uygulama-alanlari-section .application-card:hover::before {
  transform: scale(1.05);
}
.uygulama-alanlari-section .application-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
}
.uygulama-alanlari-section .application-card .card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.uygulama-alanlari-section .application-card .card-text {
  color: #f8f9fa;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: 0;
  overflow: hidden;
}
.uygulama-alanlari-section .slider-controls {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .uygulama-alanlari-section .slider-controls {
    width: 45%;
  }
}
.uygulama-alanlari-section .swiper-pagination-fraction {
  width: auto;
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-body-color);
  flex-shrink: 0;
  min-width: 50px;
}
.uygulama-alanlari-section .swiper-progressbar {
  flex-grow: 1;
  display: flex;
  gap: 5px;
  height: 3px;
}
.uygulama-alanlari-section .swiper-progressbar-segment {
  flex: 1;
  background-color: #EAEAEA;
  border-radius: 3px;
  overflow: hidden;
}
.uygulama-alanlari-section .swiper-progressbar-segment .swiper-progressbar-segment-fill {
  height: 100%;
  width: 0;
  background-color: #D47A46;
  border-radius: 3px;
  transition: width 0.4s ease;
}
.uygulama-alanlari-section .swiper-navigation-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.uygulama-alanlari-section .swiper-button-prev,
.uygulama-alanlari-section .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.uygulama-alanlari-section .swiper-button-prev::after,
.uygulama-alanlari-section .swiper-button-next::after {
  display: none;
}
.uygulama-alanlari-section .swiper-button-prev:hover,
.uygulama-alanlari-section .swiper-button-next:hover {
  background-color: #f8f9fa;
}
.uygulama-alanlari-section .swiper-button-prev {
  background-image: url("/wp-content/uploads/rigt-arrow-back.png");
  transform: rotate(180deg);
}
.uygulama-alanlari-section .swiper-button-next {
  background-image: url("/wp-content/uploads/rigt-arrow-back.png");
}
.uygulama-alanlari-section .section-footer-action {
  margin-top: 40px;
  display: block;
}
@media (min-width: 992px) {
  .uygulama-alanlari-section .section-footer-action {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .uygulama-alanlari-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .uygulama-alanlari-section .slider-controls {
    justify-content: flex-start;
  }
  .uygulama-alanlari-section .section-title {
    font-size: 26px;
    font-weight: 600;
  }
  .uygulama-alanlari-section .section-description {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
}

.swiper-slide-active .application-card .card-text {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.uygulama-alanlari-section .section-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6EB;
  padding-bottom: 40px;
  gap: 164px;
}

@media (max-width: 991.98px) {
  .uygulama-alanlari-section {
    position: relative;
    padding: 60px 0;
  }
  .uygulama-alanlari-section .section-description-wrapper {
    padding-top: 12px;
    margin-top: 12px;
  }
  .uygulama-alanlari-section .application-card {
    height: 180px;
  }
  .uygulama-alanlari-section .application-card .card-body-mobil h3.card-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .uygulama-alanlari-section .application-card .card-body .card-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 18px;
  }
  .application-areas-slider .swiper-slide {
    width: 100%;
    max-width: 320px;
  }
}

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