.hs-spacer-ef0b4ef3 {
    position: relative;
    height: 300vh; 
}

.hs-sticky-ef0b4ef3 {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: transparent;
}

.hs-container-ef0b4ef3 {
    width: 100%;
    overflow: visible;
}

.hs-track-ef0b4ef3 {
    display: flex;
    gap: 40px; /* Overridden by control */
    width: max-content;
    padding: 0 40px;
    will-change: transform;
}

.hs-card-ef0b4ef3 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    direction: rtl; /* Enforce RTL layout as per screenshot */
    gap: 40px; /* Gap between text and image */
}

/* Flex layout for the content inside */
.hs-text-area-ef0b4ef3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hs-image-area-ef0b4ef3 {
    width: 250px;
    height: 250px;
    border-radius: 50% 50% 10% 10%; /* Specific arch-like shape from screenshot */
    overflow: hidden;
    background: #e6e6e6; /* placeholder */
}

.hs-image-area-ef0b4ef3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-icon-ef0b4ef3 {
    font-size: 40px;
    color: #e0ac9e; /* Pinkish quote color */
    margin-bottom: 20px;
}
.hs-icon-ef0b4ef3 svg {
    width: 40px;
    height: 40px;
    fill: #e0ac9e;
}

.hs-quote-ef0b4ef3 {
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
}

.hs-author-ef0b4ef3 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}