/* --- General Layout & Containers --- */
/*testing css also final*/

._cov_revew__btn_position{
    position: fixed;
    z-index: 9999;
    width: max-content;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    padding: 10px;
    background: #eee;
    text-align: center;
}
._cov_revew_right_bottom{
    bottom: 100px;
    right: 15px;
}
._cov_revew_right_top{
     top: 160px;
    right: 15px;
}
._cov_revew_left_bottom{
    bottom: 100px;
    left: 15px;
}
._cov_revew_left_top{
     top: 160px;
    left: 15px;
}
._cov_revew__conv_modal {
  overflow-y: auto;
  scrollbar-width: none;  
  -ms-overflow-style: none;
}

._cov_revew__conv_modal::-webkit-scrollbar {
  display: none; 
}

._cov_revew__main_star_group i{
    color: #ec8004;
    font-size: 16px;
}

._cov_revew__p_main_btn{
    border: 1px solid blue;
    border-radius: 6px;
    padding: 6px 10px;
    /*width: max-content;*/
    font-size: 14px;
    font-weight: 500;
    background: blue;
    color: #fff;
}

._cov_revew__btn_position:hover ._cov_revew__p_main_btn{
    background: #fff;
    color: blue;
}
._cov_revew__powered__by{
    font-size: 12px !important;
}
._cov_revew__review__count{
    font-size: 16px;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 90% !important;
}

._cov_revew__all_review_wrap {
    background: #f4f4f4;
    border-radius: 0.8rem;
    padding: 1rem;
    height: 40lvh;
    overflow-y: scroll;
}

.mb-3 {
    margin-bottom: 30px;
}

/* --- Review Card Styles --- */
._cov_revew__review {
    /*border: 2px solid #000;*/
    border-radius: 8px;
    padding: 10px;
    /*min-height: 150px;*/
    box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.3);
}

._cov_revew__review h4 {
    font-size: 20px !important;
    font-weight: bold;
    color: #053c55 !important;
    text-transform: capitalize;
    margin: 0;
}

._cov_revew__review h5 {
    color: #ec8004 !important;
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0;
}

._cov_revew__reviewcont {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}
._cov_revew__reviewcont ._cov_revew__star_group{
    margin-top: 0px;
}

._cov_revew__review br {
    display: none;
}

._cov_revew__paracont {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

/* --- Ratings & Stars --- */
._cov_revew__star_group {
    display: block;
    margin-top: 5px;
}
._cov_revew__reviewcont ._cov_revew__star_group{
    margin-top: 0px;
}
._cov_revew__star_group i, 
._cov_revew__google_rating_top i.fa-star, 
._cov_revew__conv_rating_top i.fa-star {
    font-size: 18px;
    color: #ec8004;
}

._cov_revew__starbox .fa-star {
    font-size: 25px;
    margin-top: 10px;
    color: #aeaeae;
}

/* --- Forms & Inputs hello--- */
form._cov_revew__form_modal, form._cov_revew__invi_form, .ggg {
    background-color: #f1f3f4;
    width: 75% !important;
    margin: 50px;
    padding: 50px 20px;
    border: 5px solid #f1c101;
    border-radius: 50px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.7), inset -2px -4px 24px rgba(0, 0, 0, 0.5);
    margin-inline: auto;
}
form._cov_revew__invi_form {
    width: min(90%, 500px) !important;
}
form._cov_revew__form_modal label, form._cov_revew__invi_form .form-label {
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    color: #373737;
}

form._cov_revew__form_modal p {
    margin: 0;
    padding: 0;
}

._cov_revew__heading_text {
    width: initial;
    text-align: center;
    padding-bottom: 1%;
    border-bottom: 3px dashed;
    margin-bottom: 4%;
}

._cov_revew__heading_text h2 {
    font-weight: bold;
    color: #2e77f2;
    margin: 0;
    padding: 0;
    font-size: 35px;
}

._cov_revew__heading_text p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

._cov_revew__entry-content input, 
._cov_revew__entry-content textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 20px;
    border: 2px solid #000;
    font-size: 16px;
}

._cov_revew__entry-content input { height: 40px; }
._cov_revew__entry-content textarea { height: 100px; }
form._cov_revew__form_modal .form-control, form._cov_revew__invi_form .form-control{
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}


/* --- Buttons --- */
button._cov_revew__btn_position, button._cov_revew__redirect_btn{
    padding: 8px 10px;
    border-radius: 30px !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px !important;
    font-weight: 500 !important;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: all linear 0.3s;
}

._cov_revew__hyperlink_btn a {
    font-size: 1rem;
    text-decoration: none;
    color: white;
    background: blue;
    border: 1px solid blue;
    padding: 0.5rem 1.2rem;
    border-radius: 0.4rem;
    display: block;
    width: max-content;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

._cov_revew__hyperlink_btn a:hover {
    color: blue;
    background: white;
}

._cov_revew__redirect_btn {
    text-decoration: none;
    background: blue;
    border: 2px solid blue;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 12px;
    display: block;
    border-radius: 8px;
}

._cov_revew__not_acc_wrap ._cov_revew__redirect_btn {
    background: #ff7f37;
    border: 2px solid #ff7f37;
    border-radius: 8px !important;
    padding: 5px 12px !important;
    text-align: center !important;
}

._cov_revew__redirect_btn:hover,
._cov_revew__not_acc_wrap .redirect_btn:hover {
    background: transparent !important;
    color: inherit !important;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.8);
}

/* --- Brand & Company Info --- */
._cov_revew__brand h2 {
    font-size: 2rem;
    font-weight: 700;
}

._cov_revew__brand p { font-size: 1rem; }

._cov_revew__powerBy {
    font-size: 0.8rem;
    font-weight: 400;
}

._cov_revew__powerBy span { font-weight: 700; }

._cov_revew__company__wrap {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 3.2rem;
}

._cov_revew__bar {
    background: blue;
    height: 1.6rem;
    width: 100%;
    border-radius: 0.4rem;
}

._cov_revew__conv_bar ._cov_revew__bar { background: #5a5ac6; }

._cov_revew__total_rev {
    font-size: 1rem;
    font-weight: 400;
}

/* --- Modals --- */
.modal._cov_revew__conv_modal {
    left: 50%;
    transform: translate(-50%);
}

._cov_revew__conv_modal ._cov_revew__modal-content {
    border-radius: 1.3rem;
    padding: 1.8rem;
}

._cov_revew__conv_modal ._cov_revew__modal-body {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
}

._cov_revew__conv_modal ._cov_revew__modal-body::-webkit-scrollbar {
    display: none;
}

._cov_revew__close__btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 991;
}

._cov_revew__close__btn:hover i { color: red; }

/* --- Miscellaneous --- */
._cov_revew__gogglepic {
    width: 100%;
    margin: auto;
}

._cov_revew__gogglepic img {
    width: 300px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 30px;
}

._cov_revew__tooltipbox h5 a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: #000 !important;
}
._cov_revew__reply._cov_revew__review{
    width: 90%;
    margin-left: auto;
    margin-top: 15px;
    position: relative;
}
._cov_revew__reply._cov_revew__review ._cov_revew__reply_icon{
    position: absolute;
    left: -25px;
    top: 0px;
    rotate: 180deg;
    color: gray;
}
._cov_revew__tooltipbox{
    border: none;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
._cov_revew__form_modal .accordion-button::after{
    display: none;
}
/* --- Responsive CSS --- */
@media (max-width: 767px) {
    ._cov_revew__heading_text h2 { font-size: 28px; }
    form._cov_revew__form_modal { width: 95% !important; }
    form._cov_revew__form_modal label, form._cov_revew__invi_form .form-label { font-size: 17px; }
    .has-global-padding { padding-right: 0 !important; padding-left: 0 !important; }
    .has-global-padding > .alignfull { margin-right: 0 !important; margin-left: 0 !important; }
    .rating_bar.pe-4 { padding-right: 0 !important; }
}

@media (max-width: 575px) {
    ._cov_revew__brand { text-align: center; }
    ._cov_revew__brand_wrap { flex-direction: column; align-items: center; }
    ._cov_revew__company__wrap { grid-template-columns: 1fr; gap: 0; }
    ._cov_revew__conv_modal .modal-content { padding: 0.8rem; }
    ._cov_revew__gogglepic img { height: 90px; width: auto; }
    ._cov_revew__heading_text p { font-size: 16px; }
    form._cov_revew__form_modal label, form._cov_revew__invi_form .form-label { font-size: 18px; }
    ._cov_revew__redirect_btn_group { flex-direction: column; align-items: center !important; }
}

@media (max-width: 480px) {
    ._cov_revew__reviewcont { flex-direction: column; }
    ._cov_revew__review h5 { font-size: 17px !important; }
    ._cov_revew__review h4 { font-size: 18px !important; }
}





