

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f8f6;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 60px;
}

.search-box {
    flex: 1;
    margin: 0 20px;
}

.search-box input {
    width: 690px;
    right: 100px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.icon-btn img {
    width: 24px;
    height: 24px;
}

.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 10px;
}

.user-menu {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.user-menu img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}



















  
  .progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  
  .progress-bar::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    height: 3px;
    background: #e0e0e0;
    z-index: 1;
  }
  
  .step {
    position: relative;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    color: #bbb;
    z-index: 2;
  }
  
  .step.active {
    color: #4CAF50;
    font-weight: bold;
  }
  
  .step.active::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #4CAF50;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }
  
  .container {
    padding: 30px 50px;
  }

  .sayfa-container {
    max-width: 1392px;
    margin: auto;
}
  
  .left {
    flex: 2;
  }
  
  .right {
    flex: 1;
  }
  
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .address-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .address-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
  }
  
  .address-card.selected {
    border: 1px solid #4CAF50;
    background: #f1fdf3;
  }
  .address-card:hover {
    border-color: #4CAF50;
  }
  
  .address-info {
    flex: 1;
  }
  
  .address-select input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  .address-select{
    visibility: hidden;
  }
  .addres-card-button {
    position: absolute;
    top: 20px;
    right: 20px;
}
.addres-card-button button {
    border-radius: 20px;
    width: 32px;
    height: 32px;
}

.address-card:not(.selected) .addres-card-button .addres-card-button-one {
    display: none;
}
.addres-card-button-one {
    background-color: #3BAA07;
    border: none;
    color: white;
}
.addres-card-button-two {
    background-color: white;
    border: 1px solid #E3E3E3;
}
.kayit-adres{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
  .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    font-weight: 600;
    font-size: 20px;
  }
  .modal-input{
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    padding: 10px;
  }
  .modal-input-adres {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    width: 100%;
    height: 90px;
    padding-bottom: 40px;
    padding-left: 10px;
}
.modal-home-page {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 15px;
    padding: 16px;
}
  .modal-select{
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    width: 100%;
    height: 48px;
  }
  .modal-adres-select{
    row-gap: 20px;
  }
  .modal-footer{
    border: none;
  }
  .modal-checkbox {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    border-color: #CACACA;
}
.button-group {
  display: flex;
  width: 636px;
  height: 48px;
  margin-top: 16px;
}

.btn-primary {
  flex: 1;
  background-color: #FFD500; /* Sarı */
  border: none;
  color: black;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-secondary {
  flex: 1;
  background-color: #F5F5F5; /* Açık gri */
  border: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
  .invoice-checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
  }
  
  .invoice-checkbox input {
    margin-right: 10px;
  }
  
  .order-summary {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  
  .order-summary h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .summary-item, .summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .summary-total {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
  }
  
  #nextBtn {
    width: 100%;
    padding: 12px;
    background: #ffc107;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #nextBtn:hover {
    background: #ffb300;
  }
  
  .marka-kismi {
    flex: 1.5;
  }
  
  .logo {
    width: 150px;
    margin-bottom: 15px;
  }
  
  .logo-aciklama {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    max-width: 300px;
  }
  
  .sosyal-linkler a {
    margin-right: 10px;
  }
  
  .sosyal-linkler img {
    width: 24px;
    height: 24px;
  }
  
  .iletisim-bilgisi {
    margin-top: 20px;
  }
  
  .iletisim-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  
  .ikon-kutu {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  
  .ikon-kutu img {
    width: 16px;
    height: 16px;
  }
  
  .iletisim-yazi p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
  }

.banner {
    background: url('https://source.unsplash.com/1600x400/?car,road') no-repeat center center/cover;
    color: white;
    padding: 40px;
    text-align: center;
    position: relative;
}
.banner h1 {
    margin: 0;
    font-size: 24px;
}
.banner p {
    font-size: 14px;
    margin: 10px 0;
}
.banner button {
    background-color: #ffcc00;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.alt-sosyal-medya{
    display: flex;
    align-items: center;
    column-gap: 20px;
}


    /* -------- Mobil Header -------- */
    .autokey-mobile-header {
      display: none;
      align-items: center;
      justify-content: space-between;
      padding: 10px 15px;
      background-color: white;
      border-bottom: 1px solid #ddd;
    }

    .autokey-hamburger {
      background: none;
      border: none;
      cursor: pointer;
    }

    .autokey-hamburger svg {
      stroke: #334155;
    }

    .autokey-logo {
      height: 24px;
    }

    .autokey-icons {
      display: flex;
      gap: 16px;
    }

    .autokey-icon {
      width: 24px;
      height: 24px;
      opacity: 0.6;
    }

    /* Mobil Menü */
    .autokey-side-menu {
      display: block;
      position: fixed;
      top: 0;
      left: -250px;
      width: 220px;
      height: 100%;
      background-color: #fff;
      box-shadow: 2px 0 5px rgba(0,0,0,0.2);
      padding: 60px 20px;
      transition: left 0.3s ease;
      z-index: 20;
    }

    .autokey-side-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .autokey-side-menu ul li {
      margin-bottom: 20px;
    }

    .autokey-side-menu ul li a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
    }

    .autokey-side-menu.active {
      left: 0;
    }

    .autokey-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4);
      z-index: 15;
    }

    .autokey-overlay.active {
      display: block;
    }
.panel2 {
    padding: 16px 15px;
    background-color: white;
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
    height: 100%;
    z-index: 2;
}
.page {
    width: calc(100% - 90px);
    margin-left: auto;
    background-color: #F8F7F5;
}
.web-panel-home-page{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .web-panel-home-page.active{
    background-color: #FFCE13;
}
.web-panel-home-page.active svg path{
    fill: white;
}
.web-panel-home-page.active svg path{
    fill: white;
}
.all-web-panel a {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.web-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
}
.open-web-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
    position: absolute;
    top: 120px;
    left: 20px;
}
.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: white;
    transform: translateX(-100%);
    transition: .4s;
  }

  .offcanvas.show {
    transform: translateX(0);
    transition: .4s;
  }

  .offcanvas .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    z-index: 10000;
  }
  img.arrow-left {
  padding-right: 8px;
}

.adim-cubugu-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 58px 20px;
}

.adim-cubugu {
  display: flex;
  align-items: center;
  /* padding: 58px; */
  /* justify-content: center; */
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.adim-cubugu::-webkit-scrollbar {
  display: none;
}

.adim {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  min-width: 200px;
  max-width: 200px;
  justify-content: center;
}

.adim-alani {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adim-cubugu .adim::after {
  content: "";
  height: 2px;
  background: #F2F2F2;
  position: absolute;
  top: 20px;
  width: 100%;
  left: 50%;
  transform: translate(-20px, 0px);
}

.adim-cubugu .adim:last-child:after {
  content: unset;
}

.adim-cubugu .adim.tamamlandi::after {
  background: #7cb342;
}

.daire {
  width: 40px;
  height: 40px;
  border: 2px solid #7cb342;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7cb342;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.adim.tamamlandi .daire {
  background-color: #7cb342;
  color: white;
}

.adim.aktif .daire {
  background-color: white;
  border-color: #7cb342;
}

.adim span {
  margin-top: 5px;
  font-size: 13px;
  color: #333;
}

.adim.tamamlandi span {
  color: #7cb342;
  font-weight: bold;
}

.cizgi {
  flex: 1;
  height: 2px;
  background-color: #ddd;
  margin: 0 5px;
  position: relative;
  top: -10px;
}

.adim.tamamlandi+.cizgi {
  background-color: #7cb342;
}
  .sabit-odeme-alani{
    display: none;
  }
@media only screen and (max-width: 991px)
{
  .address-card {
    padding-top: 70px;
}

.container {
  padding: 30px 12px;
}
.sabit-odeme-alani {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
  }
  .odeme-sol .baslik {
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .odeme-sol .fiyat {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
  }

  .odeme-btn {
    background-color: #ffcd00;
    color: #000;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }

  .odeme-btn:hover {
    background-color: #e6ba00;
  }
}

    /* -------- Duyarlılık -------- */
    @media (max-width: 768px) {
      .adim {
    min-width: 170px;
    max-width: 170px;
  }
  
.right {
    display: none;
}
  
      .panel2{
      display: none;
    }
    .page{
      width: 100% !important;
    }
      .headerWrapper {
        display: none;
      }

      .autokey-mobile-header {
        display: flex;
      }
      footer {
  padding: 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
  .footer-columns {
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo-block,
  .contact-block {
    width: 100%;
    max-width: 100%;
  }

  .footer-column {
    width: 100%;
  }
    }                      

    @media (min-width: 769px) {
      
    }