body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.hero-section {
  height: 100vh;
  width: 100%;
  background: url(pplchat.jpg) no-repeat center center/cover;
  /* background: url(pplchat2.webp) no-repeat top center/cover; */
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.hero-section .content {
  position: absolute;
  /* bottom: 20%;
  left: 10%; */
  z-index: 1;
}
.content {
  color: #000000;
  height: auto;
  text-shadow: 2px 2px 5px rgba(17, 0, 255, 0.5),
    4px 4px 10px rgba(190, 192, 204, 0.3), 6px 6px 15px rgba(255, 253, 253, 0.2);
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7), 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.hero-section .icon {
  font-size: 2rem;
  margin-top: 10px;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.hero-section p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7), 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay to ensure text visibility */
  z-index: 1;
}
.case-study-container {
  padding: 50px;
  background: #f8f9fa;
}
.case-study-box {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}
.case-study-box h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002544;
}
.case-study-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #005f8f;
}
.case-study-box p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}
.case-study-box strong {
  color: #000000;
}
.case-study-box blockquote {
  font-style: italic;
  color: #333;
  border-left: 4px solid #005f8f;
  padding-left: 10px;
  margin: 20px 0;
}
.case-study-box ul {
  padding-left: 20px;
  list-style-type: disc;
}
.case-study-box ul li {
  margin-bottom: 5px;
  color: #555;
}
.case-study-box .quote-author {
  font-weight: bold;
  color: #002544;
  margin-top: 10px;
}
#blogs-content {
  width: 90vw;
  margin: 0 auto;
}

.mb-130 {
  margin-bottom: 130px;
}

.color-blogs {
  color: #002544 !important;
}
.color-press {
  color: #f9bc32 !important;
}
.color-news {
  color: #10fb2f !important;
}
.color-events {
  color: #f9bc32 !important;
}
.color-whitepapers {
  color: #f9bc32 !important;
}
.color-webinars {
  color: #f9bc32 !important;
}
.color-case_studies {
  color: #f9bc32 !important;
}
.color-testimonials {
  color: #f9bc32 !important;
}

.width-card {
  width: 20rem;
  height: 25em;
}

.font-leadername {
  font-size: 1.2rem;
}

#linkedin-icon-15 {
  font-size: 1.5rem;
}
