/**/

.wp-destek-butonu {
    display: none;
}

.Uyelik_Yeni,
.Uyelik_Yeni * {
  box-sizing: border-box;
}

.Uyelik_Yeni {
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px;
  line-height: 1.3;
}

/* Logo */
.Uyelik_Yeni .logo {
  max-width: 250px;
  margin-bottom: 30px;
}

/* Ana Konteyner */
.Uyelik_Yeni .container {
  max-width: 1100px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.Uyelik_Yeni .container .container-ic {
  display: flex;
}

/* Form ve Bilgi Sütunları */
.Uyelik_Yeni .form-column,
.Uyelik_Yeni .info-column,
.Uyelik_Yeni .form-header {
  padding: 40px;
}

.Uyelik_Yeni .form-column {
  flex: 1;
  /* Form sütunu biraz daha geniş */
  border-right: 1px solid #e7e7e7;
}

.Uyelik_Yeni .info-column-ic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}

.Uyelik_Yeni .info-column {
  flex: 1;
}

.Uyelik_Yeni .info-column.border-top {
  border-top: 1px solid #e7e7e7;
}

/* Form Başlığı ve Link */
.Uyelik_Yeni .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding-bottom: 10px;
  position: relative;
}

.Uyelik_Yeni h2.form-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #e4002b;
}

.Uyelik_Yeni h2.form-title strong {
  font-weight: 700;
  color: #d90000;
}

.Uyelik_Yeni .login-link {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  gap: 10px;
}

.sifremi-unuttum {
  display: block;
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.Uyelik_Yeni .login-link a {
  color: #e4002b;
  font-weight: 600;
  text-decoration: none;
}

.Uyelik_Yeni .login-link a:hover {
  text-decoration: underline;
}

/* Form Bölüm Başlıkları */
.Uyelik_Yeni .form-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #e4002b;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.Uyelik_Yeni .form-group:first-of-type .form-section-title {
  margin-top: 0;
}

/* Form Elemanları */
.Uyelik_Yeni .input-group {
  margin-bottom: 7px;
  position: relative;
}

.Uyelik_Yeni .form-group {
  position: relative;
}

.Uyelik_Yeni .input-group .input-label {
  margin-top: 5px;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 13px;
}

.Uyelik_Yeni .input-group .goster {
  position: absolute;
  right: 13px;
  top: 15px;
  cursor: pointer;
  z-index: 22;
}

.Uyelik_Yeni .input-group label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  font-weight: 500;
}

.Uyelik_Yeni .input-field,
.Uyelik_Yeni .select-field,
.Uyelik_Yeni .textarea-field {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px !important;
  font-size: 15px;
  color: #495057;
  transition: border-color 0.2s;
  font-weight: 500;
}

.Uyelik_Yeni .input-field:focus,
.Uyelik_Yeni .select-field:focus,
.Uyelik_Yeni .textarea-field:focus {
  outline: none;
  border-color: #e4002b;
  box-shadow: 0 0 0 2px rgba(228, 0, 43, 0.15);
}

.Uyelik_Yeni .input-field::placeholder {
  color: #adb5bd;
}

/* Telefon Numarası Alanı */
.phone-input-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  font-weight: 500;
}

.phone-input-container .country-code {
  padding: 12px;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 5px;
  color: #495057;
  font-size: 15px;
  width: 60px;
}

.Uyelik_Yeni .phone-input-container .input-field {
  border-radius: 0 4px 4px 0;
}

/* Dahili Numara Alanı */
.Uyelik_Yeni .extension-input-container {
  display: flex;
  align-items: center;
}

.Uyelik_Yeni .extension-input-container .input-field {
  flex-grow: 1;
}

.Uyelik_Yeni .extension-input-container .dahili-input {
  margin-left: 10px;
  width: 100px;
}

/* Onay Kutuları */
.Uyelik_Yeni .checkbox-group {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.Uyelik_Yeni .checkbox-group input[type="checkbox"] {
  margin-top: 4px;
  margin-right: 10px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.Uyelik_Yeni .checkbox-group label {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

.Uyelik_Yeni .checkbox-group label a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.form-buttons-genel {
  max-width: 500px;
  margin: 17px auto 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Buton */
.Uyelik_Yeni .submit-btn {
  width: 100%;
  padding: 11px 15px;
  background-color: #e4002b;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.Uyelik_Yeni .submit-btn:hover {
  background-color: #c00024;
}

/* reCAPTCHA Notu */
.Uyelik_Yeni .recaptcha-notice {
  font-size: 12px;
  color: #6c757d;
  margin-top: 15px;
  text-align: center;
}

.Uyelik_Yeni .recaptcha-notice a {
  color: #333;
  text-decoration: underline;
}

/* Sağ Bilgi Sütunu */
.Uyelik_Yeni .info-column h2 {
  font-size: 26px;
  font-weight: 700;
  color: #e4002b;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

.Uyelik_Yeni .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.Uyelik_Yeni .feature-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #e4002b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 25px;
  color: #d90000;
}


.Uyelik_Yeni .feature-text {
  font-size: 15px;
  line-height: 1.3;
  color: #333;
}

.Uyelik_Yeni .feature-text strong {
  font-weight: 700;
  display: block;
  margin-bottom: 7px;
}

.Uyelik_Yeni .feature-text span {
  font-weight: 400;
  display: block;
}

.Uyelik_Yeni .final-pitch {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  text-align: center;
}

.Uyelik_Yeni .final-pitch strong {
  color: #e4002b;
}

.Uyelik_Yeni .login-logo {
  width: 100%;
  height: auto;
  text-align: center;
}

/* ================================== */
/* === FORM DOĞRULAMA STİLLERİ === */
/* ================================== */

/* Hatalı input alanı stili */
.Uyelik_Yeni .input-field.is-invalid,
.Uyelik_Yeni .select-field.is-invalid {
  border-color: #e4002b;
  /* Ana renginizle uyumlu kırmızı */
  background-color: #fff8f8;
}

.Uyelik_Yeni .input-field.is-invalid:focus {
  border-color: #e4002b;
  box-shadow: 0 0 0 2px rgba(228, 0, 43, 0.25);
}

/* Hata mesajı stili */
.Uyelik_Yeni .error-message {
  color: #c00024;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  display: none;
  /* Varsayılan olarak gizli */
}

.phone-input-container {
  display: flex;
  align-items: center;
  gap: 5px;
  /* +90 ile input arası */
  width: 100%;
  max-width: 100%;
}

.phone-input-container .input-field {
  flex: 1;
  /* Kalan alanı kaplasın */
  min-width: 0;
  /* Taşmayı ENGELLEYEN asıl çözüm */
  font-size: 15px;
}

.country-code {
  white-space: nowrap;
  /* Kaymasını engeller */
  font-weight: 600;
  font-size: 15px;
}

.Uyelik_Yeni.uye_girisi .container {
  max-width: 465px;
}

.Uyelik_Yeni.uye_girisi .form-column {
  flex: 1;
  border: none;
}

.Uyelik_Yeni.uye_girisi .info-column-ic {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  align-items: start;
}

.Uyelik_Yeni.uye_girisi .form-column,
.Uyelik_Yeni.uye_girisi .info-column,
.Uyelik_Yeni.uye_girisi .form-header {
  padding: 25px;
}

.Uyelik_Yeni.uye_girisi .sifremi-unuttum-menu {
  padding: 15px;
  margin-top: 23px;
  border: solid 1px #d3d7dd;
  border-radius: 5px;
  display: none;
  position: relative;
}

.Uyelik_Yeni.uye_girisi .sifremi-unuttum-menu label {
  margin-bottom: 10px;
}

.Uyelik_Yeni.uye_girisi .sifremi-unuttum-menu-open {
  display: block;
}

.Uyelik_Yeni.uye_girisi .form-group .btn-primary2 {
  height: 26px;
  width: 26px;
  font-size: 9px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
  background-color: #e00000;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  padding: 0px;
}

.Uyelik_Yeni.uye_girisi .form-header {
  justify-content: center;
}

/* "VEYA" ayırıcısı için stil */
.uye_girisi .or-separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #aaa;
  margin: 20px 0;
}

.uye_girisi .or-separator::before,
.uye_girisi .or-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}

.uye_girisi .or-separator:not(:empty)::before {
  margin-right: 0.5em;
}

.uye_girisi .or-separator:not(:empty)::after {
  margin-left: 0.5em;
}

.uye_girisi .gsm-btn {
  background-color: #f8f9fa;
  color: #231f20;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  align-items: center;
}

.uye_girisi .gsm-btn:hover {
  background-color: #231f20;
  /* Üzerine gelince arka plan koyu gri */
  color: #fff;
  border-color: #231f20;
}

.uye_girisi .gsm-btn svg {
  width: 19px;
  height: 19px;
  fill: #333;
  margin-right: 8px;
}

.uye_girisi .gsm-btn:hover svg {
  fill: #fff;
}

/* E-postaya geri dönme linki stili */
.uye_girisi .login-link-switch {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.uye_girisi .login-link-switch:hover {
  text-decoration: underline;
}

/* Göz ikonunun input içinde doğru konumlanması için (Mevcut olabilir, yoksa ekleyin) */
.uye_girisi .input-group {
  position: relative;
}

.uye_girisi .input-group .goster {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}

/* --- YENİ OTP EKRANI İÇİN CSS KODLARI --- */
.otp-instruction {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.otp-instruction svg {
  width: 34px;
  height: 34px;
  margin-right: 15px;
  flex-shrink: 0;
}

.otp-instruction p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.otp-input-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.otp-input-header label {
  font-weight: 500;
  font-size: 15px;
}

.otp-input-header .tekrar_gonder {
  color: #d90000;
}

.otp-timer {
  display: flex;
  align-items: center;
  color: #e4002b;
  /* Kırmızı renk */
  font-weight: bold;
}

.otp-timer .timer-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: #d90000;
}

.otp-code-inputs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  /* Kutular arası boşluk */
}

.otp-input {
  width: 48px;
  height: 52px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #f1f3f5;
  outline: none;
  transition: border-color 0.2s;
}

.otp-input:focus {
  border-color: #e4002b;
  box-shadow: 0 0 0 2px rgba(228, 0, 43, 0.2);
}

/* Chrome, Safari, Edge, Opera'daki okları kaldırır */
.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox'daki okları kaldırır */
.otp-input[type="number"] {
  -moz-appearance: textfield;
}

.login-link-switch.text-danger {
  color: #e4002b !important;
  text-decoration: none;
  font-weight: 500;
}

/* --- GENEL AYARLAR VE GİZLEMELER --- */
.header-menu,
.mobil-sabit-menu,
.header-menu .favori-ilan-button,
.header-menu .btn-uyelik {
  display: none;
}

.header-menu .navbar {
  justify-content: center;
}

/* --- FORM VE BUTON BİLEŞENLERİ --- */
.input-field.parsley-error {
  border-color: #e4002b !important;
}

.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  color: #e4002b;
  font-size: 13px;
  text-align: left;
}

.submit-btn:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  opacity: 0.7;
}

.submit-btn svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: currentColor;
}

/* --- SPLIT EKRAN YAPISI --- */
.split-container {
  display: flex;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

/* =========================================
       SOL PANEL (MİNİMAL VİTRİN)
       ========================================= */
.left-panel {
  width: 47%;
  background: url("https://www.hasem.com.tr/resimler/slayt/bg-1-webp1714744426.93973.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  color: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: inset -10px 0 20px rgba(0, 0, 0, 0.1);
}

.left-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f172a;
  /* Şık lacivert karartma */
  opacity: 0.85;
}

.presentation-wrapper {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 100%;
  text-align: center;
}

/* Başlık Alanı */
.presentation-header .badge-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}

.presentation-header h1 {
  font-size:30px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
}

.presentation-header p {
  font-size:15px;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: 400;
}

/* Görsel ve Buton Alanı (Modern Kutu) */
.presentation-image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  background: #fff;
}

.presentation-image-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.8);
}

.presentation-image-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* Resmin altındaki karartma ve buton */
.image-overlay-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 20px;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.95) 0%,
    transparent 100%
  );
  display: flex;
  justify-content: center;
}

.btn-explore {
  background-color: #e4002b;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(228, 0, 43, 0.3);
}

.btn-explore:hover {
  background-color: #fff;
  color: #e4002b;
  transform: scale(1.05);
}

.btn-explore svg {
  width: 18px;
  height: 18px;
}

/* Alt Etiketler */
.presentation-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.presentation-tags span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #e2e8f0;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  gap: 6px;
}

.presentation-tags span svg {
  width: 16px;
  height: 16px;
  stroke: #10b981;
  /* Yeşil Tik */
}

/* =========================================
       SAĞ PANEL (GİRİŞ FORMU)
       ========================================= */
.right-panel {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
}

.Uyelik_Yeni.uye_girisi .container {
  max-width: 500px;
}

.Uyelik_Yeni .feature-text {
  font-size: 14px;
  line-height: 1.3;
  color: #333;
}

/* =========================================
       MOBİL UYUM (991px ve Altı)
       ========================================= */
@media screen and (max-width: 991px) {
  /* Zemin ve Yapı */
  .split-container {
    flex-direction: column;
    background-color: #f8f9fa;
    min-height: 100vh;
  }

  /* Sol Panel (Mobil Düzen) */
  .left-panel {
    width: 100%;
    height: auto;
    padding: 40px 20px 70px 20px;
    border-radius: 0 0 35px 35px;
  }

  .presentation-wrapper {
    max-width: 100%;
  }

  .presentation-header h1 {
    font-size: 1.6rem;
  }

  /* Mobilde gereksiz kalabalığı önlemek için açıklama ve etiketler gizlenir */
  .presentation-header p,
  .presentation-tags {
    display: none;
  }

  .presentation-image-box {
    margin-bottom: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }

  .presentation-image-box img {
    height: 180px;
  }

  /* Sağ Panel (Mobil Düzen) */
  .right-panel {
    width: 92%;
    margin: -50px auto 30px auto;
    /* Sol panelin üzerine binme payı */
    background: #fff;
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    z-index: 10;
  }

  /* Kapatılmış panel form durumu */
  .right-panel.full-width-active {
    margin-top: 0 !important;
    border-radius: 0 !important;
    min-height: 100vh;
    background: #fff;
  }

  .Uyelik_Yeni.uye_girisi .container {
    max-width: 500px;
    padding: 0px;
    border: none;
  }

  .Uyelik_Yeni.uye_girisi .form-header {
    padding: 17px 5px;
  }

  .Uyelik_Yeni.uye_girisi .form-column,
  .Uyelik_Yeni.uye_girisi .info-column {
    padding: 17px 5px 4px;
  }

  /* Kapatma Butonu ve Göster Butonu */
  .close-lp-btn {
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
  }

  .close-lp-btn svg {
    width: 16px;
    height: 16px;
  }

  .show-ad-btn {
    top: 0px;
    left: 0%;
    width: 100%;
    white-space: nowrap;
    border-radius: 0px;
    box-shadow: none;
    justify-content: center;
  }
}

/* =========================================
       ETKİLEŞİM BUTONLARI
       ========================================= */

/* Sol Üst Kapatma Butonu */
.close-lp-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.close-lp-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg) scale(1.1);
  border-color: #fff;
}

.close-lp-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5px;
}

/* Kampanyayı Göster Butonu */
.show-ad-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
  background: #fff;
  color: #e4002b;
  border: 1px solid #eee;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: none;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.show-ad-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(228, 0, 43, 0.15);
  color: #a80020;
}

.show-ad-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Sağ Panel Animasyonu (Panel Kapanınca) */
.right-panel.full-width-active {
  width: 100% !important;
  transition: width 0.5s ease;
}

/* =========================================
       SABİT DESTEK PANELİ (WhatsApp & Mail)
       ========================================= */
.sabit-destek-paneli {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sabit-buton {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  position: relative;
}

.sabit-buton i {
  font-size: 22px;
}

.buton-etiket {
  position: absolute;
  left: 65px;
  background-color: #333333;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    right 0.3s ease;
}

.sabit-buton:hover {
  transform: scale(1.1);
}

.sabit-buton:hover .buton-etiket {
  opacity: 1;
  visibility: visible;
  left: 60px;
}

.mail-sabit {
  background-color: #007bff;
}

.mail-sabit:hover {
  background-color: #0056b3;
}

.whatsapp-sabit {
  background-color: #25d366;
}

.whatsapp-sabit:hover {
  background-color: #1cbd55;
}


footer {
    display: none;
}
