* {
  box-sizing: border-box;
}

.container {
  max-width: 1392px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 40px;
}

.left {
  flex: 2;
}

.stepper {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
}

.step {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 1;
}

.step .circle {
  width: 20px;
  height: 20px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 auto 8px;
  position: relative;
  z-index: 2;
}

.step.active .circle,
.step.completed .circle {
  background: #7fba00;
}

.step span {
  color: #bbb;
  font-size: 14px;
}

.step.active span,
.step.completed span {
  color: #7fba00;
  font-weight: 600;
}

.step::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

.step:last-child::after {
  display: none;
}

.step.completed::after {
  background: #7fba00;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.accordion-header {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-text .title {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}

.header-text .subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6c6c6c;
}

.accordion-header:hover {
  background: #f5f5f5;
}

.accordion-content {
  display: none;
  padding: 20px;
  border-top: 1px solid #eee;
}

.accordion.active .accordion-content {
  display: block;
}

.accordion-content input,
.accordion-content select {
  display: block;      /* her biri kendi satırında başlasın */
  width: 35%;          /* istediğin genişlik */
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.accordion-content input:focus,
.accordion-content select:focus {
  outline: none !important;      
  border: 1px solid #FFCE13 !important;
}

.accordion label {
  font-weight: bold;
  font-size: 14px;
}

.accordion-content input,
.accordion-content select {
  display: block;
  width: 35%;
}

/* İki alanı yan yana yerleştiren grid */
.accordion-content .two-col {
  display: grid;
  grid-template-columns: 16.5% 16.5%;
  column-gap: 2%;          /* İstersen aralarındaki boşluğu ayarla */
  margin-top: 6px;         /* input’larla aynı boşluk */
}

/* .two-col içindeki elemanlar tam genişlik kullansın */
.accordion-content .two-col .field select,
.accordion-content .two-col .field input {
  width: 100%;
}

.right h4 {
  margin-top: 0;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.summary-total {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

.btn2 {
  background: #facc15;
  color: #000;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
}

.btn2:hover {
  background: #eab308;
}

.badge {
  background: #ffedd5;
  color: #d97706;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 6px;
}
.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;
}
.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: 0.4s;
}

.offcanvas.show {
  transform: translateX(0);
  transition: 0.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;
}

.owl-dots {
  margin-bottom: 15px !important;
  margin-top: -30px !important;
  display: none;
}
.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: 40px;
}

.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;
}
.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: 0.4s;
}

.offcanvas.show {
  transform: translateX(0);
  transition: 0.4s;
}

.offcanvas .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  z-index: 10000;
}
.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;
}
.sabit-odeme-alani {
  display: none;
}

  /* Overlay tüm ekranı kaplasın */
.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 1000;
}
.hidden {
  display: none;
}

/* Modal kutusu */
.modal {
  background: #fff;
  border-radius: 8px;
  max-width: 732px;
  width: 100%;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

/* Kapatma butonu */
.close-btn {
  position: absolute;
  top: 12px; right: 12px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Başlık */
.modal-title {
  margin: 1.5rem 1.5rem 0.5rem;
  font-family: Inter;
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
}

/* İçerik, scroll’lanabilir */
.modal-body {
  padding: 0 1.5rem;
  overflow-y: auto;
  flex: 1;
  font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #212121;
}

/* Footer’daki buton */
.modal-footer {
  padding: 1rem 1.5rem;
    text-align: center;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer button {
  background: #ffd400;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  width: 349px;
}
@media screen and (max-width:991px) {
  .panel2 {
    display: none;
  }
  .autokey-mobile-header {
      display: flex;
    }
    .page {
    width: 100% !important;
  }
  
  .accordion-content input,
.accordion-content select {
  display: block;
  width: 100%;
}
.accordion-content .two-col {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 2%;
    margin-top: 6px;
}
  .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;
  }
}
@media (max-width: 768px) {

  .adim {
    min-width: 170px;
    max-width: 170px;
  }
  
  
  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%;
  }

  .contact-row {
    align-items: flex-start;
  }
  .headerWrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 16px;
  }

  .searchFieldContainer {
    margin: 0;
    width: 100%;
  }

  .headerRightSection {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .userProfileArea span {
    display: none;
  }
}