* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'iransans';
  background: #f9fafa;
  color: #222;
  line-height: 1.8;
}

/* Hero Header */
.hero-header {
/*
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(/assets/project-cat-airport.jpg) no-repeat center center/cover;
   */
height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-header p {
  font-size: 1.3rem;
  max-width: 600px;
  margin: auto;
}

/* Projects Section */

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0077b6;
  position: relative;
  top: 16px;
  background-color: #f9fafa00;
}



.slider-container {
  max-width: 1000px;
  /* یا 90% یا هرچی که بخوای */
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
  overflow: hidden;
  min-height: 450px;
  bottom: 100px;
}

.slide {
  display: none;
  text-align: center;
}

.slide img {
  width: 100%;
  height: 400px;

  cursor: pointer;
}

.slide-title {
  padding: 10px 0;
  font-weight: bold;
}

.slide {
  position: relative;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 10px;
}

.slide-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  /* نیمه‌شفاف برای خوانایی */
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.active {
  display: block;
}

.nav-buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-buttons button {
  background: rgba(0, 0, 0, 0);
  color: rgb(185, 169, 169);
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  margin-top: 8%;
}


.nav-buttons button:hover {
  background: rgba(0, 0, 0, 0);
  color: black;
}

/* مودال */
#imgModal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

#imgModal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

#imgModal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.navar {
  background: url(/assets/site-map-bg-fin.jpg) right;
  height: 124px;
}

.title {
  color: white;
}

#span {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  font-size: 26px;
  left: 74%;
  top: 10px;
}


/* برای لپ‌تاپ و دسکتاپ */
@media (max-width: 1200px) {
  #span {
    font-size: 24px !important;
    left: 70%  !important;
  }
}

/* برای تبلت */
@media (max-width: 992px) {
  #span {
    font-size: 20px !important;
    left: 65% !important;
  }
}

/* برای موبایل بزرگ */
@media (max-width: 768px) {
  #span {
    font-size: 18px !important;
    left: 60% !important;
  }
}

/* برای موبایل کوچک */
@media (max-width: 576px) {
  #span {
    font-size: 16px !important;
    left: 26% !important;
  }
}

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card-hover i {
  transition: color 0.3s ease;
}

.card-hover:hover i {
  color: #0d6efd;
  /* یا هر رنگ برندت */
}

h2 {
  width: 100%;
  height: 40px;
  color: #ffffff;
  background-color: rgb(45 181 189 / 0%) !important;
  text-align: center;
  border-radius: 8px;
  margin-top: 150px;
  margin-bottom: 2rem;
  color: rgb(0, 0, 0) !important;
}
.fa-industry:before {
  content: "\f773";
  color: #6366F1	 !important;
  font-size: 30px !important;
  position: relative;
  top: 0vh;
  left: 13px;
}
.fa-building:before{
  content: "\f043";
  color: #10B981	 !important;
  font-size: 30px !important;
  position: relative;
  top: 0vh;
  left: 13px;
}
.fa-cubes:before{
  content: "\f18c";
  color: #F97316 !important;
  font-size: 30px !important;
  position: relative;
  top: 0vh;
  left: 13px;
}
.fa-compass-drafting:before, .fa-drafting-compass:before  {
  content: "\e473";
  color: #3B82F6	 !important;
  font-size: 30px !important;
  position: relative;
  top: 0vh;
  left: 13px;
}
.section {
  padding: 50px 20px;
  max-width: 1000px;
  margin: auto;
}



#intro h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}

#intro p {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
}
@keyframes megaEntrance {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0.9) rotateX(30deg);
    filter: blur(10px);
  }
  60% {
    opacity: 0.7;
    transform: translateY(-10px) scale(1.02) rotateX(0deg);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
    filter: blur(0);
  }
}

.glass {
  transform-origin: center bottom;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
  color: #fff;
  margin-top: 3%;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.glass {
  transition: transform 0.5s ease;
}
.glass:hover {
  transform: translateY(-8px) scale(1.03);
}

.glass-inner {
  animation: megaEntrance 1.3s ease-out forwards;
}
@media (max-width: 600px) {
  .glass-inner {
    padding: 1.2rem;
  }
  

  .glass-inner h2 {
    font-size: 1.4rem !important;
    
  }

  .glass-inner p {
    font-size: 0.95rem;
  }
  
}

/* ? دسکتاپ بزرگ‌تر */
@media (min-width: 900px) {
  .glass-inner {
    max-width: 900px;
    position: relative;
    right: 1px;
  }
  .h21{
    position: relative;
    left: 26%;
  }
}





