/* ============================================
   YLC Rent A Car — site geneli modern stil
   ============================================ */
:root {
  --ylc-blue: #0864ad;
  --ylc-blue-deep: #054a82;
  --ylc-ink: #0f172a;
  --ylc-muted: #64748b;
  --ylc-line: #e2e8f0;
  --ylc-bg: #f5f7fb;
  --ylc-white: #ffffff;
  --ylc-radius: 12px;
  --ylc-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

/* ---- Temel ---- */
body.ylc-modern {
  font-family: "Manrope", "Exo", Arial, Helvetica, sans-serif;
  color: var(--ylc-ink);
  background: var(--ylc-bg);
  -webkit-font-smoothing: antialiased;
}

body.ylc-modern,
body.ylc-modern button,
body.ylc-modern input,
body.ylc-modern select,
body.ylc-modern textarea,
body.ylc-modern .button,
body.ylc-modern a {
  font-family: "Manrope", "Exo", Arial, Helvetica, sans-serif;
}

body.ylc-modern h1,
body.ylc-modern h2,
body.ylc-modern h3,
body.ylc-modern h4,
body.ylc-modern .title,
body.ylc-modern .subtitle,
body.ylc-modern .page-title,
body.ylc-modern .widget-title,
body.ylc-modern .check-content .title,
body.ylc-modern .heading-content .title,
body.ylc-modern .vehicle-title,
body.ylc-modern .vehicle-top-meta .vehicle-title {
  font-family: "Manrope", "Exo", Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
  font-stretch: normal !important;
}

/* ============================================
   HEADER
   ============================================ */
body.ylc-modern .header-area.header-two,
body.ylc-modern .header-area.header-two.blue-theme {
  background: transparent !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* Ust bar — ortali */
body.ylc-modern .ylc-topbar {
  background: var(--ylc-blue);
  color: #fff;
  padding: 10px 16px;
  position: relative;
}

body.ylc-modern .ylc-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  max-width: 1100px;
  margin: 0 auto;
}

body.ylc-modern .ylc-top-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

body.ylc-modern .ylc-top-item i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

body.ylc-modern .ylc-top-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

body.ylc-modern .ylc-top-social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--ylc-blue) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

body.ylc-modern .ylc-top-social a:hover {
  transform: translateY(-2px);
}

body.ylc-modern .ylc-topbar-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
}

body.ylc-modern .ylc-topbar-mobile .ylc-m-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

body.ylc-modern .ylc-topbar-mobile .ylc-m-phone i {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

body.ylc-modern .ylc-topbar-mobile .ylc-m-social {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

body.ylc-modern .ylc-topbar-mobile .ylc-m-social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--ylc-blue) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none !important;
}

body.ylc-modern .ylc-topbar-mobile .ylc-m-menu {
  color: #fff !important;
  font-size: 22px;
  line-height: 1;
  padding: 6px 4px;
  flex-shrink: 0;
  text-decoration: none !important;
}

/* Logo bar — ortali, otomatik buyuk boyut */
body.ylc-modern .ylc-logo-bar {
  background: #fff;
  padding: 18px 16px 14px;
  text-align: center;
  border-bottom: 1px solid transparent;
}

body.ylc-modern .ylc-logo-bar .site-logo {
  display: inline-block;
  line-height: 1;
  max-width: 100%;
}

body.ylc-modern .ylc-logo-bar .site-logo a {
  display: inline-block;
}

body.ylc-modern .ylc-logo-bar .site-logo img,
body.ylc-modern .ylc-site-logo {
  display: block !important;
  height: auto !important;
  width: auto !important;
  max-height: 110px !important;
  max-width: min(420px, 92vw) !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

/* Menu bar — ortali */
body.ylc-modern .header-bottom-block.ylc-nav-bar,
body.ylc-modern .ylc-nav-bar {
  background: #fff !important;
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-bottom: 1px solid var(--ylc-line);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
  z-index: 50;
}

body.ylc-modern .ylc-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  max-width: 1200px;
  margin: 0 auto;
}

body.ylc-modern .ylc-nav-inner .site-navigation,
body.ylc-modern .ylc-nav-inner .menu-wrapper,
body.ylc-modern .ylc-nav-inner .menu-content {
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  text-align: center !important;
  float: none !important;
}

/* Sadece masaustu yatay menu — mobil klona uygulanmasin */
body.ylc-modern .ylc-nav-inner .menu-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center !important;
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none;
}

body.ylc-modern .ylc-nav-inner .menu-list > li {
  float: none !important;
  flex: 0 0 auto;
  position: relative;
}

body.ylc-modern .ylc-nav-inner .top-navigation .menu-list > li > a {
  display: flex !important;
  align-items: center;
  gap: 5px;
  padding: 16px 11px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--ylc-ink) !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-family: "Manrope", "Exo", Arial, Helvetica, sans-serif !important;
}

body.ylc-modern .ylc-nav-inner .top-navigation .menu-list > li > a .fa {
  font-size: 12px !important;
  color: var(--ylc-blue) !important;
  margin: 0 !important;
}

body.ylc-modern .ylc-nav-inner .top-navigation .menu-list > li > a:hover,
body.ylc-modern .ylc-nav-inner .menu-list > li:hover > a {
  color: var(--ylc-blue) !important;
}

/* Mobil yan menu — dikey, tum linkler gorunsun */
body.ylc-modern .mb-navigation .menu-list,
body.ylc-modern #main-mobile-container .menu-list {
  display: block !important;
  flex-wrap: unset !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  height: auto !important;
}

body.ylc-modern .mb-navigation .menu-list > li,
body.ylc-modern #main-mobile-container .menu-list > li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  flex: none !important;
  position: relative;
  text-align: left !important;
}

body.ylc-modern .mb-navigation .menu-list > li > a,
body.ylc-modern #main-mobile-container .menu-list > li > a {
  display: block !important;
  width: 100% !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #1e293b !important;
  white-space: normal !important;
  text-transform: none !important;
  border-bottom: 1px solid #e2e8f0 !important;
  font-family: "Manrope", "Exo", Arial, Helvetica, sans-serif !important;
}

body.ylc-modern .mb-navigation .menu-list > li > a .fa,
body.ylc-modern #main-mobile-container .menu-list > li > a .fa {
  color: var(--ylc-blue) !important;
  margin-right: 8px !important;
}

body.ylc-modern .mb-navigation .menu-list .sub-menu,
body.ylc-modern #main-mobile-container .menu-list .sub-menu {
  position: relative !important;
  display: none;
  width: 100% !important;
  left: auto !important;
  top: auto !important;
  box-shadow: none !important;
  border: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.ylc-modern .mb-navigation,
body.ylc-modern #mobile-main-nav {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* Dil — saga sabit */
body.ylc-modern .ylc-lang {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.ylc-modern .ylc-lang .header-top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ylc-modern .ylc-lang a.language,
body.ylc-modern .ylc-lang > ul > li > a {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 8px 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--ylc-ink) !important;
  white-space: nowrap;
}

/* Eski tema header kalintilarini gizle/notrle */
body.ylc-modern .header-top-block {
  display: none !important;
}

/* ============================================
   SLIDER / HERO
   ============================================ */
body.ylc-modern .slider-block {
  margin-top: 0 !important;
  clear: both;
}

body.ylc-modern .tp-caption,
body.ylc-modern .rev-subheading {
  font-family: "Exo", "Manrope", Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
}

body.ylc-modern .button.blue-button,
body.ylc-modern a.button.blue-button,
body.ylc-modern .button,
body.ylc-modern .theme-blue button,
body.ylc-modern .check-vehicle-footer .button,
body.ylc-modern .vehicle-bottom-content .button,
body.ylc-modern .advance-search-query .button {
  background: var(--ylc-blue) !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-family: "Manrope", "Exo", Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(8, 100, 173, 0.25);
  transition: background 0.2s ease, transform 0.2s ease;
}

body.ylc-modern .button:hover,
body.ylc-modern .theme-blue button:hover,
body.ylc-modern a.button.blue-button:hover {
  background: var(--ylc-blue-deep) !important;
  transform: translateY(-1px);
}

/* Kirmizi tema butonlarini marka mavisiyle hizala */
body.ylc-modern .button.red-button,
body.ylc-modern .red-button,
body.ylc-modern .theme-blue .vehicle-filter-area .nav-tabs li.active a {
  background: var(--ylc-blue) !important;
  border-color: var(--ylc-blue) !important;
}

/* ============================================
   REZERVASYON KUTUSU
   ============================================ */
body.ylc-modern .check-vehicle-block {
  margin-top: 0 !important;
  padding: 24px 0 10px;
  background: transparent !important;
  box-shadow: none !important;
}

body.ylc-modern .check-vehicle-block .container {
  background: var(--ylc-white);
  border-radius: 16px;
  box-shadow: var(--ylc-shadow);
  border: 1px solid var(--ylc-line);
  padding: 28px 28px 20px;
}

body.ylc-modern .check-content .title {
  font-size: 26px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: var(--ylc-blue) !important;
}

body.ylc-modern .check-content .subtitle {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--ylc-muted) !important;
}

body.ylc-modern .advance-search-query label,
body.ylc-modern .check-vehicle-block label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  color: var(--ylc-muted) !important;
}

body.ylc-modern .advance-search-query .form-controller,
body.ylc-modern .advance-search-query select,
body.ylc-modern .advance-search-query input,
body.ylc-modern .form-controller {
  border-radius: 10px !important;
  border: 1px solid var(--ylc-line) !important;
  min-height: 44px;
  box-shadow: none !important;
  font-size: 14px !important;
}

body.ylc-modern .vehicle-multi-border {
  display: none !important;
}

/* ============================================
   FILO / KARTLAR / SEKMELER
   ============================================ */
body.ylc-modern .fun-facts-block {
  display: none !important;
}

body.ylc-modern .regular-vehicle-block,
body.ylc-modern .available-block,
body.ylc-modern .bg-gray-color,
body.ylc-modern .testimonial-block {
  background: var(--ylc-bg) !important;
}

body.ylc-modern .regular-vehicle-block .container-lg-screen {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

body.ylc-modern .regular-vehicle-block .row.tb.default-margin-bottom {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 28px !important;
}

body.ylc-modern .regular-vehicle-block .block-title-area {
  width: 100% !important;
  float: none !important;
  display: block !important;
  text-align: center;
}

body.ylc-modern .regular-vehicle-block .heading-content {
  display: inline-block;
  text-align: center;
}

body.ylc-modern .regular-vehicle-block .heading-content.style-one.border h2.title:before {
  left: 50% !important;
  transform: translateX(-50%);
}

body.ylc-modern .regular-vehicle-block .vehicle-filter-area {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

body.ylc-modern .heading-content.style-one .title,
body.ylc-modern .heading-content.style-one.border h2.title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: var(--ylc-ink) !important;
}

body.ylc-modern .heading-content.style-one.border h2.title:before {
  background: var(--ylc-blue) !important;
  height: 4px !important;
  width: 48px !important;
  border-radius: 4px;
  bottom: -14px !important;
}

body.ylc-modern .vehicle-filter-area .nav-tabs {
  border: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  float: none !important;
}

body.ylc-modern .vehicle-filter-area .nav-tabs > li {
  float: none !important;
  margin: 0 !important;
}

body.ylc-modern .vehicle-filter-area .nav-tabs > li > a {
  border: 0 !important;
  border-radius: 999px !important;
  background: #e8eef5 !important;
  color: var(--ylc-muted) !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

body.ylc-modern .vehicle-filter-area .nav-tabs > li.active > a,
body.ylc-modern .vehicle-filter-area .nav-tabs > li > a:hover {
  background: var(--ylc-blue) !important;
  color: #fff !important;
}

/* Kart — temiz cerceve, kaymasiz */
body.ylc-modern .vehicle-content,
body.ylc-modern .vehicle-content.nevy-bg,
body.ylc-modern .vehicle-content.theme-yellow,
body.ylc-modern .vehicle-content.style-two,
body.ylc-modern .service-content .vehicle-content {
  background: #ffffff !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid #dbe3ee !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
  margin-bottom: 28px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative !important;
}

body.ylc-modern .vehicle-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(8, 100, 173, 0.16) !important;
}

/* Ust bant — tema margin-left:30px / margin-bottom:45px kaldirildi */
body.ylc-modern .vehicle-top-meta,
body.ylc-modern .vehicle-content .vehicle-top-meta,
body.ylc-modern .vehicle-content.style-two .vehicle-top-meta {
  background: linear-gradient(135deg, #0864ad 0%, #054a82 100%) !important;
  color: #fff !important;
  padding: 16px 18px !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  overflow: visible !important;
  display: block !important;
  float: none !important;
  border: 0 !important;
  position: relative !important;
  z-index: 2;
}

body.ylc-modern .vehicle-top-meta .vehicle-title,
body.ylc-modern .vehicle-top-meta .meta-item,
body.ylc-modern .vehicle-top-meta .meta-rent,
body.ylc-modern .vehicle-top-meta .meta-rent span,
body.ylc-modern .theme-blue .vehicle-top-meta .vehicle-title,
body.ylc-modern .theme-blue .vehicle-top-meta .meta-item {
  color: #ffffff !important;
  background: transparent !important;
  float: none !important;
  margin: 0 !important;
}

body.ylc-modern .vehicle-top-meta .vehicle-title {
  font-size: 16px !important;
  font-weight: 800 !important;
  margin: 0 0 6px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.ylc-modern .vehicle-top-meta .meta-item {
  display: block !important;
  width: 100% !important;
}

body.ylc-modern .vehicle-top-meta .meta-rent {
  font-size: 13px !important;
  font-weight: 600 !important;
  opacity: 0.95;
  line-height: 1.35 !important;
}

/* Gorsel — absolute/float kaymasi tamamen iptal */
body.ylc-modern .vehicle-thumbnail,
body.ylc-modern .vehicle-content .vehicle-thumbnail,
body.ylc-modern .vehicle-content.style-two .vehicle-thumbnail,
body.ylc-modern .service-content .vehicle-thumbnail {
  background: #f4f7fb !important;
  text-align: center !important;
  padding: 18px 14px !important;
  min-height: 190px !important;
  height: 190px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  float: none !important;
}

body.ylc-modern .vehicle-thumbnail a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

body.ylc-modern .vehicle-thumbnail img,
body.ylc-modern .vehicle-content .vehicle-thumbnail img,
body.ylc-modern .vehicle-content.style-two .vehicle-thumbnail img,
body.ylc-modern .service-content .vehicle-thumbnail img,
body.ylc-modern .regular-vehicle-block .vehicle-thumbnail img {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  max-width: 90% !important;
  max-height: 155px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

@media only screen and (min-width: 992px) {
  body.ylc-modern .vehicle-content.style-two .vehicle-thumbnail img,
  body.ylc-modern .vehicle-content .vehicle-thumbnail img {
    position: static !important;
    bottom: auto !important;
  }
}

body.ylc-modern .vehicle-bottom-content,
body.ylc-modern .vehicle-content.style-two .vehicle-bottom-content,
body.ylc-modern .theme-blue .vehicle-bottom-content {
  background: #ffffff !important;
  color: #0f172a !important;
  padding: 16px 16px 18px !important;
  border-top: 1px solid #e8eef5 !important;
  position: relative !important;
}

body.ylc-modern .vehicle-content.style-two .vehicle-bottom-content:before {
  display: none !important;
}

body.ylc-modern .vehicle-bottom-content .meta-rent,
body.ylc-modern .vehicle-bottom-content .meta-item,
body.ylc-modern .vehicle-content.style-two .vehicle-bottom-content .meta-rent {
  color: #0f172a !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin-bottom: 4px !important;
}

body.ylc-modern .vehicle-bottom-content .meta-rent span {
  color: #64748b !important;
  font-weight: 700;
}

body.ylc-modern .vehicle-bottom-content .button,
body.ylc-modern .vehicle-bottom-content .button.red-button,
body.ylc-modern .vehicle-bottom-content a.button {
  display: inline-block !important;
  margin-top: 10px !important;
  background: #0864ad !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 11px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(8, 100, 173, 0.28);
}

body.ylc-modern .vehicle-bottom-content .pull-left,
body.ylc-modern .vehicle-bottom-content .pull-right {
  float: none !important;
  width: 100% !important;
  text-align: left !important;
}

body.ylc-modern .vehicle-bottom-content .vehicle-meta,
body.ylc-modern .vehicle-content.style-two .vehicle-bottom-content .vehicle-meta {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
  margin: 0 0 8px !important;
  overflow: visible !important;
}

body.ylc-modern .vehicle-bottom-content br {
  display: none !important;
}

body.ylc-modern .vehicle-bottom-content center {
  display: block !important;
  margin-top: 8px !important;
  text-align: center !important;
}

body.ylc-modern .testimonial-block .item-navigation .next-item,
body.ylc-modern .item-navigation .next-item {
  background: var(--ylc-blue) !important;
  border-color: var(--ylc-blue) !important;
  border-radius: 8px !important;
}

/* ============================================
   SAYFA BASLIKLARI / ICERIK
   ============================================ */
body.ylc-modern .page-header {
  background-size: cover !important;
  background-position: center !important;
  min-height: 160px;
  display: flex;
  align-items: center;
  position: relative;
}

body.ylc-modern .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 74, 130, 0.88), rgba(8, 100, 173, 0.65));
}

body.ylc-modern .page-header .container {
  position: relative;
  z-index: 1;
}

body.ylc-modern .page-title {
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

body.ylc-modern .about-main-content,
body.ylc-modern .about-content-left,
body.ylc-modern .blog-block,
body.ylc-modern .contact-area,
body.ylc-modern .pricing-table-area {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
}

body.ylc-modern .widget,
body.ylc-modern .sidebar .widget {
  background: var(--ylc-white);
  border-radius: var(--ylc-radius);
  border: 1px solid var(--ylc-line);
  padding: 18px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.ylc-modern .widget .widget-title {
  color: var(--ylc-blue) !important;
  border-color: var(--ylc-blue) !important;
  font-weight: 700 !important;
}

/* Formlar genel */
body.ylc-modern input[type="text"],
body.ylc-modern input[type="email"],
body.ylc-modern input[type="tel"],
body.ylc-modern input[type="number"],
body.ylc-modern input[type="password"],
body.ylc-modern input[type="time"],
body.ylc-modern input[type="date"],
body.ylc-modern textarea,
body.ylc-modern select {
  border-radius: 10px !important;
  border-color: var(--ylc-line) !important;
}

/* ============================================
   FOOTER — koyu bant + okunakli yazi
   ============================================ */
html body.ylc-modern footer.ylc-footer,
html body.ylc-modern .footer-block.ylc-footer,
html body.ylc-modern .ylc-footer {
  background: #0a2340 !important;
  background-color: #0a2340 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-top: 4px solid #0864ad !important;
  margin-top: 56px !important;
  padding: 52px 0 32px !important;
  width: 100% !important;
}

html body.ylc-modern .ylc-footer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 920px;
  margin: 0 auto 30px;
}

html body.ylc-modern .ylc-footer-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: none !important;
}

html body.ylc-modern .ylc-footer-title {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin: 0 0 16px !important;
}

html body.ylc-modern .ylc-footer-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.ylc-modern .ylc-footer-list li {
  margin: 0 0 12px !important;
}

html body.ylc-modern .ylc-footer-list a,
html body.ylc-modern .ylc-footer-list span,
html body.ylc-modern .ylc-footer-list strong {
  color: #e8f1ff !important;
  font-size: 14px !important;
  text-decoration: none !important;
  line-height: 1.45 !important;
}

html body.ylc-modern .ylc-footer-list a:hover {
  color: #7dd3fc !important;
}

html body.ylc-modern .ylc-footer-list i {
  color: #38bdf8 !important;
  width: 18px;
  margin-right: 8px;
}

html body.ylc-modern .ylc-hours li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

html body.ylc-modern .ylc-hours li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

html body.ylc-modern .ylc-footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 24px;
}

html body.ylc-modern .ylc-footer-social {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  color: #dbeafe !important;
  font-weight: 700;
  font-size: 14px;
}

html body.ylc-modern .ylc-footer-social span {
  color: #dbeafe !important;
}

html body.ylc-modern .ylc-footer-social a {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #0864ad !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

html body.ylc-modern .ylc-footer-social a i {
  color: #0864ad !important;
}

html body.ylc-modern .ylc-footer-copy {
  color: #94a3b8 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

html body.ylc-modern .footer-top-border {
  display: none !important;
}

@media (max-width: 767px) {
  html body.ylc-modern .ylc-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   WHATSAPP
   ============================================ */
.whatsapp-se-btn {
  position: fixed;
  bottom: 18px;
  left: 18px;
  right: auto;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff !important;
  border-radius: 50%;
  z-index: 999999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.whatsapp-se-btn:hover {
  background: #1ebe57;
  color: #fff !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1199px) and (min-width: 992px) {
  body.ylc-modern .ylc-nav-inner .top-navigation .menu-list > li > a {
    padding: 14px 7px !important;
    font-size: 12px !important;
  }

  body.ylc-modern .ylc-nav-inner .top-navigation .menu-list > li > a .fa {
    display: none !important;
  }
}

@media (max-width: 991px) {
  body.ylc-modern .ylc-topbar {
    padding: 10px 12px;
    overflow: visible;
    min-height: 48px;
  }

  body.ylc-modern .ylc-topbar-inner {
    display: none !important;
  }

  body.ylc-modern .ylc-topbar-mobile {
    display: flex !important;
  }

  body.ylc-modern .header-area.header-two.blue-theme,
  body.ylc-modern .ylc-header {
    overflow: visible !important;
  }

  body.ylc-modern .ylc-nav-inner {
    justify-content: flex-end;
    min-height: 48px;
  }

  body.ylc-modern .ylc-nav-inner .site-navigation {
    display: none;
  }

  body.ylc-modern .check-vehicle-block .container {
    margin: 0 12px;
    padding: 20px 16px;
  }

  /* Slider: mobilde sag tarafi goster (araba gorunsun) */
  body.ylc-modern .slider-block .tp-bgimg,
  body.ylc-modern .slider-block .rev-slidebg,
  body.ylc-modern .slider-block .slotholder .tp-bgimg,
  body.ylc-modern #rev_slider_1_1 .tp-bgimg,
  body.ylc-modern .rev_slider .tp-bgimg {
    background-position: right center !important;
    background-size: cover !important;
  }

  body.ylc-modern .slider-block img.tp-bgimg,
  body.ylc-modern .rev_slider img.tp-bgimg {
    object-position: right center !important;
    object-fit: cover !important;
  }
}

@media (max-width: 767px) {
  body.ylc-modern .check-content .title {
    font-size: 22px !important;
  }

  body.ylc-modern .heading-content.style-one .title {
    font-size: 24px !important;
  }

  body.ylc-modern .page-title {
    font-size: 24px !important;
  }

  body.ylc-modern .ylc-logo-bar .site-logo img,
  body.ylc-modern .ylc-site-logo {
    max-height: 72px !important;
    max-width: 85vw !important;
  }

  /* Cok dar ekranda telefon metnini biraz kucult */
  body.ylc-modern .ylc-topbar-mobile .ylc-m-phone span {
    font-size: 11px;
  }

  body.ylc-modern .ylc-topbar-mobile .ylc-m-social a {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .whatsapp-se-btn {
    bottom: 12px;
    left: 12px;
    width: 50px;
    height: 50px;
  }
}
