*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
body{
    background: #f9f9f9;
}
nav.navbar{
    background: #e1ebfa!important;
    border-bottom: 2px solid#eaeaea;
}
.container{
    margin-top: 60px;
}
.container .card{
    text-align: center;
    background: #eaeaea;
    padding: 20px 22px;
    border-bottom: 2px solid #e1ebfa;
    
}



.post-slider{
       position: relative;
}

.post-slider .slider-title{
       text-align: center;
       margin:30px auto ;
       z-index:-2;

}

.post-slider .next{
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
}

.post-slider .prev{
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
}

.post-slider .post-wrapper{
    width: 84%;
    height: 350px;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

.post-slider .post-wrapper .post{
    display: inline-block;
   
    background: white;
    border-radius: 5px;
}
  

.post-slider .post-wrapper .post .post-info{
    height: 130px;
    padding: 0px 5px;
    direction: rtl;
}

.post-slider .post-wrapper .post .slider-image{
        width: 100%;
        height: 200px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;
        margin-right:-945px;
}

         
         .elementor-widget-container{
             text-align: center;
         }
         .instagram-btn {
                display: inline-block;
                background-color: #405de6;
                color: #fff;
                padding: 10px 20px;
                border-radius: 5px;
                text-decoration: none;
                font-weight: bold;
          }

         
        .whatsapp-button {
          position: fixed;
          left: 20px;
          bottom: 20px;
          display: inline-block;
    background-color: #0C6430;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
        }
    
        .call-button {
          position: fixed;
          right: 20px;
          bottom: 20px;
          width: 90px;
   height: 30px;
  padding: 5px;
  background-color: #007bff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
        }
     


 
#stars .star {
  font-size: 30px;
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s;
}
#stars .star.hover,
#stars .star.selected {
  color: gold;
}
 .star-rating {
      position: relative;
      font-size: 40px;
      width: fit-content;
      margin: 30px auto;
      direction: rtl;
      line-height: 1;
    }

    .stars {
      color: gray;
      letter-spacing: 3px;
    }

    .stars.gold {
      color: gold;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      white-space: nowrap;
      width: 0%;
      pointer-events: none;
    }

    .rating-value {
      text-align: center;
      font-size: 18px;
      margin-top: 10px;
      color: #444;
    }
    .star-rating .star {
    font-size: 20px;
    color: #ccc;
    margin: 0 1px;
}
.star-rating .star.full {
    color: #f5a623; /* لون النجمة الممتلئة */
}
.star-rating .star.half {
    color: #f5a623;
    position: relative;
}
.star-rating .star.half::after {
    content: '\2605'; /* نجمة */
    color: #ccc;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    overflow: hidden;
}
 footer.custom-footer {
  background: #e1ebfa;
  border-top: 1px solid #eaeaea;
  color: black;
}

.map-box {
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.map-container iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 10px;
}
.text-center{
    text-align: center;
}
body {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;         /* Standard */
}