.hcs-817edfdf-container {
    width: 100%;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    overflow: hidden;
}

.hcs-817edfdf-block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.hcs-817edfdf-block-reverse {
    flex-direction: row-reverse;
}

.hcs-817edfdf-col-content {
    flex: 1 1 50%;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 8%;
    background-color: #ffffff;
}

.hcs-817edfdf-col-image {
    flex: 1 1 50%;
    width: 50%;
    position: relative;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hcs-817edfdf-content-wrap {
    max-width: 550px;
    width: 100%;
}

.hcs-817edfdf-tag {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #D5A84C;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.hcs-817edfdf-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #103B68;
    line-height: 1.25;
    margin-bottom: 35px;
}

/* Row items */
.hcs-817edfdf-row-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.hcs-817edfdf-row-item:last-child {
    margin-bottom: 0;
}

.hcs-817edfdf-icon-circle {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #2698BD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.hcs-817edfdf-row-item:hover .hcs-817edfdf-icon-circle {
    transform: scale(1.1);
}

.hcs-817edfdf-icon-circle svg,
.hcs-817edfdf-icon-circle i {
    width: 22px;
    height: 22px;
    fill: currentColor;
    font-size: 22px;
}

.hcs-817edfdf-row-text {
    flex: 1;
}

.hcs-817edfdf-row-title {
    font-size: 18px;
    font-weight: 600;
    color: #2698BD;
    margin-bottom: 6px;
}

.hcs-817edfdf-row-desc {
    font-size: 15px;
    color: #444444;
    line-height: 1.55;
}

/* Floating overlay bar for first image */
.hcs-817edfdf-badge-bar {
    position: absolute;
    bottom: 25px;
    left: 5%;
    right: 5%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 15px 10px;
    z-index: 10;
}

.hcs-817edfdf-badge-item {
    text-align: center;
    padding: 0 5px;
    border-right: 1px solid #f0f0f0;
}

.hcs-817edfdf-badge-item:last-child {
    border-right: none;
}

.hcs-817edfdf-badge-icon {
    color: #2698BD;
    font-size: 20px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

.hcs-817edfdf-badge-icon svg,
.hcs-817edfdf-badge-icon i {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.hcs-817edfdf-badge-title {
    font-size: 12px;
    font-weight: 500;
    color: #103B68;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .hcs-817edfdf-col-content {
        padding: 40px 5%;
    }
    .hcs-817edfdf-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .hcs-817edfdf-block {
        flex-direction: column !important;
    }
    .hcs-817edfdf-col-content,
    .hcs-817edfdf-col-image {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
    .hcs-817edfdf-col-image {
        min-height: 350px;
    }
    .hcs-817edfdf-col-content {
        padding: 35px 20px;
    }
    .hcs-817edfdf-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 25px;
    }
    .hcs-817edfdf-tag {
        text-align: center;
    }
    .hcs-817edfdf-badge-bar {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 20px 20px 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 0;
    }
    .hcs-817edfdf-badge-item:nth-child(2n) {
        border-right: none;
    }
    .hcs-817edfdf-badge-item {
        border-right: 1px solid #f0f0f0;
    }
}
