.top-banner-wrapper.fixed-top{
    z-index: 9999999;
    background: black;
    text-align: center;
    border-bottom: 1px solid #ffffff7a;
}
.top-banner-wrapper p{
    padding: 15px 0px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
}
.top-banner-wrapper b{
    font-weight: 700;
}
.top-banner-wrapper a{
    margin-left: 15px;
    color: #3E97FF;
}
.top-banner-wrapper a i{
    margin-left: 5px;
    color: #3E97FF;
}
.top-banner-wrapper a:hover,
.top-banner-wrapper a:hover i{
    color: #0B5ED7;
}
.header{
    padding: 80px 0 20px 0;
    background: #0B5ED7;
    border: 0;
}
.header-wrapper{
   padding: 0 80px;     
}
.header-menu ul li a{
    color: white;
}
.header-links .btn-primary {
    border-color: black;
    background: black;
}
.header-links .btn-primary:hover {
    border-color: #161616;
    background: #161616;
}
.header-links a.btn-primary-light {
    width: 120px;
}
.herofull-section{
    background: black;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.two-column-layout {
    display: flex;
    align-items: end;
    gap: 30px;
    margin: 0 auto;
    padding-top: 120px;
}

.hero-left {
    flex: 3;
    max-width: 750px;
    z-index: 9;
    margin-bottom: 95px;
}
.hero-right {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: end;
    z-index: 9;
}

.hero-left h1 {
    color: white;
    font-size: 54px !important;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
}
.hero-left p.subtitle {
    color: #3E97FF;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}
.hero-left .offerlist{
    border: 1px solid #3e97ff40;
    width: 450px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.hero-left .offerlist p{
    font-size: 18px;
    line-height: 24px;
    color: white;
    font-weight: 600;
}

.hero-left .offerlist ul {
    margin: 0;
}

.hero-left .offerlist ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}
.hero-left .offerlist ul li p{
    font-size: 14px;
    font-weight: 600;
    color: #FDFDFD;
    margin: 0;
}
.hero-left .offerlist ul li span{
    color: #FDFDFD;
    opacity: 0.7;
    font-weight: 400;
}
a.bf_sale_common_btn{
    background: black;
    border: 1px solid #ffffff7a;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 10px;
    width: 350px;
}
a.bf_sale_common_btn:hover,
a.bf_sale_common_btn:focus,
a.bf_sale_common_btn:active{
    border-color: #ffffff7a!important;
    background: #161616!important;
}
a.bf_sale_common_btn.auto{
    width: auto;
}
.hero-left .highlight {
    color: #3E97FF;
}
.hero-left .highlight-bottom{
    color: #3E97FF;
    font-style: italic;
}

.hero-left .offer-text {
    color: #3E97FF;
    font-size: 14px;
    font-style: italic;
}
.hero-marqquee{
    position: relative;
}
.hero-marqquee marquee{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff0a;
    font-size: 180px;
    line-height: 150px;
    font-weight: 600;
}
.trust-section{
    text-align: center;
    padding: 70px 0px;
}
.trust-section h2{
    font-weight: bold;
    padding: 30px 0;
    color: #222222;
}
.trust-section h2 .highlight{
    color: #3E97FF;
}
.all-in-one-section{
    
}
.all-in-one-platform {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 60px 40px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.all-in-one-platform .platform-header h2 {
    color: white;
    font-weight: 600;
    margin: 0;
}
.all-in-one-platform .platform-header h2 .highlight{
    color: #3E97FF;
}   
.all-in-one-platform .platform-header .subtitle {
    color: #ffffffe6;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.all-in-one-platform .platform-tagline {
    color: #3E97FF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.all-in-one-platform .platform-tagline span{
    background: #3e97ff29;
    padding: 5px 30px;
    border-radius: 25px;
    border: 1px solid;
}
.all-in-one-platform .platform-content {
    position: relative;
    margin: 0 auto;
}

.all-in-one-platform .platform-features {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    align-items: center;
}

.all-in-one-platform .feature-box {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 15px;
    color: white;
    text-align: left;
    background: linear-gradient(175deg, #2a2a2a 0%, #1a1a1a 50%, #0f0f0f 100%);
    border: 1px solid #3a3a3a;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.1), 0 0px 0px rgba(255, 255, 255, 0.1), 0 5px 15px rgba(255, 255, 255, 0.07), inset 0 0px 0 rgba(255, 255, 255, 0.1)
}

.all-in-one-platform .feature-box p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.all-in-one-platform .feature-box p span {
    color: #fff;
    font-weight: 600;
}

.all-in-one-platform .feature-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    margin-right: -25px;
    margin-bottom: -130px;
}

.all-in-one-platform .feature-bottom-left {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
}

.all-in-one-platform .mobile-preview-center {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.all-in-one-platform .mobile-preview-center img {
    max-width: 350px;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.1), 0 0px 0px rgba(255, 255, 255, 0.1), 0 30px 49px rgba(255, 255, 255, 0.07), inset 0 0px 0 rgba(255, 255, 255, 0.1);
}

.all-in-one-platform .feature-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
}

.all-in-one-platform .feature-bottom-right {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
    margin-left: -25px;
    margin-top: -130px;
}
.why-say-section{
    padding: 100px 0 30px;
}
.why-say-section h2{
    color: #222222;
}
.why-say-section h2 .highlight{
    color: #3E97FF;
}
.why-say-section p.subtitle{
    font-size: 18px;
    color: #555555;
}
.why-say-section .blkRow{
    padding: 50px 0;
}
.why-say-section .blkContent h2 {
    color: #111111;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 32px;
}
.why-say-section .blkContent h2 img{
    margin-right: 15px;
}
.why-say-section .blkContent p.subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    width: 90%;
}
.why-say-section .blkContent p.subtitle-bottom {
    font-size: 16px;
    line-height: 26px;
    color: #3E97FF;
    width: 90%;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 600;
}
.why-say-section .blkContent ul{
    margin: 20px 0 25px 0;
}
.why-say-section .blkContent ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}
.why-say-section .blkContent ul p{
   font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0; 
}
.why-say-section .blkImg{
    background: #3e97ff21;
    border: 3px solid #3e97ff21;
    border-radius: 20px;
    text-align: center;
    padding-top: 25px;
}
.features-section{
    padding: 100px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.features-section h2{
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px;
}
.features-section h2 .highlight{
    color: #3E97FF;
}
.features-section .features-grid {
    background: #0f0f0f;
    padding: 80px 0;
}
.features-section .feature-card{
    background: linear-gradient(175deg, #2a2a2a 0%, #1a1a1a 50%, #0f0f0f 100%);
    border: 1px solid #3e97ff36;
    border-radius: 16px;
    padding: 25px 25px 0px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    transition: transform 0.3s ease;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.1), 0 0px 0px rgba(255, 255, 255, 0.1), 0 5px 15px rgba(255, 255, 255, 0.07), inset 0 0px 0 rgba(255, 255, 255, 0.1)
}
.features-section .feature-card:hover {
    transform: translateY(-5px);
}

.features-section .feature-card .feature-icon{
    margin-bottom: 20px;
}
.features-section .feature-card .feature-icon img{
    max-width: 100px;
}
.features-section .feature-card h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.features-section .feature-card p{
    font-size: 16px;
    line-height: 24px;
    color: #fffffffa;
    margin-bottom: 0;
    min-height: 50px;
}
.features-section .feature-card .feature-image{
    margin-top: 20px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    text-align: center;
    height: 185px;
    
}
.features-section .feature-card .feature-image img{
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.testimonialItem {
    max-width: 380px;
    padding: 10px;
    border-radius: 20px;
    background: #efefef;
    border: 1px solid #d7d7d7;
}
.section.testimonial {
    padding: 90px 0 0px;
}
.testimonial h2 {
    color: #222222;
}
.testimonial h2 .highlight {
    color: #3E97FF;
}
.testimonial-vide img.testimonial-videoImg{
    height: 250px;
}
.testimonialItem-header{
    border-bottom: 2px solid #3e97ff69;
}
.testimonial .testimonial-content{
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    margin-top: 10px;
}
.testimonial a.play-video{
    border: 7px solid #ffffff82;
}
.testimonial a.play-video span {
    height: 60px;
    width: 60px;
    flex: 0 0 auto;
    background: #ffffff;
    box-shadow: 0 5px 10px 0 rgb(8 14 71 / .06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .play-video img{
    margin-left: 5px;
}
.aboutMe{
    padding: 0;
    background: #000;
}
.aboutMe .aboutMe-img{
    position: relative;
}
.aboutMe .aboutMe-img img{
    position: absolute;
    top: -40px;
}
.aboutMe .aboutMe-content{
    padding: 60px 0;
}
.aboutMe .aboutMe-content h2{
    color: #fff;
    margin-bottom: 25px;
}
.aboutMe .aboutMe-content h2 .highlight{
    color: #3E97FF;
}
.aboutMe .aboutMe-content .lead{
    font-style: italic;
}
.aboutMe .aboutMe-content .lead-bottom-text{
    font-size: 18px;
    font-weight: 600;
    color: #3E97FF;
    font-style: italic;
    margin-top: 30px;
}
.section.faqArea{
    padding: 140px 0 90px 0;
    background: #f7f7f7;
}
.faqArea .faq-title h2{
    color: #222222;
    font-weight: 600;
    line-height: 60px;
}
.faqArea .faq-title h2 .highlight{
    color: #3E97FF;
}
.faqArea .faq-title p.subtitle{
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.faqArea .faq-title {
    margin-right: 40px;
    margin-bottom: 0;
}
.faq .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #222222 !important;
    line-height: 26px;
    padding: 15px 20px;
    box-shadow: none;
    border: none;
    border-radius: unset;
    background: transparent !important;
    position: relative;
}
.faq .accordion-item .accordion-button::after {
    left: unset;
    border: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/plus.svg);
    background-size: cover;
}
.faq .accordion-item .accordion-button.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg) !important;
    background: transparent;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.faq .accordion-item .accordion-collapse{
    border: 0 !important;
    border-radius: 0 !important;
}
.faq .accordion-item{
    margin-bottom: 15px;
    border: 2px solid #e5e5e5ad;
    border-radius: 15px !important;
    background: white;
}
.faq .accordion-item.active{
    border: 2px solid #3e97ff80;
}
.faq .accordion-body p{
    color: #45474cd6;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.faq .accordion-body{
    padding: 15px 24px 15px 24px;
}
.faq .accordion-header{
    position: relative;
}
.faq .accordion-header::after{
    content: '';
    position: absolute;
    right: 15px;
    width: 95%;
    height: 1px;
    background: #cbcbcb63;
}
.footer{
    background: #000;
    color: #fff;
    padding: 80px 0;
}
.footer-top{
    padding: 0;
}
.footer-bottom {
    padding: 0;
}
.footer .footer-text p{
    color: #fff;
}
.footer .footer-social a{
    border: 1px solid #3e97ff;
}
.footer .footer-link ul li a{
    color: #fff;
    font-weight: 400;
}
.footer-social a:hover{
    background-color: #3e97ff;
}
.footer .footer-link ul li a:hover{
    color: #3e97ff;
}
.footer .scrollUp{
    color: #fff;
}
.footer .scrollUp span.icon{
    background: #3e97ff;
}
.section.pricing {
    padding: 90px 0 100px;
}
.pricing .pricing-header-bf h2{
    color: #000;
}
.pricing .pricing-header-bf h2 .highlight{
    color: #3E97FF;
}
.pricing-switcher{
    margin: 25px 0;
}
.priceTable-header{
    text-align: left;
}
.badge-icon-block{
    position: relative;
}
.badge.badge-populer {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    transform: unset;
    border-radius: 25px;
    border: 1px solid #0000009e;
}
.badge.badge-populer  .txt{
    color: #3E97FF;
}
.badge-icon{
    background: #3E97FF;
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 10px;
    padding: 10px;
}
.priceTable-header h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px !important;
    line-height: 36px;
    margin: 0 !important;
    padding: 20px 0 15px;
    color: #000;
}
.priceTable-header p {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.priceTable-header .discountText{
    color: #3E97FF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.pricing-price p span {
    font-size: 56px;
}
.pricing-price p span{
    color: #555555;
}
.pricing-price span.cancel-price{
    margin-left: 10px;
    font-size: 18px !important;
}
.pricing-price p small,
.pricing-price p small.cancel-price{
    font-size: 18px!important;
    color: #555555;
    margin-left: -5px;
}
.pricing_btn{
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3e97ff4a;
    padding-bottom: 30px;
}
.priceTable-content ul li{
    font-size: 15px;
    line-height: 24px;
    color: #111111;
    gap: 5px;
}
.priceTable-content ul li span {
    height: 24px;
    width: 24px;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    background: unset;
}
.priceTable-content ul{
        gap: 10px;
}
.priceTable {
    padding: 25px;
    border: 2px solid #3e97ff7d;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 0.15);
    transition: transform 0.3s ease;
}
.priceTable:hover {
    transform: translateY(-5px);
}
.plan-card.active .priceTable{
    background-color: #3E97FF;
}
.plan-card.active .badge-icon{
    background-color: #fff;
}
.plan-card.active .priceTable-header h3,
.plan-card.active .priceTable-header p,
.plan-card.active .pricing-price p span,
.plan-card.active .half-price,
.plan-card.active .pricing-price p small, 
.plan-card.active .pricing-price p small.cancel-price,
.plan-card.active .priceTable-content ul li{
    color: #fff!important;
}
.plan-card.active .priceTable-header .discountText{
    color: #000;
}
.plan-card.active .pricing_btn{
    border-bottom: 1px solid #ffffff7a;
}
.offcanvas-wrapper{
    padding: 70px;
    background: #0B5ED7;
}
.offcanvas-meta{
    background: #0B5ED7;
}

#why-section {
    position: relative;
    z-index: 10;
}

#why-section .stickybar {
    position: relative;
    z-index: inherit;
}

#why-section.active .stickybar.one {
    position: sticky;
    top: 50px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
    padding-top: 20px;
}

#why-section.active .stickybar.two {
    position: sticky;
    top: 180px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    z-index: 99;
}

/* responsive css */
/* Common Tablet Styles (768px to 1024px) */
@media (min-width: 768px) and (max-width: 992px) {
    .section .fs-1{
        font-size: 40px !important;
        line-height: 50px;
    }
    .two-column-layout{
        padding-top: 80px;
    }
    .why-say-section .blkRow{
        padding: 20px 0;
    }
    .why-say-section .blkRow .order-2 {
        order: 1 !important;
    }
    .why-say-section .blkRow .order-1 {
        order: 2 !important;
    }
    .why-say-section .blkImg{
        margin-bottom: 25px;
    }
    .pricing-price p span {
        font-size: 26px;
    }
    .features-section,
    .section.pricing,
    .section.faqArea,
    .footer{
        padding: 60px 0px;
    }
    .aboutMe .aboutMe-img{
        text-align: left;
        margin-top: 60px;
    }
    .aboutMe .aboutMe-img img{
        position: relative;
        top: unset;
    }
    .why-say-section .blkContent p.subtitle{
        width: 100%;
    }
    .all-in-one-platform .feature-box p{
        font-size: 14px;
    }
    .offcanvas-wrapper{
        padding: 70px;
        background: #0B5ED7;
    }
    .offcanvas-meta{
        background: #0B5ED7;
    }
    a.bf_sale_common_btn{
        padding: 15px 15px;
    }
    #why-section.active .stickybar.one,
    #why-section.active .stickybar.two {
        position: unset;
        top: 0;
    }

}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section .fs-1{
        font-size: 40px !important;
        line-height: 50px!important;
    }
    .two-column-layout{
        padding-top: 80px;
    }
    .why-say-section .blkRow{
        padding: 20px 0;
    }
    .why-say-section .blkImg{
        margin-bottom: 25px;
    }
    .pricing-price p span {
        font-size: 26px;
    }
    .features-section,
    .section.pricing,
    .section.faqArea,
    .footer{
        padding: 60px 0px;
    }
    .aboutMe .aboutMe-img{
        text-align: left;
        margin: 60px;
    }
    .aboutMe .aboutMe-img img{
        position: relative;
        top: unset;
    }
    .why-say-section .blkContent p.subtitle{
        width: 100%;
    }
    .all-in-one-platform .feature-box p{
        font-size: 14px;
    }
    .offcanvas-wrapper{
        padding: 70px;
        background: #0B5ED7;
    }
    .offcanvas-meta{
        background: #0B5ED7;
    }
    a.bf_sale_common_btn{
        padding: 15px 15px;
    }
}
/* Common Mobile Styles (up to 767px) */
@media (max-width: 767px) {
    .section .fs-1{
        font-size: 32px !important;
        line-height: 42px!important;
    }
    .herofull-section .two-column-layout{
        padding-top: 50px;
        display: block;
        gap:unset;
    }
    .why-say-section .blkRow{
        padding: 20px 0;
    }
    .why-say-section .blkRow .order-2 {
        order: 1 !important;
    }
    .why-say-section .blkRow .order-1 {
        order: 2 !important;
    }
    .why-say-section .blkImg{
        margin-bottom: 25px;
    }
    .pricing-price p span {
        font-size: 30px;
    }
    .features-section,
    .section.pricing,
    .section.faqArea,
    .footer{
        padding: 60px 0px;
    }
    .aboutMe .aboutMe-img{
        text-align: left;
        margin-top: 60px;
    }
    .aboutMe .aboutMe-img img{
        position: relative;
        top: unset;
    }
    .why-say-section .blkContent p.subtitle{
        width: 100%;
    }
    .all-in-one-platform .feature-box p{
        font-size: 13px;
    }
    .offcanvas-wrapper{
        padding: 100px 20px;
        background: #0B5ED7;
    }
    .offcanvas-meta{
        background: #0B5ED7;
    }
    .hero-marqquee marquee{
        font-size: 100px;
        line-height: 100px;
    }
    .all-in-one-platform .feature-box{
        padding: 10px;
        margin: 15px 0px !important;
        width: 100%;
    }
    .all-in-one-platform .platform-features{
        grid-template-columns: 1fr 260px 1fr;
        gap: 0px;
    }
    .faqArea .col-5{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .faqArea .col-7{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .faqArea .faq-title {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .all-in-one-platform .platform-features{
        display: block;
        width: 100%;
    }
    .hero-left .offerlist{
        width: auto;
    }
    .hero-left{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .header{
        padding: 100px 0 20px 0;
    }
    .all-in-one-platform .platform-tagline span {
        background: unset;
        padding: 0;
        border-radius: unset;
        border: unset;
    }
    #why-section.active .stickybar.one,
    #why-section.active .stickybar.two {
        position: unset;
        top: 0;
    }
}