body {
  background-color: #FFFFFF;
}
.post-detail-page-wrapper .main-post-wrapper {
  padding-top: 172px;
}
.body_content_main:after {
  content: "";
  background-image: url(https://47271964.fs1.hubspotusercontent-na1.net/hubfs/47271964/interaction_zone/Frame.png);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 580px;
  background-repeat: no-repeat;
}
.body_content_main:before {
  background: linear-gradient(180deg, rgba(205, 239, 254, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  content: "";
  position: absolute;
  top: 0;
  height: 443px;
  width: 100%;
}
header.header {
  background: linear-gradient(180deg, #07131d, #032e8c) !important;
}

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


.post-detail-page-wrapper .threecolCounter_Section .headingText_block .sub-text>:last-child {
  margin-bottom: 0;
}

.post-detail-page-wrapper .detail-page-container .case-study-section.single-slide  .swiper-wrapper .swiper-slide {
  flex-shrink: unset;
}

.post-detail-page-wrapper .relatedPostWrap .image_part img {
  width: 100%;
  border-radius: 9px;
}
.post-detail-page-wrapper  .relatedPostWrap .image_part {
  line-height: 0;
}

.post-detail-page-wrapper  .relatedPostWrap .post_content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.post-detail-page-wrapper  .post_btn.subscribe_btn {
  margin-top: auto;
}

.post-detail-page-wrapper  .relatedPostWrap .post_card {
  display: flex;
  flex-direction: column;
}

.post-detail-page-wrapper  .relatedPostWrap .post_tag a {
  color: #040A0E;
}

.post-detail-page-wrapper .case-study-section .swiper_flex {
  padding-top: 30px;
}
.form-title {
  display: none;
}
/* demo-post-css */
.post-detail-page-wrapper{
  background: #fff;
}
.post-detail-page-wrapper .main-post-wrapper{
  display: flex;
  position: relative;
  z-index: 1;
  gap: 20px;
}

.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: #ffffff;
  padding: 50px 0px 30px 0px;
  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: 90px;
  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;
  width: 100%;
  text-transform: capitalize;
  word-wrap: normal;
  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;
}
.post-detail-page-wrapper .threecolCounter_Section .inner-col-block:before {
  background: linear-gradient(180deg, #fff, #00a4ff 50%, #fff);
  bottom: 0;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.post-detail-page-wrapper .case-study-section .case-study-slider {
  padding: 0;
}
.blog-post__body .vid-element,
.blog-post__body .image-element {
  position: relative;
  padding-bottom: 56%;
}

.blog-post__body .vid-element iframe {
  min-height: auto !important; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: revert-layer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .sticky-form-block.hi {
    position: relative;
    width: 100%;
    top: 0;
  }
  .detail-page-container {
    width: 100% !important;
    padding: 0px !important;
  }
  .post-detail-page-wrapper .main-post-wrapper {
    padding-top: 80px;
  }
  .post-detail-page-wrapper .main-post-wrapper{
    flex-wrap:wrap;
    flex-direction: column-reverse;
    gap: 60px;
  }

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

  .body_content_main .post_banner {
    height: 100%;
    width: 100%;
  }
  .main-post-wrapper {
    flex-direction: column-reverse;
    padding: 40px 0px 0px 0px;
  }


  /*   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: 30px 1rem 30px 1rem;
  }
  .post-detail-page-wrapper .subscribe-cta .subscribe-cta-flex{
    padding:0;
  }
  .main-post-wrapper .sticky-form-block {
    padding: 15px 15px 15px;
  }
  .user_signin_signup .logged_btns {
    gap: 10px;
  }
  a.button.btn_grd, .banner_btn {
    flex-basis:calc(50% - 10px);
  }
  .relatedPostWrap .cards-flex{
    flex-direction: row;
  }
  .post-detail-page-wrapper .case-study-section .section_title {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .user_signin_signup .logged_btns {
    flex-wrap: wrap;
  }
  .user_signin_signup  a.button.btn_grd,
  .user_signin_signup .banner_btn {
    flex-basis:calc(100%);
  }
}



.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;
}