/*sitebizden*/
.anaRef{
  border-radius: 1rem;
  filter: grayscale(1);
}
.sitebizden a{
  color:#676767
}
.sitebizden a:hover{
  color:#000
}

.pagination,
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pagination {
  margin-top: 128px;
}

.btn-nav,
.btn-page {
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.btn-nav {
  padding: 8px;
}

.btn-nav {
  width: 42px;
  height: 42px;
  border: 1.5px solid #fe9400;
  color: #fe9400;
}

.btn-nav:hover,
.btn-page:hover {
  background-color: #fe9400;
  color: #fff;
}

.btn-page {
  border: none;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fe9400
}

.btn-selected {
  background-color: #fe9400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pre1{font-weight:bold;padding:1rem!important;cursor: pointer!important;}
.pre2{font-weight:bold;padding:0.3rem!important;cursor: pointer!important;}


.homepage-button-next path{
  stroke:#204b89
}
.homepage-button-prev path{
  stroke:#204b89
}


.penta-sticky {
  position: sticky !important;
  top: 30px;
  transition: 0.25s ease all !important;
}

#products .products .field-1 .sidebar {
    border-radius: 20px;
    padding: 10px;
    background: linear-gradient(45deg, #f6f6f6 0%, white 100%);
}

@media only screen and (max-width: 991px){
      #products .products .field-1 .sidebar .title {
          position: relative;
      }
      #products .products .field-1 .sidebar .title:before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.733' height='5.867' viewBox='0 0 9.733 5.867'%3E%3Cpath id='icon-chevron-down' data-name='icon-chevron-down' d='M9,13.5l3.452,3.452L15.9,13.5' transform='translate(-7.586 -12.086)' fill='none' stroke='%234a90c6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E);
          width: 10px;
          height: 6px;
          background-position: center;
          background-repeat: no-repeat;
          transition: .45s;
      }
      #products .products .field-1 .sidebar ul {
    opacity: 0;
    visibility: hidden;
    transition: .45s;
    height: 0;
}
}

#products .products .field-1 .sidebar ul li {
    padding: 10px 50px 10px 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}
#products .products .field-1 .sidebar ul li a {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 1.5;
}

#products .products .field-1 .sidebar .title {
    color: #4a90c6;
    font-size: 30px;
    line-height: 1.25;
}

.videoarka{
  background: rgb(54,128,186);
background: linear-gradient(170deg, rgba(54,128,186,1) 0%, rgba(114,170,213,1) 48%, rgba(34,74,136,1) 100%);

}
.hizmetarka{
  background: rgb(185,120,39);
background: linear-gradient(315deg, rgba(185,120,39,1) 0%, rgba(251,202,134,1) 68%, rgba(249,174,81,1) 99%);
}

.vitrinaciklama{max-width:400px}

.menuIsim a{font-size:12px!important}



.tumunugor-item {
    width: 25%!important;
    float: left!important;
    list-style: none;
}



.tumunugor-box {
    position: absolute;
    right:20px;
    bottom:20px;
    width: 100px;
    height: 100px;
    border-radius: 14px;
    background: #ffffff;
    border: 1.5px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .25s ease;
}

.tumunugor-box:hover {
    border-color: #c9c9c9;
    background: #fafafa;
}

/* Minimal + ikon */
.tg-icon {
    width: 26px;
    height: 26px;
    position: relative;
}

.tg-icon::before,
.tg-icon::after {
    content: "";
    position: absolute;
    background: #555;
    border-radius: 2px;
}

.tg-icon::before {
    width: 100%;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.tg-icon::after {
    height: 100%;
    width: 3px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.tg-text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

header .field-2 ul {
    width: 100%; /* Eğer ul tüm satıra yayılmıyorsa bunu ekle */
}
header .field-2 ul li.order-field {
    margin-left: auto;
}

.mobMenu{
  position: absolute;
top: 30%;
left: 120%;
color: #009ee3;
font-weight: bold;
}

@media only screen and (min-width: 991px){

  .menuIlk{
    margin-left:10%
  }
}

.nav-open{

  -webkit-box-shadow: 0px 25px 25px 0px rgba(0,0,0,0256);
  box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.26);
}


/* === Sitebizden Hero === */
.sitebizden-hero {
  background: #f1f1f1;
}

/* --- Sol: Ana alan --- */
.sitebizden-hero-main {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background: #e87722; /* video yüklenmezse fallback */
  display: flex;
  align-items: center;
}

.sitebizden-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.sitebizden-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(232,119,34,0.85) 0%, rgba(232,119,34,0.35) 60%, rgba(0,0,0,0.1) 100%);
  z-index: 2;
}

.sitebizden-hero-content {
  position: relative;
  z-index: 3;
  padding: 60px 50px;
  max-width: 55%;
  color: #fff;
}

.sitebizden-hero-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.sitebizden-hero-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.95;
  color: #fff;
}

.sitebizden-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: gap 0.3s ease;
}

.sitebizden-hero-btn:hover {
  color: #fff;
  gap: 22px;
}




/* --- Sağ: Katalog alanı (arkaplansız) --- */
.sitebizden-hero-catalog {
  background: transparent;
  padding: 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.sitebizden-catalog-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sitebizden-catalog-image img {
  max-width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.sitebizden-hero-catalog:hover .sitebizden-catalog-image img {
  transform: translateY(-6px);
}

/* Animasyonlu düğme */
.sitebizden-catalog-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 0;
}

.sitebizden-catalog-btn-text {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.sitebizden-catalog-btn-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.sitebizden-catalog-btn-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  flex-shrink: 0;
}

.sitebizden-catalog-btn-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1a1a1a;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.sitebizden-catalog-btn-icon svg {
  position: relative;
  z-index: 1;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}

/* Hover efektleri */
.sitebizden-catalog-btn:hover {
  color: #1a1a1a;
}

.sitebizden-catalog-btn:hover .sitebizden-catalog-btn-line {
  transform: scaleX(1);
}

.sitebizden-catalog-btn:hover .sitebizden-catalog-btn-icon::before {
  transform: scale(1);
}

.sitebizden-catalog-btn:hover .sitebizden-catalog-btn-icon svg {
  color: #fff;
  transform: translateY(3px);
  animation: sitebizdenBounce 0.6s ease;
}

@keyframes sitebizdenBounce {
  0%   { transform: translateY(0); }
  40%  { transform: translateY(4px); }
  70%  { transform: translateY(-2px); }
  100% { transform: translateY(3px); }
}

/* --- Mobil --- */
@media (max-width: 991.98px) {
  .sitebizden-hero-catalog {
    min-height: auto;
    padding: 30px 0 10px;
  }
  .sitebizden-catalog-image img {
    max-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .sitebizden-catalog-btn {
    font-size: 0.9rem;
    gap: 14px;
  }
  .sitebizden-catalog-btn-icon {
    width: 42px;
    height: 42px;
  }
  .sitebizden-catalog-image img {
    max-height: 240px;
  }
}
#product-single .product-single .tab-content{
  background: #fff!important
}
