/*Navbar için yazdığım kısım ve bir kac genel ayar (Mobil - Masaüstü)*/
html {
font-size: 14px;
}
body {
padding-top: 80px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
position: relative;
min-height: 100%;
}

@media (max-width: 768px) {
body {
margin-bottom: 60px;
}
}


.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
color: var(--bs-secondary-color);
text-align: end;
}
.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
text-align: start;
}
.navbar {
background-color: white !important;
}
.dropdown-menu .dropdown-item {
color: #000 !important;
}
.dropdown-menu .dropdown-item:active {
color: #000 !important;
background-color: #f8f9fa !important;
}
.search-wrapper {
background-color: #f7f7f7;
border: 1px solid #ececec;
border-radius: 999px;
padding: 6px;
overflow: hidden;
}
.search-icon {
font-size: 1rem;
color: #6c757d;
}
.search-input {
border: none;
background-color: transparent;
outline: none;
padding: 8px;
font-size: 0.95rem;
}
.search-button {
background-color: white;
border: none;
padding: 6px 16px;
border-radius: 999px;
font-weight: bold;
color: #000;
transition: background-color 0.2s ease;
}
.search-button:hover {
background-color: #e2e6ea;
}
.category-bar {
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
overflow-x: auto;
white-space: nowrap;
}
.category-list .nav-link {
padding: 4px 6px;
transition: background-color 0.2s ease;
}
.category-list .nav-link:hover {
background-color: #f1f1f1;
border-radius: 6px;
}
@media (max-width: 767px) {
.extra-content {
display: none !important;
}
}
.search-history-panel {
position: fixed;
top: 120px;
left: 0;
right: 0;
background-color: white;
z-index: 1050;
max-height: 50%;
overflow-y: auto;
border-top: 1px solid #e0e0e0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#searchHistoryList li {
padding: 12px 0;
border-bottom: 1px solid #f1f1f1;
 
cursor: pointer;
}
.search-history-panel {
background-color: white;
position: absolute;
top: 140px;
left: 0;
right: 0;
z-index: 1050;
max-height: 300px;
overflow-y: auto;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/*Navbar için yazdığım kısım (Mobil - Masaüstü)*/

/*Carousel için yazdığım kısım (Masaüstü - Tablet)*/
.custom-carousel-btn-bottom {
top: auto;
bottom: -20px; 
transform: none;
}
.carousel-control-prev.custom-carousel-btn-bottom {
left: 60%;
}
.carousel-control-next.custom-carousel-btn-bottom {
right: 60%;
}
@media (max-width: 768px) {
.carousel-control-prev.custom-carousel-btn-bottom {
left: 60%;
}
.carousel-control-next.custom-carousel-btn-bottom {
right: 20%;
}
}

.carousel-control-next-icon {
background-image: none; /* Varsayılan beyaz oku kaldır */
width: 2rem;
height: 2rem;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
/*Carousel için yazdığım kısım (Masaüstü - Tablet)*/

/*Kayan Kategoriler için yazdığım kısım (Mobil)*/
#categoryBarContainer {
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none; 
}
#categoryBarContainer::-webkit-scrollbar {
display: none; 
}
#categoryBar {
display: flex;
gap: 0px;
font-size: 0;
}
#categoryBar .categoryItem {
display: flex;
flex: 0 0 auto;
flex-direction: column;
align-items: center;
text-align: center;
min-width: 80px;
margin: 0;
padding: 0;
font-size: 13px;
color: black;
text-decoration: none;
gap: 2px;
}
#categoryBar .categoryItem img {
width: 60px;
height: 60px;
object-fit: cover;
margin: 0;
padding: 0;
}
/*Kayan Kategoriler için yazdığım kısım (Mobil)*/

/*Carousel (Mobil)*/
.swiper {
padding: 20px 0;
}
.swiper-slide {
position: relative; 
background: #fff;   
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
text-align: center;
overflow: hidden;
}
.swiper-slide img {
width: 100%;
height: 220px; 
object-fit: cover;
border-radius: 12px;
}
.card-caption {
position: absolute;
bottom: 20px; 
left: 20px;
right: 20px;
background-color: white;
color: black;
padding: 10px 15px;
border-radius: 12px;
font-size: 1rem;
font-weight: 500;
}
.swiper-wrapper {
overflow: visible;
}
/*Carousel (Mobil)*/

/* Ürün Kartları -Koltuk-Aydınlatma (Mobil)*/
.scrolling-products {
display: flex;
gap: 12px;
overflow-x: auto;
padding: 10px 10px 20px 10px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none; 
}
.scrolling-products::-webkit-scrollbar {
display: none; 
}
.product-card {
flex: 0 0 70%;
width: 150px;
max-width: 150px;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
padding: 10px;
position: relative;
scroll-snap-align: start;

}
.product-card img {
width: 100%;
height: 60%;
border-radius: 8px;
object-fit: cover;
}
.bookmark {
position: absolute;
top: 15px;
right: 15px;
background: #fff;
border: none;
border-radius: 4px;
padding: 5px;
font-size: 1rem;
box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.product-title {
font-weight: 600;
margin-top: 10px;
}
.product-desc {
font-size: 0.85rem;
color: #555;
}
/* Ürün Kartları -Koltuk- (Mobil)*/

/* Firma Kartları (Mobil)*/
.company-card {
width: 220px;
flex-shrink: 0;
position: relative;
}
.top-img {
width: 100%;
height: 120px;
object-fit: cover;
}
.logo-img {
width: 60px;
height: 60px;
object-fit: cover;
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
background-color: white;
}
/* Firma Kartları (Mobil)*/

/* Paket Ürünler (Mobil)*/
.package-card {
max-width: 400px; 
}

.package-card1 {
max-width: 570px; 
}
.product-img {
width: 60px;
height: 60px;
background-color: #f2f2f2;
flex-shrink: 0;
}
.product-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.more-count {
background-color: #f2f2f2;
font-size: 0.85rem;
text-align: center;
}
/* Paket Ürünler (Mobil)*/

/*genel class olusturdum bazı yerlerde kaydırma cubugunu gizlemek icin*/
.scroll-hidden::-webkit-scrollbar {
display: none; /* Chrome, Safari */
}
.scroll-hidden {
-ms-overflow-style: none; /* IE & Edge */
scrollbar-width: none; /* Firefox */
}
.object-fit-cover {
object-fit: cover;
}
/*genel class olusturdum bazı yerlerde kaydırma cubugunu gizlemek icin*/


/*Mobilya kaydırma kısmı için  scroolbar ı silme işlemi yaptım (MASAÜSTÜ)*/
.productCarousel {scrollbar-width: none;-ms-overflow-style: none;}
.productCarousel::-webkit-scrollbar{display: none;}
/*Mobilya kaydırma kısmı için  scroolbar ı silme işlemi yaptım*/

/*Masaüstü kaydırmalı ürünlerin fotoraflarının boyutlarını sabitlemek için */
.fixed-img {
width: 100%;
height: 250px;
object-fit: cover;
}
/*Masaüstü kaydırmalı ürünlerin fotoraflarının boyutlarını sabitlemek için */

/*Masaüstü ürün kartlarını carousel ile aynı genişkilte tutmak için sınıf */
.productcardshw {
min-width: 290px;
max-width: 290px;
border: none;
}
/*Masaüstü ürün kartlarını carousel ile aynı genişkilte tutmak için sınıf */

/* Full Responsive Banner*/
@media (min-width: 768px) {
.rounded-md-4 {
border-radius: 0.5rem !important;
max-width: 1215px;
height:300px;
align-content: center;
}
}
/* Full Responsive Banner*/

@media (min-width: 768px) {
.mobile-wrapper {
max-width: 1165px; 
margin-left: auto; 
margin-right: auto; 
}
}

.package-img {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
background-color: #f9f9f9;
display: flex;
align-items: center;
justify-content: center;
}

.package-img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.package-count {
background-color: #f0f0f0;
text-align: center;
font-weight: bold;
font-size: 14px;
color: #333;
line-height: 1.2;
}

.package-count span {
display: block;
}


.makalecolors {
background-color: #fb997e;
}



@media (max-width: 992px) {
.tabletmenu {
margin-top: 50px;
}
}

@media (max-width: 992px) {
.tabletmenu li a {
font-size: 15px;
text-align: center;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav {
flex-wrap: nowrap !important;
}
}

/* Anasayfalar Bitti*/



/* Account Kısmı Başlangıcı Admin paneli değil! */


.profile-sidebar {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.profile-initials {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto 10px auto;
}

.form-check-label {
    font-size: 14px;
}

.btn-dark {
    border-radius: 999px;
    padding-left: 30px;
    padding-right: 30px;
}

.form-section input {
    border-radius: 10px;
    height: 45px;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.section-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}

.form-check-input {
    margin-top: 5px;
}

.nav-pills .nav-link {
    text-align: left;
    padding-left: 10px;
}


.graybackground {
    background-color: #f0f0f0;
    max-width: 80%;
    height:25px;
    font-size:10px;
}

.graybackground h6 {
    font-size: 17px;
}



#search-history div:hover {
    background-color: #f1f1f1;
}

