.ReviewsPage{z-index:1;flex-direction:column;justify-content:start;align-items:center;gap:30px;width:100%;min-height:calc(100vh - 160px);padding:80px 50px;display:flex;position:relative}.ReviewsPage .ReviewsPage-header{border-bottom:1px solid #fff;justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex}.ReviewsPage .ReviewsPage-header p{color:#fff;margin:0;padding:0;font-size:30px;font-weight:300}.ReviewsPage .ReviewsPage-content{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:1200px;display:flex}.ReviewsPage-content .review{opacity:0;background:#0006;border:1px solid #fff3;border-radius:10px;flex-direction:column;justify-content:start;align-items:start;gap:10px;width:100%;padding:30px;animation:1s forwards slideIn;display:flex;transform:translateY(20px)}.ReviewsPage-content .review .header{flex-direction:column;justify-content:center;align-items:start;gap:5px;width:100%;display:flex}.ReviewsPage-content .review .header .name{color:#fff;font-weight:500;line-height:1}.rating-time{justify-content:start;align-items:center;gap:10px;display:flex}.ReviewsPage-content .review .header .rating-time .stars{color:#ffd800;justify-content:center;align-items:center;gap:2px;display:flex}.rating-time .time{color:#ffffff80;justify-content:center;align-items:center;font-size:12px;display:flex}.ReviewsPage-content .review .header .stars p{font-size:14px}.ReviewsPage-content .review .content-wrapper{flex-direction:column;justify-content:start;align-items:start;display:flex}.ReviewsPage-content .review .content{color:#fff;flex-direction:column;justify-content:start;align-items:start;width:100%;max-height:125px;font-size:16px;display:flex;overflow:hidden}.ReviewsPage-content .review .content.expanded{max-height:1000px}.show-more-btn{color:#ccc;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;text-decoration:underline}.show-more-btn:hover{color:#fff}.ReviewsPage-content .review .images{justify-content:start;align-items:center;width:100%;margin-top:5px;display:flex}.ReviewsPage-content .review .image{aspect-ratio:1;cursor:zoom-in;border:none;border-radius:10px;justify-content:center;align-items:center;width:200px;display:flex;overflow:hidden}.ReviewsPage-content .review .image:hover img{transform:scale(1.1)}.ReviewsPage-content .review .image img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:all .15s}p{margin:0;padding:0}.loading-spinner-container{justify-content:center;align-items:center;min-height:200px;display:flex}.spinner{border:4px solid #0000001a;border-left-color:#fff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.ReviewsPage .google-reviews{color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;height:60px;display:flex}.ReviewsPage .no-reviews-message{text-align:center;color:#fff;opacity:0;font-size:24px;font-style:italic;animation:1s forwards slideIn;transform:translateY(20px)}.spam-container p{color:#fff}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:900px){.ReviewsPage{padding:50px 30px}.ReviewsPage .ReviewsPage-header p{font-size:30px}.ReviewsPage .ReviewsPage-header button{width:70px;height:70px}}@media (max-width:400px){.ReviewsPage-content .review .image{aspect-ratio:1;width:100%}}
.add-review-btn{color:#000;cursor:pointer;z-index:2;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:30px;transition:all .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 0 10px #00000080}.add-review-btn>*{color:#000;width:30px;height:30px}.add-review-btn:hover{background:#bfbfbf}
.submitted-container p{color:#00ff83;opacity:0;margin:0;padding:0;font-size:30px;animation:.7s forwards slideIn;transform:translateY(50px)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}

.file-upload-container{flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.file-upload{width:100%;display:none}.file-upload-container p{color:#fff;font-size:14px}.custom-file-upload{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:5px;justify-content:center;align-items:center;gap:5px;width:200px;height:40px;display:flex}.custom-file-upload:hover{border-color:#fff}
.rating-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.rating-container h1{color:#fff;margin:0;padding:0;font-size:20px}.rating{justify-content:center;align-items:center;display:flex}.rating p{color:#ffd800;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0;font-size:30px;display:flex}.rating p:hover{background:#ffffff1a}.review-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:21;opacity:0;background:#0009;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;height:600px;padding:0 20px;transition:all .3s;display:flex;position:fixed;bottom:10px;left:10px;right:10px;overflow:hidden;transform:translateY(100%)}.review-form.open{opacity:1;transform:translateY(0)}.review-form .close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex;position:absolute;top:20px;right:20px}.review-form .close-btn:hover{background:#ffffff1a}.review-form .close-btn .x-mark{color:#fff;width:30px;height:30px}.review-form .content{opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:600px;transition:all .2s;display:flex}.review-form .content.open{opacity:1}.review-form .content .title{color:#fff;margin:0;padding:0;font-size:40px;line-height:1}.review-form .content .name-field{color:#fff;background:0 0;border:1px solid #fff3;border-radius:5px;outline:none;width:100%;height:50px;padding:0 10px;font-size:16px}.review-form .content .name-field::placeholder{color:#fff}.review-form .content .name-field:hover{border-color:#fff}.review-form .content .name-field:focus{border-color:#fff;outline:5px solid #fff3}.review-form .content .content-field{color:#fff;resize:none;background:0 0;border:1px solid #fff3;border-radius:5px;outline:none;width:100%;height:120px;padding:10px;font-size:16px}.review-form .content .content-field:hover{border-color:#fff}.review-form .content .content-field:focus{border-color:#fff;outline:5px solid #fff3}.review-form .content .content-field::placeholder{color:#fff}.review-form .content .submit-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:5px;width:100%;height:50px;font-size:16px}.review-form .content .submit-btn:hover{background:#fffc}.submit-btn:disabled{color:#666;cursor:not-allowed;pointer-events:none;opacity:.6;background-color:#fff6}.review-invalid{color:#ff3d3d;z-index:2;text-wrap:nowrap;background:#050505;border:1px solid #242424;border-radius:10px;justify-content:center;align-items:center;width:94%;padding:10px;font-size:16px;display:flex;position:absolute;top:15px;right:50%;transform:translate(50%)translateY(-140%)}.review-invalid.active{animation:3.6s forwards slide-down}.dot-loader{justify-content:center;align-items:center;gap:5px;height:1em;display:flex}.dot{background-color:#000;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite bounce}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(1)}40%{transform:scale(1.6)}}@keyframes slide-down{0%{transform:translate(50%)translateY(-140%)}8.33%{transform:translate(50%)translateY(0)}91.67%{transform:translate(50%)translateY(0)}to{transform:translate(50%)translateY(-140%)}}@media (max-width:400px){.review-form .content .title{font-size:30px}}
