@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

.gcs-grid-253e3318 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.gcs-card-253e3318 {
    position: relative;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.gcs-bg-253e3318 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gcs-card-253e3318:hover .gcs-bg-253e3318 {
    transform: scale(1.08);
}

.gcs-overlay-253e3318 {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 100%);
    transition: background 0.5s ease;
}

.gcs-card-253e3318:hover .gcs-overlay-253e3318 {
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
}

.gcs-content-253e3318 {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px 40px;
    z-index: 2;
}

.gcs-title-253e3318 {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.4s ease;
}

.gcs-card-253e3318:hover .gcs-title-253e3318 {
    transform: translateY(-8px);
}

.gcs-btn-253e3318 {
    display: inline-block;
    padding: 12px 32px;
    background: #ffffff;
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(20px);
}

.gcs-card-253e3318:hover .gcs-btn-253e3318 {
    opacity: 1;
    transform: translateY(0);
}

.gcs-btn-253e3318:hover {
    background: #111111;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

@media (max-width: 1024px) {
    .gcs-grid-253e3318 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gcs-grid-253e3318 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gcs-card-253e3318 {
        height: 320px;
    }

    .gcs-title-253e3318 {
        font-size: 1.3rem;
    }

    .gcs-btn-253e3318 {
        opacity: 1;
        transform: translateY(0);
    }

    .gcs-title-253e3318 h3,
    .gcs-title-253e3318 .tittle {
		display: none !important; 
}		
			