/* ===================================================================
   Samsun Beton Laboratuvar — Marka renk override'ları (Miiler teması)
   Logo: indigo/lacivert (#2E3170 / #3C4884) + turuncu (#E5842E)
   Miiler tamamen CSS değişken tabanlı olduğu için :root override yeterli.
=================================================================== */
:root {
  /* Accent (turuncu) */
  --tp-theme-1: #E5842E;
  --tp-theme-2: #F0A64E;
  --tp-common-orange: #E5842E;

  /* Primary koyu tonlar (logo lacivert/indigo) */
  --tp-common-black: #2E3170;
  --tp-common-black-2: #3C4884;
  --tp-common-black-3: #2A2D66;
  --tp-common-black-4: #262A5F;
  --tp-common-black-5: #20224A;
  --tp-common-dark: #3C4884;
  --tp-common-dark-2: #20224A;
  --tp-heading-primary: #2E3170;
}


@media (max-width:999px) {
    .offcanvas__logo img {
        width: 50%;
    }
}

.logo-translate img{
    width: 48%;
    margin-bottom: -14px;
    margin-top: 20px;
}

.gorsel{
    aspect-ratio: 1 !important;
}


/* Turuncu buton hover koyu ton */
.tp-btn:hover {
  background-color: #CE6F1E;
  border-color: #CE6F1E;
}

/* WhatsApp float buton */
.btn-whatsapp-pulse {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25d366;
  color: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  z-index: 999;
}
.btn-whatsapp-pulse:hover { color: #fff; opacity: .9; }
