/* 
Theme name: Kyzdarki
*/

* {
  border-radius: 0 !important;
}

body {
  background-color: #02293d;
  color: white;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.custom-img {
  margin: 0 auto;
  object-fit: cover;
}

.latest-swiper .swiper-wrapper {
  align-items: stretch;
}

.latest-swiper .swiper-slide {
  height: auto;
}

.latest-card.anketa-card {
  height: 100%;
  flex-direction: column;
}

.latest-card .anketa-card__media-block {
  flex: 0 0 auto;
}

.latest-card .anketa-card__img {
  min-height: 260px;
}

@media (min-width: 1024px) {
  .latest-card .anketa-card__img {
    min-height: 300px;
  }
}

/* Footer (design from screenshot) */
.site-footer {
  background: #000;
  color: #e6e6e6;
  margin-top: auto;
}

.site-footer__top {
  border-bottom: 1px solid #1b1b1b;
  padding: 26px 16px;
}

.site-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.site-footer__nav a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__nav a:hover {
  color: #ff3ea5;
}

.site-footer__bottom {
  text-align: center;
  padding: 20px 16px 36px;
  font-size: 14px;
  line-height: 1.7;
  color: #cfcfcf;
}

.site-footer__bottom p {
  margin: 6px 0;
}

.site-footer__links {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #b5b5b5;
}

.site-footer__links a {
  color: #b5b5b5;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: #ffffff;
}

.site-footer__dot {
  color: #666;
}

.site-footer__contacts a {
  color: #ff3ea5;
  text-decoration: none;
}

.site-footer__contacts a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .site-footer__top {
    padding: 18px 12px;
  }
  .site-footer__nav {
    gap: 18px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .site-footer__bottom {
    font-size: 13px;
  }
}
