/* General Styles */
html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f7fa;
  color: #333;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* About Section */
.who_section {
  padding: 75px 0;
}

.who_section .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.who_section .col-md-6 {
  width: 48%;
}

.who_section .img-box img {
  width: 70%;
  height: 400px;
  border-radius: 10px;
}

.who_section .detail-box {
  margin-left: 65px;
  color: #fff;
}

.who_section .detail-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.who_section .detail-box p {
  font-size: 1.1rem;
  margin: 10px 0;
}

/* .who_section .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #353434;
  color: #fff;
  border-radius: 20px;
  margin-top: 35px;
  text-decoration: none;
}

.who_section .detail-box a:hover {
  background-color: transparent;
  color: #353434;
  border: 1px solid #353434;
} */

/* Footer Section */
.footer_section {
  background-color: #232323;
  text-align: center;
  padding: 20px 0;
  color: #fbfcfd;
  margin-top: auto;
}

.footer_section p {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ffffff;
}

.who_section{
  height: 90vh;
    display: flex
;
    align-items: center;
    background: linear-gradient(136deg, rgba(35, 30, 46, 1) 0%, rgba(54, 39, 108, 1) 50%, rgba(24, 122, 126, 1) 100%);
}

.detail-box a{
  color: #fff;
}