body{
  background:#fff;
}
.province-list{
   font-family: Yekan Bakh FaNum;
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
    position:sticky;
    top:20px;
}

.province-list ul{
    list-style:none;
    padding:0;
    margin:0;
}

.province-list li{
    margin-bottom:10px;
}

.province-link{
    display:block;
    padding:10px 12px;
    background:#f5f5f5;
    border-radius:10px;
    text-decoration:none;
    color:#333;
    transition:.3s;
}

.province-link:hover{
    background:#0d6efd;
    color:#fff;
}
.central-office{
    background: linear-gradient(135deg,#0d6efd,#003b8e);
    color:#fff;
    border-radius:20px;
    padding:25px;
    position:relative;
    overflow:hidden;
    border:2px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.central-office strong,
.central-office li{
    color:#fff;
}

.central-office .company{
    display:block;
    margin:10px 0;
}

.central-office-badge{
    position:absolute;
    top:10px;
    left:10px;
    background:#fff;
    color:#0d6efd;
    padding:5px 15px;
    border-radius:50px;
    font-size:13px;
    font-weight:bold;
}
  .col-sm-4 {
    flex: 0 0 auto;
    width: 32.333%;
  }
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 3px solid !important;
    border: none;
}
.hover-box-title{
position: absolute;
  width: 200px;
  display: none;
  background: #4C4C4C;
  padding: 5px 10px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 9999;
  color: #fff;
  font-family: Yekan Bakh FaNum;
}
ul.stations-information li {
  display: inline-block;
  width: 49%;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  transition: all 0.3s ease;
  margin-bottom: 14px;
    color: #000;
}
ul.stations-information li.address {
  width: 100%;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
  font-size: 11px;
  transition: all 0.3s ease;
  margin-bottom: 14px;
  height: 70px;
  color: #000;
}
.iran {
  position: relative;
  top: 112px;
  margin-bottom: 200px;
}
.map-title{
    font-size: 25px;
    display: block;
    margin-top: 24px;
}
.ostan #city{
    font-size: 16px;
    font-weight: bold;
}
svg{
    height: 265px;
     width: 265px;
    margin: auto;
    display: block;
}
/* Page Style */
svg path {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    stroke-width: 1px;
    stroke-linejoin: round;
    cursor: pointer
}


.hover-box {
 display: none;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 15px;
  font-size: 0.8rem;
  border-radius: 10px;
}
.active{
  fill: #ddd !important;
  cursor: pointer;
}
.hover-box h3{
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.hover-box .province-stations{
    margin-bottom: 100px;
}
.hover-box .item{
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    text-align: right;
    transition: .25s;
    display: flex;
    flex-direction: column;
    padding: 16px;
    position: relative;
  margin-bottom: 10px;
}
.hover-box .item ul {
    list-style: none;
    padding: 0;
    margin-top: 32px;
    line-height: 32px;
}
.hover-box .item ul li i{
    font-size: 20px;
    margin-left: 10px;
}
.hover-box .item strong:first-child{
    font-size: 16px;
}
.hover-box .item strong.company {
  position: absolute;
  left: 23px;
}

 .stations-grid {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* کمی عریض‌تر برای جا دادن جزئیات */
     gap: 20px;
     margin-top: 20px;
 }

/* استایل‌های پیش‌فرض برای کارت هر ایستگاه */
.station-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.station-card .station-thumbnail-link img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}
/* Desktop Large */
@media (min-width: 1200px) {}

/* Small Desktop / Laptop */
@media (max-width: 1200px) and (min-width: 992px) {}
/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {

  width: 100% !important;
}
}
/* Mobile */
@media (min-width: 576px) and (max-width: 767.98px) {
    #IranMap {
        display: block;
        position: relative;
        direction: rtl;
        text-align: right;
        padding: 0;
        font-size: 11px;
        width: 100%;
        margin: -20px auto !important;
    }
    .hover-box .item {
  width: 100%;
}
  ul.stations-information li.address {
  font-size: 10px;
}
  ul.stations-information li{
     width: 100%;
  }
  
}
@media (max-width: 575px) {
  .hover-box .item {
  width: 100%;
}
  ul.stations-information li.address {
  font-size: 10px;
}
  ul.stations-information li{
     width: 100%;
  }
}

