﻿:root {
    --teknoser-blue: #043696;
    --teknoser-light-blue: #f0f4f8;
    --teknoser-dark: #1a202c;
    --accent-yellow: #ffc107;
}

body {
    background-color: #f4f7f9;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* Üst Header Alanı */

.main-header {
    background:url("../img/garnati_hizmetleri.png");
    /*background-repeat: no-repeat;*/
    background-position: center;
    /* background-size: contain; */
    background-blend-mode: soft-light;
    color: #ffffff;
    padding: 40px 0;
    /*margin-bottom: 30px;*/
    margin-bottom: -20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}

.img_logo_mvc {
    style ="max-height: 60px;"
}

.logo-img {
    max-height: 50px;
    width: auto;
}

.content-card {
    background: white;
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    overflow: hidden;
}

.card-header-custom {
    background-color: var(--teknoser-blue);
    color: white;
    padding: 15px 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.section-title {
    color: var(--teknoser-blue);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--teknoser-light-blue);
}

.info-box {
    background: var(--teknoser-light-blue);
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.info-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6c757d;
    margin-bottom: 4px;
}

.info-value {
    font-weight: 600;
    color: var(--teknoser-blue);
    font-size: 14px;
}

/* Teklif Tablosu */
.table-teklif {
    width: 100%;
    margin-bottom: 0;
}

    .table-teklif thead th {
        background-color: #f8fafc;
        color: var(--teknoser-blue);
        font-weight: 700;
        border-bottom: 2px solid #dee2e6;
        font-size: 12px;
        text-transform: uppercase;
    }

    .table-teklif tbody td {
        vertical-align: middle;
        font-size: 14px;
        padding: 15px 12px;
    }

.total-section {
    background-color: #fcfcfc;
    border-top: 2px solid var(--teknoser-blue);
}

.pay-button {
    background-color: var(--accent-yellow);
    color: #000;
    font-weight: 700;
    padding: 18px 0; /* İç boşluğu dikeyde biraz artırdık */
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Metni butonun tam ortasına alır */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
    /* İstediğin özel ölçüler */
    width: 450px;
    max-width: 100%; /* Mobilde ekranın dışına taşmaz */
    margin: 0 auto; /* Div içinde ortalanmasını sağlar */
}

    .pay-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
        color: #000;
    }

.bank-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    font-size: 12px;
}

.bank-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.legal-text {
    font-size: 12px;
    line-height: 1.6;
    color: #555;
}

.sticky-summary {
    background: white;
    border-top: 4px solid var(--teknoser-blue);
    padding: 15px 0;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
}
