.elementor-3514 .elementor-element.elementor-element-3e158bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3514 .elementor-element.elementor-element-3e158bd:not(.elementor-motion-effects-element-type-background), .elementor-3514 .elementor-element.elementor-element-3e158bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}.elementor-3514 .elementor-element.elementor-element-db28a43{--spacer-size:100px;}.elementor-3514 .elementor-element.elementor-element-61cd564{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6548804 */.review-slider {
    width: 100%;
    overflow: hidden;
    background: #00000;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.review-track {
    display: flex;
    gap: 20px;
    white-space: wrap;
    position: relative;
}

.review-box {
    min-width: 100px;
    max-width: 400px;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: inherit;
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    font-size: 14px; /* Change this to your preferred size */
    line-height: 1.6; /* Adjust line spacing if needed */
}

/* Header section with two images */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* Left section: Reviewer profile picture & name */
.review-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Reviewer profile picture */
.review-img {
    width: 50px;
    height: 40px;
    border-radius: 50%;
}

/* Reviewer name */
.review-name {
    font-weight: bold;
    font-size: 18px;
}

/* Right-side logo (Company Logo or Review Platform Icon) */
.review-logo {
    width: 40px;
    height: 40px;
    border-radius: 5px; /* Optional, can be removed if not needed */
}/* End custom CSS */