*{
margin: 0;
padding: 0;}
.icon {
  width: 20px;
  height: 20px;
}
.cartoggle{
width: 100%;
height: auto;  
display: flex;
justify-content: center;
flex-direction: column;
}
.cartoggle{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.togglebox{
    width:90%;
    height:200px;
    background:linear-gradient(135deg, #0F172A 30%, #1e3a5f 100%);
    border-radius:0 0 30px 30px;
     display:flex;
    flex-direction:column;
    align-items:center;
}
.carplaka{
padding: 0.75rem 1.5rem;
margin-top: 30px;
background-color: white;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
font-family: "Bahnschrift", sans-serif;

}

.carname{
    width:90%;
    height:50px;
    margin-top:5px;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
}

 
   .icerik-alani{
    width: 90%;
    margin: auto;
    display: flex;
    gap: 5px;
    flex-direction: column;
   }

.arackartı {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #0F172A 0%, #1e3a5f 50%, #0F172A 100%);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.arac-görüntü-konteyneri {
  position: relative;
  height: 12rem;
  overflow: hidden;
}

.arac-görseli {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0F172A 0%, transparent 100%);
}

.bakım-bilgisi {
  padding: 0 1.5rem 1.5rem;
  margin-top: -3rem;
  position: relative;
  z-index: 10;
}

.bakım-bolumu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.bakım-kutusu {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bakım-baslıgı {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.bakım-baslıgı svg {
  color: #60a5fa;
}

.bakım-etiketi {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.bakım-tarihi {
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
}

.bakım-km {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.25rem;
}

.toplam-bakım {
  text-align: center;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.toplam-etiketi {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}

.toplam-deger {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-top: 0.25rem;
}
.istatistikler {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.bakim-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
}

.bakim-header-sol h2{
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
}

.bakim-sayac{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 16px;
    border-radius: 12px;
}

.bakim-sayac .sayi{
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
}

.bakim-sayac .yazi{
    font-size: 11px;
    color: #475569;
}

.bakimgecmisi{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}
.bakimekle{
width: 90%;
height: 30rem;
background-color: #16a34a00;
 display: flex;
 align-items: center;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
}
.bos-icon{
    font-size: 40px;
    margin-top: 50px;
}

.bakimekle h3{
    color: #0f172a;
    font-size: 24px;
}

.bakimekle p{
    color: #64748b;
    text-align: center;
    max-width: 350px;
}

.bakim-ekle-btn{
    padding: 12px 24px;
    border: none;
    border-radius: 12px;

    background: #2563eb;
    color: white;

    font-size: 15px;
    font-weight: 600;
    cursor: pointer;

    transition: .3s;
}

.bakim-ekle-btn:hover{
    transform: translateY(-2px);
    background: #1d4ed8;
}


.bakimsirala{
width: 90%;
height: 30rem;
 display: flex;
 align-items: center;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
}

.bakimsirala::-webkit-scrollbar{
    display: none;
}
.bakimkart{
  width: 90%;
    background:#ffffff6e;
    border-radius:20px;
    padding:10px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
    border:1px solid #e5e7eb;
}

.bakimust{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:5px;
}

.bakimust h3{
    font-size:20px;
    color:#0f172a;
    margin-bottom:5px;
}

.bakimust p{
    color:#64748b;
    font-size:12px;
}

.dogrulandi{
    background:#dbeafe;
    color:#2563eb;
    padding:4px 10px;
    border-radius:999px;
    font-size:14px;
    font-weight:600;
}

.bakimbilgi{
    display:flex;
    align-items:center;
    gap:15px;
    font-size:14px;
    color:#334155;
    margin-bottom:5px;
}

.bakimbilgi strong{
    margin-left:auto;
    color:#0f172a;
    font-size:20px;
}

.bakimislemler{
    border-top:1px solid #e5e7eb;
    padding-top:5px;
}

.islem{
    display:flex;
    justify-content:space-between;
    padding:2px 0;
    color:#334155;
}

.islem span:first-child{
    color:#16a34a;
}

.toplam{
    margin-top:10px;
    padding-top:10px;
    border-top:1px dashed #d1d5db;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:18px;
    font-weight:700;
    color:#0f172a;
}

.islem-baslik{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    user-select:none;
    padding:3px 0;
}

.islem-baslik .h4{
  font-size: 18px;
    margin:0;
}

.ok{
    transition:.3s;
}

.islem-icerik{
    display:none;
}

.islem-icerik.acik{
    display:block;
}

.ok.don{
    transform:rotate(180deg);
}



.istatistik-kartı {
  background: white;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #f3f4f6;
  text-align: center;
}

.istatistik-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}

.istatistik-mavi {
  background: #eff6ff;
  color: #2563eb;
}

.istatistik-yesil {
  background: #f0fdf4;
  color: #16a34a;
}

.istatistik-mor {
  background: #faf5ff;
  color: #9333ea;
}

.istatistik-etiketi {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.istatistik-deger {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0F172A;
}

.arac-bilgisi {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  margin-top: 1.5rem;
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #f3f4f6;
}

.bilgi-itemleri{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bilgi-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f3f4f6;
}

.bilgi-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-blue {
  background: #eff6ff;
  color: #2563eb;
}

.info-purple {
  background: #faf5ff;
  color: #9333ea;
}

.info-green {
  background: #f0fdf4;
  color: #16a34a;
}

.info-orange {
  background: #fff7ed;
  color: #ea580c;
}

.bilgi-icerigi {
  flex: 1;
}

.bilgi-etiketi {
  font-size: 0.875rem;
  color: #6b7280;
}

.bilgi-degeri {
  font-weight: 600;
  color: #0F172A;
  font-size: 0.9375rem;
}

.vin-number {
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
}

.toggle-vin {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.toggle-vin:hover {
  background: #f3f4f6;
}

.toggle-vin svg {
  color: #6b7280;
}

.footer-text {
  text-align: center;
  font-size: 0.75rem;
  color: #9ca3af;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 769px){
   .arackartı{
width: 45%;
height: 30rem;
margin-left: 4%;
}
.icerik-alani{
  flex-direction: row;
        align-items: flex-start;
    } 
.arac-görüntü-konteyneri {
  position: relative;
  height: 14rem;
  overflow: hidden;.bos-icon{
    font-size: 40px;
    margin-top: 50px;
}
}
.bakım-bilgisi {
  margin-top: -3rem;
}
.bakım-kutusu {
  padding: 2rem;
}
.toplam-bakım {
  padding: 1.5rem;
}
.bos-icon{
    font-size: 50px;
}
.bakimgecmisi{
    width: 65%;
}
.bakimsirala{
width: 100%;
height: 28rem;
    overflow: auto;
}
.bakimkart{
  width: 90%;
    height: 350px;
}
}
