.logo img {
    width: 260px;
}

.service-block .link-icon a {
    visibility: hidden;
    opacity: 0;
}

.post-meta-info {
    display: none !important;
}

:root {
    --thm-color-one: #b2bca0;
    --thm-color-two: #283a5b;
}


.service-block-two .link-icon a {
    position: absolute;
    right: 55px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 51px;
    top: 52.5px;
    border: 2px solid var(--thm-color-two);
    color: var(--thm-color-one);
    border-radius: 50%;
    font-size: 14px;
    transition: .5s;
    visibility: hidden;
}















.wa-pro-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-family: "Segoe UI", Arial, sans-serif;
}

.wa-pro-button {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ffe066, #ffd23f);
  border-radius: 70px;
  padding: 18px 28px 18px 18px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform .3s ease;
}

.wa-pro-button:hover {
  transform: translateY(-3px);
}

.wa-pro-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}

.wa-pro-avatar img {
  width: 58px;
}

.wa-pro-text {
  font-size: 19px;
  color: #000;
  line-height: 1.2;
}

.wa-pro-list {
  display: none;
  margin-top: 14px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.wa-pro-list a {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  text-decoration: none;
  color: #000;
  transition: background .3s;
}

.wa-pro-list a:hover {
  background: #f7f7f7;
}

.wa-pro-list .name {
  font-weight: 600;
}

.wa-pro-list .role {
  font-size: 14px;
  color: #25d366;
}
/* ===================== */
/* 📱 MOBİL DÜZENLEMELER */
/* ===================== */

@media (max-width: 768px) {

  .wa-pro-wrapper {
    right: 50%;
    transform: translateX(50%);
    bottom: 15px;
  }

  .wa-pro-button {
    width: calc(100vw - 30px);
    max-width: 420px;
    padding: 14px 18px;
    border-radius: 20px;
  }

  .wa-pro-avatar {
    width: 55px;
    height: 55px;
    margin-right: 12px;
  }

  .wa-pro-avatar img {
    width: 38px;
  }

  .wa-pro-text {
    font-size: 16px;
  }

  .wa-pro-list {
    width: 100%;
    max-width: 420px;
    margin: 10px auto 0;
    border-radius: 16px;
  }

  .wa-pro-list a {
    padding: 14px;
    font-size: 15px;
  }

  .wa-pro-list .role {
    font-size: 13px;
  }
}
















/* Slider arka planını karartma kodu */
.banner-section.style-two .swiper-slide {
    /* inset: gölgenin içeride olmasını sağlar */
    /* 2000px: gölgenin tüm kutuyu kaplamasını sağlar */
    /* rgba(0,0,0,0.5): Siyah rengin %50 şeffaf hali */
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
}
