<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .from-about{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.top-container {
  margin-top: 120px;
}


p {
  margin: 0;
  font-size: .89em;
}
.ptb-100 {
  padding-top: 100px;
}
.mb-80 {
  margin-bottom: 40px;
}

.nowrap {
  white-space: nowrap;
}
.p-20 {
  padding: 20px;
}
.p-40 {
  padding: 40px;
}

.pb-140 {
  padding-bottom: 140px;
}
.h3, h3 {
  font-size: 1.4em;
}
.bg-white-smoke {
  background-color: #f8f8f8;
  border-radius: 15px;
}
.title-main {
  font-size: 1.5rem;
}
.bg-image {
    background-image: url('/store/blogs-banner.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 30vh;
    margin-top: 100px;
  }
.page-title-area .row {
    height: 40vh;
    align-content: center;
    text-align: center;
} 
.page-header-content {
  color: #fff; 
}
.section-title.text-center {
  padding: 0 35px;
  margin-bottom: 10px;
  margin-top: 40px;
}

a:hover {
  /* color: #fff; */
  text-decoration: none;
}

.section-title h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0;
}

.section-title p {
  font-size: 17px;
  color: rgb(137, 137, 137);
  font-weight: 400;
  margin-bottom: 20px;
}

.blog-list {
  /* display: flex; */
}

.blog-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  color: #fff;
  position: relative;
  border-radius: 12px;
  padding: 30px;
  cursor: pointer;
}

.blog-item .blog-item-footer{
  position: absolute;
  bottom: 30px;
  left: 30px;
  /* width: 100%; */
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}

.blog-item-footer h4 {
  font-size: 18px;
  font-weight: 400;
}

.blog-item:before {
  position: absolute;
  content: "";
  height: 60%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(47, 0, 255, 0) 0%,rgb(37 36 36 / 95%) 100%);
  border-radius: 12px;
  transition: 0.5s ease-in-out;
}

.blog-item:hover:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(55 134 214 / 0%) 20%, rgba(17, 103, 189, 0.5) 80%, rgba(17, 103, 189, 0.8) 100%);
}

.blog-item .author-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-item .author-details .user-image {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #0171e3;
}

.blog-item .author-details .author-name {
  font-size: 16px;
}

.blog-item .author-details .author-verified {
  font-size: 11px;
  color: #6a7281;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-item .blog-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-item .published-date {
  font-size: 10px;
  color: #9b9b9b;
}

.popular-blog-list .blog-item {
  height: 600px;
}

.popular-blog-list .blog-item .blog-item-footer h4{
  width: 70%;
  font-size: 25px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 120px;
}

.popular-blog-list .blog-item .author-details .author-name{
    font-size: 18px;
}

.popular-blog-list .blog-item .author-details .author-verified {
  font-size: 13px;
  gap: 7px;
}

.popular-blog-list .blog-item .author-details .author-verified svg {
  width: 15px;
  height: 15px;
}

.popular-blog-list .blog-item .author-details .user-image {
  width: 40px;
  height: 40px;
}

.popular-blog-list .blog-item .published-date {
  font-size: 12px;
}

.blog-banner-container {
  height: 350px;
  border-radius: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-content-container {
  margin-top: 30px;
}

.blog-content-container h1{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}


.blog-content-container .author-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-content-container .author-details .user-image {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #0171e3;
}

.blog-content-container .author-details .author-name {
  font-size: 14px;
}

.blog-content-container .author-details .author-verified {
  font-size: 11px;
  color: #6a7281;
  display: flex;
  align-items: center;
  gap: 5px;
  font-style: italic;
}

.blog-content-container .blog-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-content-container .published-date {
  font-size: 12px;
  color: #9b9b9b;
}

.blog-content {
  margin-top: 30px;
}

.blog-content * {
  padding: revert;
}

.blog-content img {
  max-width: 100%;
  height: auto;
}

.blog-content p {
  font-size: 1rem;
}




.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70% !important;
  max-width: 750px;
  background-color: white;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgb(0 0 0 / 30%);
  z-index: 10;
  height: auto;
  display: block;
}

#language-modal {
  width: 40% !important;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6, .blog-content p {
  margin-bottom: 15px;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  break-after: avoid;
}

.no-records-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  gap: 20px;
  color: #7a7a7a;  
  width: 100%;
}

.no-records-section svg{
  width: 50px; color: inherit; fill: currentColor; 
}


@media (max-width: 768px) {
  .blog-item {
    min-height: 300px;
    padding: 10px;
  }

  .blog-item .blog-item-footer {
    bottom: 20px;
    left: 20px;
    right: 20px;
    gap: 5px;
  }

  .popular-blog-list .blog-item {
    height: 400px;
  }

  .bg-image {
    background-image: url(/store/blogs-banner-mobile.webp);
    background-position: top;
    height: 15vh;
  }

  .blog-content {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }

  .blog-banner-container {
    height: 175px; 
  }
  
}

.hidden-modal {
  display: none;
}</pre></body></html>