.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --wa-size: 58px;
  --wa-color: #25d366;
  --wa-color-hover: #1ebe57;
  --wa-shadow: 0 10px 24px rgba(0,0,0,.18), 0 6px 12px rgba(0,0,0,.12);
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: var(--wa-size);
  height: var(--wa-size);
  border-radius: 50%;
  background: var(--wa-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: var(--wa-shadow);
  z-index: 9999;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}

/* Etiket (balon) */
.whatsapp-float .wa-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  background: #111;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
  opacity: 0;                 /* Hover’da görünür yapmak için 0 */
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

/* Küçük üçgen oku */
.whatsapp-float .wa-label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111;
}

/* Yalnızca hover’da göster */
.whatsapp-float:hover .wa-label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.whatsapp-float:hover {
  background: var(--wa-color-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.22), 0 8px 14px rgba(0,0,0,.14);
}

.whatsapp-float svg {
  width: 58%;
  height: 58%;
  display: block;
}

/* Mobilde etiketi gizleyin (isterseniz) */
@media (max-width: 480px) {
  :root { --wa-size: 52px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-float .wa-label { display: none; }
}/* End custom CSS */