body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

.content-overlay {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
    text-align: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4); /* yarę saydam karartma */
}

.card-hover:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.card-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
    margin-left: 10px;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: start;
    background: rgba(0,0,0,0.75);
    padding: 10px 15px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.logo-placeholder {
    width: 40px;
    height: 40px;
    background-color: #555;
    border-radius: 5px;
    display: inline-block;
    flex-shrink: 0;
}

.card-img-overlay {
    padding: 0;
    bottom: auto;
    top: 60px;
    height: calc(100% - 60px);
}
