﻿@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --primary-dark: #0d3b66;
    --primary-blue: #2563eb;
    --primary-gradient: linear-gradient(135deg, #0d3b66 0%, #2563eb 100%);
    --accent-glow: rgba(37, 99, 235, 0.25);
    --bg-gradient: radial-gradient(circle at 85% 15%, #dceeff 0%, #eef4f8 45%, #f8fbfd 100%);
    --text-main: #1e293b;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
}


::selection {
    background: rgba(37, 99, 235, 0.15);
    color: var(--primary-blue);
}

body {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #eef4f8;
    background-image: var(--bg-gradient);
    background-attachment: fixed;
    color: var(--text-main);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

.AlseinTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .AlseinTable tr td {
        padding: 14px 18px;
        vertical-align: middle;
    }

    .AlseinTable td:nth-child(1) {
        width: 40px;
        font-weight: 600;
        color: #334155;
        white-space: nowrap;
    }

    .AlseinTable td:nth-child(2) {
        width: auto;
    }

        .AlseinTable td:nth-child(2) .form-control,
        .AlseinTable td:nth-child(2) .form-select,
        .AlseinTable td:nth-child(2) select,
        .AlseinTable td:nth-child(2) input,
        .AlseinTable td:nth-child(2) textarea {
            width: 100% !important;
            display: block;
            box-sizing: border-box;
        }

        .AlseinTable td:nth-child(2) span.form-control {
            width: 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box;
        }

.col-md-12 {
    max-width: 1200px;
    margin: -120px auto 80px auto;
    position: relative;
    z-index: 10;
    padding: 48px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 30px 60px -12px rgba(13, 59, 102, 0.12), 0 18px 36px -18px rgba(0, 0, 0, 0.08), inset 0 1px 0 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}


fieldset {
    position: relative;
    border: 1px solid #e6eef8;
    border-radius: 22px;
    background: #fff;
    padding: 35px 25px 25px;
    margin-bottom: 35px;
    box-shadow: 0 8px 30px rgba(15,23,42,.05);
    transition: .3s ease;
}

    fieldset:hover {
        border-color: #bcd8ff;
        box-shadow: 0 15px 40px rgba(37,99,235,.12);
    }


legend {
    padding: 0 16px 0 12px;
    margin-left: 20px;
    background: transparent;
    color: var(--primary-dark);
    font-size: 20px;
    font-weight: 700;
    border: none;
    position: relative;
}

    legend::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 28px;
        border-radius: 4px;
        background: linear-gradient(180deg, #2563eb, #0d3b66);
    }


.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .AlseinTable tr {
        transition: background-color 0.2s ease;
    }

        .AlseinTable tr:hover {
            background-color: rgba(243, 248, 253, 0.5);
        }

        .AlseinTable tr:not(:last-child) td {
            border-bottom: 1px solid var(--border-color);
        }

    .AlseinTable td {
        padding: 16px 20px;
        vertical-align: middle;
    }

        .AlseinTable td:nth-child(2) {
            width: 280px;
            font-weight: 600;
            color: #334155;
            font-size: 14.5px;
        }

.form-control,
.form-select {
    border-radius: 12px;
    height: 50px;
    border: 1px solid #E2E8F0;
    background: #f8fafc;
    color: var(--text-main);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 14.5px;
    padding: 0 16px;
    font-weight: 500;
}

textarea.form-control {
    height: 110px !important;
    padding-top: 14px;
    resize: vertical;
}

.form-control:focus,
.form-select:focus {
    background: #ffffff;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 4px var(--accent-glow);
    outline: none;
}

.form-control::placeholder {
    color: var(--text-muted);
    font-weight: 400;
}

span.form-control {
    display: flex;
    align-items: center;
    background: #f1f7fe;
    color: var(--primary-dark);
    font-weight: 600;
    border-color: #dbeafe;
}



.pay-later-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
}

    .pay-later-box input[type=checkbox] {
        width: 18px;
        height: 18px;
        accent-color: #0d6efd;
    }

.pay-later-text {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

    .pay-later-text strong {
        color: #0d6efd;
    }














.btn-success {
    width: 40%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    border: none;
    border-radius: 14px;
    background: var(--primary-gradient);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all .3s cubic-bezier(.16,1,.3,1);
    box-shadow: 0 12px 28px -6px rgba(37,99,235,.35);
    gap: 8px;
}

    .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 36px -6px rgba(37,99,235,.45);
    }

    .btn-success:active {
        transform: translateY(0);
        box-shadow: 0 8px 18px -4px rgba(37, 99, 235, 0.3);
    }

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #eef4f8;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }


.kvkk-area {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #cfe4ff;
    border-radius: 12px;
    transition: all .3s ease;
}

    .kvkk-area:hover {
        border-color: #5b9dff;
        box-shadow: 0 8px 24px rgba(13, 110, 253, .12);
    }

.kvkk-text {
    color: #0d4f8b !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
    transition: all .25s ease;
}

    .kvkk-text:hover {
        color: #0d6efd !important;
        text-decoration: underline;
    }

.switch {
    display: flex;
    align-items: center;
    margin: 0;
    flex-shrink: 0;
}

    .switch input[type="checkbox"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        accent-color: #0d6efd;
    }
















@media (max-width:1200px) {

    .col-md-12 {
        max-width: 95%;
        padding: 35px;
    }

    .AlseinTable td:nth-child(1) {
        width: 40px;
    }
}

@media (max-width:992px) {

    .col-md-12 {
        margin: -70px 15px 40px;
        padding: 28px;
    }

    .AlseinTable td:nth-child(1) {
        width: 180px;
    }

    .form-control,
    .form-select {
        height: 46px;
        font-size: 14px;
    }
}

@media (max-width:768px) {

    .col-md-12 {
        margin: 15px;
        padding: 18px;
    }

    fieldset {
        padding: 16px;
    }

    legend {
        font-size: 13px;
    }

    .AlseinTable {
        display: table;
        width: 100%;
    }

        .AlseinTable tr {
            display: table-row;
        }

        .AlseinTable td {
            display: table-cell;
            padding: 10px;
            vertical-align: middle;
        }

            .AlseinTable td:nth-child(1) {
                width: 150px;
                white-space: normal;
                font-size: 13px;
            }

            .AlseinTable td:nth-child(2) {
                width: auto;
            }

    .form-control,
    .form-select {
        width: 100%;
        height: 44px;
        font-size: 13px;
    }

    textarea.form-control {
        height: 90px !important;
    }
}

@media (max-width:576px) {

    .col-md-12 {
        padding: 15px;
    }

    .AlseinTable td:nth-child(1) {
        width: 10px;
        font-size: 12px;
    }

    .form-control,
    .form-select {
        height: 42px;
        font-size: 12px;
        padding: 0 10px;
    }

    .btn-success {
        height: 46px;
        font-size: 14px;
    }
}
