/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

#kurumsal {
    margin: 50px 0
}

#kurumsal .icerik {
    font: 400 16px var(--icerik-fontu);
    line-height: 32px;
    color: #252525
}

#kurumsal .icerik h2 {
    color: #252525;
    font: 600 26px var(--baslik-fontu);
    margin: 0 0 25px
}

#kurumsal .icerik p {
    margin-bottom: 15px;
    line-height: 30px
}

#kurumsal .icerik ul {
    list-style: circle;
    margin-left: 30px
}

#kurumsal .icerik ul li {
    padding-bottom: 3px;
    position: relative;
    line-height: 30px
}

#kurumsal .icerik ul li::marker {
    color: #252525
}

nav.icMenu {
    padding: 15px;
    background: 0 0;
    margin-right: 30px;
    border: 1px solid #22508e;
}

nav.icMenu a {
    position: relative;
    display: block;
    color: #252525;
    text-decoration: none;
    margin-bottom: 3px;
    font-size: 16px;
    padding: 10px 10px 10px 0;
    font-weight: 400;
    padding-left: 14px;
    letter-spacing: -.5px
}

nav.icMenu a:hover {
    color: #22508e;
    background: #e5e5e5
}

nav.icMenu a.active {
    color: #000
}

nav.icMenu a.active:after {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 8px;
    height: 8px;
    content: '';
    margin-left: -5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    box-sizing: border-box
}

.efektekle {
    position: relative;
    overflow: hidden
}

.efektekle:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: .2s;
    border: 2px solid rgb(0 0 0/58%);
    clip-path: polygon(0 calc(100% - 1rem),0 100%,1rem 100%,1rem 0,0 0,0 1rem,100% 1rem,100% 0,calc(100% - 1rem) 0,calc(100% - 1rem) 100%,100% 100%,100% calc(100% - 1rem));
    box-shadow: 1px 1px #fff;
    z-index: 5
}

.efektekle:hover:after {
    border-color: var(--tema-renk1);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.efektekle img {
    transition: transform .2s,filter .4s
}

.efektekle:hover img {
    transform: scale(1.1)
}
/****************/
.sayfatepe {
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    min-height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 35px;
}

.sayfatepe .container1 {
    position: relative;
    z-index: 2;
}
.sayfatepe .container1 h2{
    color:white;
    font-size: 40px;
}
.sayfatepe .container1 .breadcrumb {
    display: flex;
}
.sayfatepe .container1 .breadcrumb-wrapper {
    display: flex;
    flex-direction: column; /* Mobil için alt alta */
    justify-content: center;
    align-items: flex-start; /* Yazıyı sola hizala */
    gap: 1rem; /* İçerikler arası boşluk */
}

.sayfatepe .breadcrumb a,
.sayfatepe .breadcrumb span {
    margin: 0px 10px;
    color: white;
    text-decoration: none;
}

.sayfatepe .breadcrumb a:hover {
    text-decoration: underline;
}


