html, body, section, header {
  margin:0!important;
  padding:0!important;
  width:100%!important;
  }

input[type="file"] {
  cursor: pointer!important;
  font: 300 14px sans-serif;
  color:#9e9e9e;
  }

input[type="file"]::-webkit-file-upload-button{
  font: 300 14px  sans-serif;
  background: #009688;
  border: 0;
  padding: 12px 25px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  }
     
input[type="file"]::-ms-browse {
  font: 300 14px 'Roboto', sans-serif;
  background: #009688;
  border: 0;
  padding: 12px 25px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  }

/* ============= GİRİŞ VE KAYIT SAYFASI ================ */

.login-page{
  margin-top: 150px;
  }

/* ============= BLOG ================ */

.blog-title{
  color: #3d3d3d;
  font-size: 1.5em;
  font-weight: 800;
  width: 100%;
}

.blog-desc{
  color: #3d3d3d;
  font-size: 1.1em;
  font-weight: 500;
  width: 100%;
}

.blog-box{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-img{
  width: 10em;
  height: 10em;
}

.box-img img{
  width: 10em;
  height: 10em;
  object-fit: cover;
}

.box-img-single img{
  width: 20em;
  height: 20em;
  object-fit: cover;
}

/* ============= DETAY ARA ================ */

.detayara{
  background-color: #efefef;
  padding: 15px;
  border-radius: 5px;
  margin-right: 10px;
  }

.minmaxlistesi{
  font-size: 12px;
  }

/* ============= SLOGANLAR ================ */
.required{
  color: red!important;
  }

.whoweare-item {
  height: 16em;
  padding:60px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }

/* ============= FAV BUTTON ================ */

#favbutton {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px!important;
  display: inline-block;
  padding: 5px 15px!important;
  border-radius: 25px!important;
  border: 1px solid #000000!important;
  transition: all .5s;
  }

#favbutton:hover {
  background: #ff8c00;
  color: #fff!important;
  border: 1px solid #000000!important;  
  }

.border-light {
  width: 90px;
  }

/* ============= MODERN SECTION TITLE ================ */

.section-title-wrapper {
  position: relative;
  margin: 3rem 0 2.5rem;
  text-align: center;
}

.section-title-wrapper h2,
.section-title-wrapper h3 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c2d2d;
  margin: 0;
  padding: 0 20px;
  position: relative;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #2c2d2d 0%, #434444 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Fallback for browsers that don't support background-clip: text */
@supports not (-webkit-background-clip: text) {
  .section-title-wrapper h2,
  .section-title-wrapper h3 {
    color: #2c2d2d;
    background: none;
  }
}

/* Apply gradient text for supported browsers */
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .section-title-wrapper h2,
  .section-title-wrapper h3 {
    -webkit-text-fill-color: transparent;
  }
}

.section-title {
  width: 80px;
  height: 2px;
  margin: 24px auto 0;
  border: none;
  background: linear-gradient(90deg, rgba(245, 208, 6, 0) 0%, rgba(245, 208, 6, 0.8) 50%, rgba(245, 208, 6, 0) 100%);
  position: relative;
  border-radius: 1px;
  opacity: 0.9;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title-wrapper h2,
  .section-title-wrapper h3 {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  
  .section-title {
    width: 60px;
    height: 1.5px;
    margin: 20px auto 0;
  }
}

/*=================== SMALL BOX - İLAN VER KUTULARI ===============*/

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  }

.small-box:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  }

.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  height: 40px;
  }

.small-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  }

.small-box h4 {
  min-height: 92px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: white;
  }

.small-box p {
  font-size: 1.2rem;
  color: white;
  }

.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
  }

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  }

.small-box .icon > i {
  right: 20px;
  font-size: 48px;
  margin-top:15px;
  position: absolute;
  transition: all 0.3s linear;
  }

.small-box:hover .icon > i {
  font-size: 55px;
  }

.small-box:hover {
  text-decoration: none;
  }

/* Small-box içindeki linklerde alt çizgiyi kaldır */
a .small-box,
a.small-box,
.small-box a {
  text-decoration: none !important;
  border-bottom: none !important;
}

a:hover .small-box,
a.small-box:hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

.small-box h4,
.small-box p,
.small-box .small-box-footer {
  text-decoration: none !important;
  border-bottom: none !important;
}

.small-box:hover h4,
.small-box:hover p,
.small-box:hover .small-box-footer {
  text-decoration: none !important;
  border-bottom: none !important;
}
  

/* ============= ÜRÜNLER GRUBU ================ */

.product-grid{
  padding: 20px;
  }

.product-grid:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

.image{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* CLS önleme için sabit en-boy oranı */
  overflow: hidden;
  }

.image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* Alt boşlukları kaldır */
  }

.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(67, 68, 68, 0.7);
  }

.image:hover .overlay{
  opacity: 1;
  }

.detail{
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  align-items: center;
  }

.buy{
  background-color: transparent;
  color: #434444;
  border-radius: 0!important;
  border: 1px solid #434444!important;
  width: 100%;

  }

.buy:hover{
  background-color: #434444;
  color: #fff!important;
}

.marka{
  padding: 1px;
  background-color: darkcyan;
  color: white;
  border-radius: 6px;
  font-weight: 600;
  max-width: 100%;
  }

.fiyat{
  padding: 1px;
  background-color: #FFC107;
  color: white;
  border-radius: 6px;
  font-weight: 600;
  max-width: 100%;

  }

.productPr{
  text-align: center;
  font-weight: 600;
  font-size: 0.7em;
  margin-bottom: -0.5em;
}

.productPrCek{
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  
}

.uresimkutu{
  width: 184px;
  height: 200px;
  }

.uresim{
  max-width: 183px;
  max-height: 200px;
  }

/* ============= YORUMLAR ================ */

.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  }

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 250px;
  overflow: auto;
  padding: 10px;
  }

.direct-chat-msg,
.direct-chat-text {
  display: block;
  }

.direct-chat-msg {
  margin-bottom: 20px;
  }

.direct-chat-msg::after {
  display: block;
  clear: both;
  content: "";
  }

.direct-chat-messages {
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

.direct-chat-text {
  border-radius: 0.3rem;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  color: #444;
  margin: 5px 0 0 50px;
  padding: 5px 10px;
  position: relative;
  }

.direct-chat-text::after, .direct-chat-text::before {
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0;
  }

.direct-chat-text::after {
  border-width: 5px;
  margin-top: -5px;
  }

.direct-chat-text::before {
  border-width: 6px;
  margin-top: -6px;
  }

.direct-chat-img {
  border-radius: 50%;
  float: left;
  height: 40px;
  width: 40px;
  }

.right .direct-chat-img {
  float: right;
  }

.direct-chat-name {
  font-weight: 600;
  }

.direct-chat-timestamp {
  color: #697582;
  }

/* =========================== RESPONSIVE =========================== */

@media screen and (min-width: 940px){

  .ortaklar img{
    height: 30px;
  }
}
@media screen and (min-width: 300px) and (max-width: 940px){

  .ortaklar img{
    height: 30px;
  }
  .ortakrow{
    width: 100vh;
    text-align: center;
    margin-bottom: 12px;
  }
}

/* ============= NAVBAR BUTON DÜZENLEMELERİ ================ */

.topBar {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 100px;
}

.topBar .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: visible;
  padding: 5px 0;
}

.topBar .navbar-brand img {
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.topBar .row {
  margin-left: 0;
  margin-right: 0;
}

.topBar .col-md-4:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.navbar-btn-item {
  flex-shrink: 0;
}

.navbar-btn-link {
  text-decoration: none !important;
  display: inline-block;
}

.navbar-btn-link:hover {
  text-decoration: none !important;
}

.navbar-btn-link:focus {
  text-decoration: none !important;
}

.navbar-btn-link:active {
  text-decoration: none !important;
}

.navbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 0.85em;
  white-space: nowrap;
  transition: all 0.3s ease;
  border-radius: 6px;
  min-height: 36px;
  vertical-align: middle;
}

.navbar-btn i {
  font-size: 0.9em;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}

.navbar-btn .btn-text {
  font-size: 0.85em;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  vertical-align: middle;
}

/* Messenger butonu - sadece ikon göster (metin gizli) */
#messengerButton .btn-text {
  display: none;
}

#messengerButton {
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border: none;
}

#messengerButton:hover {
  text-decoration: none !important;
}

#messengerButton:focus {
  text-decoration: none !important;
  outline: none;
  box-shadow: none;
}

#messengerButton i {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  text-decoration: none !important;
}

/* Messenger butonu link wrapper */
.navbar-btn-link[href*="chat-messenger"] {
  text-decoration: none !important;
}

.navbar-btn-link[href*="chat-messenger"]:hover {
  text-decoration: none !important;
}

.navbar-btn-link[href*="chat-messenger"]:focus {
  text-decoration: none !important;
}

/* Kullanıcı dropdown butonu */
.navbar-user-btn {
  min-width: auto;
  max-width: 140px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.navbar-user-btn i {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
}

.navbar-user-btn .btn-text {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
}

.topBar button.btn {
  font-size: 0.85em;
  padding: 6px 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.topBar #messengerButton {
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topBar #dropdownMenuButton {
  text-align: left;
  min-width: auto;
  max-width: 140px;
}

/* Tablet görünüm için */
@media (min-width: 769px) and (max-width: 991px) {
  .navbar-buttons-container {
    gap: 4px;
  }
  
  .navbar-btn {
    font-size: 0.8em;
    padding: 5px 8px;
    min-height: 34px;
  }
  
  .navbar-btn .btn-text {
    font-size: 0.8em;
  }
  
  #messengerButton {
    min-width: 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .navbar-user-btn {
    max-width: 120px;
  }
  
  .navbar-user-btn .btn-text {
    max-width: 70px;
  }
}

/* Mobil görünüm için */
@media (max-width: 768px) {
  .topBar {
    min-height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .topBar .navbar-brand {
    padding: 3px 0;
  }
  
  .topBar .navbar-brand img {
    max-height: 70px;
    max-width: 250px;
  }
  
  .navbar-buttons-container {
    gap: 8px;
    justify-content: center;
    width: 100%;
  }
  
  .navbar-btn-item {
    flex: 1;
    min-width: 0;
    max-width: none;
  }
  
  .navbar-btn {
    font-size: 0.85em;
    padding: 8px 12px;
    min-height: 40px;
    width: 100%;
    min-width: auto;
    justify-content: center;
  }
  
  .navbar-btn .btn-text {
    display: inline-flex !important; /* Mobilde metinleri göster */
    font-size: 0.85em;
    margin-left: 4px;
  }
  
  .navbar-btn i {
    font-size: 1em;
    flex-shrink: 0;
  }
  
  #messengerButton {
    min-width: auto;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #messengerButton .btn-text {
    display: inline-flex !important;
    margin-left: 4px;
  }
  
  .navbar-user-btn {
    max-width: none;
    width: 100%;
  }
  
  .navbar-user-btn .btn-text {
    max-width: none;
    font-size: 0.85em;
    display: inline-flex !important;
  }
}

/* Modern Alert Components */
.alert-modern {
  padding: 16px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  border: none;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-modern i {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.alert-modern.alert-success {
  background: #d1fae5;
  color: #065f46;
  border-left: 4px solid #10b981;
}

.alert-modern.alert-success i {
  color: #10b981;
}

.alert-modern.alert-danger {
  background: #fee2e2;
  color: #991b1b;
  border-left: 4px solid #ef4444;
}

.alert-modern.alert-danger i {
  color: #ef4444;
}

.alert-modern.alert-warning {
  background: #fef3c7;
  color: #92400e;
  border-left: 4px solid #f59e0b;
}

.alert-modern.alert-warning i {
  color: #f59e0b;
}

.alert-modern.alert-info {
  background: #e7f3ff;
  color: #0c5460;
  border-left: 4px solid #17a2b8;
}

.alert-modern.alert-info i {
  color: #17a2b8;
}

.alert-modern strong {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.alert-modern form {
  margin-top: 12px;
}

/* Küçük mobil görünüm için */
@media (max-width: 576px) {
  .topBar {
    min-height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  .topBar .navbar-brand {
    padding: 3px 0;
  }
  
  .topBar .navbar-brand img {
    max-height: 60px;
    max-width: 200px;
  }
  
  .navbar-buttons-container {
    gap: 6px;
    width: 100%;
  }
  
  .navbar-btn-item {
    flex: 1;
    min-width: 0;
  }
  
  .navbar-btn {
    font-size: 0.8em;
    padding: 7px 10px;
    min-height: 38px;
    width: 100%;
    min-width: auto;
  }
  
  .navbar-btn .btn-text {
    display: inline-flex !important;
    font-size: 0.8em;
    margin-left: 3px;
  }
  
  .navbar-btn i {
    font-size: 0.95em;
  }
  
  #messengerButton {
    min-width: auto;
    width: 100%;
    height: 38px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #messengerButton .btn-text {
    display: inline-flex !important;
    margin-left: 3px;
  }
  
  .navbar-user-btn {
    max-width: none;
    width: 100%;
  }
  
  .navbar-user-btn .btn-text {
    max-width: none;
    font-size: 0.8em;
    display: inline-flex !important;
  }
}

/* ============= ŞİFRE GÖSTER/GİZLE BUTONU ================ */

.password-toggle {
  cursor: pointer;
  border-color: #ced4da;
  background-color: #fff;
  transition: all 0.2s;
}

.password-toggle:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

.password-toggle:focus {
  box-shadow: none;
  outline: none;
}

.password-toggle i {
  color: #6c757d;
  transition: color 0.2s;
}

.password-toggle:hover i {
  color: #495057;
}

/* Input group ile uyumlu görünüm */
.input-group .password-toggle {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============= MODERN BUTON STİLLERİ ================ */

/* Genel modern buton stili */
.btn-modern {
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  min-height: 44px; /* WCAG erişilebilirlik standardı */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.btn-modern:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-modern:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.25);
}

/* İkonlu butonlar için */
.btn-modern i {
  margin-right: 8px;
}

.btn-modern i.me-2 {
  margin-right: 8px;
  margin-left: 0;
}

/* Tam genişlik butonlar */
.btn-modern.w-100 {
  width: 100%;
}

/* Buton boyutları */
.btn-modern.btn-lg {
  padding: 12px 24px;
  font-size: 1.1em;
  min-height: 48px;
}

.btn-modern.btn-sm {
  padding: 6px 12px;
  font-size: 0.9em;
  min-height: 36px;
}

/* Renk varyasyonları */
.btn-modern.btn-primary {
  background-color: #007bff;
  color: #fff;
}

.btn-modern.btn-primary:hover {
  background-color: #0056b3;
  color: #fff;
}

.btn-modern.btn-success {
  background-color: #28a745;
  color: #fff;
}

.btn-modern.btn-success:hover {
  background-color: #218838;
  color: #fff;
}

.btn-modern.btn-danger {
  background-color: #dc3545;
  color: #fff;
}

.btn-modern.btn-danger:hover {
  background-color: #c82333;
  color: #fff;
}

.btn-modern.btn-warning {
  background-color: #ffc107;
  color: #212529;
}

.btn-modern.btn-warning:hover {
  background-color: #e0a800;
  color: #212529;
}

.btn-modern.btn-info {
  background-color: #17a2b8;
  color: #fff;
}

.btn-modern.btn-info:hover {
  background-color: #138496;
  color: #fff;
}

.btn-modern.btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.btn-modern.btn-secondary:hover {
  background-color: #5a6268;
  color: #fff;
}

/* Outline butonlar */
.btn-modern.btn-outline-primary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.btn-modern.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
}

.btn-modern.btn-outline-danger {
  background-color: transparent;
  color: #dc3545;
  border: 2px solid #dc3545;
}

.btn-modern.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.btn-modern.btn-outline-success {
  background-color: transparent;
  color: #28a745;
  border: 2px solid #28a745;
}

.btn-modern.btn-outline-success:hover {
  background-color: #28a745;
  color: #fff;
}

/* Responsive: Mobilde tam genişlik */
@media (max-width: 768px) {
  .btn-modern {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .btn-modern:last-child {
    margin-bottom: 0;
  }
}