*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*{
  font-family: "B Nazanin", Tahoma, Arial, sans-serif !important;
}

@font-face {
  font-family: "B Nazanin";
  src: url("../fonts/B-NAZANIN.woff2") format("woff2"),
       url("../fonts/B-NAZANIN.woff") format("woff"),
       url("../fonts/B-NAZANIN.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body{
  font-family: "B Nazanin", Tahoma, Arial, sans-serif;
  background: #f5f7fb;
  color: #1f2937;
  line-height: 1.8;
}

.hero{
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  text-align: center;
  padding: 48px 16px 36px;
}

.hero h1{
  font-size: 34px;
  margin-bottom: 8px;
}

.intro-text{
  text-align: justify;
  direction: rtl;
  line-height: 1.7;
  font-size: 19px;
}

.bullet{
  display: inline-block;
  margin-top: 4px;
}

@media (min-width: 768px){
  .intro-text{
    font-size: 22px !important;
  }
}

.subtitle{
  opacity: .9;
  margin-bottom: 18px;
}

/* عکس پروفایل */
.profile-photo{
  width:100px;
  height:100px;
  margin:0 auto 15px;
  cursor:pointer;
}

.profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  border:3px solid #fff;
  box-shadow:0 4px 12px rgba(0,0,0,.25);
}

/* lightbox */
.lightbox{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.9);
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.lightbox img{
  max-width:90%;
  max-height:90%;
  border-radius:10px;
}

.lightbox-close{
  position:absolute;
  top:25px;
  right:35px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}

.contact-box{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 10px 14px;
  border-radius: 12px;
}

.phone-link{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#copyPhoneBtn{
  border: none;
  background: #22c55e;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

#copyPhoneBtn:hover{
  background: #16a34a;
}

.container{
  max-width: 980px;
  margin: 24px auto;
  padding: 0 14px 40px;
}

.card{
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  padding: 20px;
  margin-bottom: 18px;
}

.card h2{
  margin-bottom: 12px;
  font-size: 24px;
  color: #0f172a;
}

/* ===== اسلایدر ===== */
.simple-slider{
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 6px 36px !important;
  overflow: hidden;
  box-shadow: none;
}

.simple-slider .slides{
  height: 130px !important;
  min-height: 130px !important;
}

.simple-slider .slide{
  display: none;
  text-align: center;
}

.simple-slider .slide.active{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.simple-slider img{
  max-width: 70% !important;
  max-height: 120px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  display: block !important;
  margin: 0 auto !important;
}

.simple-slider .prev,
.simple-slider .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(15, 23, 42, .75);
  color: #fff;
  cursor: pointer;
  z-index: 5;
  font-size: 18px;
}

.simple-slider .prev{ right: 6px; }
.simple-slider .next{ left: 6px; }

.simple-slider .prev:hover,
.simple-slider .next:hover{
  background: rgba(15, 23, 42, .95);
}

@media (max-width: 768px){
  .hero h1{ font-size: 28px; }
  .card h2{ font-size: 20px; }

  .simple-slider .slides{
    min-height: 110px !important;
    height: 110px !important;
  }

  .simple-slider img{
    max-width: 65% !important;
    max-height: 90px !important;
  }
}
