.tc-gallery-archive{background:#fff}
.tc-gallery-archive--v31{background:#fff}
.tc-gallery-archive__head{margin-bottom:48px}
.tc-gallery-archive__tag,.tc-gallery-detail__tag{display:inline-flex;align-items:center;gap:12px;color:#ff5b00;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}
.tc-gallery-archive__tag .line-left,.tc-gallery-archive__tag .line-right,.tc-gallery-detail__tag .line-left,.tc-gallery-detail__tag .line-right{width:34px;height:2px;background:#ff5b00;display:inline-block}
.tc-gallery-archive__head h2,.tc-gallery-detail__head h1{font-size:clamp(30px,4vw,46px);font-weight:900;color:#071f44;margin:0 0 16px;line-height:1.15}
.tc-gallery-archive__head p,.tc-gallery-detail__head p{max-width:760px;margin:0 auto;color:#66758a;font-size:17px;line-height:1.8}
.tc-gallery-cat-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;min-height:280px;border-radius:28px;overflow:hidden;background:#fff;border:1px solid rgba(7,31,68,.08);box-shadow:0 24px 70px rgba(7,31,68,.08);height:100%}
.tc-gallery-cat-card__media{position:relative;display:block;overflow:hidden;min-height:280px}
.tc-gallery-cat-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}
.tc-gallery-cat-card:hover .tc-gallery-cat-card__media img{transform:scale(1.05)}
.tc-gallery-cat-card__badge{position:absolute;left:18px;top:18px;background:rgba(7,31,68,.82);color:#fff;font-size:12px;font-weight:800;padding:8px 14px;border-radius:999px}
.tc-gallery-cat-card__body{padding:34px 30px;display:flex;flex-direction:column;justify-content:center}
.tc-gallery-cat-card__num{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:#fff3ed;color:#ff5b00;font-size:18px;font-weight:900;margin-bottom:18px;box-shadow:inset 0 0 0 1px rgba(255,91,0,.15)}
.tc-gallery-cat-card__body h3{font-size:28px;font-weight:900;color:#071f44;margin:0 0 14px;line-height:1.2}
.tc-gallery-cat-card__body h3 a{color:inherit;text-decoration:none}
.tc-gallery-cat-card__body p{color:#66758a;font-size:15px;line-height:1.75;margin:0 0 22px}
.tc-gallery-cat-card__btn{display:inline-flex;align-items:center;gap:10px;width:max-content;padding:14px 22px;border-radius:999px;background:#071f44;color:#fff!important;text-decoration:none!important;font-weight:800;transition:.22s}
.tc-gallery-cat-card__btn:hover{background:#ff5b00;color:#fff!important}
.tc-gallery-empty{padding:40px 0;color:#66758a}
.tc-gallery-detail__head{margin-bottom:40px}
@media(max-width:991.98px){.tc-gallery-cat-card{grid-template-columns:1fr}.tc-gallery-cat-card__media{min-height:240px}}

/* Anasayfa foto galeri kartları */
.tc-home-gallery.tc-home-gallery--v31{
    padding:104px 0!important;
    background:#fff!important;
    overflow:visible!important;
}
.tc-home-gallery--v31 .section-title{margin-bottom:48px!important}
.tc-home-gallery-v31-card{
    height:100%!important;
    border-radius:24px!important;
    background:#fff!important;
    overflow:hidden!important;
    border:1px solid rgba(53,19,0,.08)!important;
    box-shadow:0 22px 62px rgba(53,19,0,.09)!important;
    display:flex!important;
    flex-direction:column!important;
    transition:.24s!important;
    margin:0!important;
}
.tc-home-gallery-v31-card:hover{
    transform:translateY(-6px);
    box-shadow:0 30px 78px rgba(53,19,0,.14);
}
.tc-home-gallery-v31-card__media{
    position:relative;
    display:block;
    height:286px;
    overflow:hidden;
    background:#f2f7fa;
    text-decoration:none!important;
}
.tc-home-gallery-v31-card__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.45s;
}
.tc-home-gallery-v31-card:hover .tc-home-gallery-v31-card__media img{transform:scale(1.06)}
.tc-home-gallery-v31-card__icon{
    position:absolute;
    right:22px;
    top:22px;
    width:54px;
    height:54px;
    border-radius:16px;
    background:#ff5b00;
    color:#fff;
    display:grid;
    place-items:center;
    font-size:20px;
    box-shadow:0 14px 30px rgba(255,91,0,.28);
    z-index:2;
}
.tc-home-gallery-v31-card__count{
    position:absolute;
    left:22px;
    bottom:22px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    color:#351300;
    font-size:13px;
    font-weight:800;
    box-shadow:0 10px 24px rgba(53,19,0,.12);
    z-index:2;
}
.tc-home-gallery-v31-card__body{
    padding:30px 30px 34px;
    display:flex;
    flex-direction:column;
    flex:1;
}
.tc-home-gallery-v31-card__tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#ff5b00;
    font-size:12px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
    margin-bottom:14px;
}
.tc-home-gallery-v31-card__tag .line-left{
    width:28px;
    height:2px;
    background:#ff5b00;
    display:inline-block;
}
.tc-home-gallery-v31-card h3{
    margin:0 0 14px;
    line-height:1.2;
}
.tc-home-gallery-v31-card__title-pill{
    display:inline-block;
    background:#fff1e7;
    border-radius:999px;
    padding:8px 20px;
}
.tc-home-gallery-v31-card__title-pill a{
    color:#351300;
    font-size:clamp(20px,2vw,24px);
    font-weight:900;
    text-decoration:none!important;
    line-height:1.2;
}
.tc-home-gallery-v31-card p{
    color:#66758a;
    font-size:15px;
    line-height:1.75;
    margin:0 0 22px;
    flex:1;
}
.tc-home-gallery-v31-card__btn{
    margin-top:auto;
    align-self:flex-start;
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:46px;
    padding:0 20px;
    border-radius:999px;
    background:#fff1e7;
    color:#351300!important;
    text-decoration:none!important;
    font-weight:900;
    transition:.22s;
}
.tc-home-gallery-v31-card__btn:hover{
    background:#ff5b00;
    color:#fff!important;
}
@media(max-width:991.98px){
    .tc-home-gallery.tc-home-gallery--v31{padding:82px 0!important}
    .tc-home-gallery-v31-card__media{height:250px!important}
}
@media(max-width:575.98px){
    .tc-home-gallery.tc-home-gallery--v31{padding:76px 0!important}
    .tc-home-gallery-v31-card__media{height:235px!important}
    .tc-home-gallery-v31-card__body{padding:26px 24px 30px!important}
}
