
body {
  background-color: #111;
  color: #fff;
  
}
.hero {
  background: #000 url('') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.hero h1 span {
  color: #e91e63;
}
.hero .badge {
  background-color: #e91e63;
}
.hero .social-icons a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.hero .social-icons a:hover {
  color: #e91e63;
}
.hire-btn {
  background-color: #e91e63;
  border: none;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.hire-btn:hover {
  background-color: #c2185b;
}



.section-title {
  font-size: 3rem;
  font-weight: 700;
}
.section-title .text-danger {
  color: #e60040 !important;
}
.badge-custom {
  background-color: #e60040;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  letter-spacing: 2px;
}
.timeline {
  position: relative;
  margin-top: 4rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #333;
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  margin-bottom: 4rem;
}
.timeline-item .dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  background: #e60040;
  border-radius: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.timeline-content {
  background: #222;
  padding: 1.5rem;
  border-radius: 0.5rem;
  max-width: 400px;
}
.timeline-left {
  text-align: left;
}
.timeline-right {
  text-align: left;
}
.timeline-date {
  font-weight: bold;
  font-size: 1.2rem;
}
.timeline-sub {
  font-size: 0.9rem;
  color: #bbb;
}





.card {
    background-color: #222;
    border: none;
    color: #fff;
}
h1 span {
    color: #e91e63;
}



.section {
    background-color: #222;
    border-radius: .5rem;
    padding: 2rem;
}
.section h1 {
    font-weight: bold;
}
.section .form-control {
    border-radius: 0;
}
.section .btn {
    border-radius: 0;
}



