body {
  font-family: "Manrope", sans-serif;
}

button {
  cursor: pointer;
}
.marker {
  fill: rgba(255, 255, 255, 0.45);
  transition:
          fill 0.25s ease,
          opacity 0.25s ease;
  text-anchor: middle;
  dominant-baseline: middle;
  user-select: none;
  font-size: 24px;
  font-weight: 600;
}
.marker.active {
  fill: #fff;
}

.tick {
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 2.5;
  stroke-linecap: round;
  transition:
          stroke 0.25s ease,
          opacity 0.25s ease;
}
.tick.active {
  stroke: #fff;
}

.heroSwiper .swiper-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.hero-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  height: fit-content;
  width: fit-content;
  pointer-events: none;
  position: relative;
}

.hero-pagination .hero-dot {
  pointer-events: auto;
  margin: 0 !important;
  opacity: 1 !important;
  background: transparent !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 9999px;
  outline: 1px solid rgba(255, 255, 255, 0.24);
  outline-offset: 4px;
  transition: all 0.25s ease;
}

.hero-pagination .hero-dot:hover {
  opacity: 1;
  transform: scale(1.1);
}

.hero-pagination .hero-dot.is-active {
  background-color: #fff !important;
}

.iti {
  width: 100%;
}
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input[type="tel"] {
  height: 56px; /* h-14 */
  line-height: 56px; /* hizalama */
  padding-left: 3.25rem; /* bayrak + kod için yer */
}
.iti__flag-container {
  height: 56px;
}
.iti__selected-flag {
  height: 56px;
  border-top-left-radius: 0.5rem; /* rounded-lg */
  border-bottom-left-radius: 0.5rem;
  padding-left: 0.75rem; /* px-3 */
  padding-right: 0.5rem;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background: #0c1420 !important;
}

.blog-content {
  font-size: clamp(0.95rem, 0.24vw + 0.9rem, 1.05rem);
  line-height: 26px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  line-height: 1.2;
  font-weight: 600;
}

.blog-content h1 {
  font-size: clamp(1.8rem, 2.2vw + 1.2rem, 2rem);
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

.blog-content h2 {
  font-size: clamp(1.5rem, 1.6vw + 1rem, 1.5rem);
  margin-top: 1.2em;
  margin-bottom: 0.45em;
}

.blog-content h3 {
  font-size: clamp(1.25rem, 1.1vw + 0.9rem, 1.2rem);
  margin-top: 1.1em;
  margin-bottom: 0.4em;
}

.blog-content h4 {
  font-size: clamp(1.1rem, 0.7vw + 0.9rem, 1.2rem);
  margin-top: 1em;
  margin-bottom: 0.35em;
}

.blog-content h5 {
  font-size: clamp(1.02rem, 0.4vw + 0.9rem, 1.15rem);
  margin-top: 0.9em;
  margin-bottom: 0.3em;
}

.blog-content h6 {
  font-size: 1rem;
  margin-top: 0.85em;
  margin-bottom: 0.25em;
}

.blog-content p {
  margin: 0 0 1em;
}

.blog-content ul,
.blog-content ol {
  margin: 1em 0;
  padding-left: 1.25em;
}

.blog-content li + li {
  margin-top: 0.35em;
}

.blog-content img,
.blog-content video,
.blog-content iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.blog-content th,
.blog-content td {
  padding: 0.5em;
  border: 1px solid currentColor;
}

@media screen and (max-width: 768px) {
  .blog-content {
    line-height: 24px;
  }
}
.backdrop-blur-xs {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
}
.switch {
    height: 22px;
    width: 42px;
    appearance: none;
    border-radius: 999px;
    background: #E2E8F0;
    position: relative;
    outline: 0;
    transition: 0.2s;
    cursor: pointer;
}
.switch:checked {
    background: #0C1420;
}
.switch:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #fff;
    transition: 0.2s;
}
.switch:checked:before {
    transform: translateX(20px);
}
.menu-item.active .region-icon-container {
    background-color: #C8F0FF;
}
.menu-item.active {
    background-color: white;
}
