
  .mobileShow { display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }
  .mobileHide { display: inline; }

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){
     .mobileHide { display: none;}
  }


body {
  font-family: 'Roboto';
}

.c-filter {
  position: relative;
}

.c-filter__toggle {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 0;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.c-filter__toggle:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.c-filter__toggle--active:after {
  transform: rotate(180deg);
}

.c-filter__ul {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  display: none;
  margin: 0;
  list-style: none;
}

.c-filter__ul--active {
  display: block;
  width: 100%;
  position: absolute;
  background-color: white;
  z-index: 100;
  padding: 6px 0;
  height: auto;
  min-height: 0;
  box-sizing: border-box;
  direction: rtl;
  text-align: right;
  list-style: none;
}

.c-filter__item {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  width: 100%;
}

.c-filter__item input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.c-filter__item input:checked ~ label:before {
  background-color: green;
  border-color: #28a745;
  background-image: url("data:image/svg+xml,%3Csvg fill='rgb(255,255,255)' aria-hidden='true' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  background-size: 65%;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-filter__item label {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  direction: rtl;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  position: relative;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  line-height: 1.35;
}

.c-filter__item label:before {
  content: '';
  position: static;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid rgb(230, 230, 230);
  transform: none;
  margin: 0;
}

.c-filter__item label:hover {
  background-color: #f4f5f7;
}

.c-filter__item label:hover:before {
  border: 1px solid rgb(200, 200, 200);
}
.iCheck-helper
{
    z-index:999;
}

 #calendar2
        {
            margin:auto;
            width:100%;
            border: #ccc 1px solid;
            direction: ltr;
            unicode-bidi: isolate;
        }

        #calendar2 .vanilla-calendar,
        #calendar2 .vanilla-calendar.vanilla-calendar_multiple,
        .vanilla-calendar.vanilla-calendar_multiple {
            direction: ltr;
            unicode-bidi: isolate;
        }

        #calendar2 .vanilla-calendar-week,
        #calendar2 .vanilla-calendar-days,
        #calendar2 .vanilla-calendar-grid,
        .vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-week,
        .vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-days,
        .vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-grid {
            direction: ltr;
        }
        .vanilla-calendar-column
        {
            min-width:300px;
            
        }
        
        [data-calendar-theme=light] .vanilla-calendar-day__btn_disabled {
          color: #f68f33 !important
      }

[data-calendar-theme=light] .vanilla-calendar-day__btn_disabled.amartil-day-unavailable,
.vanilla-calendar-day__btn_disabled.amartil-day-unavailable {
          color: #b691c1 !important;
}
        
      [data-calendar-theme=light] .vanilla-calendar-day__btn {
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        color: #212529;
        font-weight: 800;
        font-size: large !important;
    }

    [data-calendar-theme=light] .vanilla-calendar-day__btn_today {
      border: groove !important;
      font-size: x-large !important;
  }

        
  .vanilla-calendar-day__btn_disabled
  {
      position: relative !important;
      display: inline-block !important;
  }
  
  .vanilla-calendar-day__btn_disabled::before {
      content: '' !important;
      position: absolute !important;
      top: 50% !important;
      left: 0 !important;
      width: 100% !important;
      height: 1px !important;
      background-color: #e5000061 !important;
      transform: translateY(-50%) rotate(-45deg) !important;
      z-index: 1 !important;
  }

  .vanilla-calendar-day__btn_disabled.amartil-day-unavailable::before {
      background-color: #b691c1 !important;
  }
        
        
        
        
        .vanilla-calendar-day__btn {
            font-size: 1.6rem !important;
            line-height: 4rem !important;
        }
        .vanilla-calendar-week__day {
            font-size: 1.4rem !important;
            line-height: 3rem !important;
        }
        .vanilla-calendar-grid {
            display: flex;
            flex-grow: 1;
            justify-content: space-evenly;
            gap: 1.75rem;
        }
            #like_count,#dislike_count{
              margin: -41px auto;
              display:block;
              text-align:center;
              width:100%;
              border-radius:20px;
              margin-bottom: 2px;
            }
            #like_count{
                color:#0ABF00;
            }
            #dislike_count{
                color:#F20000;
            }
            #like_btn,#dislike_btn{
                padding:0;
                cursor:pointer;
                margin:0 auto;
                display:block;
                width:36px;
            }
            #like_btn img,#dislike_btn img{
             /*float:left;
             display:block;
             width:36px;
             height:44px;
             cursor:pointer;*/
            }
            section h2{

            margin-bottom:10px;
            }
            .text-holder{
                padding: 10px;
                font-size: 16px;
                color: black;
                font-weight: bold;
            }
            #descText.text-holder > br:first-child,
            #descText.text-holder > br:last-child {
                display: none;
            }
            #descText.text-holder > p:first-child {
                margin-top: 0;
            }
            #descText.text-holder > p:last-child {
                margin-bottom: 0;
            }
            .like_btn{
              display:block;
              width:36px;
              margin:0 auto;
            }
            .like_count{

            }
            .like_wrapper{
               float:left;
               position:relative;
               display:block;
               width:50%;
               padding:3px;

            }
            .time_unit{
                background:#000000;
                text-align:center;
                font-weight:normal;
                width:80px;
                display:block;
                float:left;
                font-size:20px;
                line-height:36px;
                padding:5px 5px;
                color:#ffffff;
            }

 .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
 .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.img{
padding-left:15px;
}
.block section{
    margin-bottom:2rem !important;
}

.tag {
	background: none repeat scroll 0 0 #EE7407 !important;
	border-radius: 2px;
	color: white;
	cursor: default;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	padding: 7px 20px 7px 0px ;
	margin: 5px 10px 0 0;
}

.tag span {
	background: none repeat scroll 0 0 #D66806;
	border-radius: 2px 0 0 2px;
	margin-right: 5px;
	padding: 5px 10px 5px;
}
h4.location {
    display: inline-block;
    margin-right: 25px;
}
@media (min-width: 1213px)
{
    .owl-carousel .owl-item img {
        display: block;
        width: max-content;
        height: 750px !important;
    }
    .owl-stage-outer .owl-height
    {
    height: 100% !important;
    }
                        
    .owl-stage
    {
    text-align: -webkit-center;
    }           
}
@keyframes ani {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  12% {
    transform: translate3d(-1.5px, 0, 0);
  }
  24% {
    transform: translate3d(1.5px, 0, 0);
  }
  36% {
    transform: translate3d(-1px, 0, 0);
  }
  48% {
    transform: translate3d(1px, 0, 0);
  }
  60%,
  100% {
    transform: translate3d(0, 0, 0);
  }
}

:root {
  --text: hsl(0, 0%, 89%);
  --text_muted: hsla(0, 0%, 89%, 0.5);
  --background: #fff;
  --primary: #000;
  --prog: 0%;
}

@property --prog {
  syntax: "<percentage>";
  initial-value: 100%;
  inherits: false;
}

loader {
  position: absolute;
  translate: -50% 0%;
  left: 50%;
  background: conic-gradient(var(--background) 0%, var(--primary) 100%);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  animation: loading 1.75s ease-in-out infinite;
}

loader::before {
  content: "";
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  background: var(--background);
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}

@keyframes loading {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

/* ===== SLIDESHOW STYLES ===== */
.slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  direction: ltr;
}

.slideshow-track {
  display: flex;
  flex-direction: row;
  direction: ltr;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.slideshow-track::-webkit-scrollbar {
  display: none;
}

.slideshow-track.is-drag-scroll {
  cursor: grabbing;
  user-select: none;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.slideshow-track.is-drag-scroll * {
  pointer-events: none;
}

.slideshow-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.slideshow-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.slideshow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
}

.slideshow-container:hover .slideshow-btn {
  opacity: 1;
}

.slideshow-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-50%) scale(1.1);
}

.slideshow-prev {
  left: 10px;
}

.slideshow-next {
  right: 10px;
}

.slideshow-btn i {
  color: #333;
  font-size: 16px;
}

.slideshow-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 10;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.2);
}

/* تحسينات للموبايل */
@media (max-width: 768px) {
  .slideshow-btn {
    width: 35px;
    height: 35px;
    opacity: 1;
  }
  
  .slideshow-btn i {
    font-size: 14px;
  }
  
  .slideshow-indicators {
    bottom: 5px;
  }
  
  .indicator {
    width: 6px;
    height: 6px;
  }
}