/* Social links and sticky Instagram - v1.0.144 */

.social-follow {
  min-width: 0;
}

.social-follow strong {
  display: block;
  margin-bottom: 12px;
  color: inherit;
  font-weight: 900;
  letter-spacing: .2px;
}

.social-follow-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111827;
  background: linear-gradient(180deg, #ffd24a, #f5a700);
  border: 1px solid rgba(245, 180, 0, .34);
  box-shadow: 0 12px 26px rgba(245, 158, 11, .18);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-icon:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 16px 32px rgba(245, 158, 11, .28);
}

.social-follow-footer {
  width: min(100% - 28px, 1180px);
  margin: 22px auto 0;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(15, 23, 42, .72);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff;
  backdrop-filter: blur(14px);
}

.social-follow-footer .social-follow-icons {
  justify-content: center;
}

.social-follow-footer strong {
  text-align: center;
  color: rgba(255,255,255,.92);
}

.social-follow-card {
  margin-top: 18px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(15, 23, 42, .82);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.14);
}

.social-follow-card .social-follow-icons {
  gap: 9px;
}

.social-follow-card .social-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.social-follow-inline {
  margin-top: 18px;
}

.social-follow-inline strong {
  color: rgba(255,255,255,.88);
}

.instagram-sticky-card {
  position: fixed;
  left: 14px;
  top: 50%;
  z-index: 70;
  width: 78px;
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 12px 8px;
  border-radius: 0 22px 22px 0;
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.20), transparent 30%),
    linear-gradient(145deg, rgba(245, 180, 0, .94), rgba(185, 28, 28, .92) 46%, rgba(109, 40, 217, .92));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 48px rgba(15,23,42,.30);
  transform: translateY(-50%);
  transition: transform .2s ease, box-shadow .2s ease;
}

.instagram-sticky-card:hover {
  transform: translateY(-50%) translateX(3px);
  box-shadow: 0 24px 58px rgba(15,23,42,.38);
}

.instagram-sticky-card svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.instagram-sticky-card span {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 900px) {
  .social-follow-footer {
    width: min(100% - 20px, 100%);
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
  }

  .social-follow-icons {
    justify-content: center;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .instagram-sticky-card {
    top: auto;
    bottom: 18px;
    left: 10px;
    width: 60px;
    min-height: 76px;
    padding: 9px 7px;
    border-radius: 18px;
    transform: none;
  }

  .instagram-sticky-card:hover {
    transform: translateY(-2px);
  }

  .instagram-sticky-card span {
    font-size: 9.5px;
  }

  .instagram-sticky-card svg {
    width: 20px;
    height: 20px;
  }
}


/* v1.0.139 - Sosyal alan temaya uyumlu CTA görünümü */
.social-follow-footer {
  display: none !important;
}

.social-follow-wide {
  width: min(100% - 32px, 1180px);
  margin: 46px auto 28px;
  padding: 34px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(245, 180, 0, .28), transparent 27%),
    linear-gradient(135deg, #111827 0%, #172033 58%, #2a271e 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 26px 70px rgba(15,23,42,.18);
}

.social-follow-wide strong {
  display: block;
  margin: 0 0 12px;
  color: #fbbf24;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.social-follow-wide p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(21px, 2.5vw, 36px);
  line-height: 1.25;
  font-weight: 760;
  letter-spacing: -.6px;
}

.social-follow-wide .social-follow-icons {
  justify-content: flex-end;
}

.social-follow-wide .social-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
}

.social-follow-footer-contact {
  margin-top: 16px;
}

.social-follow-footer-contact strong {
  color: rgba(255,255,255,.92);
  font-size: 14px;
}

.social-follow-footer-contact .social-follow-icons {
  gap: 8px;
}

.social-follow-footer-contact .social-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  box-shadow: 0 10px 20px rgba(245,158,11,.12);
}

.social-follow-card {
  background:
    radial-gradient(circle at 88% 0%, rgba(245,158,11,.22), transparent 36%),
    linear-gradient(135deg, #0f172a, #1f2937) !important;
}

.social-icon {
  position: relative;
  overflow: hidden;
  color: #111827 !important;
}

.social-icon svg {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
  fill: currentColor !important;
}

.social-icon svg path {
  fill: currentColor !important;
}

@media (max-width: 900px) {
  .social-follow-wide {
    width: min(100% - 20px, 100%);
    margin: 34px auto 22px;
    padding: 24px 22px;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    border-radius: 26px;
  }

  .social-follow-wide p {
    font-size: 23px;
  }

  .social-follow-wide .social-follow-icons {
    justify-content: center;
  }

  .social-follow-wide .social-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }

  .social-follow-footer-contact .social-follow-icons {
    justify-content: flex-start;
  }
}


/* v1.0.140 - Footer iletişim sosyal ikon düzeltmesi */
.site-footer .social-follow-footer-contact {
  margin-top: 18px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

.site-footer .social-follow-footer-contact .social-follow-content {
  display: block !important;
}

.site-footer .social-follow-footer-contact .social-follow-content p {
  display: none !important;
}

.site-footer .social-follow-footer-contact strong {
  margin: 0 0 12px !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.site-footer .social-follow-footer-contact .social-follow-icons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
}

.site-footer .social-follow-footer-contact .social-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 999px !important;
}

.site-footer .social-follow-footer-contact .social-icon svg {
  width: 19px !important;
  height: 19px !important;
  display: block !important;
  fill: currentColor !important;
}

@media (max-width: 900px) {
  .site-footer .social-follow-footer-contact {
    text-align: center !important;
  }

  .site-footer .social-follow-footer-contact .social-follow-icons {
    justify-content: center !important;
  }
}


/* v1.0.141 - Sosyal medya ikonlarını kusursuz ortala ve tüm ikonları düzelt */
.social-follow,
.social-follow * {
  box-sizing: border-box;
}

.social-follow-footer-contact {
  width: 100% !important;
  text-align: center !important;
}

.social-follow-footer-contact .social-follow-content {
  width: 100% !important;
  text-align: center !important;
}

.social-follow-footer-contact .social-follow-content p {
  display: none !important;
}

.social-follow-footer-contact strong {
  display: block !important;
  width: 100% !important;
  margin: 0 0 13px !important;
  text-align: center !important;
}

.social-follow-footer-contact .social-follow-icons {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  text-align: center !important;
}

.social-icon {
  position: relative !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}

.social-icon-glyph {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateZ(0) !important;
}

.social-icon-glyph svg,
.social-icon svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  fill: currentColor !important;
  overflow: visible !important;
  transform: none !important;
}

.social-icon-glyph svg path,
.social-icon svg path {
  fill: currentColor !important;
}

.site-footer .social-follow-footer-contact .social-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
}

.site-footer .social-follow-footer-contact .social-icon-glyph,
.site-footer .social-follow-footer-contact .social-icon-glyph svg,
.site-footer .social-follow-footer-contact .social-icon svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}

@media (max-width: 900px) {
  .social-follow-footer-contact,
  .social-follow-footer-contact .social-follow-content,
  .social-follow-footer-contact strong {
    text-align: center !important;
  }

  .social-follow-footer-contact .social-follow-icons {
    justify-content: center !important;
  }
}


/* v1.0.142 - Footer iletişim sosyal medya alanı sola sabitlendi */
.site-footer .social-follow-footer-contact,
.social-follow-footer-contact {
  width: 100% !important;
  margin-top: 18px !important;
  text-align: left !important;
}

.site-footer .social-follow-footer-contact .social-follow-content,
.social-follow-footer-contact .social-follow-content {
  width: 100% !important;
  text-align: left !important;
}

.site-footer .social-follow-footer-contact strong,
.social-follow-footer-contact strong {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  text-align: left !important;
}

.site-footer .social-follow-footer-contact .social-follow-icons,
.social-follow-footer-contact .social-follow-icons {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  text-align: left !important;
}

.site-footer .social-follow-footer-contact .social-icon,
.social-follow-footer-contact .social-icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  .site-footer .social-follow-footer-contact,
  .site-footer .social-follow-footer-contact .social-follow-content,
  .site-footer .social-follow-footer-contact strong,
  .social-follow-footer-contact,
  .social-follow-footer-contact .social-follow-content,
  .social-follow-footer-contact strong {
    text-align: left !important;
  }

  .site-footer .social-follow-footer-contact .social-follow-icons,
  .social-follow-footer-contact .social-follow-icons {
    justify-content: flex-start !important;
  }
}


/* v1.0.143 - Sayfa içi sosyal takip alanı sarı tema */
.social-follow-wide {
  position: relative !important;
  overflow: hidden !important;
  width: min(100% - 32px, 1180px) !important;
  margin: 46px auto 30px !important;
  padding: 34px 42px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  align-items: center !important;
  border-radius: 34px !important;
  color: #111827 !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.30), transparent 24%),
    linear-gradient(135deg, #ffd24a 0%, #f5b400 52%, #e79a00 100%) !important;
  border: 1px solid rgba(245, 158, 11, .35) !important;
  box-shadow: 0 26px 70px rgba(245, 158, 11, .20), 0 10px 28px rgba(15,23,42,.08) !important;
}

.social-follow-wide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18), transparent 38%),
    radial-gradient(circle at 8% 85%, rgba(17,24,39,.10), transparent 30%);
  pointer-events: none;
}

.social-follow-wide .social-follow-content,
.social-follow-wide .social-follow-icons {
  position: relative;
  z-index: 1;
}

.social-follow-wide strong {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 12px !important;
  color: #111827 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: 2.6px !important;
  text-transform: uppercase !important;
}

.social-follow-wide strong::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 99px;
  background: rgba(17,24,39,.55);
}

.social-follow-wide p {
  max-width: 820px !important;
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(22px, 2.55vw, 38px) !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  letter-spacing: -.8px !important;
}

.social-follow-wide .social-follow-icons {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
}

.social-follow-wide .social-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  color: #fbbf24 !important;
  background: #111827 !important;
  border: 1px solid rgba(17,24,39,.25) !important;
  box-shadow: 0 16px 34px rgba(17,24,39,.20) !important;
}

.social-follow-wide .social-icon:hover {
  transform: translateY(-3px) scale(1.03) !important;
  background: #0f172a !important;
  box-shadow: 0 22px 44px rgba(17,24,39,.28) !important;
}

.social-follow-wide .social-icon-glyph,
.social-follow-wide .social-icon-glyph svg,
.social-follow-wide .social-icon svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
}

/* Sayfa içi sosyal alanın gri görünmesini engelle */
.social-follow-wide + .site-footer,
.social-follow-wide {
  background-color: transparent;
}

@media (max-width: 900px) {
  .social-follow-wide {
    width: min(100% - 20px, 100%) !important;
    margin: 34px auto 24px !important;
    padding: 26px 22px !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    text-align: center !important;
    border-radius: 26px !important;
  }

  .social-follow-wide strong {
    justify-content: center !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
  }

  .social-follow-wide strong::before {
    display: none !important;
  }

  .social-follow-wide p {
    max-width: 100% !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .social-follow-wide .social-follow-icons {
    justify-content: center !important;
  }

  .social-follow-wide .social-icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }
}

@media (max-width: 420px) {
  .social-follow-wide {
    padding: 22px 18px !important;
  }

  .social-follow-wide p {
    font-size: 21px !important;
  }
}


/* v1.0.144 - Footer eski koyu rengine geri alındı */
.social-follow-wide + .site-footer,
.site-footer {
  background:
    radial-gradient(circle at 84% 0%, rgba(245, 180, 0, .12), transparent 30%),
    linear-gradient(180deg, #07111d 0%, #0b1322 100%) !important;
  color: #e5edf8 !important;
}

.site-footer h3,
.site-footer h4,
.site-footer strong {
  color: #ffffff !important;
}

.site-footer p,
.site-footer a,
.site-footer .footer-bottom {
  color: rgba(226, 232, 240, .78) !important;
}

.site-footer a:hover {
  color: #fbbf24 !important;
}

.site-footer .footer-bottom {
  border-top-color: rgba(255,255,255,.10) !important;
}

.site-footer .footer-solar-calc-btn,
.site-footer .footer-link-button {
  color: #111827 !important;
}

.site-footer .social-follow-footer-contact strong {
  color: #ffffff !important;
}

.site-footer .social-follow-footer-contact .social-icon {
  background: linear-gradient(180deg, #ffd24a, #f5a700) !important;
  color: #111827 !important;
}
