/* Common */

body.single-post {
    background-color: #fff;
}
/* Hero */

section.cba-single-post-hero {
    margin: 208px 0 152px;
}

section.cba-single-post-hero .container {
    max-width: 1168px;
}

.cba-single-post-hero-title {
    color: #15123D;
    text-align: center;
    font-family: 'Montserrat-Bold', serif;
    font-size: 100px;
    line-height: 100px;
}

.cba-single-post-hero-excerpt {
    max-width: 870px;
    margin: 36px auto 0;
    text-align: center;
    font-family: 'Mont-SemiBold', serif;
    font-size: 24px;
    line-height: 36px;
    color: #5B5D6B;
}

.cba-single-post-hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 48px;
    margin-top: 64px;
}

.cba-single-post-hero-buttons a {
    margin: 0;
}

.cba-single-post-hero-buttons a:last-child:not(:hover) {
    color: #514444;
}

.cba-single-post-hero-buttons a:last-child:not(:hover) .a-animate-arr span {
    border-left-color: #6868CF;
}

.cba-single-post-hero-extra-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    display: none;
    max-width: 924px;
}

.cba-single-post-hero-extra-info li {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Mont-SemiBold', serif;
    position: relative;
    display: inline;
    margin-left: 38px;
}

.cba-single-post-hero-extra-info li:before {
    content: '•';
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    left: -22px;
    top: 0;
    color: #fff;
}

.cba-single-post-hero-extra-info li:first-child {
    margin-left: 0;
}

.cba-single-post-hero-extra-info li:first-child:before {
    display: none;
}

/* Portfolios */

section.cba-single-post-portfolios {
    margin-bottom: 152px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.cba-single-post-portfolios-slider{
    height: 155px;
}
.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
.cba-single-post-portfolios-slider-item {
    height: 155px;
    width: 100%;
}

.cba-single-post-portfolios-slider-item .m-service-content__link {
    width: 100%;
    height: 100%;
    position: relative!important;
    left: 0!important;
  top: 0!important;
  right:0!important;
  padding-top: 0!important;
}

.cba-single-post-portfolios-slider-item .m-service-content__inner {
    width: 80px;
    height: 80px;
}

/* Steps */

section.cba-single-post-steps {
    padding: 152px 16px 152px;
    margin-bottom: 152px;
    background-color: #F3F4F8;
}

section.cba-single-post-steps .container {
    width: 100%;
    max-width: 1376px;
}

.cba-single-post-steps-title {
    font-family: 'Montserrat-ExtraBold', serif;
    max-width: 760px;
    margin-bottom: 48px;
    font-size: 56px;
    line-height: 68.26px;
    color: #15123D;
}

.cba-single-post-steps-title b {
    color: #6868CF;
}

.cba-single-post-steps-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    counter-reset: cbaSteps;
}

.cba-single-post-steps-item {
    width: calc(33% - 27px);
    padding-top: 60px;
    position: relative;
}

.cba-single-post-steps-item:before {
    counter-increment: cbaSteps;
    content: counter(cbaSteps, decimal-leading-zero);
    display: block;
    color: #B8B5BD;
    opacity: .26;
    top: 5px;
    left: 0;
    z-index: 1;
    font-family: 'Montserrat-ExtraBold', serif;
    font-size: 70px;
    position: absolute;
}

.cba-single-post-steps-item-title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 29.26px;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 28px;
    color: #15123D;
    z-index: 2;
}

.cba-single-post-steps-item-title:after {
    content: '';
    display: block;
    width: 80%;
    max-width: 152px;
    height: 3px;
    background-color: #6868CF;
    bottom: 0;
    left: 0;
    position: absolute;
}

.cba-single-post-steps-item-text {
    font-family: Mont-SemiBold;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #5B5D6B;
}

/* Content */

section.cba-single-post-content {
    margin-bottom: 80px;
}

section.cba-single-post-content .container {
    width: 100%;
    max-width: 1368px;
    display: flex;
    justify-content: space-between;
}

.cba-single-post-content-share {
    width: 56px;
    position: sticky;
    top: 84px;
    height: 100%;
}

.cba-single-post-content-share > p {
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #15123D;
}

.cba-single-post-content-share .addtoany_shortcode .addtoany_list {
    display: block;
    width: 32px;
    margin: 0 auto;
}

.cba-single-post-content-share .addtoany_list a {
    width: 32px;
    height: 32px;
    border: 0 !important;
}

.cba-single-post-content-share .addtoany_list a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
}

.cba-single-post-content-wrapper {
    width: calc(100% - 408px);
}

.cba-single-post-content-info {
    width: 288px;
    position: sticky;
    top: 84px;
    height: 100%;
}

.cba-author {
    min-height: 64px;
    position: relative;
    padding: 8px 0 8px 80px;
}

.cba-author-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #6868CF;
    color: #fff;
    font-family: 'Mont-Bold', serif;
    font-size: 24px;
    line-height: 24px;
}

.cba-author-profile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cba-author-name {
    font-family: 'Mont-Bold', serif;
    font-size: 18px;
    line-height: 24px;
    color: #15123D;
}

.cba-author-job-position {
    font-family: 'Mont-SemiBold', serif;
    font-size: 16px;
    line-height: 20px;
    color: #5B5D6B;
    margin-top: 4px;
}

.cba-table-contents {
    margin-top: 48px;
}

.cba-table-contents-title {
	font-family: "Montserrat-SemiBold";
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #15123D;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.cba-table-contents-title:after {
    content: '';
    display: flex;
    height: 1px;
    background-color: #5B5D6B;
    flex: 1;
    margin-left: 8px;
    opacity: .4;
}

.cba-table-contents-heading {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #5B5D6B;
    text-decoration: none;
    display: flex;
    transition: all ease 0.3s;
}

.cba-table-contents-heading.active {
    font-family: 'Mont-Bold', serif;
    color: #15123D;
}

.cba-table-contents .cba-table-contents-heading:last-of-type {
    margin-bottom: 0;
}

.cba-advertisement {
    background-color: #F3F4F8;
    padding: 24px;
    margin-top: 48px;
    background-image: url('/wp-content/uploads/2024/07/vector.png');
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.cba-advertisement-title {
    color: #15123D;
    font-family: 'Mont-Bold', serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.005em;
    margin-bottom: 24px;
}

.cba-advertisement .a-btn.e--arr {
    padding: 16px 28px;
}
/* new dev new code */
.cba-post-body p, .cba-post-body li{
font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
color: #5B5D6B;
margin-bottom: 28px;
font-family: "Montserrat-Medium";
}
.cba-post-body li{
    margin-bottom: 18px;
}
.cba-post-body ul {
    list-style: disc;
    padding-left: 20px;
}
.cba-post-body li strong{
	font-family: "Montserrat-Bold";
    color: #5B5D6B;
}
.cba-post-body li em{
    color: #6868CF;
}
.cba-post-body p:last-of-type, .cba-post-body ul li:last-of-type{
    margin: 0;
}
.cba-post-body p strong{
    color: #6868CF;
}
.cba-post-body p:empty{
    display: none;
}
.cba-post-body h2{
    font-family: 'Montserrat-ExtraBold', serif;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.005em;
    color: #15123D;
    margin: 40px 0 32px 0;
}
.cba-post-body h3{
    font-family: 'Montserrat-Bold', serif;
font-size: 24px;
line-height: 30px;
letter-spacing: 0.005em;
color: #15123D;
margin: 14px 0 24px 0;
}
h2.cba-post-subtitle{
    font-family: 'Montserrat-ExtraBold', serif;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.005em;
    color: #15123D;
    margin: 40px 0;
}
.cba-post-body th, .cba-post-body td{
    text-align: left;
    padding: 8px 16px;
    border: 1px solid #DEDFE1;
}
.cba-post-body td{
font-size: 14px;
line-height: 160%;
letter-spacing: 0.01em;
color: #5B5D6B;
}
.cba-post-body table strong, .cba-post-body th strong{
    font-family: 'Montserrat-ExtraBold', serif;
    font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #5B5D6B;
}
.cba-post-body table em{
    color: #6868CF;
    text-decoration: underline;
}
.cba-post-banner{
    width: 100%;
    height: 382px;
    background-color: #f3f4f8;
    display: flex;
    column-gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    margin-top: 40px;
}
.cba-post-banner .cba-banner-left{
    height: 100%;
    width: 45%;
}
.cba-post-banner .cba-banner-right{
    width: 56%;
}
.cba-post-banner .cba-banner-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cba-post-banner .cba-banner-left img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.cba-post-banner .cba-banner-right .cba-banner-title{
    font-family: 'Montserrat-ExtraBold', serif;
    font-size: 39px;
    line-height: 49px;
    color: #15123D;
    margin-bottom: 32px;
    text-transform: uppercase;
    white-space: nowrap;
}
.cba-post-banner .cba-banner-right .cba-banner-title b{
    color: #6868CF;
}
.cba-post-banner .cba-banner-right .cba-post-body{
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #5B5D6B;
    width: 90%;
}
.cba-post-banner .cba-banner-right .a-btn{
    width: fit-content;
    margin-top: 40px;
}
.cba-related-projects{
    padding: 32px;
    background-color: #F3F4F8;
    margin-top: 40px;
}
.cba-related-projects .cba-related-projects-title{
    font-family: 'Montserrat-ExtraBold', serif;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.005em;
    color: #15123D;
    margin-bottom: 32px;
}
.cba-related-projects-row{
    display: flex;
    column-gap: 24px;
}
.m-portfolio-item__tags{
    margin-top: 16px;
}
.m-portfolio-item__top{
    height: 248px;
}
.m-portfolio-item__bottom p{
font-size: 16px;
line-height: 160%;
letter-spacing: 0.01em;
color: #15123D;
}
.cba-related-projects-top-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.cba-related-projects-top-row .cba-related-projects-title{
    margin: 0;
}
.cba-related-projects-top-row a{
    font-size: 14px;
    line-height: 17px;
    color: #5B5D6B;
}
.cba-related-articles-row .portfolio-works__item{
    width: 50%;
}
.cba-related-articles-row .m-portfolio-item__title{
    text-transform: none;
}
.cba-related-articles-row .m-portfolio-item__date{
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #5B5D6B;
}
.cba-related-projects-row .a-tag{
    color: #5B5D6B;
}
.cba-faq-section{
    margin-top: 80px;
}
.cba-faq-title{
    font-family: 'Montserrat-ExtraBold', serif;
    text-align: center;
font-size: 56px;
line-height: 68px;
font-variant: small-caps;
color: #6868CF;
margin-bottom: 48px;
}
.cba-faq-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cba-faq-item {
    border-bottom: 1px solid #7854F7;
    padding: 24px 0;
}

.cba-faq-question {
    font-family: 'Montserrat-ExtraBold', serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: #15123D;
    cursor: pointer;
}

.cba-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 0;
}

.cba-faq-answer.open {
    max-height: 500px;
    padding: 1rem 0;
}
.cba-author-info{
    padding: 32px;
    width: 100%;
    background-color: #F3F4F8;
    margin-top: 80px;
}
.cba-author-row{
    display: flex;
    column-gap: 32px;
}
.cba-author-row img.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}
.cba-author-info{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.cba-author__name{
    font-family: 'Montserrat-ExtraBold', serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: #15123D;
    margin-bottom: 16px;
}
.cba-author__description{
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #5B5D6B;
}

.cba-comments{
    margin-top: 80px;
}
.cba-comments__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.cba-comments__title{
font-size: 32px;
line-height: 40px;
letter-spacing: 0.005em;
color: #15123D;
font-family: 'Montserrat-ExtraBold', serif;
}
.cba-comments__header span{
font-size: 18px;
line-height: 28px;
color: #A9AAB3;
}
.cba-comment{
    margin-bottom: 32px;
}
.cba-comment:last-of-type{
    margin: 0;
}
.cba-comment__top{
    display: flex;
    column-gap: 16px;
}
.cba-comment__top .cba-comment__avatar img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.cba-author__socials{
    display: flex;
    column-gap: 24px;
    align-items: center;
    margin-top: 16px;
}
.cba-author-row .cba-author__social a{
    width: 24px;
    height: 24px;
}
.cba-author-row .cba-author__social a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cba-comment__info{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.cba-comment__author{
    font-family: 'Montserrat-ExtraBold', serif;
font-size: 20px;
line-height: 160%;
letter-spacing: 0.01em;
color: #15123D;
}
.cba-comment__date{
font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
color: #A9AAB3;
}
.cba-comment__content{
    margin-top: 16px;
font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
color: #5B5D6B;
}
.cba-form-testimonials{
    margin-top: 80px;
    max-width: 1376px;
    margin-left: auto;
    margin-right: auto;
}
.cba-form-testimonials__left{
    padding: 64px 56px;
    background-color: #F3F4F8;
}
.cba-form__title{
    font-family: 'Montserrat-ExtraBold', serif;
font-size: 56px;
line-height: 68px;
color: #15123D;
margin-bottom: 36px;
width: 90%;
}
.cba-form__title b{
    color: #7854F7;
}
.cba-form__description{
font-size: 16px;
line-height: 160%;
letter-spacing: 0.01em;
color: #5B5D6B;
margin-bottom: 48px;
}
.cba-form-testimonials__inner{
    display: flex;
    height: 586px;
}
.cba-form-testimonials__right{
    background-color: #6868CF;
    max-width: 440px;
    padding: 118px 40px;
}
.cba-testimonials__content p{
font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
color: #FFFFFF;
margin-top: 16px;
}
.cba-testimonials__name{
    font-family: 'Montserrat-ExtraBold', serif;
font-size: 24px;
line-height: 36px;
letter-spacing: 0.005em;
text-transform: capitalize;
color: #FFFFFF;
}
.cba-testimonials__date{
font-size: 16px;
line-height: 20px;
color: rgba(255, 255, 255, 0.6);
}
.cba-testimonials__info-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cba-testimonials__info-col{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%!important;
    border: 1px solid white!important;
    background: transparent!important;
    opacity: 1!important;
    transition: background-color 0.3s ease, border-color 0.3s ease!important;
}

.swiper-pagination-bullet-active {
    background: white!important;
    border-color: white!important;
}
.swiper-pagination{
    bottom: 0!important;
  top: auto!important;
  left: auto!important;
}
.js-cba-testimonials-slider{
    padding-bottom: 50px!important;
}

.hero.e--white.smart {
    padding-top: 1px;
    margin-top: -30px;
  }

  #blocc .a-btn.e--transparent.e--revert:not(:hover) {

    background-color: #6868CF;
  }

  .otziv .sp-testimonial-free-section .sp-testimonial-title {

    font-family: 'Mont-Bold';
    width: max-content;
    font-weight: 600 !important;
  }

  form input:not([type="submit"])::placeholder,
  form textarea::placeholder {
    color: #000000;
  }

  #blocc {
    display: flex;
    margin-top: 3em;
    flex-wrap: wrap;
  }

  #blocc div:nth-child(2),
  #blocc div:nth-child(1) {
    width: 47%;
  }

  #blocc div:nth-child(3),
  #blocc div:nth-child(4) {
    width: 96%;
  }

  #blocc div:nth-child(1) {
    margin-right: 2%;
  }

  .sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    border: 1px solid #ffffff;
  }

  form input:not([type="submit"]):focus,
  form textarea:focus {
    outline: none;
    border-bottom: 1px solid #6868CF;
  }

  .cba-form__shortcode p {

    padding-left: .1em;
  }

  form input:not([type="submit"]),
  form textarea {

    border-bottom: 2px solid #767b81;
    color: #1f1b1b;
    height: 1.5em;
  }

  #twoblocks {
    background: #dfe1e7;
    display: flex;
  }

  .hero__content.second .container.e--contacts {
    padding-left: 5%;
  }
  #blocc .a-btn.e--transparent.e--revert:not(:hover) {
    background-color: #6868CF;
  }
  .cba-form__shortcode .a-btn.e--lg {
    font-size: 1.125em;
    padding: .875em 5em .875em 2em
  }
  .cba-form__shortcode .a-animate-arr {
    margin-left: -8em;
  } 
  .a-btn.e--arr span.a-animate-arr{
    display: flex;
  }
  .cba-single-post-content-share-mob, .cba-post-intro-mob{
    display: none;
  }
  .cba-cta-section{
    padding: 40px 64px;
    background-color: #F3F4F8;
    margin-top: 40px;
    display: none;
  }
  .cba-cta-title{
    font-family: 'Montserrat-ExtraBold', serif;
  font-size: 40px;
  line-height: 49px;
  color: #15123D;
  margin-bottom: 24px;
  text-transform: uppercase;
  }
  .cba-cta-title  b {
    color: #6868CF;
  }
  .cba-cta-text{
    font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #5B5D6B;
  margin-bottom: 24px;
  }
  .cba-cta-section a{
    width: fit-content;
  }
  /* Responsive */

@media screen and (max-width: 1440px) {
    /* Hero */

    section.cba-single-post-hero {
        margin: 0;
        padding: 48px 16px 44px;
        background-color: #6868CF;
        margin-top: 100px;
    }

    section.cba-single-post-hero .container {
        max-width: 1200px;
    }

    .cba-single-post-hero-title {
        color: #fff;
        text-align: left;
        font-size: 56px;
        line-height: 64px;
        max-width: 924px;
    }

    .cba-single-post-hero-excerpt {
        display: none;
    }

    .cba-single-post-hero-buttons {
        display: none;
    }

    .cba-single-post-hero-extra-info {
        display: block;
    }

    /* Portfolios */

    section.cba-single-post-portfolios {
        display: none;
    }

    /* Steps */

    section.cba-single-post-steps {
        display: none;
    }
    /* post content */
    .cba-single-post-content{
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 40px;
    }
    .cba-form-testimonials, .cba-related-articles{
        display: none;
    }
    .cba-post-banner .cba-banner-right .cba-post-body{
        width: 100%;
    }
    .cba-cta-section{
        display: block;
    }
}
@media screen and (max-width: 1200px){
    section.cba-single-post-hero{
        margin-top: 68px;
    }
}
@media screen and (max-width: 1280px) {
    /* Hero */

    section.cba-single-post-hero .container {
        max-width: 1040px;
    }

    /* post content */
    .cba-post-banner{
        padding: 0 40px;
        height: 424px;
    }
    .cba-post-banner .cba-banner-right .cba-post-body{
        font-size: 15px;
    }
    .cba-post-banner .cba-banner-right .cba-banner-title{
        font-size: 33px;
    }
    .cba-post-body td{
        font-size: 12px;
        word-break: break-word;
        white-space: normal;
        padding: 8px;
    }
}
@media screen and (max-width: 1205px)  {
    .cba-post-banner{
        flex-direction: column-reverse;
        height: auto;
        padding: 40px 40px 0 40px;
    }
     .cba-post-banner .cba-banner-right{
        width: 100%;
    }
    .cba-post-banner .cba-banner-left{
        max-width: 300px;
        margin: 40px auto 0 auto;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    /* Hero */

    section.cba-single-post-hero .container {
        max-width: 784px;
    }

    .cba-single-post-hero-title,
    .cba-single-post-hero-extra-info {
        max-width: 552px;
    }
    /* post content */

    .m-portfolio-item__top{
        height: 131px;
    }
    .m-portfolio-item__tags{
        display: flex;
        flex-direction: column;
    }
    .cba-faq-question{
        text-align: left;
        padding: 0;
    }
    .cba-cta-section{
        padding: 40px;
    }
}
@media only screen and (max-width: 980px){
    section.cba-single-post-hero{
        margin-top: 4rem;
    }
}
@media screen and (max-width: 900px) {
    /* Common */

    .container {
        padding: 0;
    }
    .header__inner, .footer .container{
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width:970px) {
    .cba-single-post-content-share, .cba-single-post-content-info{
        display: none;
    }
    .cba-single-post-content-wrapper{
        width: 100%;
    }
    .cba-post-banner{
        flex-direction: row;
    }
    .cba-post-banner .cba-banner-left, .cba-post-banner .cba-banner-right{
        width: 50%;
    }
    .cba-single-post-content-share-mob{
        display: flex;
        flex-direction: column;
    }
    .cba-single-post-content-info .cba-single-post-content-share-mob, .cba-single-post-content-share-mob .cba-single-post-content-share{
        display: block;
    }
    .cba-single-post-content-share-mob .cba-single-post-content-share,.cba-single-post-content-share-mob .cba-single-post-content-share .addtoany_list{
        width: fit-content!important;
    }
    .cba-single-post-content-share-mob .cba-single-post-content-share .addtoany_list{
        display: flex;
        column-gap: 16px;
    }
    .cba-single-post-content-share > p{
        text-align: left;
    }
    .cba-single-post-content-share-mob-row{
        display: flex;
        justify-content: space-between;
    }
    section.cba-single-post-content .container{
        flex-direction: column;
    }
    .cba-table-contents{
        margin: 40px 0;
    }
    .cba-table-contents-heading.active {
        font-family: "Montserrat-Medium";
        color: #5B5D6B;
    }
}
@media screen and (max-width: 768px) {
    /* Hero */

    section.cba-single-post-hero .container {
        max-width: 100%;
    }

    .cba-single-post-hero-title,
    .cba-single-post-hero-extra-info {
        max-width: 100%;
    }
    /* post content */
    .cba-single-post-content{
        padding-left: 16px;
        padding-right: 16px;
    }

}
@media screen and (max-width: 685px) {
    .cba-post-banner{
        flex-direction: column-reverse;
        padding: 24px 16px 0 16px;
    }
    .cba-post-banner .cba-banner-left, .cba-post-banner .cba-banner-right{
        width: 100%;
    }
    .cba-post-banner .cba-banner-right .a-btn{
        margin-top: 32px;
        font-size: 20px;
    }
    .cba-post-banner .cba-banner-right .a-animate-arr span {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 8px solid #FFFFFF;
      }
    .cba-post-banner .cba-banner-right .cba-post-body{
        font-size: 16px;
    }
    .cba-post-banner .cba-banner-right .a-btn{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    /* Hero */

    .cba-single-post-hero-extra-info {
        margin-bottom: 24px;
    }

    .cba-single-post-hero-title {
        font-size: 40px;
        line-height: 44px;
    }
    .cba-post-intro-mob{
        display: block;
    }
    section.cba-single-post-content{
        margin-top: 24px;
    }
    .cba-single-post-content-share-mob-row{
        flex-direction: column;
        row-gap: 40px;
        margin-top: 40px;
    }
    .cba-post-intro {
        display: none;
    }

    .cba-related-projects-row{
        flex-direction: column;
        row-gap: 24px;
    }
    .cba-related-projects{
        padding: 40px 16px;
    }
    .cba-related-projects-row .a-tag{
        font-size: 14px;
    }
    .cba-related-projects-row .m-portfolio-item__title{
        font-size: 24px;
    }
    .cba-faq-title{
        font-size: 32px;
        line-height: 39.01px;
        margin-bottom: 32px;
    }
    .cba-author-row{
        flex-direction: column;
        row-gap: 32px;
    }
    .cba-author-info{
        padding: 40px 16px;
    }
    .cba-comments__header{
        flex-direction: column;
        row-gap: 16px;
        align-items: start;
    }
    tbody, thead{
        display: block;
        width: max-content;
    }
    table{
        display: block;
        overflow-x: auto;
        height: max-content!important;
    }
    .cba-cta-section{
        padding: 24px 16px;
    }
    .cba-cta-title{
        font-size: 36px;
    }
    .cba-cta-section a{
        font-size: 20px;
        padding: 16px 40px;
        width: 100%;
    }
    .cba-cta-section .a-animate-arr span {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 8px solid #FFFFFF;
      }
      .cba-post-banner .cba-banner-right .cba-banner-title{
        white-space: normal;
      }
}