.tasarlab-masonry-testimonials {
    column-count: 3;
    column-gap: 32px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 120px;
}
@media (max-width: 900px) {
    .tasarlab-masonry-testimonials {
        column-count: 1;
        margin-bottom: 60px;
    }
}
.page-template-haberler a.blogpageimiz-card-link-title {
    min-height: 64px;
}
a.navbar-brand {
    margin: 0 !important;
    padding: 0;
}


.testimonial-masonry-card {
    display: inline-block;
    width: 100%;
    margin-bottom: 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    break-inside: avoid;
    padding: 24px 20px;
}
.testimonial-masonry-body .stars {
    margin-bottom: 8px;
}
.testimonial-masonry-body .comment {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 12px;
}
.testimonial-masonry-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.customer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1976d2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 8px;
}
.customer-name {
    font-weight: 600;
    color: #d17849;
}
img.customer-image {
    width: 50px;
    border-radius: 100px;
    height: 50px;
    background-size: cover;
    object-fit: cover;
}

.sektorler-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin-bottom: 120px;
}
.sektor-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s;
}
.sektor-card:hover {
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
}
.sektor-image img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.sektor-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.sektor-desc {
  color: #666;
  font-size: 1rem;
}

input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
  border: 1px solid #ccc;
  border-radius: 20px; /* Köşeleri yuvarlatır */
  appearance: none; /* Varsayılan tarayıcı stilini kaldırır */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:checked::before {
  content: "✔";
  position: absolute;
  top: -1px;
  left: 5px;
  font-size: 10px;
  color: #111;
}
span.wpcf7-form-control.wpcf7-acceptance label {
    padding: 5px 0px !important;
    gap: 9px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
input[type=checkbox] {
    margin-top: -2px;
    margin-right: 5px !important;
}

.wpcf7-list-item-label a {
    color: #111;
    font-weight: bold;
}
@media (max-width: 900px) {
  .sektorler-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .sektorler-grid { grid-template-columns: 1fr; }
  .sektor-card { padding: 20px 10px; }
}

@media (max-width: 1024px) {
.sektorler-grid {
  margin-bottom: 60px;
}
}
.mega-menu-sublist li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-size: 15px;
    width: 100%;
    padding-bottom: 14px;
    overflow: hidden; /* taşmaları önler */
}

/* Dolan border efekti */
.mega-menu-sublist li a::after {
    content: "";
    position: absolute;
    bottom: 0;       /* a'nın tam altına */
    left: 0;
    height: 2px;
    width: 0;
    background-color: #D98457; /* border rengiyle aynı */
    transition: width 1s ease;
}

/* Hover olduğunda genişler */
.mega-menu-sublist li a:hover::after {
    width: 100%;
}

.floating-icons {
    position: fixed;
    bottom: 0;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 9999;
    margin-bottom: -29px;
}


.icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #f1f2f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.icon img {
  width: 23px;
  height: 23px;
  z-index: 2;
  position: relative;
}

/* Pulse animation */
.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse-ring 1.5s infinite;
  z-index: 1;
  top: 0;
  left: 0;
}

/* WhatsApp (green) */
.whatsapp .pulse {
  border: 2px solid #25D366;
}

/* Phone (blue) */
.phone .pulse {
  border: 2px solid #007bff;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}



.kenburns-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* Siyah yarı saydam overlay */
  z-index: 2;
}
.product-tabs-section .section-header .btn-primary.all-products-link {
    gap: 28px !important;
}


.all-items-btn {
    display: flex;
    gap: 28px;
    background: #D47A46;
    align-items: center;
    border-radius: 50px;
    padding: 6px 40px 6px 8px !important;
    width: max-content;
    height: auto;
}

.teklif-btn {
    display: flex;
    gap: 28px;
    background: #fffdfb;
    border-color: #fff;
    align-items: center;
    border-radius: 50px;
    padding: 6px 40px 6px 8px !important;
    width: max-content;
    color: #333 !important;
    height: auto;

}

.teklif-btn:hover {
    display: flex;
    gap: 28px;
    background: #fffdfb;
    border-color: #fff;
    align-items: center;
    border-radius: 50px;
    padding: 6px 40px 6px 8px !important;
    width: max-content;
    color: #333 !important;
    height: auto;

}


.wholesale-btn {
    display: flex;
    gap: 28px;
    background: #111;
    border-color: #111;
    align-items: center;
    border-radius: 50px;
    padding: 6px 40px 6px 8px !important;
    width: max-content;
    color: #ffffff !important;
    height: auto;

}
.btn:first-child:active{
     border-color: #fff;
     background: #fffdfb;
}

.page-template-haberler-php .section-description-blogpageimiz {
    width: 537px !important;
}