/* Start custom CSS for text-editor, class: .elementor-element-a65a17e *//* =========================================
   Global VMware Roadmap Section Styles
   ========================================= */

.ms-vmw-section {
  background: linear-gradient(135deg, #f5f7ff 0%, #e7f0ff 100%);
  padding: 60px 20px;
  border-radius: 26px;
  margin-top: 40px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
}

.ms-vmw-section::before,
.ms-vmw-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.22;
}

.ms-vmw-section::before {
  width: 260px;
  height: 260px;
  top: -90px;
  left: -70px;
  background: radial-gradient(circle, rgba(56,189,248,0.30), transparent 70%);
}

.ms-vmw-section::after {
  width: 280px;
  height: 280px;
  bottom: -90px;
  right: -70px;
  background: radial-gradient(circle, rgba(129,140,248,0.32), transparent 70%);
}

/* کانتینرهای کلی */
.ms-vmw-container,
.ms-vmw-inner,
.ms-vmw-summary-wrapper {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* =========================================
   Hero Section
   ========================================= */

.ms-vmw-container {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ستون متن هرو */
.ms-vmw-hero-content {
  flex: 2;
  min-width: 0;
  box-sizing: border-box;
}

.ms-vmw-hero-title {
  font-size: 26px;
  font-weight: 900;
  color: #051b3a;
  line-height: 1.8;
  margin-bottom: 14px;
}

.ms-vmw-hero-text {
  font-size: 15px;
  color: #253a55;
  line-height: 2;
  margin-bottom: 10px;
}

/* ویژگی‌های کوتاه در هرو */
.ms-vmw-hero-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 18px 0 20px 0;
}

.ms-vmw-hero-feature {
  background: #ffffff;
  border-radius: 14px;
  padding: 8px 12px;
  font-size: 13px;
  color: #0b3161;
  box-shadow: 0 5px 18px rgba(37,99,235,0.10);
  border-right: 3px solid #2563eb;
}

/* دکمه عمومی VMware */
.ms-vmw-btn {
  display: inline-block;
  background: linear-gradient(90deg, #0ea5e9, #6366f1);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(37,99,235,0.35);
  transition: all .25s ease;
  white-space: normal;
  margin-top: 4px;
}

.ms-vmw-btn:hover {
  background: linear-gradient(90deg, #0284c7, #4f46e5);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(37,99,235,0.45);
}

/* ستون گرافیک هرو */
.ms-vmw-hero-visual {
  flex: 1.4;
  min-width: 280px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 18px 14px;
  border: 1px solid rgba(37,99,235,0.18);
  box-shadow: 0 10px 26px rgba(15,23,42,0.10);
}

.ms-vmw-hero-badge {
  display: inline-block;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  color: #f9fefb;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ms-vmw-hero-illu {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #020617, #0f172a);
  border-radius: 18px;
  padding: 10px 12px;
  margin-bottom: 12px;
  color: #e5f0ff;
}

.ms-vmw-illu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  font-size: 26px;
  background: rgba(56,189,248,0.25);
}

.ms-vmw-illu-text {
  font-size: 13px;
  line-height: 1.9;
}

.ms-vmw-hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ms-vmw-hero-list li {
  font-size: 13px;
  color: #1f3147;
  line-height: 1.9;
  padding-right: 18px;
  position: relative;
}

.ms-vmw-hero-list li::before {
  content: "•";
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 15px;
  color: #0ea5e9;
}

/* =========================================
   Shared Section Header Styles
   ========================================= */

.ms-vmw-section-header {
  text-align: right;
  margin-bottom: 24px;
}

.ms-vmw-section-title {
  font-size: 22px;
  font-weight: 800;
  color: #051b3a;
  margin-bottom: 8px;
}

.ms-vmw-section-subtitle {
  font-size: 14px;
  color: #334155;
  line-height: 2;
}

/* =========================================
   Steps Grid
   ========================================= */

.ms-vmw-steps .ms-vmw-inner {
  position: relative;
}

.ms-vmw-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 22px;
}

.ms-vmw-step-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 16px 14px;
  box-shadow: 0 6px 18px rgba(15,23,42,0.08);
  border-top: 4px solid #2563eb;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.ms-vmw-step-card::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at center, rgba(56,189,248,0.26), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
}

.ms-vmw-step-title {
  font-size: 16px;
  font-weight: 700;
  color: #051b3a;
  margin-bottom: 6px;
}

.ms-vmw-step-text {
  font-size: 13px;
  color: #37475c;
  line-height: 1.9;
  margin-bottom: 8px;
}

.ms-vmw-step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
}

.ms-vmw-step-list li {
  font-size: 13px;
  color: #27374c;
  line-height: 1.8;
  padding-right: 16px;
  position: relative;
  margin-bottom: 3px;
}

.ms-vmw-step-list li::before {
  content: "•";
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 15px;
  color: #2563eb;
}

.ms-vmw-step-note {
  font-size: 12px;
  color: #0f3460;
  line-height: 1.8;
  background: rgba(59,130,246,0.06);
  border-right: 3px solid #0ea5e9;
  border-radius: 10px;
  padding: 6px 10px;
  margin-top: 4px;
}

/* =========================================
   Summary Section & Aside (مرحله ۸ و پکیج)
   ========================================= */

.ms-vmw-summary-wrapper {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ms-vmw-summary-main {
  flex: 2;
  min-width: 320px;
  box-sizing: border-box;
}

.ms-vmw-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 6px;
}

.ms-vmw-summary-column {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 14px 12px;
  box-shadow: 0 6px 18px rgba(15,23,42,0.08);
  box-sizing: border-box;
}

.ms-vmw-summary-title {
  font-size: 15px;
  font-weight: 700;
  color: #051b3a;
  margin-bottom: 6px;
}

.ms-vmw-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ms-vmw-summary-list li {
  font-size: 13px;
  color: #1f2937;
  line-height: 1.8;
  padding-right: 14px;
  position: relative;
  margin-bottom: 3px;
}

.ms-vmw-summary-list li::before {
  content: "✓";
  position: absolute;
  right: 1px;
  top: 0;
  font-size: 12px;
  color: #16a34a;
}

/* Aside (پکیج کامل VMware) */

.ms-vmw-summary-aside {
  flex: 1.2;
  min-width: 280px;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(37,99,235,0.22);
  box-shadow: 0 10px 26px rgba(15,23,42,0.10);
  box-sizing: border-box;
}

.ms-vmw-aside-badge {
  display: inline-block;
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #fff7ed;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.ms-vmw-aside-text {
  font-size: 13px;
  color: #1f2937;
  line-height: 1.9;
  margin-bottom: 10px;
}

.ms-vmw-aside-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.ms-vmw-aside-list li {
  font-size: 13px;
  color: #27374c;
  line-height: 1.9;
  padding-right: 16px;
  position: relative;
}

.ms-vmw-aside-list li::before {
  content: "•";
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 15px;
  color: #0ea5e9;
}

/* دکمه تمام‌عرض در Aside */
.ms-vmw-btn-full {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

/* =========================================
   Responsive Styles
   ========================================= */

@media (max-width: 992px) {
  .ms-vmw-section {
    padding: 45px 18px;
  }

  .ms-vmw-container {
    flex-direction: column;
  }

  .ms-vmw-hero-content,
  .ms-vmw-hero-visual {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }

  .ms-vmw-hero-features {
    grid-template-columns: 1fr;
  }

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

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

  .ms-vmw-summary-wrapper {
    flex-direction: column;
  }

  .ms-vmw-summary-main,
  .ms-vmw-summary-aside {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .ms-vmw-section {
    padding: 35px 16px;
    border-radius: 20px;
  }

  .ms-vmw-hero-title {
    font-size: 22px;
  }

  .ms-vmw-section-title {
    font-size: 20px;
  }

  .ms-vmw-step-grid {
    grid-template-columns: 1fr;
  }

  .ms-vmw-summary-grid {
    grid-template-columns: 1fr;
  }

  .ms-vmw-btn {
    width: 100%;
    text-align: center;
  }

  .ms-vmw-hero-visual,
  .ms-vmw-step-card,
  .ms-vmw-summary-column,
  .ms-vmw-summary-aside {
    padding: 14px 12px;
  }
}

@media (max-width: 480px) {
  .ms-vmw-hero-title {
    font-size: 20px;
  }

  .ms-vmw-hero-features {
    gap: 8px;
  }
}/* End custom CSS */