.tc-wrapper-9479e5be {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.tc-wrapper-9479e5be.tc-row-reverse {
    flex-direction: row-reverse;
}

/* Base flex values, overridden by Elementor controls dynamically */
.tc-image-col-9479e5be {
    flex: 0 0 55%;
    width: 55%;
}

.tc-content-col-9479e5be {
    flex: 0 0 45%;
    width: 45%;
}

.tc-image-wrap-9479e5be {
    position: relative;
    width: 100%;
    min-height: 400px;
    border-radius: 4px;
    overflow: hidden;
}

.tc-image-inner-9479e5be {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tc-image-inner-9479e5be img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tc-image-wrap-9479e5be:hover .tc-image-inner-9479e5be img {
    transform: scale(1.08);
}

.tc-number-9479e5be {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    color: #e2e8f0;
    line-height: 1;
}

.tc-content-9479e5be {
    padding: 20px;
}

.tc-subtitle-9479e5be {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f98858;
    margin-bottom: 16px;
}

.tc-title-9479e5be {
    font-family: "Roboto Slab", serif;
    font-size: 42px;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 24px;
    font-weight: 400;
}

.tc-desc-9479e5be {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 40px;
}

.tc-button-9479e5be {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f172a;
    text-decoration: none;
    border-bottom: 1px solid #0f172a;
    padding-bottom: 6px;
    transition: all 0.3s ease;
}

.tc-button-9479e5be:hover {
    color: #f98858;
    border-bottom-color: #f98858;
}

.tc-btn-arrow-9479e5be {
    margin-left: 8px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.tc-button-9479e5be:hover .tc-btn-arrow-9479e5be {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .tc-wrapper-9479e5be,
    .tc-wrapper-9479e5be.tc-row-reverse {
        flex-direction: column;
        gap: 30px;
    }
    
    .tc-image-col-9479e5be,
    .tc-content-col-9479e5be {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
    
    .tc-image-wrap-9479e5be {
        min-height: 300px;
    }
    
    .tc-content-9479e5be {
        padding: 0;
    }
    
    .tc-title-9479e5be {
        font-size: 32px;
    }
}
