@media(min-width: 992px){
    .faq-list .h2-title{display: none; }
}
@media(min-width: 768px){
    .d-none-desk{display: none; }
    .manage-order .outer-container { background-image: url(../images/counter-vector.svg);}
    .about-us .outer-container {
        background-image: url("../images/graphic.svg"); background-size: auto; background-position: top right; background-repeat: no-repeat; }
        .manage-order .outer-container { 
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top -10% right;background-image: url(../images/counter-vector.svg);
}
}
@media (max-width: 1199px) {
    .blog-content { max-width: calc(100% - 320px); }
    .blog-sidebar { max-width: 280px; }
    .blog-wrap { gap: 0 40px; }
    .blog-title { font-size: 40px; }
    .blog-content h2 { font-size: 28px; margin: 0 0 28px; }
    .blog-content h3:not(.faq-question) { font-size: 22px; margin: 0 0 24px; }
    .feature-image { margin: 0 0 40px; }
    .about-author { margin-top: 60px; }
    .dcta-box { padding: 48px; }
    .dcta-section { padding-bottom: 80px; }
    .container{width: 100%; }
    .menu{gap:18px}
    .menu-item a{font-size:13px}
    .ptb120{padding-top:80px;padding-bottom:80px}
    .section-title{font-size: 42px; }
    h1 {font-size: 40px; }
    h2 {font-size: 28px; }
    .banner-section{padding: 60px 0 0;}
    .services-list,.business-listing,.industries-listing{gap:16px}
    .dashboard-content{padding-left:40px; padding-bottom: 40px;}
    .bcontent{padding-bottom: 70px;}
    .banner-image{max-width: 28%;}
    .max55{max-width: 70%;}
    .mb60{margin-bottom: 50px;}
    .business-box{border-radius: 16px;padding: 18px;}
    .services-head{margin: 0 0 50px;}
    .footer-top{gap:40px}
    .services-box-wrap{padding: 18px; }
    .serv-breif {padding: 16px 0; margin: 0 0 16px; }
    .cta-wrap .cta-wrap-inner{margin-bottom: 50px; }
    .cta-section {padding: 80px 0; }
    .testimonials .resources-head {margin-bottom: 54px; }
    .faq-content .h2-title,.faq-list .h2-title {margin-bottom: 100px; }
    .footer-top{gap: 24px; }
    .footer-social {padding: 26px 0; }
    .site-footer {padding: 60px 0 40px; }
   .icon-points {gap: 0 16px; padding-top: 30px; margin-top: 30px; }
    .counter{font-size: 68px; }
    .custom-navigation a{padding: 16px; background-size: 6px; }
    .h2-title{font-size: 28px; }
    .biz-box {padding: 0px 20px 0px 0px;}
    .biz-icon{margin: 0 0 18px; }
    .ptb80 {padding: 60px 0; }
    .order-wrap {gap: 30px; }
    .indus-icon {max-width: 120px; }
    .indus-list-wrap{padding: 14px; }
    .indus-content p {font-size: 14px; line-height: 1.3;}
    .services-section .outer-container:before,.services-section .outer-container:after{display: none; }
    
    .menu-item-has-children{background-size: 10px; padding-right: 16px;}
    .solution-mega .sub-menu {
        gap: 0 50px;
    }
    .solution-mega {
        min-width: 900px;
    }
    .mega-menu{
        gap: 22px;
    }
    
    .blog-banner .outer-container { padding-top: 70px; }
    .inner-banner-content { max-width: 48%; }
    .inner-banner-cta { max-width: 47%; }
    .ib-content { padding: 24px 24px 24px 0; }

    .latest-blog-wrap { padding: 40px; gap: 30px; }
    .latest-content .h2-title { margin: 0 0 24px; }

    .bfilter { margin: 0 0 40px; }
    .load-more { margin-top: 80px; }


    /**/
    .feature-content {
        padding: 40px 0px 40px 40px;
    }
    .feature-box:nth-child(2n) .feature-wrap .feature-content {
        padding: 40px 40px 40px 20px;
    }
    .feature-content .section-title {
        font-size: 24px;
    }
    .f-image {
        padding-right: 20px;
    }
    .feature-box:nth-child(2n) .feature-wrap .f-image {
        padding-left: 20px;
    }
    .feature-box{
        margin: 0px 0px 28px;
    }
    .feature-content ul li {
        padding: 10px 0 10px 28px;
        background-position: top 16px left;
    }
    .feature-section.banner-section{
        padding: 80px 0 0 0;
    }
}
@media (max-width: 991px) {
    
    /* --- Hamburger  ->  X --- */
    a.hamburger.btn span,
    a.hamburger.btn:before,
    a.hamburger.btn:after {
        transition: transform .3s ease, opacity .2s ease, top .3s ease;
    }
    a.hamburger.btn.active span { opacity: 0; }
    a.hamburger.btn.active:before { top: 50%; transform: translateY(-50%) rotate(45deg); }
    a.hamburger.btn.active:after  { top: 50%; transform: translateY(-50%) rotate(-45deg); }

    /* Green "Create Account" stays out of the top bar on mobile,
       it becomes the bottom CTA only while the menu is open */
    .hbtns .green-btn { display: none; }

    /* --- Open state: lock scroll, pin header on top --- */
    body.menu-open { overflow: hidden; }
    body.menu-open .site-header {
        position: fixed; top: 0; left: 0; right: 0;
        background: var(--cream-bg);
        z-index: 1001;
        box-shadow: 0 1px 0 #E9EAEB;
    }

    /* --- Dark overlay panel below the header --- */
    body.menu-open .main-menu {
        display: block;
        position: fixed;
        top: var(--header-h, 60px);
        left: 0; right: 0; bottom: 0;
        background: #0A0A0A;
        z-index: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 12px 12px 96px;
    }

    /* --- White card that holds the list --- */
    body.menu-open .main-menu .menu {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        margin: 0;
        width: 100%;
        background: #FFFFFF;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 1px 4px rgba(12, 12, 13, 0.08);
    }

    /* --- Top-level rows --- */
    body.menu-open .main-menu .menu > .menu-item {
        width: 100%;
        margin: 0;
        padding: 0;
        background-image: none;            /* drop the <li> chevron, moved to <a> */
        border-bottom: 1px solid #E9EAEB;
    }
    body.menu-open .main-menu .menu > .menu-item:last-child { border-bottom: 0; }
    body.menu-open .main-menu .menu > .menu-item > a {
        display: block;
        padding: 16px 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
        color: var(--title-color);
    }

    /* Chevron on parent rows — sits on the label, not the whole (tall) row */
    body.menu-open .main-menu .menu > .menu-item-has-children > a {
        padding-right: 44px;
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.888885 0.888889L6.22222 6.22222L11.5556 0.888889" stroke="%23262626" stroke-width="1.77778" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        transition: color .2s ease;
    }
    /* Expanded parent -> blue label + up chevron */
    body.menu-open .main-menu .menu > .menu-item-has-children.active > a {
        color: #2563EB;
        background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.888885 6.22222L6.22222 0.888889L11.5556 6.22222" stroke="%232563EB" stroke-width="1.77778" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

    /* --- Mega-menu becomes an inline collapsible accordion --- */
    body.menu-open .main-menu .mega-menu {
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 0;
        width: 100%;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s ease;
    }
    body.menu-open .main-menu .menu-item.active > .mega-menu { max-height: 2400px; }
    body.menu-open .main-menu .mega-menu:before { display: none; }

    /* hide the green app-store promo inside the accordion (matches the design) */
    body.menu-open .main-menu .right-box { display: none; }

    /* single-group menus (Features / Resources) hide their "FEATURES" label;
       Solutions keeps its BY INDUSTRY / BY BUSINESS TYPE labels */
    body.menu-open .main-menu .mega-menu:not(.solution-mega) .hsmall-title { display: none; }
    body.menu-open .main-menu .solution-mega .hsmall-title {
        margin: 8px 20px 4px;
        padding-top: 6px;
    }

    /* sub lists -> single column */
    body.menu-open .main-menu .sub-menu,
    body.menu-open .main-menu .sub-menu.dflex { display: block; max-width: 100%; width: 100%; gap: 0; }
    body.menu-open .main-menu .col2,.solution-mega .sub-menu.dflex .col2 { max-width: 100%; width: 100%; }
    body.menu-open .main-menu .icon-menu {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        padding: 0 8px 8px;
    }
    body.menu-open .main-menu .sub-item { max-width: 100%; width: 100%; }
    body.menu-open .main-menu .sub-item a {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        font-size: 15px;
        color: #030B1B;
    }

    /* --- "Create Account" -> full-width CTA pinned to the bottom --- */
    body.menu-open .hbtns .green-btn {
        display: block;
        position: fixed;
        left: 16px; right: 16px; bottom: 16px;
        z-index: 1002;
        text-align: center;
        padding: 16px;
        font-size: 16px;
        border-radius: 10px;
    }
    .why-biz .arrow-wrap{display: flex; }
    .section-title{font-size: 36px; }
    .ptb120{padding-top:60px;padding-bottom:60px}
    .ptb80{padding-top:60px;padding-bottom:60px}
    .services-list .col3,.business-listing .col3,.industries-listing .col3{max-width:calc(50% - 8px)}
    .banner-content{max-width:55%}
    .banner-image{max-width:45%}
    .max55{max-width:75%}
    .biz-box:nth-child(2n){border-right:0}
    .dashboard-wrap{flex-wrap:wrap}
    .dashboard-content,.dashboard-img{width:100%;max-width:100%}
    .dashboard-content{padding-left:0px;padding-right:30px}
    .about-list .col3{max-width:calc(50% - 8px)}
    .abox-wrap {padding: 20px; }
    .count{font-size: 40px; margin-bottom: 10px; }
    .about-list {gap: 14px; }
    .order-wrap{flex-wrap:wrap}
    .order-content,.order-image{width:100%;max-width:100%}
    .faq-wrap{flex-wrap:wrap; flex-direction: column-reverse;}
    .faq-content,.faq-list{max-width:100%;width:100%}
    .footer-top{flex-wrap:wrap}
    .fleft-box{width:100%}
    .footer-links{width:100%}
    .h3-title{font-size: 18px; }
    .cta-wrap .cta-wrap-inner{margin-bottom: 40px; }
    .fleft-box p {max-width: 100%; }
    .cta-section {padding: 60px 0; }
    .resources .h3-title a{font-size: 16px; }
    .author a, .meta p, .meta .date{font-size: 14px; }
    .resource-listing {gap: 12px; flex-wrap: wrap; }
    .resource-listing .feature-img {margin: 0 0 14px; }
    .resources .resources-head {margin: 0 0 28px; }
    .h2-title{font-size: 28px; }
    .resource-listing .col3 {max-width: calc(33.333% - 8px); }
    .testimonials .resources-head {margin-bottom: 44px; }
    .faq-content .h2-title,.faq-list .h2-title {margin-bottom: 30px; }
    .faq-content .h2-title{display: none; }
    .faq-content {flex-direction: column; }
    .faq-box {max-width: 100%; width: 100%;}
    .flink{margin-bottom: 24px; }
    .main-menu{display: none; }
    .hbtns {margin-left: auto; }
    .testimonials-list .slick-list{padding-left: 0 !important; }
    .hamburger {display: block; }
    a.hamburger.btn {padding: 21px;background: #FBFAF7;border: 1px solid #D4D4D4;border-radius: 8px; }
    .hbtns .btn { padding: 11.979px 16px; }
    a.hamburger.btn span, a.hamburger.btn:after, a.hamburger.btn:before {content: ""; width: 24px; height: 2px; display: inline-block; padding: 0; position: absolute; top: calc(50% + 8px); transform: translateY(-50%); left: 0; right: 0; margin: auto; background-color: #262626; }
    a.hamburger.btn:after{top: calc(50% - 8px); }
    a.hamburger.btn span {top: 50%; }
    .dashboard-wrap{padding-left: 30px; }
    .biz-list .slick-list {padding-left: 0 !important; }
    .quick-links a, .copyright p{font-size: 14px; }
    .logo-box img {max-width: 130px; }
    .banner-wrap{gap: 0; }
    .site-header{position: relative; z-index: 10;} 
    /* Article + sidebar collapse to a single column */
    .blog-wrap { gap: 48px 0; }
    .blog-content,
    .blog-sidebar { max-width: 100%; width: 100%; }
    .blog-content { padding-top: 0; }
    .blog-details { padding-top: 28px; }

    /* Sidebar: promo card + Popular Reads sit side by side on tablet,
       then stack; founder image kept to a steady 4:3 so it never
       stretches into a full-width band */
    .blog-sidebar { display: flex; flex-wrap: wrap; gap: 28px 24px; align-items: flex-start; }
    .blog-sidebar-wrap { flex: 1 1 300px; margin: 0; }
    .popular-reads { flex: 1 1 280px; }
    .block-image { padding-top: 0; height: auto; aspect-ratio: 4 / 3; margin: 0; }
    .block-image > img { object-position: center top; }

    .blog-title { font-size: 34px; }
    .feature-image { margin: 0 0 32px; }
    .blog-meta { margin: 0 0 28px; }
    .about-author { padding: 28px; }
    .dcta-box { padding: 40px; }
    .dcta-section { padding-bottom: 60px; }
    /* Inner banner: headline block and the green CTA card stack */
    .blog-banner .outer-container { padding-top: 56px; }
    .inner-banner-wrap { flex-wrap: wrap; gap: 32px 0; }
    .inner-banner-content { max-width: 100%; }
    .inner-banner-cta { max-width: 100%; width: 100%; }

    /* Latest blog panel stacks */
    .latest-blog-wrap { padding: 32px; gap: 28px; }
    .latest-content,
    .latest-img { max-width: 100%; width: 100%; }
    .latest-content .btn { min-width: 170px; }

    /* Listing drops to two across */
    .bl-listing.resource-listing { gap: 28px 20px; }
    .bl-listing .col3 { max-width: calc(50% - 10px); }

    .bfilter { margin: 0 0 32px; gap: 20px; }
    .load-more { margin-top: 60px; }
    

    /**/
    .feature-box {
        margin: 0 0 24px;
        border-radius: 24px;
    }
    .feature-wrap {
        border-radius: 24px;
    }
    .feature-content, .feature-box:nth-child(2n) .feature-wrap .feature-content {
        max-width: 100%;
        width: 100%;
        padding: 32px 24px;
        order: 2;
    }
    .f-image,
    .feature-box:nth-child(2n) .feature-wrap .f-image {
        max-width: 100%;
        width: 100%;
        padding: 24px 24px 0;
        order: 2;
    }
    .feature-content .section-title {
        font-size: 22px;
    }
    .feature-content ul li {
        padding: 8px 0 8px 32px;
        background-position: top 14px left;
    }
    .feature-section.banner-section{
        padding: 60px 0 0;
    }
}
@media (max-width: 767px) {
    .indus-icon { max-width: 32px; padding: 0; align-items: center; display: flex; }
    .industries-listing .col3 { align-items: center; flex-wrap: nowrap; } 
    .industries-listing .col3 .indus-content { max-width: calc(100% - 42px); display: flex; justify-content: space-between; }
    .arrow-btn.arrow-btn-mob-f0{font-size: 0;}
    .indus-icon img { position: static; margin: auto; }
    .jccenter-mobile{justify-content: center; }
    .services-list.slick-initialized { display: block;}
    .services-section .dflex.jccenter.fd-col {
        display: block;
    }
    .services-section .ptb120{
        padding-bottom: 60px;
    }
    .dashboard-wrap:before{background-image: url('../images/pattern-mob.png'); }
    .d-none-mob{ display: none !important; }
    .trust-text{max-width: 240px;}
   .trust-text .large {font-size: 16px;}
   .btestimonials { background: #e5e5e5; padding: 13px 15px; text-align: left; width: calc(100% + 32px); margin-left: -16px; flex-wrap: nowrap; } 
   .banner-image .small-img img { max-width: 100%; }
   .btestimonials.dflex, .btestimonials .dflex { flex-wrap: nowrap; }
   .btestimonials.dflex{ justify-content:center;}
   .banner-wrap:before{    top: 0%;}
   .banner-wrap:after{display:none}
    br{display:none; }
    .section-title{font-size: 30px; }
    .container{width: 100%; }
    .highlight-text {font-size: 12px; }
    .biz-icon {padding: 30px; }
    .biz-box p{font-size: 14px; }
    .mb60 {margin-bottom: 40px; }
    .custom-navigation a{padding: 17px; }
    .footer-box{max-width: 100%; }
    .footer-links{flex-direction: column; }
    .footer-social {gap: 0 14px; }
    .custom-navigation .slick-arrow:before{background-size: 6px; }
    .site-footer {padding: 40px 0; }
    .services-section, .why-biz{border: 0; }
    .why-biz .outer-container:after, .why-biz .outer-container:before{display: none}
    .services-section .outer-container{padding: 60px 0 30px; }
    .why-biz .ptb80{
        padding: 30px 0 0;
    }
    .why-biz .ptb80 {padding-bottom: 0; }
    .ptb120{padding-top:48px;padding-bottom:48px}
    .max55 {max-width: 100%; }
    .dflex{flex-wrap:wrap}
    .biz-box:last-child {border-right: 1px solid #D4D4D4; }
    .biz-list .slick-track{display: flex; gap: 0 20px; }
    .biz-list {gap: 0; margin: 0 -16px; }
    .col3,.services-list .col3,.industries-listing .col3,.about-list .col3,.icon-points .col3{width:100%;max-width:100%}
    .banner-wrap{flex-direction:column}
    .banner-content,.banner-image{width:100%;max-width:100%}
    .services-list,.industries-listing{flex-direction:column}
    .dashboard-wrap{flex-direction:column}
    .about-list{flex-direction:column}
    .order-wrap{flex-direction:column}
    .order-content,.order-image{width:100%;}
    /* .faq-wrap{flex-direction:column} */
    .faq-content,.faq-list{max-width:100%;width:100%}
    .footer-top{flex-direction:column}
    .fleft-box,.footer-links{width:100%}
    .business-listing .col3{max-width: calc(50% - 8px); width: 100%; }
    .counter {font-size: 66px; }
    .business-listing {gap: 12px 8px; }
    .dm-block {display: table; margin: auto; }
    .business-listing{margin: 0 0 40px; }
    .dashboard-wrap{padding: 24px 0 0 20px; }
    .dashboard-content{padding-bottom: 40px; }
    .h2-title{font-size: 24px; }
    .services-section .outer-container:before,.services-section .outer-container:after{display: none; }
    .business-content .h3-title{background-image: none; }
    .business-content:after {content: ""; padding: 10px; display: inline-block; background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 4.92969L19.0711 12.0008L12 19.0718" stroke="%230A0A0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.92893 12.0008H19.0711" stroke="%230A0A0A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); background-repeat: no-repeat; background-position: center; margin-top: 8px; }
    .cta-wrap .cta-wrap-inner{margin-bottom: 30px; }
    .resources-head{gap: 20px; }
    .testimonials .resources-head {margin-bottom: 34px; }
    .resource-listing .col3 {max-width: 100%; }
    .resource-listing{gap: 24px 0; }
    .faq-content .h2-title,.faq-list .h2-title {margin-bottom: 30px; }
    .fmenu{padding-bottom: 20px; }
    .footer-top {border-bottom: 0; }
    .flink{margin: 0; padding: 16px 0; text-transform: unset; font-size: 14px; }
    .flink:after {content: ""; padding: 9px; background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); display: inline-block; background-position: center; background-repeat: no-repeat; vertical-align: middle; float: right; }
    .footer-box{border-bottom: 1px solid #262626; }
    .footer-social {padding: 24px; gap: 24px; background: #262626; border: 1px solid #404040; border-radius: 24px; flex-direction: column; text-align: center; justify-content: center; }
    .industries:before{display: none; }
    .icon-points{gap: 20px 0; }
    .order-image{padding-top: 100%; }
    .outer-container{width: 100%; }
    .quick-links {gap: 16px 0; display: flex; flex-wrap: wrap; margin: 0 0 32px; justify-content: center; }
    .order-content-wrap ,.order-numbers{max-width: 100%; }
    .order-content-wrap{padding: 0; }
    .order-numbers:after{display: none; }
    .icon-points {padding-top: 30px; margin-top: 0; }
    .order-image{padding-top: 100%;margin-top: 30px; }
    .icon-points:before { display: none; } 
    .icon-box.col3 { padding-bottom: 30px; border-bottom: 30px; }
    .icon-box.col3:not(:last-child) { border-bottom: 1px solid #e5e5e5; }
    .order-numbers{padding-right: 0; margin-bottom: 20px; }
    .bcontent {padding-bottom: 40px; }
    .copyright-wrap {justify-content: center; }
    .quick-links{margin-bottom: 20px; }
    
    .blog-details { padding-top: 24px; }
    .blog-title { font-size: 30px; }
    .blog-content h2 { font-size: 24px; margin: 0 0 20px; }
    .blog-content h3:not(.faq-question) { font-size: 20px; margin: 0 0 16px; }
    .blog-content p,
    .blog-content ul li { font-size: 16px; }
    .blog-content ul { margin: 0 0 28px; }
    .feature-image { margin: 0 0 24px; }
    .social-share { max-width: 100%; margin-top: 32px; }
    .about-author { margin-top: 48px; }
    .author-details { gap: 24px; margin-top: 28px; }
    
     .filter-list ul li a{font-size: 14px;}
    .filter-list ul{gap: 6px;}
    .blog-banner .outer-container { padding-top: 40px; }
    .latest-blog-wrap { padding: 24px; gap: 22px; }

    /* Banner CTA card: keep the image beside the text. Letting it wrap
       detaches the image from the green panel and pushes the button
       flush to the edge, so the copy stacks instead. */
    .inner-banner-cta { flex-wrap: nowrap; align-items: flex-end; }
    .ib-content { flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding: 16px 16px 16px 0; }
    .ib-content .btn { height: auto; }

    /* Filter bar: pills on one scrollable line, search full width below */
    .bfilter { flex-direction: column; gap: 16px; margin: 0 0 28px; }
    .filter-list { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .filter-list::-webkit-scrollbar { display: none; }
    .filter-list ul { flex-wrap: nowrap; white-space: nowrap; padding-bottom: 2px; }
    .filter-list ul li { flex: 0 0 auto; }
    .fsearch { max-width: 100%; }

    /* Keep two across until small phones */
    .bl-listing.resource-listing { gap: 24px 16px; }
    .bl-listing .col3 { max-width: calc(50% - 8px); }

    .load-more { margin-top: 48px; }
    .btn-list .btn,.btn-list .btn.white-btn { min-width: auto;}
    .about-us{
        background-image: none;
    }
    /**/
    .feature-section {
    padding: 50px 0 0;
  }
  .feature-box {
    padding: 6px;
    margin: 0 0 20px;
    border-radius: 20px;
  }
  .feature-wrap {
    border-width: 6px;
    border-radius: 20px;
  }
 
  .f-image,
  .feature-box:nth-child(2n) .feature-wrap .f-image {
    padding: 16px 16px 0;
  }
  .feature-small-title {
    font-size: 11px;
  }
  
  .feature-content p {
    margin: 0 0 16px;
  }
  .feature-content ul{
    margin: 0 0 18px;
  }
  .feature-section.banner-section{
        padding: 80px 0 0;
    }
    .faq-question{
        font-size: 14px;align-items: flex-start;
    }
    .faq-answer{
        font-size: 14px;
    }
}
@media (max-width: 640px) {
    .why-biz .arrow-wrap{display: block; }
    .indus-content .h3-title, .indus-content p, .serv-link, .yellow-box p, body{font-size: 14px; }
    .bcontent p {margin: 0 0 16px; }
    .h3-title{font-size: 16px; margin: 0 0 8px; }
    .hbtns .btn.green-btn{display: none; }
    .main-menu {display: none; }
    .site-menu {justify-content: flex-end; width: auto;gap:10px; }
    .banner-section {padding: 40px 0 0; }
    .services-box-wrap{padding: 16px; }
    .serv-breif {padding: 12px 0; margin: 0 0 12px; }
    .services-head {margin: 0 0 40px; }
    .site-header {padding: 8px 0; border: 0; background-color: transparent; }
    .banner-content {padding: 0 0 40px; }
    /* .btestimonials{margin-top:30px } */
    .bcontent{padding-bottom: 0; }
    .banner-image img {max-width: 73%; display: block; margin: auto; }
    .logo-box img {max-width: 97px; }
    .logo-slider {padding: 24px 0; }
    .outer-container{border: 0; }
    .services-box:before{display: none; }
    .services-box .services-box-wrap {border: 1px solid #D4D4D4; }
    .cta-wrap .cta-wrap-inner{margin-bottom: 20px; }
    .counter {font-size: 56px; }
    .business-listing .col3{padding: 16px; }
    .abox-wrap p:first-child, .list, .dashboard-content p {margin: 0 0 24px; }
    .count{font-size: 40px;}
    .about-list .col3{padding: 20px; }
    .mb60 {margin-bottom: 32px; }
    .industries .resources-head .btn{display: none; }
    /* .indus-icon {max-width: 118px; }
    .indus-content {max-width: calc(100% - 128px); } */
    .cdetails{flex-wrap: unset; }
    .testimonials-box {padding: 24px; }
    .cta-wrap .cta-wrap-inner {max-width: 100%; }
    .cta-section {padding: 40px 0; background-image: unset; margin-top: 30px;}
    .fmenu{display: none; }
    .quick-links a:after {content: "|";margin: 0 20px;  }
    .quick-links a:last-child:after {display: none; }
    .copyright-wrap {flex-wrap: wrap; text-align: center; justify-content: center; }
    .testimonials .resources-head {margin-bottom: 24px; }
    .blog-slider .slick-track{
        gap: 10px;
    }
    
    .blog-title { font-size: 26px; }
    .blog-content h2 { font-size: 22px; }
    .about-author { padding: 24px; margin-top: 40px; }
    .author-head:after { max-width: 160px; }

    /* Share row */
    .social-share { width: 100%; padding: 14px 16px; gap: 8px; }
    .social-share .dflex { gap: 12px; }
    .social-share .dflex li a { padding: 18px; }

    /* Bottom CTA: stack buttons full-width */
    .dcta-box { padding: 28px 20px; }
    .dcta-section { padding-bottom: 40px; }
    .dcta-wrap p:not(.small-title) { margin: 0 0 28px; }
    .dcta-btns { gap: 12px; }
    .inner-banner-cta:before{height: 95%;}
    .dcta-btns {
        justify-content: center;
    }
    .latest-blog-wrap { padding: 20px; }
    .ib-content { padding: 14px 14px 14px 0; gap: 10px; }

    /* Single column listing */
    .bl-listing.resource-listing { gap: 28px 0; }
    .bl-listing .col3 { max-width: 100%; }

    .load-more { margin-top: 40px; }
    .bl-empty { padding: 32px 20px; font-size: 14px; }

    .f-image, .feature-box:nth-child(2n) .feature-wrap .f-image {
        padding: 14px 14px 0;
    }
  
    .feature-content ul li b {
        font-size: 15px;
    }
    .feature-content ul li {
        padding: 10px 0 10px 28px;
        background-size: 16px;
    }
}
@media (max-width: 575px) {
    .ptb120{padding-top:30px;padding-bottom:30px}
    .industries-listing,.icon-points{gap:20px 12px}
    .resource-box{width:100%}
    .footer-box{width:100%}
    .copyright-wrap{flex-wrap:wrap}
}
@media (max-width: 480px) {
    .about-list{flex-direction:column}
    .about-list .col3{max-width:100%}
    .industries-listing .col3{max-width:100%}
    .icon-points .col3{max-width:100%}
    .business-listing .col3{max-width: calc(50% - 4px); width: 100%; }
    .blog-banner .outer-container { padding-top: 32px; }
    .ib-img { max-width: 104px; height: 124px; }
    .ib-content .h3-title { font-size: 18px; }
    .ib-content .btn { min-width: 0; }
    .load-more { margin-top: 32px;  }
    .social-share { flex-wrap: wrap; }
    .social-share .dflex li a { padding: 16px; }
    .sidebar-block { padding: 24px 22px 8px 22px; }
}
@media (max-width: 375px) {
    .business-listing .col3{max-width: 100%; width: 100%; }

    .feature-box {
    padding: 4px;
    border-radius: 16px;
  }
  .feature-wrap {
    border-width: 4px;
    border-radius: 16px;
  }
 
  .f-image, .feature-box:nth-child(2n) .feature-wrap .f-image {
    padding: 10px 10px 0;
  }
  .feature-small-title {
    font-size: 10px;
    padding: 3px 7px;
  }
  
  .feature-content ul li {
    padding: 8px 0 8px 26px;
  }
  .text-link {
    font-size: 14px;
  }
}

/* Contact form section + Gravity Forms fields (responsive) */
@media (max-width: 1199px) {
    .contact-form { padding: 28px; border-radius: 28px; }
    .contact-form .h3-title { font-size: 22px; margin: 0 0 28px; }
}
@media (max-width: 991px) {
    .form-wrap { flex-wrap: wrap; gap: 32px 0; }
    .form-content, .contact-form { max-width: 100%; }
}
@media (max-width: 767px) {
    .contact-form { padding: 24px; border-radius: 24px; }
    .contact-form .h3-title { font-size: 20px; margin: 0 0 24px; }
    .form-style .gform-theme--foundation .gform_fields { gap: 20px; }
    /* 16px stops iOS Safari from zooming into a field when it is tapped */
    .contact-form .form-style .gfield textarea, .contact-form .form-style .gfield input { font-size: 16px; padding: 13px 14px; }
    .contact-form .form-style .gfield textarea { height: 104px !important; }
    .form-style .gform-footer { margin: 24px 0 0 0; }
    .form-style { margin: 0 0 24px; }
}
@media (max-width: 640px) {
    .form-wrap { gap: 24px 0; }
    .contact-form { padding: 20px 16px; border-radius: 20px; }
    .contact-form .h3-title { font-size: 18px; margin: 0 0 20px; }
    .form-style .gform-theme--foundation .gform_fields { gap: 16px; }
    .form-style .gform-footer .gform_button { padding: 13px 16px !important; font-size: 15px !important; }
}
@media (max-width: 375px) {
    .contact-form { padding: 16px 12px; border-radius: 16px; }
}

/* Contact details section — "Find us" box (responsive) */
@media (max-width: 1199px) {
    .contact-wrap { padding: 60px; }
    .contact-wrap > .h3-title { font-size: 32px; }
    .contact-title { font-size: 22px; }
    .address > p, .details-block a { font-size: 16px; }
    .contact-box { gap: 24px; padding-right: 24px; }
    .contact-box .address:last-child { padding-left: 24px; }
}
@media (max-width: 991px) {
    .contact-wrap { padding: 48px; }
    .contact-wrap > .h3-title { font-size: 30px; }
    .contact-details .aibottom { flex-wrap: wrap; gap: 32px 0; }
    .info-details { max-width: 100%; width: 100%; padding-top: 32px; }
    .contact-box { padding-right: 0; }
    .contact-wrap .fleft-box { width: 100%; }
    .contact-wrap .fleft-box p { max-width: 100%; }
}
@media (max-width: 767px) {
    .contact-wrap { padding: 32px 24px; border-radius: 24px; }
    .contact-wrap > .h3-title { font-size: 26px; }
    .info-details { padding-top: 24px; }
    .head-office { margin: 0 0 16px; }
    .contact-box { flex-direction: column; gap: 24px; }
    .contact-box .address { max-width: 100%; }
    .contact-box .address:last-child { padding-left: 0; border-left: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.3); }
    .contact-title { font-size: 20px; margin: 0 0 8px; }
    .details-block:not(:last-child) { margin: 0 0 20px; }
    .contact-wrap .fleft-box { padding: 24px; }
}
@media (max-width: 640px) {
    .contact-wrap { padding: 28px 16px; border-radius: 20px; }
    .contact-wrap > .h3-title { font-size: 24px; }
    .address > p, .details-block a { font-size: 15px; }
    .contact-wrap .fleft-box { padding: 20px 16px; }
    .contact-wrap .fleft-box .h3-title { font-size: 20px; }
}
@media (max-width: 375px) {
    .contact-wrap { border-radius: 16px; }
}
