.elementor-201 .elementor-element.elementor-element-d1172bb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-11a081a *//* CartWarden Roadmap - Final Polished SaaS Version */

.cw-roadmap {
  background: #ffffff;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  padding: 60px 20px;
}

.cw-roadmap-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}

.cw-roadmap-main {
  flex: 3;
  padding-left: 30px;
  border-left: 3px solid #F7A001;
}

.cw-roadmap-section {
  margin-bottom: 60px;
  padding-left: 20px;
}

.cw-roadmap-section + .cw-roadmap-section {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.cw-roadmap-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #213247;
  text-align: center;
}

.cw-roadmap-subtext {
  text-align: center;
  font-size: 18px;
  color: #555555;
  margin-bottom: 40px;
}

.cw-roadmap-heading {
  font-size: 24px;
  margin-bottom: 16px;
  color: #213247;
  font-weight: 600;
}

.cw-roadmap-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.cw-roadmap-list li {
  margin-bottom: 20px;
}

.cw-roadmap-sidebar {
  flex: 1.25;
  min-width: 300px;
}

.cw-sidebar-card {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.cw-roadmap-sidebar-title {
  font-size: 18px;
  font-weight: 600;
  color: #213247;
  margin-bottom: 10px;
}

.cw-roadmap-sidebar-text {
  font-size: 14px;
  color: #555555;
  margin-bottom: 14px;
}

.cw-primary-button {
  display: inline-block;
  background-color: #F7A001;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: background 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
}

.cw-primary-button:hover {
  background-color: #d88c00;
  color: #ffffff;
}

.cw-outline-button {
  background: transparent;
  border: 2px solid #F7A001;
  color: #F7A001;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: none;
}

.cw-outline-button:hover {
  background-color: #F7A001;
  color: #ffffff;
}

.cw-optin-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cw-optin-form input[type="email"] {
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333333;
}

.cw-optin-form button[type="submit"] {
  background: #F7A001;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: none;
}

.cw-optin-form button[type="submit"]:hover {
  background: #d88c00;
}

/* Modal */
.cw-feature-form-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cw-feature-form-modal.active {
  display: flex;
}

.cw-feature-form-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  position: relative;
}

.cw-close-button {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.cw-feature-request-form input,
.cw-feature-request-form textarea {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333333;
}

.cw-feature-request-form textarea {
  min-height: 100px;
  resize: vertical;
}

.cw-feature-request-form button {
  width: 100%;
  background-color: #F7A001;
  color: #ffffff;
  padding: 12px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: none;
}

.cw-feature-request-form button:hover {
  background-color: #d88c00;
}/* End custom CSS */