.hero-banner .hero-banner-content .highlight {
    margin-top: 20px; 
}
.faqblock_home {
    margin: 0;
    padding: 30px 0 !important;
    background: var(--light-ass-color);
}
.industris-customers-sec {
    margin: 0;
    padding: 36px 0 !important;
    background: #fff;
}
.erp-why-section{
    padding: 35px 0;
}
.related-blog-sec {
    margin: 0;
    padding: 35px 0 !important;
    background: var(--light-ass-color);
}

.crmdev-tailored {
    margin: 0px;
    padding: 60px 0px;
    background: rgb(235 239 255)!important;
}
.crmdev-tailored .item_bd .ma0 {
    margin: 0px;
    padding: 0px;
    border: 1px dashed rgb(224 225 229) !important;
}
.crmdev-tailored .item_bd .text p {  margin: 0;    padding: 0;    font-family: Montserrat, sans-serif;    font-size: var(--font-size-20);
    line-height: 26px;    color: #17286e !important;    font-weight: 700; }
    
.crmdev-tailored .item_bd .text {    padding: 30px;    text-align: center;    display: flex;
    align-items: center;    justify-content: center;    height: 110px; }

.crmdev-tailored .item_bd {
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    background: rgb(255 255 255) !important;
}

.erp-integrations-dev .title{    padding-bottom: 15px !important;    margin-bottom: 0px !important;}
.erp-integrations-dev .item_bd {    margin: 0;    padding: 0px 0 24px; }



.hero-badge span {
    color: #00d9ff;
}

.hero-banner-content h1 {
    font-size: 34px;
    color: #fff;
    line-height: 1.3;
}

.hero-banner-content p {
    color: #d6d6d6;
    max-width: 500px;
}
.androod-uiux-services .title, .crmdev-tailored .title, .customized-crm-block 
.title, .ecommerce_alteration-driven .title, .erp-integrations-dev .title, .expert-seo-services-sec .title, .happy-clients .title, .iOS-mobileapp-section
.title, .ideating-and-developing .title, .industris-health-sec .title, .ios-benefit-block .title, .marking-seo-servic .title, .mvp-benefits-section .title, .mvp-develop-alter .title, .mvp-why-choose-dev-section 
.title, .mvp_proven_section .title, .promoting-brand-block .title, .related-blog-sec .title, .responsive-design-sec .title, .uiux-design-unique-sec .title, .virtual_benefits_sec .title, .web_whygo_section .title {
    text-align: center;
    padding-bottom: 22px !important;
    margin-bottom: 16px !important;
}
.faqblock_home .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #05124c !important;
    text-align: center;
    font-weight: 700;
}
.section__hassle {
    margin: 0;
    padding: 34px 0!important;
    background: #eff4ff;
}
.manufacturing-echnologiesIndustry {
    margin: 0;
    padding: 36px 0 !important;
}
.service_desk {
    margin: 0;
    padding: 24px 0 ;
    background: var(--light-ass-color);
}
  
/*accordian css*/

.retail-solutions-section {
    padding: 80px 0;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* HEADING */
.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

/* ACCORDION CARD */
.custom-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 18px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

/* Hover effect */
.custom-accordion .accordion-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* REMOVE DEFAULT BOOTSTRAP ARROW */
.custom-accordion .accordion-button::after {
    display: none;
}

/* ACCORDION BUTTON */
  .custom-accordion .accordion-button {
      font-weight: 600;
      font-size: 16px;
    }

    .custom-accordion .accordion-body ul {
      padding-left: 20px;
      margin-bottom: 0;
    }

    .custom-accordion .accordion-body ul li {
      list-style: disc;
      margin-bottom: 6px;
    }
.custom-accordion .accordion-button {
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    padding: 20px 22px;
    box-shadow: none;
    position: relative;
}

/* BUTTON FOCUS REMOVE BLUE */
.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

/* ACTIVE STATE */
.custom-accordion .accordion-button:not(.collapsed) {
    background: #f8fafc;
    color: #05124c;
}

/* CUSTOM PLUS ICON */
.custom-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #f5851f;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

/* CHANGE TO MINUS WHEN OPEN */
.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
    background: #0f172a;
}

/* BODY */
.custom-accordion .accordion-body {
    padding: 20px 22px;
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
}
/* ==============================
   BULLET POINTS (STRICT FIX)
============================== */

.retail-solutions-section 
.custom-accordion 
.accordion-body ul {
    padding-left: 20px !important;
    margin-bottom: 0;
    list-style-type: disc !important;
}

.retail-solutions-section 
.custom-accordion 
.accordion-body ul li {
    list-style-type: disc !important;
    display: list-item !important;
    margin-bottom: 6px;
    color: #334155;
    font-size: 14px;
}


/* PARAGRAPH */
.custom-accordion .accordion-body p {
    margin-bottom: 12px;
}

/* BULLET POINTS */
.custom-accordion .accordion-body ul {
    padding-left: 18px;
    margin-bottom: 0;
}


/*blue cta section */
/* ===============================
   ERP CTA SECTION
================================ */
.erp-cta-section {
  background: #05124c; 
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}


.erp-cta-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}


.erp-cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.erp-cta-content h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
}

.erp-cta-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
  opacity: 0.95;
  color:#fff;
}

.erp-cta-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 26px;
  background: #f5851f;
  color: #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.erp-cta-btn:hover {
    background: #d7dae9;
    transform: translateY(-2px);
    color: #05124c;

}


.cta-icon {
  position: absolute;
  width: 70px;
  height: 70px;
}

.cta-icon img {
  width: 100%;
  height: auto;
}

/* Left icon */
.cta-icon-left {
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

/* Right icon */
.cta-icon-right {
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 1200px) {
.kanha-unique-section {
    padding: 40px 0;
    background: #f7f9fc;
}
.erp-integrations-dev .title{
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 27px;

}
  .custom-service-area {
    padding: 80px 15px 70px 15px;
  }

  .service-type-wrap {
    height: 2000px;
  }

  .single-service-type {
    padding: 26px;
  }

}
@media (max-width: 1024px) {
    .erp-industry-specific .technologies_tabs {
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
}
    
    .ideating-and-developing .title h2 {;
    width: 70%;
    font-size: 36px;
    line-height: 38px;
    color: #05124c !important;

}
    .kanha-section-title {
    font-weight: 600;
    margin-bottom: 22px;
}
/*    .erp-why-section {*/
/*    padding: 0px 0;*/
/*}*/
.erp-software-dev-banner {
    background: #0c1b3a;
    padding: 50px 20px 45px 20px;
    position: relative;
    overflow: hidden;
}
.hero-fact ul li {
    border-right: 3px solid #65718a;
    border-radius: 8px;
    padding: 14px 21px 12px 40px;
    margin-bottom: -8px;

}
  .hero-banner-content h1 {
    font-size: 30px;
  }

  .hero-banner-content p {
    font-size: 15px;
  }


  .hero-animated-icon {
    width: 120px;
    height: 120px;
  }
  /*vmvhvmmvvm*/
  
 .custom-service-area {
    padding: 30px 15px 11px 15px;
}

  .service-type-left {
    top: 100px;
  }

  .service-type-wrap {
    height: 1850px;
  }

  .customlist li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
    .erp-card {
    padding: 36px 16px;
}
    .erp-process {
    background: #fff;
    padding: 40px 15px;
}
    .ideating-and-developing {
    padding: 37px 25px;

}
    .ideating-and-developing .bd_block .row .col-md-6 {
    margin-bottom: 52px;
}
    .erp-why-section {
    padding: 30px 30px;
}
        .hero-banner.erp-software-dev-banner .row {
        flex-direction: column-reverse;
    }
    .erp-why-image img {
    max-width: 80%;
}
    .hero-transparent-thumb {
    max-width: 100% !important;
    margin-bottom: 30px;
}
    .hero-banner-content p {
    color: #d6d6d6;
    max-width: 100% !important;
}
  .hero-banner-content {
    justify-content: center !important;
  }

  .hero-banner-content h1 {
    font-size: 28px;
  }

  .hero-fact ul li {
    font-size: 14px;
  }


  .hero-animated-icon {
    width: 95px;
    height: 95px;
  }
    .erp-badge {
        font-size: 12px;
        padding: 8px 10px;
    }

    .erp-badge img {
        width: 18px;
    }

    .badge-2,
    .badge-3,
    .badge-4 {
        left: 0;
    }

    .badge-5,
    .badge-6 {
        right: 0;
    }
    
    /*another section*/
      .erp-cta-wrapper {
        padding: 30px 25px;
    }

    .cta-icon {
        display: none;
    }
     .hero-animated-icon {
    width: clamp(30px, 5vw, 46px);
  }

  .icon-seven,
  .icon-eight {
    display: none;
  }
    /*bghghkgk*/
    
      .custom-service-area {
    padding: 60px 15px 55px 15px;
  }

  .service-type-left {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }

  .service-type-wrap {
    height: auto;
  }

  .single-service-type {
    position: relative;
    top: auto !important;
    margin-bottom: 24px;
  }
  .crmdev-tailored .item_bd .text {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    font-size: 15px;
}
}
@media (max-width: 768px){
    
 .crmdev-tailored .impact-wrapper {
        flex-direction: column !important;
        gap: 10px !important;
      }
      
    .erp-software-dev-banner {
    background: #0c1b3a;
    padding: 30px 20px 30px 20px;
    position: relative;
    overflow: hidden;
}
.erp-why-section {
    padding: 20px 25px;
}
    .hero-banner .hero-banner-content > div .innr-banner-btn > .bd > a {
 
    margin: 0;
    padding: 10px 6px;
    font-size: 13px !important;
  
}
 .erp-why-image img {
    max-width: 90%;
    margin-bottom: 20px;
    /* line-height: 24px; */
}
.erp-why-content h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0c1b3a;
    line-height: 34px;
}
    .hero-fact ul li {
    border-right: 3px solid #65718a;
    border-radius: 8px;
    padding: 14px 21px 12px 40px;
    margin-bottom: -4px;
}
.erp-why-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 18px;
}
.kanha-section-title {
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 26px;
    font-size: 25px;
}
.kanha-section-title span {
    color: #0b3c6f;
    font-weight: 700;
    line-height: 47px;
}

    .service-type-wrap {
        position: static;
    }
      .service-type-wrap,
    .service-type-left {
        position: static !important;
        transform: none !important;
    }
       .custom-service-area .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
     .custom-service-area .row {
        flex-direction: column;
    }


  .hero-banner-content {
    text-align: center;
  }


.hero-banner-content p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
}

.hero-banner-content h1 {
    font-size: 25px;
    text-align: left;
}
.hero-fact ul li {
    text-align: left;
    font-size: 14px;
}

  /*.hero-transparent-thumb {*/
  /*  max-width: 100%;*/
  /*}*/



  .innr-banner-btn {
    text-align: left;
}
   .hero-bg-object-thumb {
    display: none;
  }
  
  /*hh*/
    .custom-service-area {
    padding: 50px 15px 50px 15px;
  }

  .single-service-type {
    padding: 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  .service-type-head h3,
  .service-type-head h4 {
    font-size: 20px;
  }

  .customlist li {
    font-size: 20px;
  }
  .hero-banner .breadcrumb li {
    font-size: 15px;
    color: rgb(236 115 35);
}
.hero-banner .breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.custom-service-area h2 {
    font-size: 26px;
    line-height: 1.3;
}

.custom-service-area p {
    font-size: 16px;
    line-height: 1.4;
}
.custom-service-area .customlist li {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #555;
    line-height: 26px;
}
.custom-service-area .service-type-left .service-five-point span{
    font-size: 16px;
}
.custom-service-area .customlist li::after {
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 100;
    position: absolute;
    left: -6px;
    top: 2px;
}
.kanha-unique-section {
    padding: 35px 0;
    background: #f7f9fc;
}

/*custom css*/
 .customized-crm-block .item_text_box {
      background: #fff;
      box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
}
  /* Remove column behavior on mobile */
  .customized-crm-block .item-order-2,
  .customized-crm-block .item-order-3 {
      display: contents;
  }
    /* text/cards section BEFORE image */
  .customized-crm-block .item-order-2 {
      order: 1;
      display: contents;
  }

  /* image section in the middle */
  .customized-crm-block .item-order-1 {
      order: 2;
      width: 100%;
  }

  /* last cards */
  .customized-crm-block .item-order-3 {
      order: 3;
      display: contents;
  }
 .customized-crm-block .row {
      gap: 16px;  
  }
  .customized-crm-block .item_text_box {
      flex: 0 0 48%;  
  }
  /* .customized-crm-block .container {*/
  /*    padding-left: 16px;*/
  /*    padding-right: 16px;*/
  /*}*/
  .customized-crm-block {
    margin: 0;
    padding: 33px 36px !important;
    background: #fff;
}
.customized-crm-block .item_text_box .top_sec h3 {
    margin: 0;
    padding: 0 0 7px 14px !important;
    font-size: 17px !important;
    color: var(--blue-dark-color);
    line-height: 22px !important;
    transition: 0.3s;
    width: 100% !important;
    margin-top: 11px !important;
    margin-right: 24px;
}
  .kanha-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 12px;
  }
   .kanha-icon {
      margin-bottom: 6px;
  }

  .kanha-icon img {
      width: 48px;
      height: auto;
  }
  .kanha-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 25px;
}
.erp-compare-header h2 {
    font-size: 27px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 10px;
}
.erp-compare-section {
    padding: 30px 0;
    background: #f8fafc;
}
.portfolio_block .title h2 {
    font-size: 23px !important;
    line-height: 23px !important;
    font-weight: 700;
    width: 100% !important;
}
.erp-solutions-industries .portfolio_slider_bd, .portfolio_block .portfolio_slider_bd {
    margin: 0;
    padding: 20px 0 0 61px !important;
}
.erp-cta-section {
    background: #05124c;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}
.erp-cta-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: left;
}
.erp-cta-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    opacity: 0.95;
    color: #fff;
    text-align: left;
}
.erp-cta-section .erp-cta-btn {
      display: inline-block;
      margin-left: 0;
      margin-right: auto;
      text-align: left;
  }
  .ideating-and-developing .title h2 {
    width: 100%;
    font-size: 24px !important;
    line-height: 34px!important;
    color: #05124c !important;
}
.perks-arobit-block .item .icon {
    width: 75px;
    height: 75px;
    background-color: #05124c;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -49px auto 5px;
    transition: 0.3s ease-in-out;
}
.perks-arobit-block .item .icon img {
    max-width: 100%;
    width: 47px;
    object-fit: cover;
    height: 47px;
    filter: brightness(0) invert(1) !important
    /* color: #ffffff; */;
}
.ideating-and-developing .bd_block p {
    padding: 0 0 6px 20px;
    font-size: var(--font-size-16);
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
}
.perks-arobit-block .item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: left;
}
.erp-integrations-dev .item_bd .item .icon {
    width: 75px;
    height: 75px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-top: -57px;
    background-color: #05124c !important;
    float: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 4px solid #fff;
}
.erp-integrations-dev .item_bd .item .icon img {
    max-width: 100%;
    width: 48px;
    object-fit: contain;
    height: 48px;
    /* color: #1d2022; */
    filter: brightness(0) invert(1);
}
.erp-integrations-dev .item_bd h3 {
    margin: 0;
    padding: 20px 0 0;
    font-size: 18px;
    color: #ffffff !important;
    line-height: 30px;
    font-weight: 600;
    min-height: 128px;
    text-align: center;
}
.erp-process .title h2{
    font-size: 27px !important;
    line-height: 35px !important;
    margin-bottom: -19px !important;

}
.erp-card {
    padding: 24px 16px !important;
}
.erp-process .erp-grid .erp-card .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.erp-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.erp-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #e2e8f0;
    line-height: 1.6;
    padding-left: 25px;
}

.counter-section .title h2 {
    font-size: 34px !important;
    line-height: 50px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 8px !important;
}

.php-codeigniter-idead-support .title h2 {
    margin: 0 auto;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 28px !important;
    line-height: 31px !important;
    color: #05124c;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
}

.php-codeigniter-idead-support .title p {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.erp-software-deve-block .web-why-choose-us-inner-box h3 {
    padding-left: 0;
    text-align: center;
    font-size: 17px !important;
    line-height: 23px !important;
    margin-top: 13px !important;
}
.php-codeigniter-idead-support .web-why-choose-us-inner-box p {
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}
}


@media (max-width: 576px) {
    .single-service-type {
    padding: 13px;
}

    .customized-crm-block .item_text_box .top_sec h3 {
    margin: 0;
    padding: 0 0 7px 1px !important;
    font-size: 17px !important;
    color: var(--blue-dark-color);
    line-height: 22px !important;
    transition: 0.3s;
    width: 100% !important;
    margin-top: 10px !important;
    margin-right: 18px;
    text-align: left;
}
    .customized-crm-block .item_text_box .top_sec {
    flex-wrap: wrap !important;
}
    .erp-industry-specific .technologies_tabs .tab-content .text-bd, .mvp-develop-alter .item_bd .item-box .text-block {
    margin: 0;
    padding: 3px !important;
}
    .erp-industry-specific .technologies_tabs .tab-content .text-bd p {
    color: var(--ass-color);
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
    .erp-industry-specific .technologies_tabs .top-block ul li a {
    border-radius: 30px;
    padding: 4px 5px;
    background-color: #dfe5f3;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 11px;
    display: inline-flex !important;
    text-align: center;
    flex-direction: row;
    transition: all 0.3s;
}

    .erp-industry-specific .top-block p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    padding: 6px 0 0;
}
    .androod-uiux-services, .counter-section, .crm-system-dev, .crmdev-tailored, .customized-crm-block, .ecommerce_alteration-driven, .erp-Why-choose-custom, .erp-custom-built-sec, .erp-industry-specific, .faqblock_home, .happy-clients, .iOS-mobileapp-section, .ios-benefit-block, .marking-seo-servic, .mvp-develop-alter, .mvp-services-offer-section, .php-codeigniter-idead-support, .portfolio_block, .technologies_block, .uiuxdev-application-block, .uiuxdev-isoand-block, .web_whygo_section {
    padding: 29px 0;
}
    .ideating-and-developing {
    padding: 9px 12px;

}
    .perks-arobit-block .item .icon {
    width: 67px;
    height: 67px;
    background-color: #05124c;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -41px auto 1px;
    transition: 0.3s ease-in-out;
}
.perks-arobit-block .item h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}
 .ideating-and-developing .bd_block p {
    padding: 0 0 19px 18px;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
}
    .ideating-and-developing .title h2 {
    width: 100%;
    font-size: 17px !important;
    line-height: 15px!important;
    color: #05124c !important;
}
    .erp-cta-section {
    background: #05124c;
    padding: 9px 0;
    position: relative;
    overflow: hidden;
}
    .erp-cta-content h2 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 11px;
    text-align: left;
}
    .portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}
    .portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption h3 {
    margin: 0;
    padding: 0 0 9px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: var(--blue-dark-color);
    font-weight: 800;
}
    .portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption h3 {
    line-height: 20px;
}
    
    .erp-solutions-industries .portfolio_slider_bd, .portfolio_block .portfolio_slider_bd {
    margin: 0;
    padding: 12px 0px 0px 31px !important; 
}
    .customized-crm-block .item-img {
    text-align: center;
    margin: 9px 0;
}
    .erp-compare-section {
    padding: 9px 0;
    background: #f8fafc;
}
    .kanha-unique-section {
    padding: 9px 0;
    background: #f7f9fc;
}
  .customized-crm-block {
    margin: 0;
    padding: 8px 12px !important;
    background: #fff;
}
    .crmdev-tailored {
    margin: 0px;
    padding: 19px 0px;
    background: rgb(235 239 255)!important;
}
    .crmdev-tailored .item_bd .text {
    padding: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    font-size: 8px;
}
    .title p {
    font-size: 13px !important;
    line-height: 20px !important;
}
    .kanha-icon {
    min-width: 49px;
    height: 49px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kanha-icon img {
    width: 38px;
    height: auto;
}
    .kanha-icon {
    margin-bottom: -14px;
}
    .erp-compare-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 10px;
}
.erp-compare-header p {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
}
.erp-compare-table th {
    padding: 8px 6px;
    font-size: 11px;
    color: #161515;
    font-weight: 700;
    background-color: #e3dcdc;
}
.erp-compare-table td {
    padding: 8px 8px;
    font-size: 11px;
    color: #444;
    border-bottom: 1px solid #05124c;
}

.kanha-card p {
    font-size: 13px;
    color: #5c6670;
    line-height: 1.5;
    text-align: left;
}
.kanha-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 20px;
    text-align: left;
}
 .custom-service-area .service-type-left .service-five-point span {
    font-size: 15px;
}
    .hero-banner-content p {
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}
.hero-banner-content h1 {
    font-size: 19px;
    text-align: left;
}
.hero-fact ul li {
    text-align: left;
    font-size: 12px;
}
.hero-banner .hero-banner-content > div .innr-banner-btn > .bd > a {
    margin: 0;
    padding: 13px 9px;
    font-size: 13px !important;
}
.hero-banner .breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}
.hero-banner .breadcrumb li {
    font-size: 12px;
    color: rgb(236 115 35);
}
    .erp-integrations-dev .item_bd .item {
    margin: 0;
    padding: 15px;
    background: #05124c !important;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
}
   .crmdev-tailored .title h2, .customized-crm-block .title h2, .expert-seo-services-sec .title h2, .mvp-benefits-section .title h2, .mvp-why-choose-dev-section .title h2, .mvp_proven_section .title h2, .virtual_benefits_sec .title h2, .web_whygo_section .title h2 {
    margin: 0 auto;
    padding: 0 0 10px;
    width: 70%;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2px !important;
    font-size: 15px !important;
}
.crmdev-tailored .item_bd .text p {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #17286e !important;
    font-weight: 700;
}
.kanha-section-title {
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 23px;
    font-size: 20px;
    text-align: left;
}
.kanha-section-title span {
    color: #0b3c6f;
    font-weight: 700;
    line-height: 26px;
}
    .kanha-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid transparent;
    height: 100%;
    transition: 0.3s ease;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}
.kanha-unique-section .kanha-section-p {
    text-align: left;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 500;
}
 .customized-crm-block .item_text_box {
    flex: 0 0 100%;
    margin: 0 auto;
}
    .customized-crm-block .item-img {
      text-align: center;
      margin: 20px 0;
  }

  .customized-crm-block .item-img img {
      max-width: 100%;
      height: auto;
  }
    
  
    .erp-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
}
    
    /* Main heading */
  .custom-service-area h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  /* Section headings (right side cards) */
  .custom-service-area h3,
  .custom-service-area h4 {
    font-size: 18px;
    line-height: 1.3;
  }

  /* Paragraph text */
  .custom-service-area p {
    font-size: 20px;
    line-height: 1.6;
  }

  /* List items */
  .custom-service-area li {
    font-size: 13px;
    line-height: 1.6;
  }

  /* Icon + text alignment (optional but helps) */
.five-point-item {
    align-items: flex-start;
    font-size: -5px;
    display: flex;
}
.custom-service-area .service-type-left .service-five-point span {
    font-size: 15px;
}
    .erp-badge {
        position: static;
        margin-top: 10px;
        display: inline-flex;
    }

    .erp-right {
        text-align: center;
    }
    
        .erp-cta-content p {
        font-size: 15px;
    }

    .erp-cta-btn {
        padding: 10px 22px;
        font-size: 14px;
    }
    
    /*dffgf*/
    
    
      .custom-service-area {
    padding: 40px 12px 40px 12px;
  }

  .single-service-type {
    padding: 20px;
  }

  .customlist {
    padding-left: 18px !important;
  }
  .ideating-and-developing {
    padding: 9px 12px;
    width: 100%;
}
.ideating-and-developing .title h2 {
    width: 100%;
    font-size: 16px !important;
    line-height: 15px!important;
    color: #05124c !important;
    margin-top: 14px;
}
.portfolio_block .title h2 {
    font-size: 19px !important;
    line-height: 21px !important;
    font-weight: 700;
    width: 100% !important;
}
.customized-crm-block .item_text_box .text-box p {
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #424242;
}
.custom-service-area .customlist li::after {
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 100;
    position: absolute;
    left: -3px;
    top: 2px;
}
.hero-banner .breadcrumb {
    margin-top: 19px;
}
.erp-why-content h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 11px;
    color: #0c1b3a;
    line-height: 23px;
}
.erp-why-section .see-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    margin-top: 0px;
    padding: 10px 19px;
    border: 1.5px solid #f5851f;
    border-radius: 30px;
    color: #f5851f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.brand-logo h1, .brand-logo p {
    font-size: 15px;
    line-height: 21px;
    width: 100%;
}
.erp-why-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 11px;
    color: #0c1b3a;
    line-height: 23px;
}
}
@media (max-width: 480px) {
    .hero-banner .breadcrumb li {
    font-size: 15px;
    color: rgb(236 115 35);
}
    .hero-banner .breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}


.kanha-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 23px;
    text-align: left;
}
.crmdev-tailored .title h2, .customized-crm-block .title h2, .expert-seo-services-sec .title h2, .mvp-benefits-section .title h2, .mvp-why-choose-dev-section .title h2, .mvp_proven_section .title h2, .virtual_benefits_sec .title h2, .web_whygo_section .title h2 {
    margin: 0 auto;
    padding: 0 0 10px;
    width: 70%;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2px !important;
    font-size: 20px !important;
}
.kanha-card p {
    font-size: 15px;
    color: #5c6670;
    line-height: 1.5;
    text-align: left;
}
    .crmdev-tailored .item_bd .text {
    padding: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    font-size: 8px;
}
.erp-why-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 18px;
}
     .erp-compare-table,
  .erp-compare-table thead,
  .erp-compare-table tbody,
  .erp-compare-table th,
  .erp-compare-table td,
  .erp-compare-table tr {
    display: block;
    width: 100%;
  }

  /* Hide table header */
  .erp-compare-table thead {
    display: none;
  }
.erp-compare-table tbody tr:nth-child(even) {
    background: #e0e0e0 !important;
}
  /* Card style */
.erp-compare-table tr {
    background: #e5e6ea !important;
    margin-bottom: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 12px;
}

  .erp-compare-table td {
    border: none;
    padding: 10px 0;
    font-size: 14px;
  }

  /* Label before value */
  .erp-compare-table td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    color: #555;
  }

  .custom-service-area {
    padding: 35px 10px 35px 10px;
  }
.custom-service-area p {
    font-size: 15px;
    line-height: 1.6;
}
  

  .customlist li {
    font-size: 13px;
  }
  /*  .hero-bg-object-thumb {*/
  /*  display: block;*/
  /*}*/

  /*.hero-animated-icon {*/
  /*  width: 28px;*/
  /*}*/

  /*.icon-three,*/
  /*.icon-four,*/
  /*.icon-five,*/
  /*.icon-six,*/
  /*.icon-seven,*/
  /*.icon-eight {*/
  /*  display: none;*/
  /*}*/


.erp-compare-table {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #bbbcc2;
}


.customized-crm-block .item_text_box .text-box p {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    color: #424242;
}
.hero-fact ul li {
    text-align: left;
    font-size: 15px;
}
}
@media (max-width: 360px) {

    .erp-software-dev-banner {
    background: #0c1b3a;
    padding: 23px 12px 7px 12px;
    position: relative;
    overflow: hidden;
}
    .hero-fact ul li::before {
    content: "✔";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec7323;
    font-size: 13px;
}
    .hero-fact ul li {
    border-right: 3px solid #65718a;
    border-radius: 8px;
    padding: 13px 11px 11px 39px;
    margin-bottom: -6px;
}
 
    .hero-banner-content h1 {
    font-size: 16px;
    text-align: left;
}

  .custom-service-area {
    padding: 30px 8px 30px 8px;
  }


  .customlist li {
    font-size: 12.5px;
  }
}


