.floating-buttons {
    bottom: 80px; /* increase value to move up */
}


.articles.style-1 .articles-item-image,
.articles.style-1 .articles-item-image > a,
.articles.style-1 .item-image > .item-image-link,
.article-item-image-link{
    height: 200px!important;
}
.articles-item-image img,
.articles-item-image > a > img,
.articles.style-1 .item-image > .item-image-link img,
.article-item-image-link img,
.most-read-image img,
#section-page-detail-articles .article-image img{
    object-fit: cover;
    height: 100%!important;
}

.articles.style-1 .articles-item-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.most-read-image{
	height: 80px !important;
}


#kontrolpaneli .fon-section > .container {
    max-width: 1900px !important;
}

.btn-danger {
    --bs-btn-color
#ffffff
: #ffffff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.alert-flat {
    --bs-alert-color: var(--bs-white);
    --bs-alert-bg: #000e9c;
    border-width: 0
}

.btn-success {
    --bs-btn-bg: #000e9c;
    --bs-btn-border-color: #000e9c;
    --bs-btn-hover-bg: #000e9c;
    --bs-btn-hover-border-color: #000e9c;
    --bs-btn-active-bg: #000e9c;
    --bs-btn-active-border-color: #000e9c;
    --bs-btn-disabled-bg: #000e9c;
    --bs-btn-disabled-border-color: #000e9c;
}




body.page-server-products #fon-header.header-4,
body.page-hosting-products #fon-header.header-4,
body.page-special-products #fon-header.header-4 {
position: absolute;
left: 0;
width: 100%;
background: transparent;
box-shadow: none;
}

body.page-server-products #fon-header.header-4.header-fixed,
body.page-hosting-products #fon-header.header-4.header-fixed,
body.page-special-products #fon-header.header-4.header-fixed {
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
position:fixed;
}



.footer-bottom, .footer-middle {
  background-color: #000; /* Add your preferred background color */
  color: #fff; /* Add your preferred text color */
}

.text-theme-primary {
    color: #adadad !important;
}
/* Arama Kapsayıcısı */
.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    z-index: 50;
}

/* Arama Kutusu Gövdesi */
.search-box {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    transition: all 0.3s ease;
    border: 1px solid var(--bs-border-color);
}

/* Arama aktifken kutu şekli */
.search-box.active {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 0 0; /* Alt köşeleri düzleştir */
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    padding: 5px;
}

.search-icon {
    font-size: 20px;
    color: #64748b;
    margin-right: 0;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #0f172a; /* Neredeyse siyah */
    background: transparent;
    font-weight: 400;
    border:0!important;
}

.search-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

/* Temizleme Butonu */
.clear-search {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    color: #94a3b8;
    cursor: pointer;
    padding: 0 8px;
    transition: color 0.2s;
    padding-right: 0;
}

.clear-search:hover { color: #475569; }
.clear-search.visible { display: block; }

/* Arama Sonuçları Dropdown */
.search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--bs-border-color);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-height: 450px;
    overflow-y: auto;
    z-index: 1000;
    text-align: left; /* Sola yaslı */
}

.search-results.visible { display: block; }

/* Sonuç Öğesi */
.search-result-item {
    display: flex;
    align-items: center; /* Dikey ortala */
    justify-content: flex-start; /* Yatayda başa yasla (Sola yaslı) */
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.15s ease;
}

.search-result-item:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}

.search-result-item:hover {
    background-color: #00000000; /* Çok hafif gri hover */
    color: #0f172a;
}

.result-icon {
   /* font-size: 18px;*/
    color: #64748b;
    margin-right: 10px;
   /* width: 24px;*/
    text-align: center;
    flex-shrink: 0;
}

.result-title {
    font-size: 1rem;
    font-weight: 500;
    flex: 1;
    text-align: left;
    line-height: 1.25;
}

/* Vurgulanan Metin (Highlight) */
.result-title .highlight {
    color: #d8966b; /* Kurumsal Mavi */
    font-weight: 700;
    background: transparent; /* Arkaplan rengi yok, temiz görünüm */
}

/* Sonuç Bulunamadı ve Loading */
.no-results, .loading-results {
    padding: 24px;
    text-align: center; /* Bilgi mesajları ortalı olabilir */
    color: #64748b;
    font-size: 14px;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    border-top: 2px solid #2563eb; /* Mavi spinner */
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* İpucu Metni */
.search-hint {
    margin-top: 12px;
    text-align: center;
    color: #94a3b8; /* Banner üstünde görünecek açık gri */
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* Scrollbar Tasarımı */
.search-results::-webkit-scrollbar { width: 6px; }
.search-results::-webkit-scrollbar-track { background: #f1f5f9; }
.search-results::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
.search-results::-webkit-scrollbar-thumb:hover { background: #000; }

/*** Header Üstbilgi Arama ***/
#searchCategoryButton.active {
    background-color: var(--theme-primary);
}
.header .server-category-search-wrapper {
    /*display: none;*/
    position: absolute;
    top: 100%;
    right: -10px;
    /* width: 500px; */
}
.header .server-category-search-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -19px;
    right: 20px;
    z-index: 52;
}
.header .server-category-search-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: var(--bs-border-color);
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 51;
}
div#searchServerLocationHome.search-wrapper {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
div#searchServerLocationHome .search-icon {
	background: var(--theme-primary);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-left: 0;
}
div#searchServerLocationHome .search-input {
	font-size: 1.25rem;
}
div#searchServerLocationHome .clear-search {
	margin-right: 5px;
}
.page-detail-article-conent img{
    max-width: 100%;
}

	
	.header .server-category-search-wrapper {
		right: auto;
		transform: translateX(-50%);
		left: 50%;
	}
	.header .server-category-search-wrapper:before,
	.header .server-category-search-wrapper:after{
		right: auto;
		left: 46%;
	}
	
}