/* Blog post */

.blog-post {
  margin-top: 100px !important;
  margin: 0 auto;
  max-width: 960px;
}

/* .blog-post__meta {
  margin-bottom: 22px;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 5px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 14px;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 11px 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
} */
==========================================================================================================

.blog-listing.blog-listing--card.blog-listing--2-col {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  padding: 2rem !important;
  background-color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
}

.blog-listing__post {
  background: #f8f9fc !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  transition: transform 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

.blog-listing__post:hover {
  transform: translateY(-5px) !important;
}

.blog-listing__post-image-wrapper {
  height: 200px !important;
  overflow: hidden !important;
  display: block !important;
}

.blog-listing__post-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.blog-listing__post:hover .blog-listing__post-image {
  transform: scale(1.05) !important;
}

.blog-listing__post-content {
  padding: 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex-grow: 1 !important;
}

.blog-listing__post-title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  color: #1d3267 !important;
}

.blog-listing__post-title a {
  color: #1d3267 !important;
  text-decoration: none !important;
  transition: color 0.3s !important;
}

.blog-listing__post-title a:hover {
  color: #4796b3 !important;
}

.blog-listing__post-author,
.blog-listing__post-timestamp {
  font-size: 0.875rem !important;
  color: #666 !important;
  margin-bottom: 0.25rem !important;
}

.blog-listing__post-summary {
  font-size: 1rem !important;
  color: #444 !important;
  margin-top: 0.75rem !important;
  flex-grow: 1 !important;
}

.blog-listing__post-button-wrapper {
  margin-top: 1.5rem !important;
}

a.blog-listing__post-button.button {
  font-family: 'Times New Roman', serif !important;
  align-items: center !important;
  background-image: linear-gradient(#5ea9c9, #315977) !important;
  border: 1px solid hsla(0, 0%, 100%, 0.4) !important;
  border-radius: 15px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  justify-content: center !important;
  letter-spacing: 2px !important;
  min-height: 60px !important;
  padding: 0 40px !important;
  text-transform: uppercase !important;
}

.blog-listing__post-button:hover {
  opacity: 0.9 !important;
}

.blog-related-posts__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  padding: 2rem !important;
  
  font-family: 'Montserrat', sans-serif !important;
}

@media (max-width: 1024px) {
  .blog-related-posts__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .blog-related-posts__list {
    grid-template-columns: 1fr !important;
  }
}

.blog-related-posts__post {
  background: #f8f9fc !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  transition: transform 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

.blog-related-posts__post:hover {
  transform: translateY(-5px) !important;
}

.blog-related-posts__post-image-wrapper {
  height: 200px !important;
  overflow: hidden !important;
  display: block !important;
  border-radius: 12px 12px 0 0 !important;
}

.blog-related-posts__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
  display: block !important;
  border-radius: 12px 12px 0 0 !important;
}

.blog-related-posts__post:hover .blog-related-posts__image {
  transform: scale(1.05) !important;
}

.blog-related-posts__content {
  padding: 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex-grow: 1 !important;
}

.blog-related-posts__title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  color: #1d3267 !important;
}

.blog-related-posts__title-link {
  color: #1d3267 !important;
  text-decoration: none !important;
  transition: color 0.3s !important;
}

.blog-related-posts__title-link:hover {
  color: #4796b3 !important;
}

.blog-related-posts__content p {
  font-size: 1rem !important;
  color: #444 !important;
  margin-top: 0.75rem !important;
  flex-grow: 1 !important;
}

.blog-related-posts__post-button-wrapper {
  margin-top: 1.5rem !important;
}

a.blog-related-posts__post-button.button {
  font-family: 'Times New Roman', serif !important;
  align-items: center !important;
  background-image: linear-gradient(#5ea9c9, #315977) !important;
  border: 1px solid hsla(0, 0%, 100%, 0.4) !important;
  border-radius: 15px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  justify-content: center !important;
  letter-spacing: 2px !important;
  min-height: 60px !important;
  padding: 0 40px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.blog-related-posts__post-button:hover {
  opacity: 0.9 !important;
}


/* 29-05-2025 Blog Page Start Css */

section.blog-listing {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
      padding: 150px 0;
}
section.blog-listing article.blog-listing__post {
    width: calc(33.33% - 20px);
}
section.blog-listing article.blog-listing__post .blog-listing__header h2.blog-listing__post-title a {
    font-size: 20px;
    color: #121212 !important;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
section.blog-listing article.blog-listing__post .blog-listing__header .blog-listing__post-author a.blog-listing__post-author-name {
    font-family: "Poppins", sans-serif;
      color: #1e3669;
}
section.blog-listing article.blog-listing__post .blog-listing__header time.blog-listing__post-timestamp {
    font-family: "Poppins", sans-serif;
}

section.blog-listing article.blog-listing__post .blog-listing__post-summary p {
    font-size: 16px;
    line-height: 26px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.hs-blog-post article.blog-post .blog-post__tags {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0 0;
}
.hs-blog-post article.blog-post .blog-post__tags span {
    line-height: 0;
}
.hs-blog-post article.blog-post .blog-post__tags svg {
    width: 30px;
}
section.blog-listing article.blog-listing__post .blog-listing__post-tags {
    margin: 0 0 10px;
}
section.blog-listing article.blog-listing__post .blog-listing__post-tags a.blog-listing__post-tag {
    font-family: "Poppins", sans-serif;
    color: #1e3669;
}

@media (max-width: 1300px) {
  section.blog-listing {
    padding: 100px 0;
  }
}
@media (max-width: 980px) {
  section.blog-listing {
    flex-wrap: wrap;
  }
  section.blog-listing article.blog-listing__post {
      width: calc(50% - 15px);
  }
  .hs-blog-listing .dnd_area-row-0-background-layers {
      padding-bottom: 80px !important;
        padding-right: 0px !important;
            padding-top: 120px !important;
  }
  section.blog-listing article.blog-listing__post {
      width: calc(50% - 20px);
  }
  section.blog-listing {
    padding: 50px 0;
  }
  .hs-blog-listing .dnd_area-row-0-background-layers h1 {
    font-size: 30px;
    line-height: 40px;
}
}

@media (max-width: 767px) {
  section.blog-listing article.blog-listing__post {
      width: 100%;
  }
  .hs-blog-listing .dnd_area-row-0-background-layers {
      padding-top: 120px !important;
  }
  section.blog-listing article.blog-listing__post {
      width: 100%;
  }
  .hs-blog-listing .dnd_area-row-0-background-layers h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* 29-05-2025 Blog Page End Css */


/* 29-05-2025 Blog-details Page Start Css */

.hs-blog-post header.main-header {
    top: 0;
    background: #1e3669 !important;
}
.hs-blog-post article.blog-post h1 {
    font-family: "Poppins", sans-serif;
}
.hs-blog-post article.blog-post .blog-post__meta a {
    display: block;
    font-family: "Poppins", sans-serif;
      color: #1e3669;
}
.hs-blog-post article.blog-post .blog-post__meta time.blog-post__timestamp {
    font-family: "Poppins", sans-serif;
}
.hs-blog-post article.blog-post .blog-post__body p {
    font-size: 16px;
    line-height: 26px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.hs-blog-post article.blog-post .blog-post__meta {
    padding: 0 0 10px;
}
.hs-blog-post article.blog-post .blog-post__body img {
    margin: 20px 0;
    height: 550px !important;
    object-fit: cover;
}
.hs-blog-post .blog-comments form label {
    font-size: 18px;
    line-height: 20px;
    color: #868686;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
}
.hs-blog-post .blog-comments form .input input {
    margin: 0 0 20px;
    border: 2px solid rgba(46, 140, 255, 0.3);
    border-radius: 10px;
    height: 50px;
    box-shadow: 0px 5px 15px 0px rgba(94, 169, 201, 0.13);
    font-family: "Poppins", sans-serif;
}
.hs-blog-post .blog-comments form .input textarea {
    margin: 0 0 20px;
    border: 2px solid rgba(46, 140, 255, 0.3);
    border-radius: 10px;
    height: 50px;
    box-shadow: 0px 5px 15px 0px rgba(94, 169, 201, 0.13);
    font-family: "Poppins", sans-serif;
}
.hs-blog-post .blog-comments form .actions input.hs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px !important;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background-image: linear-gradient(#5EA9C9, #315977);
    border-radius: 15px;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.35);
    font-family: "Poppins", sans-serif;
}
.hs-blog-post .blog-comments {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
  .hs-blog-post article.blog-post {
      padding: 30px 0;
  }
  .hs-blog-post article.blog-post h1 {
      font-size: 30px;
      margin: 0 0 0.5em;
  }
  .hs-blog-post article.blog-post .blog-post__body img {
      margin: 10px 0;
      height: auto !important;
  }
  .hs-blog-post .blog-comments form .input input {
      margin: 0 0 10px;
  }
  .hs-blog-post .blog-comments form .hs-form-field {
      margin-bottom: 15px;
  }
}
/* 29-05-2025 Blog-details Page End Css */
.hero-section h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    line-height: 60px;
    color: white;
}
/* 01-07-2025 Blog-details Page start Css */
.hs-blog-post article.blog-post .blog-post__body p,
.hs-blog-post article.blog-post .blog-post__body span,
.hs-blog-post article.blog-post .blog-post__body ul,
.hs-blog-post article.blog-post .blog-post__body a,
.hs-blog-post article.blog-post .blog-post__body div,
.hs-blog-post article.blog-post .blog-post__body blockquote {
    font-size: 16px;
    line-height: 26px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.hs-blog-post article.blog-post .blog-post__body h1,
.hs-blog-post article.blog-post .blog-post__body h2,
.hs-blog-post article.blog-post .blog-post__body h3,
.hs-blog-post article.blog-post .blog-post__body h4,
.hs-blog-post article.blog-post .blog-post__body h5,
.hs-blog-post article.blog-post .blog-post__body h6 {
    font-family: "Times New Roman", serif;
    color: #000000;
}
.hs-blog-post article.blog-post .blog-post__body ol {
    font-size: 25px;
    color:black;
    font-family: "Times New Roman", serif;
}
/* 01-07-2025 Blog-details Page end Css */