.timeline li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.timeline li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-size: 1.2rem;
  line-height: 1;
}


/* General Reset */
body {
    margin: 0;
    font-family: 'Segoe UI', Roboto, sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('https://www.ariesproject.eu/images/news/489834641_1325972299079128_8006762340730517969_n.jpg') center/cover no-repeat;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.hero p {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.hero .cta-button {
    background-color: #ffd700;
    color: #003366;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

/* Section Styling */
.section {
    padding: 60px 20px;
    max-width: 1000px;
    margin: auto;
}

.section h2 {
    color: #003366;
    margin-bottom: 20px;
}

.section p {
    font-size: 1.1em;
}

/* Call to Action */
.cta {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.cta a {
    background-color: #ffd700;
    color: #003366;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2em;
    }

    .hero p {
        font-size: 1.2em;
    }
}
