body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    color: #333;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    text-align: center;
    padding: 20px;
    
    color: white;
    margin: 0;
}

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;

}
.firma-listesi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.firma-kutu {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.firma-kutu:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.firma-kutu img {
    max-width: 100%;
    max-height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px;
}

.firma-kutu h3 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.firma-kutu p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.filtre-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.filtre-form select,
.filtre-form input[type="text"] {
    padding: 10px;
    font-size: 14px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.filtre-form button {
    padding: 10px 15px;
    
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.filtre-form button:hover {
    background: #095d8c;
}
.firma-banner {
    text-align: center;
    background: #f7f7f7;
    padding: 20px;
}

.firma-banner img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.detay-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.firma-sidebar {
    flex: 1;
    min-width: 200px;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.firma-sidebar h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.firma-sidebar ul {
    list-style: none;
    padding: 0;
}

.firma-sidebar ul li {
    margin-bottom: 8px;
}

.firma-sidebar ul li a {
    text-decoration: none;
 
    font-size: 14px;
}

.firma-sidebar select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.firma-sidebar label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.sidebar-reklam {
    margin: 20px 0;
    text-align: center;
}

.sidebar-reklam img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.firma-main {
    flex: 3;
    min-width: 300px;
}

.firma-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.firma-gorsel img {
    max-width: 200px;
    border-radius: 8px;
}

.firma-bilgi {
    flex: 1;
}

.firma-bilgi h2 {
    margin-top: 0;
}

.firma-iletisim ul {
    list-style: none;
    padding: 0;
}

.firma-iletisim ul li {
    padding: 6px 0;
    font-size: 16px;
}

/* Genel responsive yapı */
body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    color: #333;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

/* .section zaten vardı, sadece genişliğe dikkat et */
.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Filtre formu responsive */
.filtre-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.filtre-form select,
.filtre-form input[type="text"],
.filtre-form button {
    width: 100%;
    max-width: 250px;
}

/* Firma listesi - responsive grid */
.firma-listesi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Firma kutusu içeriği */
.firma-kutu {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.firma-kutu img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* Sidebar ve detay container */
.detay-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

.firma-sidebar {
    flex: 1;
    min-width: 100%;
}

.firma-main {
    flex: 3;
    min-width: 100%;
}

/* Mobilde düzgün görünüm için */
@media (min-width: 768px) {
    .firma-sidebar {
        min-width: 250px;
        flex: 1;
    }

    .firma-main {
        flex: 3;
        min-width: 0;
    }
}
.site-header {
    
    color: white;
    padding: 10px 0;
}

.site-header .container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.site-header .logo h1 {
    font-size: 20px;
    margin: 0;
}

.main-nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}

.lang-switch img {
    width: 24px;
    height: auto;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: transform 0.2s ease;
}

.lang-switch img:hover {
    transform: scale(1.1);
}
.lang-switch a {
    margin-left: 10px;
    font-size: 20px;
}

.lang-switch .flag-icon {
    width: 24px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}

.lang-switch .flag-icon:hover {
    transform: scale(1.1);
}
.lang-switch .fi {
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
    line-height: 1;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.form-group input,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-group.full {
    grid-column: span 2;
}

button[type="submit"] {

    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}

button[type="submit"]:hover {
    background-color: #095d8c;
}
.hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .main-nav {
        display: none;
        flex-direction: column;
        gap: 10px;
        
        padding: 10px;
        border-radius: 8px;
    }

    .main-nav a {
        color: white;
        padding: 10px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .main-nav.show {
        display: flex;
    }
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 800px;
    margin: auto;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.form-group input,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group button {
    padding: 12px;
    
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.form-group button:hover {
    background: #095d8c;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}
footer {
    
    color: white;
    padding: 20px 0;
    margin-top: 30px;
}

.footer-left {
    text-align: left;
    float: left;
    padding-left: 20px;
}

.footer-right {
    text-align: right;
    float: right;
    padding-right: 20px;
}

footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
}

/* Clear floats */
.container::after {
    content: "";
    clear: both;
    display: table;
}
.sidebar-filtre {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.sidebar-filtre form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-filtre input[type="text"],
.sidebar-filtre select,
.sidebar-filtre button {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.sidebar-filtre input[type="text"]::placeholder {
    color: #999;
}

.sidebar-filtre button {
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.sidebar-filtre button:hover {
    background-color: #0056b3;
}
.sayfalama {
    margin-top: 30px;
    text-align: center;
}

.sayfalama a {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 14px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
}

.sayfalama a:hover {
    background-color: #007bff;
    color: white;
}

.sayfalama a.aktif {
    background-color: #007bff;
    color: white;
    pointer-events: none;
}
.vip-basvuru-container {
    max-width: 900px;
    margin: 20px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vip-basvuru-container h2 {
    font-size: 1.8em;
    color: #333;
    text-align: center;
    width: 100%;
}

.vip-basvuru-aciklama {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.vip-basvuru-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.form-left, .form-right {
    width: 48%;
    padding: 10px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 1em;
    color: #444;
}

input[type="checkbox"] {
    margin-right: 10px;
}

button.btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1em;
}

button.btn:hover {
    background-color: #45a049;
}

.vip-not {
    font-size: 0.9em;
    color: #777;
    text-align: center;
    margin-top: 20px;
}

.vip-img {
    width: 90px;
    height: 90px;
    margin-top: 10px;
}

.vip-box {
    margin-top: 20px;
    padding: 15px;
    background-color: #e9f7ef;
    border: 1px solid #a4d7a1;
    border-radius: 8px;
    text-align: center;
}

.vip-box .vip-image {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.vip-box p {
    font-size: 1em;
    color: #4CAF50;
}

.form-group.full {
    text-align: center;
}

.g-recaptcha {
    margin: 10px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .form-left, .form-right {
        width: 100%;
    }
    .vip-basvuru-container {
        flex-direction: column;
    }
}
.vip-checkbox-input {
    transform: scale(1.5); /* Büyütmek için */
    background-color: green !important; /* Yeşil renk eklemek için */
    border: 2px solid green !important; /* Sınır rengini yeşil yapmak için */
    margin-right: 10px; /* Label ile arayı açmak için */
    width: 20px; /* Genişlik ayarı */
    height: 20px; /* Yükseklik ayarı */
    border-radius: 4px; /* Yuvarlak köşeler için */
    outline: none; /* Fokuslanınca çizgi oluşmasın */
    cursor: pointer; /* Fare işaretçisi */
}

.vip-checkbox-input:checked {
    background-color: green !important; /* Seçili durumda yeşil */
    border-color: darkgreen !important; /* Seçili durumda koyu yeşil sınır */
}
