@font-face {
  font-family: BtitrBold;
  src: url(B_Titr_Bold.woff);
}
*{
	font-family:BtitrBold;
	/*width:100%!important;*/
}

#logod figcaption.widget-image-caption.wp-caption-text {
    font-family: inherit!important;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
	text-align:center;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
	border-radius:20px;
}

/* The Close Button */
.close,.subclose{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close,#postcodeBtn:hover,.subclose {
    
    text-decoration: none;
    cursor: pointer;
	/*width:100%;*/
	text-align:right;
}

#service-m-btn{
	width: 90%;
    padding: 10px;
    margin: 20px;
    text-wrap: balance;
	border:3px solid #263C63;
	border-radius:20px;
	color:white;
	background-color:#263C63;
}
.sub-service .elementor-image-box-description{
	display:none;
}
.submodal-content {
    background-color: #fefefe;
	text-align:center;
    margin: 45vh auto;
    padding: 10px;
    border: 3px solid #e60b37;
    width: 80%;
	border-radius:20px;

}
.sub-service,.phonse{
     background-color: #e3e3e3;
    border-radius: 7px;
    padding: 8px;
	margin:0 -2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
	
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
#top-container{
	overflow:hidden;
/*background: linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 41%, rgba(3, 3, 252, 1) 100%);*/
}
#top-container::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: scaleX(1.6);
  border-radius: 0 0 100% 100%;
 background: linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 41%, rgba(3, 3, 252, 1) 100%);
  content: '';
}
.card {
     background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / 87%) 0%, rgb(255 255 255 / 73%) 69.79%, rgb(255 255 255 / 80%) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgb(255 255 255 / 88%), inset 0px 1px 1px rgb(255 255 255 / 81%), inset 0px -8px 36px rgb(0 0 0 / 68%), inset 0px 1px 5px rgb(255 255 255 / 51%), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
     
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      padding: 5px 5px;
      text-align: center;
      transition: transform 0.3s ease;
    }
.divider {
      height: 1px;
      background-color: #d7385f;
      margin: 2px 0;
    }
#cards-container{
	display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }
.topcontainer{
	/*background: linear-gradient(309deg, #1e3a8a 0%, #2563eb 40%, #628ff2 100%);*/
	background:#1e3a8a;
}
.topinfo{
	background: rgba(255, 255, 255, 0.15); 
    
    /* افکت مات کردن پشت لایه (بسیار مهم) */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    /* حاشیه بسیار ظریف برای حس شیشه‌ای بیشتر */
    border: 1px solid rgba(255, 255, 255, 0.2);
    
    /* لبه‌های گرد برای ظاهر اپلیکیشن-گونه */
    border-radius: 25px;
    
    /* سایه نرم برای جدا شدن از صفحه */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    
    padding: 20px;
    color: white; /* رنگ متن روی این لایه */
}
.postcode-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* موبایل: دو ستونه */
    gap: 12px;
    margin: 16px 0;
}

/* ===== Card ===== */
.postcode-card {
    background: #e3e3e3;
    border-radius: 14px;
	text-align:center;
    padding: 14px 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all 0.25s ease;
}

.postcode-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* ===== Card Title ===== */
.postcode-card .card-title {
    font-size: 12px;
    font-weight: 600;
    color: #777;
}

/* ===== Card Value ===== */
.postcode-card .card-value {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    direction: ltr;
    letter-spacing: 0.5px;
}

/* ===== Extra Meta (آب، گاز، برق، لینک و...) ===== */
.postcode-card .card-meta {
    margin-top: 6px;
    font-size: 12px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Badge Style */
.postcode-card .meta-item {
    background: #f5f7fa;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 11px;
    white-space: nowrap;
}

/* ===== Tablet ===== */
@media (min-width: 768px) {
    .postcode-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== Desktop ===== */
@media (min-width: 1024px) {
    .postcode-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}
.postcode{
	padding:5px;
	background-color:yellow;
	border-radius:10px;
}
/*.psttext{
	padding:5px;
	background-color:yellow;
	border-radius:10px;
}*/