body {
    font-family: "Inter", sans-serif;
    color: #000;
    overflow-x: hidden;
    font-size: 18px;
    background-color: #fff !important;
} 

/********************
 container size 
****************************/

.container {
    max-width: 1650px;
}

@media (max-width: 1780px) {
    .container {
        max-width: 1550px;
    }
}

@media (max-width: 1599px) {
    .container {
        max-width: 1360px
    }
}

@media (max-width: 1399px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1160px
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 95%
    }
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0
} 

/********************
 font size  & spacing & button
****************************/

h1,
h2,
h3,
h4,
h5,
h6,.display-font {
    font-family: "Inter", sans-serif;
}

p {
    font-size: 20px;
    color: #000
}

.section-space {
    padding: 100px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 70px;
}  

img {
    max-width: 100%;
}

 .btn-cta-teal-green {
    background: #02C39A;
    color: #fff;
    border-radius: 50px;
    padding: .75rem 1.8rem;
    font-weight: 600;
    font-size: 26px;
    border: none
}

.btn-cta-teal-green:hover {
    background: #DFF7F2;
    color: #02C39A
}

.btn.btn-cta-teal-green:focus-visible{
    background: #02C39A !important;
    color: #fff !important;
    border-color: transparent !important;
}

.btn-check:checked+.btn, .btn.btn-cta-teal-green.active, .btn.btn-cta-teal-green.show, .btn.btn-cta-teal-green:first-child:active{
     background: #02C39A !important;
    color: #fff !important;
    border-color: transparent !important;
}

:not(.btn-check)+.btn:active{
     background: #fff !important;    
     color: #000;
}

.btn-cta-teal {
     background: #279CE4;
     color: #fff;
     border-radius: 50px;
     padding: .75rem 1.8rem;
     font-weight: 600;
     font-size: 26px;
     border: none
 }

 .btn-cta-teal:hover {
     background: #1f78af;
     color: #fff
 }

.btn.btn-cta-teal:focus-visible{
    background: #279CE4 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.btn-check:checked+.btn, .btn.btn-cta-teal.active, .btn.btn-cta-teal.show, .btn.btn-cta-teal:first-child:active{
     background: #279CE4 !important;
    color: #fff !important;
    border-color: transparent !important;
}


.btn-cta-purple {
     background: #4F348B;
     color: #fff;
     border-radius: 50px;
     padding: .75rem 1.8rem;
     font-weight: 600;
     font-size: 26px;
     border: none
 }

 .btn-cta-purple:hover {
     background: #9E87D0;
     color: #fff
 }

.btn.btn-cta-purple:focus-visible{
    background: #4F348B !important;
    color: #fff !important;
    border-color: transparent !important;
}

.btn-check:checked+.btn, .btn.btn-cta-purple.active, .btn.btn-cta-purple.show, .btn.btn-cta-purple:first-child:active{
     background: #9E87D0 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.btn-cta-purple-light {
    background: #9E87D0;
     color: #fff;
     border-radius: 50px;
     padding: .75rem 1.8rem;
     font-weight: 600;
     font-size: 26px;
     border: none
}

 .btn-cta-purple-light:hover {
     background: #4F348B;
     color: #fff
 }

@media (max-width: 1599px) { 

    p {
        font-size: 18px;
        line-height: 30px;
    }

    .section-title {
        font-size: 36px;
        line-height: 46px;
    }

    .btn-cta-teal-green,.btn-cta-teal {
        font-size: 18px;
    } 

    .bullet-listing li{
        font-size: 18px;
        line-height: 28px;
    }
} 

@media (max-width: 991px) {   

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .section-title {
        font-size: 32px;
        line-height: 42px;
    }

    .btn-cta-teal-green,.btn-cta-teal {
        font-size: 18px;
    } 

    .bullet-listing li{
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width:767px){
    .section-space {
        padding: 60px 0;
    }
}

/* *******************
header css start
******************** */

.nav-link {
    font-weight: 600;
    font-size: 1rem;
    color: #111 !important;
    padding: 10px 15px !important;
    border-radius: 50px;
} 

.second-nav .nav-link.active,
.second-nav .nav-link:hover{ 
    background: none;
    border: 0px !important;
    border-bottom: 2px solid #fff !important;
    box-shadow: none;
    border-radius: 0px;
}

.navbar-nav .nav-item {
    margin: 0 10px;
} 

.second-nav .nav-link.text-white {
    color: #fff !important;
    padding: 10px 25px !important;
}

@media (max-width: 1199px) { 

    .nav-link {
        font-size: 14px;
        padding: 10px 12px !important;
    }

    .navbar-nav .nav-item {
        margin: 0 5px;
    }
}

@media (max-width: 767px) { 

    .navbar-nav .nav-item {
        margin: 3px 10px
    }   
}

/* *******************
color css start
******************** */  
.radius-10{
    border-radius: 10px;
}

.radius-25{
    border-radius: 25px;
}

.border-blue{ 
    border: 1px solid #006CAF;
}

.border-light-blue{
    border: 1px solid #279CE4 !important;
}

.border-green{
    border: 1px solid #02C39A;
}

.border-gray{
   border: 1px solid #8C8C8C;
}

.border-purple{
    border: 1px solid #4F348B;
}

.text-green {
    color: #02C39A !important;
}

.text-blue{
    color: #006CAF;
}

.text-purple{
    color: #4F348B !important;
}

.text-light-blue{
    color: #279CE4;
}

.bg-light-purple{
    background: #F7F3FE !important;
}

.bg-light-blue{
    background: #F5FBFF;
}

.bg-gradient-blue{
    background: linear-gradient(117.74deg, #ECF8FF -7.5%, #BFE7FF 103.34%);
}

.bg-light-info{
    background: #279CE40D;
}  

.bg-light-white {
    background-color: #FAFAFA;
}

.bg-light-green {
    background: #DFF7F2;
}

.bg-dark-blue{
    background: #043350 !important;
}

.bg-purple{
    background: #4F348B;
}

/* *******************
Hero banner css start
******************** */ 

.dc-hero-section {
    position: relative;
    margin-top: -82px;
    width: 100%;
    z-index: 2;
    min-height: 900px;
    overflow: hidden;
}

.dc-hero-section .hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.dc-hero-section .book-a-demo-hero {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 6rem 0 5rem !important
}

.hero-sub {
    font-size: 30px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.5
}

.book-a-demo-left {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    color: #fff
}

.book-a-demo-left img {
    width: 38%;
}

.btn-book-demo {
    background: #fff;
    color: #006CAF;
    border-radius: 50px;
    padding: .35rem 1rem;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .07em;
    height: 62px;
}

.btn-book-demo:hover {
    background-color: #006CAF;
    color: #fff;
}

.btn-book-demo-green {
    background: #fff;
    color: #02C39A;
    border-radius: 50px;
    padding: .35rem 1rem;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .07em;
    height: 62px;
}

.btn-book-demo-green:hover {
    background-color: #02C39A;
    color: #fff;
}

.btn-book-demo-purple {
    background: #fff;
    color: #4F348B;
    border-radius: 50px;
    padding: .35rem 1rem;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .07em;
    height: 62px;
}

.btn-book-demo-purple:hover {
    background-color: #4F348B;
    color: #fff;
}

.hero-title {
    font-size: 78px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1
}

.dc-hero-dashboard {
    margin: -250px auto;
    z-index: 9;
    position: relative;
    text-align: center;
}

.stat-card{
    background:#FFFFFF4D;
    border-radius:14px;
    padding:1rem 1.4rem;
    flex:1;
    max-width:255px
}

.stat-num{
    font-size:2.4rem;
    font-weight:700;
    color:#fff;
    font-family:Inter,sans-serif
}

.stat-label{
    font-size:24px;
    color:#fff;
    line-height:1.3
}


@media (max-width: 1599px) { 
    .dc-hero-dashboard {
        margin: -270px auto;
    }

    .btn-book-demo-green img ,.btn-book-demo-purple img{
      width: 30px;
    } 

    .btn-book-demo-green ,.btn-book-demo-purple{ 
      font-size: 18px; 
      height: 50px;
    }

    .book-a-demo-left img {
       width: 26%;
    } 
    
    .hero-sub {
        font-size: 28px !important;
        line-height: 40px;
    }

    .hero-title {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .container.hero-content {
        padding: 6rem 0 5rem
    }  

    .hero-sub {
        font-size: 25px !important;
        line-height: 35px;
    } 
} 

@media (max-width: 991px) { 
    .btn-book-demo,.btn-book-demo-green ,.btn-book-demo-purple{
        background-color: transparent;
    } 
    
    .hero-title {
        font-size: 50px;
    } 

    .dc-hero-dashboard {
        margin: -295px auto !important;
    } 
}

@media (max-width: 767px) { 

     .hero-title {
        font-size: 40px;
    }
    .dc-hero-dashboard {
        margin: -165px auto !important;
    }
}

@media (max-width:680px) { 

    .dc-hero-dashboard {
        margin: -200px auto !important;
    }
}

@media (max-width:560px) { 

    .dc-hero-dashboard {
        margin: -110px auto !important;
    }
}
/* ******************* 
automation-section css start
******************** */ 

.automation-section ul li h3{
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: start;
}

.automation-section ul li::marker {
    color: transparent;
}

.automation-section ul li:before {
    font-weight: 700;
    content: "";
    position: absolute;
    left: -50px;
    background: url(/wp-content/uploads/2026/05/dc-arrow-icon.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 0;
}

/* *******************
CTA  css start
******************** */ 

.consulting-strip { 
    background: linear-gradient(104.51deg, #003C61 2.82%, #006CAF 86.68%); 
    color: #fff
}

.consulting-strip.dark-green {
    background: #244342 !important;
    color: #fff
}

.consulting-strip h3 {
    font-size: 44px;
    line-height: 54px
}

.consulting-strip .f-32 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 16px;
    font-weight: 700;
}

.consulting-strip p {
    font-size: 32px;
    line-height: 42px;
}

@media (max-width:1599px) { 
    .consulting-strip .f-32 {
        font-size: 40px;
        line-height: 50px;
    }

    .consulting-strip h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .consulting-strip p{
        font-size: 20px;
        line-height: 30px;
    }
  }

@media (max-width:991px) { 
    .consulting-strip h3 {
        font-size: 33px;
        line-height: 43px;
    }

    .consulting-strip .f-32 {
        font-size: 33px;
        line-height: 43px;
    }
}

/* *******************
challenge section css start
******************** */  

.complete-automation {
    padding: 22rem 0 0rem !important;
}

.what-data-center .what-center-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    gap: 0 20px;
}

.complete-automation .clients-logos1 img{
    padding: 0 16px;
}

@media (max-width: 991px) {  
    .complete-automation {
        padding: 20rem 0 0rem !important;
    }

    .what-data-center .what-center-grid {
        display: grid;
        grid-template-columns: auto;
        gap: 0;
    }
}

@media (max-width: 767px) {
    .complete-automation {
        padding: 16rem 0 5rem !important;
    }
    .complete-automation.challenge-section{
        padding: 16rem 0 0rem !important;
    }
} 

@media (max-width: 560px) {
    .complete-automation {
        padding: 11rem 0 5rem !important;
    }
}

/* *******************
automation tab css start
******************** */  

.automation-tabs .tab-scroll {
     margin: 40px 0 0 0;
     overflow-x: auto;
     white-space: nowrap;
     scroll-behavior: smooth;
     margin: 25px 25px 0px;
     padding: 0 !important;
     overflow-y: hidden;
     scrollbar-width: none; 
     -ms-overflow-style: none;
     scroll-behavior: smooth;
     border-bottom: 1px solid #979797;
 }

 .automation-tabs .nav-pills {
     flex-wrap: nowrap;
     /* height: 63px; */
 }

 .automation-tabs .nav-link {
     background: transparent;
     color: #279CE4;
    border: solid 0px #279CE4;
     padding: 15px 15px !important;
     font-size: 20px;
     font-weight: 600;
     border-radius: 0;
 }

 .automation-tabs .nav-link.active,
 .automation-tabs .nav-link:hover {
     border-bottom: 2px solid #0D84CE;
     background: transparent;
     color: #0D84CE !important;
     /* position: relative;
     bottom: -2px; */
 }
 
.automation-tabs .nav-link.nav-green {
    background: transparent;
    color: #02C39A;
    border: solid 0px #02C39A;
    padding: 15px 15px !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
}

.automation-tabs .nav-link.nav-green.active,
.automation-tabs .nav-link.nav-green:hover {
    background: transparent;
    color: #02C39A !important;
    border-bottom: 2px solid #02C39A;
    position: relative;
    bottom: -1px;
} 


.automation-tabs .nav-link.nav-purple {
    background: transparent;
    color: #4F348B;
    border: solid 0px #4F348B;
    padding: 15px 15px !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
}

.automation-tabs .nav-link.nav-purple.active,
.automation-tabs .nav-link.nav-purple:hover {
    background: transparent;
    color: #4F348B !important;
    border-bottom: 2px solid #4F348B;
    position: relative;
    bottom: -1px;
} 

 .automation-tabs ul li {
     font-size: 20px;
     margin-right: 20px;
 }

 .automation-tabs h3 {
     font-size: 24px;
     font-weight: 700;
 } 

@media (max-width: 1599px) {
    .automation-tabs ul li {
        font-size: 18px;
    } 
}

@media (max-width: 991px) {
    .automation-tabs .nav-link {
        font-size: 18px;
    } 

    .automation-tabs ul li {
        font-size: 16px;
    }
}

@media (max-width:767px) { 
    
    .automation-tabs .nav-link{
        padding: 5px 15px;
    }
} 

@media (max-width:560px) { 

   .automation-tabs .tab-scroll{border-bottom: 0px;}

   .automation-tabs ul {
        display: block !important;
    }
}
/* *******************
step-card  css start
******************** */ 

.steps-wrapper .step-card {
    padding: 20px 24px 20px 30px;
    width: 100%;
    height: 100%;
    border: 1.5px solid transparent;
}

.steps-wrapper .step-card:hover {
    box-shadow: 2px 2px 15px 1px #0000001A;
    border: 1.5px solid #DCDCDC;
    border-radius: 22px;
}

.steps-wrapper .step-number-label {
    font-weight: 800;
    font-size: 26px;
    color: #006CAF;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    text-align: start;
}

.steps-wrapper .step-underline {
    display: block;
    width: 44px;
    height: 1px;
    background: #006CAF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.steps-wrapper .step-title {
    font-size: 24px;
    font-weight: 500;
}  

.step-card { 
    border-radius: 10px;
    padding: 30px 30px 30px 42px;
    position: relative;
    margin: 0 10px;
    background: #fff;
    height: 100%;
}

.step-header {
    color: #000;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    padding: 12px 0;
    font-weight: 800;
    position: relative;
    text-align: start;
    line-height: 38px;
    font-size: 28px !important;
}

.step-number {
    font-size: 40px;
    line-height: 100%;
    font-weight: bold; 
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    display: block;
}

.step-count-flex {
    background: #fff;
    position: absolute;
    left: -25px;
    top: 40px;
}

.step-card .card-body {
    padding: 12px 20px
}

.step-card .card-body p {
    margin: 0;
    text-align: start;
}

.step-card img {
    width: 70px;
}

.step-header small {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1599px) {

    .step-header {
        font-size: 24px !important
    }

      .steps-wrapper .step-number-label {
        font-size: 24px !important;
    }

    .steps-wrapper .step-title {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .step-card {
        padding: 15px 15px 15px 40px;
    }

    .step-card .card-body p {
        margin: 0;
        text-align: start;
    } 
}

@media (max-width:991px){
    .step-header {
        font-size: 22px !important;
        padding: 0;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .step-header small {
        font-size: 16px; 
    }
}

@media (max-width: 767px) {
    .step-header {
        padding: 22px 50px 22px 16px
    }

    .step-title br{
        display: none;
    }

    .steps-wrapper .step-title {
        font-size: 20px;
    }

    .steps-wrapper .step-number-label{
        margin-bottom: 20px;
    }

    .steps-wrapper .step-underline {
       margin-top: 16px;
       margin-bottom: 16px;
    }
}

/* *******************
ACCORDION css start
******************** */ 

.accordion.use-case-accordion {
    border-radius: 12px !important;
}

.use-case-accordion .accordion-item {
    border: 0px solid;
    border-radius: 15px !important;
}

.use-case-accordion.green .accordion-item {
    border: 1px solid #02c39a;
}

.use-case-dc .use-case-accordion.green .accordion-button:not(.collapsed){
    background-color: #02c39a;
}

.use-case-accordion .accordion-button {
    font-weight: 500;
    background: #fff;
    border-radius: 15px !important;
    font-size: 22px;
    font-weight: 700;
}

.use-case-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow:none !important;
}

.use-case-accordion .accordion-collapse.collapse.show {
    border-top: 1px solid #A8C5CF;
}

.use-case-accordion .accordion-button:focus {
    box-shadow: none !important;
}

.use-case-accordion .accordion-body {
    font-size: 14px;
    color: #444;
}

.use-case-accordion .accordion-button::after {
    filter: brightness(0);
}


@media (max-width: 1599px) {  
    .use-case-accordion .accordion-button {
        font-size: 22px;
        line-height: 34px;
    }

    .use-case-accordion .accordion-body {
        font-size: 20px;
        line-height: 30px;
    } 
  }

@media (max-width: 991px) {  
    .use-case-accordion .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .use-case-accordion .accordion-body {
        font-size: 18px;
        line-height: 28px;
    }
}

/* *******************
vertical tab & accordion  css start
******************** */ 

.use-case-dc h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.use-case-dc p {
    font-size: 20px;
}

.use-case-dc ul li {
    margin-bottom: 10px;
    font-size: 20px;
}

.use-case-dc .use-case-tabs .nav-link img {
    display: none;
}

.use-case-dc .use-case-tabs .nav-link.active img {
    display: block;
}

.use-case-dc .use-case-accordion .accordion-button {
    font-weight: 500;
    background: #fff;
}

.use-case-dc .use-case-accordion .accordion-collapse.collapse.show{
    border-top: 0px solid #A8C5CF;
}

.use-case-dc .use-case-accordion .accordion-button:not(.collapsed) {
    background-color: #006CAF;
    color: #fff;
    border-radius: 15px 15px 0px 0px !important;
}

.use-case-dc .use-case-accordion .accordion-body {
    font-size: 14px;
    color: #444;
}

.use-case-dc .use-case-accordion .accordion-button::after {
    filter: brightness(0);
} 

.use-case-dc .use-case-tabs {
    display: inherit;
    gap: 5px;
}

.use-case-tabs .nav-link {
    color: #000;
    border-radius: 0;
    text-align: left;
    padding: 12px 16px;
    border-left: 3px solid transparent;
    background: transparent;
    transition: 0.3s;
    border-bottom: solid 1px #0D84CE;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: auto;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
}

.use-case-tabs .nav-link:hover {
    color: #000 !important;
}

.use-case-tabs .nav-link.active {
    background-color: #006CAF;
    color: #fff !important;
}

.use-case-tabs .nav-link.active{
    background-color: #0D84CE;
}

@media (max-width: 1599px) {

    .use-case-dc .use-case-accordion .accordion-button {
        font-size: 22px;
        line-height: 34px;
    }

    .use-case-dc .use-case-accordion .accordion-body {
        font-size: 20px;
        line-height: 30px;
    }

    .use-case-dc .use-case-tabs .nav-link {
        font-size: 20px;
    }

    .use-case-dc p,
    .use-case-dc ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .use-case-dc p {
       font-size: 18px;
    }
}

@media (max-width:991px){
    
    .use-case-dc .use-case-accordion .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .use-case-dc .use-case-accordion .accordion-body {
        font-size: 18px;
        line-height: 28px;
    }
}

/* *******************
How Works & what-center-card & Why companies css start
******************** */ 

.what-work-iq .what-center-card {
    border: 1.5px solid #DCDCDC;
    box-shadow: 2px 2px 15px 1px #0000001A;
    height: 100%;
}

.what-center-card {
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    gap: 20px;
    padding: 20px 30px;
}

.what-center-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    text-align: start;
    margin-bottom: 20px;
}

.what-center-card img {
    max-width: 25px;
    margin-top: 7px;
}

.what-center-card p {
    font-size: 20px;
    font-weight: 300;
}

@media (max-width:1599px){
     .what-center-card p {
        font-size: 18px;
    }
    .what-center-card h3 {
        font-size: 24px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {  

    .what-center-card h3 {
        font-size: 22px;
    }
    .what-center-card{ 
        padding: 20px 30px;
    }
} 

/* *******************
background cta css start
******************** */

.dc-findout-cta {
    background-image: url(/wp-content/uploads/2026/05/dc-findout-cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.dc-findout-cta-purple {
    background-image: url(/wp-content/uploads/2026/05/Enterprise-cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

/* *******************
DIFFERENTIATORS NOne css start
******************** */ 

.diff-card-none {
    padding: 30px 20px;
    height: 100%;
    position: relative
}

.diff-card-none h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.diff-card-none h4 {
    font-size: 28px;
    font-weight: 700;
} 

.diff-card-none .icon-wrap {
    width: 72px;
    height: 72px;
    background: #006CAF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diff-card-none.new-card ,
.step-card.new-card{
    box-shadow: 2px 2px 15px 1px #0000001A;
    border: 1.5px solid #DCDCDC;
    border-radius: 20px;
      padding: 20px;
}

@media (max-width:1599px){
    .diff-card-none h4 ,.diff-card-none h3{ 
        font-size: 24px;
        line-height: 34px;
    } 

    .diff-card-none p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width:1199px){

    .diff-card-none {
      padding: 0px 20px;
    }
}

@media (max-width:991px){ 

    .diff-card-none h4 ,.diff-card-none h3{
        font-size: 20px;
        line-height: 30px;
    }
}

/* *******************
table css start
******************** */ 

.cases-table .table {
    border-collapse: separate;
    border-spacing: 50px 0px;
}

.cases-table .table tr td {
    border-bottom: 0px solid;
    padding: 25px;
    background-color: #fff;
}

.cases-table .table tr th {
    padding: 16px 25px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
}

.cases-table .table tr td:first-child {
    white-space: nowrap;
}

.cases-table .table tr td:last-child {
    background: #DFF7F2;
}

.cases-table .table tr th:last-child {
    background: #DFF7F2;
}

.cases-table .table tr:last-child td {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
} 

@media(max-width:991px){
    .cases-table .table tr th{
      min-width: 280px;
    }
}
/* *******************
DIFFERENTIATORS GREEN css start
******************** */  

.diff-card-green {
    border-radius: 20px;
    padding: 2rem 1.6rem;
    height: 100%;
    border: 1px solid #02C39A;
    position: relative
}

.diff-card-green::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 20px;
    bottom: 10%;
    width: 6px;
    background: #02C39A;
    border-radius: 6px 0 0 6px;
    height: 85px
}

.diff-card-green:hover {
    background: #DFF7F2;
    border-color: #DFF7F2;
    color: #000;
}

.diff-card-green h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.diff-card-green:hover .icon-wrap {
    background-color: #fff
}

.diff-card-green:hover .icon-wrap img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(86%) saturate(1336%) hue-rotate(122deg) brightness(90%) contrast(98%);
}

.diff-card-green h4 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.diff-card-green .icon-wrap img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(86%) saturate(1336%) hue-rotate(122deg) brightness(90%) contrast(98%);
    width: 46px;
    height: 46px;
    object-fit: contain;
    margin-top: 0 !important;
    max-width: max-content !important;
}

.diff-card-green .icon-wrap {
    width: 72px;
    height: 72px;
    background: #DFF7F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}  

@media (max-width: 1599px) {
    .diff-card-green h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .diff-card-green h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .diff-card-green p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1199px) {
    .diff-card-green h4 br{
      display: none;
    }
}

@media (max-width: 991px) { 
    .diff-card-green h4 {
        font-size: 20px;
        line-height: 30px;
        text-align: start;
    }

     .diff-card-green h3 {
       font-size: 24px;
        line-height: 34px;
        text-align: start;
    }
}


/* *******************
DIFFERENTIATORS blue theme css start
******************** */  

.diff-card {
    border-radius: 20px;
    padding: 2rem 1.6rem;
    height: 100%;
    border: 1px solid #006CAF;
    position: relative
}

.diff-card::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 20px;
    bottom: 10%;
    width: 6px;
    background: #006CAF;
    border-radius: 6px 0 0 6px;
    height: 85px
}

.diff-card:hover {
    background: #006CAF;
    border-color: #fff;
    color: #fff;
}

.diff-card h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.diff-card:hover h4,
.diff-card:hover h3,
.diff-card:hover p {
    color: #fff !important;
}

.diff-card .icon-wrap {
    width: 72px;
    height: 72px;
    background: #006CAF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diff-card:hover .icon-wrap {
    background-color: #fff
}

.diff-card:hover .icon-wrap img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(24%) saturate(4409%) hue-rotate(179deg) brightness(104%) contrast(102%);
}

.diff-card .icon-wrap img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(107%) contrast(102%);
}

.diff-card h4 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}  

@media (max-width:1599px){
    .diff-card h4{
        font-size: 24px;
        line-height: 34px;
    } 

    .diff-card p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:991px){

    .diff-card h3 {
        font-size: 24px;
        line-height: 34px;
        text-align: start;
    }

    .diff-card h4{
        font-size: 20px;
        line-height: 30px;
        text-align: start;
    }
}


/* *******************
offcanvas css start
******************** */

.offcanvas.offcanvas-end {
    width: 800px;
}

.offcanvas.offcanvas-end .contact-herobanner-form-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.offcanvas .contact-padding h2 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700 !important;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    color: #fff;
}

.offcanvas .check-icon img {
    width: 25px;
}

.offcanvas .contactus-left {
    flex: 1 1 auto;
    background-color: #022255;
    background-position: bottom;
    border-radius: 12px;
}

.offcanvas .contact-padding .contact-address {
    display: block !important;
}

.offcanvas .contact-padding {
    padding: 30px;
}

.offcanvas.offcanvas-end {
    border-left: 0px;
    background-color: #022255;
}

.offcanvas .padding-right-custom {
    padding: 0 12px;
}

.offcanvas .contact-herobanner-form-content iframe {
    min-height: 360px
}

.offcanvas .offcanvas-header.bg-dark {
    background-color: #022255;
}

@media (max-width: 1599px) {
    .offcanvas .contactus-left {
        flex: 1 1 60%;
        padding-right: 25px;
    }
}

@media (max-width: 1199px) {
    .offcanvas .contactus-left {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .offcanvas.offcanvas-end {
        width: 100%;
    }

    .offcanvas .contactus-left {
        background-position: bottom;
    }

    .offcanvas .contact-padding {
        padding: 10px;
    }
}

@media(max-width:704px) {
    .offcanvas-body .contact-herobanner-form-content iframe {
        min-height: 475px;
    }
}

/* *******************
challenge css start
******************** */

.challenge-circle{ 
    box-shadow: 10px 0 0 #0D84CE;
}

.challenge-circle.purple{ 
    box-shadow: 10px 0 0 #4F348B !important;
}

.challenge-we-solve{
    background: #F9F9F9; 
}

.challenge-we-solve ul li:before {
    font-weight: 700;
    content: "";
    position: absolute;
    left: -8px;
    background: url(/wp-content/uploads/2026/05/dc-arrow-icon.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 5px;
}

.challenge-we-solve .purple ul li:before{
    background: url(/wp-content/uploads/2026/05/dc-purple-arrow.svg) no-repeat center center;
}

@media(max-width:991px){
    .challenge-circle{
        display: none;
    }
}

.heading-para{
    font-weight: 500;
    font-size: 28px;
}

@media (max-width: 1599px) {
    .heading-para {
        font-size: 22px;
    }
} 