/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}
.detail-page-wrapper .blog-post{
  max-width: none;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

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

.blog-post__timestamp {
  display: block;
}

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

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* 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: 1rem;
}

@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: 0.7rem 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;
}












.form-title {
  display: none;
}
/* demo-post-css */
.post-detail-page-wrapper{
  background: #fff;
}
.post-detail-page-wrapper .main-post-wrapper{
  display: flex;
  /*   flex-wrap: wrap; */
  position: relative;
  z-index: 1;
  gap: 40px;
}

.post-detail-page-wrapper .detail-page-container .blog-post h1 {
  color: #040A0E;
}
.post-detail-page-wrapper .detail-page-container .blog-post h1 .span{
  background: linear-gradient(93.53deg, #00A4FF 57.85%, #1BCCF3 110.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
.post-detail-page-wrapper .subscribe-block{
  /*   background-color: #07131d; */
  background-color: #ffffff;
  padding: 50px 100px 100px;
  color: #fff;
}
.hs-blog-post .footer {
  background-color: #ffffff;
}

.custom-case-study-block{
  padding-bottom:50px;
}

/* sticky form */

.sticky_title {
  color: #040A0E;
  font-family: Gotham;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 32px; /* 145.455% */
}
.login_btn {
  color: #040A0E;
  text-align: center;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px; /* 142.857% */
}
form#registerForm .row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
form#registerForm .row .input_row {
  flex-basis: 50%;
}
#login_form button,
form#registerForm button {
  padding: 12px 24px;
  gap: 10px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #00B1FD;
  border-radius: 28px;
  width: 100%;
}
div#login_form #loginForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sticky-form-block form input[type=email], 
.sticky-form-block form input[type=file], 
.sticky-form-block form input[type=number], 
.sticky-form-block form input[type=password], 
.sticky-form-block form input[type=search], 
.sticky-form-block form input[type=tel], 
.sticky-form-block form input[type=text], 
.sticky-form-block form select, 
.sticky-form-block form textarea {
  border-radius: 30px;
  border: 1px solid rgba(222, 222, 222, 0.40);
  background: #F9F9F9;
  padding: 16px;
}
.sticky-form-block form .hs-button, 
.sticky-form-block form input[type=submit] {
  border-radius: 28px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), #00B1FD;
  color: #FFF;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px; {
  }
  text-transform: capitalize;
}
.sticky-form-block form {
  background: transparent;
}

.main-post-wrapper .sticky-form-block {
  position: sticky;
  top: 80px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 164, 255, 0.2);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 14px 32px 32px; 32px;
  height: 100%;
  width: 40%;
}
.body_content_main {
  position: relative;
}
.body_content_main .post_banner {
  width: 100%;
}

.content-wrapper .pt-120 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.pt-120 {
  padding-top: 120px;
  padding-bottom: 80px;
}



/* regitser styling */
.row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.row .input.password input,
.row .input.password {
  width: 100%;
}
.form-container p.tagline,
form#registerForm .tagline {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #040A0E;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(189, 189, 189, 0.33);
  margin-bottom: 14px;
}
.form_content h2,
div#login_form h2.form_title,
form#registerForm .form_title {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #040A0E;
  margin-bottom: 8px;
}
.login_part {
  border-top: 1px solid rgba(189, 189, 189, 0.33);
  margin-top: 20px;
  padding: 27px 0px;
}
.form_content p,
.login_part p {
  color: #040A0E;
  font-size: 14px;
  font-style: normal;
  margin: 0px;
  margin-bottom: 20px;
}
.login_part p span {
  color: rgba(0, 164, 255, 1);
  cursor: pointer;
}
.hide,
p.signup,
.login_form {
  display: none;
}
p.signup.open,
.login_form.open {
  display: block;
}


#hs-membership-form input {
  border-radius: 30px;
  border: 1px solid rgba(222, 222, 222, 1);
  background: #F9F9F9;
}
#hs-membership-form .hs-membership-loader.hs_submit.hs-submit input.hs-button.primary.large {
  border-radius: 28px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), #00B1FD;
  width: 100%;
  margin-top: 10px;
}
.pass_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
div#hs-login-self-registration-link {
  border-bottom: 1px solid rgba(189, 189, 189, 0.33);
  margin-top: 22px;
}
p.register_user {
  color: #040A0E;
  text-align: center;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  display: block;
  margin-top: 10px;
}
p.register_user span {
  color: #00A4FF;
}
.hs-form-field.consent_data {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
a#hs_login_reset {
  color: #040A0E;
  text-align: center;
  font-family: Gotham;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  border-bottom: 1px solid rgba(189, 189, 189, 0.33);
  padding-bottom: 12px;
}

.login_btns a.button {
  border-radius: 28px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), #00B1FD;
  display: block;
}

.logged_btns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.logged_btns a.button {
  border-radius: 28px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), #00B1FD;
  display: block;
  width: 100%;
}

.cta_button {
  border: none;
  background: linear-gradient(94.9deg, rgba(0, 164, 255, 1.0) 0.63%, rgba(0, 164, 255, 1.0) 127.73%);
  background-blend-mode: overlay;
  border-radius: 28px;
  padding: 15px 30px;
}


span.form-separator,
form#hs-membership-passwordless-auth-form,
div#hs-login-self-registration-link {
  display: none;
}


a.button.btn_grd {
  border-radius: 50px;
  border: 1.5px solid #00B1FD;
  background: linear-gradient(181deg, rgba(0, 177, 253, 0.40) -246.15%, rgba(0, 177, 253, 0.00) 135.95%);
  backdrop-filter: blur(21px);
  color: #00A4FF;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
  letter-spacing: -0.14px;
  text-transform: capitalize;
  height: 100%;
}

/* animation btn */
a.button.btn_grd,
.banner_btn {
  flex-basis: 50%;
}

.banner_btn {
  display: flex;
  border: 1.5px solid transparent;
  border-radius: 50px;
  padding: 3px;
  position: relative;
  overflow: hidden;
  justify-content: start;
}

.hs-blog-post .btn_anim {
  font-family: Gotham Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 20px;
  text-transform: capitalize;
  width: 100%;

  border: none;
  background: linear-gradient(94.9deg, rgba(0, 164, 255, 1.0) 0.63%, rgba(0, 164, 255, 1.0) 127.73%);
  background-blend-mode: overlay;
  border-radius: 28px;
  padding: 10px 30px;
}


a.button-file.button.secondary_btn {
  position: relative ;
  overflow:hidden ;
  color: #fff ;
  z-index: 0 ;
  padding: 5px;
  display: inline-block;
  background: transparent;
  color: #fff;
  z-index: 1;
  border-radius: 50px;
}

.body_content_main a.button-file.button.secondary_btn i {
  content: '' ;
  position: absolute ;
  z-index: -1 ;
  inset: 0 ;
  border-radius: 40px ;
  padding: 2px ; /* the thickness of the border */
  /* the below will do the magic */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, /* this will cover only the content area (no padding) */ 
    linear-gradient(#fff 0 0) ; /* this will cover all the area */
  -webkit-mask-composite: xor ; /* needed for old browsers until the below is more supported */
  mask-composite: exclude ; /* this will exclude the first layer from the second so only the padding area will be kept visible */
}
.body_content_main .button-file i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, rgba(0, 164, 255, 1.0), rgba(0, 164, 255, 1.0), #0000001a, #0000001a);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: animationButton 2s ease-in-out infinite;
}

@keyframes animationButton{
  0% {
    transform: translate(-50%, -50%) rotate(0deg) ;
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) ;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) ;
  }
}

/* Case Study Slider */
section.case-study-section .swiper-wrapper {
  padding: 0px !important;
}
section.case-study-section .swiper-wrapper .swiper-slide .case_study_flex {
  min-height: unset !important;
}
h2.section_title {
  text-align: left !important;
}


/* interactive zone  details */
@media (max-width: 768px) {
  .content-wrapper.pt-120 {
    padding: 40px 20px;
  }

  .body_content_main .post_banner {
    height: 100%;
    width: 100%;
  }
  .main-post-wrapper {
    flex-direction: column-reverse;
    padding: 40px 0px 0px 0px;
  }
  .detail-page-container {
    width: 100% !important;
    padding: 0px !important;
  }
  .sticky-form-block.hi {
    position: relative;
    width: 100%;
    top: 0;
  }

  /*   our achivement */
  .counter_row_container {
    flex-direction: column;
  }
  .threecolCounter_Section .inner-col-block {
    width: 100% !important;
  }
  .cards-flex {
    flex-direction: column-reverse;
  }

  /*   subscribe cta */
  .post-detail-page-wrapper .subscribe-block {
    padding: 0px 20px 40px 20px;
  }
  /*   .subscribe-inner_content {
  padding: 0px !important;
} */
}



.welcome_logo {
  text-align: center;
}
h2.welcone_title {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  color: #00A4FF;
  text-align: center;
  margin: 8px 0px;
  height: 100%;
  line-height: 100%;
}
.welcone_msg p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #040A0E;
  margin: 0px;
}
.welcone_msg.hide,.form_content.hide, .user_signin_signup.hide {
  display: none;
}
.welcone_msg div#countdown {
  font-family: 'Gotham';
  font-style: normal;
  font-size: 32px;
  text-align: center;
  color: #040A0E;
  margin-top: 12px;
  margin-bottom: 32px
}
.related-posts.bg-white,
section.cta-poscast {
  background-color: #ffffff;
  padding-bottom: 80px;
}
.top_content {
  position: relative;
}

.body-container--blog-post.investor-press-release-blog-post .blog-post__body {
  max-width: calc(100% - 72px);
}

.body-container--blog-post.investor-press-release-blog-post .blog-post__body .banner-meta {
  display: flex;
  align-items: center;
  column-gap: 24px;
  color: #040A0E;
  flex-wrap: wrap;
}
.body-container--blog-post.investor-press-release-blog-post .blog-post__body .banner-meta svg {
  vertical-align: middle;
}
.body-container--blog-post.investor-press-release-blog-post .blog-post__body .banner-meta span {
  font-weight: 300 !important;
  vertical-align: middle;
}

.body-container--blog-post.investor-press-release-blog-post .blog-post-subtitle h2,
.body-container--blog-post.investor-press-release-blog-post .blog-post-subtitle h3,
.body-container--blog-post.investor-press-release-blog-post .blog-post-subtitle h4 {
  color: #040A0E;
  margin-bottom: 20px;
}
.body-container--blog-post.investor-press-release-blog-post .blog-post-subtitle h2{
  font-size: 28px;
}

.body-container--blog-post.investor-press-release-blog-post .blog-post__body .content-body-wrpr h2,
.body-container--blog-post.investor-press-release-blog-post .blog-post__body .content-body-wrpr h3,
.body-container--blog-post.investor-press-release-blog-post .blog-post__body .content-body-wrpr h4 {
  color: #040A0E;
}

.body-container--blog-post.investor-press-release-blog-post .blog-post__body .banner-meta {
  margin-bottom: 40px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
  line-height: 1.6;
  margin-bottom: 8px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background-color: #009EE2;
  border-radius: 50%;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr blockquote {
  background: linear-gradient(to right, #f2fbff, #ffffff);
  border-left: 4px solid #00a7e1;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #2c2c2c;
  box-shadow: 0 0 0 transparent; /* clean edge */
  border-radius: 2px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr blockquote img {
  max-width: 250px !important;
  width: 100% !important;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr blockquote h5 {
  color: #040A0E;
  font-size: 22px;
  line-height: 1.5;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr blockquote footer {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  padding-top: 0 !important;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #d4d4d4;
  font-family: sans-serif;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 16px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table th {
  background-color: #e6f4fc; /* Light blue */
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  color: #111;
  border-bottom: 1px solid #ddd;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  color: #222;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr img {
  border-radius: 16px;
  margin-bottom: 15px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table thead {
  background-color: #E3F5FF;
  border-color: #d4d4d4;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table thead tr td:first-child {
  border-top-left-radius: 14px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table thead tr td:last-child {
  border-top-right-radius: 14px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table td {
  border-color: #d4d4d4;
}

.body-container--blog-post.investor-press-release-blog-post .blog-post__body p,
.body-container--blog-post.investor-press-release-blog-post .blog-post__body {
  color: #040A0E;
}

.body-container--blog-post.investor-press-release-blog-post .post-body-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}

.body-container--blog-post.investor-press-release-blog-post .social-share-container {
  position: sticky;
  width: fit-content;
  left: auto;
  height: fit-content;
  padding-top: 80px;
  top: 30px;
}

.body-container--blog-post.investor-press-release-blog-post .social-share-container .social-share-btn {
  cursor: pointer;
}

.body-container--blog-post.investor-press-release-blog-post .content-body-wrpr .table-wrap {
  overflow-x: auto;
  margin-bottom: 20px;
}

.body-container.body-container--blog-post.investor-press-release-blog-post .post-bottom-pane {
  padding-bottom: 0;
}

.body-container.body-container--blog-post.investor-press-release-blog-post .post-bottom-pane .subscribe-cta {
  padding-bottom: 30px !important;
}

body .progress {
  background: #00b1fd;
  border-radius: 0 10px 10px 0;
  height: 6px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 999;
}

@media (max-width: 1024px) {
  .press_listing_row .post_item_body {
    padding: 20px 20px 30px;
  }
}

@media (max-width: 992px) {
  .body-container--blog-post.investor-press-release-blog-post .content-body-wrpr table {
    min-width: 800px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .body-container--blog-post.investor-press-release-blog-post .blog-post-subtitle h2{
    font-size: 24px;
  }
  .body-container--blog-post.investor-press-release-blog-post .blog-post__body .banner-meta {
    display: none;
  }

  .body-container--blog-post.investor-press-release-blog-post .social-share-container {
    display: none;
  }

  .body-container--blog-post.investor-press-release-blog-post .content-wrapper {
    display: block;
  }

  .body-container--blog-post.investor-press-release-blog-post .blog-post__body {
    max-width: 100%;
  }

  .body-container.body-container--blog-post.investor-press-release-blog-post .post-bottom-pane .subscribe-cta {
    padding-bottom: 10px !important;
  }

  .body-container--blog-post.investor-press-release-blog-post .content-body-wrpr blockquote {
    background: none;
    border-left: none;
    padding: 0;
    font-style: normal;
  }

  .body-container--blog-post.investor-press-release-blog-post .content-body-wrpr blockquote h5 {
    color: #00A4ff;
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
  }

  .body-container--blog-post.investor-press-release-blog-post .content-body-wrpr blockquote footer {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.5;
    color: #040A0E;
    padding-top: 0 !important;
  }

  .body-container--blog-post.investor-press-release-blog-post .post-body-content-wrapper {
    background: linear-gradient(180deg, #00A4FF -487.34%, #FFFFFF 64.22%);
  }
}