.elementor-7143 .elementor-element.elementor-element-17b49ae{--display:flex;}.elementor-7143 .elementor-element.elementor-element-4f719cd{--display:flex;}.elementor-7143 .elementor-element.elementor-element-b319ca5{--display:flex;}.elementor-7143 .elementor-element.elementor-element-b319ca5.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7143 .elementor-element.elementor-element-17b49ae{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-01dc832 *//* Navbar container */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

/* Logo */
.logo img {
  height: 80px;
}

/* Book a Demo Button */
.btn-demo {
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #BF0000;
  border: 1px solid #BF0000;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover Effect */
.btn-demo:hover {
  background-color: transparent;
  color: red;
}

/* Responsive */
@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .demo-button {
    margin-top: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a44ecfe *//* Base container */
.doc-container {
  display: flex;
  min-height: 100vh;
  font-family: 'Proza Libre', sans-serif;
}

/* Sidebar */
.sidebar {
  flex: 0 0 33.3333%;
  padding: 30px 25px;
  position: sticky;
  top: 0;
  height: 100vh;
  color: white;
  border-right: 1px solid #222;
}

.sidebar h2 {
  font-family: 'Rufina', serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 25px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}
.doc-link-red {
  color:  #BF0000; /* red */
  font-weight: 600;
  text-decoration: underline;
}

.doc-link-red:hover {
  color: #b71c1c; /* darker red on hover */
}

.sidebar li {
  margin: 16px 0;
}

.sidebar a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.2s ease;
}

.sidebar a:hover,
.sidebar a.active {
  color: #BF0000;
}

.step-highlight {
  background-color: #1e1e1e;      /* dark gray (fits dark theme) */
  border-left: 4px solid #666;    /* subtle accent line */
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.7;
  color: #eaeaea;
}
/* Content */
.content {
  flex: 0 0 66.6667%;
  padding: 50px;
  color: #ffffff;
}

.content section {
  margin-bottom: 70px;
}

/* Headings */
.content h2 {
  font-family: 'Rufina', serif;
  font-weight: 700;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  color: #ffffff;
}

.content h3 {
  font-family: 'Rufina', serif;
  font-weight: 700;
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 12px;
  color: #ffffff;
}

/* Paragraphs */
.content p {
  font-family: 'Proza Libre', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: 16px;
}

/* Lists */
.content ul,
.content ol {
  margin-left: 22px;
  margin-bottom: 18px;
}

.content li {
  font-family: 'Proza Libre', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #ffffff;
}/* End custom CSS */