header{
    z-index: 55;
}

.bitrix-banner{
    min-height: 900px;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bitrix-banner h1{
    margin-bottom: 5px;
}
.bitrix-banner h1 mark{
    position: relative;
}
.bitrix-banner h1 mark:before{
    content: '';
    width: 90px;
    height: 54px;
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/time-whatsapp-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    top: 14px;
    position: relative;
}
.bitrix-banner h1 mark:after{
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 15px;
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/hero-head-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    right: -6px;
    bottom: -2px;
}
.bitrix-banner .green-text{
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}
.bitrix-banner .hero-diff-box{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.bitrix-banner .hero-diff-box p{
    margin: 0;
    padding: 8px 10px;
    font-weight: 500;
}
.bitrix-banner .hero-diff-box p:nth-of-type(1){
    background: rgba(247,134,51,0.1);
    color: #F68632;
}
.bitrix-banner .hero-diff-box p:nth-of-type(2){
    background: rgba(177,93,189,0.1);
    color: #B15DBD;
}
.bitrix-banner .hero-diff-box p:nth-of-type(3){
    background: #E7FFC9;
    color: #70C700;
}
.bitrix-banner .hero-mobile-icon{
    display: none;
}

.salesforce-banner{
    min-height: 900px;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.salesforce-banner h1{
    margin-bottom: 5px;
}
.salesforce-banner h1 mark{
    position: relative;
}
.salesforce-banner h1 mark:before{
    content: '';
    width: 90px;
    height: 54px;
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/sf-whatsapp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    top: 14px;
    position: relative;
}
.salesforce-banner h1 mark:after{
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 15px;
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/hero-head-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    right: -6px;
    bottom: -2px;
}
.salesforce-banner .green-text{
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}
.salesforce-banner .hero-diff-box{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.salesforce-banner .hero-diff-box p{
    margin: 0;
    padding: 8px 10px;
    font-weight: 500;
}
.salesforce-banner .hero-diff-box p:nth-of-type(1){
    background: rgba(247,134,51,0.1);
    color: #F68632;
}
.salesforce-banner .hero-diff-box p:nth-of-type(2){
    background: rgba(177,93,189,0.1);
    color: #B15DBD;
}
.salesforce-banner .hero-diff-box p:nth-of-type(3){
    background: #E7FFC9;
    color: #70C700;
}
.salesforce-banner .hero-mobile-icon{
    display: none;
}

.list-design{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-design li{
    position: relative;
    padding-left: 32px;
    color: #71778A;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.list-design li:last-child{
    margin-bottom: 0 !important;
}
.list-design li:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 6px;
    top: 10px;
    border-radius: 20px;
    box-shadow: 0 0 0 5px rgba(112,199,0,0.3);
    background: #70C700;
}
.revops-slider-row h3{
    margin-bottom: 25px !important;
}
.revops-slider-row h3,
.revops-slider-row .list-design{
    max-width: 400px;
}

.revops-slider-row .slick-dots{
    right: calc(100% + 50px);
    display: flex;
    column-gap: 3px;
}
.revops-slider-row .slick-dots li{
    margin: 0;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.revops-slider-row .slick-dots li button:before{
    display: none;
}
.revops-slider-row .slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #E6E8E1 !important;
    opacity: 1;
    position: relative;
}
.revops-slider-row .slick-dots li.slick-active,
.revops-slider-row .slick-dots li.slick-active button{
    width: 35px;
}
.revops-slider-row .slick-dots li.slick-active button:after{
    content: '';
    width: 19px;
    height: 100%;
    left: 0;
    top: 0;
    background: #A1A494 !important;
    position: absolute;
    display: block !important;
    border-radius: 12px;
}
.better-connection-section > .wp-block-group:nth-of-type(1){
    position: relative;
}
.better-connection-section > .wp-block-group:nth-of-type(1):before,
.better-connection-section > .wp-block-group:nth-of-type(1):after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: 4px solid #70C700;
}
.better-connection-section > .wp-block-group:nth-of-type(1):before{
    left: -10%;
    top: -20px;
}
.better-connection-section > .wp-block-group:nth-of-type(1):after{
    right: 0%;
    bottom: 20px;
}
.better-connection-section .wp-block-cb-carousel{
    margin-top: 30px !important;
}
.better-connection-section .wp-block-cb-carousel{
    margin-top: 30px !important;
}
.better-connection-section #connectSlide .slick-slide:before{
    display: none;
}
.better-connection-section .slick-slide img{
    margin-bottom: 30px;
}
.better-connection-section .highlight-heading{
    position: relative;
}
.better-connection-section .highlight-heading:before{
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 160px;
    height: 5px;
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/connection-hed-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.better-connection-section mark{
    background: rgba(247,134,51,0.2) !important;
    padding: 0px 5px !important;
}
.benefits-cta{
    position: relative;
}
.benefits-cta:before,
.benefits-cta:after{
    content: '';
    position: absolute;
    width: 160px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.benefits-cta:before{
    top: -45px;
    left: 10%;
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/cta-orange-shape.svg);
}
.benefits-cta:after{
    bottom: -45px;
    right: 10%;
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/cta-purple-shape.svg);
}

.integration-section .small-head{
    padding: 5px 10px !important;
    width: 136px;
    display: flex;
}
.integration-section .small-head img{
    width: 24px;
    height: 24px;
}
.integration-section .small-head .wp-block-media-text__content{
    padding-left: 5px !important;
    padding-right: 0 !important;
}
.integration-section .small-head .wp-block-media-text__content p{
    margin: 0 !important;
}
.integration-section .wp-block-cb-slide{
    padding-left: 15px;
    padding-right: 15px;
}
.integration-section .wp-block-cb-slide > .wp-block-group{
    border-radius: 10px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.integration-section .wp-block-cb-slide > .wp-block-group .wp-block-media-text{
    display: flex;
    margin-left: 0 !important;
}
.integration-section .wp-block-cb-slide > .wp-block-group .wp-block-media-text .wp-block-media-text__media{
    align-self: unset;
}
.integration-section .wp-block-cb-slide > .wp-block-group .wp-block-media-text img{
    border-radius: 10px;
    width: 48px;
    height: 48px;
    box-shadow: 0 20px 20px #EAE7DE;
}
.integration-section .wp-block-cb-slide > .wp-block-group .wp-block-media-text .wp-block-media-text__content{
    padding-left: 25px !important;
    padding-right: 0 !important;
}
.integration-section .wp-block-cb-slide > .wp-block-group .wp-block-media-text .wp-block-media-text__content h3{
    margin: 0;
}
.integration-section .wp-block-cb-slide > .wp-block-group .list-design li{
    font-size: 17px !important;
}
.integration-section .wp-block-cb-slide > .wp-block-group .wp-block-columns{
    gap: 10px !important;
    width: 100%;
}
.integration-section .wp-block-cb-slide > .wp-block-group .wp-block-columns .wp-block-column{
    flex-basis: unset !important;
}
.enterprise-section .wp-block-media-text__content p{
    max-width: 425px;
    text-wrap:unset !important;
}
.enterprise-section .securityChk{
    margin-top: 44px;
    padding: 43px 40px 33px !important;
}
.enterprise-section .securityChk .wp-block-media-text__content{
    align-self: unset;
}
.integration-heading {
    position: relative;
    max-width: 620px;
}
.integration-section {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position-y: 150px;
}
.integration-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 246px;
    height: 14px;
    background-image: url("https://buzztree.com/wp-content/uploads/2026/03/integration-pattern.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.steps-column {
    flex-wrap: wrap !important;
    column-gap: 60px;
    row-gap: 70px;
    justify-content: center;
}
.step-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(33.33% - 40px);
    flex-basis: unset !important;
    flex-grow: unset !important;
    align-items: center;
}
.step-num {
    width: 34px;
    height: 34px;
    border: 1px solid #f78633;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-first-pattern,
.step-third-pattern {
    position: relative;
}
.step-first-pattern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 130px;
    width: 178px;
    height: 27px;
    background-image: url("https://buzztree.com/wp-content/uploads/2026/03/step-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.step-third-pattern::after {
    content: '';
    position: absolute;
    top: 0;
    left: -118px;
    width: 178px;
    height: 27px;
    background-image: url("https://buzztree.com/wp-content/uploads/2026/03/step-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.bitrix-heading {
    max-width: 695px;
}
.bitrix-heading::after {
    width: 448px;
    height: 20px;
    background-image: url("https://buzztree.com/wp-content/uploads/2026/03/bitrix-case-pattern.svg");
    bottom: -12px;
}
.case-slide {
    min-height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.real-world-slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: unset;
    bottom: -90px;
    transform: unset;
}
.real-world-slider .slick-arrow::before {
    opacity: 0;
}
.real-world-slider .slick-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://buzztree.com/wp-content/uploads/2026/03/next-slide-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.real-world-slider .slick-prev.slick-arrow::after {
    background-image: url("https://buzztree.com/wp-content/uploads/2026/03/prev-slide-arrow.svg");
}
.real-world-slider .slick-arrow:hover {
    opacity: 65%;
}
.real-world-slider .slick-arrow.slick-prev {
    left: calc(50% - 45px);
}
.real-world-slider .slick-arrow.slick-next {
    right: CALC(50% - 45px);
}
.real-world-slider .slick-slide > div {
    margin-bottom: 0px;
}
.faq-section {
    max-width: none;
    margin-left: -50px !important;
    margin-right: -50px !important;
    background-size: 950px !important;
    background-repeat: no-repeat;
    background-position: center 72px;
    background-size: contain !important;
}
.faq-heading {
    max-width: 402px;
    position: relative;
}
.faq-heading::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 213px;
    height: 10px;
    background-image: url("https://buzztree.com/wp-content/uploads/2026/03/faq-pattern.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.faq-listing .wp-block-accordion-heading__toggle {
    padding: 30px;
    min-height: 108px;
}
.faq-listing .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: unset;
}
.faq-listing .wp-block-accordion-panel {
    padding: 0px 30px 30px 30px;
    margin-top: -22px;
}
.faq-listing .wp-block-accordion-heading__toggle-icon {
    width: 40px;
    height: 40px;
    background-color: #E7FFC9;
    border-radius: 50%;
    font-size: 30px;
    line-height: 30px;
    color: #70C700;
    font-weight: 400;
}
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    /* opacity: 0; */
    color: transparent;
}
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::after {
    content: "-";
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 30px;
    color: #70C700;
    font-weight: 400;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.sticky-section .powered-channel-section:nth-of-type(1){
    position: sticky !important;
    top: 0px;
}
.sticky-section .powered-channel-section{
    background: #fff !important;
}

.sticky-section .powered-channel-section:nth-of-type(1) h2{
    position: relative;
    margin-bottom: 30px;
}
.sticky-section .powered-channel-section:nth-of-type(1) h2:before{
    content: '';
    background-image: url(https://buzztree.com/wp-content/uploads/2026/03/powered-channel-head-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
}
.main-nav  ul li:last-child a:before{
    display: none;
}
.main-nav  ul{
    left: 0 !important;
}
.main-nav  ul li a span{
    color: #71778a !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


@media (max-width:1200px){
    .bitrix-banner{
        min-height: 750px;
    }
    .bitrix-banner h1 mark:after{
        height: 13px;
    }
    .bitrix-banner  > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 620px;
    }
	.salesforce-banner{
        min-height: 750px;
    }
    .salesforce-banner h1 mark:after{
        height: 13px;
    }
    .salesforce-banner  > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 620px;
    }
    .integration-section .wp-block-cb-slide > .wp-block-group .list-design li{
        font-size: 15px !important;
    }
    .integration-section .wp-block-cb-slide .list-design li{
        padding-left: 18px;
    }
    .integration-section .wp-block-cb-slide .list-design li:before{
        width: 6px;
        height: 6px;
        left: 3px;
        top: 8px;
        border-radius: 20px;
        box-shadow: 0 0 0 3px rgba(112, 199, 0, 0.3);
        background: #70C700;
    }
    .case-slide {
        min-height: 350px;
    }
    .integration-section {
        padding: 80px 20px 0px !important;
        background-position-y: 50px;
    }
    .world-bitrix-sec {
        padding-bottom: 150px !important;
    }
    .faq-listing .wp-block-accordion-heading__toggle {
        padding: 26px;
        min-height: 90px;
    }
    .faq-listing .wp-block-accordion-heading__toggle-icon {
        width: 35px;
        height: 35px;
        font-size: 25px;
        line-height: 25px;
    }
    .faq-heading {
        margin-bottom: 55px !important;
    }
    .faq-section {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
}
@media (max-width:1024px){
    .bitrix-banner{
        min-height: 640px;
    }
    .bitrix-banner h1 mark:after{
        height: 11px;
    }
    .bitrix-banner  > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 550px;
    }
    .salesforce-banner{
        min-height: 640px;
    }
    .salesforce-banner h1 mark:after{
        height: 11px;
    }
    .salesforce-banner  > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 575px;
    }

    .powered-channel-section{
        margin-top: 0 !important;
        padding: 60px 0px !important;
    }
    .powered-channel-section > .wp-block-group{
        margin-bottom: 60px !important;
    }

    .better-connection-section{
        padding: 60px 20px !important;
    }
    .better-connection-section .slick-slide img{
        margin-bottom: 15px;
    }
    .better-connection-section #connectSlide img{
        height: 140px !important;
    }
    .better-connection-section .highlight-heading:before{
        left: 18px;
        top: 26px;
    }
    .better-connection-section mark{
        white-space: nowrap;
    }
    .integration-section{
        padding: 70px 0 40px !important;
        margin-top: 0 !important;
    }
    .integration-section h2{
        margin: 18px auto 30px !important;
    }
    
    .integration-section .wp-block-cb-slide {
        padding-left: 8px;
        padding-right: 8px;
    }
    .enterprise-section{
        margin-top: 0 !important;
    }
    .faq-listing .wp-block-accordion-heading__toggle {
        padding: 20px;
        min-height: 80px;
        gap: 20px;
    }
    .integration-section {
        background-position-y: 20px;
    }
    .steps-column {
        column-gap: 50px;
        row-gap: 50px;
    }
    .world-bitrix-sec {
        padding-bottom: 140px !important;
        padding-top: 20px !important;
    }
    .faq-listing .wp-block-accordion-panel {
        padding: 0px 20px 20px 20px;
        margin-top: -12px;
    }
}
@media (max-width:782px){
    .revops-slider-row h3, 
    .revops-slider-row .list-design{
        max-width: 100%;
    }

    .better-connection-section > .wp-block-group:nth-of-type(1) p{
        margin-top: 25px !important;
    }
    .enterprise-section .securityChk{
        padding: 38px 20px 24px !important;
    }
    .enterprise-section .wp-block-columns{
        gap: 0 !important;
    }
    .enterprise-section .wp-block-column{
        padding: 0 !important;
    }
}  
@media (min-width:1100px){
    .integration-section .wp-block-cb-slide:nth-of-type(1),
    .integration-section .wp-block-cb-slide:nth-of-type(2){
        width: calc(30% - 29px) !important;
    }
    .integration-section .wp-block-cb-slide:nth-of-type(3){
        width: calc(44% - 80px) !important;
    }
} 
@media(max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.step-info {
        flex-basis: unset !important;
    }
    .case-slide {
        min-height: 320px;
        padding: 20px !important;
    }
}
@media (max-width:767px){
    .better-connection-section .slick-slide img{
        margin-bottom: 25px;
    }
    .better-connection-section #connectSlide p:not(.cCounter){
        max-width: 90%;
    }
    .better-connection-section .slick-next:before, .better-connection-section .slick-prev:before{
        display: none !important;
    }
    .better-connection-section .slick-next, .better-connection-section .slick-prev{
        width: 40px;
        height: 40px;
        border-radius: 4px;
        left: calc(50% + 25px) !important;
        transform: translateX(-50%) !important;
        top: calc(100% + 40px) !important;
        background-image: url(https://buzztree.com/wp-content/uploads/2026/03/dark-green-arrow.svg) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .better-connection-section .slick-prev{
        margin-left: -50px;
        transform: translateX(-50%) scaleX(-1) !important;
    }
    .better-connection-section .slick-disabled{
        opacity: 0.3;
    }
    .better-connection-section #connectSlide img{
        height: 240px !important;
    }
    .conection-img{
        margin-top: 160px !important;
    }
    .benefits-cta{
        margin-top: 70px !important;
    }
    .benefits-cta:before, 
    .benefits-cta:after{
        width: 105px;
        height: 60px;
    }
    .benefits-cta:before{
        left: 20px;
        top: -30px;
    }
    .benefits-cta:after{
        right: 40px;
        bottom: -30px;
    }
    .better-connection-section .highlight-heading{
        font-size: 22px !important;
    }
    .integration-section .slick-list{
        padding-right: 12% !important;
    }
    .page-id-794 .entry-content.has-global-padding{
        padding-left: 20px;
        padding-right: 20px;
    }
    .enterprise-section{
        padding: 40px 0 70px !important;
    }
    .steps-column {
        column-gap: 30px;
        row-gap: 40px;
    }
    .step-first-pattern::after,
    .step-third-pattern::after {
        top: 5px;
        left: 105px;
        width: 120px;
        height: 20px;
    }
    .step-third-pattern::after {
        left: -75px;
    }
    .world-bitrix-sec {
        padding-top: 0px !important;
    }
    .faq-section {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    .world-bitrix-sec {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .better-connection-section,
    .bitrix-banner {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
	.salesforce-banner {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    .real-world-slider .slick-list.draggable {
        padding-right: 12%;
    }
}
@media (max-width:600px){
    .bitrix-banner{
        background-image: url(https://buzztree.com/wp-content/uploads/2026/03/hero-bg-img-mobile-img.svg) !important;
        background-position: top center !important;
        margin-top: 0 !important;
        margin-top: 0 !important;
        padding: 80px 20px 40px !important;
    }
    .bitrix-banner h1{
        max-width: 270px !important;
    }
    .bitrix-banner h1 mark:before{
        display: none;
    }
    .bitrix-banner .green-text{
        margin-bottom: 0;
    }
    .bitrix-banner .hero-mobile-icon{
        display: inline-block;
    }
    .bitrix-banner .hero-mobile-icon img{
        height: 42px;
        object-fit: contain;
    }
    .bitrix-banner .wp-block-buttons{
        margin: 34px auto 5px !important ;
    }
    .bitrix-banner .hero-diff-box{
        column-gap: 5px;
        row-gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bitrix-banner .hero-diff-box p{
        font-size: 12px !important;
        padding: 5px 6px;
        margin: 0 !important;
    }
    .salesforce-banner{
        background-image: url(https://buzztree.com/wp-content/uploads/2026/03/hero-bg-img-mobile-img.svg) !important;
        background-position: top center !important;
        margin-top: 0 !important;
        margin-top: 0 !important;
        padding: 80px 20px 40px !important;
    }
    .salesforce-banner h1{
        max-width: 270px !important;
    }
    .salesforce-banner h1 mark:before{
        display: none;
    }
    .salesforce-banner .green-text{
        margin-bottom: 0;
    }
    .salesforce-banner .hero-mobile-icon{
        display: inline-block;
    }
    .salesforce-banner .hero-mobile-icon img{
        height: 42px;
        object-fit: contain;
    }
    .salesforce-banner .wp-block-buttons{
        margin: 34px auto 5px !important ;
    }
    .salesforce-banner .hero-diff-box{
        column-gap: 5px;
        row-gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .salesforce-banner .hero-diff-box p{
        font-size: 12px !important;
        padding: 5px 6px;
        margin: 0 !important;
    }

    .powered-channel-section{
        margin-top: 0 !important;
        padding: 50px 0px 70px !important;
    }
    .revops-slider-row .slick-dots{
        right: 0;
        justify-content: center;
    }
    .revops-slider-row .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .revops-slider-row .slick-dots li button{
        width: 10px;
        height: 10px;
    }
    .revops-slider-row .slick-dots li.slick-active,
    .revops-slider-row .slick-dots li.slick-active button{
        width: 22px;
    }
    .revops-slider-row .slick-dots li.slick-active button:after{
        width: 10px;
    }
    .powered-channel-section > .wp-block-group{
        margin-bottom: 25px !important;
    }
    .powered-channel-section .list-design li{
        margin-bottom: 7px !important;
    }
    .better-connection-section > .wp-block-group:nth-of-type(1):before, 
    .better-connection-section > .wp-block-group:nth-of-type(1):after{
        width: 8px;
        height: 8px;
    }
    .benefits-cta{
        background-image: url(https://buzztree.com/wp-content/uploads/2026/03/cta-banner-mobile-img.svg) !important;
        background-position: top center !important;
    }
    .light-freen-cta{
        background-image: url(https://buzztree.com/wp-content/uploads/2026/03/cta-green-banner-mobile-img.svg) !important;
        background-position: 80% 50% !important;
        padding-top: 120px !important;
        padding-top: 100px !important;
    }
    .light-freen-cta > *{
        max-width: 260px !important;
    }
    .benefits-cta h2{
        max-width: 210px !important;
    }
    .integration-section .wp-block-cb-slide > .wp-block-group{
        padding: 18px !important;
        min-height: 370px;
    }
    .integration-section .wp-block-cb-slide > .wp-block-group .wp-block-media-text .wp-block-media-text__content {
        padding-left: 15px !important;
    }
    .case-slide {
        min-height: 370px;
    }
    .step-section {
        background-image: url("https://buzztree.com/wp-content/uploads/2026/03/step-mobile-bg.svg") !important;
        background-position-x: center;
    }
    .steps-column {
        column-gap: 23px;
        row-gap: 60px;
    }
    .step-info {
        width: calc(50% - 30px);
        min-width: 156px;
    }
    .step-third-pattern::after {
        display: none;
    }
    .step-first-pattern::after, .step-third-pattern::after {
        width: 180px;
        height: 30px;
    }
    .step-first-pattern::after {
        top: -20px;
        left: calc(50% + 55%);
        transform: translateX(-50%);
    }
    .step-four-pattern::after {
        left: -15px;
    }
    .world-bitrix-sec {
        padding-top: 30px !important;
    }
    .faq-listing .wp-block-accordion-heading__toggle-icon {
        width: 30px;
        height: 30px;
        font-size: 22px;
        line-height: 22px;
    }
    .faq-listing .wp-block-accordion-heading__toggle {
        min-height: 70px;
    }
    .faq-heading {
        margin-bottom: 40px !important;
    }
    .step-info h3 {
        margin-bottom: 16px !important;
    }
    .bitrix-heading::after {
        width: 190px;
    }
    .real-world-slider .slick-arrow {
        bottom: -60px;
    }
    .world-bitrix-sec {
        padding-bottom: 100px !important;
    }
    .faq-section {
        padding: 50px 20px !important;
    }
    .real-world-slider .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .real-world-slider .slick-arrow.slick-next {
        right: CALC(50% - 40px);
    }
    .real-world-slider .slick-arrow.slick-prev {
        left: calc(50% - 40px);
    }
    .sticky-section .powered-channel-section:nth-of-type(1) h2{
        margin-bottom: 15px;
    }
    .sticky-section .powered-channel-section:nth-of-type(1) h2:before{
        height: 4px;
        bottom: 27px;
        position: absolute;
    }

    #mob_header .mobile-nav .has-child{
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    #mob_header .mobile-nav .has-child ul{
                width: 100%;
        background: transparent !important;
        border: unset !important;
        display: block !important;
        height: unset;
        opacity: 1;
        visibility: visible;
    }
    #mob_header .mobile-nav .has-child .wp-block-navigation__submenu-icon{
        margin-top: -3px;
        display: none;
    }

    #mob_header .mobile-nav .has-child ul{
        position: unset !important;
    }
    #mob_header .mobile-nav .has-child li{
        margin-top: 10px !important;
    }
    #mob_header .mobile-nav .has-child ul li a:before{
        display: none;
    }
    #mob_header .mobile-nav .has-child ul li a{
        justify-content: center;
    }
    #mob_header .mobile-nav .has-child ul li a span{
        color: #71778a !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}


@media(max-width: 500px) {
    .step-first-pattern::after, .step-third-pattern::after {
        width: 170px;
        height: 28px;
    }
    .step-first-pattern::after {
        top: -30px;
    }
    .step-first-pattern::after {
        left: calc(50% + 59%);
    }
    .step-four-pattern::after {
        left: -18px;
    }
    .page-id-794 .entry-content{
        overflow: unset !important;
    }
    .better-connection-section{
        overflow: hidden;
    }
}

@media (max-width:380px){
    .bitrix-banner .hero-diff-box p{
        font-size: 11px !important;
    }
	.salesforce-banner .hero-diff-box p{
        font-size: 11px !important;
    }
}