
/* Capabilities -> ========== Design & Development Page ==========  */
a{
  text-decoration: none;
}
p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 20px;
}
.fs-22{
  font-size: 22px;
}
.fs-24{
  font-size: 24px;
}
.fs-26{
  font-size: 26px;
}
.fs-28{
  font-size: 28px;
}
.spl-bg{
    background-color: #F16223;
    border-radius: 3px;
    padding: 0 5px 0 2px;
    color: #FFF;
}
.cta-btn-orange{
      border-radius:4px; 
      background:#f76f45; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #fff; 
}
.cta-btn-orange:hover{
    background: #089cdc;
    color: #fff; 
}


.cta-btn-dark-blue{
      border-radius:4px; 
      background:#4C3199; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #fff; 
}
.cta-btn-dark-blue:hover{
    background: #089cdc;
    color: #fff; 
}

.cta-btn-white{
      border-radius:4px; 
      background:#FFF; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #000; 
}
.cta-btn-white:hover{
    background: #f76f45;
    color: #000; 
}
.sec-sub-head{
  color: #6C727F;
}

.text-gradient{
   	background: linear-gradient(to right, #00143D, #004CE6); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

  .num-gradient-1{
   	background: linear-gradient(to right, #FFFFFF, #FF5724); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

  .num-gradient-2{
   	background: linear-gradient(to right, #00008A, #FF5724); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

/* Banner Section  */
.capabilities-banner h1{
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0px;
  font-size: 48px;
}
.capabilities-banner.growth-marketing h1,.capabilities-banner.marketplace-and-channel h1,.capabilities-banner.conversion-optimization h1{
  color: #4C3199;
  line-height: 1.5;
  margin: 0px;
  font-size: 48px;
}
.capabilities-banner{
    background: url('../images/capabilities/desigh-development-banner-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
}
.capabilities-banner.product-data-and-pim{
    background: url('../images/capabilities/product-data-and-pim-banner-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
}

.capabilities-banner.inventory-and-fulfillment{
    background: url('../images/capabilities/inventory-and-fulfillment.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
}
.capabilities-banner.shipping-and-logistics{
    background: url('../images/capabilities/shipping-and-logistics.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
}
.capabilities-banner.erp-implementation-and-integration{
    background: url('../images/capabilities/erp-implementation-and-integration-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
}

.capabilities-banner.operations-digitization{
    background: url('../images/capabilities/operations-digitization-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
}

.capabilities-banner.growth-marketing{
    background: url('../images/capabilities/growth-acceleration-banner-bg.webp');
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.capabilities-banner.marketplace-and-channel{
    background: url('../images/capabilities/growth-acceleration-banner-bg.webp');
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.capabilities-banner.conversion-optimization{
    background: url('../images/capabilities/growth-acceleration-banner-bg.webp');
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.capabilities-banner .hero-section{
      color: white;
      padding: 110px 50px 110px;
}

.capabilities-banner.growth-marketing .hero-section{
      padding: 100px 30px 40px;
      color: #000;
}

.capabilities-banner.marketplace-and-channel .hero-section{
      padding: 100px 30px 40px;
      color: #000;
}
.capabilities-banner.conversion-optimization .hero-section{
      padding: 100px 30px 40px;
      color: #000;
}
.capabilities-banner .banner-btns{
  margin-top: 40px;
}
.capabilities-banner .hero-img{   
    width: max-content;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Banner Bottom Carousel */

.listing-carousel-section{
		padding: 0px 0 0px 0;
    border-bottom: solid 2px #F16223;
}
.listing-carousel-section h3{
    font-size: 28px;
    font-weight: 400;
    color: #000;
}
.left-shadow-box{
		box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.3);
}
#pagelisting-carousel{
		padding: 15px;
}
#pagelisting-carousel .owl-carousel .owl-item img{
		width: auto;
    height: 60px;
}

/* Capabilities Sesction - 1  */
h2{
    font-family: 'Roboto', sans-serif;
    color: #3A3A3A;
    margin: 0 0 0px 0;
    font-weight: 700;
    font-size: 40px;
}
.capabilities-sec-1 h3{
   font-family: 'Roboto', sans-serif;
    color: #3A3A3A;
    margin: 0 0 0px 0;
    font-weight: 700;
    font-size: 30px;
}
.capabilities-sec-1{
    background: url('../images/capabilities/website-back-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 134px 0px;
}


.capabilities-sec-1 .card-bg{
  background: url('../images/capabilities/card-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
  background-position: center;
  border-radius: 5px;
  min-height: 260px;
}
.capabilities-sec-1 .card-bg .card-content{
     padding: 20px 15px;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
}

/* Capabilities Sesction - 2  */

.capabilities-sec-2{
    background: url('../images/capabilities/capabilities-sec2-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 100px 0 120px 0;
}

.capabilities-sec-2 h3{
  font-size: 30px;
  margin-bottom: 20px;
  color: #FFF;
}
.capabilities-sec-2 .sm-head{
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.capabilities-sec-2 .left .desc{
    padding: 0px 45px 0px 45px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #FFF;
}
.capabilities-sec-2 .right .desc{
    padding: 0px 48px 0px 48px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #FFF;
}

/* Capabilities Sesction - 2 - Copy */

.ui-improvement{
    padding:45px 0px 45px 0px;
    background: url('../images/capabilities/banner-bg.webp') no-repeat;
    min-height: 800px;
    background-size: cover;
}

.ui-improvement h2{
    padding-top:15px;
    margin-bottom:15px;
}

.ui-improvement .small-icon{
    border-radius: 10px;
    padding:1px 10px;
    width: auto;
    margin: 0 auto;
    margin-bottom: -1px;
}

.ui-improvement .small-icon img{
    height:70px;
    margin-bottom: 15px;
}

.ui-improvement .owl-theme .owl-nav {
    margin-left: 47%;
    margin-top: -295px;
    position: absolute;
}

.ui-improvement .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 13px 16px;
    background: transparent;
    border: 3px solid #F16223;
    display: inline-block;
    cursor: pointer;
    border-radius: 43px;
}

.ui-improvement .owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 13px 16px;
    background: transparent;
    border: 3px solid #F16223;
    display: inline-block;
    cursor: pointer;
    border-radius: 43px;
}

/* Capabilities Sesction - 2 - Copy */ 
.capabilities-sec-2-copy{
    background: url('../images/capabilities/capabilities-sec2-copy-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 90px 0 50px 0;
}

.capabilities-sec-2-copy .step {
			position: relative;
			padding-left: 70px;
			margin-bottom: 50px;
			/* max-width: 80%; */
			transition: background-color 0.4s ease, transform 0.3s ease;
		}

.capabilities-sec-2-copy .step .left-head{
      min-width: 25%;
    }
  .capabilities-sec-2-copy .step .desc{
      padding: 0px 100px;
      font-weight: 300;
      color: #fff;
    }
.capabilities-sec-2-copy .step:hover{
			transform: translateY(-5px);
		}
.capabilities-sec-2-copy .step::before {
		content: '';
		position: absolute;
		top: 50px;
		left: 25px;
		height: 100%;
		width: 3px;
		background-color: #FFF;
		}
.capabilities-sec-2-copy .step-icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 50px;
		height: 50px;
		background-color: #FFF;
		border: 1px solid #e3e5e7;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
    color: #db5e34;
		}
.capabilities-sec-2-copy .step-icon img{
			width: 26px;
		}
.capabilities-sec-2-copy .step:last-child::before {
		height: 0px; /* stops line at last step */
		}
.capabilities-sec-2-copy .step:hover{
			transform: translateY(0px);
		}


/* Capabilities Sesction - 3  */ 

.capabilities-sec-3{
    background: url('../images/capabilities/section-3-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}

.capabilities-sec-3 .card-bg-center{
  background: url('../images/capabilities/sec3-card-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 20px;
  background-position: center;
  border-radius: 5px;
  min-height: 270px;
}
.capabilities-sec-3 .card-bg-center .card-content{
     padding: 35px 45px;
    font-style: italic;
    font-weight: 300;
}
.capabilities-sec-3 .card-bg-lr {
    padding: 20px 20px;
    border: solid 1px #c9c6c6;
    border-radius: 5px;
    min-height: 270px;
}
.capabilities-sec-3 .card-bg-lr .head{
  color: #4C3199;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
}
.capabilities-sec-3 .card-bg-lr .desc{
  color: #6C727F;
  font-size: 18px;
  font-weight: 400;
}
.capabilities-sec-3 .card-bg-center .head{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
}
.capabilities-sec-3 .card-bg-center .desc{
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}

/* Capabilities Sesction - 4  */ 

.success-stories{
  padding: 60px 0px 60px 0px;
  background-image: url('../images/capabilities/success-stories-bg.webp'); /* Replace with your image path */
  background-size: cover;
  background-position: bottom;
}
.success-stories.growth-acc{
  padding: 60px 0px 60px 0px;
  background-image: url('../images/capabilities/success-stories-bg1.webp'); /* Replace with your image path */
  background-size: cover;
  background-position: bottom;
}

#success-stories-carousel {
    background: #F16223;
    padding: 30px;
    border-bottom: solid 20px #CAC6CE;
    min-height: 500px;
}
#success-stories-carousel .success-stories-carousel .item .desc{
  color: #FFF;
}

#success-stories-carousel .success-stories-carousel .item .author{
  color: #FFF;
}

#success-stories-carousel .owl-nav.disabled+.owl-dots{
  position: absolute;
  right: 0; /* Align to right */
  top: 50%; /* Start from middle */
  transform: translateY(-50%); /* Center vertically */
  display: flex;
  flex-direction: column; /* Stack vertically */
  gap: 10px; /* Space between dots */
  height: auto;
}

.success-stories .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #FFF;
}
.success-stories .owl-theme .owl-dots .owl-dot span{
  width: 6px;
  background: #bf927f;
  height: 35px;
   transition: background 0.3s
}
.success-stories .owl-item .item sub{
      bottom: 0em !important;
}
#success-stories-carousel .vertical-slider .owl-stage-outer {
  height: 200px; /* Adjust height */
  overflow: hidden;
}

#success-stories-carousel .vertical-slider .owl-stage {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
}

#success-stories-carousel .vertical-slider .owl-item {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px; /* Same as above */
}


#success-stories-carousel .owl-carousel .owl-item img{
  width: auto !important;
}
#success-stories-carousel .owl-carousel .owl-item .content-area{
  background: #111111;
  padding: 20px 15px 20px 15px;
}
#success-stories-carousel .owl-carousel .owl-item .content-area .new-cta-btn {
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    line-height: initial !important;
}

#success-stories-carousel .owl-carousel .owl-item .content-area .percent{
  color: #FFF;
  font-weight: 600;
  font-size: 28px;
}
#success-stories-carousel .owl-carousel .owl-item .content-area .title{
  color: #FFF;
  font-size: 20px;
  text-align: left;
}
#success-stories-carousel .owl-carousel .owl-item .content-area .desc {
    color: #fff;
    padding: 15px 0 0 0;
    border-top: solid 3px #5B5B5F;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}
#success-stories-carousel .owl-carousel .owl-item .img-area img{
  width: 270px !important;
  height: auto;
}

/* Capabilities Sesction - 5  */ 

.capabilities-sec-5{
    background: url('../images/capabilities/manufacturers_choose.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.capabilities-sec-5 .card{
    padding: 20px 15px;
    min-height: 270px;
    margin-bottom: 15px;
    cursor: pointer;
}
.capabilities-sec-5 .card:hover{
  background: aliceblue;
}
.capabilities-sec-5 .card .head{
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.capabilities-sec-5 .card .desc{
  color: #6C727F;
  font-size: 16px;
  font-weight:400;
}


.capabilities-sec-5 .cta-card {
  padding: 20px;
  background-color: #4C3199;
  border-radius: 10px;
}
.capabilities-sec-5 .cta-card .num{
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
}
.capabilities-sec-5 .cta-card .txt-lable{
  font-size: 16px;
  color: #fff;
}


/* Capabilities Sesction - 6  */ 

.capabilities-sec-6 {
  background: url('../images/capabilities/we-serve-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.capabilities-sec-6 .card {
    padding: 25px;
    background: transparent;
    background-color: #111;
    opacity: .8;
    border-radius: 10px;
    min-height: 250px;
    margin-bottom: 10px;
}

.capabilities-sec-6 .card .head{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.capabilities-sec-6 .card .desc{
  color: #fff;
  font-size: 16px;
}

.capabilities-sec-6 .cta-card {
  padding: 20px;
  background-color: #4C3199;
  border-radius: 10px;
}

/* Capabilities Sesction - 7  */ 

.capabilities-sec-7 {
    background: url('../images/capabilities/process-flow-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.capabilities-sec-7 .card{
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 20px;
}
.capabilities-sec-7 .card .head{
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.capabilities-sec-7 .card .desc{
  font-size: 16px;
  color: #0b0e14;
}
.capabilities-sec-7 .card-shap{
  padding: 10px;
  border-left: solid 3px #4C3199;
  border-radius: 8px;
  background-color: #FFF;
}
.capabilities-sec-7 .card .card-shap .head{
  font-size: 16px;
  color: #073D4B;
  font-weight: 500;
}
.capabilities-sec-7 .card .card-shap .desc{
    font-size: 14px;
    color: #0b0e14;
}

.capabilities-sec-7 .cta-card {
  padding: 20px;
  background-color: #4C3199;
  border-radius: 10px;
}

.faqs-sec {
    background: url('../images/capabilities/faqs-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}

.cta-card-width-bg{
    background: url('../images/capabilities/growth-acceleration-sec1-content-cta-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 100px 60px 100px;
    border-radius: 20px;
}
.cta-card-width-bg h3{
  font-size: 28px;
}
.growth-acceleration-sec-1{
    background: url('../images/capabilities/growth-acceleration-sec1-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.growth-acceleration-sec-1 .card{
  padding: 20px;
  border-radius: 10px;
}

.growth-acceleration-sec-1-copy{
    background: url('../images/capabilities/conversion-optimization-sec1-copy-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px 80px 0px;
}
.growth-acceleration-sec-1-copy .card{
  padding: 20px;
  border-radius: 10px;
  background-color: #2E234F;
  border:solid 1px #fff;
  min-height: 160px;
}

.growth-acceleration-sec-1-copy .cta-black-bg{
     padding: 40px 60px 60px 60px;
    border-radius: 20px;
    background-color: #2E234F;
}

.growth-acceleration-sec-2{
    background: url('../images/capabilities/growth-acceleration-sec2-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.growth-acceleration-sec-2 .card{
  padding: 40px 36px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  min-height: 370px;
}
.growth-acceleration-sec-2 .card .icon-bg{
    background: #f16223;
    width: 52px;
    padding: 10px;
    border-radius: 10px;
}
.growth-acceleration-sec-2 .card .head{
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.growth-acceleration-sec-2 .card .desc{
  color: #6C727F;
}
.growth-acceleration-sec-3{
    background: url('../images/capabilities/growth-acceleration-sec3-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}

.growth-acceleration-sec-3 table .tbl-head{
 background: linear-gradient(to right, #F16223, #4C3199);
}
.growth-acceleration-sec-3 table .tbl-head tr th{
  padding: 20px;
  font-weight: 400;
}
.growth-acceleration-sec-3 table tbody tr td{
  padding: 16px;
  font-size: 16px;
}

.growth-acceleration-sec-3 .table thead tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.growth-acceleration-sec-3 .table thead tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.growth-acceleration-sec-3 .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.growth-acceleration-sec-3 .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.growth-acceleration-sec-3 .strip-bg{
  background-color: #F3F4F7;
  padding: 20px;
  border-radius: 20px;
  color: #6C727F;
  font-size: 16px;
}
.cta-card-white-bg{
    background-color: #fff;
    padding: 40px 100px 40px 100px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cta-card-white-bg h3{
  font-size: 28px;
}

.growth-acceleration-sec-4{
    background: url('../images/capabilities/growth-acceleration-sec4-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}

.growth-acceleration-sec-4 .card{
    padding: 25px 20px;
    min-height: 220px;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    border: solid 1px #f1f0f0;
    border-radius: 40px;
}
.growth-acceleration-sec-4 .card:hover{
  background: aliceblue;
}
.growth-acceleration-sec-4 .card .head{
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.growth-acceleration-sec-4 .card .desc{
  color: #6C727F;
  font-size: 16px;
  font-weight:400;
}


.growth-acceleration-sec-4 .card .icon-bg-blue{
    background: #4C3199;
    width: 55px;
    padding: 10px;
    border-radius: 10px;
    height: 55px;
    text-align: center;
}

.growth-acceleration-sec-4 .cta-card {
    background: url('../images/capabilities/growth-acceleration-sec1-content-cta-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 50px 60px 50px;
    border-radius: 20px;

}
.growth-acceleration-sec-4 .cta-card .num{
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
}
.growth-acceleration-sec-4 .cta-card .txt-lable{
  font-size: 16px;
  color: #fff;
}


.growth-acceleration-sec-5{
    background: url('../images/capabilities/growth-acceleration-sec5-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}

.growth-acceleration-sec-5 .card{
    padding: 20px 15px;
    min-height: 280px;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: solid 1px #f1f0f0;
}
.growth-acceleration-sec-5 .card:hover{
  background: aliceblue;
}
.growth-acceleration-sec-5 .card .head{
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.growth-acceleration-sec-5 .card .desc{
  color: #6C727F;
  font-size: 16px;
  font-weight:400;
}


.growth-acceleration-sec-5 .card .icon-bg-blue{
    background: #4C3199;
    width: 55px;
    padding: 10px;
    border-radius: 10px;
    height: 55px;
    text-align: center;
}

.growth-acceleration-sec-5 .cta-card {
  /* padding: 20px;
  background-color: #4C3199;
  border-radius: 10px; */

    background: url('../images/capabilities/growth-acceleration-sec1-content-cta-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 50px 60px 50px;
    border-radius: 20px;

}
.growth-acceleration-sec-5 .cta-card .num{
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
}
.growth-acceleration-sec-5 .cta-card .txt-lable{
  font-size: 16px;
  color: #fff;
}


.growth-acceleration-sec-6 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}
.growth-acceleration-sec-6 .card {
    padding: 25px;
    background: transparent;
    border-radius: 10px;
    min-height: 250px;
    margin-bottom: 10px;
    border:none;
}

.growth-acceleration-sec-6 .card .head{
  color: #000;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.growth-acceleration-sec-6 .card .desc{
  color: #000;
  font-size: 16px;
}

.growth-acceleration-sec-6 .cta-card {
  padding: 20px;
  background-color: #4C3199;
  border-radius: 10px;
}



/* Responsive Design */
@media (max-width: 320px) {
  .capabilities-banner h1{
    font-size: 40px;
  }
  .ui-improvement .owl-theme .owl-nav{
    margin-left: 37%;
    margin-top: -10px;
    position: absolute;
  }
  .ui-improvement .owl-theme .owl-nav [class*=owl-]{
    padding: 7px 10px;
  }
  
  #success-stories-carousel .owl-carousel .owl-item .content-area{
    position: absolute;
    opacity: 0.9;
  }
  #success-stories-carousel .owl-carousel .owl-item .img-area{
    z-index: -1;
    position: absolute;
    opacity: 1;
    width: 100%;
  }
  #success-stories-carousel h2{
    font-size: 36px;
  }
  #success-stories-carousel .owl-nav.disabled+.owl-dots {
    position: relative;
    right: 0;
    top: 0%;
    transform: translateY(0%);
    display: flow;
    flex-direction: row;
    gap: 10px;
    height: auto;
}
.success-stories .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    background: #bf927f;
    height: 8px;
    transition: background 0.3s;
}
#success-stories-carousel .owl-carousel .owl-item .img-area img {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 320PX) and (max-width: 480PX){
  .capabilities-banner h1{
    font-size: 40px;
  }
  .ui-improvement .owl-theme .owl-nav{
    margin-left: 37%;
    margin-top: -10px;
    position: absolute;
  }
  .ui-improvement .owl-theme .owl-nav [class*=owl-]{
    padding: 7px 10px;
  }
  #success-stories-carousel .owl-carousel .owl-item .content-area{
    position: absolute;
    opacity: 0.9;
  }
  #success-stories-carousel .owl-carousel .owl-item .img-area{
    z-index: -1;
    position: relative;
    opacity: 1;
    width: 100%;
  }
  #success-stories-carousel .owl-carousel .owl-item .img-area img {
    width: 100% !important;
    height: auto;
  }
  #success-stories-carousel h2{
    font-size: 36px;
  }
  #success-stories-carousel .owl-nav.disabled+.owl-dots {
    position: relative;
    right: 0;
    top: 0%;
    transform: translateY(0%);
    display: flow;
    flex-direction: row;
    gap: 10px;
    height: auto;
}
.success-stories .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    background: #bf927f;
    height: 8px;
    transition: background 0.3s;
}
}
@media (min-width: 481px) and (max-width: 767px) {
  #success-stories-carousel .owl-carousel .owl-item .content-area{
    position: absolute;
    opacity: 0.9;
  }
  #success-stories-carousel .owl-carousel .owl-item .img-area{
    z-index: -1;
    position: relative;
    opacity: 1;
    width: 100%;
  }
  #success-stories-carousel .owl-carousel .owl-item .img-area img {
    width: 100% !important;
    height: auto;
  }
  #success-stories-carousel .owl-nav.disabled+.owl-dots {
    position: relative;
    right: 0;
    top: 0%;
    transform: translateY(0%);
    display: flow;
    flex-direction: row;
    gap: 10px;
    height: auto;
}
.success-stories .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    background: #bf927f;
    height: 8px;
    transition: background 0.3s;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .ui-improvement .owl-theme .owl-nav [class*=owl-]{
        padding: 8px 10px;
  }
  .ui-improvement .owl-theme .owl-nav {
    margin-left: 45%;
    margin-top: -10px;
    position: absolute;
  }
  .capabilities-sec-5 .card{
    min-height: 285px;
  }
}
@media (min-width: 992px) and (max-width: 1024px){
  #success-stories-carousel .owl-carousel .owl-item .content-area{
    position: absolute;
    opacity: 0.9;
  }
  #success-stories-carousel .owl-carousel .owl-item .img-area{
    z-index: -1;
    position: relative;
    opacity: 1;
    width: 100%;
  }
  #success-stories-carousel .owl-carousel .owl-item .img-area img {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {}
@media (min-width: 1201px) {}
