.fc-heading-wrapper-ec50c89c {
    text-align: center;
    margin-bottom: 40px;
}
.fc-main-heading-ec50c89c {
    font-size: 28px;
    font-weight: 700;
    color: #14254b;
    margin-bottom: 10px;
}
.fc-heading-divider-ec50c89c {
    width: 40px;
    height: 2px;
    background-color: #ff7973;
    margin: 0 auto;
}
.fc-container-ec50c89c {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    align-items: center;
}
.fc-card-wrapper-ec50c89c {
    flex: 1 1 0;
    min-width: 0;
    perspective: 1000px;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
}
.fc-card-inner-ec50c89c {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-radius: 12px;
}
.fc-card-wrapper-ec50c89c:hover .fc-card-inner-ec50c89c {
    transform: rotateY(180deg);
}
.fc-card-front-ec50c89c, .fc-card-back-ec50c89c {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.fc-card-back-ec50c89c {
    transform: rotateY(180deg);
    background: #f8f9fa;
}
.fc-content-ec50c89c {
    flex: 1;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fc-icon-ec50c89c {
    font-size: 50px;
    margin-bottom: 15px;
    color: #ff7973;
}
.fc-icon-ec50c89c svg {
    width: 50px;
    height: 50px;
    fill: #ff7973;
}
.fc-title-ec50c89c {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #14254b;
    text-transform: uppercase;
}
.fc-desc-ec50c89c {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}
.fc-footer-ec50c89c {
    background: #14254b;
    color: #fff;
    padding: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}
.fc-arrow-ec50c89c {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: #2b395e;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    font-size: 14px;
}
@media (max-width: 768px) {
    .fc-container-ec50c89c {
        flex-wrap: wrap;
    }
    .fc-card-wrapper-ec50c89c {
        flex: 1 1 100%;
        margin-bottom: 20px;
        height: 350px;
    }
    .fc-arrow-ec50c89c {
        display: none;
    }
}