body {
  background-color: #fff6f0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand img {
  width: 40px;
  height: 50px;
  border-radius: 60%;
  margin-right: 10px;
}

.hero {
  padding: 60px 15px;
}

.hero h1 {
  color: #426bc2;
  font-family:Bookman Old Style ;
}

.hero p {
  color: #555;
  font-family: Calibri ;
}

.btn-orange {
  background-color: #577fcd;
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #253f7c;
}

.profile-img {
  width: 60%;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  object-fit: cover;
}

.social-icons a {
  font-size: 20px;
  color: #e65100;
  margin: 0 10px;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}

.social-icons i {
  margin-right: 5px;
}

body {
  background-color: #fff6f0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand img {
  width: 40px;
  height: 50px;
  border-radius: 60%;
  margin-right: 10px;
}

.section-title {
  color: #426bc2;
  font-family: Bookman Old Style;
  margin-top: 50px;
  margin-bottom: 30px;
}

.background-item {
  background-color: white;
  border-left: 5px solid #577fcd;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.background-item h5 {
  color: #253f7c;
}

.background-item p {
  color: #555;
}

.navbar-brand img {
  width: 40px;
  height: 50px;
  border-radius: 60%;
  margin-right: 10px;
}

.section-title {
  color: #426bc2;
  font-family: Bookman Old Style;
  margin-top: 50px;
  margin-bottom: 30px;
}

.navbar-brand img {
  width: 40px;
  height: 50px;
  border-radius: 60%;
  margin-right: 10px;
}

.section-title {
  color: #426bc2;
  font-family: Bookman Old Style;
  margin-top: 50px;
  margin-bottom: 30px;
}

.project-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.3s;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.project-body {
  padding: 20px;
}

.project-body h5 {
  color: #253f7c;
}

.project-body p {
  color: #555;
}

.section-title {
  color: #426bc2;
  font-family: 'Bookman Old Style', serif;
  margin-top: 50px;
}

.btn-orange {
  background-color: #577fcd;
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #253f7c;
}

.form-section {
  padding: 60px 15px;
}
