.renkTers{
	filter: brightness(0) invert(1);

}
hero-text h1 {
    font-size: 40px !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
}
.hero-text h4 {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
}
@media (max-width: 1024px) {
    .hero-text h1 { font-size: 30px !important; }
    .hero-text h4 { font-size: 15px !important; }
}
@media (max-width: 640px) {
    .hero-text h1 { font-size: 24px !important; }
    .hero-text h4 { font-size: 14px !important; }
}





.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 30px;
    background: #ebebeb;
    border-radius: 20px;
}

.logo-item {
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    transition: transform 0.4s ease;
    cursor: pointer;
		margin-bottom:2rem
}
.logo-item:hover {
    transform: translateY(-4px);
}
.logo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
		margin-top:0px!important;
    transition: transform 0.6s ease;
}
.logo-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .logo-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
}
@media (max-width: 480px) {
    .logo-grid { grid-template-columns: repeat(2, 1fr); }
    .logo-item { border-radius: 12px; }
}







.branch-cards {
    display: flex;
    flex-direction: column;
    gap: 64px;
		margin-bottom:5rem;
}

.branch-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.branch-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px -15px rgba(200, 16, 46, 0.35);
    border-color: transparent;
}

/* Harita */
.branch-map {
    position: relative;
    overflow: hidden;
    min-height: 280px;
}
.branch-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(100%) contrast(0.9);
    transition: filter 0.5s ease;
}
.branch-card:hover .branch-map iframe {
    filter: grayscale(0%) contrast(1);
}
.branch-map-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(200,16,46,0.15) 0%, rgba(0,0,0,0) 60%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.branch-card:hover .branch-map-overlay {
    opacity: 0;
}

/* Sağ taraf bilgi */
.branch-info {
    padding: 40px 45px;
    position: relative;
}
.branch-info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    width: 3px;
    background: #c8102e;
    border-radius: 0 3px 3px 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
}
.branch-card:hover .branch-info::before {
    transform: scaleY(1);
}

.branch-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c8102e;
    margin-bottom: 6px;
}
.branch-info h3 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin: 0 0 24px 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.branch-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.branch-info li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.branch-info li:last-child {
    border-bottom: none;
}
.branch-info .ico {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8102e;
    transition: all 0.3s ease;
}
.branch-info .ico svg {
    width: 16px;
    height: 16px;
}
.branch-info li:hover .ico {
    background: #c8102e;
    color: #fff;
}
.branch-info .txt {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    text-decoration: none;
    padding-top: 8px;
    transition: color 0.3s ease;
}
a.txt:hover {
    color: #c8102e;
}

@media (max-width: 1024px) {
    .branch-card { grid-template-columns: 320px 1fr; }
    .branch-info { padding: 30px 30px; }
    .branch-info h3 { font-size: 26px; }
}
@media (max-width: 768px) {
    .branch-card {
        grid-template-columns: 1fr;
    }
    .branch-map {
        min-height: 220px;
        aspect-ratio: 16 / 9;
    }
    .branch-info {
        padding: 25px;
    }
    .branch-info::before {
        left: 25px;
        top: 0;
        bottom: auto;
        width: 30px;
        height: 3px;
        transform: scaleX(0);
        transform-origin: left;
    }
    .branch-card:hover .branch-info::before {
        transform: scaleX(1);
    }
}


.urun-grid {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 40px;
  row-gap: 12px;
}
.urun-grid a {
  white-space: nowrap;
}


.telif-satir {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.telif-satir a {
  display: inline-block;
}

.telif-satir a::after {
  content: "•";
  margin-left: 8px;
  color: #A3A0A1;
}
.telif-satir a:last-child::after {
  content: "";
  margin-left: 0;
}
