.about-page-area {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  padding: 90px 0;
  background-color: #000; /* High contrast text/background */
}

.about-page-left {
  background-color: #007BFF;
  color: white;
  padding: 30px;
  border-radius: 8px;
}

.about-page-left h4,
.about-page-left h3,
.about-page-left h5 {
  margin-top: 0;
}

.about-page-left ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.about-page-left ul li {
  margin-bottom: 8px;
}

.about-page-call {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.page-call-icon {
  font-size: 24px;
}

.call-info p {
  margin: 0;
}

.call-info h4 {
  margin: 0;
  font-size: 1.2rem;
}

/* Right Image Section */
.about-page-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
}

.about-page-right img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive layout */
@media (max-width: 768px) {
  .about-page-area .row {
    display: flex;
    flex-direction: column;
  }

  .about-page-left,
  .about-page-right {
    margin-bottom: 30px;
  }
}

/* Banner area (keep shared styles if used globally) */#kvk-banner-area {
  background: url(//www.techdost.com/wp-content/uploads/2021/02/1.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 60px 0;
  position: relative;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: flex;
   justify-content: center;    /* Centers the content horizontally */
  align-items: center;        /* Centers the content vertically */
  text-align: center;         /* Ensures the text itself is centered */
}

.kvk-banner-heading {
  max-width: 1200px;
  margin: 0 auto;
}

.kvk-banner-title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: #0c1c71;
}

.kvk-breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
  color: #f9f9f9;
}

.kvk-breadcrumb li {
  display: inline;
  margin-right: 0.5rem;
}

.kvk-breadcrumb li a {
  color: white;
  text-decoration: none;
}

.kvk-breadcrumb li::after {
  content: ">";
  margin-left: 0.5rem;
}

.kvk-breadcrumb li:last-child::after {
  content: "";
}
