.elementor-3301 .elementor-element.elementor-element-fe9160d{--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:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-3301 .elementor-element.elementor-element-754ec62{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E5E7EB;--border-color:#E5E7EB;--border-radius:14px 14px 14px 14px;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-3301 .elementor-element.elementor-element-754ec62:not(.elementor-motion-effects-element-type-background), .elementor-3301 .elementor-element.elementor-element-754ec62 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3301 .elementor-element.elementor-element-a60381d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#E5E7EB;--border-color:#E5E7EB;--border-radius:10px 10px 10px 10px;}.elementor-3301 .elementor-element.elementor-element-a60381d:not(.elementor-motion-effects-element-type-background), .elementor-3301 .elementor-element.elementor-element-a60381d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3301 .elementor-element.elementor-element-92c9012{--display:flex;}.elementor-3301 .elementor-element.elementor-element-92c9012.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3301 .elementor-element.elementor-element-512ed5c{--display:flex;}.elementor-3301 .elementor-element.elementor-element-19aeb14 .jet-listing-dynamic-field__content{color:#1A1A1A;font-size:36px;font-weight:600;line-height:37px;text-align:left;}.elementor-3301 .elementor-element.elementor-element-19aeb14 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-3301 .elementor-element.elementor-element-19aeb14 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-3301 .elementor-element.elementor-element-19aeb14 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-3301 .elementor-element.elementor-element-fa26c63{--display:flex;}.elementor-3301 .elementor-element.elementor-element-dbc410c{text-align:center;}.elementor-3301 .elementor-element.elementor-element-66ce93d{text-align:center;font-size:16px;}.elementor-3301 .elementor-element.elementor-element-8fee816{--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:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}body.elementor-page-3301:not(.elementor-motion-effects-element-type-background), body.elementor-page-3301 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3301 .elementor-element.elementor-element-fe9160d{--content-width:739px;}.elementor-3301 .elementor-element.elementor-element-92c9012{--width:15.008%;}.elementor-3301 .elementor-element.elementor-element-8fee816{--content-width:739px;}}/* Start custom CSS *//* 1. Hide the 'Step 2' fields initially */
.gdr-review-field-comment, 
.gdr-review-field-title, 
.geodir_save_review, 
.gdr-review-fields-extra {
    display: none !important;
}

/* 2. Container Styling for the Stars */
.geodir-add-review-form .gdr-rating-stars {
    font-size: 50px !important;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
}

/* 3. The Custom SVG Stars */
.gdr-rating-stars i:before {
    content: ''; 
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url('https://ocijeni.com/wp/wp-content/uploads/2026/03/Group-11.svg');
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(100%) opacity(0.3); /* Makes the "empty" stars look grey/faint */
    transition: all 0.3s ease;
}

/* 4. The "Active" Star Style */
/* When a star is hovered or selected, we remove the grey filter */
.gdr-rating-stars i:hover:before,
.gdr-rating-stars .active i:before {
    filter: none !important;
    transform: scale(1.1);
}

/* 5. The Instruction Text */
.gdr-rating-stars:after {
    content: 'Select a rating to continue';
    display: block;
    font-size: 16px;
    color: #64748b;
    margin-top: 15px;
    font-family: inherit;
    font-weight: 400;
}

/* Hide instructions once the script adds the 'has-rating' class */
.gdr-rating-stars.has-rating:after {
    display: none !important;
}

/* Hide instructions once the script adds the 'has-rating' class */
.gdr-rating-stars.has-rating:after {
    display: none !important;
}

/* Ensure the review form container is visible */
.geodir-add-review-form {
    display: block !important;
    visibility: visible !important;
}/* End custom CSS */