﻿
body {
    font-family: "Quicksand", sans-serif;
}



.giris1 {
    height: 100vh;
    width: 100%;
}

.gkapat1 i {
    padding: 3px 5px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
    font-size: 12px;
    float: right;
}

.menu1 {
    border: 1px solid #e5e7eb;
}

    .menu1 h2 {
        font-weight: 700;
        margin-bottom: 0;
    }

.menu2 {
    padding: 20px 15px;
    margin-bottom:40px;
}

.menu3 {
    margin-bottom: 15px;
}

    .menu3 a {
        position: relative;
        display: block;
        padding: 0;
    }

    .menu3 h2 {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        padding: 5px;
    }

.menu03 a {
    display: flex;
    align-items: flex-start;
}

.menu03 img {
    max-width: 20%;
    padding: 5px;
}
.menu03 h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0px;
}
.menu03 p{
    margin-bottom:0;
}
.menu04{
    padding:2px 10px;
    color:#000;
}
.menu5 {
    border: 1px solid #e5e7eb;
}

.menu6 {
    padding: 15px 15px;
    text-align: center;
    color: rgb(66, 85, 99);
    border: 1px solid rgb(255, 255, 255);
    font-weight: 600;
}

.menu7 {
    display: flex;
    justify-content: space-between;
}

    .menu7 p {
        color: rgb(66, 85, 99);
        font-weight: 600;
        font-size: 18px;
    }
.lyt1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px 0px;
    /*border-bottom: 1px solid #000;*/
    box-shadow: 0 0 5px #bfbfbf;
}
.lyt2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

    .lyt2 img {
        max-height: 40px; /* navbar uyumlu */
    }
/*.lyt3 ,.lyt4{
    flex: 1;
}*/
.lyt3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* İstersen renk değiştir */
    padding: 0 10px;
}
.lyt4 {
  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.lyt5 {
    color: #000;
    border-radius: 9999px;
    padding: .625rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lyt3,.lyt4{
    width:50px;
}
.lyt6 i{
    color:#000;
}
#lsideMenu {
    position: fixed;
    top: 0;
    right: -75vw; /* başlangıçta gizli */
    width: 75vw;
    height: 100vh;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0,0,0,0.15);
    z-index: 9999;
    transition: right .35s ease;
    display: flex;
    flex-direction: column;
}

.lsideMenu-header {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .lsideMenu-header h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

#lsideClose {
    font-size: 20px;
    cursor: pointer;
}

.lsideMenu-content {
    padding: 15px;
    overflow-y: auto;
}

.lsideMenu-item {
    display: block;
    padding: 12px 0;
    font-size: 17px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
}

/* Karartma */
#loverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    display: none;
    z-index: 9990;
}

.kurumsal1 {
    background: #f3f4f6;
    padding: 0;
}
.kurumsal2{
padding:10px;
}
    .kurumsal2 h2 {
        font-size: 20px;
        /* font-weight: 600; */
        margin-bottom: 0;
    }
.kurumsal3{
    background:#fff;
    padding:10px;
}

.kurumsal1 {
    background: #f3f4f6;
    padding: 12px;
}

/* Kutu */
.kurum-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

    /* Başlık */
    .kurum-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

/* Metin alanı */
.kurum-text {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

    /* SADECE 3 SATIR GÖSTER */
    .kurum-text.short {
        max-height: 85px; /* tahmini 3–4 satır */
        position: relative;
    }

        /* Altta fade efekti */
        .kurum-text.short::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 40px;
            width: 100%;
            background: linear-gradient(to bottom, transparent, #fff);
        }

/* Devamını Oku */
.kurumdevam {
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
}
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 111;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.1);
}

/* Küçük ikonlar */
.small-icons .icon-btn {
    text-align: center;
    color: #444;
    font-size: 16px;
}

 
.lang-btn {
    /*width: 55px;
    height: 55px;*/
    /*background: #eaeaea;*/
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

    .lang-btn i {
        font-size: 16px;
    }

.altbar2 {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    /*gap: 23px;*/
    /*padding-left: 16px;*/
}
    .altbar2 a {
        /*border-right: 1px solid #e1e1e1;*/
        /*padding-right: 10px;*/
    }
.altbar3 {
    display: flex !important;
    justify-content: space-evenly;
}
.altbar4 {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}