.wrapper-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  max-width: 500px;
  line-height: 1.4;
  /* Adjust line height as needed */
  height: calc(1.4em * 5);
}

.blog-card {
  border: 1px solid rgb(223, 15, 8);
  border-radius: 25px;
  /* overflow: hidden; */
  margin: 15px 0;
  padding: 15px;
  background: #fff;
  /* transition: all 0.3s ease; */
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* font-family: Garamond, serif !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif !important;
}

.blog-card img {
  width: 100%;
  /* height: 150px; */
  object-fit: contain;
}

.highlighted {
  background-color: #6f738b;
  color: white;
  border: 2px solid white;
}

.blog-details {
  display: none;
}

.content {
  /* position: absolute; */
  z-index: 1;
  bottom: 100px;
  font-size: 3rem;
  font-weight: bold;
  /* color: #ffffff; */
  text-align: center;
  margin-top: 0.8rem !important;
  /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9), 4px 4px 10px rgba(0, 0, 0, 0.8); */
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.9), 4px 4px 15px rgba(0, 0, 0, 0.8);
}

.wrapper-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  max-width: 500px;
  line-height: 1.4;
  /* Adjust line height as needed */
  height: calc(1.4em * 5);
}

.blog-headings {
  color: #5358b7;
  font-size: 30px;
  font-weight: 600;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Futura", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica", serif !important;
}

.blog-content {
  /* text-indent: 30px;  */
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-family: "Futura";
  color: #6f738b;
}
.blog-box {
  background: white;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 10px rgba(245, 5, 5, 0.1);
  padding: 50px;
  margin-bottom: 30px;
}

.card-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-container {
  margin: 0 !important;
  height: 50vh !important;
  display: flex !important;
  background: url(./blogsMainImg.jpg) no-repeat center center/cover !important;
  justify-content: center !important;
  align-items: center !important;
}

.header-background {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.header-section {
  position: relative;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background: url(./indBlog.innerImage) no-repeat top center/cover;
}

.header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* .header-image-workflow {
  filter: blur(2px);
} */

.header-section .content {
  /* position: relative; */
  z-index: 1;
  padding: 2rem;
  color: #fff;
  top: 30px;
}

.custom-blog-container {
  padding: 2rem;
  background-color: #f9f9f9;
  line-height: 1.7;
  font-size: 1rem;
}

.custom-blog-container h2 {
  color: #1a73e8;
  margin-top: 1.5rem;
}

.custom-blog-container h3 {
  font-weight: bold;
  margin-top: 1rem;
}

.custom-blog-container ul {
  list-style: disc;
  margin-left: 2rem;
}

/*  */
/* Container wrapper */
.content-container {
  width: 90% !important;
  margin: 0 auto !important;
  padding: 30px !important;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
}

/* Header section styles */
/* .header-section {
  position: relative;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
} */

/* .header-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 350px;
} */

.header-content {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.header-title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

/* Paragraph inside blog content */
.blog-paragraph,
.section-paragraph {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.25rem;
}

/* Bold underlined title */
/* Title with a horizontal line above it */
.bold-underline-title {
  position: relative;
  padding-top: 2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #5358b7;
  text-align: left;
}

/* .bold-underline-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3498db;
  border-radius: 2px;
} */

/* Section titles */
.section-title-blog {
  font-size: 1.5rem;
  font-weight: 700;
  color: #007fff;
  margin-top: 0 !important;
  margin-bottom: 0.75rem;
}

/* Section subtitles */
.section-subtitle {
  font-weight: 700;
  color: #4a6fa5;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Strong intro text before lists */
.list-intro {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.1rem;
}

/* Lists */
.section-list {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
  color: #444;
}

.list-item {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .content-container {
    padding: 0 1rem;
    margin: 1rem auto;
  }

  .header-title {
    font-size: 1.8rem;
  }
}
