/* review show on category_detail */
.score {
    display: block;
    max-width: 131px;
    min-width: 131px;
    font-size: 26px;
    width: 102%;
    height: 28px;
    margin-right: 0px;
    background: #eee;
    background: linear-gradient( 90deg, #fc0 var( --_score, 50% ), #eee 0 );
    -webkit-mask: url( 'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" ><path fill="%23000" d="M16 2 L20 12 30 12 22 19 25 30 16 23 7 30 10 19 2 12 12 12 Z"/></svg>' ) 0 0/1em 1em;
    mask: url( 'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" ><path fill="%23000" d="M16 2 L20 12 30 12 22 19 25 30 16 23 7 30 10 19 2 12 12 12 Z"/></svg>' ) 0 0/1em 1em;
    background-repeat: no-repeat;
    background-size: cover;
}
.write_review_btn {
    height: 40px;
}
/* write review form */
.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 125px; /* Adjusted size */
    height: 25px;  /* Adjusted size */
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="%23ddd" d="M16 2 L20 12 30 12 22 19 25 30 16 23 7 30 10 19 2 12 12 12 Z"/></svg>') 0 0/1em 1em;
    background-size: contain;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="%23FFD700" d="M16 2 L20 12 30 12 22 19 25 30 16 23 7 30 10 19 2 12 12 12 Z"/></svg>') 0 0/1em 1em;
    background-size: contain;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i { width: 40%; }
.star-rating i ~ i ~ i { width: 60%; }
.star-rating i ~ i ~ i ~ i { width: 80%; }
.star-rating i ~ i ~ i ~ i ~ i { width: 100%; }
/* for fav btn in header */
.fav_btn{
    width: 50px;
    min-width: 50px;
}
/* card box fav btn */
.card_box_img {
    position: relative;
    overflow: hidden;
}

.card_box_img i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.card_box_img i.active {
    color: red;
}

.cur_select {
    max-width: 79px;
    background-color: #f6f6f6;
    border: 0px;
    font-size: 11px;
    color: #707070;
    text-overflow: ellipsis;
    width: 100%;
    text-wrap: nowrap;
    height: 100%;
}

span.close {
    font-size: larger;
    font-weight: bold;
    margin-left: 30px;
}
.google_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.col-md-4.mb-2.phone_number {
    margin-left: auto;
}

.contact_section {
    text-align: center;
}

.contact_heading {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 17px;
    width: 70%;
}

.contact_description {
    color: #666;
    margin-bottom: 30px;
}

.map_container {
    position: relative;
    padding: 15px;
}

.contact_info {
    text-align: left;
}

.info_heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.info_text {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}
img.logo_style {
    width: 180px;
    height: 120px;
}