
.see-in-action .container{
    background-color: #efefef;
    border-radius: 68px;
}

.benefits-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 2rem;
}

.benefit {
    text-align: left;
    max-width: 370px;
    padding-inline: 48px;
    height: 371px;
    width: 30%;
    background-color: #efefef;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    /* gap: 0; */
}

.benefit-heading{
    color: #000;
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
    margin: 0;
}

.benefit-text{
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 26.74px;
}

.best-choice-wrapper{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    column-gap: 5rem;
    row-gap: 2rem;
}

.wbc-box{
    text-align: left;
    max-width: 330px;
    padding-inline: 30px;
    height: 464px;
    width: 30%;
    background-color: #efefef;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
}

.future-subheading{
    font-family: Inter;
    font-weight:  700;
    font-size: 50.44px;
    line-height: 56.92px;
    vertical-align: middle;
    color: rgba(36, 36, 36, 1);

}
.future-text{
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #000;
}
.ad-eg {
    position: absolute;
    right: 50px;
    bottom: -45px;
}
img.img-fluid.pointer {
    position: absolute;
    left: -90px;
    bottom: -82px;
    height: 100px;
}

.transform-marketing .heading{
    font-family: Inter;
    font-weight: 500;
    font-size: 61px;
    line-height: 64px;
    letter-spacing: -1.92px;
    text-align: center;
    vertical-align: middle;
}

.transform-marketing h3.text-black{
    font-family: Inter;
    font-weight: 500;
    font-size: 25px;
    line-height: 26.74px;
    letter-spacing: -0.01px;
    text-align: center;
    vertical-align: middle;

}
.product-video-ads .best-choice-wrapper,
.sm-ai-ad .best-choice-wrapper {
    column-gap: 2rem;
    row-gap: 2rem;
    justify-content: center;
}

.product-video-ads .benefit-text,
.sm-ai-ad .benefit-text {
    font-size: 16px;
    line-height: 22px;
}
.product-video-ads .wbc-box,
.sm-ai-ad .wbc-box {
    max-width: 439px;
    height: 371px;
}
.sm-ai-ad .wbc-box {
    padding-inline: 50px;
}
.product-video-ads .wbc-box img.pointer,
.sm-ai-ad .wbc-box img.pointer {
    height: 100px;
    left: -50px;
    bottom: -70px;
}
.how-box {
    max-width: 260px;
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    padding: 20px
}
.how-box .step-title{
    color:  #2C3E50;
    text-align: center;
    font-family: Inter;
    font-size: 20.8px;
    font-weight: 600;
    line-height: 33.28px;  
}

span.step-number {
    color:  #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 10.05px 0 10.95px 0;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #0084FF;
}
.sm-ai-ad .future-subheading{
    color:  #2C3E50;
    font-size: 32px;
    font-weight: 600;
    line-height: 51.2px;  
}
.sm-ai-ad .future-video {
    border-radius: 20px;
    max-height: 540px;
}

.ads-for-every-platform .best-choice-wrapper{
    background-color: #F2F3F5;
    border-radius: 10px;
}
.ads-for-every-platform .wbc-box{
    background-color: #FFF;
}
.wbc-card {
    width: 100%;
    max-width: 1088px;
    padding: 30px 80px;
    align-items: flex-start;
    border-radius: 30px;
    background: #F2F3F5;
    margin: auto;
    text-align: center;
}
.wbc-card .card-heading{
    color:  #192237;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;  
    letter-spacing: -0.002px;
}
.wbc-card .card-text{
    color:   #666;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
}
.success-stories{
    background:  #F8F9FA;
}
.success-stories .story {
    display: flex;
    padding: 35px 35px 35px 39px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap:   20px;
    align-self: stretch;
    border-radius: 15px;
    border-left:  4px solid #3B82F6;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    max-width: 367px;
    text-align: left;
}

.success-stories .story-description {
    color: #4B5563;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 0;
    font-style: italic;
}

.success-stories .person-name{
    color:  #1F2937;
    font-family: Inter;
    font-size: 13.3px;
    font-weight: 600;
    line-height: 21.25px;  
    margin-bottom: 0;
}

.success-stories .person-title{
    color: #6B7280;
    font-family: Inter;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 0;
}

.success-stories .person-initial{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #0084FF;
    color:  #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;  
}

.ready-to-transform{
    background-color:  #0084FF;
}

.ready-to-transform .ready-title {
    color:  #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 76.8px; 
}
.ready-to-transform .ready-text {
    color:  #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20.8px;
    font-weight: 400;
    line-height: 33.28px;
}


.btn-start-creating {
    display: flex!important;
    padding: 19.5px 50px 19.77px 50px;
    align-items: center;
    gap: 15px;
    border-radius: 50px;
    background:  #E6EAF0;
    box-shadow: 0 10px 30px 0 rgba(255, 107, 107, 0.40);
    color: #353230;
    text-align: center;
    font-family: Inter;
    font-size: 20.8px;
    font-weight: 600;
    line-height: 33.28px; 
    max-width: 572px;
    margin: auto;
}
.btn-start-creating:hover {
    background: white!important;
    color: black;
    scale: 1.01;
}
.btn-start-creating .btn-inner-text {
    display: flex;
    padding: 3.25px 12px 3.78px 12px;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background: #0084FF;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14.4px;
    font-weight: 600;
    line-height: 23px;  
}
.ads-for-every-platform .wbc-box img {
    width: 36px;
    height: 36px;
}
.faq-section {
    background-color: #F8F9FA;
}
.faq-section .accordion-header{
    color: #1F2937;
    font-family: Arial;
    font-size: 13.3px;
    font-weight: 700;
    line-height: normal;
    background-color: #F8FAFC;
    border-bottom: 1px solid #E5E7EB;

}
.faq-section .accordion-header .accordion-button{
    background: none!important;
    padding: 20px!important;
}
.faq-section .accordion-header .accordion-button::after {
    background: none!important;
    content: '+';
    max-width: fit-content;
    color: #667EEA;
    font-family: Arial;
    font-size: 19.2px;
    font-weight: 700;
    line-height: normal;
    display: flex;  
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}
.faq-section .accordion-header .accordion-button.collapsed::after{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.faq-section .accordion-body {
    color: #6B7280;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px; 
    text-align: left;
    padding: 20px !important;
}

.faq-section .accordion-item{
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
    max-width: 800px;
    margin: 20px auto;
}
@media screen and (max-width:1560px) {
    .future-subheading {
        font-size: 42px;
        line-height: 52px;
    }
    .future-text {
        font-size: 16px;
        line-height: 24px;
    }
    .future-text-block{
        max-width: 600px;
        margin-inline:auto;
    }
    .ready-to-transform .ready-text br{
        display: none;
    }
}

@media screen and (min-width:1200px) and (max-width: 1560px) {
    .best-choice-wrapper {
        justify-content: space-between;
        column-gap: 1rem;
    }
}



@media screen and (max-width:1480px) {
     .product-video-ads .benefit-heading,
     .sm-ai-ad .benefit-heading {
        font-size: 22px;
    }
    .product-video-ads .benefit-text, .sm-ai-ad .benefit-text, .ai-video-creator .benefit-text {
        font-size: 16px;
        line-height: 20px;
    }
}


@media screen and (max-width:1420px) {
    .future-subheading {
        font-size: 38px;
        line-height: 1;
    }
    .future-text {
        font-size: 15px;
        line-height: 20px;
    }
    .sm-ai-ad .wbc-box {
        padding-inline: 20px;
    }
    .product-video-ads .benefit-text, .sm-ai-ad .benefit-text,  .ai-video-creator .benefit-text {
        font-size: 16px;
        line-height: 18px;
    }
     .product-video-ads .benefit-heading,
     .sm-ai-ad .benefit-heading,  .ai-video-creator .benefit-heading {
        font-size: 18px;
    }
}

@media screen and (max-width:1300px) {
    .wbc-box{
        width: 47%;
    }
}

@media screen and (max-width:1200px) {
    .benefit {
        width: 50%;
    }
    /* .best-choice-wrapper .wbc-box {
        width: 50%;
    } */
}

@media screen and (max-width:1080px) {
    .wbc-box, .success-stories .story{
        width: 50%;
    }
    img.img-fluid.pointer {
        left: -36px;
        bottom: -36px;
        max-width: 100px;
    }
    .product-video-ads .benefit-text, .sm-ai-ad .benefit-text, .ai-video-creator .benefit-text {
    font-size: 16px;
    line-height: 22px;
}
}

@media screen and (max-width:768px) {
    .wbc-box, .benefit, .success-stories .story {
        width: 90%;
    }
    img.img-fluid.ad-eg {
        max-height: 250px;
    }
    img.img-fluid.pointer {
        left: -16px;
        bottom: -16px;
        max-width: 80px;
    }
    .see-in-action .container {
        background-color: #efefef;
        border-radius: 32px;
    }
    .ready-to-transform .ready-title {
        font-size: 38px;
        line-height: 66.8px;
    }
    .btn-start-creating{
        flex-direction: column;
    }

}

@media screen and (max-width: 576px) {
    .product-video-ads .benefit-text,
    .sm-ai-ad .benefit-text {
        font-size: 13px;
    }
    .wbc-card {
        padding: 30px 40px;
    }
    .btn-start-creating{
        font-size: 14px;
        line-height: 16px;
        padding: 10px
    }
}
@media screen and (max-width: 470px) {
    .product-video-ads .wbc-box,
    .sm-ai-ad .wbc-box {
        padding: 20px;
    }
}