/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #007BFF; /* Buton rengi */
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: none; /* Başlangıçta görünmesin */
  z-index: 9999;
  transition: all 0.3s ease;
}

.scrollToTop:hover {
  background: #0056b3; /* Hover rengi */
}
