body {
    font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
   
    background: linear-gradient(135deg, #c7843b 0%, #172531 60%, #2c4657 100%);
    background-size: cover;
    color: #f5f5f5;
     width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(23, 37, 49, 0.95);
    color: #c7843b;
    padding: 18px 8px 10px 8px;
    box-shadow: 0 2px 12px rgba(44,70,87,0.18);
    border-radius: 0 0 18px 18px;
    margin-bottom: 20px;
}

.site-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 18px;
    background: #2c4657;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(44,70,87,0.18);
    border: 2px solid #c7843b;
}

.site-info h1 {
    margin: 0 0 6px 0;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, sans-serif;
    color: #c7843b;
    text-shadow: 0 2px 12px #000101, 0 1px 0 #2c4657;
    text-transform: uppercase;
}

.site-info p {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    color: #f5f5f5;
    text-shadow: 0 1px 8px #2c4657;
}

.main-content {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 16px;
     margin-bottom: 20px;
}

.main-content {
    flex: 1; /* İçeriğin kalan alanı kaplamasını sağlar */
}

.info-frame {
    border: 2px solid #c7843b;
    border-radius: 18px;
    padding: 15px 15px 25px 12px;
    background: rgba(23,37,49,0.93);
    box-shadow: 0 2px 12px rgba(44,70,87,0.18);
    flex-direction: column;
    align-items: center;
}

.logos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 36px;
    justify-items: center;
    align-items: center;
    margin-bottom: 28px;
}

.logos-grid img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 180px;
    background: #2c4657;
    box-shadow: 0 2px 12px rgba(44,70,87,0.22);
    padding: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1.5px solid #c7843b;
}
.logos-grid img:hover {
    transform: scale(1.10) rotate(-2deg);
    box-shadow: 0 6px 24px #c7843ba0;
    border-color: #f5f5f5;
}

.phone-section {
    margin-top: 8px;
    text-align: center;
    width: 100%;
}

.phone-number {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 18px;
    color: #c7843b;
    letter-spacing: 1px;
    font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.buttons button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 14px 22px;
    font-size: 1.1em;
    border-radius: 30px;
    background: linear-gradient(90deg, #c7843b 60%, #2c4657 100%);
    color: #f5f5f5;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px #2c465733;
    font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, sans-serif;
    letter-spacing: 1px;
    border: 2px solid #c7843b;
}
.buttons button.phone {
    background: linear-gradient(90deg, #2c4657 60%, #c7843b 100%);
}
.buttons button img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 180px;
    padding: 3px;
    background: #f5f5f5;
}
.buttons button:hover {
    background: linear-gradient(90deg, #2c4657 60%, #c7843b 100%);
    color: #c7843b;
    transform: translateY(-2px) scale(1.06);
    box-shadow: 0 4px 16px #c7843ba0;
}
.buttons button.phone:hover {
    background: linear-gradient(90deg, #c7843b 60%, #2c4657 100%);
    color: #2c4657;
    box-shadow: 0 4px 16px #c7843ba0;
}

.footer-area {
    position: static; /* Varsayılan konum */
    width: 100%;
    height: auto;
    background: #2c4657;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -2px 12px rgba(44,70,87,0.18);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    box-sizing: border-box;
    
}

.map-container {
    flex: 2;
    min-width: 180px;
    height: 100%;
    border-radius: 10px;
   
    box-shadow: 0 1px 4px #c7843b33;
    border: 2px solid #c7843b;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

.address-container {
    flex: 1;
    min-width: 140px;
    background: #c7843b;
    border-radius: 10px;
    box-shadow: 0 1px 4px #c7843b33;
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: 'Poppins', 'Segoe UI', 'Roboto', Arial, sans-serif;
    border: 2px solid #2c4657;
}

.address-container h2 {
    margin: 0 0 8px 0;
    font-size: 1.1em;
    color: #172531;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.address-container p {
    margin: 0;
    font-size: 1em;
    color: #172531;
    font-weight: 500;
    letter-spacing: 0.2px;
}

@media (max-width: 900px) {
    .main-content {
        max-width: 98vw;
        padding: 6px 2vw 0 2vw;
    }
    .info-frame {
        padding: 6px 2vw 10px 2vw;
    }
    .logos-grid img {
        width: 70px;
        height: 70px;
        padding: 4px;
    }
    .site-logo {
        width: 50px;
        height: 50px;
        padding: 2px;
    }
    .site-info h1 {
        font-size: 1.2em;
    }
    .site-info p {
        font-size: 1em;
    }
    .phone-number {
        font-size: 1em;
    }
    .buttons button {
        font-size: 1.5em;
        padding: 7px 8px;
        gap: 3px;
    }
    .buttons button img {
        width: 16px;
        height: 16px;
        padding: 1px;
    }
    .footer-area {
        flex-direction: row;
        gap: 8px;
        height: 180px;
        padding: 10px 6px;
        min-height: 120px;
        max-height: unset;
    }
    .address-container {
        padding: 8px 6px;
        font-size: 0.9em;
        min-width: unset;
        width: 100%;
    }
    .map-container {
        min-width: unset;
        width: 100%;
    }
}