﻿html {
  font-size: 14px;
}

@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%;
}

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 TEK SATIR ==================== */
.yamm.main-menu.navbar-nav { flex-wrap: nowrap; }
.yamm.main-menu.navbar-nav .nav-link { white-space: nowrap; }

/* ==================== ABOUT BÖLÜMÜ GÖRSELİ ==================== */
.about-image {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  border-radius: 4px;
}

/* ==================== İMZA GÖRSELİ ==================== */
img.sign {
  width: 140px !important;
  height: auto !important;
  max-width: 140px !important;
  display: block;
  margin-bottom: 8px;
}

/* ==================== İÇ SAYFA BAŞLIK BANNER FİX ==================== */
/* main.css'teki b01.jpg mevcut değil, bg-1.jpg ile değiştiriliyor */
.section-title-page {
  background-image: url("/DalviTemplate/html/assets/img/bg-1.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* ==================== HERO SLIDER IMAGE FIX ==================== */
#main-slider .sp-image-container {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

#main-slider .sp-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  max-width: none !important;
  max-height: none !important;
}