@font-face {
    font-family: 'inter';
    src: url('roboto.eot');
}

:root {
    --top-pad: 200px;
    --btns-h: 125px;
    --footer-h: 155px;
    --gap-btw: 40px;
    --brand-red: #ff0202;
    --safe-b: max(24px, env(safe-area-inset-bottom, 0px));
    --bottom-ui: calc(var(--btns-h) + var(--footer-h) + var(--gap-btw) + var(--safe-b));
}

body {
    display: flex;
    flex-direction: column;
    font-family: "inter", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F2F6FC;
    width: 1080px;
    max-width: 1080px;
    height: 1920px;
}

.div {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

/* home page */

.start-button-body {
    display: flex;
    justify-content: center;
    width: 1080px;
    height: 1920px;
}

.start-button {
    padding: 18px 58px;
    font-size: 150px;
    font-weight: bold;
    color: white;
    background-color: transparent;
    border: 0px;
    margin-bottom: 200px;
}

/* select language */
#select-language {
    margin-bottom: 450px;
}

.select-language-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.select-language-hello {
    color: #fff;
    font-size: 78px;
}

.select-language-header {
    color: #fff;
    font-size: 55px;
}

.select-language-btn-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    margin-top: 90px;
    width: 70%;
    ;
}

.select-language-btn {
    display: flex;
    align-items: center;
    background: transparent;
    gap: 70px;
    color: #fff;
    font-size: 57px;
}

.select-language-btn>img {
    width: 150px;
    height: 150px;

}

/* search type */

.search-type-title {
    position: absolute;
    left: 135.73px;
    top: 579.92px;
    width: 850px;
    height: 225px;
    font-family: inter, sans-serif;
    font-weight: 700;
    font-size: 147.2px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: left;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
}

.bag-or-bcbp-body,
.select-scan-type-body {
    display: flex;
    flex-direction: column;
    gap: 109px;
    align-items: center;
    margin-top: 170px;
}

.select-search-type-body {
    display: flex;
    flex-direction: column;
    gap: 240px;
    align-items: center;
    margin-top: 700px;
}



.bag-or-bcbp-options,
.scan-type-options,
.search-type-options {
    width: 900px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    background: transparent;
    border-radius: 8px;
    border: 1px solid transparent;
}

.round-selection-img {
    width: 282px;
    height: 358px;
    left: 785px;
    background-image: url(../icons/round-selection-right.png);
    position: absolute;
    margin-top: 130px;
    pointer-events: none;
    background-repeat: no-repeat;
}

.document-read-img {
    flex: 0 0 370px;
    height: 180px;
}

.enter-pnr-img {
    flex: 0 0 370px;
    height: 180px;
}

button.search-type-button {
    flex: 1;
    margin-left: 40px;
    background: transparent;
    border: 0;
    font-family: inter, sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    text-align: right;
    white-space: normal;
}

/* selet scan type */
.bag-or-bcbp-title,
.select-scan-type-title {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);

    max-width: 780px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 45.4px;
    line-height: 63px;
    letter-spacing: 0.0088em;
    color: #fff;
    text-align: left;
    white-space: normal;
}

.put-bag-img {
    flex: 0 0 370px;
    height: 235px;
}

.print-bcbp-img {
    flex: 0 0 370px;
    height: 275px;
}

.passport-read-img {
    flex: 0 0 370px;
    height: 180px;
    background: url(../images/passport.png) no-repeat center / contain;
}

.id-read-img {
    flex: 0 0 370px;
    height: 180px;
    background: url(../images/idcard.png) no-repeat center / contain;
}

button.scan-type-button {
    flex: 1;
    margin-left: 40px;
    background: transparent;
    border: 0;
    font-family: inter, sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    text-align: right;
    white-space: normal;
}

button.bag-or-bcbp-button {
    flex: 1;
    margin-left: 40px;
    background: transparent;
    border: 0;
    font-family: inter, sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    text-align: right;
    white-space: normal;
}

/* scan passport and id page */
.scan-idcard-body,
.scan-passport-body,
.scan-visa-body {
    display: flex;
    justify-content: center;
    margin-top: 530px;
}

.bag-or-bcbp-instruction-wrap,
.scan-idcard-instruction-wrap,
.scan-visa-instruction-wrap,
.select-scan-type-instruction-wrap,
.scan-passport-instruction-wrap,
.ticket-title-wrap,
.send-number-title-wrap {
    position: absolute;
    left: 128.05px;
    top: 430px;
    width: 875px;
    height: 250px;
    z-index: 2;
}

.bag-or-bcbp-ring,
.scan-idcard-ring,
.scan-visa-ring,
.select-scan-type-ring,
.scan-passport-ring,
.manual-input-ring,
.ticket-title-ring,
.send-number-title-ring {
    width: 375px;
    height: 375px;
    left: -4px;
    background-image: url(../icons/round-selection-left.png);
    position: absolute;
    margin-top: -5px;
    pointer-events: none;
    background-repeat: no-repeat;
}

.scan-idcard-title,
.scan-passport-title,
.scan-visa-title,
.ticket-title,
.send-number-title {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 780px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 45.4px;
    line-height: 63px;
    letter-spacing: 0.0088em;
    color: #fff;
    text-align: left;
    white-space: normal;
}



/* manuel-input page */

.manuel-input-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 100%;
}

.manual-input-instruction-wrap {
    position: absolute;
    left: 56.05px;
    top: 315px;
    width: 970px;
    height: 250px;
    z-index: 2;
}

.manual-input-title {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 890px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 45.4px;
    line-height: 63px;
    letter-spacing: 0.0088em;
    color: #fff;
    text-align: left;
    white-space: normal;

}

.virtual-keyboard-manuel-input {
    width: 840px;
    height: 128px;
    font-size: 48px;
    border: none;
    outline: none;
    border-radius: 80px;
    padding: 0 20px;
    background: #fff;
    color: #000;
    text-align: left;
    box-sizing: border-box;
    margin-top: 20px;
    text-transform: uppercase;
}

.input-group {
    margin-top: 599px;
    margin-left: 130px;
}

.virtual-keyboard-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin-top: 70px;
}

.virtual-keyboard-body {
    display: flex;
    justify-content: center;
    gap: 0.50px;
    width: 100%;
    height: 100%;
}

.virtual-key {
    width: 76.9px;
    height: 81.6px;
    background: url(../icons/keyboardkey.png) no-repeat center / cover;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: start;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 10px;
    line-height: normal;
    font-family: inter;
    font-size: 37px;
    font-weight: 100;
    color: white;
    cursor: pointer;
    user-select: none;
    margin-left: 8px;
    text-transform: uppercase;
}

.virtual-keyboard-numbers .virtual-key {
    font-size: 28px;
    font-weight: 400;
}

.virtual-key span {
    position: relative;
    top: 4px;
}

.virtual-keyboard-numbers .virtual-key span {
    top: 8px;
}

.delete-key {
    width: 113.18px;
    height: 81.6px;
    background: url('../icons/deletebtn.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8px;
    line-height: normal;
    font-family: inter, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    user-select: none;
    margin: 3px;
}


.button-row {
    position: fixed;
    left: 58%;
    transform: translateX(-50%);
    bottom: 320px;
    z-index: 4;
    display: flex;
    gap: 40px;
    width: 75%;
    height: var(--btns-h);
}

.back-btn,
.continue-btn,
.continue-btn-auto {
    border: none;
    padding: 40px 130px;
    border-radius: 70px;
    font-size: 42px;
    font-weight: 500;
    cursor: pointer;
}

.back-btn,
.continue-btn-auto {
    position: relative;
    color: #fff;
    cursor: pointer;
    background:
        linear-gradient(90deg,
            rgba(237, 10, 25, 0.94) 0%,
            rgba(237, 10, 25, 0.516) 45%,
            rgba(237, 10, 25, 0.268) 65%,
            rgba(237, 10, 25, 0) 100%);
    backdrop-filter: blur(.5px);
}

.continue-btn {
    background: #f00;
    color: white;
    padding: 20px 55px;
}

.footer {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: auto;
    padding-bottom: 80px;
}

/* prohibited items page */

.prohibited-items-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 520px;
}

.prohibited-items-title {
    position: absolute;
    left: 200px;
    top: 350px;
    width: 700px;
    height: 225px;
    font-family: inter;
    font-weight: 700;
    font-size: 45px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    background-image: url("../icons/round-selection-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.prohibited-items-text {
    width: 100%;
    max-width: 900px;
    font-family: inter;
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.prohibited-items-subTitle1,
.prohibited-items-subTitle2 {
    font-family: inter;
    font-weight: 500;
    font-size: 27px;
    text-align: center;
    color: white;

}

.prohibited-items-img {
    max-width: 700px;
    width: 100%;
    height: auto;
}

.prohibited-items-button {
    width: 400px;
    height: 150px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url("../icons/continue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-family: inter;
    font-size: 50px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 125px;
}

/* Bcbp printing page */
.bording-print-body {
    display: flex;
    flex-direction: column;
    gap: 400px;
    align-items: center;
    margin-top: 870px;
}

.bording-print-title {
    position: absolute;
    left: 110px;
    top: 400px;
    width: 850px;
    height: 225px;
    font-family: inter;
    font-weight: 700;
    font-size: 35px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 50px;
    background-image: url("../icons/round-selection-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/* Bagtag printing page */
.bagtag-print-body {
    display: flex;
    flex-direction: column;
    gap: 400px;
    align-items: center;
    margin-top: 870px;
}

.bagtag-print-title {
    position: absolute;
    left: 110px;
    top: 400px;
    width: 850px;
    height: 225px;
    font-family: inter;
    font-weight: 700;
    font-size: 35px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 50px;
    background-image: url("../icons/round-selection-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/* Nice flight page */
.nice-flight-body {
    width: 100%;
    height: 100vh;
    background-image: url('../images/nice-flight-page.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-family: inter;
}

.nice-flight-text {
    margin: 5px 0;
    font-size: 150px;
    font-weight: 600;
    font-family: inter;
}

/* scan visa page */
.scan-visa-img {
    position: absolute;
    left: 50%;
    top: calc(500px + 225px + 20px);
    transform: translateX(-50%);
    width: 700px;
    height: auto;
}

.scan-visa-body {
    display: flex;
    flex-direction: column;
    gap: 400px;
    align-items: center;
    margin-top: 870px;
}

/* apis */
.apis-body {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 50px;
}

.apis-passenger-text, .apis-passenger-status-text {
    position: absolute;  
    width: 100%;
    text-align: center;
    z-index: 10;
    
}
.apis-passenger-text{
    top: 400px; 
}
.apis-passenger-status-text {
    top: 500px; 
}

.apis-button-body {
    position: absolute;
    bottom: 120px;     
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
    z-index: 10;
}


.loading-container {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000000c9;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.loading-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    height: 100%;
}

.loading-text {
    font-size: 50px;
    color: #fff;
}

.loading-spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.error-modal {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    /* This shorthand replaces top, right, bottom, left, and implies full width/height */
    background: #000000c9;
    z-index: 6;
}

.modal-content.error-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 800px;
    border-radius: 20px;
    padding: 55px 30px;
    background: url('../images/error-background.png') no-repeat center center / cover;
    overflow: hidden;
}

.error-header-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 55px;
}

.error-header-img img {
    width: 225px;
    height: 225px;
}

.error-message {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.35;
}

.error-popup-btn-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF0000;
    color: #fff;
    border: none;
    border-radius: 65px;
    font-family: inherit;
    font-size: 45px;
    font-weight: 700;
    cursor: pointer;
    padding: 25px;
    min-width: 350px;
    margin-top: 50px;
    justify-self: end;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.selection-body-ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
    height: 100%;
    padding-top: 666px;
    box-sizing: border-box;
}

.selection-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
    height: 100%;
    padding-top: 400px;
    box-sizing: border-box;
}

.selection-body .title {
    font-size: 40px;
    margin-bottom: 40px;
    margin-left: 15px;
    text-align: left;
    width: 100%;
    max-width: 800px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-left: 40px;
    z-index: 1;
}

.title-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 18px;
}

.title-ring {
    position: absolute;
    left: -10px;
    top: 4em;
    transform: translateY(-50%);
    width: 250px;
    pointer-events: none;
    z-index: 0;
}

@media (max-width:420px) {
    .title {
        font-size: 24px;
        padding-left: 84px;
    }

    .title-ring {
        width: 140px;
        left: -24px;
        top: 0.9em;
    }
}

/* List */
#passenger-selection .passenger-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 650px;
    margin: 50px auto 0;
    z-index: 1;

    max-height: calc(100vh - var(--top-pad) - var(--bottom-ui));
    overflow: hidden;
    padding-right: 8px;
    overscroll-behavior: contain;
}

/* Item: default = BEYAZ pill */
#passenger-selection .passenger-list .passenger-list-item {
    position: relative;
    width: 90%;
    height: 90px;
    padding: 12px 16px 12px 48px;
    border-radius: 14px;
    background: #fff;
    color: #111;
    font-weight: 800;
}

/* Sol “radyo” halkası – SEÇİLMEMİŞ (boş daire) */
#passenger-selection .passenger-list .passenger-list-item::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid var(--brand-red);
    background: #fff;
    box-sizing: border-box;
}

/* SEÇİLİNCE: KIRMIZI pill + beyaz halka + iç kırmızı nokta */
#passenger-selection .passenger-list .passenger-list-item.selected {
    background: var(--brand-red);
    color: #fff;
    box-shadow: 0 8px 18px rgba(240, 16, 4, .35);
}

#passenger-selection .passenger-list .passenger-list-item.selected::before {
    border-color: #fff;
    background: #fff;
}

#passenger-selection .passenger-list .passenger-list-item.selected::after {
    content: "";
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff0202;
}

.passenger-list-item {
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 12px;
    padding: 25px 30px;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.passenger-list-item input[type="radio"] {
    display: none;
}

.passenger-list-item input[type="radio"]:focus,
.passenger-list-item:focus {
    outline: none;
    box-shadow: none;
}

.passenger-list-item span::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 20px;
    border: 4px solid #c00;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
}

.passenger-list-item input[type="radio"]:checked+span::before {
    border-color: #fff;
}

.passenger-list-item span {
    display: flex;
    align-items: center;
}

.passenger-list-item input[type="radio"]:checked+span {
    color: #fff;
    font-weight: bold;
}

.passenger-list-item input[type="radio"]:checked~span,
.passenger-list-item input[type="radio"]:checked {
    background: none;
}

.passenger-list-item input[type="radio"]:checked+span {
    background: transparent;
}

.passenger-list-item input[type="radio"]:checked~span,
.passenger-list-item:has(input[type="radio"]:checked) {
    background: rgb(255, 2, 2);
    color: #fff;
}

/* İsim */
#passenger-selection .passenger-list .passenger-name {
    font: inherit;
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 33px;
    text-align: justify;
    margin-left: 30px;
}

#passenger-selection .title-ring {
    pointer-events: none;
    z-index: 0;
}

#passenger-selection .selection-body {
    position: relative;
    padding-bottom: var(--bottom-ui);
}

#passenger-selection .button-row-passenger {
    position: fixed;
    left: 53%;
    transform: translateX(-50%);
    bottom: calc(var(--footer-h) + var(--gap-btw) + var(--safe-b));
    z-index: 4;
    display: flex;
    gap: 40px;
    width: 75%;
    height: var(--btns-h);
}

#passenger-selection .footer {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--safe-b);
    z-index: 3;
    margin-top: 10px;
    padding-bottom: 0;
    height: var(--footer-h);
}

/*seat automatic or buy */
.title-seat-auto {
    position: absolute;
    right: -440px;
    top: 6em;
    width: 870px;
    pointer-events: none;
    z-index: 0;
}

.page-content {
    margin-top: 370px;
}

.seat-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
    height: 100%;
    padding-top: 400px;
    box-sizing: border-box;
}

.seat-body .title {
    font-size: 40px;
    margin-bottom: 40px;
    margin-left: 15px;
    text-align: left;
    width: 100%;
    max-width: 800px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-left: 40px;
    z-index: 1;
}

.seat-info-title {
    font-size: 36px;
}

.continue-btn-auto {
    margin-left: -3rem;
}

/* Seat Selection */
#seat-selection {
    position: relative;
    width: 100%;
    height: 100%;
}

#seat-selection .seat-body {
    position: relative;
    width: 1080px;
    height: 1920px;
    margin: 0 auto;
    padding: 140px 110px 160px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#seat-selection .seat-page {
    display: grid;
    grid-template-columns: 360px 440px;
    grid-auto-rows: min-content;
    column-gap: 100px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 240px;
}

#seat-selection .passenger-panel {
    grid-column: 1;
    grid-row: 1;
    width: 114.5%;
    display: flex;
    flex-direction: column;
}

#seat-selection .ps-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

#seat-selection .bg-white.rounded-2xl.p-6 {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-top: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    text-align: start;
}

#seat-selection .plane-panel {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: relative;
    width: 570px;
    height: 1070px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 0;
    overflow: hidden;
}

#seat-selection .fuselage {
    position: relative;
    left: 29%;
    transform: translateX(-50%);
    width: 432px;
    height: 1070px;
    top: 0;
    z-index: 1;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
}

#seat-selection .plane-head {
    width: 100%;
    height: 321.5px;
    background-image: url(../images/planeNose.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    flex-shrink: 0;
}


/* Koltuk gridi */
#seat-selection .seat-grid {
    position: relative;
    top: -25px;
    left: 48.6%;
    transform: translateX(-49%);
    width: 98%;
    padding: 16px 6px 100px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(244, 244, 244) 60%, rgb(232, 232, 232) 100%);
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#seat-selection .fuselage::-webkit-scrollbar {
    width: 6px;
}

#seat-selection .fuselage::-webkit-scrollbar-track {
    background: transparent;
}

#seat-selection .fuselage::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

#seat-selection .fuselage {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

.seat-header-row {
    display: flex;
    flex-direction: row;
    color: black;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 85%;
}

#seat-selection .row {
    display: grid;
    grid-template-columns: 15px repeat(3, 15px) 10px repeat(3, 15px);
    column-gap: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 4px 0;
    left: 13px;
}

/* Satır numarası */
#seat-selection .row-label {
    position: absolute;
    left: 48%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
    color: #000000;
    opacity: 0.95;
    pointer-events: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#seat-selection .aisle {
    width: 10px;
}

/* Koltuk Görünümü */

#seat-selection .seat {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #00000027;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
}

#seat-selection .seat[data-status="available"][data-seattype="standard"],
#seat-selection .seat[data-status="available"]:not([data-seattype]) {
    background-color: #7FB1CA;
    border-color: #5c8ca1;
}

#seat-selection .seat[data-status="available"][data-seattype="first-row"] {
    background-color: #5F8F74;
    border-color: #4b705c;
}

#seat-selection .seat[data-status="available"][data-seattype="front-row"] {
    background-color: #9CC3AF;
    border-color: #7b9d90;
}

#seat-selection .seat[data-status="available"][data-seattype="fast-exit"] {
    background-color: #AEBBE0;
    border-color: #8b96b8;
}

#seat-selection .seat[data-status="available"][data-seattype="exit-extra-legroom"] {
    background-color: #F6C58D;
    border-color: #d29f5d;
}

/* Pasif koltuklar */
#seat-selection .seat[data-status="unavailable"],
#seat-selection .seat[data-status="blocked"] {
    background-color: #f8f8f8;
    border-color: #cfcfcf;
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
    pointer-events: none;
    color: #999999;
}

#seat-selection .seat[data-selected="true"] {
    box-shadow: 0 0 0 1px rgba(233, 1, 1, 0.993);
}

#seat-selection .ps-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#seat-selection .ps-item {
    display: flex;
    align-items: center;
    position: relative;
}

#seat-selection .ps-item input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    background-color: #ffffff;
    border: 2px solid #c5ccd8;
}

#seat-selection .ps-item input[type="radio"]::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background-color: #ffffff;
}

#seat-selection .ps-item input[type="radio"]:checked {
    border-color: #ed1c24;
}

#seat-selection .ps-item input[type="radio"]:checked::after {
    background-color: #ed1c24;
}

#seat-selection .ps-item input[type="radio"]:focus-visible {
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.25);
}

/* Yolcu pill */
#seat-selection .ps-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    width: 100%;
    height: 90px;
    padding: 16px 24px;
    padding-left: 52px;
    background: rgba(255, 255, 255, 0.97);
    color: #1f2430;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.20);
    box-sizing: border-box;
}

#seat-selection .ps-name-text {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sağ blok: ikon + koltuk numarası altta */
#seat-selection .ps-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    min-width: 32px !important;
}

#seat-selection .ps-icon {
    width: 35px;
    height: 35px;
}

.ps-icon {
    object-fit: contain;
    transition: 0.15s;
    filter: grayscale(1);
}

.ps-item input:checked+label .ps-icon,
.ps-seat-tag,
.ps-icon.selected {
    filter: invert(20%) sepia(95%) saturate(6500%) hue-rotate(350deg) brightness(90%) contrast(105%);
}

#seat-selection .ps-item input[type="radio"]:checked+.ps-name {
    background: #ffe6ea;
    border-color: #ffbbc6;
    color: #d21724;
}

#seat-selection .ps-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

#seat-selection .ps-seat-tag {
    margin-left: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

#seat-selection .ps-name.ps-disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

#seat-selection .ps-item input[type="radio"]:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

#passengerList.shake {
    animation: seatShake 0.4s ease-in-out;
}

#seat-selection .seat-group-label {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 10px 25px;
}

#seat-selection .seat-group-label--first-row {
    color: #5F8F74;
}

#seat-selection .seat-group-label--front-row {
    color: #9CC3AF;
}

#seat-selection .seat-group-label--fast-exit {
    color: #AEBBE0;
}

#seat-selection .seat-group-label--exit-extra-legroom {
    color: #F6C58D;
}

#seat-selection .seat-group-label--standard {
    color: #7FB1CA;
}



@keyframes seatShake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

/* UTILITY CLASS’LAR */

.p-6 {
    padding: 24px;
}

.bg-white {
    background-color: #ffffff;
}

.rounded-2xl {
    border-radius: 16px;
}

.text-xl {
    font-size: 20px;
    line-height: 28px;
}

.mb-4 {
    margin-bottom: 16px;
}

.gap-4 {
    gap: 16px;
}

.text-base {
    font-size: 16px;
    line-height: 22px;
}

.text-sm {
    font-size: 13px;
    line-height: 18px;
}

.text-gray-800 {
    color: #323846;
}

.font-inter-semibold,
.font-inter-medium {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
    color: black;
}

.font-inter-semibold {
    font-weight: 600;
}

.font-inter-medium {
    font-weight: 500;
}

.flex {
    display: flex;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-1 {
    flex: 1 1 auto;
}

.w-10 {
    width: 40px;
}

.h-10 {
    height: 40px;
}

.rounded-md {
    border-radius: 8px;
}

.shrink-0 {
    flex-shrink: 0;
}

.mt-1 {
    margin-top: 4px;
}

.bg-\[\#5F8F74\] {
    background-color: #5F8F74;
}

.bg-\[\#9CC3AF\] {
    background-color: #9CC3AF;
}

.bg-\[\#AEBBE0\] {
    background-color: #AEBBE0;
}

.bg-\[\#F6C58D\] {
    background-color: #F6C58D;
}

.bg-\[\#7FB1CA\] {
    background-color: #7FB1CA;
}

.text-\[\#5F8F74\] {
    color: #5F8F74;
}

.text-\[\#9CC3AF\] {
    color: #9CC3AF;
}

.text-\[\#AEBBE0\] {
    color: #AEBBE0;
}

.text-\[\#F6C58D\] {
    color: #F6C58D;
}

.text-\[\#7FB1CA\] {
    color: #7FB1CA;
}

.text-\[\#A15A00\] {
    color: #A15A00;
}

/* Ticket print */
.bp-ticket {
    --min: 420px;
    --max: 1040px;
    width: clamp(var(--min), 80vw, var(--max));
    margin: 220px auto 200px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    font-size: clamp(16px, 2.6vw, 26px);
    color: #fff;
}

.bp-bg {
    display: block;
    width: 100%;
    height: auto
}

.bp-layer {
    position: absolute;
    inset: 0
}

.bp-ticket .label {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: lowercase;
    opacity: .95
}

.bp-ticket .value {
    font-size: 1.15em;
    font-weight: 400
}

.bp-ticket .time {
    font-size: 1.35em;
    font-weight: 400
}

.bp-ticket .iata {
    font-size: 2.35em;
    font-weight: 400;
    letter-spacing: .5px
}

.bp-ticket .city {
    font-size: 1.05em;
    opacity: .92
}

.bp-ticket * {
    margin: 0;
    padding: 0;
    line-height: 1
}

.bp-meta {
    position: absolute;
    left: 6%;
    top: 48%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    text-align: left
}

.bp-meta .row {
    display: flex;
    flex-direction: column;
    gap: .35em
}

.bp-left {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 25%;
    left: 34%;
    text-align: left;
    gap: .6em;
}

.bp-right {
    position: absolute;
    top: 35%;
    right: 6%;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: .6em;
}

.bp-layer {
    position: absolute;
    inset: 0
}

.bp-fade {
    position: absolute;
    top: 3%;
    left: 1.5%;
    width: 100%;
    height: 91%;
    border-radius: 25px;
    background: linear-gradient(90deg,
            rgba(243, 23, 38, 0.414) 0%,
            rgba(243, 23, 38, 0.281) 40%,
            rgba(243, 23, 38, 0.153) 65%,
            rgba(243, 23, 38, 0) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .10);
    pointer-events: none;
    z-index: 0;
}

.bp-layer .bp-meta,
.bp-layer .bp-left,
.bp-layer .bp-right {
    z-index: 1;
    position: absolute
}


.print-button,
.number-button {
    border: none;
    padding: 40px 130px;
    border-radius: 70px;
    font-size: 42px;
    font-weight: 500;
    cursor: pointer;
}

.print-button {
    position: relative;
    color: #fff;
    cursor: pointer;
    background:
        linear-gradient(90deg,
            rgba(237, 10, 25, 0.94) 0%,
            rgba(237, 10, 25, 0.516) 45%,
            rgba(237, 10, 25, 0.268) 65%,
            rgba(237, 10, 25, 0) 100%);
    backdrop-filter: blur(.5px);
}

.button-row-ticket {
    display: flex;
    gap: 40px;
    margin-top: 160px;
    margin-bottom: 50px;
}

.number-button {
    background: #f00;
    color: white;
    padding: 35px 55px;
}

/* Check in done */
.text-middle {
    font-size: 37px;
    margin-bottom: 40px;
    margin-left: 20px;
    text-align: left;
    width: 100%;
    max-width: 800px;
    font-weight: 200;
    line-height: 1.4;
    position: relative;
    padding-left: 40px;
    z-index: 1;
}

.tick-icon {
    margin-bottom: 70px;
}

/* send to number */
.selection-body-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
    height: 100%;
    padding-top: 700px;
    box-sizing: border-box;
}

#send-number .button-row-passenger {
    position: fixed;
    left: 53%;
    transform: translateX(-50%);
    bottom: 300px;
    z-index: 4;
    display: flex;
    gap: 40px;
    width: 75%;
    height: var(--btns-h);
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 37px;
    align-items: center;
}

.pill-input {
    width: 80%;
    height: 130px;
    border: none;
    outline: none;
    border-radius: 999px;
    padding: 0 24px;
    background: #fff;
    color: #111;
    font-size: 40px;
    font-weight: 500;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.pill-input::placeholder {
    color: #9aa0a6;
    font-weight: 500
}


.virtual-keyboard-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 90%;
    margin-top: 50px;
}

.virtual-keyboard-body {
    display: flex;
    justify-content: center;
    gap: 0.50px;
    width: 100%;
    height: 100%;
}

.virtual-key {
    width: 76.9px;
    height: 81.6px;
    background: url(../icons/keyboardkey.png) no-repeat center / cover;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: start;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 10px;
    line-height: normal;
    font-family: inter;
    font-size: 37px;
    font-weight: 100;
    color: white;
    cursor: pointer;
    user-select: none;
    margin-left: 8px;
}

.virtual-keyboard-numbers .virtual-key {
    font-size: 28px;
    font-weight: 400;
}

.virtual-key span {
    position: relative;
    top: 4px;
}

.virtual-keyboard-numbers .virtual-key span {
    top: 8px;
}

.delete-key {
    width: 160px;
    height: 81.6px;
    background: url('../icons/deletebtn.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0px;
    line-height: normal;
    font-family: inter, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    user-select: none;
    margin: 3px;
}

.caps-key {
    width: 160px;
    height: 81.6px;
    background: url('../icons/capsLock.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8px;
    line-height: normal;
    font-family: inter, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    user-select: none;
    margin: 3px;
}


/* put baggage */

.put-baggage-body {
    display: flex;
    flex-direction: column;
    gap: 800px;
    align-items: center;
    margin-top: 870px;
}

.put-baggage-title {
    position: absolute;
    left: 110px;
    top: 400px;
    width: 850px;
    height: 225px;
    font-family: inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 50px;
    background-image: url("../icons/round-selection-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

/* get bag weigthing */

.get-weight-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-weight-title {
    position: absolute;
    left: 110px;
    top: 400px;
    width: 850px;
    height: 225px;
    font-family: inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 10px;
    background-image: url("../icons/round-selection-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.get-weight-info-row {
    position: absolute;
    top: 620px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(2, 400px);
    justify-content: center;
    gap: 40px;
    width: auto;
    color: #fff;
}

.get-weight-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.get-weight-label {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.get-weight-text {
    width: 155px;
    height: 150px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    background-image: url(../icons/round-selection-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    word-break: break-word;
    overflow: hidden;
}


/* one more baggage */
.one-more-bag-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one-more-bag-title {
    position: absolute;
    left: 110px;
    top: 400px;
    width: 850px;
    height: 225px;
    font-family: inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 10px;
    background-image: url("../icons/round-selection-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.one-more-bag-info-row {
    position: absolute;
    top: 620px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(2, 400px);
    justify-content: center;
    gap: 40px;
    width: auto;
    color: #fff;
}

.one-more-bag-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.one-more-bag-label {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.one-more-bag-text {
    width: 155px;
    height: 150px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    background-image: url(../icons/round-selection-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    word-break: break-word;
    overflow: hidden;
}

.get-weight-button-row,
.one-more-bag-button-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 300px;
    width: 82%;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}


.put-baggage-button-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 300px;
    width: 82%;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.put-baggage-back-btn {
    width: 50%;
    border: none;
    border-radius: 70px;
    font-size: 37px;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 28px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.get-weight-back-btn,
.get-weight-continue-btn,
.one-more-bag-back-btn,
.one-more-bag-continue-btn {
    width: 100%;
    border: none;
    border-radius: 70px;
    font-size: 37px;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 28px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.one-more-bag-back-btn,
.get-weight-back-btn,
.put-baggage-back-btn {
    position: relative;
    color: #fff;
    cursor: pointer;
    background:
        linear-gradient(90deg,
            rgba(237, 10, 25, 0.94) 0%,
            rgba(237, 10, 25, 0.516) 45%,
            rgba(237, 10, 25, 0.268) 65%,
            rgba(237, 10, 25, 0) 100%);
    backdrop-filter: blur(.5px);
}

.one-more-bag-continue-btn,
.get-weight-continue-btn {
    background: #f00;
    color: white;
    padding: 20px;
}

/* payment */

.payment-card-scan-title,
.payment-completed-title {
    position: absolute;
    left: 110px;
    top: 400px;
    width: 850px;
    height: 225px;
    font-family: inter;
    font-weight: 700;
    font-size: 35px;
    line-height: 225px;
    letter-spacing: 33.73%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 50px;
    background-image: url("../icons/round-selection-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}