html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ddd;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; /* Formu yatayda ortalamak için */
    padding: 20px;
}

.container2536 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.container-gonder2536 {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}


.button-container-gonder2536 {
    flex: 1;
    min-width: 150px;
}
.terms2536 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}


/* Header */
.header2536 {
    background: #007782;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.containerheader2536 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo2536 {
    flex-shrink: 0;
}

.logo2536 img {
    width: 100px;
    height: auto;
}

.location2536 {
    flex-shrink: 0;
}

.location-select2536 {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.search-bar2536 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-bar2536 input {
    flex-grow: 1;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.search-bar2536 .search-button2536 {
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.search-bar2536 .search-button2536:hover {
    background-color: #0056b3;
}

.heaicons2536 {
    display: flex;
    gap: 15px;
}

.heaicons2536 a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.header-buttons2536 {
    display: flex;
    gap: 10px;
}

.login-btn2536, .post-ad-btn2536 {
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.login-btn2536 {
    background-color: #fff;
    color: #007782;
}

.post-ad-btn2536 {
    background-color: #28a745;
    color: #fff;
}

/* Main Menu */
.main-menu2536 ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.main-menu2536 ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-menu2536 ul li a,
.main-menu2536 ul li {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.main-menu2536 ul li a:hover {
    color: #007782;
}

/* Footer */
.footer2536 {
    background: #007782;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.container2536 {
    width: 100%;
    max-width: 55rem; /* max 880px gibi */
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
}


h2 {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

h4 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

/* Form Öğeleri */
label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

input, select, textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fdfdfd;
    transition: 0.3s;
}

input:focus, select:focus, textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* Butonlar (Genel stil yerine class’lar kullanıyoruz) */
.submit-button2536 {
    width: 100%;
    padding: 15px;
    background-color: #007782;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
}

.submit-button2536:hover {
    background-color: #005b5f;
}

.change-button2536 {
    padding: 5px 10px;
    background-color: #ff4444;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.change-button2536:hover {
    background-color: #cc0000;
}

.contact-button232536 {
    padding: 10px 20px;
    background-color: #007782;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin: 10px auto 0;
}

.contact-button232536:hover {
    background-color: #005b5f;
}

.modal23-option2536 {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal23-option2536:hover {
    background-color: #0056b3;
}

.search-bar2536 .search-button2536 {
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.search-bar2536 .search-button2536:hover {
    background-color: #0056b3;
}

.feedback-btn2536 {
    padding: 5px 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

.feedback-btn2536:hover {
    background-color: #218838;
}

.feedback-container2536 {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.feedback-container2536.visible {
    display: block;
}

.feedback-icons2536 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.feedback-icon2536 {
    font-size: 24px;
    cursor: pointer;
}

.feedback-icon2536.selected {
    transform: scale(1.2);
}

/* Başlık Stili */
.blm-baslik {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

/* "Size Nasıl Ulaşılsın" Alt Bölümleri */
.contact-subsection2536 {
    margin-bottom: 15px;
}

/* Konum ve "Hepsi" Butonu Düzeni */
.contact-container332536 {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-subsection2536 .result {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-subsection2536 .change-button {
    padding: 5px 10px;
    background-color: #ff4444;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.contact-subsection2536 .change-button:hover {
    background-color: #cc0000;
}

.feedback-textarea2536 {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.feedback-alert2536 {
    display: none;
    padding: 10px;
    text-align: center;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}

.feedback-alert2536.visible {
    display: block;
}

/* Başarı ve Hata Mesajları */
.success2536, .error2536 {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.success2536 {
    background-color: #28a745;
    color: white;
}

.error2536 {
    background-color: #dc3545;
    color: white;
}

/* Kategori Seçim Stili */
.kategori-container2536 {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.kategori-container2536 select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Kategori Sonuçları ve Değiştir Butonu */
.sonuc-container2536 {
    margin-top: 10px;
    padding: 10px;
    background: #e8f0fe;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#result-text {
    margin: 0;
    color: #333;
}

/* Ürün Durumu için Özel Select */
.custom-select2536 {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Başlık için Özel Input */
.custom-input-new2536 {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.warning-text-new2536 {
    font-size: 13px;
    color: #ff0000;
    margin-top: 5px;
}

/* İlan Türü için Form Wrapper */
.form-wrapper2536 {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}


.form-section2536 {
    margin-bottom: 10px;
    position: relative;
}

.hidden-section2536 {
    display: none;
}

.warning-text2536 {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* Fiyat Alanı için ₺ Simgesi */
.price-wrapper2536 {
    position: relative;
}

.currency-symbol2536 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
}

#priceInputField, #teklifPriceInputField {
    padding-right: 30px;
}

/* Görünürlük Seçenekleri (Ücretli İlan) */
.visibility-section2536 {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}

.visibility-options2536 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.visibility-radio-group2536 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.radio-option2536 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #333;
}

.radio-option2536 input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.radio-option2536 input:checked {
    accent-color: #007782;
}

.radio-option2536 span {
    font-weight: 500;
}




.visibility-options2536.visible {
    display: flex;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.visibility-option2536 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%; /* Ebeveynin genişliğini al */
    box-sizing: border-box;
}

.visibility-option2536:hover {
    background-color: #e8f0fe;
}

.visibility-option2536 input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.visibility-option2536 .info2536 {
    display: flex;
    flex-direction: column;
}

.visibility-option2536 .price2536 {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.visibility-option2536 p {
    font-size: 12px;
    color: #666;
    margin: 0;
}
/* İletişim Kartı (Size Nasıl Ulaşılsın) */
.contact-container332536 {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.profile-info2536 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.profile-info2536 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.contact-details2536 div {
    font-weight: bold;
    color: #333;
}

/* Modal (İletişim Yöntemi Seçimi) */
.modal232536 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal23-content2536 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
    text-align: center;
}

.modal23-content2536 h3 {
    margin-bottom: 20px;
}

/* Açıklama Editörü */
.editor2536 {
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background: white;
}

.char-count2536 {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* Gizli Alanlar */
.hidden2536 {
    display: none !important;
}

.tamam-button2536 {
    padding: 10px 20px;
    background-color: #007782;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.tamam-button2536:hover {
    background-color: #005b5f;
}

.photo-upload-container2536 {
    margin-bottom: 20px;
}

.photo-upload-btn2536 {
    display: inline-flex; /* İkon ve metni yan yana hizalar */
    align-items: center; /* Dikeyde ortalar */
    gap: 8px; /* İkon ve metin arasında 8px boşluk */
    padding: 5px 8px;
    background-color: #007782;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 150px;
    text-align: center;
}

.photo-upload-btn2536:hover {
    background-color: #005b5f;
}

.photo-preview2536 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.photo-item2536 img {
    width: 55px !important;
    height: 55px !important;
    object-fit: cover;
    border-radius: 3px; /* 3px yuvarlatılmış köşeler */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Hafif gölge */
}

.photo-item2536 {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 3px; /* Resimler arasında 3px boşluk */
    display: inline-block; /* Resimlerin yan yana dizilmesini sağlar */
}

.photo-remove-btn2536 {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff4444;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

.photo-remove-btn2536:hover {
    background-color: #cc0000;
}

.photo-count2536 {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

#selected-location .result {
    display: block; /* Tek satırda değil, blok olarak */
}

#location-text {
    margin-right: 10px; /* Değiştir butonu ile boşluk */
}
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.upload-box {
    background: white;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
  }
  /* ... devamı yukarıda verdiğin stil kodları */
  