*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "vazir";
}
@font-face {
  font-family: "vazir";
  src: url("fonts/Vazir-Black.woff") format("woff");
    }
    @font-face {
  font-family: "naz";
  src: url("fonts/BNazanin.woff2") format("woff2");
    }
    
   @font-face {
    font-family: "iran";
    src: url("fonts/farsi/BMitra.eot") format("embedded-opentype"),
         url("fonts/farsi/BMitra.ttf") format("truetype"),
         url("fonts/farsi/BMitra.woff") format("woff");
         
    font-weight: normal;
    font-style: normal;
}
    
    
body{
  background: #f5f5f5;
}
.header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg,#1abc9c,#16a085);
    color: white;
    text-align: center;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
   z-index: 1000;
}
.title{
  font-family: 'vazir';
  font-size: clamp(30px, 10vw, 100px);
}
.right{
  flex: 0 0 25%;
}
.center{
  flex: 0 0 50%;
  display: flex;
}
.logo{
  width: 50px;
}
.left{
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  flex: 0 0 25%;
  display: flex;
  align-items: start;
  justify-content: left;
  
}
.left:hover{
  background: #1abc9c;
  
}
.left:focus {
  outline: none;
  background: #1abc9c;
}
.search{
  width: 6vw;
  height: 6vw;
  margin-left: 4vw;
}

.line{
  
  display: flex;
  background: #fff;
  width: 30%;
  height: 1.5vw;
  border-radius: 2vw;
  margin: 5px;
}
.plus{
  display: none;
  width: 35%;
  transform: rotate(45deg);
}
.sub_ti{
  font-size: 12px;
}
.parag{
  display: inline;
}

.menu{
  z-index: 999;
  width: 80%;
  margin: 0 auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  animation: slideDown 0.5s ease-out forwards;
  background: #1abc9c;
  display: none;
  flex-direction: row;
  justify-content: space-around;
}
.menu a{
  text-decoration: none;
  color: white;
}
  @keyframes slideDown {
  0% {
    transform: translateY(-10px); /* از بالا خارج */
    opacity: 0; /* محو باشه */
  }
  100% {
    transform: translateY(0); /* سر جای اصلی */
    opacity: 1; /* کاملا ظاهر شود */
  }
}
.conn{
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 60, 3, 0.8);;
 
}
.search-box {
  z-index: 2000;
  margin: 20px auto;
  
}

.search-box input {
  padding: 8px 35px 8px 12px; /* جا برای آیکن سمت راست */
  border-radius: 20px;
  border: 1px solid #ccc;
  outline: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.search-box input:focus {
  border-color: #1abc9c;   /* رنگ وقتی فوکوس میشه */
  box-shadow: 0 0 5px rgba(26,188,156,0.6);
}

.search-box .icon-search {
  position: absolute;
  right: 10px;  /* آیکن سمت راست */
  color: #777;
  pointer-events: none; /* تا کلیک روش نره */
}
#closed{
  border-radius: 10px;
  background: #8667;
  color: #fff;
  padding: 5px;
}


.main{
  width: 100%;
  
}
.s1{
  width: 100%;
  margin: 0 auto;
  margin: 10px auto;
}
.s1 h2{
  text-align: center;
  width: 100%;
  font-size: 1.5em;
}
.s1 p{
  text-align: justify;
  margin: 0 auto;
  width: 94%;
}
.s2 h3{
  display: inline-block;
  margin: 0 10px 0  0;
  text-decoration:underline ;
  }
.uls2 {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.uls2 li {
  background: url('images/check-circle.svg') no-repeat right center;
  box-shadow:  0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex: 0 0 30%;
  font-size: 4vw;
  padding: 4px 1.5em 4px 0;
  color: #717171;
  text-align: center;
  margin: 10px 1%;
  
}


.s4{
    display: flex;
  flex-direction: column;
  width: 90%;
  margin: 20px auto; 
  border: 0.02px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  padding: 5px;
}
.item1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  
}
.mago{
  flex: 0 0 10%;
}
.headerf{
  flex: 0 0 45%;
  
}
.item1 div {
  font-size: clamp(14px, 2.5vw, 16px); /* فونت کمی کوچکتر و ریسپانسیو */
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* متن کامل نمایش داده میشه */
  word-break: break-word; /* اگر متن طولانی بود به خط بعد میره */
  display: flex;
  align-items: center;
  
}
.id { flex: 0 0 5%;  
  font-family: "good";
  
}
.name {
  padding: 5px 0;
}
.nteam{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
}
.teamimg{
  width: 5vw;
}
.team{
  padding: 5px 0;
  margin: 0;
}
.team:hover{
  background: #f0f0f0;
  
}






.itemm{
  font-size: 5.5vw;
  display: block;
  margin: 20px 0 10px 0;
}
.green{
  color: #1abc9c;
  display: block;
  font-size: 7vw;
  border-top: 0.1px solid #000;
  text-align: center;
  font-style: bold;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.s3{
  margin: 10px 0;
}
.s3 h2{
  font-size: 5vw;
  padding: 2px 5px;
  text-align: right;
}
.tik{
  width: 15px;
  height: 15px;
  margin: 0 0 0 2px;
}
.endp{
  color: #717171;
  font-size: 5.5vw;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.newlig{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}


.btn {
  z-index: 99;
  text-decoration: none;
  position: relative;
  background: transparent;
  color: #16a085;
  padding: 12px 30px;
  border: 2px solid #16a085;
  border-radius: 8px;
  font-size: 5vw;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%; height: 100%;
  background: #1abc9c;
  transition: all 0.3s ease;
  z-index: -1;
}
.btn:hover {
  color: white;
}
.btn:hover::before {
  bottom: 0;
}
.list{
  
}
.list li{
  margin: 0 10px 5px 0;
  display: flex;
  align-items: center;
}
.list li img{
  margin-left: 3px;
}

.new{
  margin: 0 0 0 5px;
}
.phone{
  margin: 0 5px 0 0;
}

.button_nav{
  z-index: 1000;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.i{
  flex: 0 0 25%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.i:active{
  background: rgba(26, 188, 156, 0.3);
}
.i img{
  width: 25px;
  height: 25px;
  margin: 2px 0 0 0;
}
.i p{
  font-size: 4vw;
  color: #717171;
  font-family: "vazir";
}
.iconn{
  color: #717171;
  width: 25px;
  height: 25px;
}
.home {
  background: rgba(26, 188, 156, 0.3);
}
.footer {
  background-color: #1f2937; /* رنگ پس‌زمینه تیره */
  color: #ffffff; /* رنگ متن */
  padding: 10px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.footer-brand {
  font-size: 24px;
  font-weight: bold;
  
}

.footer-tagline {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social {
  margin-bottom: 10px;
}

.footer-social .social-link {
  margin: 0 10px;
  display: inline-block;
}

.footer-social .social-link img {
  width: 30px;
  height: 30px;
}

.footer-copy {
  font-size: 12px;
  color: #cbd5e1;
}
.erop{
  background: #f5f5f5;
}
.erop{
  color: #f5f5f5;
}
.khdm{
  margin: 10px 5px 0 0;
}