.elementor-3080 .elementor-element.elementor-element-a50798f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:20px;--margin-right:20px;--padding-top:20px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3080 .elementor-element.elementor-element-5e6e608 > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-3080 .elementor-element.elementor-element-5e6e608{text-align:center;}.elementor-3080 .elementor-element.elementor-element-5e6e608 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:26px;font-weight:600;color:#9E8735;}.elementor-3080 .elementor-element.elementor-element-7fbc44b{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3080 .elementor-element.elementor-element-2d29191 img{width:100%;border-radius:12px 12px 12px 12px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3080 .elementor-element.elementor-element-bd29252 > .elementor-widget-container{padding:20px 20px 20px 20px;border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.12);}.elementor-3080 .elementor-element.elementor-element-7128c9a{--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;}.elementor-3080 .elementor-element.elementor-element-73cef9f{--display:flex;}.elementor-3080 .elementor-element.elementor-element-b3491cf > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-3080 .elementor-element.elementor-element-b3491cf{text-align:center;}.elementor-3080 .elementor-element.elementor-element-b3491cf .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:26px;font-weight:600;color:#9E8735;}.elementor-3080 .elementor-element.elementor-element-d6457d3 > .elementor-widget-container{padding:5px 15px 5px 15px;border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.12);}@media(max-width:1024px){.elementor-3080 .elementor-element.elementor-element-7fbc44b{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3080 .elementor-element.elementor-element-7fbc44b{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-bd29252 *//* 1. Hide the ugly field label text above the inputs */
.glsr-form-wrap label:not(.glsr-star-label) {
    display: none !important;
}

/* 2. Format the Star Rating section to match the image style */
.glsr-field-wrap.glsr-field-rating {
    margin-bottom: 20px !important;
    display: flex !important;
    justify-content: flex-start !important;
}

/* 3. Style the Input boxes (Name & Review) to look exactly like your image */
.glsr-form-wrap input[type="text"], 
.glsr-form-wrap textarea {
    width: 100% !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 16px !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

/* Expand the height of the Review text box just like your image */
.glsr-form-wrap textarea {
    height: 140px !important;
    resize: none !important;
}

/* 4. Make placeholders a sleek Light Grey color */
.glsr-form-wrap input::placeholder, 
.glsr-form-wrap textarea::placeholder {
    color: #b3b3b3 !important;
    opacity: 1 !important;
}

/* 5. Style the Submit button to look exactly like the black pill button in your image */
.glsr-form-wrap button[type="submit"] {
    width: 100% !important;
    background: #000000 !important; /* Pure Black background */
    color: #ffffff !important;      /* White text */
    border: none !important;
    border-radius: 50px !important; /* Perfect pill shape */
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}

/* Add a subtle hover effect to the button */
.glsr-form-wrap button[type="submit"]:hover {
    background: #222222 !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d6457d3 *//* ==========================================================
   HORIZONTAL REVIEW CAROUSEL
========================================================== */

.glsr-reviews,
.site-reviews,
.site-reviews > div{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:24px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding:15px 5px;
    scrollbar-width:none;
}

.glsr-reviews::-webkit-scrollbar,
.site-reviews::-webkit-scrollbar,
.site-reviews>div::-webkit-scrollbar{
    display:none;
}

/* ==========================================================
   REVIEW CARD
========================================================== */

.glsr-review{

    flex:0 0 calc(33.333% - 16px);
    min-width:300px;

    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;

    padding:24px;

    box-shadow:0 4px 14px rgba(0,0,0,.04);

    display:grid;

    grid-template-columns:52px 1fr;

    grid-template-areas:
        "avatar author"
        "rating rating"
        "content content";

    row-gap:14px;

    align-items:center;

    scroll-snap-align:start;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:991px){

.glsr-review{
flex:0 0 calc(50% - 12px);
}

}

@media(max-width:767px){

.glsr-review{
flex:0 0 100%;
}

}

/* ==========================================================
   AVATAR
========================================================== */

.glsr-review-avatar{

    grid-area:avatar;

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

}

.glsr-review-avatar img,
.glsr-review-avatar span{

    width:42px;
    height:42px;

    border-radius:50%;

    object-fit:cover;

}

/* ==========================================================
   AUTHOR
========================================================== */

.glsr-review-author{

    grid-area:author;

    display:flex;
    align-items:center;

    font-size:16px;
    font-weight:600;

    color:#111;

    margin:0;

}

/* ==========================================================
   STAR RATING
========================================================== */

.glsr-review-rating{

    grid-area:rating;

    margin:0;

}

.glsr-review-rating .glsr-stars{

    justify-content:flex-start;

}

/* ==========================================================
   REVIEW CONTENT
========================================================== */

.glsr-review-content{

    grid-area:content;

    margin:0;

}

.glsr-hidden-text{

    margin:0;

    font-size:15px;

    line-height:1.9;

    color:#666;

}

/* ==========================================================
   SHOW MORE
========================================================== */

.glsr-read-more{

    display:inline;

}

.glsr-read-more a{

    color:#e53935;

    text-decoration:none;

    font-weight:500;

}

.glsr-read-more a:hover{

    text-decoration:underline;

}

/* ==========================================================
   CARD HOVER
========================================================== */

.glsr-review{

    transition:.25s ease;

}

.glsr-review:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

/* ==========================================================
   NAVIGATION BUTTONS
========================================================== */

.carousel-navigation-controls{

    display:flex;

    justify-content:center;

    gap:12px;

    margin-top:24px;

}

.carousel-nav-btn{

    width:48px;

    height:48px;

    border-radius:50%;

    border:1px solid #ddd;

    background:#fff;

    cursor:pointer;

    font-size:18px;

    transition:.25s;

}

.carousel-nav-btn:hover{

    background:#111;

    color:#fff;

    border-color:#111;

}/* End custom CSS */