* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'iransans';
  background: #f9fafa;
  color: #222;
  line-height: 1.8;
}
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;
  position: relative !important;
  left: 10px !important;
}

.section {
  padding: 50px 20px;
  max-width: 1000px;
  margin: auto;
}

@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: #000000;
  
  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;
    margin-top: 13vh;
  }
  

  .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: 32%;
  }
}

.contact-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  font-family: 'IRANSans', Tahoma, sans-serif;
  font-size: 14.5px;
  color: #333;
  margin-top: 40px;
}

.contact-column {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0 15px;
  text-align: right;
  line-height: 1.8;
}

.contact-column i {
  color: #000000;
  margin-top: 3px;
  min-width: 18px;
}

.contact-column a {
  color: #090a0a;
  text-decoration: none;
  font-weight: 500;
}

.contact-column a:hover {
  text-decoration: underline;
}

.divider {
  width: 1px;
  background-color: #ccc;
  height: auto;
  align-self: stretch;
}
.fa-phone-alt:before, .fa-phone-flip:before

 {
    content: "\f879";
    position: relative !important;
    top: 5px !important;
}
.fa-globe:before {
  content: "\f0ac";
  position: relative !important;
  top: 5px !important;
}
alt:before {
  content: "\f3c5";
  position: relative !important;
  top: 5px !important;
}