<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.blog-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.blog-meta span {
  margin-right: 10px;
}

.blog-image-container {
  text-align: center;
  margin-bottom: 40px;
}

.blog-featured-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-content {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.blog-content h2 {
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog-faq-section {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  background-color: #f9f9f9;
  max-width: 600px;
  margin: 20px auto;
}

.faq-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
}

.faq-section {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.faq-item {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.faq-item:hover {
  background-color: #f1f1f1;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
}

.faq-answer {
  margin-top: 5px;
  color: #666;
}
.faq-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  position: relative;
}

.blog-listing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.blog-card {
  flex: 1 1 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: antiquewhite;
  margin-bottom:2rem;
}

.blog-card:hover .blog-title {
  text-decoration: underline;
}

.blog-card .blog-content {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-image {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}

.see-more-blogs {
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}
.blog-title-section {
  justify-content: space-between;
  align-items: end;
  display: flex;
}
.blog-listing-category {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 2rem;
}

.blog-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-item-category {
  flex: 1 1 calc(30% - 20px);
  margin: 10px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: background-color 0.3s;
  background-color: #ffffff;
}

.blog-item-category:hover {
  background-color: #f9f9f9;
}

.blog-title-category {
  font-size: 1.6rem;
  color: orangered;
  text-decoration: none;
  transition: color 0.3s;
}

.blog-title-category:hover {
  text-decoration: underline;
  color: orangered;
}

.blog-date {
  font-size: 0.9rem;
  color: #999;
  margin: 5px 0;
}

.blog-excerpt-category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.feature-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 20px;
}

.main-content-feature {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-left:-18%;
  width:83%;
}

.sidebar-feature {
  flex: 1;
}

.featured-posts {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
  width:100%;
  margin-top:5%
}

.featured-posts h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
}

.post {
  margin-bottom: 15px;
}

.post h4 {
  font-size: 1rem;
  margin: 0 0 5px;
}

.post p {
  font-size: 0.9rem;
  color: #555;
}

.content-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 3em;
  font-size:0.6rem
}

.home_slides {
  position: relative;
  display: inline-block;
}

.caption-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  color: #fff;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.caption-overlay h4 {
  margin: 0;
  font-size: 16px;
}

.blog-content a {
  color: dodgerblue;
}

.blog-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}</pre></body></html>