.gb-container-6d9ea1bd {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #e1e8ed;
    border-radius: 16px;
    background-color: #f5f9fc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: 'Playfair Display', 'Georgia', serif;
    position: relative;
}

.gb-left-content-6d9ea1bd {
    flex: 1;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    background-image: radial-gradient(#d5e2ec 1px, transparent 1px);
    background-size: 24px 24px;
    background-opacity: 0.3;
}

.gb-quote-wrapper-6d9ea1bd {
    display: flex;
    align-items: center;
    width: 100%;
}

.gb-quote-icon-6d9ea1bd {
    font-size: 100px;
    line-height: 1;
    color: #6b9e54;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    transform: translateY(20px);
    margin-right: 25px;
    user-select: none;
    opacity: 0.8;
}

.gb-divider-6d9ea1bd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    height: 70px;
}

.gb-line-6d9ea1bd {
    width: 1px;
    height: 25px;
    background-color: #6b9e54;
}

.gb-dot-6d9ea1bd {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6b9e54;
    margin: 4px 0;
}

.gb-texts-6d9ea1bd {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gb-quote-text-6d9ea1bd {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: normal;
    font-style: italic;
    color: #0c2a5c;
    line-height: 1.3;
}

.gb-tags-row-6d9ea1bd {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gb-indicator-dots-6d9ea1bd {
    display: flex;
    gap: 4px;
}

.gb-ind-dot-6d9ea1bd {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.gb-ind-dot-6d9ea1bd.green {
    background-color: #6b9e54;
}

.gb-ind-dot-6d9ea1bd.blue {
    background-color: #c9daf8;
}

.gb-tags-divider-6d9ea1bd {
    width: 15px;
    height: 1px;
    background-color: #e1e8ed;
}

.gb-tags-text-6d9ea1bd {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #626b80;
    font-weight: 500;
}

/* Right Section with Clip Path */
.gb-right-image-wrapper-6d9ea1bd {
    width: 30%;
    position: relative;
    min-height: 140px;
}

.gb-clip-path-6d9ea1bd {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.gb-clip-path-6d9ea1bd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6b9e54;
    clip-path: polygon(15% 0, 15.5% 0, 0.5% 100%, 0 100%);
    pointer-events: none;
}

.gb-logo-float-6d9ea1bd {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 2;
    padding: 8px;
    border: 1px solid rgba(0,0,0,0.05);
}

.gb-logo-float-6d9ea1bd img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Responsive Rules */
@media (max-width: 768px) {
    .gb-container-6d9ea1bd {
        flex-direction: column;
    }
    .gb-right-image-wrapper-6d9ea1bd {
        width: 100%;
        height: 150px;
    }
    .gb-clip-path-6d9ea1bd {
        clip-path: none;
    }
    .gb-clip-path-6d9ea1bd::before {
        display: none;
    }
    .gb-logo-float-6d9ea1bd {
        left: 50%;
        top: 0;
    }
}
