*{
  margin:0;
  padding:0;
}

@font-face {
  font-family: 'IRANSans-web';
  src: url(../font-farsi/IRANSans-Bold-web.eot);
  src: url(../font-farsi/IRANSans-Bold-web.eot?#iefix) format("eot"), url(../font-farsi/IRANSans-Bold-web.woff2) format("woff2"), url(../font-farsi/IRANSans-Bold-web.woff) format("woff"), url(../font-farsi/IRANSans-Bold-web.ttf) format("ttf");
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'IRANSans-web';
  src: url(../font-farsi/IRANSans-Medium-web.eot);
  src: url(../font-farsi/IRANSans-Medium-web.eot?#iefix) format("eot"), url(../font-farsi/IRANSans-Medium-web.woff2) format("woff2"), url(../font-farsi/IRANSans-Medium-web.woff) format("woff"), url(../font-farsi/IRANSans-Medium-web.ttf) format("ttf");
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: 'IRANSans-web';
  src: url(../font-farsi/IRANSans-UltraLight-web.eot);
  src: url(../font-farsi/IRANSans-UltraLight-web.eot?#iefix) format("eot"), url(../font-farsi/IRANSans-UltraLight-web.woff2) format("woff2"), url(../font-farsi/IRANSans-UltraLight-web.woff) format("woff"), url(../font-farsi/IRANSans-UltraLight-web.ttf) format("ttf");
  font-weight: 200;
  font-display: swap
}

@font-face {
  font-family: 'IRANSans-web';
  src: url(../font-farsi/IRANSans-Light-web.eot);
  src: url(../font-farsi/IRANSans-Light-web.eot?#iefix) format("eot"), url(../font-farsi/IRANSans-Light-web.woff2) format("woff2"), url(../font-farsi/IRANSans-Light-web.woff) format("woff"), url(../font-farsi/IRANSans-Light-web.ttf) format("ttf");
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: 'IRANSans-web';
  src: url(../font-farsi/IRANSans-web.eot);
  src: url(../font-farsi/IRANSans-web.eot?#iefix) format("eot"), url(../font-farsi/IRANSans-web.woff2) format("woff2"), url(../font-farsi/IRANSans-web.woff) format("woff"), url(../font-farsi/IRANSans-web.ttf) format("ttf");
  font-weight: 400;
  font-display: swap
}


@font-face {
	font-family: 'IRANSans-web';
	font-style: normal;
	font-weight: normal;
	src: url('../font-farsi/IRANSansWeb(FaNum).eot');
	src: url('../font-farsi/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */ url('../font-farsi/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/ url('../font-farsi/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font-farsi/IRANSansWeb(FaNum).ttf') format('truetype');
}

body{
  background:#fff;
  font-family: IRANSans-web;
  height: 100%;
  background: url(../img/bg.webp) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
button,input,p,a,span,textarea,select,.option{
  font-family: IRANSans-web;

}

textarea:focus, input:focus{
  outline: none;
}
/* .b-lazy {
  opacity:0;
  transform: scale(3);
  transition: all 500ms;
}
.b-loaded {
  opacity:1;
  transform: scale(1);
} */




.full-width{
  width: 80%;
  background: rgba(255, 255, 255, .8);
  /* min-height: 500px; */
  margin: 20px auto;
  border-radius: 50px;
  padding:20px;
  max-width: 1200px;
}


header{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: stretch;
  direction: rtl;
  flex-wrap: wrap;
}

.header-top{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  direction: rtl;
  flex-basis: 80%;

}



.warper-hamburger-menu-logo{
  margin: 0 auto;
}



.logo{
  /* margin: 20px auto 0; */
}

.serach-top{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  margin-left: 30px;
}


.warper-time-form{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.date-time{
  font-size: 10px;
  padding: 0 30px;
  text-align: center;
}


#search{
  vertical-align: middle;
  border: 2px solid #ccc;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 0 5px;
}

.btn-search{
  vertical-align: middle;
  border: none;
}

.btn-search:hover{
  border-radius: 5px;
}


.btn-search img{
  vertical-align: middle;
  padding: 5px 8px;
  background:#555;
  border-radius: 5px 0 0 5px;
}


.rss{
  background: #E74C3C;
  border-color: #e43725;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  margin: 10px 0 0 10px;
  border: none;
}




/* .top-menu{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.top-menu li {
  margin-left: 30px;
}

.top-menu li a{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border-left: 2px solid #000;
  padding-left: 30px;
}

.top-menu li a:hover{
  color: #6e6e6e;
} */




/* استایل کلی */
.menu-container {
  /* position: relative; */
}

.top-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.top-menu li {
  /* margin-left: 30px; */
}

.top-menu li a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-left: 2px solid #000;
  padding-left: 15px;
  font-size: 0.875rem;
  font-size: clamp(0.5rem, 0.9vw, 0.9rem);
}

.top-menu li a:hover {
  color: #6e6e6e;
}

/* استایل آیکون همبرگر */
.hamburger-menu {
  display: none;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
}

/* استایل دکمه بسته شدن */
.close-menu {
  display: none;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  text-align: right;
  padding: 10px;
}

/* تنظیمات برای موبایل */
@media (max-width: 768px) {
  .top-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .top-menu li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0 auto;
  }

  .top-menu li a {
    border-left: none;
    padding: 5px;
    display: block;
    font-size: 14px
  }


  .hamburger-menu {
    display: block;
  }

  .close-menu {
    display: block;
  }
}

/* وقتی منو بازه */
.top-menu.active {
  display: flex;
  z-index: 2;
}

















/* .warper-rightmenu-slider{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  direction: rtl;
  padding: 20px 0;
  flex-wrap: wrap;
}

.right-menu{
  flex-basis: 280px;

  box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
  border-radius: 20px;
}
.right-menu span{
  display: block;
  text-align: center;
  background:linear-gradient(to bottom, #6eb983 18%,#6eb983 18%,#d1ffd4 88%,#d1ffd4 88%);
  color: #fff;
  padding: 8px 0;
  border-radius: 20px 20px 0 0;
}

.right-menu ul{
  background-color: #fff;
  text-align: center;
  padding: 0 0 20px 0;
  border-radius: 0 0 20px 20px;
}

.right-menu ul li{
  background-color: #dcdcdc;
  border-bottom: 2px solid #fff;
  padding: 5px 0;
}

.right-menu ul li:hover{
  background-color: #f5f5f5;
}

.right-menu ul li a{
  display:block;
  color: #555;
} */





.warper-rightmenu-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  direction: rtl;
  padding: 20px 0;
  flex-wrap: wrap;
}

.right-menu {
  width: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
  border-radius: 20px;
  margin-bottom: 20px;
}

.right-menu span {
  display: block;
  text-align: center;
  background: linear-gradient(to bottom, #6eb983 18%, #6eb983 18%, #d1ffd4 88%, #d1ffd4 88%);
  color: #fff;
  padding: 8px 0;
  border-radius: 20px 20px 0 0;
}

.right-menu ul {
  background-color: #fff;
  text-align: center;
  padding: 0 0 20px 0;
  border-radius: 0 0 20px 20px;
}

.right-menu ul li {
  background-color: #dcdcdc;
  border-bottom: 2px solid #fff;
  padding: 5px 0;
}

.right-menu ul li:hover {
  background-color: #f5f5f5;
}

.right-menu ul li a {
  display: block;
  color: #555;
}













/* 
.slider{
  flex-basis: 80%;
}
.slider img{
  object-fit: fill;
  width: 98%;
  max-height: 200px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
} */



.slider {
  width: 100%;
}

.slider img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
}




/* .slider {
  direction: rtl;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.slider img {
  width: 100%;
  height: auto;
  max-width: 850px;
} */


/* .full-width {
  max-width: 1200px;
  margin: 0 auto;
} */
/* تنظیم موقعیت فلش‌ها */
.slick-prev, .slick-next {
  position: absolute; /* موقعیت مطلق نسبت به اسلایدر */
  top: 50%; /* وسط عمودی */
  transform: translateY(-50%); /* دقیقاً وسط قرار بگیره */
  z-index: 10; /* مطمئن بشیم روی تصویر باشن */
}
.slick-prev {
  left: 20px; /* فاصله از چپ تصویر */
  right: auto;
}
.slick-next {
  right: 20px; /* فاصله از راست تصویر */
  left: auto;
}




.warper-slider-content {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: calc(100% - 270px);
}


.warper-slider-content input[type="text"],.warper-slider-content input[type="password"],.warper-slider-content textarea{
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;

}
.warper-slider-content .submit{
background: #E74C3C;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  width: 100px;
  text-align: center;
  font-size: 13px;
  border: 2px solid #e43725;
}


.warper-slider-content h2{
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}


.warper-slider-content h3{
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}



.form{
  display: flex;
  justify-items: center;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px;
}

/* .form textarea{
  width: 195px;
  height: 52px;
} */
.form select{
min-width: 100px;
  font-size: 13px;
}

.input-field textarea {
  width: 300px;
  height: 52px;
}



.list-news li{
  display: flex;
  /* align-items: stretch; */
  justify-content: start;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.list-news li img{
  border-radius: 5px;
  margin-left:10px;
  display: block;
}

.list-news li div{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}


.datetime{
  font-size: 12px;
}

.list-news li h3{
  font-size: 15px;
  color: #000;
}

.min-content{
  font-size: 13px;
}


.content-news,.content-video{
  text-align: justify;
  margin-top: 10px;
}



.list-gallery{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-gallery li{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px;
}

.list-gallery li img{ 
  border-radius: 5px;
}





.list-videos{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-videos li{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0;
}

.list-videos li img{ 
  border-radius: 5px;
}

.info-videos{
  font-size: 10px;
}




#map {
  /* width: 55%; */
  min-height: 400px;
  border-radius: 20px;
  margin-right: 30px;
}

.warper-map{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.warper-map div{
  flex: 1;
  font-size: 14px;
  line-height: 35px;
}


.warper-form-contact p{
  font-size: 14px;
  line-height: 35px;
}

.warper-form-contact form{
  margin: 10px 0;
}

.warper-form-contact form li{
  margin: 5px 0;
}



.success-message {
  color: green;
  padding: 10px;
  border: 1px solid green;
  margin-bottom: 10px;
}
.error-message {
  color: red;
  padding: 10px;
  border: 1px solid red;
  margin-bottom: 10px;
}



.content{
  /* padding: 10px 0; */
}

form{
  margin: 10px 0;
}


/* .wishes li{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.wishes li p{
  text-align: justify;
  padding: 5px 0;
} */

.wishes li{
background: #d60000;
  border-radius: 10px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  flex-wrap: wrap;
}

.btn_black,.btn_green{
  /* padding: 3px 20px; */
  border-radius: 5px;
  font-size: 13px;
  margin: 0 10px;
  min-width: 70px;
  text-align: center;
  color:#fff;
}
.btn_black{
  background: #000;
}
.btn_green{
  background: #1db500;
}

.wishes li .warper-btns{
  display: flex;
  flex-wrap: wrap;
  margin: 2px;
}

.status_0,.status_1,.status_2{
  padding:5px 8px;
  border-radius:8px;
  font-size: 13px;
  margin: 0 10px;
}
.status_0{
  background:#ccc;
}

.status_1{
  background:#eee55d;
}
.status_2{
  background:#40cb0e;
}


.slick-list{
  border-radius: 20px;
}


.filters{
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.filters label{
font-size: 14px;
margin: 5px 0 0 10px;
display: flex;
align-items: center;
}

.filters label span{
min-width: 55px;
}

.filters select{
min-width: 130px;
font-family: IRANSans-web;
}

.filters select option{
font-family: IRANSans-web, Tahoma, sans-serif;
}




.warper-like-view{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
margin: 10px;
}

.count-view{
  font-size: 13px;
}


.vote-section {
            display: flex;
            align-items: center;
            gap: 15px;
            /* padding-top: 15px; */
            /* border-top: 1px solid #eee; */
        }

        .like-btn, .dislike-btn {
            padding: 0 5px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .like-btn {
            /* background: #4CAF50; */
            color: #000;
            background: none;
        }

        .like-btn:hover {
            /* background: #45a049; */
            fill: #45a049;
        }

        .like-btn.active {
            /* background: #2e7d32; */
             fill: #2e7d32;
        }

/* .like-btn.active svg,
.dislike-btn.active svg {
fill: #e91e63;
} */

.like-btn.active svg,
.dislike-btn.active svg {
  fill: #109417; /* رنگ دلخواه */
  filter: drop-shadow(0 0 2px #0b6c12); /* سایه برای برجسته‌سازی */
  transform: scale(1.15); /* کمی بزرگ‌تر برای تأکید */
  transition: all 0.2s ease-in-out;
}

.dislike-btn.active svg {
  fill: #da190b; /* رنگ دلخواه */
  filter: drop-shadow(0 0 2px #b41408); /* سایه برای برجسته‌سازی */
  transform: scale(1.15); /* کمی بزرگ‌تر برای تأکید */
  transition: all 0.2s ease-in-out;
}





        .dislike-btn {
            /* background: #f44336; */
            color: #000;
            background: none;
        }

        .dislike-btn:hover {
            /* background: #da190b; */
            fill: #da190b;
        }

        .dislike-btn.active {
            /* background: #c62828; */
            fill: #c62828;
        }

        .vote-stats {
            margin-right: auto;
            display: flex;
            gap: 15px;
            font-size: 13px;
        }

        .stat {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .count {
            font-weight: bold;
        }

        .error {
            background: #ffebee;
            color: #c62828;
            padding: 10px;
            border-radius: 5px;
            margin-top: 10px;
            display: none;
        }

        .loading {
            opacity: 0.6;
            pointer-events: none;
        }





















footer{
  text-align: center;
  font-size: 13px;
  direction: rtl;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}



/* Media Queries */


@media (min-width: 760px) and (max-width: 1100px){
  .top-menu li a{
    /* font-size: 12px; */
    padding-left: 10px;
  }


}




@media (max-width: 980px) {
  .top-menu li a{
    /* font-size: 11px; */
    padding-left: 5px;
  }

}

@media (max-width: 960px) {
  /* استایل برای لپ‌تاپ‌ها و دسکتاپ‌ها */

}



@media (max-width: 768px) {

  .header-top{
    flex-basis: 100%;
  }
  
  .serach-top,.rss{
    margin: 20px auto;
  }
  
  .warper-hamburger-menu-logo{
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
  }




  .warper-rightmenu-slider {
    flex-direction: column;
  }

  .right-menu {
    width: 100%;
  }

  .warper-slider-content {
    min-width: 100%;
  }

  .slider {
    display: block; /* یا می‌تونید با display: none مخفیش کنید */
  }




  .warper-map {
    flex-direction: column;
  } 
  #map {
    margin-right: 0;
  }
}




@media (max-width: 600px) {
  /* استایل برای موبایل */
  

}



@media  (max-width: 480px) {
  
}

/* Media Queries */
























/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 200px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  border-radius: 5px;
  direction: rtl;
}

.close {
  color: #aaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h3{
  font-size: 15px;
}


/* Form Styles */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
font-size: 14px;
}

.form-group textarea {
  width: 95%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  resize: vertical;
}

.btn-submit {
background-color: #4CAF50;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}

.btn-submit:hover {
  background-color: #45a049;
}

/* Messages Page Styles */
.messages-container {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
}

.message {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
}

.message-sent {
  background-color: #e3f2fd;
  margin-left: 20%;
  border-right: 4px solid #2196F3;
  text-align: right;
}

.message-received {
  background-color: #f1f1f1;
  margin-right: 20%;
  border-left: 4px solid #9e9e9e;
}

.message-info {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.message-text {
  margin: 5px 0;
}

.message-form {
  margin-top: 20px;
  /* border-top: 1px solid #ddd; */
  padding-top: 15px;
}

.wish-info {
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 15px;
  border-right: 4px solid #ff9800;
  border-radius: 5px;
}

/* Button Styles */
.view-messages, .send-message {
/* display: inline-block;
  padding: 5px 10px;
  background-color: #1DB500;
  color: #fff;
  border-radius: 3px;
  font-size: 14px; */
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 13px;
  margin: 0 10px;
  background: black;
  color: #fff;
  direction: ltr;
}

.view-messages:hover, .send-message:hover {
  background-color: #199900;
}

/* Unread message indicator */
.unread-count {
  /* display: inline-block;
  background-color: #f44336;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  margin-right: 5px; */

  display: inline-block;
  background-color: #f44336;
  color: white;
  border-radius: 50%;

  font-size: 12px;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}

/* Message status */
.message-status {
  font-size: 12px;
  color: #666;
}






.input-field {
  position: relative;
}

.input-field label {
  position: absolute;
  color: #8d8d8d;
  pointer-events: none;
  background-color: transparent;
  top:0;
  right: 5px;
  transform: translateY(0.2rem);
  transition: all 0.3s ease;
  font-size: 13px;
}

.input-field input {
  /* padding: 10px 15px;
  font-size: 1rem;
  border-radius: 8px;
  border: solid 1px #8d8d8d;
  letter-spacing: 1px;
  width: 100%; */
}

.input-field input:focus,.input-field textarea:focus,
.input-field input:valid,.input-field textarea:valid {
  outline: none;
  border: solid 1px #1db500;
}

.input-field input:focus ~ label,.input-field textarea:focus ~ label,
.input-field input:valid ~ label,.input-field textarea:valid ~ label {
  transform: translateY(-51%) translateX(-10px) scale(0.8);
  background-color: #fff;
  /* padding: 0px 5px; */
  color: #1db500;
  /* font-weight: bold; */
  /* letter-spacing: 1px; */
  border: none;
  border-radius: 100px;
}






















/* list arezoha */
      .wishes-container {
        position: relative;
      }
      .wishes {
        opacity: 1;
        transition: opacity 0.3s ease;
      }
      .wishes.loading {
        opacity: 0.5;
      }
      .spinner {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        border: 4px solid #ccc;
        border-top: 4px solid #444;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        z-index: 10;
      }
      @keyframes spin {
        to { transform: translate(-50%, -50%) rotate(360deg); }
      }


/* list arezoha */











/* مخفی کردن دکمه‌های رادیویی */ 
#login-form input[type="radio"] {
  display: none;
}

/* استایل تب‌ها */
#login-form .title_tab {
display: inline-block;
  padding: 5px 8px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  border-bottom: none;
}

#login-form input[type="radio"]:checked + label {
  background-color: #fff;
  /* font-weight: bold;
  border-bottom: 2px solid white; */
}

#username_password_section,#mobile_section{
  padding: 10px 0px;
  border-top: 1px solid #ccc;
}

#username_password_section li,#mobile_section li{
margin: 10px 0;
}





.still{
  font-size: 14px;
  padding: 5px 0;
}

.still a{
  color:#c62828;
}

















/* مخفی کردن رادیوها */
#registration-form input[type="radio"] {
  display: none;
}

/* ظاهر تب‌ها */
#registration-form .title_tab {
  display: inline-block;
  padding: 6px 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  border-bottom: none;
  margin-left: 5px;
}

/* تب انتخاب شده */
#registration-form input[type="radio"]:checked + label {
  background-color: #fff;
  border-bottom: 1px solid white;
  font-weight: bold;
}


#haghighi-section,#hoghoghi-section{
  padding: 10px 0px;
  border-top: 1px solid #ccc;
}

#haghighi-section ul,#hoghoghi-section ul{
display: flex;
  /* justify-content: space-between; */
  justify-items: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

#ostan,#city,#ostan2,#city2,#filter-kind,#filter-ostan,#filter-city{
width: 170px;
background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
}










.warper-title-events{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}


.warper-title-events li span{
font-size: 13px;
margin-left: 5px;
}

.warper-title-events li span:nth-of-type(2){
  background:#000;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
}

.warper-title-events li span.arezo_1{
  background: #1db500;
}

.warper-title-events li span.arezo_2{
  background:#f44336;
}


.text-event{
  margin: 20px 0;
  font-size: 15px;
  text-align: justify;
}




















.share-container {
  position: relative;
  display: inline-block;
  direction: rtl;
}

.main-share-btn {
background-color: #555;
  color: white;
  padding: 4px 5px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.share-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  overflow: hidden;
}

.share-btn {
display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  font-size: 14px;
  border: none;
  color: white;
  cursor: pointer;
  width: 100%;
}

/* رنگ هر شبکه */
.whatsapp   { background: #25D366; }
.telegram   { background: #0088cc; }
.facebook   { background: #1877f2; }
.x          { background: #000000; }
.instagram  { background: #E1306C; }
.linkedin   { background: #0077b5; }
.copy-link  { background: #c62828; }

.share-btn:hover {
  filter: brightness(0.9);
}
