/* Radyo Tema Renk Paleti */
:root {
    --primary: #4C1D95;
    --secondary: #7C3AED;
    --accent: #FF7F50;
    --background: #F8FAFC;
    --cards: #FFFFFF;
    --gradient-start: #FF8C42;
    --gradient-end: #6B46C1;
    --footer-bg: #1a1a2e;
    --footer-text: #CBD5E0;
    --footer-link: #A0AEC0;
    --footer-hover: #FF8C42;
}

html,
body {
  background: url(../images/background.png) repeat-y;
  background-size: 100%;
  font-family: 'Lato', sans-serif;
  color: #4a0857;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #4c4c79;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #eef3f5;
}
.container {
  max-width: 1220px;
}

* {
  outline: 0 !important;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #4a0857;
}

a:hover {
  text-decoration: none;
  color: #4a0857;
}

header.site-header {
  background: url(../images/header.png) no-repeat;
  background-size: 100%;
  min-height: calc(100vw / (1920 / 237));
  padding-top: 1.5vw;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  margin-bottom: 0;
}

header.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.site-header .container .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

header.site-header .container .logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

header.site-header .container .logo a:hover {
  transform: scale(1.02);
}

header.site-header .container .logo .logo-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
  transition: all 0.3s ease;
}

header.site-header .container .logo .logo-icon i {
  font-size: 1.4rem;
  color: white;
}

header.site-header .container .logo a:hover .logo-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 140, 66, 0.4);
}

header.site-header .container .logo .logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

header.site-header .container .logo .site-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

header.site-header .container .logo .site-domain {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gradient-start);
  opacity: 0.8;
}

header.site-header .container nav.header-menu {
  position: relative;
}

header.site-header .container nav.header-menu .bg {
  position: absolute;
  left: 0;
  top: 0;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 50px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

header.site-header .container nav.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

header.site-header .container nav.header-menu ul li a {
  color: #4a0857;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 2;
  line-height: 40px;
  padding: 0 25px;
}

header.site-header .container nav.header-menu ul li a:hover {
  color: #fff;
}

header.site-header .container nav.header-menu ul li a.active {
 color: #fba335;
}


.header-clear {
  min-height: calc(100vw / (1920 / 237));
}

.page-header-bg {
  position: absolute;
  width: 65vw;
  right: 0;
  top: 0;
  height: calc(65vw / (1454 / 1047));
  background: url(../images/page-header.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

section.home-header {
  padding: 130px 0 250px;
}

section.home-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.home-header .container .left {
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 100%;
  line-height: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Banner Slider CSS */
.banner-slider {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: -100px;
    transform: translateX(-50px);
}

.banner-carousel {
    height: 100%;
}

.banner-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin: 5px;
    min-height: 300px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    margin-left: 0;
    margin-right: auto;
}

.slide-content {
    text-align: center;
    color: #4a0857;
}

.slide-icon {
    font-size: 3rem;
    color: #ff6b35;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.slide-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #4a0857;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.slide-description {
    font-size: 1rem;
    color: #6a1b9a;
    margin-bottom: 25px;
    line-height: 1.5;
}

.slide-cta {
    margin-top: 20px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 66, 0.4);
    color: white;
    text-decoration: none;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

section.home-header .container .left h2 {
  font-size: 36px;
  font-weight: 800;
}

section.home-header .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 100%;
}

section.home-header .container .right .login-area {
  background: #fff;
  max-width: 390px;
  width: 100%;
  padding: 40px 30px 30px;
  border-radius: 30px;
  position: relative;
}

section.home-header .container .right .login-area .heart {
  position: absolute;
  background: url(../images/icons/login-heart.png);
  width: 277px;
  height: 257px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -135px;
  -webkit-animation: heartAnimation 2s infinite;
          animation: heartAnimation 2s infinite;
}

section.home-header .container .right .login-area h4 {
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 20px;
}

section.home-header .container .right .login-area label {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

section.home-header .container .right .login-area label input {
  width: 100%;
  border: 1px solid #4a0857;
  padding: 15px 20px;
  border-radius: 20px;
}

section.home-header .container .right .login-area label .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-header .container .right .login-area label .icon.username {
  width: 13px;
  height: 25px;
  background: url(../images/icons/username.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

section.home-header .container .right .login-area label .icon.password {
  width: 18px;
  height: 25px;
  background: url(../images/icons/password.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

section.home-header .container .right .login-area label input:focus + .icon {
  -webkit-transform: translateX(-10px) translateY(-50%);
          transform: translateX(-10px) translateY(-50%);
}

section.home-header .container .right .login-area .submit-btn {
  display: inline-block;
  width: 100%;
  border: none;
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  color: white;
  line-height: 55px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-header .container .right .login-area .submit-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 140, 66, 0.3);
}

section.home-header.contact {
  padding: 50px 0 250px;
}

section.home-header.contact .contact-form {
  background-color: rgba(255, 255, 255, 0.72);
  max-width: 600px;
  border-radius: 20px;
  padding: 50px 50px 10px 50px;
  text-align: center;
  position: relative;
}

section.home-header.contact .contact-form .heart {
  position: absolute;
  background: url(../images/icons/login-heart.png);
  width: 277px;
  height: 257px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -135px;
  -webkit-animation: heartAnimation 2s infinite;
          animation: heartAnimation 2s infinite;
}

section.home-header.contact .contact-form h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

section.home-header.contact .contact-form input[type="text"],
section.home-header.contact .contact-form input[type="email"],
section.home-header.contact .contact-form input[type="number"],
section.home-header.contact .contact-form textarea {
  background-color: #f6f6f6;
  border: 1px solid rgba(14, 0, 56, 0.5);
  border-radius: 15px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 20px;
}

section.home-header.contact .contact-form textarea {
  min-height: 150px;
}

section.home-header.contact .contact-form .submit-btn {
  display: inline-block;
  border: none;
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  color: white;
  line-height: 46px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 0 80px;
  margin-bottom: 30px;
}

section.home-header.contact .contact-form .submit-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 140, 66, 0.3);
}

section.home-features {
  padding: 50px 0 0 0;
}

section.home-features .features-box {
  color: #fff;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 15px;
  position: relative;
  padding: 70px 30px 30px;
  margin-bottom: 80px;
  text-align: center;
}

section.home-features .features-box .icon {
  position: absolute;
  left: 50%;
  top: -130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.home-features .features-box .icon .heart-icon {
  position: relative;
  width: 120px;
  height: 120px;
  background: url(../images/icons/login-heart.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

section.home-features .features-box .icon .heart-icon i {
  font-size: 32px;
  color: #4a0857;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

section.home-features .features-box:hover .icon .heart-icon {
  transform: scale(1.1);
  filter: drop-shadow(0 8px 25px rgba(251, 163, 53, 0.4));
}

section.home-features .features-box:hover .icon .heart-icon i {
  transform: scale(1.1);
}

section.home-features .features-box h3 {
  text-align: center;
  color: #fba335;
  font-weight: 900;
  font-size: 36px;
}

section.home-chat-rooms .container {
  position: relative;
}

section.home-chat-rooms h2.section-title {
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}

section.home-chat-rooms .hc-rooms a.room {
  display: block;
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  padding: 50px 30px 40px;
  margin: 60px 0 20px;
  position: relative;
  border-radius: 10px;
}

section.home-chat-rooms .hc-rooms a.room span.image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  display: block;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-chat-rooms .hc-rooms a.room span.image img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  width: 82px;
}

section.home-chat-rooms .hc-rooms a.room span.title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  -webkit-transition: .6s all;
  transition: .6s all;
}

section.home-chat-rooms .hc-rooms a.room span.online {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -13px;
  line-height: 26px;
  background: #4a0857;
  color: #fff;
  border-radius: 30px;
  color: #fff;
  padding: 0 25px;
  font-size: 13px;
}

section.home-chat-rooms .hc-rooms a.room:hover span.image {
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
}

section.home-chat-rooms .hc-rooms a.room:hover span.title {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

section.home-chat-rooms .custom-owl-button {
  position: absolute;
  top: 160px;
  border: none;
  background: transparent;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-chat-rooms .custom-owl-button img {
  height: 40px;
}

section.home-chat-rooms .custom-owl-button.prev {
  left: -50px;
}

section.home-chat-rooms .custom-owl-button.next {
  right: -50px;
}

section.home-chat-rooms .custom-owl-button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.home-about-us {
  background: url(../images/about-us-bg.png) no-repeat;
  text-align: center;
  color: #fff;
  padding: 200px 0 180px;
  position: relative;
  margin: 300px 0 0;
  font-size: 28px;
}

section.home-about-us .top-image {
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

section.home-about-us .top-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

section.home-about-us h3 {
    color: #fba335;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 18px;
}

section.home-about-us .text {
  margin-bottom: 30px;
}

section.home-about-us a.details {
  display: inline-block;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 46px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 0 70px;
}

section.home-about-us a.details:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.blog-area .blog-posts .post {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

section.blog-area .blog-posts .post .image {
  position: relative;
  overflow: hidden;
}

section.blog-area .blog-posts .post .image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.blog-area .blog-posts .post .image .category {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 28px;
  border-radius: 28px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
}

section.blog-area .blog-posts .post .image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #2a0446;
  background: -webkit-gradient(linear, left bottom, left top, from(#2a0446), color-stop(10%, #2a0446), to(rgba(42, 4, 70, 0.5)));
  background: linear-gradient(0deg, #2a0446 0%, #2a0446 10%, rgba(42, 4, 70, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

section.blog-area .blog-posts .post .content {
  background: #0f0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f0038), to(#2a0446));
  background: linear-gradient(0deg, #0f0038 0%, #2a0446 100%);
  color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.4em;
  min-height:150px;
}

section.blog-area .blog-posts .post .content h4 {
  font-size: 22px;
}

section.blog-area .blog-posts .post .content h4 a {
  color: #fff;
}

section.blog-area .blog-posts .post:hover .image img {
  -webkit-transform: rotate(-10deg) scale(1.3);
          transform: rotate(-10deg) scale(1.3);
}

section.blog-area .more-button {
  display: inline-block;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 46px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 0 70px;
  margin-bottom: 30px;
}

section.blog-area .more-button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* Blog kartları: Devamını Oku ve Kategori Etiketi */
.read-more-link {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #ffffff;
  line-height: 32px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
  box-shadow: 0 4px 12px rgba(251, 131, 55, 0.35);
  text-decoration: none;
}
.read-more-link:hover {
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(251, 131, 55, 0.5);
}

.category-label {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 26px;
  border-radius: 26px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}
.category-label i {
  color: #4a0857;
}

section.blog-area .blog-detail {
  border-radius: 10px;
  overflow: hidden;
}

section.blog-area .blog-detail .blog-top {
  position: relative;
  height: 280px;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
section.blog-area .blog-detail .blog-top-flayer {
  position: relative;
  height: 80px;
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

section.blog-area .blog-detail .blog-top .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.blog-area .blog-detail .blog-top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .2;
}

section.blog-area .blog-detail .blog-info {
  position: relative;
  z-index: 2;
  text-align: center;
}

section.blog-area .blog-detail .blog-info h1 {
  font-size: 40px;
  font-weight: 900;
}

section.blog-area .blog-detail .blog-info span.info {
  margin: 0 5px;
  font-weight: 300;
  font-size: 15px;
}

section.blog-area .blog-detail .blog-info span.info img {
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

section.blog-area .blog-detail .bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

section.blog-area .blog-detail .bottom .category {
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 28px;
  border-radius: 28px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

section.blog-area .blog-detail .bottom .date {
  background: #900505;
  background: -webkit-gradient(linear, right top, left top, from(#fb5737), to(#900505));
  background: linear-gradient(-90deg, #fb5737 0%, #900505 100%);
  color: #fff;
  line-height: 28px;
  border-radius: 28px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}

section.blog-area .blog-content {
  border: 5px solid #0e0038;
  border-top: none;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
	margin-bottom:60px;
}

section.blog-area .sidebar .sidebar-element {
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

section.blog-area .sidebar .sidebar-element .title {
  background: #fb8437;
  background: -webkit-gradient(linear, left bottom, left top, from(#fb8437), to(#fbc333));
  background: linear-gradient(0deg, #fb8437 0%, #fbc333 100%);
  text-align: center;
  color: #4a0857;
  font-weight: 900;
  font-size: 34px;
  padding: 5px 0;
}

section.blog-area .sidebar .sidebar-element .sidebar-content {
  padding: 15px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  max-width: 65px;
  width: 100%;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .image img {
  width: 100%;
  height:50px;
  border-radius:10px
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 65px);
          flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  width: 100%;
  padding-left: 20px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content h2 {
  padding: 0;
  font-size: 20px;
  margin: 0 0 7px;
  font-weight: 400;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content h2 a {
  color: #fff;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content .category {
  background: #fb8337;
  background: -webkit-gradient(linear, right top, left top, from(#fb8337), to(#fbc533));
  background: linear-gradient(-90deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 24px;
  border-radius: 28px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .popular-posts .post .content .date {
  background: #900505;
  background: -webkit-gradient(linear, right top, left top, from(#fb5737), to(#900505));
  background: linear-gradient(-90deg, #fb5737 0%, #900505 100%);
  color: #fff;
  line-height: 24px;
  border-radius: 28px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content {
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons button {
  border: none;
  background: transparent;
  /* cursor: pointer; - Kaldırıldı */
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons button.radio-play {
  width: 100px;
  height: 100px;
  background: url(../images/icons/play.png) no-repeat;
  background-size: contain;
  margin: 0 20px;
}

section.blog-area .sidebar .sidebar-element .sidebar-content .radio-content .radio-buttons button.radio-stop {
  width: 100px;
  height: 100px;
  background: url(../images/icons/stop.png) no-repeat;
  background-size: contain;
  margin: 0 20px;
}

section.blog-area .sidebar .sidebar-element.sss {
  background: #f65434;
  background: -webkit-gradient(linear, left top, left bottom, from(#f65434), to(#930706));
  background: linear-gradient(180deg, #f65434 0%, #930706 100%);
  padding-top: 61px;
  position: relative;
}

section.blog-area .sidebar .sidebar-element.sss .title {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item {
  overflow: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-bottom: 10px;
  /* cursor: pointer; - Kaldırıldı */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

section.blog-area .sidebar .sidebar-element.sss .sss-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item .sss-title {
  margin-bottom: 10px;
  font-size: 18px;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item .sss-title::before {
  content: '';
  display: inline-block;
  border: 3px solid #fff;
  background-color: transparent;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item.active .sss-title::before {
  content: '';
  background-color: #3cb878;
}

section.blog-area .sidebar .sidebar-element.sss .sss-item .sss-text {
  background-color: #ffbbb5;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 18px;
  color: #b42015;
}

section.blog-area .comment-form {
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 10px;
  padding: 25px 28px;
  margin-bottom: 30px;
}

section.blog-area .comment-form .row {
  margin: 0 -7.5px;
}

section.blog-area .comment-form .col-md-4,
section.blog-area .comment-form .col-md-12 {
  padding: 0 7.5px;
}

section.blog-area .comment-form input[type="text"],
section.blog-area .comment-form input[type="email"],
section.blog-area .comment-form input[type="password"],
section.blog-area .comment-form input[type="number"],
section.blog-area .comment-form textarea {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  border-radius: 5px;
  padding: 13px 20px;
  border: none;
  color: #fff;
  margin-bottom: 15px;
}

section.blog-area .comment-form input[type="text"]::-webkit-input-placeholder,
section.blog-area .comment-form input[type="email"]::-webkit-input-placeholder,
section.blog-area .comment-form input[type="password"]::-webkit-input-placeholder,
section.blog-area .comment-form input[type="number"]::-webkit-input-placeholder,
section.blog-area .comment-form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form input[type="text"]:-ms-input-placeholder,
section.blog-area .comment-form input[type="email"]:-ms-input-placeholder,
section.blog-area .comment-form input[type="password"]:-ms-input-placeholder,
section.blog-area .comment-form input[type="number"]:-ms-input-placeholder,
section.blog-area .comment-form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form input[type="text"]::-ms-input-placeholder,
section.blog-area .comment-form input[type="email"]::-ms-input-placeholder,
section.blog-area .comment-form input[type="password"]::-ms-input-placeholder,
section.blog-area .comment-form input[type="number"]::-ms-input-placeholder,
section.blog-area .comment-form textarea::-ms-input-placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form input[type="text"]::placeholder,
section.blog-area .comment-form input[type="email"]::placeholder,
section.blog-area .comment-form input[type="password"]::placeholder,
section.blog-area .comment-form input[type="number"]::placeholder,
section.blog-area .comment-form textarea::placeholder {
  color: #fff;
  opacity: .8;
}

section.blog-area .comment-form textarea {
  min-height: 150px;
}

section.blog-area .comment-form .form-bottom {
  color: #959595;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600;
}

section.blog-area .comment-form .submit-btn {
  display: inline-block;
  border: none;
  background: #fb8337;
  background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  line-height: 50px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 100%;
}

section.blog-area .comment-form .submit-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.blog-area .comments .comment-item {
  background: #0e0038;
  background: -webkit-gradient(linear, left bottom, left top, from(#0e0038), to(#4f095a));
  background: linear-gradient(0deg, #0e0038 0%, #4f095a 100%);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.blog-area .comments .comment-item .image {
  max-width: 95px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  width: 100%;
}

section.blog-area .comments .comment-item .image img {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

section.blog-area .comments .comment-item .text {
  color: #fff;
  padding-left: 20px;
}

section.blog-area .comments .comment-item .text h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
section.blog-area .comments .comment-item .text h5 a{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  color:#fff;
}

section.blog-area .comments .comment-item .text .comment {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 0 5px;
}

section.blog-area .comments .comment-item .text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

section.blog-area .comments .comment-item .text .bottom .comment-reply-link {
  color: #fb9004;
  font-weight: 600;
}

section.blog-area .comments .comment-item .text .bottom .comment-reply-link img {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 3px;
}

section.blog-area .comments .comment-item .text .bottom .date {
  font-weight: 300;
}

section.blog-area .comments .comment-item .text .bottom .date img {
  margin-right: 3px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

section.blog-area.detail {
  background: url(../images/blog-bg.png) no-repeat;
  background-position: center 200px;
}

section.blog-area.detail .blog-detail {
  -webkit-box-shadow: 0 0 30px rgba(38, 5, 61, 0.6);
          box-shadow: 0 0 30px rgba(38, 5, 61, 0.6);
  margin-bottom: 30px;
}

section.blog-area.detail .blog-detail .blog-content {
  color: #1d1d1d;
}

section.custom-page {
  padding: 70px 0;
  background: url(../images/blog-bg.png) no-repeat;
  background-position: center 100px;
}

section.custom-page .page-content {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px rgba(14, 0, 56, 0.5);
          box-shadow: 0 0 30px rgba(14, 0, 56, 0.5);
  overflow: hidden;
}

section.custom-page .page-content .title {
  background: url(../images/custom-page-header.png) no-repeat;
  background-size: 100%;
  height: 170px;
  padding: 25px 40px;
}

section.custom-page .page-content .title h1 {
  font-size: 36px;
  font-weight: 900;
}

section.custom-page .page-content .content {
  padding: 25px;
  font-weight: 600;
  font-size: 18px;
}

section.page-header {
  position: relative;
  min-height: 400px;
  padding-top: calc(100vw / (1920 / 237));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  background: #0e0038;
  background: linear-gradient(217deg, #0e0038 0%, #4f095a 100%);
  padding-bottom: 60px;
}

section.page-header img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .22;
}

section.page-header .content {
  position: relative;
  z-index: 1;
  color: #fff;
}

section.page-header .content h1 {
  font-weight: 900;
}

footer.site-footer {
  margin-top: 50px;
  background-color: #12013a;
  color: #fff;
  padding: 70px 0 40px 0;
  position: relative;
}

footer.site-footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: #4e085a;
  background: linear-gradient(217deg, #4e085a 0%, #fb8637 100%);
  position: absolute;
  top: 0;
  left: 0;
}

footer.site-footer .footer-top nav.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.site-footer .footer-top nav.footer-menu ul li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
}

footer.site-footer .footer-top nav.footer-menu ul li a:hover {
  color: #fba335;
}

footer.site-footer .footer-top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer.site-footer .footer-top .social a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: block;
  text-align: center;
  color: #fba335;
  font-size: 22px;
  margin-bottom: 30px;
}

footer.site-footer .footer-top .social a img {
  height: 80px;
  -webkit-transition: .4s all;
  transition: .4s all;
}

footer.site-footer .footer-top .social a span {
  -webkit-transition: .7s all;
  transition: .7s all;
  display: block;
  margin-top: 0px;
}

footer.site-footer .footer-top .social a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer.site-footer .footer-top .social a:hover span {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

footer.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

footer.site-footer .footer-bottom .logo img {
  height: 40px;
}

footer.site-footer .footer-bottom .copyright {
  font-size: 14px;
  padding-left: 20px;
  color: #88858e;
}

@-webkit-keyframes heartAnimation {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

@keyframes heartAnimation {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

@media only screen and (max-width: 1400px) {
  section.home-header {
    padding: 50px 0 250px;
  }
  section.blog-area.detail {
    padding: 50px 0 0 0;
  }
  .page-header-bg {
    top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  footer.site-footer .footer-bottom .logo img {
    height: 30px;
  }
  .show-desktop {
    display: none;
  }
  header.site-header .container nav.header-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #0e0038;
    background: linear-gradient(217deg, #0e0038 0%, #4f095a 100%);
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  header.site-header .container nav.header-menu.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: visible;
  }
  header.site-header .container nav.header-menu ul {
    display: block;
    text-align: center;
    padding: 70px 0;
  }
  header.site-header .container nav.header-menu ul li a {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 60px;
  }
  header.site-header {
    height: 120px;
    background-size: 1100px;
    background-position: -700px 0px;
    padding: 12px 0px;
  }
  header.site-header .container .logo .logo-icon {
    width: 35px;
    height: 35px;
  }
  
  header.site-header .container .logo .logo-icon i {
    font-size: 1.1rem;
  }
  
  header.site-header .container .logo .site-name {
    font-size: 1.1rem;
  }
  
  header.site-header .container .logo .site-domain {
    font-size: 0.7rem;
  }
  section.home-header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.home-header .container .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .page-header-bg {
    top: 30px;
    width: 190vw;
    height: calc(190vw / (1454 / 1047));
  }
  section.home-header {
    padding: 122px 0 55px;
  }
  section.home-header .container .left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 47px;
  }
  section.home-about-us .top-image img {
    width: 100%;
    max-width: 250px;
  }
  section.home-about-us {
    padding: 65px 0 30px;
    font-size: 15px;
    margin: 110px 0 31px;
  }
  section.home-about-us h3 {
    font-size: 21px;
  }
  section.home-chat-rooms h2.section-title {
    margin-bottom: 0;
  }
  section.blog-area .blog-detail .blog-info h1 {
    font-size: 24px;
  }
  section.blog-area .blog-detail {
    margin-bottom: 30px;
  }
  section.blog-area .sidebar .sidebar-element .title {
    font-size: 28px;
  }
  footer.site-footer .footer-top nav.footer-menu ul {
    text-align: center;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.site-footer .footer-bottom .copyright {
    padding: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  section.home-chat-rooms .custom-owl-button {
    display: none;
  }
  section.home-about-us .top-image {
    top: -85px;
  }
  button.close-header-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #0e0038;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    background: #fb8337;
    background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  }
  button.open-header-menu {
    border: none;
    background: #0e0038;
    background: linear-gradient(217deg, #0e0038 0%, #4f095a 100%);
    padding: 6px 18px;
    border-radius: 5px;
    color: #fba335;
  }
  section.custom-page .page-content .title {
    background-size: 845px;
    height: 100px;
    padding: 15px 30px;
  }
  section.custom-page .page-content .title h1 {
    font-size: 27px;
  }
  section.custom-page .page-content .content {
    padding-top: 5px;
  }
  section.blog-area .comment-form .submit-btn {
    margin-top: 20px;
  }
  section.blog-area .comments .comment-item .image {
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  section.blog-area .comments .comment-item .image img {
    width: 50px;
    height: 50px;
  }
  section.blog-area .comments .comment-item .text .comment {
    font-size: 14px;
  }
  section.blog-area .comments .comment-item .text .bottom .reply {
    font-size: 10px;
  }
  section.blog-area .comments .comment-item .text .bottom .date {
    font-size: 10px;
  }
  section.blog-area .comments .comment-item .text .bottom {
    margin-top: 10px;
  }
  section.home-header.contact .contact-form {
    padding: 30px 30px 0;
    margin-top: 70px;
  }
  section.home-header.contact {
    padding-bottom: 60px;
  }
  section.page-header .content {
    text-align: center;
    padding: 20px;
  }
  section.page-header {
    min-height: 300px;
    padding-bottom: 0;
    padding-top: 70px;
  }
  header.site-header .container nav.header-menu .bg {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

img.alignright 
	{
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft 
	{
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright 
	{
    float: right;
    }

    .alignleft 
	{
    float: left;
    }
	.aligncenter{ display:table; margin:0px auto;}
	#email-notes {color:#fff;}
	.comment-form-cookies-consent {display:none}
	.logged-in-as a {color:#fff; }
	/* Pagination */
.pagination {
  display: inline-block;
  margin: 20px 0;
}
.pagination a {
  display: inline-block;
background: #fb8337;
    background: linear-gradient(135deg, #fb8337 0%, #fbc533 100%);
  color: #4a0857;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  min-width: 30px;
  text-align: center;
  padding: 3px 10px;
  margin: 0 1px;
}
.pagination a.active {background-color: #ff7300;}
.pagination a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* Radyo Player */
.music-player {
    position: fixed;
    width: 300px;
    height: 55px;
    /* border-radius: 10px; */
    background: transparent;
    overflow: hidden;
    z-index: 9999;
    background: #eb4c2f;
    /* background: linear-gradient(0deg, #2b2b55 0%, rgb(76, 76, 121) 100%); */
    bottom: 0;
    /* border-top: 2px solid #adadad; */
    right: 0;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 10px #2b2b55;
  
}
.music-player img {
    position: absolute;
    top: 16px;
    left: 10px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    display: block;
    width: 44px !important;
    height: 34px !important;
}
.music-player .info {
  /*height: 90px;
  background: transparent;
  text-align: center;
  position: absolute;
  float: left;
  margin-left: 50px;*/
  display:none;
}
.music-player .info .jp-playlist li {
  display: none;
  padding:0px 0px;
}
.music-player .info .jp-playlist li a {
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.music-player .info .jp-playlist li a span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.music-player .info .jp-playlist li.jp-playlist-current {
  display: block;
}
.music-player .info .jp-playlist li .jp-free-media, .music-player .info .jp-playlist li .jp-playlist-item-remove {
  display: none;
}
.music-player .info .left, .music-player .info .right {
  width: 25px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.music-player .info .right {
  left: auto;
  right: 30px;
}
.music-player .info [class^="icons-"] {
  margin: 0 0 10px;
}
.music-player .info .center {
  padding: 5px 0 0;
}
.music-player .progress, .music-player .volume-level {
  width: 100%;
  height: 5px;
  display: block;
  background: transparent;
  position: absolute;
  bottom: 0px;
  /* cursor: pointer; - Kaldırıldı */
  border: none;
}
.music-player .progress .ui-slider-range, .music-player .volume-level .ui-slider-range {
    display: block;
    background: #3c074e;
    height: 3px!important;
    border-radius: 0;
}
.music-player .progress .ui-slider-handle, .music-player .volume-level .ui-slider-handle {
  position: absolute;
  top: -8px;
  width: 8px;
  height: 22px;
  background: url("../images/radioset/tsqwz1N.png") no-repeat center;
  border: none;
  outline: none;
  margin: 0 0 0 -3px;
  cursor: move;
}
.music-player .controls {
  height: 90px;
  background: transparent;
  text-align: center;
  display: table;
  margin: 0px auto;
}
.music-player .controls .current {
  font-size: 16px;
  color: #fff;
  float: left;
  padding-top: 11px;
  padding-left: 50px;
  position: absolute;
  right: 20px;
}
.music-player .controls .play-controls {
  padding-top: 9px;
  display: table;
  margin: 0px auto;
}
.music-player .controls .play-controls a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.music-player .controls .volume-level {
  position: absolute;
  width: 150px;
  height: 2px;
  background: rgba(225, 225, 225, 1);
  top: 40px;
  right: 60px;
}
@media screen and (max-width: 1100px) {
  .music-player .controls .volume-level { display:none; }
  .music-player .info .jp-playlist li.jp-playlist-current { display:none }
  .music-player .controls .current { font-size:12px; padding-top:18px;}
  .music-player .controls .play-controls {margin: 10px auto; }
}
@media screen and (max-width: 768px) { 
  .music-player {width: 100%; border-top-left-radius: 0px; }
  .footer {
    margin-bottom: 55px;	
  }
  .mak {display:none}
}
.music-player .controls .volume-level .ui-slider-range {
  height: 5px;
}
.music-player .controls .volume-level .ui-slider-handle {
	top: -7px;
    margin-left: -9px;
    width: 16px;
    height: 16px;
  background-image: url("../images/radioset/V5i67V2.png");
}
.music-player .controls .volume-level .icons-volume-up, .music-player .controls .volume-level .icons-volume-down {
  position: absolute;
  right: -34px;
  top: -10px;
  width: 35px;
}
.music-player .controls .volume-level .icons-volume-down {
  right: auto;
  left: -35px;
}

[class^="icons-"] {
  width: 24px;
  height: 24px;
  background: url("../images/radioset/E09T8tf.png") no-repeat center;
  display: block;
}

.icons-shuffle {
  background-image: url("../images/radioset/AQAxRxS.png");
}
.icons-heart {
  background-image: url("../images/radioset/E09T8tf.png");
}
.icons-repeat {
  background-image: url("../images/radioset/338F8MX.png");
}
.icons-share {
  background-image: url("../images/radioset/PGIC6ME.png");
}
.icons-previous {
  background-image: url("../images/radioset/LIqj0nr.png");
}
.icons-play {
  background-image: url("../images/radioset/play-button.png");
}
.icons-pause {
  background-image: url("../images/radioset/lIhwduj.png");
}
.icons-next {
  background-image: url("../images/radioset/Mb6Nzj5.png");
}
.icons-volume-up {
  background-image: url("../images/radioset/speaker.png");
}
.icons-volume-down {
  background-image: url("../images/radioset/mute.png");
}
.progress.ui-slider {display:none}

/*Preloader*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #eb7a55;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #eb7a55, 0 0 5px #eb7a55;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #eb7a55;
  border-left-color: #eb7a55;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/*Preloader*/

/* Radyo Yazılımları Sayfası Stilleri */
.smart-recommendations {
    margin-bottom: 30px;
}

.recommendation {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

.recommendation.beginner {
    border-left: 4px solid #28a745;
}

.recommendation.advanced {
    border-left: 4px solid #ff6b35;
}

/* Radyo Yayın Yazılımları Sayfası CSS */
.broadcast-filter {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.broadcast-filter button {
  background: white;
  border: 2px solid #ff6b35;
  color: #ff6b35;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  /* cursor: pointer; - Kaldırıldı */
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.1);
}

.broadcast-filter button:hover {
  background: #ff6b35;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.broadcast-filter button.active {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  border-color: #ff6b35;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.search-container {
  position: relative;
  max-width: 400px;
  margin: 0 auto 30px;
}

.search-input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
  color: #333;
  padding-right: 50px;
}

.search-input:focus {
  border-color: #ff6b35;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
  outline: none;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff6b35;
  font-size: 18px;
}

.broadcast-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.program-card {
  background: white;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 107, 53, 0.1);
  position: relative;
  overflow: hidden;
  /* cursor: pointer; - Kaldırıldı */
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-header {
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
}

.card-header h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.card-header .icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.header-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.editor-choice .badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.download-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.download-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

.program-stats {
  margin-bottom: 15px;
}

.download-count {
  color: #ff6b35;
  font-weight: 600;
  font-size: 0.9rem;
}

.platform-label {
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.platform-label.android {
  background: #4CAF50;
  color: white;
}

.platform-label.ios {
  background: #2196F3;
  color: white;
}

.platform-label.desktop {
  background: #FF9800;
  color: white;
}

.program-card p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.program-card details {
  margin-top: 15px;
}

.program-card details summary {
  /* cursor: pointer; - Kaldırıldı */
  font-weight: 600;
  color: #ff6b35;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.program-card details summary:hover {
  color: #f7931e;
}

.program-card details ol {
  padding-left: 20px;
  margin-top: 15px;
}

.program-card details li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.program-card details ul {
  padding-left: 20px;
  margin-top: 10px;
}

.general-guide {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 30px;
  margin: 40px 0;
  border-left: 4px solid #ff6b35;
}

.general-guide h2 {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.general-guide h2 i {
  color: #ff6b35;
}

.guide-content h3 {
  color: #333;
  font-size: 1.3rem;
  margin: 25px 0 15px;
}

.guide-content ul {
  padding-left: 20px;
}

.guide-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.faq-section {
  margin: 40px 0;
}

.faq-section h2 {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-section h2 i {
  color: #ff6b35;
}

.faq-list details {
  background: white;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

.faq-list details summary {
  padding: 20px;
  /* cursor: pointer; - Kaldırıldı */
  font-weight: 600;
  color: #333;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  transition: all 0.3s ease;
}

.faq-list details summary:hover {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.faq-list details p {
  padding: 20px;
  margin: 0;
  line-height: 1.6;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .broadcast-filter {
    gap: 10px;
  }
  
  .broadcast-filter button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .broadcast-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .program-card {
    padding: 20px;
  }
  
  .card-header h3 {
    font-size: 1.2rem;
  }
  
  .card-header .icon {
    font-size: 2rem;
  }
  
  .general-guide {
    padding: 20px;
  }
  
  .general-guide h2 {
    font-size: 1.5rem;
  }
  
  .faq-section h2 {
    font-size: 1.5rem;
  }
}

/* FadeIn Animasyonu */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Kayan İstek Yazısı CSS */
.scrolling-requests {
    background: linear-gradient(135deg, #4a0857 0%, #6a1b9a 100%);
    padding: 8px 0;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(74, 8, 87, 0.3);
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.scrolling-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scrolling-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll-left 60s linear infinite;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    min-width: max-content;
}

.scrolling-text i {
    color: #ff6b35;
    margin-right: 10px;
    font-size: 16px;
}

.requests-label {
    color: #ff6b35;
    font-weight: 700;
    margin-right: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.request-item {
    color: #ffffff;
    margin-right: 10px;
    padding: 3px 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 11px;
    transition: all 0.3s ease;
}

.request-item:hover {
    background: rgba(255, 107, 53, 0.2);
    transform: translateY(-1px);
}

.separator {
    color: #ff6b35;
    font-weight: bold;
    margin: 0 10px;
}

.no-requests {
    color: #cccccc;
    font-style: italic;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Mobil için kayan yazı ayarları */
@media (max-width: 768px) {
    .scrolling-requests {
        padding: 8px 0;
    }
    
    .scrolling-text {
        font-size: 12px;
        animation-duration: 45s;
    }
    
    .requests-label {
        font-size: 12px;
        margin-right: 10px;
    }
    
    .request-item {
        font-size: 11px;
        padding: 3px 6px;
        margin-right: 10px;
    }
}

/* Program Card CSS'leri */
.program-card {
	background: white;
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(255, 107, 53, 0.1);
	position: relative;
	overflow: hidden;
}

.program-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-header {
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
}

.card-header h3 {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.card-header .icon {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.dj-programs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.platform-filters {
	margin-bottom: 40px;
}

.filter-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.filter-btn {
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	color: #6c757d;
	padding: 12px 24px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.filter-btn:hover,
.filter-btn.active {
	background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
	color: white;
	border-color: var(--gradient-start);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 140, 66, 0.3);
}

/* Mobil Responsive */
@media (max-width: 768px) {
	.dj-programs-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.filter-buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.filter-btn {
		width: 100%;
		max-width: 200px;
		justify-content: center;
	}
}

/* Game Features CSS */
.game-features {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: white;
	padding: 15px 25px;
	border-radius: 25px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	border: 2px solid var(--gradient-start);
}

.feature-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(255, 140, 66, 0.2);
}

.feature-item i {
	font-size: 20px;
	color: var(--gradient-start);
}

.feature-item span {
	font-size: 16px;
	font-weight: 600;
	color: var(--gradient-start);
	white-space: nowrap;
}

/* Mobil Responsive */
@media (max-width: 768px) {
	.game-features {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	
	.feature-item {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
}

/* Program Card Gradient Colors */
.card-header.gradient-1 {
  background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
}

.card-header.gradient-2 {
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
}

.card-header.gradient-3 {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.card-header.gradient-4 {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.card-header.gradient-5 {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.card-header.gradient-6 {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

/* Program Card Styles */
.program-card {
  background: white;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 107, 53, 0.1);
  position: relative;
  overflow: hidden;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-header {
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.card-header h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.card-header .icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.program-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.program-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.program-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.program-platform {
  color: #ff6b35;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.program-description {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}

.program-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.program-features .feature {
  background: #f8f9fa;
  color: #333;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid #e9ecef;
}

/* Mobil Responsive */
@media (max-width: 768px) {
  .dj-programs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .card-header {
    padding: 15px;
  }
  
  .program-name {
    font-size: 1.2rem;
  }
  
  .program-features {
    gap: 6px;
  }
  
  .program-features .feature {
    font-size: 0.7rem;
    padding: 3px 10px;
  }
}

/* Radyo Yayın Yazılımları CTA Butonu */
.dj-programs-cta {
  margin-top: 40px;
  text-align: center;
}

.cta-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 40px;
  background: linear-gradient(135deg, #FF8C42 0%, #6B46C1 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 140, 66, 0.3);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 140, 66, 0.4);
  color: white;
  text-decoration: none;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.cta-subtitle {
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 5px;
}

/* Mobil Responsive */
@media (max-width: 768px) {
  .cta-button {
    padding: 15px 30px;
    font-size: 1rem;
  }
  
  .cta-subtitle {
    font-size: 0.8rem;
  }
}

/* Anasayfa Oyun Butonları */
.game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.game-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 1px solid #f8f9fa;
    border-left: 4px solid var(--secondary);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.game-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end));
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: white;
    margin: 0 auto 15px;
    box-shadow: 0 6px 20px rgba(255, 140, 66, 0.3);
    transition: all 0.3s ease;
}

.game-card:hover .card-icon {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 140, 66, 0.4);
}

.game-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.game-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.game-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
    width: 100%;
    justify-content: center;
}

.game-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 66, 0.4);
    color: white;
    text-decoration: none;
}

.game-btn i {
    font-size: 1rem;
}

/* Mobil Responsive */
@media (max-width: 768px) {
  .game-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .game-card {
    padding: 25px;
  }
  
  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
  }
  
  .game-card h3 {
    font-size: 1.2rem;
  }
  
  .game-card p {
    font-size: 0.9rem;
  }
  
  .game-btn {
    padding: 14px 28px;
    font-size: 0.95rem;
  }
}

/* Footer Styles - Radyo Teması */
.site-footer {
    background: linear-gradient(135deg, var(--footer-bg) 0%, #16213e 100%);
    color: var(--footer-text);
    padding: 60px 0 30px;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
}

.footer-main {
    margin-bottom: 40px;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-title {
    color: var(--gradient-start);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.radio-info p {
    margin-bottom: 12px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-info i {
    color: var(--gradient-start);
    width: 16px;
    text-align: center;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: var(--footer-link);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-menu a:hover {
    color: var(--footer-hover);
    transform: translateX(5px);
}

.now-playing {
    background: rgba(255, 140, 66, 0.1);
    border: 1px solid rgba(255, 140, 66, 0.2);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.song-title {
    color: var(--gradient-start);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
}

.program-info, .dj-info {
    font-size: 0.9rem;
    margin-bottom: 5px;
    opacity: 0.9;
}

.listener-stats p {
    font-size: 0.85rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.listener-stats i {
    color: var(--gradient-start);
    width: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 140, 66, 0.2);
    padding-top: 30px;
}

.awards-section h4, .mobile-apps h4, .sponsors-section h4 {
    color: var(--gradient-start);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.awards-list p {
    font-size: 0.9rem;
    margin-bottom: 8px;
    opacity: 0.9;
}

.app-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.app-btn {
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.app-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.3);
    color: white;
    text-decoration: none;
}

.sponsor-logos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sponsor-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 140, 66, 0.1);
    border: 1px solid rgba(255, 140, 66, 0.2);
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sponsor-item:hover {
    background: rgba(255, 140, 66, 0.15);
    border-color: rgba(255, 140, 66, 0.4);
    transform: translateX(5px);
}

.sponsor-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(255, 140, 66, 0.3);
    transition: all 0.3s ease;
}

.sponsor-icon i {
    font-size: 1rem;
    color: white;
}

.sponsor-item:hover .sponsor-icon {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.4);
}

.sponsor-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sponsor-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--footer-text);
    line-height: 1.2;
}

.sponsor-domain {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gradient-start);
    opacity: 0.8;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 140, 66, 0.1);
    padding-top: 20px;
    margin-top: 30px;
}

.footer-copyright p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-links a {
    color: var(--footer-link);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--footer-hover);
}

/* Responsive Footer */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
    }
    
    .footer-title {
        font-size: 1.1rem;
    }
    
    .app-buttons {
        justify-content: center;
    }
    
    .footer-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .sponsor-logos {
        justify-content: center;
    }
}

/* CSS Cache Buster - Son güncelleme: 2024 */

