* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "HK Guise", sans-serif;
}

.data-breach-top-right::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  width: 50vw;
  height: 50vw;
  max-width: 999px;
  max-height: 999px;
  background: radial-gradient(
    circle,
    rgba(74, 74, 144, 0.558),
    transparent 70%
  );
  border-radius: 50%;
  transform: translateX(-50%); /* Center it horizontally */
  z-index: -10;
  pointer-events: none;
}

body {
  margin: 0;
  font-family: "HK Guise";
  background-color: #171213;
  color: #fff;
  overflow-x: clip;
  min-height: 100vh;

  text-align: center;

  /* Add gradient fade */
  /* background: linear-gradient(to top, #151010 30%, rgba(21,16,16,0) 100%);  */
}

.container12345 {
  width: 100%;
  max-width: 1500px; /* Centered content */
  margin: 0 auto;
  padding: 0 0px; /* Space on sides for mobile */
  background-color: #171213;
}

header {
  background-color: transparent;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: transparent;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left img {
  height: 80px;
  margin-right: 20px;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  width: 851px;
  position: relative;
  top: 0px;
  left: 100px;
  background-blend-mode: overlay;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  flex-wrap: wrap;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
}
.csu-nav-link,
.csu-dropdown-link {
  text-decoration: none;
}

@media (max-width: 1200px) {
  nav ul {
    width: 100%;
    left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
  }

  .header-left {
    margin-bottom: 20px;
  }

  .header-right {
    margin-top: 20px;
  }
}

/* Base navigation styles */
.csu-main-nav .csu-nav-menu .csu-nav-item {
  position: relative;
  padding: 5px; /* Adjust as needed */
}

.csu-main-nav:hover .csu-nav-item:hover .csu-nav-link:hover {
  background-color: rgb(255, 255, 255);
  color: black;
  border-radius: 5px;
}

/* Active Page - Make it Bold */
.csu-main-nav .active .csu-nav-link {
  font-weight: bold;
}

.csu-main-nav .csu-nav-menu .csu-nav-item .csu-nav-link {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-size: 13px;
}

.csu-dropdown {
  position: relative;
}

.csu-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 10;
  padding: 10px;
  max-width: 200px;
  border-radius: 5px;
  margin-top: -1px; /* very important addition */
  background: #171213;
  backdrop-filter: blur(7px);
}

.csu-main-nav .csu-nav-item:hover > .csu-dropdown-menu {
  display: block;
}

@media (max-width: 768px) {
  .csu-dropdown-menu {
    position: static;
    width: 100%;
    max-width: none;
  }
}

.csu-dropdown-menu .csu-dropdown-item {
  width: 100%;
  margin: 5px 0;
  /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3); */
  opacity: 85%;
}

.csu-dropdown-menu .csu-dropdown-item .csu-dropdown-link {
  display: block;
  text-align: left;
  padding: 10px;
  color: rgb(255, 255, 255);
  width: 100%;
  border-radius: 5px;
  /* background-color: rgba(0, 0, 0, 0.8); */
}

.csu-dropdown-item:hover .csu-dropdown-link {
  opacity: 90%;
  background: linear-gradient(100deg, rgb(205, 194, 194), rgb(86, 86, 86));
  color: aqua;
}

.csu-header-right .csu-demo-button {
  background: white;
  color: black;
  border: none;
  padding: 20px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.csu-header-right .csu-demo-button:hover {
  background: linear-gradient(100deg, #ff4d4d, black);
  color: white;
}

/* nav ends */

.cxo-main-div {
  background-color: transparent;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  padding: 2rem;
  margin-top: -100px;
}

.cxo-container {
  max-width: 900px;
}

.cxo-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.cxo-subtitle {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.cxo-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #eaeaea;
}

.cxo-description strong {
  color: #ffffff;
}

@media (max-width: 600px) {
  .cxo-title {
    font-size: 2rem;
  }
  .cxo-description {
    font-size: 1rem;
  }
}

/* the cxo product ends */

.product-main-div {
  margin: 0;
  background-color: #171213;
  color: #d3d3d3;
  font-family: "Segoe UI", sans-serif;
}

.products-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  gap: 4rem;
  flex-wrap: wrap;
}

.products-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-left img {
  width: 150px;
  margin-bottom: 1rem;
}

.products-left h2 {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
}

.products-right {
  position: relative;
  width: 300px;
  height: 500px;
}

.products-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  margin: 0 auto;
}

.curve-line {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
}

.timeline-point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.timeline-point .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;

  border: 1px solid #f44336;
  color: #f44336;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  background-color: rgb(14, 13, 13);
  flex-shrink: 0;
}

.timeline-point .text {
  font-size: 1.1rem;
  color: #ccc;
}

.timeline-point .text span {
  color: white;
  font-weight: bold;
}

/* Position each item manually to follow the curve */
.timeline-point.point1 {
  top: 30px;
  left: 90px;
}
.timeline-point.point2 {
  top: 120px;
  left: 130px;
}
.timeline-point.point3 {
  top: 220px;
  left: 150px;
}
.timeline-point.point4 {
  top: 320px;
  left: 130px;
}
.timeline-point.point5 {
  top: 420px;
  left: 90px;
}

@media (max-width: 768px) {
  .products-section {
    flex-direction: column;
  }
  .products-right {
    height: 600px;
  }
}
