/* =======================
   HERO SECTION
======================= */

.hero-tv{
  background:
  linear-gradient(
    135deg,
    rgba(20,20,20,.45),
    rgba(0,140,255,.25)
  ),
  url('../../images/tv.jpg');

  background-size: cover;
  background-position: center;

  padding: 140px 20px;
  text-align: center;
  color: white;
}

.hero-btn{
  display: inline-block;
  margin-top: 25px;
  padding: 15px 28px;
  background: #fff;
  color: #0a2a66;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
}

.hero-btn2:hover{
  transform: scale(1.05);
}


.text-box2{
  background: rgba(10, 30, 80, 0.85); /* آبی تیره */
  color: #fff;
  padding: 25px;
  line-height: 2;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* لینک داخل متن */
.brand-link2{
  color: #00c6ff;
  font-weight: bold;
  text-decoration: none;
}

.brand-link2:hover{
  text-decoration: underline;
}



/* =======================
   FEATURES SECTION
======================= */

.features-tv{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 70px 20px;
  background: #f5f8fd;
}

.box{
  background: white;
  padding: 28px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  transition: .3s;
}

.box:hover{
  transform: translateY(-8px);
}

/* =======================
   CARDS SECTION
======================= */

.cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 50px 20px;
}

.card{
  background: white;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

/* =======================
   CONTACT SECTION
======================= */

.contact{
  padding: 80px 20px;
  background: #eef5ff;
}

.contact form{
  max-width: 650px;
  margin: auto;
  background: white;
  padding: 35px;
  border-radius: 24px;
}

.contact input,
.contact textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 14px;
}

.contact button{
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #0a2a66, #00c6ff);
  color: white;
  cursor: pointer;
}

/* =======================
   RESPONSIVE DESIGN
======================= */

/* Tablet */
@media (max-width: 992px){

  .features-tv{
    grid-template-columns: repeat(2, 1fr);
  }

}

/* Mobile */
@media (max-width: 768px){

  .hero-tv{
    padding: 90px 15px;
  }

  .cards{
    grid-template-columns: 1fr;
  }

}

/* Small Mobile */
@media (max-width: 600px){

  .features-tv{
    grid-template-columns: 1fr;
  }

  .contact form{
    padding: 20px;
  }

  .hero-btn{
    width: 100%;
    display: block;
  }
}































/* سایدبار انتخاب شهر */
/* HERO */

.hero-tv{

position:relative;

}

/* سایدبار شهر */

.city-sidebar{

position:absolute;

top:25px;

right:25px;

width:100px;

z-index:100;

background:#fff;

border-radius:8px;

overflow:hidden;

box-shadow:
0 15px 40px
rgba(0,0,0,.18);

}

/* دکمه */

.city-btn{

width:100%;

padding:18px;

border:none;

cursor:pointer;

font-size:18px;

font-weight:bold;

background:linear-gradient(
135deg,
#0066ff,
#00c6ff
);

color:#fff;

}

/* پنل آکاردئون */

.city-panel{

max-height:0;

overflow:hidden;

transition:.4s ease;

background:#fff;

}

/* لیست شهر */

.city-panel ul{

list-style:none;

padding:12px;

margin:0;

max-height:350px;

overflow-y:auto;

}

/* آیتم */

.city-panel li{

margin:8px 0;

}

/* لینک شهر */

.city-panel a{

display:block;

padding:12px;

border-radius:12px;

background:#f4f7fc;

text-decoration:none;

color:#333;

transition:.25s;

font-size:15px;

}

.city-panel a:hover{

background:#0066ff;

color:#fff;

transform:translateX(-4px);

}

/* موبایل */

@media(max-width:768px){

.city-sidebar{

top:12px;

right:12px;


}

.city-btn{

font-size:10px;

padding:14px;

}

}

/* ریسپانسیو */
@media(max-width:768px){
  .features-steel{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:500px){
  .features-steel{
    grid-template-columns:1fr;
  }
}
















