.dividerbloku {
  display: block !important;
  width: 100%;
  height: 2px;
  border: none; 
  margin: 30px 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
} 
.videobloku {
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 0.6rem;
}
.baslikbloku {
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
}
.youtubeblogu {
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 0.6rem;
}
.baslikbloku  {
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 0.6rem;
}
.audiobloku {
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 0.6rem;
}
.zenginbloklardanbiri.audiobloku audio {
  width: 100%;
  max-width: 500px;
  height: 48px;
  background-color: #f7f7f7; 
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  outline: none;
  transition: 0.3s ease all;
}

.zenginbloklardanbiri.audiobloku audio:hover {
  background-color: #eaeaea;
  border-color: #555;
}

.paragrafblok {
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.1rem;
}

.gorselbloku {  
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 0.6rem;
}

.iframeblogu { 
    text-align: center;
	margin-top: 1rem;
}

.countdownbloku {  
    margin-top: 1rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 0.6rem;
}

.rssblogu {
    margin-top: 1rem;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.feedEkList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.feedEkList li {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
}

.feedEkList li:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.feedEkList img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.itemTitle a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
}

.itemTitle a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.itemDate {
    font-size: 0.85rem;
    color: #555;
    margin: 0.25rem 0;
}

.itemContent {
    font-size: 0.95rem;
    color: #333;
}

@media (max-width: 768px) {
    .feedEkList li {
        flex-direction: column;
        text-align: left;
    }

    .feedEkList img {
        width: 100%;
        height: auto;
    }
}

.language-toggle {
   position: fixed;
   z-index: 1;
   bottom: 1rem;
   left: 1rem;
}
.language-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 3rem;
    min-height: 3rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    color: white;
    font-size: 1.5rem;
}
.language-toggle button {
    border: 0px;
}
 .language-btn svg {
     width: 2rem;
     height: 2rem;
     fill: white;
}
 .language-options {
     margin-top: 10px;
     background-color: #ffffff;
     border: 1px solid #ddd;
     border-radius: 8px;
     box-shadow: 0 4px 6px rgba(0,0,0,0.1);
     display: none;
     flex-direction: column;
     padding: 5px;
     gap: 5px;
}
 .language-options a {
     text-decoration: none;
     display: block;
     background-color: #f0f0f0;
     border: none;
     padding: 8px;
     border-radius: 5px;
     cursor: pointer;
     font-size: 14px;
     transition: background-color 0.3s;
     color: black;
    /* Ensures the text is not white */
}
 .language-options a:hover {
     background-color: #007bff;
     color: white;
}
/* Shopier Ürün Bloğu */
 .shopierblok {
     border-color: #000;
     padding: 10px;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 8px;
     padding: 16px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s ease-in-out;
}
 .shopierblok:hover {
     transform: translateY(-5px);
}
 .shopier-link {
     text-decoration: none;
     color: inherit;
     display: block;
}
/* Ürün Bilgileri */
 .product-info {
     display: flex;
     gap: 20px;
     align-items: center;
     justify-content: space-between;
}
 .product-image {
     width: 80px;
     height: 80px;
     border-radius: 8px;
     object-fit: cover;
}
 .product-details {
     flex-grow: 1;
}
/* Ürün Başlığı */
 .product-title {
     font-size: 16px;
     font-weight: bold;
     color: #333;
     margin-bottom: 8px;
}
/* Fiyatlar */
 .current-price {
     font-size: 18px;
     font-weight: bold;
     color: #34bfa3;
}
 .old-price {
     font-size: 14px;
     color: #999;
     text-decoration: line-through;
     margin-top: 5px;
}
/* Hover Effect on Link */
 .shopier-link:hover .product-title {
     color: #34bfa3;
}
/* Responsive Tasarım */
 @media (max-width: 768px) {
     .product-info {
         flex-direction: column;
         align-items: flex-start;
    }
     .product-image {
         width: 100px;
         height: 100px;
    }
}
/* Buton stili */
 .floating-btn {
     position: fixed;
     bottom: 20px;
     right: 20px;
     width: 60px;
     height: 60px;
     background-color: rgba(220, 53, 69, 0.6);
     color: white;
     border-radius: 30%;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
     cursor: pointer;
     z-index: 1000;
     transition: background-color 0.3s ease;
}
 .floating-btn:hover {
     background-color: rgba(220, 53, 69, 0.9);
}
/* Abuse SVG boyutlandırması */
 .floating-btn img {
     width: 30px;
     height: 30px;
}
/* Modal İçeriği */
 .modal-body {
     padding: 20px;
}
 .personalpage {
     min-height: 100vh;
     height: auto;
}
 .paylasbloku {
     position: relative;
}

.abuse-info {
   position: fixed;
   z-index: 1;
   bottom: 1rem;
   right: 1rem;
}
.abuse-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 3rem;
    min-height: 3rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    color: white;
}
.svg-inline--fa.fa-fw {
   width: var(--fa-fw-width,1.25em);
}

#scroll_buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 1rem;
    min-height: 2.6rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(186 186 186 / 38%);
    color: white;
}

.footer_brand_logo{
	display: flex;
   align-items: center;
   justify-content: center; 
   min-width: 30px;
   min-height: 30px;
   backdrop-filter: blur(5px);
   -webkit-backdrop-filter: blur(5px);
   background-color: rgb(186 186 186 / 38%);
   color: white;
   border-radius: 0.3rem;
}
.footer_brand {
  font-size:1rem;
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
  text-align: center; 
  z-index: 1000;
}
