html,
body,
button,
input,
textarea,
select,
.elementor-widget,
.elementor-heading-title,
.wd-nav,
.wd-nav a,
.main-nav,
.main-nav a,
.menu,
.menu a {
  font-family: iranyekan, tahoma, sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  text-align: right;
  font-size: 15.5px;
  line-height: 2;
  background: #f5f8fc;
  color: #172033;
  overflow-x: hidden;
}

a {
  color: #1146ff;
  text-decoration: none;
  transition: all 0.25s ease;
}

a:hover {
  color: #33e0ff;
}

p {
  color: #667085;
  line-height: 2.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.title,
.wd-entities-title,
.product-title,
.entry-title,
.page-title h1 {
  font-family: iranyekan, tahoma, sans-serif !important;
  font-weight: 900 !important;
  color: #061a3a;
  line-height: 1.55;
}

h1,
.page-title h1 {
  font-size: 44px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 24px;
}

.main-page-wrapper,
.website-wrapper {
  background: #f5f8fc;
}

.container,
.container-fluid {
  max-width: 1280px;
}

.elementor-section,
.elementor-container,
.e-con {
  direction: rtl;
}

.shiz-card,
.wd-product,
.blog-design-masonry,
.article-body-container,
.wd-post,
.elementor-widget-container.shiz-card {
  border-radius: 20px;
  border: 1px solid #e5eaf3;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 70, 255, 0.10);
}

.shiz-gradient-section {
  background: linear-gradient(135deg, #ffffff 0%, #f2f8ff 100%);
}

.shiz-dark-section {
  background: linear-gradient(135deg, #061a3a 0%, #1146ff 100%);
  color: #ffffff;
  border-radius: 30px;
}

.shiz-dark-section h1,
.shiz-dark-section h2,
.shiz-dark-section h3,
.shiz-dark-section h4,
.shiz-dark-section p,
.shiz-dark-section span {
  color: #ffffff;
}

.shiz-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: #1146ff;
  font-size: 14px;
  font-weight: 900;
}

.shiz-service-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5eaf3;
  box-shadow: 0 14px 38px rgba(6, 26, 58, 0.07);
  transition: all 0.25s ease;
}

.shiz-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(6, 26, 58, 0.13);
}

.shiz-service-card:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #1146ff, #33e0ff);
}

.shiz-service-card h1,
.shiz-service-card h2,
.shiz-service-card h3,
.shiz-service-card h4 {
  color: #061a3a;
  font-weight: 900;
}

.shiz-service-card p {
  color: #667085;
  line-height: 2;
}

.page-title {
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.08), rgba(51, 224, 255, 0.14)) !important;
}

.page-title .entry-title,
.page-title h1 {
  color: #061a3a !important;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  h1,
  .page-title h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .page-title h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 21px;
  }
}