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

.profile-section {
  padding: 60px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.profile-image img {
  width: 300px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.profile-details {
  flex: 1;
  min-width: 300px;
}

.profile-details h1 {
  font-size: 2.5rem;
  margin: 0;
}

.name-highlight {
  color: #bb0b0b;
  background: linear-gradient(to right, #d21919, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-details h3 {
  font-size: 1.2rem;
  color: #1976d2;
  margin-top: 10px;
}

.linkedin-link {
  font-weight: bold;
  color: #0072b1;
  display: inline-block;
  margin: 10px 0 20px 0;
  text-decoration: none;
}

.profile-details p {
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 30px;
}

.back-btn {
  background-color: #d11313;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s ease;
}

.back-btn:hover {
  background-color: #6f0606;
}

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

.profile-section {
  padding: 60px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.profile-image img {
  width: 300px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.profile-details {
  flex: 1;
  min-width: 300px;
}

.profile-details h1 {
  font-size: 2.5rem;
  margin: 0;
}

.name-highlight {
  color: #d31212;
  background: linear-gradient(to right, #680404, #e90a0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-details h3 {
  font-size: 1.2rem;
  color: #dc0b0b;
  margin-top: 10px;
}

.linkedin-link {
  font-weight: bold;
  color: #0072b1;
  display: inline-block;
  margin: 10px 0 20px 0;
  text-decoration: none;
}

.profile-details p {
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 30px;
}

.back-btn {
  background-color: #ce0f0f;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s ease;
}

.back-btn:hover {
  background-color: #700909;
}

