html {
  scroll-behavior: smooth;
}

:root {
  --shiz-blue: #1146ff;
  --shiz-cyan: #33e0ff;
  --shiz-dark: #061a3a;
  --shiz-text: #24324a;
  --shiz-muted: #5f6f86;
  --shiz-bg: #f5f8fc;
  --shiz-white: #ffffff;
  --shiz-border: rgba(16, 36, 63, 0.1);
  --shiz-radius: 28px;
  --shiz-radius-md: 24px;
  --shiz-shadow: 0 18px 52px rgba(16, 36, 63, 0.08);
  --shiz-shadow-lg: 0 30px 80px rgba(16, 36, 63, 0.16);
}

body {
  direction: rtl;
  text-align: right;
  background: #f5f8fc;
}

.shiz-home-sections,
.shiz-contact-section,
.shiz-home-sections *,
.shiz-contact-section * {
  box-sizing: border-box;
}

.shiz-home-sections img,
.shiz-contact-section img {
  max-width: 100%;
  height: auto;
}

.shiz-section {
  direction: rtl;
  position: relative;
  overflow: hidden;
  padding: 72px 24px;
}

.shiz-section-soft {
  background: radial-gradient(circle at 85% 15%, rgba(51, 224, 255, 0.16), transparent 34%), radial-gradient(circle at 10% 80%, rgba(17, 70, 255, 0.1), transparent 34%), #f5f8fc;
}

.shiz-section-white {
  background: #ffffff;
}

.shiz-section-dark {
  background: radial-gradient(circle at 85% 20%, rgba(51, 224, 255, 0.2), transparent 35%), linear-gradient(135deg, #061a3a 0%, #082a5e 100%);
  color: #ffffff;
}

.shiz-container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.shiz-section-head,
.shiz-results-head,
.shiz-process-head,
.shiz-modules-head-v3,
.shiz-business-head,
.shiz-ba-head,
.shiz-reports-head,
.shiz-compare-head,
.shiz-security-head,
.shiz-tax-head,
.shiz-onboarding-head,
.shiz-persona-head,
.shiz-integration-head,
.shiz-support-head,
.shiz-trust-head-v2,
.shiz-faq-head-v2,
.shiz-demo-head {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 42px;
}

.shiz-grid-2,
.shiz-grid-3,
.shiz-grid-4 {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.shiz-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shiz-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shiz-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shiz-full-width {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.elementor-section,
.elementor-container,
.e-con {
  direction: rtl;
}

@media screen and (max-width: 1024px) {
  .shiz-section {
    padding: 56px 20px;
  }

  .shiz-grid-4,
  .shiz-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shiz-grid-2 {
    grid-template-columns: 1fr;
  }

  .shiz-section-head,
  .shiz-results-head,
  .shiz-process-head,
  .shiz-modules-head-v3,
  .shiz-business-head,
  .shiz-ba-head,
  .shiz-reports-head,
  .shiz-compare-head,
  .shiz-security-head,
  .shiz-tax-head,
  .shiz-onboarding-head,
  .shiz-persona-head,
  .shiz-integration-head,
  .shiz-support-head,
  .shiz-trust-head-v2,
  .shiz-faq-head-v2,
  .shiz-demo-head {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .shiz-section {
    padding: 38px 14px;
    border-radius: 22px;
  }

  .shiz-grid-4,
  .shiz-grid-3,
  .shiz-grid-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shiz-section-head,
  .shiz-results-head,
  .shiz-process-head,
  .shiz-modules-head-v3,
  .shiz-business-head,
  .shiz-ba-head,
  .shiz-reports-head,
  .shiz-compare-head,
  .shiz-security-head,
  .shiz-tax-head,
  .shiz-onboarding-head,
  .shiz-persona-head,
  .shiz-integration-head,
  .shiz-support-head,
  .shiz-trust-head-v2,
  .shiz-faq-head-v2,
  .shiz-demo-head {
    margin-bottom: 24px;
  }

  .shiz-mobile-slider {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .shiz-mobile-slider > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .shiz-mobile-slider .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 6px 0 10px;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    scroll-behavior: smooth;
    scroll-padding-left: 17vw;
    scroll-padding-right: 17vw;
    scrollbar-width: none;
  }

  .shiz-mobile-slider .elementor-container::-webkit-scrollbar {
    display: none;
  }

  .shiz-mobile-slider .elementor-column {
    flex: 0 0 calc(66% - 18px) !important;
    max-width: calc(66% - 18px) !important;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .shiz-mobile-slider .elementor-element-populated,
  .shiz-mobile-slider .elementor-widget-wrap {
    padding: 0 !important;
  }

  .shiz-mobile-slider .elementor-widget-image img,
  .shiz-mobile-slider .elementor-widget-container img {
    width: 82% !important;
    max-width: 210px !important;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .shiz-mobile-slider .elementor-widget-text-editor,
  .shiz-mobile-slider .elementor-widget-heading {
    width: 82% !important;
    max-width: 210px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  .shiz-mobile-slider .elementor-widget-text-editor .elementor-widget-container,
  .shiz-mobile-slider .elementor-widget-heading .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  .shiz-mobile-slider .elementor-widget-text-editor {
    font-size: 12.8px;
    line-height: 1.75;
    text-align: center;
  }

  .shiz-mobile-slider .elementor-widget-heading .elementor-heading-title {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .shiz-mobile-slider .elementor-column {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 18px;
    overflow: hidden;
  }

  .shiz-mobile-slider .elementor-column:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }
}
