/* portfolio-section-start */
.portfoliobanner {
    position: relative;
    overflow: hidden;
  }
  .portfoliobanner .our-feature-project {
      padding-top: 80px;
  }
  .portfoliobanner .row.svg-cloud-row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .portfoliobanner .row:first-child {
    padding: 40px 0;
    padding-bottom: 103px;
  }
  
  .portfoliobanner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
    background: #001233;
  }
  
  .portfoliobanner span {
    background-image: linear-gradient(
      -225deg,
      #25c1d5,
      #75b6bf 29%,
      #19737f 67%,
      #5dc9d7
    );
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  /* end */
  .our-feature-project {
      padding-top: 48px;
  }
  .project-categories {
    background: #00a0af1a;
    background-color: #e8f5ff;
    border-radius: 20px;
    padding: 20px;
  }
  .project-categories ul.project-list li {
    background: transparent;
    padding-bottom: 15px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 20px;
    font-weight: 500;
  }
  
  .our-feature-project .feature-project-right {
    border-radius: 20px;
    background: #12a8e312;
    padding: 40px;
    margin-bottom: 40px;
  }
  .our-feature-project .feature-project-right.two {
    background: #afb6e55c;
  }
  .our-feature-project .feature-project-right.three {
    background: #f2d6d6;
  }
  .our-feature-project .feature-project-right.four {
    background: #12a8e312;
  }
  .our-feature-project .feature-project-right.five {
    background: #afb6e55c;
  }
  .our-feature-project .feature-project-right.six {
    background: #f2d6d6;
  }
  .our-feature-project .feature-project-right.seven {
    background: #12a8e312;
  }
  .our-feature-project .feature-project-right.eight {
    background: #afb6e55c;
  }
  .our-feature-project .feature-project-right .img-content {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .our-feature-project .row .col-md-9 .feature-project-right:last-child {
    margin: 0;
  }
  .our-feature-project .img-city {
    width: 100%;
    max-width: 70px;
  }
  
  .our-feature-project .feature-project-content {
    width: 70%;
  
    padding-right: 20px;
  }
  
  .feature-project-one {
    display: flex;
  }
  
  .our-feature-project .feature-project-content p {
    margin: 30px 0;
  }
  .our-feature-project .feature-project-content ul {
    display: flex;
    gap: 30px;
  }
  
  .our-feature-project .feature-project-content ul span {
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
  }
  
  .our-feature-project .feature-project-content ul h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 14px;
  }
  
  .our-feature-project .feature-project-right .feature-right-img {
    width: 30%;
  }
  
  .our-feature-project .feature-project-right .feature-right-img img {
    max-width: 300px;
    height: 331px;
    object-fit: contain;
  }
  .our-feature-project .project-sidebar {
    position: sticky;
    top: 100px;
  }
  .our-feature-project .project-search {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .our-feature-project .project-search button#search-submit {
    padding: 15px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    width: 40px;
    height: 30px;
    width: 100%;
    max-width: 30px;
    border: 0;
    background: #00a0af;
  }
  .our-feature-project input.form-control {
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  }

  /* slider-css */
  .slick-slide img {
    display: block;
    position: relative !important;
}
.slider-card {
  width: 100%;
}
.silder-content, .slider-img {
  width: 50%;
}

.slider-img img {
  max-width: 200px;
  height: 200px !important;
  object-fit: contain !important;
}
.custom-slider-new ul.slick-dots {
  bottom: -44px;
}
.custom-slider .slider-card:nth-child(1) {
  background: #afb6e55c;
}

.custom-slider .slider-card:nth-child(3) {
  background: #ff98003b;
}
.slider-card {
  width: 100%;
  border-radius: 10px;
  background: #00a0af5c;
  border: 1px solid transparent ;
}
  /* end */
  @media (max-width: 1199px) {
      .portfoliobanner .row.svg-cloud-row {
          bottom: 10px;
      }
  
  }
  @media (max-width: 991px) {
      .portfoliobanner:before{
          height: 84%;
      }
  
  }
  @media (max-width: 767px) {
      .portfoliobanner:before {
          height: 87%;
      }
      .portfoliobanner .row:first-child {
          padding-bottom: 80px;
      }
    .project-categories ul.project-list {
      display: flex;
      flex-wrap: nowrap;
      gap: 20px;
    }
  
    .project-categories {
      overflow-x: scroll;
      background: transparent;
    }
  
    .project-categories ul.project-list li {
      width: 100%;
      white-space: nowrap;
      background: #e8f5ff;
      padding: 10px;
      font-size: 16px;
      border-radius: 10px;
      width: fit-content;
    }
    .slider-card {
      width: 100%;
      flex-wrap: wrap;
      gap: 20px;
  }
  .silder-content, .slider-img {
    width: 100%;
}
  }
  @media (max-width: 576px) {
      .portfoliobanner .row.svg-cloud-row {
          bottom: 10px;
          display: none;
      }
      .portfoliobanner:before {
          height: 100%;
      }
      .portfoliobanner .row:first-child {
          padding-bottom: 20px;
          padding-top: 20px;
      }
    .our-feature-project .feature-project-one {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .our-feature-project .feature-project-content {
      width: 100%;
      text-align: center;
      padding: 0;
    }
  
    .our-feature-project .feature-project-right .img-content,
    .our-feature-project .feature-project-content ul {
      justify-content: center;
    }
  
    .our-feature-project .feature-project-content ul span {
      margin-top: 0;
    }
    .our-feature-project .feature-project-right .feature-right-img {
      width: 100%;
      margin-top: 30px;
      text-align: center;
    }
    .slider-card {
      width: 100%;
      flex-wrap: wrap;
      gap: 20px;
      flex: 0 0 100%;
  }
.custom-slider {
  overflow-x: scroll;
}
.custom-slider::-webkit-scrollbar {
  width: 0px;
}
.custom-slider-new ul.slick-dots {
  bottom: -26px;

}
.custom-slider-new {
  overflow: hidden;
}
  } 
  
  /* banner-css-start */
.portifolio-inner-banner {
  background: linear-gradient(119.61deg, rgba(218, 241, 255, .7) 7.51%, rgba(189, 231, 255, .203) 45.21%, rgba(237, 224, 255, .609) 87.05%);
  padding-bottom: 121px ;
}
/* end */

/* portfolio-industry */
section.portfolio-industry-section .row {
  background: #fff;
  padding: 20px 15px 20px 5px;
  box-shadow: 0 8px 40px 0 #0000000a;
  border-radius: 4px;
  margin: 0;
}

section.portfolio-industry-section  .icon-text {
  display: flex;
  align-items: start;
  padding: 20px 21px;
  border-radius: 9px;
  height: 100%;
  background-color: #fffbef;
  border: 1px solid #f4f0f0;
  column-gap: 20px;
}
section.portfolio-industry-section  .icon {
  width: 100%;
  max-width: 55px;
}

section.portfolio-industry-section .icon-text .content p {
  margin: 0;
  font-size: 16px;
}
section.portfolio-industry-section {
  padding: 0 0 35px;
  margin-top: -77px;
}
/* end */
/* portfolio-services */
.portfolio-services-section {
  background: #F4F4F4;
}

.portfolio-services-section ul.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
}

.portfolio-services.right {
  padding-left: 40px;
}

.portfolio-services.left {
  padding: 0 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.portfolio-services.left:before {
  position: absolute;
  content: "";
  background: #168B9A;
  width: 100%;
  height: 150px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: -1;
}

.portfolio-services-section ul.services-list li p {
  margin-bottom: 0;
  font-size: 16px;
}

.portfolio-services-section ul.services-list li {
  width: 100%;
  max-width: 48%;
}

.portfolio-services-section ul.services-list li h4 {
  margin-bottom: 5px;
}
/* end */
/* process-sec-start */
.portfolio-process .heading-main p {
  margin-bottom: 16px;
  margin-top: 0;
}
.portfolio-process {
  background: #26c6da0d;
}
.portfolio-process .heading-main p {
  margin-bottom: 16px;
  margin-top: 0;
}
.portfolio-process  .solution-box {
  min-height: 100%;
  padding: 10px;
  position: relative;
  margin-top: 50px;
}
.portfolio-process span.counter-number {
  font-size: 112px;
  font-weight: 800;
  line-height: 135.55px;
  text-align: left;
  color: #e8e8e894;
  position: absolute;
  top: -61px;
  left: 0;
  z-index: -1;
}
.portfolio-process  .solution-box p {
  margin: 0;
  margin-top: 15px;
}
.portfolio-process  .solution-box h5 {
  color: #168B9A;
  font-weight: 600;
}
/* end */
/*  */
section.impact-section .icon.icon_imp {
  font-size: 40px;
  color: #00a0af;
  font-weight: 700;
}

section.impact-section .icon_container {
  padding: 15px;
  min-height: 100%;
}
section.impact-section {
  padding: 48px 0;
}
section.impact-section .row:last-child .col-md-3:last-child  {
  border: 0;
}
.portfolio-objective-section {
  background: #fff8eb7d;
}
section.impact-section p.imp-para.content {
  margin: 0;
}
.portifolio-innr-solution .cmsrgtinr:before {
  content: unset !important;
}
.portifolio-innr-solution .cmsrgtinr.left p {
  margin: 0;
}
.portifolio-innr-solution .cmsrgtinr.left {
  padding-bottom: 25px;
}
section.portfolio-industry-section h3 {
  font-size: 20px;
}
.portfolio-conclusion {
  background: #9e9e9e12;
  background: linear-gradient(119.61deg, rgba(218, 241, 255, .7) 7.51%, rgba(189, 231, 255, .203) 45.21%, rgb(236 222 255 / 21%) 87.05%);
}

/*  */
.portfolio-conclusion .row.agent-card {
  padding: 40px 20px;
  background: linear-gradient(to right, #2196f30a, #ffffff);
}

.portfolio-conclusion .row.agent-card .card-agent {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.portfolio-conclusion .row.agent-card .card-agent:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.portfolio-conclusion .row.agent-card .card-agent h5 {
  font-size: 18px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 0px;
  line-height: 24px;
  min-height: 48px;
}
.portfolio-conclusion .row.agent-card .card-agent p {
  font-size: 16px;
  color: #383838;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/* Optional: Color accents per card (subtle border or top strip) */
.portfolio-conclusion .row.agent-card .aget-card-1 {
  border-top: 4px solid #fcbfbf;
}
.portfolio-conclusion .row.agent-card .agent-card-2 {
  border-top: 4px solid #bfcdfc;
}
.portfolio-conclusion .row.agent-card .agent-card-3 {
  border-top: 4px solid #c1e5d3;
}
.portfolio-conclusion .row.agent-card .agent-card-4 {
  border-top: 4px solid #bfe0e8;
}
/* .portfolio-conclusion .row.agent-card .card-agent p::before {
  content: "“";
  font-size: 24px;
  line-height: 0;
  vertical-align: top;
  color: #383838;
  margin-right: 5px;
}

.portfolio-conclusion .row.agent-card .card-agent p::after {
  content: "”";
  font-size: 25px;
  line-height: 0;
  vertical-align: bottom;
  color: #ccc;
  margin-left: 5px;
} */


.portfolio-customer-section li , .portfolio-objective-section li {
  margin-bottom: 20px;
}
.portfolio-customer-section li h5  , .portfolio-objective-section li h5 {
  font-size: 18px;
  font-weight: 400;
}
.portfolio-customer-section ul {
  margin-bottom: 28px;
  list-style: disc;
  padding-left: 20px;
}
.portfolio-customer-section li h4 , .portfolio-objective-section li h4 {
  font-size: 20px;
}
.portfolio-customer-section h3 , .portfolio-objective-section h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.customer-audit {
  max-height: 800px;
  overflow-y: auto;
  padding: 0 10px;
  padding-right: 25px;
}

/* width */
.customer-audit::-webkit-scrollbar {
width: 5px;
}

/* Track */
.customer-audit::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
.customer-audit::-webkit-scrollbar-thumb {
background: #00a0afa1;
}


/* Responsive Tweaks */
@media(min-width:1601px){
  .portfolio-conclusion .row.agent-card .card-agent h5 
{
   margin-bottom: 10px;
  }
}
@media(max-width:1199px) and (min-width:992px){
  .portfolio-conclusion .row.agent-card .card-agent{
    padding: 25px 15px;
  }

}
@media(min-width:768px){
  .portfolio-customer-section .row {
      flex-direction: row-reverse;
  }
  .impact-box {
    border-right: 3px solid #168B9A;
    text-align: center;
    border-image: linear-gradient(to bottom, #00a0af, rgba(0, 0, 0, 0)) 1 100%;
}
  .portfolio-customer-section .heading-main {
      padding-left: 40px;
  }
}
@media(max-width:1199px){
  section.portfolio-industry-section  .icon-text {

      padding: 20px 10px;
      column-gap: 10px;
  }
  section.portfolio-industry-section .icon-text .content p {
      margin: 0;
      font-size: 14px;
  }
}
@media(max-width:991px){
  .inner-banner-content span {
      line-height: 1.2;
  }
  .portfolio-process span.counter-number {
      font-size: 100px;
      line-height: 82.55px;
      top: -61px;
  }
  .portfolio-process .solution-box{
      padding: 0;
  }
  .portfolio-services-section .row {
    flex-direction: column-reverse;
}
.portfolio-conclusion .row.agent-card .card-agent h5{
  margin-bottom: 15px;
}
.portfolio-customer-section li h5, .portfolio-objective-section li h5 {
  font-size: 16px;
}
}
@media(max-width:767px){
  section.portfolio-industry-section .row {
      padding: 20px 5px 20px 5px;
  }
  section.portfolio-industry-section  .icon-text {
      padding: 20px 10px;
      column-gap: 20px;
      margin-bottom: 20px;
  }
  section.portfolio-industry-section .row .col-md-4:last-child .icon-text {
      margin: 0;
  }
  .portfolio-services-section .row {
      flex-direction: column-reverse;
  }
  .portfolio-services.right {
      padding-left: 0px;
  }
  .portfolio-services.left:before{
      height: 120px;
  }
  .portfolio-process  .solution-box {
      margin-top: 60px;
  }
  section.impact-section .icon_container {
    border-bottom: 3px solid #00a0ad75;
}
.portifolio-innr-solution .cmsrgt.right {
  margin-top: 20px;
}
section.portfolio-industry-section {
  padding: 0 0 0px;
}
section.impact-section .row:last-child .col-md-3:last-child .icon_container {
  border: 0;
}
.portfolio-customer-section h3, .portfolio-objective-section h3 , .portfolio-customer-section ul , .customer-audit ol{
  text-align: left;
}
.customer-audit{
  max-height: 100%;
  padding: 0 10px;
  padding-right: 10px;
}
}
@media(max-width:576px){
  .portfolio-process span.counter-number , .portfolio-process .solution-box{
      right: 0;
      text-align: center;
  }
  section.impact-section .icon_container {
    text-align: center;
  }
  .portfolio-services-section ul.services-list li {
    width: 100%;
    max-width: 100%;
}
.portfolio-services-section ul.services-list{
  row-gap: 20px;
}
}
