/* component */
.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    padding:0 .2em;
    text-align:center;
    width:5em;
  }

  .star-rating input {
    display:none;
  }

  .star-rating label {
    color:#ccc;
    cursor:pointer;
  }

  .star-rating :checked ~ label {
      color:#FF7700;
  }

  .star-rating label:hover,
  .star-rating label:hover ~ label {
      color:#FF7700;
  }

  /* explanation */

  article {
    background-color:#ffe;
    box-shadow:0 0 1em 1px rgba(0,0,0,.25);
    color:#006;
    font-family:cursive;
    font-style:italic;
    margin:4em;
    max-width:30em;
    padding:2em;
  }
  /* Star Rating  */
  :root {
        --star-size: 25px;
        --star-color: #ccc;
        --star-background: #FF7700;
   }

   .Stars {
        --percent: calc(var(--rating) / 5 * 100%);
        display: inline-block;
        font-size: var(--star-size);
        font-family: Times;
        line-height: 1;
   }
   .Stars::before {
        content: "★★★★★";
        letter-spacing: 3px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
   }
  .iconload {
      position: relative;
      /* display: inline!important; */
      background: url('/images/Preloader_2.gif') center no-repeat #fff;
  }
  .thumb_logo1 {
      position: relative;
      z-index: 9;
  }
  .circle6 {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: 2px solid #2F80ED;
      font-family: 'Frank Ruhl Libre', serif;
      color: white;
      text-align: center;
      background: #000;
      padding: 2px;
      font-weight: 800;
      margin-right: 16px;
  }
  .circle6 span{
      color: #fff;
      top: -10px;
      position: relative;
      font-size: 65px;
  }
  .circle7 span{
      color: #fff;
      top: -7px;
      position: relative;
      font-size: 65px;
  }
  .circle7 {
      width: 90px;
      height: 90px;
      border-radius: 15%;
      border: 4px solid #fff;
      font-size: 55px;
      font-family: 'Frank Ruhl Libre', serif;
      color: white;
      text-align: center;
      background: #000;
      padding-top: 0px;
      padding-left: 1px;
      font-weight: 800;
      margin-right: 16px;
  }
  .ratio.ratio-16x9{
    background-color: var(--secondary_color)
  }
  .com_gallery_inner a{
    padding: 10px;
    box-shadow: 1px 5px 5px rgba(115, 126, 140, 0.14);
  }

  /* POPUP */
  #showBanner .close {
    display:block;
    cursor:pointer;
    border:3px solid rgb(207 207 207);
    border-radius:50%;
    position:absolute;
    top:5px;
      left:10px;
    width:25px;
    height:25px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity:1;
  }

  #showBanner .close:active {
      top:51px;
  }

  #showBanner .close::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(207 207 207);
    width: 80%;
    height: 6%;
    left: 10%;
    top: 47%;
  }

  #showBanner .close::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(207 207 207);
    width: 6%;
    height: 80%;
    left: 47%;
    top: 10%;
  }
  span#countdown{
      position: absolute;
      left: 50px;
      top: 5px;
      color: #dc152c;
  }
  #showBanner.open .close{
      opacity: 1;
  }
  li.business_info_item_list.todayDate span{
    color: green;
  }
.fa-location-dot, .fa-mobile-screen-button, .fa-globe{
    color:var(--info_color);
}
.cclass{
    border-radius: 10px;
}

/* Overlay  */
/* Style for the anchor element */
.imgovrly {
    position: relative;
    display: inline-block; /* Ensure it's inline-block to fit content */
    text-decoration: none; /* Remove underline by default */
}

/* Style for the overlay text */
.overlay-text {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Center the text */
    background-color: var(--primary_color);
    color: #fff;
    padding: 5px 10px; /* Add padding for better visibility */
    z-index: 1; /* Ensure it's on top of the image */
}

/* Style for the anchor image (customize as needed) */
.imgovrly img {
    display: block; /* Ensure it's a block element */
    max-width: 100%; /* Prevent image overflow */
    opacity: .4;
}
/*
a {
  text-decoration: none;
} */
p.clbpp{
  color: #fff;
}
.popover__title {
  font-size: 18px;
  line-height: 36px;
  text-decoration: none;
  color: #e00707;
  font-weight: bold;
  text-align: center;
}

.popover__wrapper {
  position: relative;
  display: inline-block;
    pointer-events: initial;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -250px;
  top: -140px;
  transform: translate(0, 10px);
  padding: .5rem;
  border-bottom: 15px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
  width: auto;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 135px);
  top: 152px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #2D2E2F transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  rotate: 180deg;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);


}
.popover__message {
  text-align: center;
}
@import url(https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700italic,700);



p {
  margin-bottom:1em;
}
.modal-area {
  padding:10px;
  background-color: rgb(45, 46, 47);
}
/* p.clbpp{
  color: #fff;
}
.boxinner{
    display: inline-block;
      position: relative;
}
.link{
    position: relative;
}
.info{
    position: absolute;
    top: -120px;
    left: 0px;
    background-color: transparent;
    padding-left: 50px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -ms-transition: linear 0.3s;
    -o-transition: linear 0.3s;
}
.info_inner{
    width: auto;
    background-color: #2D2E2F;
}
.link span{
    color: white;
}
.link:hover .info{
    opacity: 1;
    visibility: visible;
} */
a.bookmark{
  cursor: pointer;
}
 
a.bookmark i.fa-solid.fa-bookmark {
  color: #FF7700!important;
}