.hostopya-footer-btk-logo {
    background-image: url(/hostopya/hostopya_img/img/footer-btk-logo.webp);
    background-position: center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    height: 50px;
    margin-right: 10px;
}
.hostopya-footer-btk-aciklama {
    width: 290px;
    padding-left: 10px;
    border-left: 1px solid #fefefe20;
}
.hostopya-footer {
    background-color: #232f3e;
    position: relative;
    min-height: 150px;
    font-size: 14px;
}
.hostopya-footer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/hostopya/images/logo.png) no-repeat center center;
    background-size: contain;
    opacity: 0.10;
    width: 400px;
    height: 100px;
    pointer-events: none;
    z-index: 0;
}
.hostopya-footer > * {
    position: relative;
    z-index: 1;
}

.hostopya-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.hostopya-footer-main {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
@media (max-width: 1200px) {
  .hostopya-footer-main {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 0 32px;
  }
}
@media (max-width: 900px) {
  .hostopya-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
}
@media (max-width: 600px) {
  .hostopya-footer-main {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .hostopya-footer-container {
    padding: 0 12px;
  }
  .hostopya-footer-menus-3col {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.hostopya-footer-logo-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 220px;
}
.hostopya-footer-logo {
  width: 180px;
  margin-bottom: 18px;
}
.hostopya-footer-space-y-3 > * + * {
  margin-top: 12px;
}
.hostopya-footer-space-y-8 > * + * {
  margin-top: 32px;
}
.hostopya-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hostopya-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}
.hostopya-footer-icon-box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(120,130,140,0.08);
  color: #b0b8c9;
  font-size: 1rem;
  border-radius: 8px;
}
.hostopya-footer-font-medium { font-weight: 500; }
.hostopya-footer-font-semibold { font-weight: 600; }
.hostopya-footer-text-gray { color: #b0b8c9; }
.hostopya-footer-text-white { color: #fff; }
.hostopya-footer-title {
  color: #a3a7b7;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-bottom: 14px;
  background: none;
}
.hostopya-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 180px;
}
.hostopya-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5px;
}
.hostopya-footer-link a {
  color: #e5eaf1;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 2px 0;
  transition: color 0.2s;
  display: block;
}
.hostopya-footer-link a:hover {
  color: #d63384;
}

.hostopya-footer-bottom-bg {
  background: #1a2233;
}
.hostopya-footer-bottom-py-4 {
  padding: 16px 0;
}
.hostopya-footer-bottom-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hostopya-footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.hostopya-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hostopya-footer-bottom-link {
  color: #b0b8c9;
  font-size: 0.98rem;
  padding: 4px 8px;
  text-decoration: none;
  transition: color 0.2s;
}
.hostopya-footer-bottom-link:hover {
  color: #43e97b;
}
.hostopya-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hostopya-footer-social-link {
  color: #b0b8c9;
  font-size: 1.2rem;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hostopya-footer-social-link:hover {
  background: #232f3e;
  color: #43e97b;
}

@media (max-width: 600px) {
  .hostopya-footer-title { font-size: 0.97rem; }
  .hostopya-footer-link a { font-size: 0.91rem; }
}


.hostopya-footer-main-2col {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 0 64px;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  .hostopya-footer-main-2col {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}


.hostopya-footer-menus-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 900px) {
  .hostopya-footer-menus-3col {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

.hostopya-footer-col-ssl {
  grid-column: 1 / -1;
  margin-top: 24px;
  max-width: 220px;
}
@media (max-width: 900px) {
  .hostopya-footer-col-ssl {
    grid-column: auto;
    margin-top: 0;
    max-width: none;
  }
} 