/*
Theme Name: Askın Karaaslan
Theme URI: https://www.askinkaraaslan.com
Author: Askın Karaaslan
Author URI: https://www.askinkaraaslan.com
Description: Kişisel WordPress teması - Bootstrap tabanlı.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: askinkaraaslan
*/
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  text-align: center;
}
.profile-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}
.social-icons a {
  color: #333;
  font-size: 24px;
  margin: 0 10px;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #0d6efd;
}
body {
  background-image: url('http://askinkaraaslan.com/wp-content/uploads/2025/05/AnaArkaPlan.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
body {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6,
p, a, li {
  color: #ffffff;
}

a {
  text-decoration: none;
}

a:hover {
  color: #f8f9fa;
}
body {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.social-icons a {
  color: #ffffff;
}

.social-icons a:hover {
  color: #0d6efd; /* Hover'da maviye dönsün */
}
.social-icons a {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
footer {
  background: rgba(0, 0, 0, 0.3); /* yarı saydam siyah bant */
  padding: 15px 0;
  color: #ffffff !important;
  text-align: center;
  font-size: 14px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  margin-top: 50px;
}
.card {
  background-color: rgba(255, 255, 255, 0.05) !important; /* yarı saydam beyaz */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
}
.card {
  background-color: #ffffff !important;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #000000 !important;
  border: none;
}
.card input,
.card textarea {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ced4da;
}

.card input::placeholder,
.card textarea::placeholder {
  color: #6c757d;
}
.wpcf7 form .wpcf7-submit {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  min-width: 120px;
}

.contact-banner {
  display: block;
  margin: 0 auto 30px auto;
  padding: 15px 50px;
  min-width: 280px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.social-feeds h4 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.embed-box {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 15px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.story-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: linear-gradient(145deg, #ff9a9e, #fad0c4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.story-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
  background: linear-gradient(145deg, #fbc2eb, #a18cd1);
}
.story-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.story-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* Marka Renkleri */
.story-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.story-icon.twitter {
  background: #1da1f2;
}

.story-icon.facebook {
  background: #3b5998;
}

.story-icon.linkedin {
  background: #0077b5;
}
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.story-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  transition: all 0.3s ease;
  animation: glow 2s infinite ease-in-out;
}

/* Hover animasyonu */
.story-icon:hover {
  animation: glow 1s infinite ease-in-out, rotate 1.5s linear infinite;
}

/* MARKA RENKLERİ */
.story-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.story-icon.twitter {
  background: #1da1f2;
}

.story-icon.facebook {
  background: #3b5998;
}

.story-icon.linkedin {
  background: #0077b5;
}
@keyframes profileGlow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  }
}

@keyframes profileSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.profile-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid transparent;
  background: linear-gradient(145deg, #fd5949, #d6249f, #285AEB);
  padding: 4px;
  animation: profileGlow 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}

/* Hover durumunda döndürme ve parıltı artırma */
.profile-img:hover {
  animation: profileGlow 1.5s ease-in-out infinite, profileSpin 1.5s linear infinite;
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* içerik ön planda kalır */
  background-color: transparent;
}
/* ► slideDownFade Animasyonu Tanımı */
@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ► Hero Bloğu (profil + ikon + buton) */
.hero-anim {
  opacity: 0;
  transform: translateY(-40px);
  animation: slideDownFade 0.8s ease-out forwards;
  /* istersen slight delay: animation-delay: 0.3s; */
}

/* ► Alt Elemanlara Kademeli Giriş */
.hero-anim > * {
  opacity: 0;
  animation: slideDownFade 0.8s ease-out forwards;
}
.hero-anim > *:nth-child(1) { animation-delay: 0.2s; } /* particles.js div */
.hero-anim > *:nth-child(2) { animation-delay: 0.4s; } /* container */
/* 3D Coverflow Slider */
.image-3d-slider {
  width: 100%;
  padding: 50px 0;
  background: rgba(0,0,0,0.1); /* isteğe göre arka plan */
}
.image-3d-slider .swiper-slide {
  width: 300px;                   /* slide genişliği */
  height: 200px;                  /* slide yüksekliği */
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-3d-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
/* —————— 3D Gallery Kenarlık Halkası Efekti —————— */
.rotating-gallery span {
  position: relative;
}

/* Gradient halka */
.rotating-gallery span::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 14px;
  background: linear-gradient(
    60deg,
    #f797a0,
    #f9c94d,
    #4ade80,
    #34d1bf,
    #7873f5
  );
  background-size: 200% 200%;
  filter: blur(4px);
  z-index: 1;
  animation: gradientRing 2s linear infinite;
}

/* Fotoğrafın üst katmanda kalması ve geçiş */
.rotating-gallery span img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover’da “pop-up” efekti */
.rotating-gallery span:hover img {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}

/* Gradient halkanın döngüsü */
@keyframes gradientRing {
  0% {
    transform: rotate(0deg);
    background-position: 0% 50%;
  }
  100% {
    transform: rotate(360deg);
    background-position: 100% 50%;
  }
}
/* ─── 1. Grid Düzeni ─── */
.dashboard-row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* İki eş sütun */
  gap: 1.5rem;                    /* Paneller arası mesafe */
}

/* Mobilde tek sütun */
@media (max-width: 767px) {
  .dashboard-row {
    grid-template-columns: 1fr;
  }
}

/* ─── 2. Panel Ortak Stilleri ─── */
.dashboard-panel {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
  transition: transform .3s ease, box-shadow .3s ease;
  min-height: 600px;
}
.dashboard-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* ─── 3. Başlık Stili ─── */
.panel-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
}

/* ─── 4. İçerik Kısmı ─── */
.panel-body {
  flex: 1;           /* geri kalan tüm yüksekliği kaplar */
  overflow: hidden;
  position: relative;
  margin-top: .75rem;
}

/* iframe ve widget tam doldur */
.panel-body iframe,
.panel-body #tradingview-market-overview {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.visit-stats {
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1rem;
  border-radius: 8px;
  margin-top: 2rem;
}
.visit-stats span {
  display: inline-block;
  padding: .5rem 1rem;
}

