body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f7fc;
  margin: 0;
  padding: 30px;
}

.cv-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.header .left {
  flex: 1;
}

.header .right img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

h1 {
  color: #00264d;
  margin: 0;
  font-size: 28px;
}

.subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}

.contact {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.section {
  margin-bottom: 30px;
}

.section h2 {
  color: #003366;
  border-bottom: 2px solid #dde6f0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
  color: #444;
}

a {
  color: #004080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  color: #333;
  line-height: 1.6;
}
