﻿@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyCF-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VisbyCFDemiBold";
    src: url("../fonts/VisbyCF-DemiBold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VisbyCFDemiExtraBold";
    src: url("../fonts/VisbyCF-ExtraBold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VisbyCFLight";
    src: url("../fonts/VisbyCF-Light.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VisbyCFMedium";
    src: url("../fonts/VisbyCF-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VisbyCFBold";
    src: url("../fonts/VisbyCF-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VisbyCFRegular";
    src: url("../fonts/VisbyCF-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: VisbyCFRegular;
}

a {
    font-family: VisbyCFDemiBold;
}

text {
    font-family: VisbyCFBold;
}

select {
    font-family: VisbyCFBold;
}

h3 {
    font-family: VisbyCFDemiBold;
}

h4 {
    font-family: VisbyCFDemiBold;
}

h2 {
    font-family: VisbyCFDemiBold;
}

h6 {
    font-family: VisbyCFDemiBold;
}

span {
    font-family: VisbyCFDemiBold;
}

h1 {
    font-family: VisbyCFDemiBold;
}

strong {
    font-family: VisbyCFDemiBold;
}

em {
    font-family: VisbyCFRegular;
}

div {
    font-family: VisbyCFRegular;
}



body {
    line-height: 1.5;
}

/* Form elemanları */
input,
textarea,
select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    /* Focus durumunda inputlar */
    input:focus,
    textarea:focus,
    select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, 0.25);
    }

    /* Yüksek kontrast input */
    input[type="text"]:disabled,
    input[type="password"]:disabled,
    input[type="email"]:disabled,
    textarea:disabled,
    select:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

/* Form grupları */
.form-group {
    margin-bottom: 1rem;
}

/* Etiketler */
label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Butonlar */
button,
input[type="submit"],
input[type="button"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background-color: #007bff;
    border: 1px solid #007bff;
    color: white;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

    /* Buton hover */
    button:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-color: #0056b3;
        border-color: #004085;
    }

/* Tablo stili (border kaldırıldı) */
table {
    width: 100%;
    /*margin-bottom: 1rem;*/
    background-color: transparent;
    border-collapse: collapse;
    border: none; /* Sınırları kaldırdık */
}

th,
td {
    padding: 0.75rem;
    vertical-align: top;
    border: none; /* Tablo hücrelerinde sınır yok */
}

th {
    background-color: #f8f9fa;
    font-weight: bold;
}

table thead th {
}

table tbody td {
}

/* TR ve TD içindeki butonları engelle */
table td button,
table tr button {
    display: none; /* Butonları gizler */
}

/* Div'ler ve Flexbox düzeni */
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
}

/* Kolon genişlikleri */
.col-1 {
    flex: 0 0 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
}

.nav-anket {
    width: 100%;
    height: 111px;
    background-color: #004899;
}


select {
    cursor: pointer !important;
}

.font-21{
    font-size:21px !important;
}

.glm-foot-wrapper {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    padding-top: 36px;
    padding-bottom: 42px;
    color: #fff;
    background-color: #212529;
}

    .glm-foot-wrapper .footer-logo {
        margin-bottom: 40px;
        margin-top: 55px;
        width: 206px !important;
    }

    .glm-foot-wrapper .foot-logo-box img {
        width: 213px;
        height: 96px;
    }

    .glm-foot-wrapper .social-list a {
        display: block;
    }

    .glm-foot-wrapper .icon {
        width: 24px;
        height: 24px;
    }

    .glm-foot-wrapper .disclaim {
        font-size: 12px;
        max-width: 322px;
        margin: 0 auto;
    }

        .glm-foot-wrapper .disclaim a {
            text-decoration: none;
            color: #fff;
        }

            .glm-foot-wrapper .disclaim a:focus,
            .glm-foot-wrapper .disclaim a:hover {
                border-bottom: 1px dashed rgba(237, 237, 237, 0.2509803922);
            }

    .glm-foot-wrapper .footer-social-cta,
    .glm-foot-wrapper p {
        margin-bottom: 0;
    }

    .glm-foot-wrapper .social-list {
        max-width: 260px;
    }

    .glm-foot-wrapper .foot-logo-box {
        padding-bottom: 40px;
    }

    .glm-foot-wrapper .footer-social-cta {
        padding-bottom: 17px;
    }

    .glm-foot-wrapper .foot-mission-text {
        padding-bottom: 60px;
    }

    .glm-foot-wrapper .foot-social-row {
        padding-bottom: 36px;
    }

    .glm-foot-wrapper hr {
        margin: 60px auto;
    }

    .glm-foot-wrapper .foot-mission-text p,
    .glm-foot-wrapper .social-list {
        margin: 0 auto;
    }

    .glm-foot-wrapper .foot-mission-text p {
        max-width: 338px;
    }



    .glm-foot-wrapper .foot-nav-row {
        padding-top: 28px;
    }

        .glm-foot-wrapper .foot-nav-row li {
            margin-bottom: 17px;
        }

    .glm-foot-wrapper .list-link-internal {
        margin-bottom: 0;
    }

        .glm-foot-wrapper .list-link-internal .list-inline-item:not(:last-child)::after {
            padding-left: 15px;
            content: "|";
        }

        .glm-foot-wrapper .list-link-internal a {
            text-decoration: none;
            color: #004899;
        }

    .glm-foot-wrapper .foot-nav-row a {
        line-height: 1.285;
        display: block;
        text-decoration: none;
        color: #fff;
    }

        .glm-foot-wrapper .foot-nav-row a:hover,
        .glm-foot-wrapper .foot-nav-row a:focus {
            color: #004899;
        }

    .glm-foot-wrapper .foot-nav-row h2 {
        font-weight: bold;
        margin-bottom: 24px;
        color: #004899;
    }

    .glm-foot-wrapper .foot-nav-row h2,
    .glm-foot-wrapper .cta-actions h2 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    .glm-foot-wrapper .foot-nav-row ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
    }

    .glm-foot-wrapper .jtc-wrapper h2 {
        font-weight: 300;
        margin-bottom: 12px;
    }

    .glm-foot-wrapper .mobile-links-internal ul:nth-child(2) {
        padding-top: 5px;
    }

    .glm-foot-wrapper .mission {
    
    }

@media screen and (min-width: 768px) {
    .glm-foot-wrapper {
        padding-bottom: 29px;
    }

        .glm-foot-wrapper .cta-actions {
            padding-bottom: 60px;
        }

        .glm-foot-wrapper .disclaim {
            max-width: initial;
        }

        .glm-foot-wrapper .foot-mission-text p {
            max-width: 295px;
        }

        .glm-foot-wrapper .foot-logo-box img {
            width: 273px;
            height: 124px;
        }
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.glm-foot-wrapper .btn-outline-light {
    font-size: 14px;
    color: #f8f9fa;
    border-color: #f8f9fa;
}

@media screen and (max-width: 767px) {
    .glm-foot-wrapper .mission,
    .glm-foot-wrapper .mobile-links-internal {
        margin-bottom: 24px;
    }

    .glm-foot-wrapper .region-select-wrap {
        margin-bottom: 36px;
    }

    .glm-foot-wrapper .jtc-wrapper {
        margin-bottom: 48px;
    }

    .glm-foot-wrapper .region-select-wrap {
        position: relative;
    }

        .glm-foot-wrapper .region-select-wrap .dropdown::before {
            position: relative;
            left: -10px;
            display: inline-block;
            width: 12px;
            height: 20px;
            content: "";
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center center;
        }
}



.Genel {
    top: 143px;
    left: 401px;
    width: 632px;
    height: 371px;
}

p.MsoNormal {
    margin: 0cm;
    margin-bottom: .0001pt;
    font-size: 13.0pt;
    font-family: "Times New Roman";
}

.style5 {
    width: 827px;
}

.style6 {
    height: 59px;
}

.style7 {
    width: 827px;
    height: 59px;
}

* {
    font-size: 13px;
    vertical-align: middle;
}


/*#dtList_Soru table {
    margin-bottom: 20px
}*/

/* Genel ayarlamalar */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


@media only screen and (max-width:768px){
    .nav-anket {
        height: 340px !important;
    }
    tr td span {
        font-size: 16px !important;
    }
    select {
        font-size: 16px !important;
    }
}


strong {
    font-size: 19px !important;
}

span p {
    font-size: 21px
}

.mission {
    font-size: 15px !important
}

tr td span {
    font-size: 18px;
}

select {
    font-size: 18px
}
.nav-anket tr tbody {
   background-color: red;
}
