body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: 	#fff;
    overflow-x: hidden;
}

header {
  color: white;
  border-bottom: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
}

header.header-logo {
  width: 100%;
  position: relative;
}

.header-bg-img {
  display: block;
  width: 100%;
  height: auto;
}

.header-content {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 2rem;
  z-index: 9999;

  transform: translateY(15%); /* 🔑 Ortalamayı aşağı kaydırır */
}

.banner-container {
    width: 100%;
    aspect-ratio: 1920 / 393; /* veya yaklaşık olarak 4887 / 1000 */
    background-image: url("/static/img/header.png");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.breadcrumb-icon {
  color: #31A24C; /* senin yeşilin */
  font-size: 0.8em; /* istersen boyutla oyna */
}

.banner-containerrr {
    width: 100%;
    aspect-ratio: 1247 / 193; /* veya yaklaşık olarak 4887 / 1000 */
    background-image: url("/static/img/headeruser.png");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.sirala-grup {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;   /* ➡️ Grubu sola sabitler */
  margin-left: 5%;
}

.sirala-item {
  display: flex;
  align-items: center;      /* Dikey ortalama */
  gap: 8px;                 /* Buton-yazı arası boşluk */
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.sirala-item input[type="radio"] {
  accent-color: #31A24C;   /* Yeşil renk */
  transform: scale(1.1);
  margin: 0;                /* ➡️ Tüm marginleri sıfırla! */
}

.filtre-baslik-wrapper {
  display: flex;
  align-items: center;         /* Dikey ortalar */
  justify-content: space-between;
  margin-bottom: 20px;
}

.filtre-baslik-wrapper h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #0D3319;
}

.sirala-item span {
  display: inline-block;    /* ➡️ Taşma olmasın */
  font-size: 16px;
  color: #0D3319;
}

.adres-aciklama-listesi {
    list-style-type: none;
    padding-left: 20px;
    margin-top: 15px;
    text-align: left;
    font-size: 15px;
    margin-left: 15px;
}

.adres-aciklama-listesi li {
    margin-bottom: 5px;
}

.banner-content {
    color: #f8f8f8;
    z-index: 2;
    padding: 20px;
    border-radius: 8px;
    margin-right: 59%;
}

.logo {
    width: 60px;
    height: 150px;
    object-fit: contain;
    position: absolute; /* Ortada sabit kalacak */
    left: 50%;
    transform: translateX(-50%);
}

.altlogo {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}

.menu-right-button {
    display: flex;
    gap: 10px; /* Butonlar arasındaki boşluk */
}

.menu-right-button {
    width: 200px;
    height: 40px;
    background: transparent;
    border: none;
    color: #333; /* Buton rengi */
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.yemek-buton-link {
    width: 120px;
    height: 40px;
    background: transparent;
    border: none;
    color: #333; /* Buton rengi */
    cursor: pointer;
    font-weight: 600; /* Kalın yazı */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.menu-right-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-right-button i {
    margin-right: 8px;
    color: #31A24C;
}

.menu-left button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
}

.menu-right-button:hover {
    color: #31A24C;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.yemek-buton-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 70px;
    text-decoration: none;
}

.yemek-buton-link:hover {
    color: #31A24C;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.shared-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; /* sol-sağ boşluk */
    box-sizing: border-box;
    margin-top: 20px;
}

.campaign-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: transparent;
    margin-top: 20px;
}

.campaign-wrapperr {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
}

.campaign-box {
    display: flex;
    gap: 20px;
    transition: transform 1.2s ease;
    will-change: transform;
    /* height: 250px; → Bunu kaldır */
}

.banner {
    flex: 0 0 33%;
    aspect-ratio: 601 / 304;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.kampanyabanner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bannerr {
    flex: 0 0 33%;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    cursor: pointer;
}

.kampanyabannerr {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    font-size: 32px;
    padding: 10px;
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.scroll-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.left-btn { left: 10px; }
.right-btn { right: 10px; }

.information-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url("/static/img/serit3.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 1920 / 624;
  border-radius: 10px;
  color: #f5f5f5;
  width: 100%;
}

.serit-box {
    width: 100%; /* artık 80% değil */
    padding-left: 0;
    padding-right: 0;
}

.serit-box {
  width: 100%;
  background-image: url("/static/img/19.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;  /* Ortaya al */
  align-items: flex-start;
  border-radius: 10px;
  color: #f5f5f5;
  aspect-ratio: 1920 / 80;
}

.information-content {
  width: 100%;
  max-width: 1400px;  /* istediğin kadar */
  display: flex;
  justify-content: space-between;
  padding: 40px 60px; /* şimdi padding içeride */
}

.info-rightt h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.info-leftt {
  max-width: 40%; /* ister responsive için sınırlı tut */
  text-align: left;
  margin-top: 9%;
  margin-left: 8%;
  font-weight: 500;
}

.info-rightt {
  max-width: 40%;
  text-align: left;
  margin-top: 14%;
  margin-right: 7%;
}

.uygulama-box {
    width: 100%; /* artık 80% değil */
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.uygulama-box {
    background-image: url("/static/img/uygulama.png");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;    
    color: #f5f5f5;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1920 / 624;
}

.asci-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.asci-box {
    background-image: url("/static/img/asci.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;    
    color: #f5f5f5;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1920 / 970;
}

.altkisim {
    width: 100%; /* artık 80% değil */
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.altkisim {
    background-image: url("/static/img/altserit.png");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;    
    color: #f5f5f5;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1920 / 85;
}

.restoran1 {
    width: 100%; /* artık 80% değil */
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.restoran1 {
    background-image: url("/static/img/restoran1.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    display: flex;
    margin-bottom: 1px;
    border-radius: 10px;    
    color: #f5f5f5;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1920 / 508;
}

.restoran2 {
    width: 100%; /* artık 80% değil */
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.restoran2 {
    background-image: url("/static/img/restoran2.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;    
    color: #f5f5f5;
    align-items: center;
    margin-bottom: 1px;
    justify-content: center;
    aspect-ratio: 1920 / 505;
}

.restoran-box {
    width: 100%; /* artık 80% değil */
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.restoran-box {
    background-image: url("/static/img/restoran.png");
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
    color: #f5f5f5;
    align-items: flex-start;
    justify-content: flex-start;
    aspect-ratio: 1920 / 624;
}

.btn-restoran {
  display: inline-block;
  background: #31A24C;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: auto;
  margin-bottom: 5%;
  margin-left: 15%;
}

.btn-restoran:hover {
  background: #248a39;
}

.info-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.info-left {
    flex: 1;
    font-size: 28px;
    padding: 20px;
    display: flex;
    flex-direction: column;       /* ⬅️ Alt alta dizim */
    justify-content: center;      /* Dikeyde ortalama (opsiyonel) */
    align-items: flex-start;      /* Soldan hizala */
    max-width: 30%;
    margin-left: 5%;
    font-family: 'Montserrat', sans-serif;
}

.info-right {
    flex: 1;
    font-size: 28px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;   /* ✅ Sağ hizalama */
    align-items: center;
    max-width: 30%;
}

.info-left p {
    margin: 5px 0; /* Üst ve alt boşlukları azalt */
    line-height: 1.2; /* Satır aralığını sıkılaştır */
}

.store-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.appdownloadbtn {
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 2px solid #333;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 50%;
    transition: transform 0.2s ease;
}

.appdownloadbtn:hover {
    transform: scale(1.03);
}

.appdownloadbtn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.small-text {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    margin-bottom: 2px;
}

.big-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}


/* Banner stilizasyonu */
.info-index {
    width: 380px;  /* Her banner'ın genişliği */
    height: 200px;  /* Banner'ın yüksekliği */
    background-color: transparent; /* Banner arka planı */
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #f8f8f8;
}

/* Banner stilizasyonu */
.info-menu {
    width: 380px;  /* Her banner'ın genişliği */
    height: 200px;  /* Banner'ın yüksekliği */
    background-color: transparent; /* Banner arka planı */
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #f8f8f8;
}

.store-btn {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: 	#f8f8f8;
    color: #1A1A1A;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.store-btn:hover {
    color: #31A24C;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.store-btn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.kurye {
    width: 400px;
    height: 250px;
    margin-right: 4px;
}

/* Modal Genel */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

/* Modal İçerik */
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 16px;
    width: 500px;
    height: 500px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
}

/* Kapatma butonu */
.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

/* Genel form düzenlemeleri */
.form-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-group input[type="checkbox"] {
    margin-right: 10px;
}

.form-group label {
    width: 100px; /* Label genişliği */
    display: flex;
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    align-items: center;
}

.form-group input, .form-group select {
    width: 350px; /* Input genişliği */
    padding: 10px;
    font-size: 14px;
}

.phone-label {
  font-weight: 500;
  margin-bottom: 5px;
}

.form-group.phone-group {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.form-group p {
    font-size: 12px;
    color: #555;
}

.form-group a {
    color: #31A24C;
    text-decoration: none;
}

.form-group a:hover {
    text-decoration: underline;
}

.country-code {
    width: 100px !important; /* Ülke kodu genişliği */
    padding: 10px;
    font-size: 14px;
}

.phone-number {
    width: 246px !important; /* Telefon numarası genişliği */
    padding: 10px;
    font-size: 14px;
}

.registerbtn {
    width: 250px;
    height: 40px;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    background-color: #31A24C;
    color: #f8f8f8;
    display: flex;
    justify-content: center; /* Yatayda ortalamak için */
    align-items: center; /* Dikeyde ortalamak için */
    margin: 0 auto; /* Yatayda merkezlemek için */
    font-family: 'Montserrat', sans-serif;
}

body, input, button, select, textarea, label {
  font-family: 'Montserrat', sans-serif !important;
}

.store-buttonss {
  position: absolute;
  bottom: 40px;
  left: 7%;
  display: flex;
  gap: 15px;
}

.store-buttonss img {
  transition: transform 0.3s ease;
}

.store-buttonss img:hover {
  transform: scale(1.05); /* %5 büyüme */
}

.store-buttonsss {
  margin: 20px 0 40px 12%;
  display: flex;
  gap: 15px;
}

.store-buttonsss img {
  transition: transform 0.3s ease;
}

.store-buttonsss img:hover {
  transform: scale(1.05); /* %5 büyüme */
}

.modalbottom {
    font-size: 14px;
    margin-top: 20px;
}

.modalbottom a {
    color: #31A24C;
    font-weight: bold;
    text-decoration: none;
}

.modalbottom a:hover {
    text-decoration: underline;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.address-content {
    margin-top: 20px;
    width: 80%;
    align-items: center;
    margin-left: 10%;
}

.address-content h2 {
    align-items: flex-start;
    text-align: left;
    color: #0D3319;
    font-size: 20px;
}

.map {
    border-radius: 12px;
    width: 500px !important;
    height: 400px !important;
}


.addressform {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 630px; /* İsteğe bağlı */
}

.form-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.form-row label {
    width: 120px; /* Sabit genişlik */
    font-weight: 600;
}

.form-row input,
.form-row textarea,
.form-row select {
    flex: 1;
    padding: 5px;
}

.addressform button {
    margin-top: 20px;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.addressform button:hover {
    background-color: #45a049;
}

/* Login Modal Genel */
.loginmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

/* Login Modal İçerik */
.login-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 20px;
    width: 370px;
    min-height: 350px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
}

.login-modal-content h2 {
    color: #1A1A1A;
}

/* Kapatma butonu */
.close-login {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 999999;   /* ÇOK üste taşı */
    position: relative;  /* Üst katmanda sabit dursun */
    pointer-events: auto; /* Mutlaka tıklanabilir kalsın */
}

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
  padding-right: 35px; /* Sağda ikon için boşluk bırak */
}

.password-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #31A24C; /* senin yeşil tonun */
  cursor: pointer;
}

.mutfaklar-sectionn {
  overflow: hidden;
  position: relative;
  width: 96%;
  margin-left: 2%;
}

.mutfaklar-sectionn {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mutfaklar-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;      /* ÖNEMLİ! Sürükleyebilmek için scrollable olacak */
  -webkit-overflow-scrolling: touch; /* mobil için yumuşak kayma */
  cursor: grab;          /* Fareyle sürüklenebileceğini belli eder */
}

.mutfaklar-carousel:active {
  cursor: grabbing;
}

.mutfaklar-carousel::-webkit-scrollbar {
  display: none; /* Kaydırma çubuğunu gizler */
}

.mutfak-item {
  flex: 0 0 auto;
  width: 120px;
  text-align: center;
}

.mutfak-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.mutfaklar-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}



.mutfak-item p {
  font-size: 14px;
  margin-top: 5px;
}

.site-footer {
    color: #1A1A1A;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 5px;
}

.footer-column a {
    text-decoration: none;
    color: #1A1A1A;
}

.footer-column p {
    margin-left: 20px;
    cursor: pointer;
    transition: color 0.3s;
}

.footer-column p:hover {
    color: #aaa;
}

.footer-strip {
    width: 100%;
    overflow: hidden;
    margin-top: 20px; /* Footer içeriğinden biraz ayrılır */
}

.footer-strip img {
    width: 100%;
    height: auto;
    display: block;
}

/* Kapatma butonu */
.close-restaurant {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.basvuru-container {
    display: flex;
    height: 100vh;
}

.basvuru-form-section {
    flex: 1;
    background-color: #f8f8f8;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 3px solid #31A24C;
}

.basvuru-info-section {
    flex: 1;
    background-color: #f8f8f8;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.basvuru-info-section img {
    max-width: 300px;
    height: auto;
    margin-bottom: 30px;
}

.basvuru-info-section p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.basvuru-form-section h2 {
    margin-bottom: 20px;
    margin-left: 90px;
    font-size: 30px;
    color: #31A24C;
}

.basvuru-form-group {
    margin-bottom: 20px;
    margin-left: 40px;
}

.basvuru-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.basvuru-form-group textarea {
    width: 467px;
    height: 60px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}


.basvuru-form-group input, .basvuru-form-group select {
    width: 460px;
    padding: 5px;
    font-size: 14px;
}

.basvuru-phone-inputs {
    width: 473px;
    display: flex;
    gap: 10px;
}

.basvuru-country-code {
    width: 100px !important;
}

.basvuru-form button {
    height: 40px;
    width: 483px;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 12px;
    background-color: #31A24C;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.basvuru-form button:hover {
    background-color: #31A24C;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.konumbtn {
    height: 40px;
    width: 200px !important;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 12px;
    background-color: #31A24C;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.konumbtn:hover {
    background-color: #31A24C;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Modal için stil */
#haritaModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#haritaModalContent {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

#haritaMap {
    width: 500px;
    height: 300px;
}

.close-btn {
    margin-top: 10px;
    width: 200px !important;
    background-color: red;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.close-btn:hover {
    background-color: darkred;
}

.dosya-adi {
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
    color: #333;
    font-style: italic;
}

.restoranlar-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.restoran-kart {
    border: 1px solid #31A24C;
    border-radius: 10px;
    padding: 20px;
    width: 220px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    background-color: #f0f0f0;
    margin-left: 20px;
    margin-bottom: 20px;
}

.restoran-kart .puan-satiri {
    min-height: 24px; /* yıldızlar ve puan metni için sabit yükseklik */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 8px;
  }

.restoran-profil-resim {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.resim-yok {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.restoran-baslik {
    margin-top: 0;
    color: #31A24C;
    font-size: 13px;
}

.restoran-info {
    font-size: 11px;
    color: #333;
    margin: 4px 0;
}

.icerik {
    width: 100%;
    margin: 20px auto 0 auto;
    border: none !important;
    border-radius: 10px;
}

.restoran-content {
    width: 80%;
    margin: 20px auto 0 auto;
    border: none;
    border-radius: 10px;
    background-color: #f8f8f8;
}

.cizgili-fiyat {
    text-decoration: line-through;
    color: red; /* Kırmızı renk */
    font-weight: normal;
}

.kategori-blok {
    margin-bottom: 30px;
}

.kategori-baslik {
    font-size: 18px;
    color: #31A24C;
    margin: 10px 0 15px 20px;
}

.urun-row {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 8px 20px;
    padding: 10px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.urun-row:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.urun-gorsel {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.urun-gorsel img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.urun-detay {
    width: 50%;
    padding: 0 10px;
}

.urun-adi {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.urun-aciklama {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

.urun-fiyat-kutu {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    padding-right: 10px;
}

.urun-fiyat {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    height: 25%;
}

.urun-cizgili {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    height: 25%;
}

.urun-sepet {
    height: 50%;
    display: flex;
    align-items: center;
}

.sepete-ekle-btn {
    background-color: #5BB030;
    color: white;
    border: none;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.sepete-ekle-btn:hover {
    background-color: #027d59;
}

.kategori-link.active {
    font-weight: bold;
    color: #31A24C;
    border-left: 4px solid #31A24C;
    padding-left: 16px;
    background-color: #e1e5dc;
    border-radius: 5px;
}

.menu-link.active {
    text-decoration: none;
    font-weight: 600;
    color: #31A24C;
    border-bottom: 2px solid #31A24C; 
}

/* Kapatma butonunun düzeni */
.close-urunler-modal {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    margin-left: auto; /* Flexbox ile sağa yasla */
    cursor: pointer;
}

.close-urunler-modal:hover,
.close-urunler-modal:focus {
    color: black;
    text-decoration: none;
}

/* Form elemanlarının düzeni */
.kategoriForm {
    width: 100%;
}

.kategoriform-group {
    width: 100%;
    margin-bottom: 15px; /* Form elemanları arasında boşluk */
}

.kategoriform-group label {
    text-align: left;
    display: block; /* Etiketi blok yaparak tüm alanı kapsamasını sağlıyoruz */
    margin-bottom: 5px; /* Etiket ile input arasında boşluk */
    font-size: 14px;
}

.kategoriform-group p {
    margin-top: 30px;
    font-size: 10px;
}

.kategoriformbutton {
    width: 300px; /* Butonun da tüm genişliği kaplamasını sağlıyoruz */
    padding: 10px;
    background-color: #31A24C;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
}

.kategoriformbutton:hover {
    background-color: #027f5b;
}

/* Checkbox seçiliyse, kardeş olan .malzeme-text üzerine çizgi çek */
.malzeme-checkbox:checked + .malzeme-text {
    text-decoration: line-through;
    color: #888;
}

.malzeme-checkbox {
    display: none;
}

.yorum-kutu {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yorum-kutu:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.profildropdown {
    position: relative;
    display: inline-block;
}
  
.profildropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    z-index: 999999;
}
  
.profildropdown-content a {
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    font-size: 13px;
}
  
.profildropdown-content a:hover {
    background-color: #f2f2f2;
}

.modal-user {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
  
.modal-content-user {
    background-color: #f8f8f8;
    margin: 10% auto;
    padding: 20px 30px;
    border-radius: 10px;
    width: 40%;
    position: relative;
    border-radius: 10px;
    border: 2px solid #31A24C;
}
  
.close-user {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
  
.close-user:hover {
    color: #000;
}
  
.modal-form-user {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
  
.form-row-user {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    gap: 10px;
}

.form-row-user label {
    font-size: 14px;
}

.form-row-user input {
    font-size: 14px;
    width: 300px;
    height: 20px;
    border-radius: 4px;
}

.kampanya-banner {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.restoran-sayfa {
    width: 100%;
    padding: 20px 40px;
}

.kampanya-banner {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 12px;
}

.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.icerik-flex {
    display: flex;
}

/* Sol Panel */
.filtre-paneli {
    width: 28%;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.filtre-grup {
    margin-bottom: 20px;
}

.filtre-grup label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.filtre-grup select {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.filtre-grup input {
    width: 97%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.filtre-btn {
    width: 100%;
    padding: 10px;
    background-color: #5BB030;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.filtre-label {
  background: #def5e0;       /* Hafif yeşil arka plan */
  border-radius: 20px;       /* Yuvarlatılmış kenarlar */
  display: flex;             /* Flex konteyner yap */
  align-items: center;       /* Dikeyde ortala */
  justify-content: flex-start; /* Solda kalsın */
  padding: 0 12px;           /* Yatay padding */
  color: #0D3319;            
  font-weight: 600;          
  font-size: 14px;   
  width: 90%;               
  font-family: 'Montserrat', sans-serif;
  height: 40px;              /* Yüksekliği sabit */
  margin-bottom: 10px;
}

.filtre-labell {
  background: #def5e0;
  border-radius: 20px;
  display: block;           /* Artık row-wrapper flex kullanıyor */
  padding: 8px 12px;        /* Yatay ve dikey padding */
  color: #0D3319;
  font-weight: 600;
  font-size: 14px;
  width: 95%;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

/* Restoran Liste */
.restoran-liste-alani {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 72%;
}

.restoran-satiri {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    width: 100%;     /* Grid hücresine oturur */
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    box-sizing: border-box;  /* Taşmayı engeller */
}

.restoran-satiri:hover {
    box-shadow: 0 0 10px rgba(2, 151, 106, 0.1);
    transform: scale(1.02); /* %2 oranında büyütme */
}

.satir-link {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.satir-gorsel {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.satir-bilgi h4 {
    margin: 0 0 4px;
    font-size: 15px;
    color: #31A24C;
}

.satir-bilgi p {
    margin: 1px 0;
    font-size: 13px;
}

.satir-bilgi {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.btn-register {
    width: 250px;
    height: 40px;
    text-align: center;
    border: 1px solid #c1c0c0;  /* Fıstık yeşili border */
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    background-color: transparent;
    color: #31A24C;
    display: flex;
    justify-content: center; /* Yatayda ortalamak için */
    align-items: center; /* Dikeyde ortalamak için */
    margin: 0 auto; /* Yatayda merkezlemek için */
}

.filtre-btn-sifirla {
  background: #def5e0;
  color: #31A24C;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;     /* Inline-block şart! */
  line-height: 1;            /* Bu önemli! */
}

.filtre-btn-sifirla:hover {
  background: #c6ebcc;
}

.filtre-btn-sifirla:hover {
    background-color: #f8f8f8;
}

.restoranlar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 sütun sabit */
  gap: 20px;
}

@media (max-width: 768px) {
  .restoranlar-grid {
    grid-template-columns: 1fr; /* Küçük ekranda tek sütun */
  }
}

/* 🔥 Bu satır yıldızları hizalar */
.restoran-baslik-satiri {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.restoran-adi {
    font-size: 18px;
    font-weight: bold;
    color: #31A24C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.restoran-puan {
    font-size: 14px;
    color: #5BB030;
    min-width: 120px;
    text-align: right;
    white-space: nowrap;
}

.banner-content p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

.filtre-grupp {
    margin-bottom: 25px;
}

.filtre-secimleri label {
    display: block;
    margin: 6px 0;
    font-size: 14px;
    cursor: pointer;
}

.filtre-secimleri input[type="radio"],
.filtre-secimleri input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

.filtre-grupp label:first-child {
    font-size: 15px;
}

.yildizz {
    color: #5BB030;
    font-size: 15px;
    margin-right: 4px;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: #31A24C;
}

.restoranlar-baslik-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 99%;
}

.restoranlar-baslik-bar h2 {
    font-size: 18px;
    color: #31A24C;
    margin: 0;
}

.arama-cubugu {
    padding: 8px 12px;
    font-size: 14px;
    border: 2px solid #31A24C;
    border-radius: 6px;
    width: 250px;
    transition: all 0.3s ease;
}

.arama-cubugu:focus {
    outline: none;
    border-color: #31A24C;
    box-shadow: 0 0 4px rgba(2, 151, 106, 0.4);
}

.restoranlar-wrapper.hidden {
    display: none;
}

.pos-entegrasyon-bilgi {
    background-color: #f0f8f5;
    border: 2px solid #31A24C;
    border-radius: 10px;
    padding: 20px;
    width: 85%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pos-bilgi-ikon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.pos-bilgi-yazi {
    flex: 1;
}

.pos-bilgi-yazi h3 {
    margin: 0 0 10px 0;
    color: #31A24C;
    font-size: 22px;
}

.pos-bilgi-yazi p {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.bilgi-ikon {
    font-size: 16px;
    color: #31A24C;
    flex-shrink: 0;
    margin-right: 10px;
}

.basvuruu-container {
    display: flex;
}

.basvuruu-form-section {
    flex: 1;
    background-color: #f8f8f8;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 3px solid #31A24C;
}

.basvuruu-form-section h2 {
    margin-bottom: 20px;
    margin-left: 90px;
    font-size: 30px;
    color: #31A24C;
}

.kampanya-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.kampanya-modal-icerik {
    background-color: #f8f8f8;
    margin: 10% auto;
    padding: 20px 30px;
    border: 2px solid #31A24C;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    position: relative;
}

.kampanya-modal-kapat {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.kampanya-modal-kapat:hover {
    color: #000;
}

.onizlemebanner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 30px;
}

