:root{
    --yellow-color:#FEC02C;
    --blue-color:#2E3192;
    --gray-color:#D9D9D9;
    --title-color:#2D2D2D;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Regular.eot');
    src: url('Vazir-Regular.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Regular.woff2') format('woff2'),
         url('Vazir-Regular.woff') format('woff'),
         url('Vazir-Regular.ttf') format('truetype');

}


* {
font-family: vazir;
font-weight: bold;
box-sizing: border-box;
margin: 0;
padding: 0;
}
  
  
  body {
	margin: 0;
	font-family: iranyekan;
	direction: rtl;
	background: #F5F5F5;
	overflow-x: hidden;
	line-height: 1.6;
  }
  
  a {
	text-decoration: none;
	color: inherit;
  }
  
  ul {
	list-style: none;
  }
  
  img {
	max-width: 100%;
	height: auto;
  }
  
  /* هدر */
  header {
	background-image: url("../img/BG1.jpg");
	background-blend-mode: multiply;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1024px;
	width: 100%;
	padding: 20px 0;
	position: relative;
  }
  
  .container {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
  }
  
  .top-header nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
  }
  
  .top-header img {
	width: 85px;
	height: 85px;
  }
  
  .name-nav h3 {
	font-size: 1.2rem;
	text-align: center;
	color: #2D2D2D;
  }
  
  .top-header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #848484;
  }
  
  .top-header nav ul li a {
	color: #848484;
	transition: 0.5s;
	padding: 8px 12px;
	font-size: 0.9rem;
  }
  
  .top-header nav ul li a:hover {
	color: #2E3192;
	background-color: #ffffff;
	border-radius: 5px;
  }
  
  .line-nav {
	margin: 0 auto;
	max-width: 1145px;
	border-top: solid 3px #2E3192;
	border-radius: 100px;
  }
  
  /* منوی اصلی */
  .main-header {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
  }
  
  .main-header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
  }
  
  .main-header nav ul li a {
	color: #2D2D2D;
	padding: 8px 12px;
	transition: 0.5s;
  }
  
  .main-header nav ul li a:hover {
	background-color: #ffffff;
	border-radius: 5px;
  }
  
  .profile {
	background: #FEC02C;
	border-radius: 50%;
	padding: 5px;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .profile:hover {
	background: #ffffff;
	cursor: pointer;
  }
  
  /* منوی چسبنده */
  #navbar {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: -100px;
	padding: 10px 5%;
	transition: top 0.3s;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  #navbar nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
  }
  
  #navbar nav ul li a {
	color: #2D2D2D;
	padding: 8px 12px;
	font-size: 0.9rem;
	transition: 0.3s;
  }
  
  #navbar nav ul li a:hover {
	color: #fff;
	background-color: #2E3192;
	border-radius: 5px;
  }
  
  #profile {
	background: #FEC02C;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 5px;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  #profile:hover {
	background: #ffffff;
	cursor: pointer;
  }
  
  /* لوگو و متن مرکزی */
  .shahrake-man-logo {
	padding: 40px 5%;
	text-align: center;
	margin-top: 80px;
  }
  
  .shahrake-man-logo img {
	height: auto;
  }
  
  .shahrake-man-logo p {
	margin: 20px 0;
	font-size: 1.5rem;
	line-height: 1.8;
  }
  
  .shahrake-man-logo a {
	background: #FEC02C;
	color: #2E3192;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 25px;
	display: inline-block;
	transition: 0.5s;
	margin-top: 20px;
  }
  
  .shahrake-man-logo a:hover {
	background: #2E3192;
	color: #FFFFFF;
  }
  
  /* بخش خدمات */
  .khadamat {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 5%;
	margin: 40px auto;
	max-width: 1800px;
  }
  
  .khedmat {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 30px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	padding: 20px;
	text-align: center;
  }
  
  .khedmat h2 {
	font-size: 1.5rem;
        font-weight: 900;
	margin-bottom: 10px;
  }
  
  .khedmat p {
	color: #fff;
	font-size: 1rem;
  }
  
  /* بخش تبلیغات */
  .adv-section {
	padding: 40px 5%;
  }
  
  .adv-section section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 1190px;
	margin: 0 auto;
  }
  
  .left-adv, .right-adv {
	flex: 1;
  }
  
  .left-banner img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* بخش میز خدمت */

.miz-section section{
	max-width: 1190px;
	background: #fff;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	gap:20px;

}

.right-miz a{
	position: relative;
	top:50px;
	margin-left: auto;
	margin-right: auto;
	background: #FEC02C;
	color:#2E3192;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 25px;
	text-decoration: none;
	transition: 0.5s;
	text-align: center;
	align-content: center;
}
.right-miz a:hover{
	background: #2E3192;
	text-decoration: none;
	color:#FFFFFF;
	transition: 0.5s;
	cursor: pointer;
}
.right-miz a:after{
	text-decoration: none;
}
.left-miz {
	text-align: center;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	background: url("../img/Miz khedmat.png") center no-repeat;
	backface-visibility: visible;
	height: 495px;
	width: 495px;
	-webkit-backface-visibility: visible;
}
.dot {
  height: 50px;
  width: 50px;
  margin: 0 2px;
  border-radius: 50%;
  display: flex;
  transition: background-color 0.6s ease;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease;
  -moz-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
}

#dot1{
	position: relative;
	top:70px;
	right:85px;
}
#dot2{
	position: relative;
	top:217px;
	right:22px;
}
#dot3{
	position: relative;
	top:310px;
	right:152px;
	
}
#dot4{
	position: relative;
	top:225px;
	right:355px;
}
#dot5{
	position: relative;
	top:-25px;
	right:420px;
}
#dot6{
	position: relative;
	top:-220px;
	right:285px;
}
.text{
	position: relative;
	top:-80px;
	font-size: 28px;
	font-weight: bold;
}
.miz-khedmat-slider{
	animation: khedmatmove 1s;
}
@keyframes khedmatmove {
	0%{position: relative; top:30px; opacity: 0; }
	100%{position: relative; top:0px;opacity: 100;}
}
  
  /* بخش اخبار */
  .news-section {
	padding: 60px 5%;
  }
  
  .section-header {
	text-align: center;
	margin-bottom: 30px;
  }
  
  .section-header h3 {
	font-size: 2rem;
	color: #1c1c1c;
	font-weight: bold;
	margin-bottom: 15px;
  }
  
  .section-header a {
	background: #FEC02C;
	color: #2E3192;
	font-size: 1rem;
	padding: 8px 16px;
	border-radius: 25px;
	display: inline-block;
	transition: 0.3s;
  }
  
  .section-header a:hover {
	background: #2E3192;
	color: white;
  }
  
  .news-slider-wrapper {
	position: relative;
	max-width: 1100px;
	margin: auto;
	overflow: hidden;
  }
  
  .news-track {
	display: flex;
	transition: transform 0.4s ease-in-out;
	gap: 20px;
	padding: 10px 0;
  }
  
  .news-card {
	background: #ececec;
	border-radius: 16px;
	min-width: calc(100% - 20px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: 0.3s ease;
  }
  
  .news-card:hover {
	transform: translateY(-5px);
  }
  
  .news-img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
  }
  
  .news-content {
	padding: 16px;
  }
  
  .news-content h4 {
	margin: 0 0 10px;
	font-size: 1.1rem;
	color: #1e3a8a;
	font-weight: bold;
  }
  
  .news-content a {
	font-size: 0.9rem;
	color: #2e3192;
	text-decoration: underline;
	transition: 0.3s;
  }
  
  .news-content a:hover {
	color: #e67e00;
	text-decoration: none;
  }
  
  .news-slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #FEC02C;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
	color: #2E3192;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .news-slider-btn.prev {
	right: 10px;
  }
  
  .news-slider-btn.next {
	left: 10px;
  }
  
  .news-slider-btn:hover {
	background: #2E3192;
	color: white;
  }
  
  /* بخش شرکت‌ها */
  .company-section {
	background: #f3f3f3;
	padding: 60px 5%;
  }
  
  .company-display-wrapper {
	position: relative;
	max-width: 1100px;
	margin: auto;
  }
  
  .company-display {
	background: #f4d276;
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
  }
  
  .company-boxes {
	display: flex;
	gap: 16px;
	transition: transform 0.4s ease-in-out;
	padding: 10px 0;
  }
  
  .company-box {
	background: white;
	border-radius: 16px;
	padding: 15px;
	min-width: calc(100% - 20px);
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .company-img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 12px;
	border: 2px solid #fff;
  }
  
  .company-title {
	text-align: right;
  }
  
  .company-title h4 {
	margin: 0 0 4px;
	font-size: 1rem;
	font-weight: bold;
	color: #1e3a8a;
  }
  
  .company-title p {
	margin: 0;
	font-size: 0.8rem;
	color: #555;
  }
  
  .company-slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ffb400;
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 1rem;
	color: white;
	cursor: pointer;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .company-slider-btn.prev {
	right: 10px;
  }
  
  .company-slider-btn.next {
	left: 10px;
  }
  
  .company-slider-btn:hover {
	background: #e67e00;
  }
  
  /* بخش مشاغل */
  .job-section {
	background: #fff;
	padding: 60px 5%;
	margin-top: 60px;
  }
  
  .job-section section {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 1190px;
	margin: 0 auto;
  }
  
  .right-job {
	text-align: center;
  }
  
  .right-job h2 {
	font-size: 2.5rem;
	font-weight: 900;
	color: #2E3192;
  }
  
  .right-job p {
	font-size: 1.2rem;
	color: #2D2D2D;
	margin: 20px 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .right-job a.job-btn {
	background: #FEC02C;
	color: #2E3192;
	font-size: 1rem;
	padding: 10px 20px;
	border-radius: 25px;
	display: inline-block;
	transition: 0.5s;
  }
  
  .right-job a.job-btn:hover {
	background: #2E3192;
	color: #FFFFFF;
  }
  
  .left-job {
	background: #fff;
	padding: 30px;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	text-align: center;
	position: relative;
  }
  
  .job-slider {
	animation: move 1s;
	display: none;
  }
  
  @keyframes move {
	from { opacity: 0; }
	to { opacity: 1; }
  }
  
  .job-slider img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-bottom: 15px;
  }
  
  .job-slider h4 {
	font-size: 1.2rem;
	color: #2E3192;
	font-weight: bold;
	margin-bottom: 5px;
  }
  
  .job-slider p {
	font-size: 0.9rem;
	color: #2E3192;
	margin-bottom: 15px;
  }
  
  .job-slider a.job-btn {
	background: #FEC02C;
	color: #2E3192;
	font-size: 0.9rem;
	font-weight: bold;
	padding: 8px 15px;
	border-radius: 25px;
	display: inline-block;
	transition: 0.5s;
  }
  
  .job-slider a.job-btn:hover {
	background: #2E3192;
	color: #FFFFFF;
  }
  
  .left-btn-job, .right-btn-job {
	width: 40px;
	height: 40px;
	background: #FEC02C;
	border-radius: 50%;
	color: #fff;
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .left-btn-job {
	right: 10px;
  }
  
  .right-btn-job {
	left: 10px;
  }
  
  /* فوتر */
  .footer {
	background: #2D2D2D;
	padding: 60px 5% 30px;
	color: #fff;
  }
  
  .footer-section {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 1190px;
	margin: 0 auto;
  }
  
  .right-footer-section {
	text-align: center;
  }
  
  .right-footer-section img.logo-footer {
	border-radius: 10px;
	max-width: 150px;
	margin-bottom: 20px;
  }
  
  .center-footer-section {
	display: flex;
	flex-direction: column;
	gap: 30px;
  }
  
  .contact-center-footer-section {
	border-bottom: solid 3px #fff;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
  }
  
  .contact1-footer, .contact2-footer {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  .contact1-footer p, .contact2-footer p {
	font-size: 1.1rem;
  }
  
  .quick-footer {
	display: flex;
	flex-direction: column;
	gap: 30px;
  }
  
  .right-center-footer-section, .left-center-footer-section {
	text-align: center;
  }
  
  .right-center-footer-section h4, .left-center-footer-section h4 {
	color: #FEC02C;
	font-size: 1.2rem;
	margin-bottom: 15px;
  }
  
  .right-center-footer-section ul, .left-center-footer-section ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  .right-center-footer-section a, .left-center-footer-section a {
	color: #F5F5F5;
	transition: 0.3s;
	font-size: 0.9rem;
  }
  
  .right-center-footer-section a:hover, .left-center-footer-section a:hover {
	color: #FEC02C;
  }
  
  .left-footer-section {
	text-align: center;
  }
  
  .footer-map img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
  }
  
  .sign {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 0.9rem;
  }
  
  .sign a {
	color: #FEC02C;
	transition: 0.3s;
	font-weight: bold;
  }
  
  .sign a:hover {
	text-decoration: underline;
  }
  
  /* مدیا کوئری‌های ریسپانسیو */
  @media (min-width: 576px) {
	.top-header nav {
	  flex-direction: row;
	  justify-content: space-between;
	}
	
	.name-nav {
	  margin-right: 0;
	}
	
	.news-card, .company-box {
	  min-width: calc(50% - 20px);
	}
  }
  
  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
	
	.main-header {
	  flex-direction: row;
	}
	
	.khadamat {
	  flex-direction: row;
	  justify-content: space-between;
	}
	
	.khedmat {
	  width: calc(33.333% - 20px);
	}
	
	.adv-section section {
	  flex-direction: row;
	}
	
	.miz-section section {
	  flex-direction: row;
	}
	
	.right-miz {
	  text-align: right;
	}
	
	.quick-footer {
	  flex-direction: row;
	  justify-content: space-around;
	}
	
	.contact-center-footer-section {
	  flex-direction: row;
	  justify-content: center;
	  gap: 30px;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
	
	.news-card, .company-box {
	  min-width: calc(33.333% - 20px);
	}
	
	.job-section section {
	  flex-direction: row;
	  align-items: center;
	}
	
	.right-job {
	  text-align: right;
	  flex: 1;
	}
	
	.left-job {
	  flex: 1;
	}
	
	.footer-section {
	  flex-direction: row;
	  justify-content: space-between;
	}
	
	.right-footer-section {
	  flex: 1;
	  text-align: right;
	}
	
	.center-footer-section {
	  flex: 2;
	}
	
	.left-footer-section {
	  flex: 1;
	  text-align: left;
	}
  }
  
  @media (min-width: 1200px) {
	.container {
	  max-width: 1140px;
	}
	
	.top-header, .main-header {
	  max-width: 1140px;
	  margin-left: auto;
	  margin-right: auto;
	}
  }