.site-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-link-list li {
  margin-bottom: 0.3rem;
}

.site-link-list li:last-child {
  margin-bottom: 0;
}

.site-popup-dialog {
  max-width: 600px;
}

.site-popup-frame {
  width: 100%;
  min-height: 400px;
  border: 0;
  display: block;
}

[data-bg-image] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.minw-200 {
  min-width: 200px;
}

.fs-110 {
  font-size: 1.1rem;
}

.fs-95 {
  font-size: 0.95rem;
}

.fs-90 {
  font-size: 0.9rem;
}

.fs-80 {
  font-size: 0.8rem;
}

.maxw-90 {
  max-width: 90px;
}

.text-muted-select {
  color: #6c757d;
}

.cover-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sepeteekleload {
  display: none;
}

.captcha-img {
  height: 38px;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.contact-item:last-child {
  border-bottom: none;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.contact-ico {
  font-size: 1.5rem;
  color: var(--bs-primary, #007bff);
  min-width: 2rem;
  text-align: center;
}

.contact-map {
  width: 100%;
  height: 300px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.contact-map__iframe,
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
  transition: all 0.3s ease;
}

.wa-float:hover {
  background: #1ea752;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

#cari-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}

#cari-modal.is-visible {
  display: flex;
}

#cari-modal .modal-box {
  background: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  text-align: center;
}

#cari-modal .modal-box .title {
  font-weight: 700;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .wa-float {
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.6;
}

p,
li,
a,
button,
input,
textarea,
label {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

.seo-hidden-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
